code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!-- Footer --> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <ul class="list-inline text-center"> {% if site.RSS %} <li> <a href="{{ "/feed.xml" | prepend: site.baseurl }}"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-rss fa-stack-1x fa-inverse"></i> </span> </a> </li> {% endif %} {% if site.twitter_username %} <li> <a href="https://twitter.com/{{ site.twitter_username }}"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> </span> </a> </li> {% endif %} <!-- add Weibo, Zhihu by Hux, add target = "_blank" to <a> by Hux --> {% if site.zhihu_username %} <li> <a target="_blank" href="https://www.zhihu.com/people/{{ site.zhihu_username }}"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-stack-1x fa-inverse">知</i> </span> </a> </li> {% endif %} {% if site.weibo_username %} <li> <a target="_blank" href="http://weibo.com/{{ site.weibo_username }}"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-weibo fa-stack-1x fa-inverse"></i> </span> </a> </li> {% endif %} {% if site.facebook_username %} <li> <a target="_blank" href="https://www.facebook.com/{{ site.facebook_username }}"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> </span> </a> </li> {% endif %} {% if site.github_username %} <li> <a target="_blank" href="https://github.com/{{ site.github_username }}"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> {% endif %} </ul> <p class="copyright text-muted"> Copyright &copy; {{ site.title }} {{ site.time | date: '%Y' }} <br> Theme by <a href="#">Hux</a> | <iframe style="margin-left: 2px; margin-bottom:-5px;" frameborder="0" scrolling="0" width="91px" height="20px" src="https://ghbtns.com/github-btn.html?user=huxpro&repo=huxpro.github.io&type=star&count=true" > </iframe> </p> </div> </div> </div> </footer> <!-- jQuery --> <script src="{{ "/js/jquery.min.js " | prepend: site.baseurl }}"></script> <!-- Bootstrap Core JavaScript --> <script src="{{ "/js/bootstrap.min.js " | prepend: site.baseurl }}"></script> <!-- Custom Theme JavaScript --> <script src="{{ "/js/hux-blog.min.js " | prepend: site.baseurl }}"></script> <!-- async load function --> <script> function async(u, c) { var d = document, t = 'script', o = d.createElement(t), s = d.getElementsByTagName(t)[0]; o.src = u; if (c) { o.addEventListener('load', function (e) { c(null, e); }, false); } s.parentNode.insertBefore(o, s); } </script> <!-- Because of the native support for backtick-style fenced code blocks right within the Markdown is landed in Github Pages, From V1.6, There is no need for Highlight.js, so Huxblog drops it officially. - https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0 - https://help.github.com/articles/creating-and-highlighting-code-blocks/ --> <!-- <script> async("http://cdn.bootcss.com/highlight.js/8.6/highlight.min.js", function(){ hljs.initHighlightingOnLoad(); }) </script> <link href="http://cdn.bootcss.com/highlight.js/8.6/styles/github.min.css" rel="stylesheet"> --> <!-- jquery.tagcloud.js --> <script> // only load tagcloud.js in tag.html if($('#tag_cloud').length !== 0){ async("/js/jquery.tagcloud.js",function(){ $.fn.tagcloud.defaults = { //size: {start: 1, end: 1, unit: 'em'}, color: {start: '#bbbbee', end: '#0085a1'}, }; $('#tag_cloud a').tagcloud(); }) } </script> <!--fastClick.js --> <script> async("http://cdn.bootcss.com/fastclick/1.0.6/fastclick.min.js", function(){ var $nav = document.querySelector("nav"); if($nav) FastClick.attach($nav); }) </script> <!-- Google Analytics --> {% if site.ga_track_id %} <script> // dynamic User by Hux var _gaId = '{{ site.ga_track_id }}'; var _gaDomain = '{{ site.ga_domain }}'; // Originial (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', _gaId, _gaDomain); ga('send', 'pageview'); </script> {% endif %} <!-- Baidu Tongji --> {% if site.ba_track_id %} <script> // dynamic User by Hux var _baId = '{{ site.ba_track_id }}'; // Originial var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?" + _baId; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> {% endif %}
lampard1014/lampard1014.github.io
_includes/footer.html
HTML
apache-2.0
6,950
<BODY>公共常量与公共错误枚举。</BODY>
zhaoxunyong/zxy-commons
zxy-commons-lang/src/main/java/com/zxy/commons/lang/constant/package.html
HTML
apache-2.0
49
<!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_30) on Wed Feb 12 00:57:50 PST 2014 --> <TITLE> B-Index </TITLE> <META NAME="date" CONTENT="2014-02-12"> <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="B-Index"; } } </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"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="index-1.html"><B>PREV LETTER</B></A>&nbsp; &nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-2.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="index-2.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 ========= --> <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">L</A> <A HREF="index-10.html">M</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">O</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <A HREF="index-19.html">W</A> <HR> <A NAME="_B_"><!-- --></A><H2> <B>B</B></H2> <DL> <DT><A HREF="../ioio/lib/util/BaseIOIOLooper.html" title="class in ioio.lib.util"><B>BaseIOIOLooper</B></A> - Class in <A HREF="../ioio/lib/util/package-summary.html">ioio.lib.util</A><DD>A convenience implementation of <A HREF="../ioio/lib/util/IOIOLooper.html" title="interface in ioio.lib.util"><CODE>IOIOLooper</CODE></A>.<DT><A HREF="../ioio/lib/util/BaseIOIOLooper.html#BaseIOIOLooper()"><B>BaseIOIOLooper()</B></A> - Constructor for class ioio.lib.util.<A HREF="../ioio/lib/util/BaseIOIOLooper.html" title="class in ioio.lib.util">BaseIOIOLooper</A> <DD>&nbsp; <DT><A HREF="../ioio/lib/api/IOIO.html#beginBatch()"><B>beginBatch()</B></A> - Method in interface ioio.lib.api.<A HREF="../ioio/lib/api/IOIO.html" title="interface in ioio.lib.api">IOIO</A> <DD>Start a batch of operations. </DL> <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"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="index-1.html"><B>PREV LETTER</B></A>&nbsp; &nbsp;<A HREF="index-3.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-2.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="index-2.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 ======= --> <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">H</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">L</A> <A HREF="index-10.html">M</A> <A HREF="index-11.html">N</A> <A HREF="index-12.html">O</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <A HREF="index-19.html">W</A> <HR> </BODY> </HTML>
svanacker/cen-info-android
IOIO_OTG/IOIOLib/doc/index-files/index-2.html
HTML
apache-2.0
7,141
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jun 10 10:20:10 MST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Converter (BOM: * : All 2.6.1.Final-SNAPSHOT API)</title> <meta name="date" content="2020-06-10"> <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="Converter (BOM: * : All 2.6.1.Final-SNAPSHOT API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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/Converter.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.6.1.Final-SNAPSHOT</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/spi/api/config/ConfigView.html" title="interface in org.wildfly.swarm.spi.api.config"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/spi/api/config/Resolver.html" title="interface in org.wildfly.swarm.spi.api.config"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/spi/api/config/Converter.html" target="_top">Frames</a></li> <li><a href="Converter.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&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>Constr&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">org.wildfly.swarm.spi.api.config</div> <h2 title="Interface Converter" class="title">Interface Converter&lt;T&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt><span class="paramLabel">Type Parameters:</span></dt> <dd><code>T</code> - The type to coerce to.</dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">Converter&lt;T&gt;</span></pre> <div class="block">Converter capable of converting a native <code>String</code> value to a specific type.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== 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="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract 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><a href="../../../../../../org/wildfly/swarm/spi/api/config/Converter.html" title="type parameter in Converter">T</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/spi/api/config/Converter.html#convert-java.lang.String-">convert</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="convert-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>convert</h4> <pre><a href="../../../../../../org/wildfly/swarm/spi/api/config/Converter.html" title="type parameter in Converter">T</a>&nbsp;convert(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val)</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/Converter.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.6.1.Final-SNAPSHOT</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/spi/api/config/ConfigView.html" title="interface in org.wildfly.swarm.spi.api.config"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/spi/api/config/Resolver.html" title="interface in org.wildfly.swarm.spi.api.config"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/spi/api/config/Converter.html" target="_top">Frames</a></li> <li><a href="Converter.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&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>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2020 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.6.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/spi/api/config/Converter.html
HTML
apache-2.0
8,844
<!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_25) on Fri Feb 27 21:28:23 PST 2015 --> <title>Uses of Interface org.littleshoot.proxy.ActivityTracker</title> <meta name="date" content="2015-02-27"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.littleshoot.proxy.ActivityTracker"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../org/littleshoot/proxy/ActivityTracker.html" title="interface in org.littleshoot.proxy">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/littleshoot/proxy/class-use/ActivityTracker.html" target="_top">Frames</a></li> <li><a href="ActivityTracker.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.littleshoot.proxy.ActivityTracker" class="title">Uses of Interface<br>org.littleshoot.proxy.ActivityTracker</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../org/littleshoot/proxy/ActivityTracker.html" title="interface in org.littleshoot.proxy">ActivityTracker</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.littleshoot.proxy">org.littleshoot.proxy</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.littleshoot.proxy"> <!-- --> </a> <h3>Uses of <a href="../../../../org/littleshoot/proxy/ActivityTracker.html" title="interface in org.littleshoot.proxy">ActivityTracker</a> in <a href="../../../../org/littleshoot/proxy/package-summary.html">org.littleshoot.proxy</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../org/littleshoot/proxy/package-summary.html">org.littleshoot.proxy</a> that implement <a href="../../../../org/littleshoot/proxy/ActivityTracker.html" title="interface in org.littleshoot.proxy">ActivityTracker</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/littleshoot/proxy/ActivityTrackerAdapter.html" title="class in org.littleshoot.proxy">ActivityTrackerAdapter</a></span></code> <div class="block">Adapter of <a href="../../../../org/littleshoot/proxy/ActivityTracker.html" title="interface in org.littleshoot.proxy"><code>ActivityTracker</code></a> interface that provides default no-op implementations of all methods.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../org/littleshoot/proxy/package-summary.html">org.littleshoot.proxy</a> with parameters of type <a href="../../../../org/littleshoot/proxy/ActivityTracker.html" title="interface in org.littleshoot.proxy">ActivityTracker</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/littleshoot/proxy/HttpProxyServerBootstrap.html" title="interface in org.littleshoot.proxy">HttpProxyServerBootstrap</a></code></td> <td class="colLast"><span class="typeNameLabel">HttpProxyServerBootstrap.</span><code><span class="memberNameLink"><a href="../../../../org/littleshoot/proxy/HttpProxyServerBootstrap.html#plusActivityTracker-org.littleshoot.proxy.ActivityTracker-">plusActivityTracker</a></span>(<a href="../../../../org/littleshoot/proxy/ActivityTracker.html" title="interface in org.littleshoot.proxy">ActivityTracker</a>&nbsp;activityTracker)</code> <div class="block"> Add an <a href="../../../../org/littleshoot/proxy/ActivityTracker.html" title="interface in org.littleshoot.proxy"><code>ActivityTracker</code></a> for tracking activity in this proxy.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../org/littleshoot/proxy/ActivityTracker.html" title="interface in org.littleshoot.proxy">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/littleshoot/proxy/class-use/ActivityTracker.html" target="_top">Frames</a></li> <li><a href="ActivityTracker.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Elitward/LittleProxy
doc/org/littleshoot/proxy/class-use/ActivityTracker.html
HTML
apache-2.0
7,961
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Thu Apr 06 08:02:46 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.wildfly.swarm.jaxrs.jsonp.detect (Public javadocs 2017.4.0 API)</title> <meta name="date" content="2017-04-06"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package org.wildfly.swarm.jaxrs.jsonp.detect (Public javadocs 2017.4.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.4.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/jaxrs/jsonp/detect/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.wildfly.swarm.jaxrs.jsonp.detect" class="title">Uses of Package<br>org.wildfly.swarm.jaxrs.jsonp.detect</h1> </div> <div class="contentContainer">No usage of org.wildfly.swarm.jaxrs.jsonp.detect</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.4.0</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/jaxrs/jsonp/detect/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.4.0/apidocs/org/wildfly/swarm/jaxrs/jsonp/detect/package-use.html
HTML
apache-2.0
4,560
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Thu Mar 26 16:48:34 UTC 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.hazelcast.collection Class Hierarchy (Hazelcast Root 3.4.2 API) </TITLE> <META NAME="date" CONTENT="2015-03-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.hazelcast.collection Class Hierarchy (Hazelcast Root 3.4.2 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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;<A HREF="../../../com/hazelcast/cluster/impl/operations/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../com/hazelcast/collection/client/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?com/hazelcast/collection/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.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> Hierarchy For Package com.hazelcast.collection </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL> <LI TYPE="circle">com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/AbstractDistributedObject.html" title="class in com.hazelcast.spi"><B>AbstractDistributedObject</B></A>&lt;S&gt; (implements com.hazelcast.core.<A HREF="../../../com/hazelcast/core/DistributedObject.html" title="interface in com.hazelcast.core">DistributedObject</A>) <UL> <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/AbstractCollectionProxyImpl.html" title="class in com.hazelcast.collection"><B>AbstractCollectionProxyImpl</B></A>&lt;S,E&gt; (implements com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/InitializingObject.html" title="interface in com.hazelcast.spi">InitializingObject</A>) </UL> <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionContainer.html" title="class in com.hazelcast.collection"><B>CollectionContainer</B></A> (implements com.hazelcast.nio.serialization.<A HREF="../../../com/hazelcast/nio/serialization/DataSerializable.html" title="interface in com.hazelcast.nio.serialization">DataSerializable</A>) <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionDataSerializerHook.html" title="class in com.hazelcast.collection"><B>CollectionDataSerializerHook</B></A> (implements com.hazelcast.nio.serialization.<A HREF="../../../com/hazelcast/nio/serialization/DataSerializerHook.html" title="interface in com.hazelcast.nio.serialization">DataSerializerHook</A>) <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionEvent.html" title="class in com.hazelcast.collection"><B>CollectionEvent</B></A> (implements com.hazelcast.nio.serialization.<A HREF="../../../com/hazelcast/nio/serialization/IdentifiedDataSerializable.html" title="interface in com.hazelcast.nio.serialization">IdentifiedDataSerializable</A>) <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionEventFilter.html" title="class in com.hazelcast.collection"><B>CollectionEventFilter</B></A> (implements com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/EventFilter.html" title="interface in com.hazelcast.spi">EventFilter</A>, com.hazelcast.nio.serialization.<A HREF="../../../com/hazelcast/nio/serialization/IdentifiedDataSerializable.html" title="interface in com.hazelcast.nio.serialization">IdentifiedDataSerializable</A>) <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionItem.html" title="class in com.hazelcast.collection"><B>CollectionItem</B></A> (implements java.lang.<A HREF="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A>&lt;T&gt;, com.hazelcast.nio.serialization.<A HREF="../../../com/hazelcast/nio/serialization/IdentifiedDataSerializable.html" title="interface in com.hazelcast.nio.serialization">IdentifiedDataSerializable</A>) <UL> <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/TxCollectionItem.html" title="class in com.hazelcast.collection"><B>TxCollectionItem</B></A></UL> <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionPortableHook.html" title="class in com.hazelcast.collection"><B>CollectionPortableHook</B></A> (implements com.hazelcast.nio.serialization.<A HREF="../../../com/hazelcast/nio/serialization/PortableHook.html" title="interface in com.hazelcast.nio.serialization">PortableHook</A>) <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionService.html" title="class in com.hazelcast.collection"><B>CollectionService</B></A> (implements com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/EventPublishingService.html" title="interface in com.hazelcast.spi">EventPublishingService</A>&lt;E,T&gt;, com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/ManagedService.html" title="interface in com.hazelcast.spi">ManagedService</A>, com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/MigrationAwareService.html" title="interface in com.hazelcast.spi">MigrationAwareService</A>, com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/RemoteService.html" title="interface in com.hazelcast.spi">RemoteService</A>, com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/TransactionalService.html" title="interface in com.hazelcast.spi">TransactionalService</A>) <LI TYPE="circle">com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/Operation.html" title="class in com.hazelcast.spi"><B>Operation</B></A> (implements com.hazelcast.nio.serialization.<A HREF="../../../com/hazelcast/nio/serialization/DataSerializable.html" title="interface in com.hazelcast.nio.serialization">DataSerializable</A>, com.hazelcast.spi.impl.<A HREF="../../../com/hazelcast/spi/impl/RemotePropagatable.html" title="interface in com.hazelcast.spi.impl">RemotePropagatable</A>&lt;T&gt;) <UL> <LI TYPE="circle">com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/AbstractOperation.html" title="class in com.hazelcast.spi"><B>AbstractOperation</B></A><UL> <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionReplicationOperation.html" title="class in com.hazelcast.collection"><B>CollectionReplicationOperation</B></A> (implements com.hazelcast.nio.serialization.<A HREF="../../../com/hazelcast/nio/serialization/IdentifiedDataSerializable.html" title="interface in com.hazelcast.nio.serialization">IdentifiedDataSerializable</A>) </UL> <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionOperation.html" title="class in com.hazelcast.collection"><B>CollectionOperation</B></A> (implements com.hazelcast.nio.serialization.<A HREF="../../../com/hazelcast/nio/serialization/IdentifiedDataSerializable.html" title="interface in com.hazelcast.nio.serialization">IdentifiedDataSerializable</A>, com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/PartitionAwareOperation.html" title="interface in com.hazelcast.spi">PartitionAwareOperation</A>) <UL> <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionAddAllBackupOperation.html" title="class in com.hazelcast.collection"><B>CollectionAddAllBackupOperation</B></A> (implements com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/BackupOperation.html" title="interface in com.hazelcast.spi">BackupOperation</A>) <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionAddBackupOperation.html" title="class in com.hazelcast.collection"><B>CollectionAddBackupOperation</B></A> (implements com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/BackupOperation.html" title="interface in com.hazelcast.spi">BackupOperation</A>) <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionBackupAwareOperation.html" title="class in com.hazelcast.collection"><B>CollectionBackupAwareOperation</B></A> (implements com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/BackupAwareOperation.html" title="interface in com.hazelcast.spi">BackupAwareOperation</A>) <UL> <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionAddAllOperation.html" title="class in com.hazelcast.collection"><B>CollectionAddAllOperation</B></A><LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionAddOperation.html" title="class in com.hazelcast.collection"><B>CollectionAddOperation</B></A><LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionClearOperation.html" title="class in com.hazelcast.collection"><B>CollectionClearOperation</B></A><LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionCompareAndRemoveOperation.html" title="class in com.hazelcast.collection"><B>CollectionCompareAndRemoveOperation</B></A><LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionRemoveOperation.html" title="class in com.hazelcast.collection"><B>CollectionRemoveOperation</B></A></UL> <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionClearBackupOperation.html" title="class in com.hazelcast.collection"><B>CollectionClearBackupOperation</B></A> (implements com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/BackupOperation.html" title="interface in com.hazelcast.spi">BackupOperation</A>) <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionContainsOperation.html" title="class in com.hazelcast.collection"><B>CollectionContainsOperation</B></A><LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionGetAllOperation.html" title="class in com.hazelcast.collection"><B>CollectionGetAllOperation</B></A><LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionIsEmptyOperation.html" title="class in com.hazelcast.collection"><B>CollectionIsEmptyOperation</B></A><LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionRemoveBackupOperation.html" title="class in com.hazelcast.collection"><B>CollectionRemoveBackupOperation</B></A> (implements com.hazelcast.spi.<A HREF="../../../com/hazelcast/spi/BackupOperation.html" title="interface in com.hazelcast.spi">BackupOperation</A>) <LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionSizeOperation.html" title="class in com.hazelcast.collection"><B>CollectionSizeOperation</B></A><LI TYPE="circle">com.hazelcast.collection.<A HREF="../../../com/hazelcast/collection/CollectionTransactionRollbackOperation.html" title="class in com.hazelcast.collection"><B>CollectionTransactionRollbackOperation</B></A></UL> </UL> </UL> </UL> <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"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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;<A HREF="../../../com/hazelcast/cluster/impl/operations/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../com/hazelcast/collection/client/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?com/hazelcast/collection/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2015 <a href="http://www.hazelcast.com/">Hazelcast, Inc.</a>. All Rights Reserved. </BODY> </HTML>
akiskip/KoDeMat-Collaboration-Platform-Application
KoDeMat_TouchScreen/lib/hazelcast-3.4.2/hazelcast-3.4.2/docs/javadoc/com/hazelcast/collection/package-tree.html
HTML
apache-2.0
16,163
<!DOCTYPE html> <html> <head> <meta content="width=device-width, user-scalable=no" name="viewport" /> <link href="../../../lib/tau/mobile/theme/default/tau.css" rel="stylesheet" /> <link href="../../../css/style.css" rel="stylesheet" /> <script data-build-remove="false" src="../../../lib/tau/mobile/js/tau.bundle.js"> </script> </head> <body> <div class="ui-page" id="scrollbarPage"> <style> #horizontal-list li { white-space: nowrap; } </style> <div class="ui-header" data-position="fixed"> <h1> Contacts </h1> </div> <div class="ui-content ui-scrollhandler" data-direction="x"> <ul class="ui-listview" id="horizontal-list"> <li class="ui-li-static"> List item 01 ......................... very .................... long .............. list ............. items </li> <li class="ui-li-static"> List item 02 ......................... very .................... long .............. list ............. items </li> <li class="ui-li-static"> List item 03 ......................... very .................... long .............. list ............. items </li> <li class="ui-li-static"> List item 04 ......................... very .................... long .............. list ............. items </li> <li class="ui-li-static"> List item 05 ......................... very .................... long .............. list ............. items </li> <li class="ui-li-static"> List item 06 ......................... very .................... long .............. list ............. items </li> <li class="ui-li-static"> List item 07 ......................... very .................... long .............. list ............. items </li> <li class="ui-li-static"> List item 08 ......................... very .................... long .............. list ............. items </li> </ul> </div> </div> </body> </html>
HunseopJeong/WATT
sample/web/TAU_1.1_UIComponents_Mobile/components/controls/scrollhandler/horizontal.html
HTML
apache-2.0
1,950
{% extends "base.html" %} {% set page.nav = "home" %} {% block content %} <h2>Opinions for all occasions!</h2> <p> This is the place to find the slides for presentations we have given. </p> <h3>Recent presentations</h3> <div class="blog_excerpt"> {% set counter = 0 %} {% for presentation in site.presentations %} {% if loop.index <= 6 %}{% set counter = counter + 1 %} <article class="g--third {% if (counter % 3) == 0 %}g--last{% endif %}"> {% include "include/snippet.html" %} </article> {% endif %} {% endfor %} </div> </section> {% endblock main %}
jtmitchell/talk.maungawhau.net.nz
app/content/pages/index.html
HTML
apache-2.0
565
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_02.html">Class Test_AbaRouteValidator_02</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_2442_bad </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_02.html?line=38488#src-38488" >testAbaNumberCheck_2442_bad</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:31:53 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_2442_bad</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=23760#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=23760#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=23760#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.29411766</span>29.4% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_02_testAbaNumberCheck_2442_bad_ic0.html
HTML
apache-2.0
10,984
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta charset="utf-8" /> <title>股票系统</title> {% block meta %}{% end %} </head> <body class="no-skin"> <div class="main-content"> <div class="main-content-inner"> <div class="page-content"> <div class="row"> <div class="col-xs-12"> {% block main_content %}{% end %} </div> </div><!-- /.row --> </div><!-- /.page-content --> </div> </div><!-- /.main-content --> </body> </html>
pythonstock/stock
web/templates/layout/indicators-main.html
HTML
apache-2.0
545
<md-card class="demo-card demo-basic" [class.debug]="debug"> <md-toolbar color="secondary">Tiles Demo</md-toolbar> <md-card-content> <md-checkbox [(ngModel)]="designMode">Design Mode</md-checkbox> </md-card-content> <md-card-content> <span id="droparea" [deja-droppable]="getDropContext()"> Drop Area </span> </md-card-content> <md-card-content> <deja-tiles id="tiles" [(ngModel)]="tiles" (onTitleEditClick)="onTitleEditClick($event)" [designMode]="designMode" [maxwidth]="'100%'" [tileminwidth]="'5%'" [tileminheight]="'3%'" [tilemaxheight]="'50%'" [tilemaxwidth]="'50%'"> <template #tileTemplate let-tile> <span [deja-draggable]="getDragContext(tile.templateModel)" class="tile-content unselectable" [style.background-color]="tile.templateModel.color">{{ tile.templateModel.country.naqme }} ({{ id }}) <span *ngIf="tile.selected">Selected</span> <span *ngIf="tile.pressed">Pressed</span> </span> </template> </deja-tiles> </md-card-content> </md-card>
KillingJokeCHOrg/dejajs
src/demo-app/tiles/tiles-demo.html
HTML
apache-2.0
997
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Thu Apr 17 20:40:57 SAST 2014 --> <title>Uses of Class za.co.neilson.sqlite.orm.UnsupportedTypeException</title> <meta name="date" content="2014-04-17"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class za.co.neilson.sqlite.orm.UnsupportedTypeException"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../za/co/neilson/sqlite/orm/UnsupportedTypeException.html" title="class in za.co.neilson.sqlite.orm">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?za/co/neilson/sqlite/orm/class-use/UnsupportedTypeException.html" target="_top">Frames</a></li> <li><a href="UnsupportedTypeException.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class za.co.neilson.sqlite.orm.UnsupportedTypeException" class="title">Uses of Class<br>za.co.neilson.sqlite.orm.UnsupportedTypeException</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../za/co/neilson/sqlite/orm/UnsupportedTypeException.html" title="class in za.co.neilson.sqlite.orm">UnsupportedTypeException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#za.co.neilson.sqlite.orm">za.co.neilson.sqlite.orm</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="za.co.neilson.sqlite.orm"> <!-- --> </a> <h3>Uses of <a href="../../../../../../za/co/neilson/sqlite/orm/UnsupportedTypeException.html" title="class in za.co.neilson.sqlite.orm">UnsupportedTypeException</a> in <a href="../../../../../../za/co/neilson/sqlite/orm/package-summary.html">za.co.neilson.sqlite.orm</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../za/co/neilson/sqlite/orm/package-summary.html">za.co.neilson.sqlite.orm</a> that throw <a href="../../../../../../za/co/neilson/sqlite/orm/UnsupportedTypeException.html" title="class in za.co.neilson.sqlite.orm">UnsupportedTypeException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../za/co/neilson/sqlite/orm/ObjectModelColumn.html#ObjectModelColumn(java.lang.String, java.lang.Class, boolean)">ObjectModelColumn</a></strong>(java.lang.String&nbsp;name, java.lang.Class&lt;?&gt;&nbsp;type, boolean&nbsp;nullable)</code> <div class="block">ObjectModelColumn Constructor</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><strong><a href="../../../../../../za/co/neilson/sqlite/orm/ObjectModelColumn.html#ObjectModelColumn(java.lang.String, java.lang.Class, boolean, boolean, boolean)">ObjectModelColumn</a></strong>(java.lang.String&nbsp;name, java.lang.Class&lt;?&gt;&nbsp;type, boolean&nbsp;nullable, boolean&nbsp;primaryKey, boolean&nbsp;autoIncrement)</code> <div class="block">ObjectModelColumn Constructor</div> </td> </tr> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../za/co/neilson/sqlite/orm/ObjectModelColumn.html#ObjectModelColumn(java.lang.String, java.lang.Class, boolean, boolean, boolean, java.lang.String, java.lang.String)">ObjectModelColumn</a></strong>(java.lang.String&nbsp;name, java.lang.Class&lt;?&gt;&nbsp;type, boolean&nbsp;nullable, boolean&nbsp;primaryKey, boolean&nbsp;autoIncrement, java.lang.String&nbsp;foreignKeyParentTable, java.lang.String&nbsp;foreignKeyParentColumn)</code> <div class="block">ObjectModelColumn Constructor</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../za/co/neilson/sqlite/orm/UnsupportedTypeException.html" title="class in za.co.neilson.sqlite.orm">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?za/co/neilson/sqlite/orm/class-use/UnsupportedTypeException.html" target="_top">Frames</a></li> <li><a href="UnsupportedTypeException.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
SheldonNeilson/SQLite-Database-Model
SQLite Database Model Android/doc/za/co/neilson/sqlite/orm/class-use/UnsupportedTypeException.html
HTML
apache-2.0
7,600
<!DOCTYPE html> <!-- Declares the root element that allows behaviour to be modified through Angular custom HTML tags. --> <html> <head> <meta charset="UTF-8"> <title>Login</title> <link rel="icon" href="images/favicon.ico" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> <script type="text/javascript"> goToSignup = function() { var signUpUrl = window.location.href + "signup.html"; var indexOfLogin = window.location.href.indexOf('login.html'); if (indexOfLogin != -1) { signUpUrl = window.location.href.substr(0, window.location.href .indexOf('login.html')) + 'signup.html' } window.location.href = signUpUrl; } </script> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/style.css" /> </head> <body> <div class="container col-md-offset-4"> <div class="content col-md-5"> <div> <h2>Login<small><a href="javascript:goToSignup()" class="pull-right">Sign up</a></small></h2> <hr /> </div> <form class="form-horizontal" action="j_spring_security_check" method="post"> <div class="form-group"> <label for="username" class="col-md-5 control-label">User Name:</label> <div class="col-md-5"> <input id="username" name="username" type="text" class="form-control" autofocus /> </div> </div> <div class="form-group"> <label for="password" class="col-md-5 control-label">Password:</label> <div class="col-md-5"> <input id="password" name="password" type="password" class="form-control" /> </div> </div> <div class="form-group"> <div class="col-md-offset-5 col-md-5"> <div class="checkbox"> <label><input id="rememberMe" type="checkbox" name="_spring_security_remember_me">Remember me</label> </div> </div> </div> <div class="form-group"> <div class="col-md-offset-5 col-md-2"> <input type="submit" value="Log In" class="btn btn-primary" /> </div> </div> </form> </div> </div> </body> </html>
wpetit/vacation
vacation-webapp/src/main/webapp/login.html
HTML
apache-2.0
2,209
{{ partial "header.html" . }} {{ $show := index (where (where .Site.Pages "Type" "show") "Slug" .Params.show) 0 }}{{ $hosts := where (where .Site.Pages "Type" "person") "Slug" "in" .Params.hosts }} <article class='episode'> <div class='episode__content'> <h5 class='episode__show-link'><a href="{{ $show.Permalink }}">{{ $show.Title }}</a></h5> <h2 class='episode__title'><a href="{{ .Permalink }}">#{{ .Params.number }}: {{ .Title }}</a></h2> <h2 class='episode__meta'>{{ dateFormat "Monday, Jan 2, 2006" .Date }} • {{ .Params.duration }}</h2> <ul class='people-list'> {{ range $index, $page := (where (where .Site.Pages "Type" "person") "Slug" "in" .Params.guests) }} {{ $page.Render "li" }} {{ end }} {{ range $index, $page := (where (where .Site.Pages "Type" "person") "Slug" "in" .Params.hosts) }} {{ $page.Render "li" }} {{ end }} </ul> <div class='episode__player'> <audio controls="controls"> Your browser does not support audio. <source src="{{ .Params.enclosureurl }}" type="audio/mp3"> </audio> <h2 class='episode__meta'>Download: <a href='{{ .Params.enclosureurl }}' download>MP3 ({{ .Params.enclosuresize }} MB)</a></h2> </div> {{ .Content }} </div> </article> <div class='episode__show'> <div class='page-content'> <ul class='shows'> {{ range where (where .Site.Pages "Type" "show") "Slug" .Params.show }} {{ .Render "li" }} {{ end }} </ul> </div> </div> {{ partial "footer.html" . }}
LoomState/loomstate.fm
layouts/episode/single.html
HTML
apache-2.0
1,552
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <!--框架必需start--> <script type="text/javascript" src="../../libs/js/jquery.js"></script> <script type="text/javascript" src="../../libs/js/framework.js"></script> <link href="../../libs/css/import_basic.css" rel="stylesheet" type="text/css"/> <link rel="stylesheet" type="text/css" id="skin" prePath="../../"/> <link rel="stylesheet" type="text/css" id="customSkin"/> <!--框架必需end--> <!--树组件与弹窗组件(这里引入只为“非iframe弹窗(复杂内容)”示例需要) --> <script type="text/javascript" src="../../libs/js/tree/ztree/ztree.js"></script> <link href="../../libs/js/tree/ztree/ztree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../libs/js/popup/drag.js"></script> <script type="text/javascript" src="../../libs/js/popup/dialog.js"></script> <!--树组件与弹窗组件(这里引入只为“非iframe弹窗(复杂内容)”示例需要) --> </head> <body> <div style="display:none" id="content">这是指定容器的内容。</div> <div class="box1" panelWidth="800"> <fieldset> <legend>1、提示</legend> <input type="button" value="提示信息" onclick='top.Dialog.alert("这里是提示信息|标题",function(){alert("点击确定后的处理")});'/> <input type="button" value="提示自动关闭" onclick='top.Dialog.alert("这里是提示信息",null,null,null,2)'/> <input type="button" value="询问信息" onclick='top.Dialog.confirm("这里是询问信息",function(){top.Dialog.alert("点击了确定")},function(){top.Dialog.alert("点击了取消")});'/> </fieldset> <div class="height_15"></div> <fieldset> <legend>2、基本功能</legend> 弹出窗口参数见文档。 <div class="height_10"></div> <input type="button" value="普通窗口" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",Title:"普通窗口"});'/> <input type="button" value="自定义宽高 " onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",Title:"自定义宽高 ",Width:800,Height:600});'/> <input type="button" value="带说明栏的窗口" onclick='top.Dialog.open({MessageTitle:"这是标题",Message:"这是标题说明文字",Title:"带说明栏窗口",URL:"../../sample_html/popup/window-content1.html"});'/> <input type="button" value="无遮罩窗口" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",Title:"无遮罩窗口",Modal:false});'/> <input type="button" value="最大化与最小化" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",Title:"最大化与最小化",ShowMaxButton:true,ShowMinButton:true});'/> <div class="height_5"></div> <input type="button" value="初始时最大化1" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",Width:"100",Height:"100",Title:"全屏窗口"});'/> <input type="button" value="初始时最大化2" onclick='open11()'/> </fieldset> <div class="height_15"></div> <fieldset> <legend>3、额外功能</legend> <input type="button" value="非iframe弹窗(简单内容)" onclick="openHtml();"/> <input type="button" value="非iframe弹窗(复杂内容)" onclick="openComplex();"/> <input type="button" value="指定弹出位置" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",Top:"100%",Left:"100%",Modal:false,Width:240,Height:120,Title:"指定弹出位置"});'/> <input type="button" value="自动关闭" onclick='top.Dialog.open({InnerHtml:"5秒后自动关闭",AutoClose:5,Title:"自动关闭"});'/> </fieldset> <div class="height_15"></div> <fieldset> <legend>4、事件与方法</legend> <input type="button" value="确定、取消、最大化、最小化、关闭事件" onclick='open1()'/> <input type="button" value="更改按钮" onclick="open3()"/> <input type="button" value="创建新按钮" onclick="open4()"/> </fieldset> <div class="height_15"></div> <fieldset> <legend>5、父页面刷新</legend> 方法1: <div class="height_5"></div> <input type="button" value="提交表单并刷新父页" onclick="open5()"/> <div class="height_5"></div> 此方法适合表单同步提交(页面跳转)的情况。 <div class="height_20"></div> 方法2:使用按钮栏:<input type="button" value="手动关闭窗口并刷新页面1" onclick="open6()"/> <div class="height_20"></div> 方法3:不用按钮栏:<input type="button" value="手动关闭窗口并刷新页面2" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content3.html",Title:"父窗口刷新"});'/> <div class="height_5"></div> 方法2和方法3适合表单异步提交或者无需表单提交的情况。 </fieldset> <div class="height_15"></div> <fieldset> <legend>6、手动关闭窗口</legend> 方法1:使用按钮栏 <div class="height_5"></div> <input type="button" value="手动关闭窗口方法1" onclick="open7()"/> <div class="height_20"></div> 方法2:不使用按钮栏 <div class="height_5"></div> <input type="button" value="手动关闭窗口方法2" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content4.html",Title:"手动关闭窗口方法2"});'/> <div class="height_20"></div> 方法3:参见上面的“父页面刷新”的方法1。 <div class="height_20"></div> 方法4:适合关闭特定的窗口。例如: <div class="height_5"></div> <input type="button" value="打开第二个窗口关闭前一个窗口" onclick="open10()"/> </fieldset> <div class="height_15"></div> <fieldset> <legend>7、传值</legend> <input type="button" value="本页面获取窗口页的值" onclick="open8()"/> <br/> <br/> <input type="button" value="本页面调用窗口页方法" onclick="open9()"/> <br/> <br/> <input type="button" value="窗口将值传给本页" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content9.html",Title:"窗口将值传给页面"});'/> <span id="span1">窗口的值将传到这里</span> <br/> <br/> <input type="button" value="窗口之间进行传值" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content5.html",ID:"a1",Width:400,Height:300,Title:"第一个窗口"});'/> </fieldset> <div class="height_15"></div> <fieldset> <legend>8、改变窗口样式</legend> <input type="button" value="简洁风格" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",Title:"简洁风格",Style:"simple",Modal:false,Width:350,Height:220});'/> <br/><br/> <input type="button" value="简洁提示" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",Title:"简洁提示",Style:"simpleTip",Modal:false,Width:350,Height:220});'/> <br/><br/> <input type="button" value="阴影提示" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",Title:"阴影提示",Style:"shadowTip",Modal:false,Width:330,Height:150,Top:"85%",Left:140});'/>(阴影提示窗口宽度至少要设为330) <br/><br/> 完全自定义外观:<br/> <input type="button" value="仿百度贴吧新特性介绍" onclick="open12()"/> <br/> </fieldset> <div class="height_15"></div> <fieldset> <legend>9、任务栏管理</legend> <input type="button" value="窗口1" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",ID:"window1",Title:"窗口1",ShowMaxButton:true,ShowMinButton:true,MinToTask:true});'/> <input type="button" value="窗口2" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",ID:"window2",Title:"窗口2",ShowMaxButton:true,ShowMinButton:true,MinToTask:true});'/> <input type="button" value="窗口3" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",ID:"window3",Title:"窗口标题文字非常之长窗口文字非常之长",ShowMaxButton:true,ShowMinButton:true,MinToTask:true});'/> </fieldset> <div class="height_15"></div> <fieldset> <legend>10、自定义图标</legend> <input type="button" value="与图标库结合" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",Title:"与图标库结合",IconClass:"icon_list",Modal:false});'/> <input type="button" value="自定义图标路径" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",Title:"自定义图标路径",IconSrc:"../../libs/images/icons/setting.png",Modal:false});'/> <input type="button" value="无图标" onclick='top.Dialog.open({URL:"../../sample_html/popup/window-content1.html",Title:"无图标",IconClass:"",Modal:false});'/> </fieldset> <div class="height_15"></div> </div> <script type="text/javascript"> $(function(){ top.Dialog.close() }) function handler1(){ top.Dialog.alert("点击了确定") } function open1(){ var diag = new top.Dialog(); diag.Title = "按钮点击事件"; diag.ShowMaxButton=true; diag.ShowMinButton=true; diag.OKEvent = function(){ alert("点击了确定") diag.close(); }; diag.CancelEvent = function(){ alert("点击了取消"); diag.close(); }; diag.MaxEvent = function(){ alert("点击了最大化"); }; diag.MinEvent = function(){ alert("点击了最小化"); }; diag.DecreaseEvent = function(){ alert("点击了还原"); }; diag.URL = "../../sample_html/popup/window-content1.html"; diag.ShowButtonRow=true; diag.show(); } function open3(){ var diag = new top.Dialog(); diag.Title = "更改按钮"; diag.URL = "../../sample_html/popup/window-content1.html"; diag.ShowButtonRow=true; diag.OkButtonText=" 提 交 "; diag.show(); } function open4(){ var diag = new top.Dialog(); diag.Title = "创建其它按钮"; diag.URL = "../../sample_html/popup/window-content1.html"; diag.show(); diag.addButton("next"," 按 钮 ",function(){ top.Dialog.alert("点击了创建的按钮") }) } function open5(){ var diag = new top.Dialog(); diag.Title = "提交表单并刷新父页"; diag.URL = "../../sample_html/popup/window-content2.html"; diag.show(); } function open6(){ var diag = new top.Dialog(); diag.Title = "手动关闭窗口并刷新页面"; diag.URL = "javascript:void(document.write('点击确定按钮'))"; diag.ShowButtonRow=true; diag.OkButtonText=" 确 定 "; diag.OKEvent = function(){ top.Dialog.alert("成功提交",function(){window.location.reload()}) diag.close(); }; diag.show(); } function open7(){ var diag = new top.Dialog(); diag.Title = "手动关闭窗口"; diag.URL = "../../sample_html/popup/window-content1.html"; diag.ShowButtonRow=true; diag.ShowOkButton=false; diag.CancelButtonText=" 关 闭 "; diag.show(); } function open8(){ var diag = new top.Dialog(); diag.Title = "得到输入值"; diag.URL = "../../sample_html/popup/window-content8.html"; diag.OKEvent = function(){ var inputValue = diag.innerFrame.contentWindow.document.getElementById('a').value; top.Dialog.alert(inputValue) diag.close(); }; diag.show(); } function open9(){ var diag = new top.Dialog(); diag.Title = "调用窗口页方法"; diag.URL = "../../sample_html/popup/window-content10.html"; diag.OKEvent = function(){ var inputValue = diag.innerFrame.contentWindow.mytest(); diag.close(); }; diag.show(); } var firstDialog; function open10(){ firstDialog = new top.Dialog(); firstDialog.Title = "打开第二个窗口关闭本窗口"; firstDialog.URL = "../../sample_html/popup/window-content11.html"; firstDialog.show(); } function closeFirstDialog(){ firstDialog.close(); } function open11(){ var diag = new top.Dialog(); diag.Title = "初始时最大化"; diag.URL = "../../sample_html/popup/window-content1.html"; diag.ShowMaxButton=true; diag.ShowMinButton=true; diag.show(); diag.max(); } function open12(){ //打开窗口 var diag = new Dialog(); diag.Style="custom"; diag.InnerHtml= ""; diag.ID="c2"; diag.Width=386; diag.Height=193; diag.show(); //构建自定义内容 var $content=$('<div style="position:relative;"><img src="../../libs/images/demo/popup1.png"/></div>'); var $next=$('<img src="../../libs/images/icons/click.gif" class="hand" style="width:100px;height:30px;position:absolute;top:140px;left:120px;"/>'); var $close=$('<img src="../../libs/images/icons/click.gif" class="hand" style="width:30px;height:30px;position:absolute;top:0px;left:280px;"/>'); $content.prepend($next); $content.prepend($close); //内容添加到窗口 var $container=$(document.getElementById("_Container_c2")); $container.append($content); //点击关闭 $close.click(function(){ diag.close(); }); //点击下一步 $next.click(function(){ //关闭当前 diag.close(); //打开新窗口 var diag2 = new Dialog(); diag2.Style="custom"; diag2.InnerHtml= ""; diag2.ID="c3"; diag2.Width=467; diag2.Height=399; diag2.show(); //构建自定义内容 var $content2=$('<div style="position:relative;"><img src="../../libs/images/demo/popup2.png"/></div>'); var $next2=$('<img src="../../libs/images/icons/click.gif" class="hand" style="width:100px;height:30px;position:absolute;top:355px;left:130px;"/>'); var $close2=$('<img src="../../libs/images/icons/click.gif" class="hand" style="width:30px;height:30px;position:absolute;top:218px;left:310px;"/>'); $content2.prepend($next2); $content2.prepend($close2); //内容添加到新窗口 var $container2=$(document.getElementById("_Container_c3")); $container2.append($content2); //点击关闭 $close2.click(function(){ diag2.close(); }); $next2.click(function(){ diag2.close(); }); }); } function openHtml(){ top.Dialog.open({ InnerHtml: $("#content").html(),//这里还可以直接写html代码 Title:"普通窗口" }); } var nodes1 = [ { id:1, parentId:0, name:"中国(默认展开)", open: true}, { id:11, parentId:1, name:"北京"}, { id:12, parentId:1, name:"南京"}, { id:13, parentId:1, name:"湖北"}, { id:2, parentId:0, name:"美国(折叠)"}, { id:21, parentId:2, name:"纽约"}, { id:22, parentId:2, name:"波士顿"}, { id:23, parentId:2, name:"芝加哥"} ]; var setting1 = { callback: { onClick: onNodeClick1 } }; function onNodeClick1(event, treeId, treeNode){ alert(treeNode.name) } function openComplex(){ Dialog.open({ InnerHtml: "", Title:"普通窗口", ID:"c1", Width:240, Height:300 }); var $container=$(document.getElementById("_Container_c1")); var $tree=$(' <ul id="tree-1" class="ztree"></ul>'); $.fn.zTree.init($tree, setting1, nodes1); $container.append($tree) } </script> </body> </html>
htzy/te
envirMonitor/WebRoot/sample_html/popup/window.html
HTML
apache-2.0
15,137
<!DOCTYPE html> <html class="no-js"> <head> <script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "Product", "name" : "Bliiq Professional Outdoor Sports Bluetooth Wireless Headset Headphone Speaker", "image" : "http://www.bliiq.us/images/icon_logo.png", "description" : "Bliiq specializes in the development of high quality audio products that elegantly fuse together musical experience with all elements of life. Bliiq also offers intuitive audio products that are full function, convenience, and comfort.", "url" : "http://www.bliiq.us/", "brand" : { "@type" : "Brand", "name" : "bliiq" } } </script> <meta charset="utf-8"> <title>Bliiq Professional Outdoor Sports Bluetooth Wireless Headset Headphone Speaker</title> <meta name="description" content="Bliiq specializes in the development of high quality audio products that elegantly fuse together musical experience with all elements of life. Bliiq also offers intuitive audio products that are full function, convenience, and comfort."> <meta name="keywords" content="bliiq,Orange,Bolt,Professional,Outdoor,Sports,Bluetooth,Wireless,Headset,Headphone,Speaker,waterproof,running,jogging,weight,training,lifting,boxing,workout,earphone,earpod,earbod,camping,camp,wild,life,survivor,kit,IPX,dust,proof,shock,proof,flash,drive,super,bass,quality,sound,audio,apple,beats,dr,dre,beat,monster,bose,JBL,jaybird,LG,Plantronics,Motorola,BlueAnt,Frends,SOL,Republic,Jabra,audio-technica,cool,stylish,fashion" /> <meta name="viewport" content="width=device-width"> <link rel="shortcut icon" href="/favicon.ico"> <script src="./scripts/jquery-1.12.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/ScrollToPlugin.min.js"></script> <script src="./scripts/jquery.superscrollorama.js"></script> <link rel="stylesheet" href="css/main.css"> </head> <body> <div class="navs"> <div> <a class="logo" href="/"></a> <ul> <li class="hasSub featured"><a href="javascript:void(0);">PRODUCTS</a> <div class="navSub"> <div class="featuredSub"> <ul> <li><a href="/prods-speaker.html"><div class="prods01"></div></a></li> <li><a href="#"><img src="images/product_soon.png" width="100%" alt=""></a></li> <li><a href="#"><img src="images/product_soon.png" width="100%" alt=""></a></li> </ul> </div> </div> </li> <li class="hasSub products"><a href="/access.html">ACCESSORIES</a> </li> <li><a href="/athletes.html">ATHLETES</a></li> <li><a href="/customer-contact.html">SUPPORT</a></li> <li><a class="btns_shopCart" href="#">SHOP</a></li> </ul> </div> </div> <div class="prods prods-cat"> <div class="catMain"> <div class="catPhoto"> <img class="focusImg" src="images/prods-cats/cats01.jpg" alt=""> <ul> <li class="active"><a href="javascript:void(0);"><img src="images/prods-cats/cats01.jpg" alt=""></a></li> <li><a href="javascript:void(0);"><img src="images/prods-cats/cats02.jpg" alt=""></a></li> <li><a href="javascript:void(0);"><img src="images/prods-cats/cats03.jpg" alt=""></a></li> <li><a href="javascript:void(0);"><img src="images/prods-cats/cats04.jpg" alt=""></a></li> </ul> </div> <div class="catInfo"> <h2>Bluetooth Speaker</h2> <p> <span>• ENHANCED HD MUSIC EXPERIENCE</span> <span>• WATER RESISTANT & SECURE-FIT</span> <span>• UNIVERSAL COMPATIBILITY</span> <span>• ACCESSIBLE</span> <span>• LED LIGHT & MAJI MEOW FIGURE</span> </p> <div class="priceAndPiece"> <span class="price">$ 29.99</span> <select class="pieces"> <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> </select> </div> <div class="btnArea"> <a class="addCartBtn" href="#">ADD TO CART</a> </div> </div> <div class="prodsDesc"> <h3>• ENHANCED HD MUSIC EXPERIENCE</h3> <p>Advanced digital sound, noise/wind reduction technology, and unique loudspeaker cavity structure to deliver premium acoustic sound and enriched music listening experiences w/ full spectrum coverage, crispy high note, crystal clear mid-range and balanced bass.</p> <h3>• WATER RESISTANT & SECURE-FIT</h3> <p>Full featured ergonomic human engineering design with re-enforced detachable suction cup, water-resistant HD loudspeaker, and splash-proof surface to increase mobility and usability for everyday indoor or outdoor use such as shower, beach, pool, boat, bathroom, car, office, and much more!</p> <h3>• UNIVERSAL COMPATIBILITY</h3> <p>High efficiency and eco-friendly advanced Bluetooth wireless technology that is forward/backward compatible to all Bluetooth-enabled media player devices such as Smartphones, iPhone, iPad, iPod, Mac, Macbook, Android, Tablet, Laptop, Desktop, PC, MP3 players and much more!</p> <h3>• ACCESSIBLE</h3> <p>Intuitive built-in mic and dedicated control buttons for 6 hours of wireless music streaming and/or crystal clear hands-free talking call management from up to 33 feet of remote distance with free clear line of sight.</p> <h3>• LED LIGHT & MAJI MEOW FIGURE</h3> <p>Built-in LED light will make your kids love this speaker even more, the spinning Maji Meow figure will make you kids enjoy taking bath and have a very fun time showering.</p> </div> </div> <div class="footer"> <div class="footerContent"> <ul> <li> <h2>Customer Care</h2> <a href="/customer-contact.html">Contact Us</a> <a href="/customer-ship.html">Shipping Policy</a> <a href="/customer-warranty.html">Warranty & Return</a> <a href="/customer-freq.html">Frequently Asked Questions</a> </li> <li> <h2>Company</h2> <a href="/company-aboutus.html">About Us</a> <a href="/company-news.html">News Press & Media</a> <a href="/company-author.html">Authorized Reseller</a> <a class="non-active" href="javascript:void(0);">Terms of Use</a> <a class="non-active" href="javascript:void(0);">Privacy Policy</a> </li> <li> <h2>Account</h2> <a class="non-active" href="javascript:void(0);">My Account</a> <a class="non-active" href="javascript:void(0);">Register Account</a> </li> <li> <h2>Hang out with bliiq</h2> <div class="socialLinks"> <ul> <li class="fb active"><a target="_blank" href="https://www.facebook.com/bliiq/">facebook</a></li> <li class="twi"><a href="javascript:void(0);">twitter</a></li> <li class="gplus"><a href="javascript:void(0);">google+</a></li> <li class="ig active"><a target="_blank" href="https://www.instagram.com/bliiq_us/">instagram</a></li> <li class="tube active"><a target="_blank" href="https://www.youtube.com/channel/UC8rmh2ERqJzdtr-9wO6bApA">youtube</a></li> </ul> </div> </li> </ul> </div> </div> </div> <script src="./scripts/main.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-73153160-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
gnux123/gnux123.github.io
bliiqus/prods-cat.html
HTML
apache-2.0
9,100
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_112) on Tue Sep 12 14:31:20 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>PrincipalToGroupGroupSearchConsumer (BOM: * : All 2017.9.5 API)</title> <meta name="date" content="2017-09-12"> <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="PrincipalToGroupGroupSearchConsumer (BOM: * : All 2017.9.5 API)"; } } catch(err) { } //--> var methods = {"i0":6,"i1":18}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default 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/PrincipalToGroupGroupSearchConsumer.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.9.5</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearch.PrincipalToGroupGroupSearchResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchSupplier.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html" target="_top">Frames</a></li> <li><a href="PrincipalToGroupGroupSearchConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&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>Constr&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">org.wildfly.swarm.config.management.security_realm.authorization</div> <h2 title="Interface PrincipalToGroupGroupSearchConsumer" class="title">Interface PrincipalToGroupGroupSearchConsumer&lt;T extends <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearch.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">PrincipalToGroupGroupSearch</a>&lt;T&gt;&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">PrincipalToGroupGroupSearchConsumer&lt;T extends <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearch.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">PrincipalToGroupGroupSearch</a>&lt;T&gt;&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== 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="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default 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>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html" title="type parameter in PrincipalToGroupGroupSearchConsumer">T</a>&nbsp;value)</code> <div class="block">Configure a pre-constructed instance of PrincipalToGroupGroupSearch resource</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">PrincipalToGroupGroupSearchConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html" title="type parameter in PrincipalToGroupGroupSearchConsumer">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html#andThen-org.wildfly.swarm.config.management.security_realm.authorization.PrincipalToGroupGroupSearchConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">PrincipalToGroupGroupSearchConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html" title="type parameter in PrincipalToGroupGroupSearchConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="accept-org.wildfly.swarm.config.management.security_realm.authorization.PrincipalToGroupGroupSearch-"> <!-- --> </a><a name="accept-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accept</h4> <pre>void&nbsp;accept(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html" title="type parameter in PrincipalToGroupGroupSearchConsumer">T</a>&nbsp;value)</pre> <div class="block">Configure a pre-constructed instance of PrincipalToGroupGroupSearch resource</div> </li> </ul> <a name="andThen-org.wildfly.swarm.config.management.security_realm.authorization.PrincipalToGroupGroupSearchConsumer-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>andThen</h4> <pre>default&nbsp;<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">PrincipalToGroupGroupSearchConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html" title="type parameter in PrincipalToGroupGroupSearchConsumer">T</a>&gt;&nbsp;andThen(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">PrincipalToGroupGroupSearchConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html" title="type parameter in PrincipalToGroupGroupSearchConsumer">T</a>&gt;&nbsp;after)</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/PrincipalToGroupGroupSearchConsumer.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.9.5</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearch.PrincipalToGroupGroupSearchResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchSupplier.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html" target="_top">Frames</a></li> <li><a href="PrincipalToGroupGroupSearchConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&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>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2017.9.5/apidocs/org/wildfly/swarm/config/management/security_realm/authorization/PrincipalToGroupGroupSearchConsumer.html
HTML
apache-2.0
13,310
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Sun Oct 26 05:56:34 EDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.analysis.LegacyHTMLStripCharFilter (Solr 4.10.2 API)</title> <meta name="date" content="2014-10-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.analysis.LegacyHTMLStripCharFilter (Solr 4.10.2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/analysis/LegacyHTMLStripCharFilter.html" title="class in org.apache.solr.analysis">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/analysis/class-use/LegacyHTMLStripCharFilter.html" target="_top">Frames</a></li> <li><a href="LegacyHTMLStripCharFilter.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.analysis.LegacyHTMLStripCharFilter" class="title">Uses of Class<br>org.apache.solr.analysis.LegacyHTMLStripCharFilter</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/solr/analysis/LegacyHTMLStripCharFilter.html" title="class in org.apache.solr.analysis">LegacyHTMLStripCharFilter</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.analysis">org.apache.solr.analysis</a></td> <td class="colLast"> <div class="block"> Factories and classes specific to text analysis and the creation of <a href="http://lucene.apache.org/core/4_10_2/core/org/apache/lucene/analysis/TokenStream.html?is-external=true" title="class or interface in org.apache.lucene.analysis"><code>TokenStream</code></a>s</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.analysis"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/solr/analysis/LegacyHTMLStripCharFilter.html" title="class in org.apache.solr.analysis">LegacyHTMLStripCharFilter</a> in <a href="../../../../../org/apache/solr/analysis/package-summary.html">org.apache.solr.analysis</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/solr/analysis/package-summary.html">org.apache.solr.analysis</a> that return <a href="../../../../../org/apache/solr/analysis/LegacyHTMLStripCharFilter.html" title="class in org.apache.solr.analysis">LegacyHTMLStripCharFilter</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/solr/analysis/LegacyHTMLStripCharFilter.html" title="class in org.apache.solr.analysis">LegacyHTMLStripCharFilter</a></code></td> <td class="colLast"><span class="strong">LegacyHTMLStripCharFilterFactory.</span><code><strong><a href="../../../../../org/apache/solr/analysis/LegacyHTMLStripCharFilterFactory.html#create(java.io.Reader)">create</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;input)</code> <div class="block"><strong>Deprecated.</strong>&nbsp;</div> &nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/analysis/LegacyHTMLStripCharFilter.html" title="class in org.apache.solr.analysis">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/analysis/class-use/LegacyHTMLStripCharFilter.html" target="_top">Frames</a></li> <li><a href="LegacyHTMLStripCharFilter.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
eissac/solr4sentiment
docs/solr-core/org/apache/solr/analysis/class-use/LegacyHTMLStripCharFilter.html
HTML
apache-2.0
7,510
<!DOCTYPE html> <html> <head> <style> #path0 { motion-path: path("M180 80 L180 20 L20 20 L20 80 L180 80"); motion-rotation: reverse; } #path0 { animation: anim0 6s linear infinite; } @keyframes anim0 { 0% { motion-offset: 0%; } 100% { motion-offset: 100%; } } </style> </head> <body> <svg height="100" width="200"> <path d="M-4,-3 L4,-3 L 0,-14 z" fill="red" id="path0" stroke="none"> </path> </svg> </body> </html>
translate-smil/translate-smil
gallery/css/305-motion-circle.html
HTML
apache-2.0
436
<HTML> <HEAD> </HEAD> <BODY> <div > <APPLET CODE = "Main.class" WIDTH = "800" HEIGHT = "500"></APPLET> </div> </BODY> </HTML>
hriswadkar/JavaRepository
main.html
HTML
apache-2.0
162
<md-content class="md-padding" ng-controller="CategoriaTabsController as vm"> <h1 class="md-title">{{vm.title}}</h1> <md-tabs md-selected="selectedTab" md-dynamic-height md-border-bottom> <md-tab>Listagem</md-tab> <md-tab>Cadastro</md-tab> </md-tabs> <div ui-view="tabCategoria"></div> </md-content>
Qr-Bibliokode/QRBWEB
src/client/main/app/components/categoria/categoria.tabs.html
HTML
apache-2.0
331
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!--<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">--> <meta name="description" content=""> <meta name="author" content=""> <title>Trustlines Network</title> {% seo %} <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css"> <link rel="icon" href="../favicon.ico"> <!-- Custom Fonts --> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css"> <!-- Plugin CSS --> <link rel="stylesheet" href="css/animate.min.css" type="text/css"> <!-- Custom CSS --> <link rel="stylesheet" href="css/main.css" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <!--Google Analytics--> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-91465549-2', 'auto'); ga('send', 'pageview'); </script> </head>
trustlines-network/trustlines-network.github.io
documents/Projects/trustlines-network.github.io-master/_includes/head.html
HTML
apache-2.0
2,032
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_162) on Tue Oct 02 11:58:28 CEST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class de.uni_mannheim.informatik.dws.winter.similarity.list.GeneralisedJaccard (WInte.r 1.3 API)</title> <meta name="date" content="2018-10-02"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class de.uni_mannheim.informatik.dws.winter.similarity.list.GeneralisedJaccard (WInte.r 1.3 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../de/uni_mannheim/informatik/dws/winter/similarity/list/GeneralisedJaccard.html" title="class in de.uni_mannheim.informatik.dws.winter.similarity.list">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?de/uni_mannheim/informatik/dws/winter/similarity/list/class-use/GeneralisedJaccard.html" target="_top">Frames</a></li> <li><a href="GeneralisedJaccard.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class de.uni_mannheim.informatik.dws.winter.similarity.list.GeneralisedJaccard" class="title">Uses of Class<br>de.uni_mannheim.informatik.dws.winter.similarity.list.GeneralisedJaccard</h2> </div> <div class="classUseContainer">No usage of de.uni_mannheim.informatik.dws.winter.similarity.list.GeneralisedJaccard</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../de/uni_mannheim/informatik/dws/winter/similarity/list/GeneralisedJaccard.html" title="class in de.uni_mannheim.informatik.dws.winter.similarity.list">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?de/uni_mannheim/informatik/dws/winter/similarity/list/class-use/GeneralisedJaccard.html" target="_top">Frames</a></li> <li><a href="GeneralisedJaccard.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p> </body> </html>
olehmberg/winter
docs/javadoc/de/uni_mannheim/informatik/dws/winter/similarity/list/class-use/GeneralisedJaccard.html
HTML
apache-2.0
5,212
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_14.html">Class Test_AbaRouteValidator_14</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_31111_good </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_14.html?line=26728#src-26728" >testAbaNumberCheck_31111_good</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:43:38 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_31111_good</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=26648#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.7352941</span>73.5% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_14_testAbaNumberCheck_31111_good_kk8.html
HTML
apache-2.0
9,181
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Sat May 16 22:22:27 CEST 2015 --> <title>Cassandra.AsyncProcessor.add</title> <meta name="date" content="2015-05-16"> <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="Cassandra.AsyncProcessor.add"; } //--> </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-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/apache/cassandra/thrift/Cassandra.AsyncProcessor.html" title="class in org.apache.cassandra.thrift"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.atomic_batch_mutate.html" title="class in org.apache.cassandra.thrift"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html" target="_top">Frames</a></li> <li><a href="Cassandra.AsyncProcessor.add.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">org.apache.cassandra.thrift</div> <h2 title="Class Cassandra.AsyncProcessor.add" class="title">Class Cassandra.AsyncProcessor.add&lt;I extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>&gt;</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.thrift.AsyncProcessFunction&lt;I,<a href="../../../../org/apache/cassandra/thrift/Cassandra.add_args.html" title="class in org.apache.cassandra.thrift">Cassandra.add_args</a>,java.lang.Void&gt;</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.thrift.Cassandra.AsyncProcessor.add&lt;I&gt;</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.html" title="class in org.apache.cassandra.thrift">Cassandra.AsyncProcessor</a>&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.html" title="type parameter in Cassandra.AsyncProcessor">I</a> extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>&gt;</dd> </dl> <hr> <br> <pre>public static class <span class="strong">Cassandra.AsyncProcessor.add&lt;I extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>&gt;</span> extends org.apache.thrift.AsyncProcessFunction&lt;I,<a href="../../../../org/apache/cassandra/thrift/Cassandra.add_args.html" title="class in org.apache.cassandra.thrift">Cassandra.add_args</a>,java.lang.Void&gt;</pre> </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="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html#Cassandra.AsyncProcessor.add()">Cassandra.AsyncProcessor.add</a></strong>()</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="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><a href="../../../../org/apache/cassandra/thrift/Cassandra.add_args.html" title="class in org.apache.cassandra.thrift">Cassandra.add_args</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html#getEmptyArgsInstance()">getEmptyArgsInstance</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>org.apache.thrift.async.AsyncMethodCallback&lt;java.lang.Void&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html#getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer,%20int)">getResultHandler</a></strong>(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer&nbsp;fb, int&nbsp;seqid)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html#isOneway()">isOneway</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html#start(I,%20org.apache.cassandra.thrift.Cassandra.add_args,%20org.apache.thrift.async.AsyncMethodCallback)">start</a></strong>(<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html" title="type parameter in Cassandra.AsyncProcessor.add">I</a>&nbsp;iface, <a href="../../../../org/apache/cassandra/thrift/Cassandra.add_args.html" title="class in org.apache.cassandra.thrift">Cassandra.add_args</a>&nbsp;args, org.apache.thrift.async.AsyncMethodCallback&lt;java.lang.Void&gt;&nbsp;resultHandler)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.thrift.AsyncProcessFunction"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.thrift.AsyncProcessFunction</h3> <code>getMethodName, sendResponse</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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="Cassandra.AsyncProcessor.add()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Cassandra.AsyncProcessor.add</h4> <pre>public&nbsp;Cassandra.AsyncProcessor.add()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getEmptyArgsInstance()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getEmptyArgsInstance</h4> <pre>public&nbsp;<a href="../../../../org/apache/cassandra/thrift/Cassandra.add_args.html" title="class in org.apache.cassandra.thrift">Cassandra.add_args</a>&nbsp;getEmptyArgsInstance()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getEmptyArgsInstance</code>&nbsp;in class&nbsp;<code>org.apache.thrift.AsyncProcessFunction&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html" title="type parameter in Cassandra.AsyncProcessor.add">I</a> extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.add_args.html" title="class in org.apache.cassandra.thrift">Cassandra.add_args</a>,java.lang.Void&gt;</code></dd> </dl> </li> </ul> <a name="getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getResultHandler</h4> <pre>public&nbsp;org.apache.thrift.async.AsyncMethodCallback&lt;java.lang.Void&gt;&nbsp;getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer&nbsp;fb, int&nbsp;seqid)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>getResultHandler</code>&nbsp;in class&nbsp;<code>org.apache.thrift.AsyncProcessFunction&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html" title="type parameter in Cassandra.AsyncProcessor.add">I</a> extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.add_args.html" title="class in org.apache.cassandra.thrift">Cassandra.add_args</a>,java.lang.Void&gt;</code></dd> </dl> </li> </ul> <a name="isOneway()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isOneway</h4> <pre>protected&nbsp;boolean&nbsp;isOneway()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>isOneway</code>&nbsp;in class&nbsp;<code>org.apache.thrift.AsyncProcessFunction&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html" title="type parameter in Cassandra.AsyncProcessor.add">I</a> extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.add_args.html" title="class in org.apache.cassandra.thrift">Cassandra.add_args</a>,java.lang.Void&gt;</code></dd> </dl> </li> </ul> <a name="start(org.apache.cassandra.thrift.Cassandra.AsyncIface,org.apache.cassandra.thrift.Cassandra.add_args,org.apache.thrift.async.AsyncMethodCallback)"> <!-- --> </a><a name="start(I, org.apache.cassandra.thrift.Cassandra.add_args, org.apache.thrift.async.AsyncMethodCallback)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>start</h4> <pre>public&nbsp;void&nbsp;start(<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html" title="type parameter in Cassandra.AsyncProcessor.add">I</a>&nbsp;iface, <a href="../../../../org/apache/cassandra/thrift/Cassandra.add_args.html" title="class in org.apache.cassandra.thrift">Cassandra.add_args</a>&nbsp;args, org.apache.thrift.async.AsyncMethodCallback&lt;java.lang.Void&gt;&nbsp;resultHandler) throws org.apache.thrift.TException</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>start</code>&nbsp;in class&nbsp;<code>org.apache.thrift.AsyncProcessFunction&lt;<a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html" title="type parameter in Cassandra.AsyncProcessor.add">I</a> extends <a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncIface.html" title="interface in org.apache.cassandra.thrift">Cassandra.AsyncIface</a>,<a href="../../../../org/apache/cassandra/thrift/Cassandra.add_args.html" title="class in org.apache.cassandra.thrift">Cassandra.add_args</a>,java.lang.Void&gt;</code></dd> <dt><span class="strong">Throws:</span></dt> <dd><code>org.apache.thrift.TException</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-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/apache/cassandra/thrift/Cassandra.AsyncProcessor.html" title="class in org.apache.cassandra.thrift"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.atomic_batch_mutate.html" title="class in org.apache.cassandra.thrift"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html" target="_top">Frames</a></li> <li><a href="Cassandra.AsyncProcessor.add.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>
sayanh/ViewMaintenanceCassandra
doc/org/apache/cassandra/thrift/Cassandra.AsyncProcessor.add.html
HTML
apache-2.0
16,025
<!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_29) on Sun Feb 05 12:13:53 CET 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> org.jboss.netty.handler.queue (The Netty Project API Reference (3.3.1.Final)) </TITLE> <META NAME="date" CONTENT="2012-02-05"> <META NAME="keywords" CONTENT="org.jboss.netty.handler.queue package"> <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.jboss.netty.handler.queue (The Netty Project API Reference (3.3.1.Final))"; } } </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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-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;<A HREF="../../../../../org/jboss/netty/handler/logging/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/jboss/netty/handler/ssl/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/jboss/netty/handler/queue/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.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> <H2> Package org.jboss.netty.handler.queue </H2> The special-purpose handlers that store an event into an internal queue instead of propagating the event immediately. <P> <B>See:</B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A> <P> <map id="APIVIZ" name="APIVIZ"> <area shape="rect" id="node1" href="BlockingReadHandler.html" title="BlockingReadHandler" alt="" coords="6,54,156,80"/> <area shape="rect" id="node2" href="BufferedWriteHandler.html" title="BufferedWriteHandler" alt="" coords="7,4,156,30"/> </map> <CENTER><IMG SRC="package-summary.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> <BR> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/jboss/netty/handler/queue/BlockingReadHandler.html" title="class in org.jboss.netty.handler.queue">BlockingReadHandler&lt;E&gt;</A></B></TD> <TD>Emulates blocking read operation.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/jboss/netty/handler/queue/BufferedWriteHandler.html" title="class in org.jboss.netty.handler.queue">BufferedWriteHandler</A></B></TD> <TD>Emulates buffered write operation.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Exception Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/jboss/netty/handler/queue/BlockingReadTimeoutException.html" title="class in org.jboss.netty.handler.queue">BlockingReadTimeoutException</A></B></TD> <TD>A <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><CODE>IOException</CODE></A> raised by <A HREF="../../../../../org/jboss/netty/handler/queue/BlockingReadHandler.html" title="class in org.jboss.netty.handler.queue"><CODE>BlockingReadHandler</CODE></A> when no data was read within a certain period of time.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="package_description"><!-- --></A><H2> Package org.jboss.netty.handler.queue Description </H2> <P> The special-purpose handlers that store an event into an internal queue instead of propagating the event immediately. <P> <P> <DL> </DL> <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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-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;<A HREF="../../../../../org/jboss/netty/handler/logging/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/jboss/netty/handler/ssl/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/jboss/netty/handler/queue/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2008-2012 <a href="http://netty.io/">The Netty Project</a>. All Rights Reserved. </BODY> </HTML>
beav/netty-ant
doc/api/org/jboss/netty/handler/queue/package-summary.html
HTML
apache-2.0
8,738
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>FileAppender.MinimalLock.AcquireLock Method</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" /> </head> <body id="bodyID" class="dtBODY"> <div id="nsbanner"> <div id="bannerrow1"> <table class="bannerparthead" cellspacing="0"> <tr id="hdr"> <td class="runninghead">log4net SDK Reference</td> <td class="product"> </td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">FileAppender.MinimalLock.AcquireLock Method </h1> </div> </div> <div id="nstext"> <p> Acquire the lock on the file </p> <div class="syntax"> <span class="lang">[Visual Basic]</span> <br />Overrides Public Function AcquireLock() As <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemIOStreamClassTopic.asp">Stream</a></div> <div class="syntax"> <span class="lang">[C#]</span> <br />public override <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemIOStreamClassTopic.asp">Stream</a> AcquireLock();</div> <h4 class="dtH4">Return Value</h4> <p>A stream that is ready to be written to.</p> <h4 class="dtH4">Remarks</h4> <p> Acquire the lock on the file in preparation for writing to it. Return a stream pointing to the file. <a href="log4net.Appender.FileAppender.MinimalLock.ReleaseLock.html">ReleaseLock</a> must be called to release the lock on the output file. </p> <h4 class="dtH4">See Also</h4><p><a href="log4net.Appender.FileAppender.MinimalLock.html">FileAppender.MinimalLock Class</a> | <a href="log4net.Appender.html">log4net.Appender Namespace</a></p><hr /><div id="footer"><p><a href="http://logging.apache.org/log4net">Copyright 2001-2006 The Apache Software Foundation.</a></p><p>Generated from assembly log4net [1.2.10.0]</p></div></div> </body> </html>
babaru/log4net
doc/release/sdk/log4net.Appender.FileAppender.MinimalLock.AcquireLock.html
HTML
apache-2.0
2,197
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>org.scalatest.TestFailedException</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link type="text/css" media="screen" rel="stylesheet" href="../../lib/template.css" /> <script type="text/javascript" src="../../lib/jquery.js"></script> <script type="text/javascript" src="../../lib/jquery-ui.js"></script> <script type="text/javascript" src="../../lib/template.js"></script> <script type="text/javascript" src="../../lib/tools.tooltip.js"></script> </head> <body class="type"> <div id="definition"> <img src="../../lib/class_big.png" /> <p id="owner"><a name="org" class="extype" href="../package.html">org</a>.<a name="org.scalatest" class="extype" href="package.html">scalatest</a></p> <h1>TestFailedException</h1> </div> <h4 class="signature" id="signature"> <span class="kind">class</span> <span class="symbol"> <span class="name">TestFailedException</span> <span class="result"> extends <a name="org.scalatest.StackDepthException" class="extype" href="StackDepthException.html">StackDepthException</a> with <a name="org.scalatest.ModifiableMessage" class="extype" href="ModifiableMessage.html">ModifiableMessage</a>[<a name="org.scalatest.TestFailedException" class="extype" href="">TestFailedException</a>]</span> </span> </h4> <div class="fullcommenttop" id="comment"><div class="comment cmt"><p>Exception that indicates a test failed. The purpose of this exception is to encapsulate information about the stack depth at which the line of test code that failed resides, so that information can be presented to the user that makes it quick to find the failing line of test code. (In other words, the user need not scan through the stack trace to find the correct filename and line number of the failing test.) </p></div><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent"><a name="org.scalatest.ModifiableMessage" class="extype" href="ModifiableMessage.html">ModifiableMessage</a>[<a name="org.scalatest.TestFailedException" class="extype" href="">TestFailedException</a>], <a name="org.scalatest.StackDepthException" class="extype" href="StackDepthException.html">StackDepthException</a>, <a name="org.scalatest.StackDepth" class="extype" href="StackDepth.html">StackDepth</a>, <span name="java.lang.RuntimeException" class="extype">RuntimeException</span>, <span name="java.lang.Exception" class="extype">Exception</span>, <span name="java.lang.Throwable" class="extype">Throwable</span>, <span name="java.io.Serializable" class="extype">Serializable</span>, AnyRef, <span name="scala.Any" class="extype">Any</span></div> </div><div class="toggleContainer block"> <span class="toggle">Known Subclasses</span> <div class="subClasses hiddenContent"><a name="org.scalatest.prop.GeneratorDrivenPropertyCheckFailedException" class="extype" href="prop/GeneratorDrivenPropertyCheckFailedException.html">GeneratorDrivenPropertyCheckFailedException</a>, <a name="org.scalatest.prop.PropertyCheckFailedException" class="extype" href="prop/PropertyCheckFailedException.html">PropertyCheckFailedException</a>, <a name="org.scalatest.prop.PropertyTestFailedException" class="extype" href="prop/PropertyTestFailedException.html">PropertyTestFailedException</a>, <a name="org.scalatest.prop.TableDrivenPropertyCheckFailedException" class="extype" href="prop/TableDrivenPropertyCheckFailedException.html">TableDrivenPropertyCheckFailedException</a></div> </div></div> <div id="template"> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input accesskey="/" type="text" /></span><span class="post"></span></div> <div id="order"> <span class="filtertype">Ordering</span> <ol><li class="alpha in"><span>Alphabetic</span></li><li class="inherit out"><span>By inheritance</span></li></ol> </div> <div id="ancestors"> <span class="filtertype">Inherited</span> <ol><li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show all</span></li></ol> <ol id="linearization"><li name="org.scalatest.TestFailedException" class="in"><span>TestFailedException</span></li><li name="org.scalatest.ModifiableMessage" class="in"><span>ModifiableMessage</span></li><li name="org.scalatest.StackDepthException" class="in"><span>StackDepthException</span></li><li name="org.scalatest.StackDepth" class="in"><span>StackDepth</span></li><li name="java.lang.RuntimeException" class="in"><span>RuntimeException</span></li><li name="java.lang.Exception" class="in"><span>Exception</span></li><li name="java.lang.Throwable" class="in"><span>Throwable</span></li><li name="java.io.Serializable" class="in"><span>Serializable</span></li><li name="scala.AnyRef" class="in"><span>AnyRef</span></li><li name="scala.Any" class="in"><span>Any</span></li></ol> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div class="members" id="constructors"> <h3>Instance Constructors</h3> <ol><li visbl="pub" name="org.scalatest.TestFailedException#this" data-isabs="false"> <a id="this:TestFailedException"></a> <h4 class="signature"> <span class="kind">new</span> <span class="symbol"> <span class="name">TestFailedException</span> <span class="params">(<span name="message">message: String</span>, <span name="cause">cause: Throwable</span>, <span name="failedCodeStackDepth">failedCodeStackDepth: <span name="scala.Int" class="extype">Int</span></span>)</span> </span> </h4> <p class="shortcomment cmt">Create a <code>TestFailedException</code> with the specified stack depth, detail message, and cause.</p><div class="fullcomment"><div class="comment cmt"><p>Create a <code>TestFailedException</code> with the specified stack depth, detail message, and cause.</p><p>Note that the detail message associated with cause is <em>not</em> automatically incorporated in this throwable's detail message. </p></div><dl class="paramcmts block"><dt class="param">message</dt><dd class="cmt"><p>A detail message for this <code>TestFailedException</code>.</p></dd><dt class="param">cause</dt><dd class="cmt"><p>the cause, the <code>Throwable</code> that caused this <code>TestFailedException</code> to be thrown.</p></dd><dt class="param">failedCodeStackDepth</dt><dd class="cmt"><p>the depth in the stack trace of this exception at which the line of test code that failed resides. </p></dd></dl></div> </li><li visbl="pub" name="org.scalatest.TestFailedException#this" data-isabs="false"> <a id="this:TestFailedException"></a> <h4 class="signature"> <span class="kind">new</span> <span class="symbol"> <span class="name">TestFailedException</span> <span class="params">(<span name="cause">cause: Throwable</span>, <span name="failedCodeStackDepth">failedCodeStackDepth: <span name="scala.Int" class="extype">Int</span></span>)</span> </span> </h4> <p class="shortcomment cmt">Create a <code>TestFailedException</code> with the specified stack depth and cause.</p><div class="fullcomment"><div class="comment cmt"><p>Create a <code>TestFailedException</code> with the specified stack depth and cause. The <code>message</code> field of this exception object will be initialized to <code>if (cause.getMessage == null) "" else cause.getMessage</code>. </p></div><dl class="paramcmts block"><dt class="param">cause</dt><dd class="cmt"><p>the cause, the <code>Throwable</code> that caused this <code>TestFailedException</code> to be thrown.</p></dd><dt class="param">failedCodeStackDepth</dt><dd class="cmt"><p>the depth in the stack trace of this exception at which the line of test code that failed resides. </p></dd></dl></div> </li><li visbl="pub" name="org.scalatest.TestFailedException#this" data-isabs="false"> <a id="this:TestFailedException"></a> <h4 class="signature"> <span class="kind">new</span> <span class="symbol"> <span class="name">TestFailedException</span> <span class="params">(<span name="message">message: String</span>, <span name="failedCodeStackDepth">failedCodeStackDepth: <span name="scala.Int" class="extype">Int</span></span>)</span> </span> </h4> <p class="shortcomment cmt">Create a <code>TestFailedException</code> with a specified stack depth and detail message.</p><div class="fullcomment"><div class="comment cmt"><p>Create a <code>TestFailedException</code> with a specified stack depth and detail message. </p></div><dl class="paramcmts block"><dt class="param">message</dt><dd class="cmt"><p>A detail message for this <code>TestFailedException</code>.</p></dd><dt class="param">failedCodeStackDepth</dt><dd class="cmt"><p>the depth in the stack trace of this exception at which the line of test code that failed resides. </p></dd></dl></div> </li><li visbl="pub" name="org.scalatest.TestFailedException#this" data-isabs="false"> <a id="this:TestFailedException"></a> <h4 class="signature"> <span class="kind">new</span> <span class="symbol"> <span class="name">TestFailedException</span> <span class="params">(<span name="failedCodeStackDepth">failedCodeStackDepth: <span name="scala.Int" class="extype">Int</span></span>)</span> </span> </h4> <p class="shortcomment cmt">Create a <code>TestFailedException</code> with specified stack depth and no detail message or cause.</p><div class="fullcomment"><div class="comment cmt"><p>Create a <code>TestFailedException</code> with specified stack depth and no detail message or cause. </p></div><dl class="paramcmts block"><dt class="param">failedCodeStackDepth</dt><dd class="cmt"><p>the depth in the stack trace of this exception at which the line of test code that failed resides.</p></dd></dl></div> </li><li visbl="pub" name="org.scalatest.TestFailedException#this" data-isabs="false"> <a id="this:TestFailedException"></a> <h4 class="signature"> <span class="kind">new</span> <span class="symbol"> <span class="name">TestFailedException</span> <span class="params">(<span name="message">message: <span name="scala.Option" class="extype">Option</span>[String]</span>, <span name="cause">cause: <span name="scala.Option" class="extype">Option</span>[Throwable]</span>, <span name="failedCodeStackDepth">failedCodeStackDepth: <span name="scala.Int" class="extype">Int</span></span>)</span> </span> </h4> <p class="shortcomment cmt">Constructs a <code>TestFailedException</code> with pre-determined <code>message</code> and <code>failedCodeStackDepth</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Constructs a <code>TestFailedException</code> with pre-determined <code>message</code> and <code>failedCodeStackDepth</code>. (This was the primary constructor form prior to ScalaTest 1.5.) </p></div><dl class="paramcmts block"><dt class="param">message</dt><dd class="cmt"><p>an optional detail message for this <code>StackDepthException</code>.</p></dd><dt class="param">cause</dt><dd class="cmt"><p>an optional cause, the <code>Throwable</code> that caused this <code>StackDepthException</code> to be thrown.</p></dd><dt class="param">failedCodeStackDepth</dt><dd class="cmt"><p>the depth in the stack trace of this exception at which the line of test code that failed resides. </p></dd></dl></div> </li><li visbl="pub" name="org.scalatest.TestFailedException#this" data-isabs="false"> <a id="this:TestFailedException"></a> <h4 class="signature"> <span class="kind">new</span> <span class="symbol"> <span class="name">TestFailedException</span> <span class="params">(<span name="messageFun">messageFun: (<a name="org.scalatest.StackDepthException" class="extype" href="StackDepthException.html">StackDepthException</a>) ⇒ <span name="scala.Option" class="extype">Option</span>[String]</span>, <span name="cause">cause: <span name="scala.Option" class="extype">Option</span>[Throwable]</span>, <span name="failedCodeStackDepthFun">failedCodeStackDepthFun: (<a name="org.scalatest.StackDepthException" class="extype" href="StackDepthException.html">StackDepthException</a>) ⇒ <span name="scala.Int" class="extype">Int</span></span>)</span> </span> </h4> <p class="shortcomment cmt"></p><div class="fullcomment"><div class="comment cmt"></div><dl class="paramcmts block"><dt class="param">messageFun</dt><dd class="cmt"><p>a function that produces an optional detail message for this <code>TestFailedException</code>.</p></dd><dt class="param">cause</dt><dd class="cmt"><p>an optional cause, the <code>Throwable</code> that caused this <code>TestFailedException</code> to be thrown.</p></dd><dt class="param">failedCodeStackDepthFun</dt><dd class="cmt"><p>a function that produces the depth in the stack trace of this exception at which the line of test code that failed resides. </p></dd></dl></div> </li></ol> </div> <div class="values members" id="values"> <h3>Value Members</h3> <ol><li visbl="pub" name="scala.AnyRef#!=" data-isabs="false"> <a id="!=(AnyRef):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">!=</span> <span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="scala.Any#!=" data-isabs="false"> <a id="!=(Any):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">!=</span> <span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li visbl="pub" name="scala.AnyRef###" data-isabs="false"> <a id="##():Int"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">##</span> <span class="params">()</span><span class="result">: <span name="scala.Int" class="extype">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#==" data-isabs="false"> <a id="==(AnyRef):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">==</span> <span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="scala.Any#==" data-isabs="false"> <a id="==(Any):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">==</span> <span class="params">(<span name="arg0">arg0: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li visbl="pub" name="scala.Any#asInstanceOf" data-isabs="false"> <a id="asInstanceOf[T0]:T0"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">asInstanceOf</span> <span class="tparams">[<span name="T0">T0</span>]</span> <span class="result">: T0</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li visbl="pub" name="org.scalatest.TestFailedException#canEqual" data-isabs="false"> <a id="canEqual(Any):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">canEqual</span> <span class="params">(<span name="other">other: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <p class="shortcomment cmt">Indicates whether this object can be equal to the passed object.</p><div class="fullcomment"><div class="comment cmt"><p>Indicates whether this object can be equal to the passed object. </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.TestFailedException" class="extype" href="">TestFailedException</a> → <a name="org.scalatest.StackDepthException" class="extype" href="StackDepthException.html">StackDepthException</a></dd></dl></div> </li><li visbl="prt" name="scala.AnyRef#clone" data-isabs="false"> <a id="clone():AnyRef"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">clone</span> <span class="params">()</span><span class="result">: AnyRef</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a name="java.lang" class="extype" href="../../java/lang/package.html">lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#eq" data-isabs="false"> <a id="eq(AnyRef):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">eq</span> <span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="org.scalatest.TestFailedException#equals" data-isabs="false"> <a id="equals(Any):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">equals</span> <span class="params">(<span name="other">other: <span name="scala.Any" class="extype">Any</span></span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <p class="shortcomment cmt">Indicates whether this object is equal to the passed object.</p><div class="fullcomment"><div class="comment cmt"><p>Indicates whether this object is equal to the passed object. If the passed object is a <code>TestFailedException</code>, equality requires equal <code>message</code>, <code>cause</code>, and <code>failedCodeStackDepth</code> fields, as well as equal return values of <code>getStackTrace</code>. </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.TestFailedException" class="extype" href="">TestFailedException</a> → <a name="org.scalatest.StackDepthException" class="extype" href="StackDepthException.html">StackDepthException</a> → AnyRef → Any</dd></dl></div> </li><li visbl="pub" name="org.scalatest.StackDepth#failedCodeFileName" data-isabs="false"> <a id="failedCodeFileName:Option[String]"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">failedCodeFileName</span> <span class="result">: <span name="scala.Option" class="extype">Option</span>[String]</span> </span> </h4> <p class="shortcomment cmt">A string that provides the filename of the line of code that failed, suitable for presenting to a user, which is taken from this exception's <code>StackTraceElement</code> at the depth specified by <code>failedCodeStackDepth</code>.</p><div class="fullcomment"><div class="comment cmt"><p>A string that provides the filename of the line of code that failed, suitable for presenting to a user, which is taken from this exception's <code>StackTraceElement</code> at the depth specified by <code>failedCodeStackDepth</code>.</p><p>This is a <code>def</code> instead of a <code>val</code> because exceptions are mutable: their stack trace can be changed after the exception is created. This is done, for example, by the <code>SeveredStackTraces</code> trait.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a string containing the filename that caused the failed test </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.StackDepth" class="extype" href="StackDepth.html">StackDepth</a></dd></dl></div> </li><li visbl="pub" name="org.scalatest.StackDepth#failedCodeFileNameAndLineNumberString" data-isabs="false"> <a id="failedCodeFileNameAndLineNumberString:Option[String]"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">failedCodeFileNameAndLineNumberString</span> <span class="result">: <span name="scala.Option" class="extype">Option</span>[String]</span> </span> </h4> <p class="shortcomment cmt">A string that provides the filename and line number of the line of code that failed, suitable for presenting to a user, which is taken from this exception's <code>StackTraceElement</code> at the depth specified by <code>failedCodeStackDepth</code>.</p><div class="fullcomment"><div class="comment cmt"><p>A string that provides the filename and line number of the line of code that failed, suitable for presenting to a user, which is taken from this exception's <code>StackTraceElement</code> at the depth specified by <code>failedCodeStackDepth</code>.</p><p>This is a <code>def</code> instead of a <code>val</code> because exceptions are mutable: their stack trace can be changed after the exception is created. This is done, for example, by the <code>SeveredStackTraces</code> trait.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a user-presentable string containing the filename and line number that caused the failed test </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.StackDepth" class="extype" href="StackDepth.html">StackDepth</a></dd></dl></div> </li><li visbl="pub" name="org.scalatest.StackDepth#failedCodeLineNumber" data-isabs="false"> <a id="failedCodeLineNumber:Option[Int]"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">failedCodeLineNumber</span> <span class="result">: <span name="scala.Option" class="extype">Option</span>[<span name="scala.Int" class="extype">Int</span>]</span> </span> </h4> <p class="shortcomment cmt">A string that provides the line number of the line of code that failed, suitable for presenting to a user, which is taken from this exception's <code>StackTraceElement</code> at the depth specified by <code>failedCodeStackDepth</code>.</p><div class="fullcomment"><div class="comment cmt"><p>A string that provides the line number of the line of code that failed, suitable for presenting to a user, which is taken from this exception's <code>StackTraceElement</code> at the depth specified by <code>failedCodeStackDepth</code>.</p><p>This is a <code>def</code> instead of a <code>val</code> because exceptions are mutable: their stack trace can be changed after the exception is created. This is done, for example, by the <code>SeveredStackTraces</code> trait.</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a string containing the line number that caused the failed test </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.StackDepth" class="extype" href="StackDepth.html">StackDepth</a></dd></dl></div> </li><li visbl="pub" name="org.scalatest.StackDepthException#failedCodeStackDepth" data-isabs="false"> <a id="failedCodeStackDepth:Int"></a> <h4 class="signature"> <span class="kind">lazy val</span> <span class="symbol"> <span class="name">failedCodeStackDepth</span> <span class="result">: <span name="scala.Int" class="extype">Int</span></span> </span> </h4> <p class="shortcomment cmt">The depth in the stack trace of this exception at which the line of test code that failed resides.</p><div class="fullcomment"><div class="comment cmt"><p>The depth in the stack trace of this exception at which the line of test code that failed resides.</p><p>One reason this is lazy is to delay any searching of the stack trace until it is actually needed. It will usually be needed, but not always. For example, exceptions thrown during a shrink phase of a failed property will often be <code>StackDepthException</code>s, but whose <code>failedCodeStackDepth</code> will never be used. Another reason is to remove the need to create a different exception before creating this one just for the purpose of searching through its stack trace for the proper stack depth. Still one more reason is to allow the message to contain information about the stack depth, such as the failed file name and line number.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.StackDepthException" class="extype" href="StackDepthException.html">StackDepthException</a> → <a name="org.scalatest.StackDepth" class="extype" href="StackDepth.html">StackDepth</a></dd></dl></div> </li><li visbl="pub" name="java.lang.Throwable#fillInStackTrace" data-isabs="false"> <a id="fillInStackTrace():Throwable"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">fillInStackTrace</span> <span class="params">()</span><span class="result">: <span name="java.lang.Throwable" class="extype">Throwable</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li visbl="prt" name="scala.AnyRef#finalize" data-isabs="false"> <a id="finalize():Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">finalize</span> <span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a name="java.lang" class="extype" href="../../java/lang/package.html">lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li visbl="pub" name="java.lang.Throwable#getCause" data-isabs="false"> <a id="getCause():Throwable"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">getCause</span> <span class="params">()</span><span class="result">: <span name="java.lang.Throwable" class="extype">Throwable</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#getClass" data-isabs="false"> <a id="getClass():java.lang.Class[_]"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">getClass</span> <span class="params">()</span><span class="result">: java.lang.Class[_]</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="java.lang.Throwable#getLocalizedMessage" data-isabs="false"> <a id="getLocalizedMessage():String"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">getLocalizedMessage</span> <span class="params">()</span><span class="result">: <span name="java.lang.String" class="extype">String</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li visbl="pub" name="org.scalatest.StackDepthException#getMessage" data-isabs="false"> <a id="getMessage():String"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">getMessage</span> <span class="params">()</span><span class="result">: String</span> </span> </h4> <p class="shortcomment cmt">Returns the detail message string of this <code>StackDepthException</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Returns the detail message string of this <code>StackDepthException</code>. </p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the detail message string of this <code>StackDepthException</code> instance (which may be <code>null</code>). </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.StackDepthException" class="extype" href="StackDepthException.html">StackDepthException</a> → Throwable</dd></dl></div> </li><li visbl="pub" name="java.lang.Throwable#getStackTrace" data-isabs="false"> <a id="getStackTrace():Array[StackTraceElement]"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">getStackTrace</span> <span class="params">()</span><span class="result">: <span name="scala.Array" class="extype">Array</span>[<span name="java.lang.StackTraceElement" class="extype">StackTraceElement</span>]</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li visbl="pub" name="org.scalatest.TestFailedException#hashCode" data-isabs="false"> <a id="hashCode():Int"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">hashCode</span> <span class="params">()</span><span class="result">: <span name="scala.Int" class="extype">Int</span></span> </span> </h4> <p class="shortcomment cmt">Returns a hash code value for this object.</p><div class="fullcomment"><div class="comment cmt"><p>Returns a hash code value for this object. </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.TestFailedException" class="extype" href="">TestFailedException</a> → <a name="org.scalatest.StackDepthException" class="extype" href="StackDepthException.html">StackDepthException</a> → AnyRef → Any</dd></dl></div> </li><li visbl="pub" name="org.scalatest.StackDepthException#initCause" data-isabs="false"> <a id="initCause(Throwable):Throwable"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">initCause</span> <span class="params">(<span name="throwable">throwable: Throwable</span>)</span><span class="result">: Throwable</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd><a name="org.scalatest.StackDepthException" class="extype" href="StackDepthException.html">StackDepthException</a> → Throwable</dd></dl></div> </li><li visbl="pub" name="scala.Any#isInstanceOf" data-isabs="false"> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">isInstanceOf</span> <span class="tparams">[<span name="T0">T0</span>]</span> <span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li visbl="pub" name="org.scalatest.StackDepthException#message" data-isabs="false"> <a id="message:Option[String]"></a> <h4 class="signature"> <span class="kind">lazy val</span> <span class="symbol"> <span class="name">message</span> <span class="result">: <span name="scala.Option" class="extype">Option</span>[String]</span> </span> </h4> <p class="shortcomment cmt">An optional detail message for this <code>StackDepth</code> exception.</p><div class="fullcomment"><div class="comment cmt"><p>An optional detail message for this <code>StackDepth</code> exception.</p><p>One reason this is lazy is to delay any searching of the stack trace until it is actually needed. It will usually be needed, but not always. For example, exceptions thrown during a shrink phase of a failed property will often be <code>StackDepthException</code>s, but whose <code>message</code> will never be used. Another related reason is to remove the need to create a different exception before creating this one just for the purpose of searching through its stack trace for the proper stack depth. Still one more reason is to allow the message to contain information about the stack depth, such as the failed file name and line number.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.StackDepthException" class="extype" href="StackDepthException.html">StackDepthException</a> → <a name="org.scalatest.StackDepth" class="extype" href="StackDepth.html">StackDepth</a></dd></dl></div> </li><li visbl="pub" name="org.scalatest.TestFailedException#modifyMessage" data-isabs="false"> <a id="modifyMessage((Option[String]) ⇒ Option[String]):TestFailedException"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">modifyMessage</span> <span class="params">(<span name="fun">fun: (<span name="scala.Option" class="extype">Option</span>[String]) ⇒ <span name="scala.Option" class="extype">Option</span>[String]</span>)</span><span class="result">: <a name="org.scalatest.TestFailedException" class="extype" href="">TestFailedException</a></span> </span> </h4> <p class="shortcomment cmt">Returns an instance of this exception's class, identical to this exception, except with the detail message option string replaced with the result of passing the current detail message to the passed function, <code>fun</code>.</p><div class="fullcomment"><div class="comment cmt"><p>Returns an instance of this exception's class, identical to this exception, except with the detail message option string replaced with the result of passing the current detail message to the passed function, <code>fun</code>. </p></div><dl class="paramcmts block"><dt class="param">fun</dt><dd class="cmt"><p>A function that, given the current optional detail message, will produce the modified optional detail message for the result instance of <code>TestFailedException</code>. </p></dd></dl><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.TestFailedException" class="extype" href="">TestFailedException</a> → <a name="org.scalatest.ModifiableMessage" class="extype" href="ModifiableMessage.html">ModifiableMessage</a></dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#ne" data-isabs="false"> <a id="ne(AnyRef):Boolean"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">ne</span> <span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span name="scala.Boolean" class="extype">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#notify" data-isabs="false"> <a id="notify():Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">notify</span> <span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#notifyAll" data-isabs="false"> <a id="notifyAll():Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">notifyAll</span> <span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="java.lang.Throwable#printStackTrace" data-isabs="false"> <a id="printStackTrace(PrintWriter):Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">printStackTrace</span> <span class="params">(<span name="arg0">arg0: <span name="java.io.PrintWriter" class="extype">PrintWriter</span></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li visbl="pub" name="java.lang.Throwable#printStackTrace" data-isabs="false"> <a id="printStackTrace(PrintStream):Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">printStackTrace</span> <span class="params">(<span name="arg0">arg0: <span name="java.io.PrintStream" class="extype">PrintStream</span></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li visbl="pub" name="java.lang.Throwable#printStackTrace" data-isabs="false"> <a id="printStackTrace():Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">printStackTrace</span> <span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li visbl="pub" name="java.lang.Throwable#setStackTrace" data-isabs="false"> <a id="setStackTrace(Array[StackTraceElement]):Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">setStackTrace</span> <span class="params">(<span name="arg0">arg0: <span name="scala.Array" class="extype">Array</span>[<span name="java.lang.StackTraceElement" class="extype">StackTraceElement</span>]</span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li visbl="pub" name="org.scalatest.TestFailedException#severedAtStackDepth" data-isabs="false"> <a id="severedAtStackDepth:TestFailedException"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">severedAtStackDepth</span> <span class="result">: <a name="org.scalatest.TestFailedException" class="extype" href="">TestFailedException</a></span> </span> </h4> <p class="shortcomment cmt">Returns an exception of class <code>TestFailedException</code> with <code>failedExceptionStackDepth</code> set to 0 and all frames above this stack depth severed off.</p><div class="fullcomment"><div class="comment cmt"><p>Returns an exception of class <code>TestFailedException</code> with <code>failedExceptionStackDepth</code> set to 0 and all frames above this stack depth severed off. This can be useful when working with tools (such as IDEs) that do not directly support ScalaTest. (Tools that directly support ScalaTest can use the stack depth information delivered in the StackDepth exceptions.) </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a name="org.scalatest.TestFailedException" class="extype" href="">TestFailedException</a> → <a name="org.scalatest.StackDepth" class="extype" href="StackDepth.html">StackDepth</a></dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#synchronized" data-isabs="false"> <a id="synchronized[T0](⇒ T0):T0"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">synchronized</span> <span class="tparams">[<span name="T0">T0</span>]</span> <span class="params">(<span name="arg0">arg0: ⇒ T0</span>)</span><span class="result">: T0</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li visbl="pub" name="java.lang.Throwable#toString" data-isabs="false"> <a id="toString():String"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">toString</span> <span class="params">()</span><span class="result">: <span name="java.lang.String" class="extype">String</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable → AnyRef → Any</dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false"> <a id="wait():Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">wait</span> <span class="params">()</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false"> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">wait</span> <span class="params">(<span name="arg0">arg0: <span name="scala.Long" class="extype">Long</span></span>, <span name="arg1">arg1: <span name="scala.Int" class="extype">Int</span></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li visbl="pub" name="scala.AnyRef#wait" data-isabs="false"> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="kind">def</span> <span class="symbol"> <span class="name">wait</span> <span class="params">(<span name="arg0">arg0: <span name="scala.Long" class="extype">Long</span></span>)</span><span class="result">: <span name="scala.Unit" class="extype">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>final </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li></ol> </div> <div name="org.scalatest.ModifiableMessage" class="parent"> <h3>Inherited from <a name="org.scalatest.ModifiableMessage" class="extype" href="ModifiableMessage.html">ModifiableMessage</a>[<a name="org.scalatest.TestFailedException" class="extype" href="">TestFailedException</a>]</h3> </div><div name="org.scalatest.StackDepthException" class="parent"> <h3>Inherited from <a name="org.scalatest.StackDepthException" class="extype" href="StackDepthException.html">StackDepthException</a></h3> </div><div name="org.scalatest.StackDepth" class="parent"> <h3>Inherited from <a name="org.scalatest.StackDepth" class="extype" href="StackDepth.html">StackDepth</a></h3> </div><div name="java.lang.RuntimeException" class="parent"> <h3>Inherited from <span name="java.lang.RuntimeException" class="extype">RuntimeException</span></h3> </div><div name="java.lang.Exception" class="parent"> <h3>Inherited from <span name="java.lang.Exception" class="extype">Exception</span></h3> </div><div name="java.lang.Throwable" class="parent"> <h3>Inherited from <span name="java.lang.Throwable" class="extype">Throwable</span></h3> </div><div name="java.io.Serializable" class="parent"> <h3>Inherited from <span name="java.io.Serializable" class="extype">Serializable</span></h3> </div><div name="scala.AnyRef" class="parent"> <h3>Inherited from AnyRef</h3> </div><div name="scala.Any" class="parent"> <h3>Inherited from <span name="scala.Any" class="extype">Any</span></h3> </div> </div> <div id="tooltip"></div> </body> </html>
JimCallahan/Graphics
external/scalatest/doc/org/scalatest/TestFailedException.html
HTML
apache-2.0
48,532
<!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_29) on Sun Feb 05 12:13:54 CET 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses (The Netty Project API Reference (3.3.1.Final)) </TITLE> <META NAME="date" CONTENT="2012-02-05"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses (The Netty Project API Reference (3.3.1.Final))"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/jboss/netty/handler/codec/rtsp/RtspResponseStatuses.html" title="class in org.jboss.netty.handler.codec.rtsp"><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/jboss/netty/handler/codec/rtsp//class-useRtspResponseStatuses.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RtspResponseStatuses.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses</B></H2> </CENTER> No usage of org.jboss.netty.handler.codec.rtsp.RtspResponseStatuses <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/jboss/netty/handler/codec/rtsp/RtspResponseStatuses.html" title="class in org.jboss.netty.handler.codec.rtsp"><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/jboss/netty/handler/codec/rtsp//class-useRtspResponseStatuses.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RtspResponseStatuses.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2008-2012 <a href="http://netty.io/">The Netty Project</a>. All Rights Reserved. </BODY> </HTML>
beav/netty-ant
doc/api/org/jboss/netty/handler/codec/rtsp/class-use/RtspResponseStatuses.html
HTML
apache-2.0
6,437
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>PRON</title> <link rel="root" href=""/> <!-- for JS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/> <link rel="stylesheet" type="text/css" href="../../css/style.css"/> <link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/> <link rel="stylesheet" type="text/css" href="../../css/hint.css"/> <script type="text/javascript" src="../../lib/ext/head.load.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script> <script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script> <!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo --> <!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page. <script> (function() { var cx = '001145188882102106025:dl1mehhcgbo'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> --> <!-- <link rel="shortcut icon" href="favicon.ico"/> --> </head> <body> <div id="main" class="center"> <div id="hp-header"> <table width="100%"><tr><td width="50%"> <span class="header-text"><a href="http://universaldependencies.org/#language-fro">home</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/_fro/pos/PRON.md" target="#">edit page</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span> </td><td> <gcse:search></gcse:search> </td></tr></table> </div> <hr/> <div class="v2complete"> This page pertains to UD version 2. </div> <div id="content"> <noscript> <div id="noscript"> It appears that you have Javascript disabled. Please consider enabling Javascript for this page to see the visualizations. </div> </noscript> <!-- The content may include scripts and styles, hence we must load the shared libraries before the content. --> <script type="text/javascript"> console.time('loading libraries'); var root = '../../'; // filled in by jekyll head.js( // External libraries // DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all. root + 'lib/ext/jquery.min.js', root + 'lib/ext/jquery.svg.min.js', root + 'lib/ext/jquery.svgdom.min.js', root + 'lib/ext/jquery.timeago.js', root + 'lib/ext/jquery-ui.min.js', root + 'lib/ext/waypoints.min.js', root + 'lib/ext/jquery.address.min.js' ); </script> <h2><code>PRON</code>: pronoun</h2> <h3 id="definition">Definition</h3> <p>Pronouns are words that substitute for nouns or noun phrases. Their meaning is recoverable from the linguistic or extralinguistic context.</p> <h3 id="examples">Examples</h3> <ul> <li>personal pronouns: <em>il, aus ,vos</em></li> <li>demonstrative pronouns: <em>ce, cist, cil, ceus</em></li> <li>reflexive pronous: <em>me</em>, <em>se</em></li> <li>interrogative/relative pronouns: <em>qui, ki, que, qu’, laquele</em></li> </ul> <!-- Interlanguage links updated St lis 3 20:58:12 CET 2021 --> <!-- "in other languages" links --> <hr/> PRON in other languages: [<a href="../../bej/pos/PRON.html">bej</a>] [<a href="../../bg/pos/PRON.html">bg</a>] [<a href="../../bm/pos/PRON.html">bm</a>] [<a href="../../cs/pos/PRON.html">cs</a>] [<a href="../../cy/pos/PRON.html">cy</a>] [<a href="../../da/pos/PRON.html">da</a>] [<a href="../../en/pos/PRON.html">en</a>] [<a href="../../ess/pos/PRON.html">ess</a>] [<a href="../../et/pos/PRON.html">et</a>] [<a href="../../fi/pos/PRON.html">fi</a>] [<a href="../../fro/pos/PRON.html">fro</a>] [<a href="../../fr/pos/PRON.html">fr</a>] [<a href="../../ga/pos/PRON.html">ga</a>] [<a href="../../grc/pos/PRON.html">grc</a>] [<a href="../../hu/pos/PRON.html">hu</a>] [<a href="../../hy/pos/PRON.html">hy</a>] [<a href="../../it/pos/PRON.html">it</a>] [<a href="../../ja/pos/PRON.html">ja</a>] [<a href="../../kk/pos/PRON.html">kk</a>] [<a href="../../kpv/pos/PRON.html">kpv</a>] [<a href="../../myv/pos/PRON.html">myv</a>] [<a href="../../no/pos/PRON.html">no</a>] [<a href="../../pcm/pos/PRON.html">pcm</a>] [<a href="../../pt/pos/PRON.html">pt</a>] [<a href="../../ru/pos/PRON.html">ru</a>] [<a href="../../sla/pos/PRON.html">sla</a>] [<a href="../../sl/pos/PRON.html">sl</a>] [<a href="../../sv/pos/PRON.html">sv</a>] [<a href="../../tr/pos/PRON.html">tr</a>] [<a href="../../tt/pos/PRON.html">tt</a>] [<a href="../../uk/pos/PRON.html">uk</a>] [<a href="../../u/pos/PRON.html">u</a>] [<a href="../../urj/pos/PRON.html">urj</a>] [<a href="../../yue/pos/PRON.html">yue</a>] [<a href="../../zh/pos/PRON.html">zh</a>] </div> <!-- support for embedded visualizations --> <script type="text/javascript"> var root = '../../'; // filled in by jekyll head.js( // We assume that external libraries such as jquery.min.js have already been loaded outside! // (See _layouts/base.html.) // brat helper modules root + 'lib/brat/configuration.js', root + 'lib/brat/util.js', root + 'lib/brat/annotation_log.js', root + 'lib/ext/webfont.js', // brat modules root + 'lib/brat/dispatcher.js', root + 'lib/brat/url_monitor.js', root + 'lib/brat/visualizer.js', // embedding configuration root + 'lib/local/config.js', // project-specific collection data root + 'lib/local/collections.js', // Annodoc root + 'lib/annodoc/annodoc.js', // NOTE: non-local libraries 'https://spyysalo.github.io/conllu.js/conllu.js' ); var webFontURLs = [ // root + 'static/fonts/Astloch-Bold.ttf', root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf', root + 'static/fonts/Liberation_Sans-Regular.ttf' ]; var setupTimeago = function() { jQuery("time.timeago").timeago(); }; head.ready(function() { setupTimeago(); // mark current collection (filled in by Jekyll) Collections.listing['_current'] = 'fro'; // perform all embedding and support functions Annodoc.activate(Config.bratCollData, Collections.listing); }); </script> <!-- google analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55233688-1', 'auto'); ga('send', 'pageview'); </script> <div id="footer"> <p class="footer-text">&copy; 2014–2021 <a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>. Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>. </div> </div> </body> </html>
UniversalDependencies/universaldependencies.github.io
fro/pos/PRON.html
HTML
apache-2.0
8,204
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Tue Apr 22 01:43:51 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.hbase.client.HConnectionManager.HConnectable (HBase 0.94.19 API) </TITLE> <META NAME="date" CONTENT="2014-04-22"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.client.HConnectionManager.HConnectable (HBase 0.94.19 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/hbase/client/HConnectionManager.HConnectable.html" title="class in org.apache.hadoop.hbase.client"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/hbase/client//class-useHConnectionManager.HConnectable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HConnectionManager.HConnectable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.hbase.client.HConnectionManager.HConnectable</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/apache/hadoop/hbase/client/HConnectionManager.HConnectable.html" title="class in org.apache.hadoop.hbase.client">HConnectionManager.HConnectable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.hbase.client"><B>org.apache.hadoop.hbase.client</B></A></TD> <TD>Provides HBase Client&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.hbase.client"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/hadoop/hbase/client/HConnectionManager.HConnectable.html" title="class in org.apache.hadoop.hbase.client">HConnectionManager.HConnectable</A> in <A HREF="../../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/hadoop/hbase/client/package-summary.html">org.apache.hadoop.hbase.client</A> with parameters of type <A HREF="../../../../../../org/apache/hadoop/hbase/client/HConnectionManager.HConnectable.html" title="class in org.apache.hadoop.hbase.client">HConnectionManager.HConnectable</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY=""> <TR ALIGN="right" VALIGN=""> <TD NOWRAP><FONT SIZE="-1"> <CODE>&lt;T&gt; T</CODE></FONT></TD> </TR> </TABLE> </CODE></FONT></TD> <TD><CODE><B>HConnectionManager.</B><B><A HREF="../../../../../../org/apache/hadoop/hbase/client/HConnectionManager.html#execute(org.apache.hadoop.hbase.client.HConnectionManager.HConnectable)">execute</A></B>(<A HREF="../../../../../../org/apache/hadoop/hbase/client/HConnectionManager.HConnectable.html" title="class in org.apache.hadoop.hbase.client">HConnectionManager.HConnectable</A>&lt;T&gt;&nbsp;connectable)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This convenience method invokes the given <A HREF="../../../../../../org/apache/hadoop/hbase/client/HConnectionManager.HConnectable.html#connect(org.apache.hadoop.hbase.client.HConnection)"><CODE>connect(org.apache.hadoop.hbase.client.HConnection)</CODE></A> implementation using a <A HREF="../../../../../../org/apache/hadoop/hbase/client/HConnection.html" title="interface in org.apache.hadoop.hbase.client"><CODE>HConnection</CODE></A> instance that lasts just for the duration of that invocation.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/hbase/client/HConnectionManager.HConnectable.html" title="class in org.apache.hadoop.hbase.client"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/hbase/client//class-useHConnectionManager.HConnectable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HConnectionManager.HConnectable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
axfcampos/hbase-0.94.19
docs/apidocs/org/apache/hadoop/hbase/client/class-use/HConnectionManager.HConnectable.html
HTML
apache-2.0
9,324
<!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"> <title>Fantasy Surfing Tips - Stats from wct 2015</title> <meta name="description" content="Statistics and analysis from all events of the 2015 year. From wct"> <meta name="author" content=""> <link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <meta property="og:title" content="Fantasy Surfing tips"/> <meta property="og:image" content="https://fantasysurfingtips.com/img/just_waves.png"/> <!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ --> <link href="https://fantasysurfingtips.com/css/bootstrap.css" rel="stylesheet"> <!-- Custom CSS --> <link href="https://fantasysurfingtips.com/css/freelancer.css" rel="stylesheet"> <link href="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet" /> <!-- Custom Fonts --> <link href="https://fantasysurfingtips.com/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css"> <script src="https://code.jquery.com/jquery-2.x-git.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.1/rails.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script> <script src="https://www.w3schools.com/lib/w3data.js"></script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2675412311042802", enable_page_level_ads: true }); </script> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.6"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- Navigation --> <div w3-include-html="https://fantasysurfingtips.com/layout/header.html"></div> <div w3-include-html="https://fantasysurfingtips.com/layout/sponsor.html"></div> <div class="row"> <div class="col-sm-12 text-center;" style="padding:20px 30px"> <div style="position:relative;float:left"> <h2 style="position:relative;float:left;margin:0;" class="text-center"><a href="/events/wct/2014">< 2014</a></h2> </div> <div style="position:relative;float:right"> <h2 style="position:relative;float:right;margin:0;" class="text-center"> <a href="/events/wct/2016"> 2016 ></a> </h2> </div> <h1 class="text-center" style="margin:0;">wct 2015</h1> </div> </div> <section > <div class="container"> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wct/2015/roxy-pro-gold-coast">Roxy Pro Gold Coast</a></h4> <hr class="star-primary" /> <h6> Gold Coast, Queensland, Australia</h6> <p> Feb 28</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Carissa Moore</h6> <p> 16.81</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Carissa Moore</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wct/2015/rip-curl-womens-pro-bells-beach">Rip Curl Women's Pro Bells Beach</a></h4> <hr class="star-primary" /> <h6> Bells Beach, Victoria, Australia</h6> <p> Apr 01</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Carissa Moore</h6> <p> 16.47</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Carissa Moore</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wct/2015/womens-drug-aware-margaret-rive">Women's Drug Aware Margaret River Pro</a></h4> <hr class="star-primary" /> <h6> Margaret River, Western Australia</h6> <p> Apr 15</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sally Fitzgibbons</h6> <p> 15.88</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Carissa Moore</h6> <p> 80.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wct/2015/oi-rio-womens-pro">Oi Rio Women's Pro</a></h4> <hr class="star-primary" /> <h6> Rio de Janeiro, Rio de Janeiro, Brazil</h6> <p> May 11</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Courtney Conlogue</h6> <p> 13.54</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Courtney Conlogue</h6> <p> 83.33%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wct/2015/fiji-womens-pro">Fiji Women's Pro</a></h4> <hr class="star-primary" /> <h6> Namotu, Tavarua, Fiji</h6> <p> May 31</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sally Fitzgibbons</h6> <p> 16.38</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Sally Fitzgibbons</h6> <p> 83.33%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wct/2015/womens-vans-us-open-of-surfing">Women's Vans US Open of Surfing</a></h4> <hr class="star-primary" /> <h6> Huntington Beach, California, U.S.A.</h6> <p> Jul 27</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Malia Manuel</h6> <p> 14.96</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Johanne Defay</h6> <p> 83.33%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wct/2015/swatch-womens-pro">Swatch Women's Pro</a></h4> <hr class="star-primary" /> <h6> Lower Trestles, San Clemente, California</h6> <p> Sep 09</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Courtney Conlogue</h6> <p> 16.62</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Carissa Moore</h6> <p> 83.33%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wct/2015/cascais-womens-pro">Cascais Women's Pro</a></h4> <hr class="star-primary" /> <h6> Praia de Carcavelos, Cascais, Portugal</h6> <p> Sep 22</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Courtney Conlogue</h6> <p> 13.66</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Courtney Conlogue</h6> <p> 83.33%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wct/2015/roxy-pro-france">Roxy Pro France</a></h4> <hr class="star-primary" /> <h6> Landes, Nouvelle-Aquitaine, France</h6> <p> Oct 06</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Coco Ho</h6> <p> 15.09</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Tyler Wright</h6> <p> 83.33%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wct/2015/target-maui-pro">Target Maui Pro</a></h4> <hr class="star-primary" /> <h6> Honolua Bay, Maui, Hawaii</h6> <p> Nov 21</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Carissa Moore</h6> <p> 17.31</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Carissa Moore</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> </div> <!-- Footer --> <div w3-include-html="https://fantasysurfingtips.com/layout/footer.html"></div> <script type="text/javascript"> (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-74337819-1', 'auto'); // Replace with your property ID. ga('send', 'pageview'); </script> <script> w3IncludeHTML(); </script> <!-- jQuery --> <script src="https://fantasysurfingtips.com/js/jquery.js"></script> <script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="https://fantasysurfingtips.com/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script src="https://fantasysurfingtips.com/js/classie.js"></script> <script src="https://fantasysurfingtips.com/js/cbpAnimatedHeader.js"></script> <!-- Contact Form JavaScript --> <script src="https://fantasysurfingtips.com/js/jqBootstrapValidation.js"></script> <script src="https://fantasysurfingtips.com/js/contact_me.js"></script> <!-- Custom Theme JavaScript --> <script src="https://fantasysurfingtips.com/js/freelancer.js"></script> <script type="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script> <script type="https://cdn.datatables.net/1.10.12/js/dataTables.bootstrap.min.js"></script> </body> </html>
chicofilho/fst
events/wct/2015/index.html
HTML
apache-2.0
12,748
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0) on Thu Aug 09 18:46:51 EDT 2012 --> <title>Uses of Class org.drip.analytics.holset.BRCHoliday</title> <meta name="date" content="2012-08-09"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.drip.analytics.holset.BRCHoliday"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/drip/analytics/holset/BRCHoliday.html" title="class in org.drip.analytics.holset">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/drip/analytics/holset/\class-useBRCHoliday.html" target="_top">Frames</a></li> <li><a href="BRCHoliday.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.drip.analytics.holset.BRCHoliday" class="title">Uses of Class<br>org.drip.analytics.holset.BRCHoliday</h2> </div> <div class="classUseContainer">No usage of org.drip.analytics.holset.BRCHoliday</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/drip/analytics/holset/BRCHoliday.html" title="class in org.drip.analytics.holset">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/drip/analytics/holset/\class-useBRCHoliday.html" target="_top">Frames</a></li> <li><a href="BRCHoliday.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
tectronics/creditsuite
1.6/docs/Javadoc/org/drip/analytics/holset/class-use/BRCHoliday.html
HTML
apache-2.0
4,253
<!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_312) on Wed Jan 19 23:44:08 GMT 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>com.arjuna.mw.wst11.common Class Hierarchy (Narayana: narayana-full 5.12.5.Final API)</title> <meta name="date" content="2022-01-19"> <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="com.arjuna.mw.wst11.common Class Hierarchy (Narayana: narayana-full 5.12.5.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><b>Narayana: narayana-full 5.12.5.Final</b></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/arjuna/mw/wst11/client/package-tree.html">Prev</a></li> <li><a href="../../../../../com/arjuna/mw/wst11/deploy/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/arjuna/mw/wst11/common/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package com.arjuna.mw.wst11.common</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">com.arjuna.mw.wst11.common.<a href="../../../../../com/arjuna/mw/wst11/common/CoordinationContextAction.html" title="class in com.arjuna.mw.wst11.common"><span class="typeNameLink">CoordinationContextAction</span></a> (implements java.security.PrivilegedExceptionAction&lt;T&gt;)</li> <li type="circle">com.arjuna.mw.wst11.common.<a href="../../../../../com/arjuna/mw/wst11/common/CoordinationContextHelper.html" title="class in com.arjuna.mw.wst11.common"><span class="typeNameLink">CoordinationContextHelper</span></a></li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><b>Narayana: narayana-full 5.12.5.Final</b></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/arjuna/mw/wst11/client/package-tree.html">Prev</a></li> <li><a href="../../../../../com/arjuna/mw/wst11/deploy/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/arjuna/mw/wst11/common/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2022 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
jbosstm/narayana.io
docs/api/com/arjuna/mw/wst11/common/package-tree.html
HTML
apache-2.0
5,475
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pl"> <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>All Classes (SBT Compiler for SBT 0.12 1.0.0-beta7 API)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <h1 class="bar">All&nbsp;Classes</h1> <div class="indexContainer"> <ul> <li><a href="com/google/code/sbt/compiler/sbt012/SBT012Analysis.html" title="class in com.google.code.sbt.compiler.sbt012">SBT012Analysis</a></li> <li><a href="com/google/code/sbt/compiler/sbt012/SBT012AnalysisProcessor.html" title="class in com.google.code.sbt.compiler.sbt012">SBT012AnalysisProcessor</a></li> <li><a href="com/google/code/sbt/compiler/sbt012/SBT012Compiler.html" title="class in com.google.code.sbt.compiler.sbt012">SBT012Compiler</a></li> <li><a href="com/google/code/sbt/compiler/sbt012/SBT012Logger.html" title="class in com.google.code.sbt.compiler.sbt012">SBT012Logger</a></li> </ul> </div> </body> </html>
sbt-compiler-maven-plugin/sbt-compiler-maven-plugin.github.io
sbt-compiler-maven-plugin/1.0.0-beta7/sbt-compilers/sbt-compiler-sbt012/apidocs/allclasses-noframe.html
HTML
apache-2.0
1,164
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_05.html">Class Test_AbaRouteValidator_05</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_8981_good </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_05.html?line=35584#src-35584" >testAbaNumberCheck_8981_good</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:35:27 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_8981_good</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=25820#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.7352941</span>73.5% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_05_testAbaNumberCheck_8981_good_jx8.html
HTML
apache-2.0
9,178
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_13b.html">Class Test_AbaRouteValidator_13b</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_29201_good </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_13b.html?line=48088#src-48088" >testAbaNumberCheck_29201_good</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:42:39 </td> <td> 0.001 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_29201_good</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=16036#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.7352941</span>73.5% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_13b_testAbaNumberCheck_29201_good_cdg.html
HTML
apache-2.0
9,186
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_67) on Sun Sep 07 15:29:51 CEST 2014 --> <title>Uses of Class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args (apache-cassandra API)</title> <meta name="date" content="2014-09-07"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args (apache-cassandra API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/thrift/class-use/Cassandra.prepare_cql_query_args.html" target="_top">Frames</a></li> <li><a href="Cassandra.prepare_cql_query_args.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args" class="title">Uses of Class<br>org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cassandra.thrift">org.apache.cassandra.thrift</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.cassandra.thrift"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a> in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a> that return <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.prepare_cql_query_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#deepCopy()">deepCopy</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.Processor.prepare_cql_query.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.Processor.prepare_cql_query.html#getEmptyArgsInstance()">getEmptyArgsInstance</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.AsyncProcessor.prepare_cql_query.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.prepare_cql_query.html#getEmptyArgsInstance()">getEmptyArgsInstance</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.prepare_cql_query_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#setCompression(org.apache.cassandra.thrift.Compression)">setCompression</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Compression.html" title="enum in org.apache.cassandra.thrift">Compression</a>&nbsp;compression)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.prepare_cql_query_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#setQuery(byte[])">setQuery</a></strong>(byte[]&nbsp;query)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></code></td> <td class="colLast"><span class="strong">Cassandra.prepare_cql_query_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#setQuery(java.nio.ByteBuffer)">setQuery</a></strong>(java.nio.ByteBuffer&nbsp;query)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a> with parameters of type <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">Cassandra.prepare_cql_query_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#compareTo(org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a>&nbsp;other)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="strong">Cassandra.prepare_cql_query_args.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#equals(org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args)">equals</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a>&nbsp;that)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_result.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_result</a></code></td> <td class="colLast"><span class="strong">Cassandra.Processor.prepare_cql_query.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.Processor.prepare_cql_query.html#getResult(I,%20org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args)">getResult</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.Processor.prepare_cql_query.html" title="type parameter in Cassandra.Processor.prepare_cql_query">I</a>&nbsp;iface, <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a>&nbsp;args)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Cassandra.AsyncProcessor.prepare_cql_query.</span><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.prepare_cql_query.html#start(I,%20org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args,%20org.apache.thrift.async.AsyncMethodCallback)">start</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.AsyncProcessor.prepare_cql_query.html" title="type parameter in Cassandra.AsyncProcessor.prepare_cql_query">I</a>&nbsp;iface, <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a>&nbsp;args, org.apache.thrift.async.AsyncMethodCallback&lt;<a href="../../../../../org/apache/cassandra/thrift/CqlPreparedResult.html" title="class in org.apache.cassandra.thrift">CqlPreparedResult</a>&gt;&nbsp;resultHandler)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../org/apache/cassandra/thrift/package-summary.html">org.apache.cassandra.thrift</a> with parameters of type <a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html#Cassandra.prepare_cql_query_args(org.apache.cassandra.thrift.Cassandra.prepare_cql_query_args)">Cassandra.prepare_cql_query_args</a></strong>(<a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Cassandra.prepare_cql_query_args</a>&nbsp;other)</code> <div class="block">Performs a deep copy on <i>other</i>.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/thrift/Cassandra.prepare_cql_query_args.html" title="class in org.apache.cassandra.thrift">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/thrift/class-use/Cassandra.prepare_cql_query_args.html" target="_top">Frames</a></li> <li><a href="Cassandra.prepare_cql_query_args.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2014 The Apache Software Foundation</small></p> </body> </html>
varunmc/cassandra-server
apache-cassandra-2.1.0/javadoc/org/apache/cassandra/thrift/class-use/Cassandra.prepare_cql_query_args.html
HTML
apache-2.0
14,345
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <title>HBase 0.94.16 Reference Package org.apache.hadoop.hbase.regionserver.handler</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" /> </head> <body> <div class="overview"> <ul> <li> <a href="../../../../../../overview-summary.html">Overview</a> </li> <li class="selected">Package</li> </ul> </div> <div class="framenoframe"> <ul> <li> <a href="../../../../../../index.html" target="_top">FRAMES</a> </li> <li> <a href="package-summary.html" target="_top">NO FRAMES</a> </li> </ul> </div> <h2>Package org.apache.hadoop.hbase.regionserver.handler</h2> <table class="summary"> <thead> <tr> <th>Class Summary</th> </tr> </thead> <tbody> <tr> <td> <a href="TestCloseRegionHandler.html" target="classFrame">TestCloseRegionHandler</a> </td> </tr> <tr> <td> <a href="TestOpenRegionHandler.html" target="classFrame">TestOpenRegionHandler</a> </td> </tr> <tr> <td> <a href="TestOpenRegionHandler.html" target="classFrame">TestOpenRegionHandlerRegionServer</a> </td> </tr> </tbody> </table> <div class="overview"> <ul> <li> <a href="../../../../../../overview-summary.html">Overview</a> </li> <li class="selected">Package</li> </ul> </div> <div class="framenoframe"> <ul> <li> <a href="../../../../../../index.html" target="_top">FRAMES</a> </li> <li> <a href="package-summary.html" target="_top">NO FRAMES</a> </li> </ul> </div> <hr /> Copyright &copy; 2014 The Apache Software Foundation. All Rights Reserved. </body> </html>
wanhao/IRIndex
docs/xref-test/org/apache/hadoop/hbase/regionserver/handler/package-summary.html
HTML
apache-2.0
2,503
<html><!-- Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates. --><head><title>dlib C++ Library - simd8f.h</title></head><body bgcolor='white'><pre> <font color='#009900'>// Copyright (C) 2013 Davis E. King (davis@dlib.net) </font><font color='#009900'>// License: Boost Software License See LICENSE.txt for the full license. </font><font color='#0000FF'>#ifndef</font> DLIB_sIMD8F_Hh_ <font color='#0000FF'>#define</font> DLIB_sIMD8F_Hh_ <font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='simd_check.h.html'>simd_check.h</a>" <font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='simd4f.h.html'>simd4f.h</a>" <font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='simd8i.h.html'>simd8i.h</a>" <font color='#0000FF'>namespace</font> dlib <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>class</font> <b><a name='simd8f'></a>simd8f</b> <b>{</b> <font color='#0000FF'>public</font>: <font color='#0000FF'>typedef</font> <font color='#0000FF'><u>float</u></font> type; <font color='#0000FF'>inline</font> <b><a name='simd8f'></a>simd8f</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <b>{</b><b>}</b> <font color='#0000FF'>inline</font> <b><a name='simd8f'></a>simd8f</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd4f<font color='#5555FF'>&amp;</font> low, <font color='#0000FF'>const</font> simd4f<font color='#5555FF'>&amp;</font> high<font face='Lucida Console'>)</font> <b>{</b> x <font color='#5555FF'>=</font> <font color='#BB00BB'>_mm256_insertf128_ps</font><font face='Lucida Console'>(</font><font color='#BB00BB'>_mm256_castps128_ps256</font><font face='Lucida Console'>(</font>low<font face='Lucida Console'>)</font>,high,<font color='#979000'>1</font><font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> <b><a name='simd8f'></a>simd8f</b><font face='Lucida Console'>(</font><font color='#0000FF'><u>float</u></font> f<font face='Lucida Console'>)</font> <b>{</b> x <font color='#5555FF'>=</font> <font color='#BB00BB'>_mm256_set1_ps</font><font face='Lucida Console'>(</font>f<font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> <b><a name='simd8f'></a>simd8f</b><font face='Lucida Console'>(</font><font color='#0000FF'><u>float</u></font> r0, <font color='#0000FF'><u>float</u></font> r1, <font color='#0000FF'><u>float</u></font> r2, <font color='#0000FF'><u>float</u></font> r3, <font color='#0000FF'><u>float</u></font> r4, <font color='#0000FF'><u>float</u></font> r5, <font color='#0000FF'><u>float</u></font> r6, <font color='#0000FF'><u>float</u></font> r7<font face='Lucida Console'>)</font> <b>{</b> x <font color='#5555FF'>=</font> <font color='#BB00BB'>_mm256_setr_ps</font><font face='Lucida Console'>(</font>r0,r1,r2,r3,r4,r5,r6,r7<font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> <b><a name='simd8f'></a>simd8f</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8i<font color='#5555FF'>&amp;</font> val<font face='Lucida Console'>)</font>:x<font face='Lucida Console'>(</font>_mm256_cvtepi32_ps<font face='Lucida Console'>(</font>val<font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> <b>{</b><b>}</b> <font color='#0000FF'>inline</font> <b><a name='simd8f'></a>simd8f</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> __m256<font color='#5555FF'>&amp;</font> val<font face='Lucida Console'>)</font>:x<font face='Lucida Console'>(</font>val<font face='Lucida Console'>)</font> <b>{</b><b>}</b> <font color='#0000FF'>inline</font> simd8f<font color='#5555FF'>&amp;</font> <b><a name='operator'></a>operator</b><font color='#5555FF'>=</font><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> __m256<font color='#5555FF'>&amp;</font> val<font face='Lucida Console'>)</font> <b>{</b> x <font color='#5555FF'>=</font> val; <font color='#0000FF'>return</font> <font color='#5555FF'>*</font><font color='#0000FF'>this</font>; <b>}</b> <font color='#0000FF'>inline</font> <b><a name='operator'></a>operator</b> <b><a name='__m256'></a>__m256</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'>return</font> x; <b>}</b> <font color='#009900'>// truncate to 32bit integers </font> <font color='#0000FF'>inline</font> <b><a name='operator'></a>operator</b> <b><a name='__m256i'></a>__m256i</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_cvttps_epi32</font><font face='Lucida Console'>(</font>x<font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>void</u></font> <b><a name='load_aligned'></a>load_aligned</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> type<font color='#5555FF'>*</font> ptr<font face='Lucida Console'>)</font> <b>{</b> x <font color='#5555FF'>=</font> <font color='#BB00BB'>_mm256_load_ps</font><font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>void</u></font> <b><a name='store_aligned'></a>store_aligned</b><font face='Lucida Console'>(</font>type<font color='#5555FF'>*</font> ptr<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#BB00BB'>_mm256_store_ps</font><font face='Lucida Console'>(</font>ptr, x<font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>void</u></font> <b><a name='load'></a>load</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> type<font color='#5555FF'>*</font> ptr<font face='Lucida Console'>)</font> <b>{</b> x <font color='#5555FF'>=</font> <font color='#BB00BB'>_mm256_loadu_ps</font><font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>void</u></font> <b><a name='store'></a>store</b><font face='Lucida Console'>(</font>type<font color='#5555FF'>*</font> ptr<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#BB00BB'>_mm256_storeu_ps</font><font face='Lucida Console'>(</font>ptr, x<font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>int</u></font> <b><a name='size'></a>size</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'>return</font> <font color='#979000'>8</font>; <b>}</b> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>float</u></font> <b><a name='operator'></a>operator</b>[]<font face='Lucida Console'>(</font><font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>int</u></font> idx<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'><u>float</u></font> temp[<font color='#979000'>8</font>]; <font color='#BB00BB'>store</font><font face='Lucida Console'>(</font>temp<font face='Lucida Console'>)</font>; <font color='#0000FF'>return</font> temp[idx]; <b>}</b> <font color='#0000FF'>inline</font> simd4f <b><a name='low'></a>low</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_castps256_ps128</font><font face='Lucida Console'>(</font>x<font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> simd4f <b><a name='high'></a>high</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_extractf128_ps</font><font face='Lucida Console'>(</font>x,<font color='#979000'>1</font><font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>private</font>: __m256 x; <b>}</b>; <font color='#0000FF'>class</font> <b><a name='simd8f_bool'></a>simd8f_bool</b> <b>{</b> <font color='#0000FF'>public</font>: <font color='#0000FF'>typedef</font> <font color='#0000FF'><u>float</u></font> type; <font color='#0000FF'>inline</font> <b><a name='simd8f_bool'></a>simd8f_bool</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <b>{</b><b>}</b> <font color='#0000FF'>inline</font> <b><a name='simd8f_bool'></a>simd8f_bool</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> __m256<font color='#5555FF'>&amp;</font> val<font face='Lucida Console'>)</font>:x<font face='Lucida Console'>(</font>val<font face='Lucida Console'>)</font> <b>{</b><b>}</b> <font color='#0000FF'>inline</font> <b><a name='simd8f_bool'></a>simd8f_bool</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd4f_bool<font color='#5555FF'>&amp;</font> low, <font color='#0000FF'>const</font> simd4f_bool<font color='#5555FF'>&amp;</font> high<font face='Lucida Console'>)</font> <b>{</b> x <font color='#5555FF'>=</font> <font color='#BB00BB'>_mm256_insertf128_ps</font><font face='Lucida Console'>(</font><font color='#BB00BB'>_mm256_castps128_ps256</font><font face='Lucida Console'>(</font>low<font face='Lucida Console'>)</font>,high,<font color='#979000'>1</font><font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> simd8f_bool<font color='#5555FF'>&amp;</font> <b><a name='operator'></a>operator</b><font color='#5555FF'>=</font><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> __m256<font color='#5555FF'>&amp;</font> val<font face='Lucida Console'>)</font> <b>{</b> x <font color='#5555FF'>=</font> val; <font color='#0000FF'>return</font> <font color='#5555FF'>*</font><font color='#0000FF'>this</font>; <b>}</b> <font color='#0000FF'>inline</font> <b><a name='operator'></a>operator</b> <b><a name='__m256'></a>__m256</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'>return</font> x; <b>}</b> <font color='#0000FF'>private</font>: __m256 x; <b>}</b>; <font color='#0000FF'>#else</font> <font color='#0000FF'>class</font> <b><a name='simd8f'></a>simd8f</b> <b>{</b> <font color='#0000FF'>public</font>: <font color='#0000FF'>typedef</font> <font color='#0000FF'><u>float</u></font> type; <font color='#0000FF'>inline</font> <b><a name='simd8f'></a>simd8f</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <b>{</b><b>}</b> <font color='#0000FF'>inline</font> <b><a name='simd8f'></a>simd8f</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd4f<font color='#5555FF'>&amp;</font> low_, <font color='#0000FF'>const</font> simd4f<font color='#5555FF'>&amp;</font> high_<font face='Lucida Console'>)</font>: _low<font face='Lucida Console'>(</font>low_<font face='Lucida Console'>)</font>,_high<font face='Lucida Console'>(</font>high_<font face='Lucida Console'>)</font><b>{</b><b>}</b> <font color='#0000FF'>inline</font> <b><a name='simd8f'></a>simd8f</b><font face='Lucida Console'>(</font><font color='#0000FF'><u>float</u></font> f<font face='Lucida Console'>)</font> :_low<font face='Lucida Console'>(</font>f<font face='Lucida Console'>)</font>,_high<font face='Lucida Console'>(</font>f<font face='Lucida Console'>)</font> <b>{</b><b>}</b> <font color='#0000FF'>inline</font> <b><a name='simd8f'></a>simd8f</b><font face='Lucida Console'>(</font><font color='#0000FF'><u>float</u></font> r0, <font color='#0000FF'><u>float</u></font> r1, <font color='#0000FF'><u>float</u></font> r2, <font color='#0000FF'><u>float</u></font> r3, <font color='#0000FF'><u>float</u></font> r4, <font color='#0000FF'><u>float</u></font> r5, <font color='#0000FF'><u>float</u></font> r6, <font color='#0000FF'><u>float</u></font> r7<font face='Lucida Console'>)</font> : _low<font face='Lucida Console'>(</font>r0,r1,r2,r3<font face='Lucida Console'>)</font>, _high<font face='Lucida Console'>(</font>r4,r5,r6,r7<font face='Lucida Console'>)</font> <b>{</b><b>}</b> <font color='#0000FF'>inline</font> <b><a name='simd8f'></a>simd8f</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8i<font color='#5555FF'>&amp;</font> val<font face='Lucida Console'>)</font> : _low<font face='Lucida Console'>(</font>val.low<font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>, _high<font face='Lucida Console'>(</font>val.high<font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> <b>{</b> <b>}</b> <font color='#009900'>// truncate to 32bit integers </font> <font color='#0000FF'>inline</font> <b><a name='operator'></a>operator</b> simd8i::<b><a name='rawarray'></a>rawarray</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> simd8i::rawarray temp; temp.low <font color='#5555FF'>=</font> <font color='#BB00BB'>simd4i</font><font face='Lucida Console'>(</font>_low<font face='Lucida Console'>)</font>; temp.high <font color='#5555FF'>=</font> <font color='#BB00BB'>simd4i</font><font face='Lucida Console'>(</font>_high<font face='Lucida Console'>)</font>; <font color='#0000FF'>return</font> temp; <b>}</b> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>void</u></font> <b><a name='load_aligned'></a>load_aligned</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> type<font color='#5555FF'>*</font> ptr<font face='Lucida Console'>)</font> <b>{</b> _low.<font color='#BB00BB'>load_aligned</font><font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>; _high.<font color='#BB00BB'>load_aligned</font><font face='Lucida Console'>(</font>ptr<font color='#5555FF'>+</font><font color='#979000'>4</font><font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>void</u></font> <b><a name='store_aligned'></a>store_aligned</b><font face='Lucida Console'>(</font>type<font color='#5555FF'>*</font> ptr<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> _low.<font color='#BB00BB'>store_aligned</font><font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>; _high.<font color='#BB00BB'>store_aligned</font><font face='Lucida Console'>(</font>ptr<font color='#5555FF'>+</font><font color='#979000'>4</font><font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>void</u></font> <b><a name='load'></a>load</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> type<font color='#5555FF'>*</font> ptr<font face='Lucida Console'>)</font> <b>{</b> _low.<font color='#BB00BB'>load</font><font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>; _high.<font color='#BB00BB'>load</font><font face='Lucida Console'>(</font>ptr<font color='#5555FF'>+</font><font color='#979000'>4</font><font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>void</u></font> <b><a name='store'></a>store</b><font face='Lucida Console'>(</font>type<font color='#5555FF'>*</font> ptr<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> _low.<font color='#BB00BB'>store</font><font face='Lucida Console'>(</font>ptr<font face='Lucida Console'>)</font>; _high.<font color='#BB00BB'>store</font><font face='Lucida Console'>(</font>ptr<font color='#5555FF'>+</font><font color='#979000'>4</font><font face='Lucida Console'>)</font>; <b>}</b> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>int</u></font> <b><a name='size'></a>size</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'>return</font> <font color='#979000'>8</font>; <b>}</b> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>float</u></font> <b><a name='operator'></a>operator</b>[]<font face='Lucida Console'>(</font><font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>int</u></font> idx<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>idx <font color='#5555FF'>&lt;</font> <font color='#979000'>4</font><font face='Lucida Console'>)</font> <font color='#0000FF'>return</font> _low[idx]; <font color='#0000FF'>else</font> <font color='#0000FF'>return</font> _high[idx<font color='#5555FF'>-</font><font color='#979000'>4</font>]; <b>}</b> <font color='#0000FF'>inline</font> simd4f <b><a name='low'></a>low</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'>return</font> _low; <b>}</b> <font color='#0000FF'>inline</font> simd4f <b><a name='high'></a>high</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'>return</font> _high; <b>}</b> <font color='#0000FF'>private</font>: simd4f _low, _high; <b>}</b>; <font color='#0000FF'>class</font> <b><a name='simd8f_bool'></a>simd8f_bool</b> <b>{</b> <font color='#0000FF'>public</font>: <font color='#0000FF'>typedef</font> <font color='#0000FF'><u>float</u></font> type; <font color='#0000FF'>inline</font> <b><a name='simd8f_bool'></a>simd8f_bool</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <b>{</b><b>}</b> <font color='#0000FF'>inline</font> <b><a name='simd8f_bool'></a>simd8f_bool</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd4f_bool<font color='#5555FF'>&amp;</font> low_, <font color='#0000FF'>const</font> simd4f_bool<font color='#5555FF'>&amp;</font> high_<font face='Lucida Console'>)</font>: _low<font face='Lucida Console'>(</font>low_<font face='Lucida Console'>)</font>,_high<font face='Lucida Console'>(</font>high_<font face='Lucida Console'>)</font><b>{</b><b>}</b> <font color='#0000FF'>inline</font> simd4f_bool <b><a name='low'></a>low</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'>return</font> _low; <b>}</b> <font color='#0000FF'>inline</font> simd4f_bool <b><a name='high'></a>high</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#0000FF'>const</font> <b>{</b> <font color='#0000FF'>return</font> _high; <b>}</b> <font color='#0000FF'>private</font>: simd4f_bool _low,_high; <b>}</b>; <font color='#0000FF'>#endif</font> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> std::ostream<font color='#5555FF'>&amp;</font> <b><a name='operator'></a>operator</b><font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font><font face='Lucida Console'>(</font>std::ostream<font color='#5555FF'>&amp;</font> out, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> item<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'><u>float</u></font> temp[<font color='#979000'>8</font>]; item.<font color='#BB00BB'>store</font><font face='Lucida Console'>(</font>temp<font face='Lucida Console'>)</font>; out <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> "<font color='#CC0000'>(</font>" <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> temp[<font color='#979000'>0</font>] <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> "<font color='#CC0000'>, </font>" <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> temp[<font color='#979000'>1</font>] <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> "<font color='#CC0000'>, </font>" <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> temp[<font color='#979000'>2</font>] <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> "<font color='#CC0000'>, </font>" <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> temp[<font color='#979000'>3</font>] <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> "<font color='#CC0000'>, </font>" <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> temp[<font color='#979000'>4</font>] <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> "<font color='#CC0000'>, </font>" <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> temp[<font color='#979000'>5</font>] <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> "<font color='#CC0000'>, </font>" <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> temp[<font color='#979000'>6</font>] <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> "<font color='#CC0000'>, </font>" <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> temp[<font color='#979000'>7</font>] <font color='#5555FF'>&lt;</font><font color='#5555FF'>&lt;</font> "<font color='#CC0000'>)</font>"; <font color='#0000FF'>return</font> out; <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f <b><a name='operator'></a>operator</b><font color='#5555FF'>+</font> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_add_ps</font><font face='Lucida Console'>(</font>lhs, rhs<font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f</font><font face='Lucida Console'>(</font>lhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>+</font>rhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, lhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>+</font>rhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#0000FF'>inline</font> simd8f<font color='#5555FF'>&amp;</font> <b><a name='operator'></a>operator</b><font color='#5555FF'>+</font><font color='#5555FF'>=</font> <font face='Lucida Console'>(</font>simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>return</font> lhs <font color='#5555FF'>=</font> lhs <font color='#5555FF'>+</font> rhs; <font color='#0000FF'>return</font> lhs;<b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f <b><a name='operator'></a>operator</b><font color='#5555FF'>-</font> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_sub_ps</font><font face='Lucida Console'>(</font>lhs, rhs<font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f</font><font face='Lucida Console'>(</font>lhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>-</font>rhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, lhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>-</font>rhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#0000FF'>inline</font> simd8f<font color='#5555FF'>&amp;</font> <b><a name='operator'></a>operator</b><font color='#5555FF'>-</font><font color='#5555FF'>=</font> <font face='Lucida Console'>(</font>simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>return</font> lhs <font color='#5555FF'>=</font> lhs <font color='#5555FF'>-</font> rhs; <font color='#0000FF'>return</font> lhs;<b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f <b><a name='operator'></a>operator</b><font color='#5555FF'>*</font> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_mul_ps</font><font face='Lucida Console'>(</font>lhs, rhs<font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f</font><font face='Lucida Console'>(</font>lhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>*</font>rhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, lhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>*</font>rhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#0000FF'>inline</font> simd8f<font color='#5555FF'>&amp;</font> <b><a name='operator'></a>operator</b><font color='#5555FF'>*</font><font color='#5555FF'>=</font> <font face='Lucida Console'>(</font>simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>return</font> lhs <font color='#5555FF'>=</font> lhs <font color='#5555FF'>*</font> rhs; <font color='#0000FF'>return</font> lhs;<b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f <b><a name='operator'></a>operator</b><font color='#5555FF'>/</font> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_div_ps</font><font face='Lucida Console'>(</font>lhs, rhs<font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f</font><font face='Lucida Console'>(</font>lhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>/</font>rhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, lhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>/</font>rhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#0000FF'>inline</font> simd8f<font color='#5555FF'>&amp;</font> <b><a name='operator'></a>operator</b><font color='#5555FF'>/</font><font color='#5555FF'>=</font> <font face='Lucida Console'>(</font>simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>return</font> lhs <font color='#5555FF'>=</font> lhs <font color='#5555FF'>/</font> rhs; <font color='#0000FF'>return</font> lhs;<b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f_bool <b><a name='operator'></a>operator</b><font color='#5555FF'>=</font><font color='#5555FF'>=</font> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_cmp_ps</font><font face='Lucida Console'>(</font>lhs, rhs, <font color='#979000'>0</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f_bool</font><font face='Lucida Console'>(</font>lhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font><font color='#5555FF'>=</font>rhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, lhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>=</font><font color='#5555FF'>=</font>rhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f_bool <b><a name='operator'></a>operator</b><font color='#5555FF'>!</font><font color='#5555FF'>=</font> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_cmp_ps</font><font face='Lucida Console'>(</font>lhs, rhs, <font color='#979000'>4</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f_bool</font><font face='Lucida Console'>(</font>lhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>!</font><font color='#5555FF'>=</font>rhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, lhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>!</font><font color='#5555FF'>=</font>rhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f_bool <b><a name='operator'></a>operator</b><font color='#5555FF'>&lt;</font> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_cmp_ps</font><font face='Lucida Console'>(</font>lhs, rhs, <font color='#979000'>1</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f_bool</font><font face='Lucida Console'>(</font>lhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>&lt;</font>rhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, lhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>&lt;</font>rhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f_bool <b><a name='operator'></a>operator</b><font color='#5555FF'>&gt;</font> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>return</font> rhs <font color='#5555FF'>&lt;</font> lhs; <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f_bool <b><a name='operator'></a>operator</b><font color='#5555FF'>&lt;</font><font color='#5555FF'>=</font> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_cmp_ps</font><font face='Lucida Console'>(</font>lhs, rhs, <font color='#979000'>2</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f_bool</font><font face='Lucida Console'>(</font>lhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>&lt;</font><font color='#5555FF'>=</font>rhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, lhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>&lt;</font><font color='#5555FF'>=</font>rhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f_bool <b><a name='operator'></a>operator</b><font color='#5555FF'>&gt;</font><font color='#5555FF'>=</font> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>return</font> rhs <font color='#5555FF'>&lt;</font><font color='#5555FF'>=</font> lhs; <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f <b><a name='min'></a>min</b> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_min_ps</font><font face='Lucida Console'>(</font>lhs, rhs<font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f</font><font face='Lucida Console'>(</font><font color='#BB00BB'>min</font><font face='Lucida Console'>(</font>lhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, rhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>, <font color='#BB00BB'>min</font><font face='Lucida Console'>(</font>lhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>,rhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f <b><a name='max'></a>max</b> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_max_ps</font><font face='Lucida Console'>(</font>lhs, rhs<font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f</font><font face='Lucida Console'>(</font><font color='#BB00BB'>max</font><font face='Lucida Console'>(</font>lhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, rhs.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>, <font color='#BB00BB'>max</font><font face='Lucida Console'>(</font>lhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>,rhs.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f <b><a name='reciprocal'></a>reciprocal</b> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> item<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_rcp_ps</font><font face='Lucida Console'>(</font>item<font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f</font><font face='Lucida Console'>(</font><font color='#BB00BB'>reciprocal</font><font face='Lucida Console'>(</font>item.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>, <font color='#BB00BB'>reciprocal</font><font face='Lucida Console'>(</font>item.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f <b><a name='reciprocal_sqrt'></a>reciprocal_sqrt</b> <font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> item<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_rsqrt_ps</font><font face='Lucida Console'>(</font>item<font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f</font><font face='Lucida Console'>(</font><font color='#BB00BB'>reciprocal_sqrt</font><font face='Lucida Console'>(</font>item.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>, <font color='#BB00BB'>reciprocal_sqrt</font><font face='Lucida Console'>(</font>item.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>float</u></font> <b><a name='sum'></a>sum</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> item<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX simd8f temp <font color='#5555FF'>=</font> <font color='#BB00BB'>_mm256_hadd_ps</font><font face='Lucida Console'>(</font>item,item<font face='Lucida Console'>)</font>; simd8f temp2 <font color='#5555FF'>=</font> <font color='#BB00BB'>_mm256_hadd_ps</font><font face='Lucida Console'>(</font>temp,temp<font face='Lucida Console'>)</font>; <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm_cvtss_f32</font><font face='Lucida Console'>(</font><font color='#BB00BB'>_mm_add_ss</font><font face='Lucida Console'>(</font><font color='#BB00BB'>_mm256_castps256_ps128</font><font face='Lucida Console'>(</font>temp2<font face='Lucida Console'>)</font>,<font color='#BB00BB'>_mm256_extractf128_ps</font><font face='Lucida Console'>(</font>temp2,<font color='#979000'>1</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>sum</font><font face='Lucida Console'>(</font>item.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font color='#5555FF'>+</font>item.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> <font color='#0000FF'><u>float</u></font> <b><a name='dot'></a>dot</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> lhs, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> rhs<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>return</font> <font color='#BB00BB'>sum</font><font face='Lucida Console'>(</font>lhs<font color='#5555FF'>*</font>rhs<font face='Lucida Console'>)</font>; <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f <b><a name='sqrt'></a>sqrt</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> item<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_sqrt_ps</font><font face='Lucida Console'>(</font>item<font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f</font><font face='Lucida Console'>(</font><font color='#BB00BB'>sqrt</font><font face='Lucida Console'>(</font>item.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>, <font color='#BB00BB'>sqrt</font><font face='Lucida Console'>(</font>item.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f <b><a name='ceil'></a>ceil</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> item<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_ceil_ps</font><font face='Lucida Console'>(</font>item<font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f</font><font face='Lucida Console'>(</font><font color='#BB00BB'>ceil</font><font face='Lucida Console'>(</font>item.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>, <font color='#BB00BB'>ceil</font><font face='Lucida Console'>(</font>item.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#0000FF'>inline</font> simd8f <b><a name='floor'></a>floor</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> item<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_floor_ps</font><font face='Lucida Console'>(</font>item<font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f</font><font face='Lucida Console'>(</font><font color='#BB00BB'>floor</font><font face='Lucida Console'>(</font>item.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>, <font color='#BB00BB'>floor</font><font face='Lucida Console'>(</font>item.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <font color='#009900'>// perform cmp ? a : b </font> <font color='#0000FF'>inline</font> simd8f <b><a name='select'></a>select</b><font face='Lucida Console'>(</font><font color='#0000FF'>const</font> simd8f_bool<font color='#5555FF'>&amp;</font> cmp, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> a, <font color='#0000FF'>const</font> simd8f<font color='#5555FF'>&amp;</font> b<font face='Lucida Console'>)</font> <b>{</b> <font color='#0000FF'>#ifdef</font> DLIB_HAVE_AVX <font color='#0000FF'>return</font> <font color='#BB00BB'>_mm256_blendv_ps</font><font face='Lucida Console'>(</font>b,a,cmp<font face='Lucida Console'>)</font>; <font color='#0000FF'>#else</font> <font color='#0000FF'>return</font> <font color='#BB00BB'>simd8f</font><font face='Lucida Console'>(</font><font color='#BB00BB'>select</font><font face='Lucida Console'>(</font>cmp.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, a.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, b.<font color='#BB00BB'>low</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>, <font color='#BB00BB'>select</font><font face='Lucida Console'>(</font>cmp.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, a.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, b.<font color='#BB00BB'>high</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>; <font color='#0000FF'>#endif</font> <b>}</b> <font color='#009900'>// ---------------------------------------------------------------------------------------- </font> <b>}</b> <font color='#0000FF'>#endif</font> <font color='#009900'>// DLIB_sIMD8F_Hh_ </font> </pre></body></html>
Nekel-Seyew/Complex-3D-Vector-Fields
dlib-18.18/docs/dlib/simd/simd8f.h.html
HTML
apache-2.0
52,774
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 13:50:41 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ResolvedExposeModelConsumer (BOM: * : All 2.5.0.Final API)</title> <meta name="date" content="2019-07-17"> <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="ResolvedExposeModelConsumer (BOM: * : All 2.5.0.Final API)"; } } catch(err) { } //--> var methods = {"i0":6,"i1":18}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default 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/ResolvedExposeModelConsumer.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModel.html" title="class in org.wildfly.swarm.config.jmx"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelSupplier.html" title="interface in org.wildfly.swarm.config.jmx"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" target="_top">Frames</a></li> <li><a href="ResolvedExposeModelConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&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>Constr&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">org.wildfly.swarm.config.jmx</div> <h2 title="Interface ResolvedExposeModelConsumer" class="title">Interface ResolvedExposeModelConsumer&lt;T extends <a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModel.html" title="class in org.wildfly.swarm.config.jmx">ResolvedExposeModel</a>&lt;T&gt;&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">ResolvedExposeModelConsumer&lt;T extends <a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModel.html" title="class in org.wildfly.swarm.config.jmx">ResolvedExposeModel</a>&lt;T&gt;&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== 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="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default 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>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="type parameter in ResolvedExposeModelConsumer">T</a>&nbsp;value)</code> <div class="block">Configure a pre-constructed instance of ResolvedExposeModel resource</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="interface in org.wildfly.swarm.config.jmx">ResolvedExposeModelConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="type parameter in ResolvedExposeModelConsumer">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html#andThen-org.wildfly.swarm.config.jmx.ResolvedExposeModelConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="interface in org.wildfly.swarm.config.jmx">ResolvedExposeModelConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="type parameter in ResolvedExposeModelConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="accept-org.wildfly.swarm.config.jmx.ResolvedExposeModel-"> <!-- --> </a><a name="accept-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accept</h4> <pre>void&nbsp;accept(<a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="type parameter in ResolvedExposeModelConsumer">T</a>&nbsp;value)</pre> <div class="block">Configure a pre-constructed instance of ResolvedExposeModel resource</div> </li> </ul> <a name="andThen-org.wildfly.swarm.config.jmx.ResolvedExposeModelConsumer-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>andThen</h4> <pre>default&nbsp;<a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="interface in org.wildfly.swarm.config.jmx">ResolvedExposeModelConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="type parameter in ResolvedExposeModelConsumer">T</a>&gt;&nbsp;andThen(<a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="interface in org.wildfly.swarm.config.jmx">ResolvedExposeModelConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" title="type parameter in ResolvedExposeModelConsumer">T</a>&gt;&nbsp;after)</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/ResolvedExposeModelConsumer.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModel.html" title="class in org.wildfly.swarm.config.jmx"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/jmx/ResolvedExposeModelSupplier.html" title="interface in org.wildfly.swarm.config.jmx"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html" target="_top">Frames</a></li> <li><a href="ResolvedExposeModelConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&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>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.5.0.Final/apidocs/org/wildfly/swarm/config/jmx/ResolvedExposeModelConsumer.html
HTML
apache-2.0
11,455
<!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-spring4-4.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="utf-8" th:replace="layout::head('WallRide')"/> <title>Articles | WallRide</title> <link rel="stylesheet" href="/resources/admin/bundle.css" th:remove="all" /> <script src="/resources/admin/bundle.js" th:remove="all"></script> </head> <body> <header th:replace="layout::header"></header> <div> <div id="wr-page-header"> <div class="page-header container-fluid"> <div class="pull-left"> <h1 th:text="#{Articles}">Articles</h1> </div> <div class="pull-right"> <a th:href="@{__${ADMIN_PATH}__/articles/create(query=${query})}" href="create.html" class="btn btn-primary btn-sm"><span class="glyphicon glyphicon-plus"></span> <span th:text="#{AddNewArticle}">Add New</span></a> </div> </div> </div> <div id="wr-page-content"> <section class="search-condition"> <div class="navbar"> <div class="container-fluid"> <form id="search-form" class="navbar-form navbar-left" method="get" th:action="@{__${ADMIN_PATH}__/articles/index}" th:object="${form}"> <select th:field="*{status}" class="select2" th:placeholder="#{Status}"> <option value=""></option> <option th:value="PUBLISHED"><span th:text="#{Post.Status.PUBLISHED}">Published</span> <span th:text="${'(' + countPublished + ')'}">(0)</span></option> <option th:value="SCHEDULED"><span th:text="#{Post.Status.SCHEDULED}">Published</span> <span th:text="${'(' + countScheduled + ')'}">(0)</span></option> <option th:value="DRAFT"><span th:text="#{Post.Status.DRAFT}">Published</span> <span th:text="${'(' + countDraft + ')'}">(0)</span></option> </select> <input type="hidden" class="select2" th:field="*{categoryId}" th:attr="data-url=@{__${ADMIN_PATH}__/categories/select}" th:placeholder="#{Categories}"/> <input type="hidden" class="select2" th:field="*{tagId}" th:attr="data-url=@{__${ADMIN_PATH}__/tags/select}" th:placeholder="#{Tags}"/> <input type="hidden" class="select2" th:field="*{authorId}" th:attr="data-url=@{__${ADMIN_PATH}__/users/select}" th:placeholder="#{Author}"/> <input type="text" name="keyword" th:value="*{keyword}" class="form-control" th:attr="placeholder=#{Keywords}"/> <button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search"></span></button> </form> <script th:inline="javascript"> $(function () { $('#search-form select.select2').each(function (index) { var $self = $(this); $self.select2({ allowClear: true, dropdownAutoWidth: true, dropdownCssClass: 'select2-drop-search-form', }); }); $('#search-form input.select2').each(function (index) { var $self = $(this); $self.select2({ minimumInputLength: 1, allowClear: true, dropdownAutoWidth: true, dropdownCssClass: 'select2-drop-search-form', ajax: { url: $self.attr('data-url'), dataType: 'json', data: function (term, page) { return { keyword: term }; }, results: function (data, page) { return {results: data}; } }, initSelection: function (element, callback) { var id = $(element).val(); if (id !== "") { $.ajax($self.attr('data-url') + '/' + id + ".json", { dataType: "json" }).done(function (data) { callback(data); }); } } }); }); }); </script> </div> </div> </section> <div class="container-fluid"> <div class="alert alert-success" th:if="${deletedArticle ne null}"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button> <span th:text="#{DeletedArticle}">Article Deleted.</span> </div> <div class="alert alert-success" th:if="${publishedArticles ne null}"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button> <span th:text="#{PublishedArticles}">Articles Published.</span> </div> <div class="alert alert-success" th:if="${unpublishedArticles ne null}"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button> <span th:text="#{UnpublishedArticles}">Articles Unpublished.</span> </div> <div class="alert alert-success" th:if="${deletedArticles ne null}"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button> <span th:text="#{DeletedArticles}">Articles Deleted.</span> </div> <section class="search-result"> <form method="post"> <div class="search-result-header clearfix"> <div class="btn-toolbar pull-left"> <div class="wr-bulk-action btn-group"> <a th:href="@{__${ADMIN_PATH}__/articles/index(part=bulk-delete-form,query=${query})}" data-toggle="modal" data-target="#bulk-delete-modal" class="btn btn-default disabled"><span class="glyphicon glyphicon-trash"></span></a> </div> <div class="wr-bulk-action btn-group"> <a th:href="@{__${ADMIN_PATH}__/articles/index(part=bulk-publish-form,query=${query})}" data-toggle="modal" data-target="#bulk-publish-modal" class="btn btn-default disabled" th:text="#{Publish}">Publish</a> <a th:href="@{__${ADMIN_PATH}__/articles/index(part=bulk-unpublish-form,query=${query})}" data-toggle="modal" data-target="#bulk-unpublish-modal" class="btn btn-default disabled" th:text="#{Unpublish}">Unpublish</a> </div> </div> <div class="pagination-group pull-right"> <div class="pull-left pagination-summary"><span th:text="${pagination.numberOfFirstElement}"></span> - <span th:text="${pagination.numberOfLastElement}"></span> / <span th:text="${pagination.totalElements}"></span></div> <div class="pull-right"> <ul class="pagination paginateon-sm"> <li th:classappend="${pagination.hasPreviousPage() ? '' : 'disabled'}"><a th:href="@{${pagination.url}(page=${pagination.previousPageNumber})}" th:text="#{Prev}">Prev</a></li> <li th:each="p : ${pagination.getPageables(pageable)}" th:classappend="${p.pageNumber eq pagination.currentPageNumber ? 'active' : ''}"><a th:href="@{${pagination.url}(page=${p.pageNumber})}" th:text="${p.pageNumber + 1}"></a></li> <li th:classappend="${pagination.hasNextPage() ? '' : 'disabled'}"><a th:href="@{${pagination.url}(page=${pagination.nextPageNumber})}" th:text="#{Next}">Next</a></li> </ul> </div> </div> </div> <div class="table-responsive"> <table class="table table-hover"> <thead> <tr> <th class="wr-tr-checkbox" style="width:40px"><input type="checkbox"/></th> <th th:text="#{Status}">Status</th> <th th:text="#{Title}">Title</th> <th th:text="#{Categories}">Categories</th> <th th:text="#{Tags}">Tags</th> <th th:text="#{Author}">Author</th> <th th:text="#{Date}">Date</th> <th class="text-right" th:text="#{Views}">Views</th> <th class="text-center"></th> </tr> </thead> <tbody> <tr th:each="article : ${articles}" th:attr="data-href=@{__${ADMIN_PATH}__/articles/describe(id=${article.id},query=${query})}" class="clickable"> <td class="wr-tr-checkbox" style="width:40px"><input type="checkbox" name="ids" th:value="${article.id}" th:attr="data-status=${#messages.msg('Post.Status.' + article.status)}"/></td> <td th:class="'wr-post-status-' + ${article.status}" th:text="${#messages.msg('Post.Status.' + article.status)}">Status</td> <td th:text="${article.title?:'(No Titled)'}" style="font-weight: bold;">Title</td> <td><th:block th:each="category : ${article.categories}"><a th:href="@{__${ADMIN_PATH}__/articles/index(categoryId=${category.id})}" th:text="${category}"></a> <span th:unless="${categoryStat.last}">&nbsp; | &nbsp;</span></th:block></td> <td><th:block th:each="tag : ${article.tags}"><a th:href="@{__${ADMIN_PATH}__/articles/index(tagId=${tag.id})}" th:text="${tag}"></a> <span th:unless="${tagStat.last}">&nbsp; | &nbsp;</span></th:block></td> <td><a th:if="${article.author ne null}" th:href="@{__${ADMIN_PATH}__/articles/index(authorId=${article.author.id})}" th:text="${article.author.name}">Author</a></td> <td th:text="${article.date ne null ? #temporals.format(article.date, 'yyyy/MM/dd (E) HH:mm', #locale) : ''}">2013/10/24</td> <td class="text-right" th:text="${article.views}">0</td> <td class="text-center"><a th:attr="href=@{__${ADMIN_PATH}__/articles/edit(id=${article.id},query=${query})}"><span class="glyphicon glyphicon-pencil"></span> <span th:text="#{Edit}">Edit</span></a></td> </tr> </tbody> </table> </div> <script th:inline="javascript"> // <![CDATA[ $(function () { $('#wr-page-content .search-result').on('click', '[data-href]', function (e) { if (!$(e.target).is(':checkbox') && !$(e.target).is('a')) { window.location = $(e.target).closest('tr').data('href'); }; }); $('#wr-page-content .search-result').on('click', '[data-action]', function (e) { var form = $(this).closest('form'); form.attr('action', $(this).data('action')); form.submit(); e.preventDefault(); }); $('#wr-page-content .search-result td.wr-tr-checkbox').shiftcheckbox({ checkboxSelector: ':checkbox', selectAll: '.search-result th.wr-tr-checkbox' }); $('#wr-page-content .search-result td.wr-tr-checkbox').closest('td').click(function (e) { e.stopPropagation(); }); $('#wr-page-content .search-result td.wr-tr-checkbox :checkbox').change(function (e) { var checked = $(this).prop('checked'); if (checked) { $(this).closest('tr').addClass('warning'); } else { $(this).closest('tr').removeClass('warning'); } var checkedCount = $('#wr-page-content .search-result td.wr-tr-checkbox :checkbox:checked').length; if (checkedCount == 0) { $('#wr-page-content .search-result .btn-toolbar .btn').addClass('disabled'); } if (checkedCount >= 1) { $('#wr-page-content .search-result .wr-bulk-action .btn').removeClass('disabled'); } }); }); // ]]> </script> <!-- #bulk-delete-modal --> <div id="bulk-delete-modal" class="modal" tabindex="-1" role="dialog" aria-hidden="true"> <div id="bulk-delete-dialog" class="modal-dialog"> <div th:fragment="bulk-delete-form" class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title" th:text="#{DeleteArticle}">Delete Articles</h4> </div> <div class="modal-body"> <p th:text="#{MakeSureDelete}">Are you sure you want to delete?</p> <div class="checkbox"> <label><input type="checkbox" name="confirmed" value="true"/> <span th:text="#{Confirm}">Confirm</span></label> </div> </div> <div class="modal-footer"> <button class="btn btn-default" data-dismiss="modal" th:text="#{Cancel}">Cancel</button> <button class="btn btn-primary" th:attr="data-action=@{__${ADMIN_PATH}__/articles/bulk-delete(query=${query})}" disabled="true" th:text="#{Delete}">Delete</button> </div> </div> </div> </div> <!--/#bulk-delete-modal --> <script th:inline="javascript"> // <![CDATA[ $(function () { $('#bulk-delete-modal').on('change', ':input[name="confirmed"]', function () { var confirmed = $(this); $('#bulk-delete-modal .btn-primary').prop('disabled', !confirmed.is(':checked')); }); $('#bulk-delete-modal').on('hidden.bs.modal', function () { $(this).removeData('bs.modal'); }); }); // ]]> </script> <!-- #bulk-publish-modal --> <div id="bulk-publish-modal" class="modal" tabindex="-1" role="dialog" aria-hidden="true"> <div id="bulk-publish-dialog" class="modal-dialog"> <div th:fragment="bulk-publish-form" class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title" th:text="#{PublishArticle}">Publish Articles</h4> </div> <div class="modal-body"> <div class="form-group"> <label th:text="#{Date}">Date</label> <input type="text" name="date" class="form-control" placeholder="YYYY/MM/DD HH:mm" /> </div> </div> <div class="modal-footer"> <button class="btn btn-default" data-dismiss="modal" th:text="#{Cancel}">Cancel</button> <button class="btn btn-primary" th:attr="data-action=@{__${ADMIN_PATH}__/articles/bulk-publish(query=${query})}" th:text="#{Publish}">Publish</button> </div> <script> $(function () { $(':input[name="date"]').datetimepicker({}); }); </script> </div> </div> </div> <!--/#bulk-publish-modal --> <script th:inline="javascript"> // <![CDATA[ $(function () { $('#bulk-publish-modal').on('hidden.bs.modal', function () { $(this).removeData('bs.modal'); }); }); // ]]> </script> <!-- #bulk-unpublish-modal --> <div id="bulk-unpublish-modal" class="modal" tabindex="-1" role="dialog" aria-hidden="true"> <div id="bulk-unpublish-dialog" class="modal-dialog"> <div th:fragment="bulk-unpublish-form" class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title" th:text="#{UnpublishArticle}">Unpublish Articles</h4> </div> <div class="modal-body"> <p th:text="#{MakeSureUnpublish}">Are you sure you want to unpublish?</p> </div> <div class="modal-footer"> <button class="btn btn-default" data-dismiss="modal" th:text="#{Cancel}">Cancel</button> <button class="btn btn-primary" th:attr="data-action=@{__${ADMIN_PATH}__/articles/bulk-unpublish(query=${query})}" th:text="#{Unpublish}">Unpublish</button> </div> </div> </div> </div> <!--/#bulk-unpublish-modal --> <script th:inline="javascript"> // <![CDATA[ $(function () { $('#bulk-unpublish-modal').on('hidden.bs.modal', function () { $(this).removeData('bs.modal'); }); }); // ]]> </script> </form> </section> </div> </div> </div> <footer> </footer> </body> </html>
tagbangers/wallride
wallride-ui-admin/src/templates/article/index.html
HTML
apache-2.0
15,661
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Statistics of vocative in UD_Serbian-SET</title> <link rel="root" href=""/> <!-- for JS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/> <link rel="stylesheet" type="text/css" href="../../css/style.css"/> <link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/> <link rel="stylesheet" type="text/css" href="../../css/hint.css"/> <script type="text/javascript" src="../../lib/ext/head.load.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script> <script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script> <!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo --> <!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page. <script> (function() { var cx = '001145188882102106025:dl1mehhcgbo'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> --> <!-- <link rel="shortcut icon" href="favicon.ico"/> --> </head> <body> <div id="main" class="center"> <div id="hp-header"> <table width="100%"><tr><td width="50%"> <span class="header-text"><a href="http://universaldependencies.org/#language-">home</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/treebanks/sr_set/sr_set-dep-vocative.md" target="#">edit page</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span> </td><td> <gcse:search></gcse:search> </td></tr></table> </div> <hr/> <div class="v2complete"> This page pertains to UD version 2. </div> <div id="content"> <noscript> <div id="noscript"> It appears that you have Javascript disabled. Please consider enabling Javascript for this page to see the visualizations. </div> </noscript> <!-- The content may include scripts and styles, hence we must load the shared libraries before the content. --> <script type="text/javascript"> console.time('loading libraries'); var root = '../../'; // filled in by jekyll head.js( // External libraries // DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all. root + 'lib/ext/jquery.min.js', root + 'lib/ext/jquery.svg.min.js', root + 'lib/ext/jquery.svgdom.min.js', root + 'lib/ext/jquery.timeago.js', root + 'lib/ext/jquery-ui.min.js', root + 'lib/ext/waypoints.min.js', root + 'lib/ext/jquery.address.min.js' ); </script> <h2 id="treebank-statistics-ud_serbian-set-relations-vocative">Treebank Statistics: UD_Serbian-SET: Relations: <code class="language-plaintext highlighter-rouge">vocative</code></h2> <p>This relation is universal.</p> <p>1 nodes (0%) are attached to their parents as <code class="language-plaintext highlighter-rouge">vocative</code>.</p> <p>1 instances of <code class="language-plaintext highlighter-rouge">vocative</code> (100%) are right-to-left (child precedes parent). Average distance between parent and child is 5.</p> <p>The following 1 pairs of parts of speech are connected with <code class="language-plaintext highlighter-rouge">vocative</code>: <tt><a href="sr_set-pos-VERB.html">VERB</a></tt>-<tt><a href="sr_set-pos-NOUN.html">NOUN</a></tt> (1; 100% instances).</p> <pre><code class="language-conllu"># visual-style 5 bgColor:blue # visual-style 5 fgColor:white # visual-style 10 bgColor:blue # visual-style 10 fgColor:white # visual-style 10 5 vocative color:blue 1 Southeast southeast X Xf Foreign=Yes 10 parataxis _ _ 2 European european X Xf Foreign=Yes 1 flat _ _ 3 Times times X Xf Foreign=Yes 1 flat _ SpaceAfter=No 4 : : PUNCT Z _ 1 punct _ _ 5 Gospodine gospodin NOUN Ncmsv Case=Voc|Gender=Masc|Number=Sing 10 vocative _ _ 6 predsedniče predsednik NOUN Ncmsv Case=Voc|Gender=Masc|Number=Sing 5 nmod _ SpaceAfter=No 7 , , PUNCT Z _ 5 punct _ _ 8 da da SCONJ Cs _ 10 mark _ _ 9 li li PART Qq _ 8 fixed _ _ 10 očekujete očekivati VERB Vmr2p Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin 0 root _ _ 11 nemiran nemiran ADJ Agpmsann Animacy=Inan|Case=Acc|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing 12 amod _ _ 12 period period NOUN Ncmsan Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing 10 obj _ _ 13 u u ADP Sl Case=Loc 14 case _ _ 14 regionu region NOUN Ncmsl Case=Loc|Gender=Masc|Number=Sing 12 nmod _ _ 15 posle posle ADP Sg Case=Gen 16 case _ _ 16 nezavisnosti nezavisnost NOUN Ncfsg Case=Gen|Gender=Fem|Number=Sing 10 obl _ _ 17 Kosova Kosovo PROPN Npnsg Case=Gen|Gender=Neut|Number=Sing 16 nmod _ SpaceAfter=No 18 ? ? PUNCT Z _ 10 punct _ _ </code></pre> </div> <!-- support for embedded visualizations --> <script type="text/javascript"> var root = '../../'; // filled in by jekyll head.js( // We assume that external libraries such as jquery.min.js have already been loaded outside! // (See _layouts/base.html.) // brat helper modules root + 'lib/brat/configuration.js', root + 'lib/brat/util.js', root + 'lib/brat/annotation_log.js', root + 'lib/ext/webfont.js', // brat modules root + 'lib/brat/dispatcher.js', root + 'lib/brat/url_monitor.js', root + 'lib/brat/visualizer.js', // embedding configuration root + 'lib/local/config.js', // project-specific collection data root + 'lib/local/collections.js', // Annodoc root + 'lib/annodoc/annodoc.js', // NOTE: non-local libraries 'https://spyysalo.github.io/conllu.js/conllu.js' ); var webFontURLs = [ // root + 'static/fonts/Astloch-Bold.ttf', root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf', root + 'static/fonts/Liberation_Sans-Regular.ttf' ]; var setupTimeago = function() { jQuery("time.timeago").timeago(); }; head.ready(function() { setupTimeago(); // mark current collection (filled in by Jekyll) Collections.listing['_current'] = ''; // perform all embedding and support functions Annodoc.activate(Config.bratCollData, Collections.listing); }); </script> <!-- google analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55233688-1', 'auto'); ga('send', 'pageview'); </script> <div id="footer"> <p class="footer-text">&copy; 2014–2021 <a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>. Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>. </div> </div> </body> </html>
UniversalDependencies/universaldependencies.github.io
treebanks/sr_set/sr_set-dep-vocative.html
HTML
apache-2.0
8,180
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Fri Jan 15 20:28:45 PST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.fasterxml.jackson.databind.annotation.JsonAppend (jackson-databind 2.7.0 API)</title> <meta name="date" content="2016-01-15"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.fasterxml.jackson.databind.annotation.JsonAppend (jackson-databind 2.7.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../com/fasterxml/jackson/databind/annotation/JsonAppend.html" title="annotation in com.fasterxml.jackson.databind.annotation">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/fasterxml/jackson/databind/annotation/class-use/JsonAppend.html" target="_top">Frames</a></li> <li><a href="JsonAppend.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.fasterxml.jackson.databind.annotation.JsonAppend" class="title">Uses of Class<br>com.fasterxml.jackson.databind.annotation.JsonAppend</h2> </div> <div class="classUseContainer">No usage of com.fasterxml.jackson.databind.annotation.JsonAppend</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../com/fasterxml/jackson/databind/annotation/JsonAppend.html" title="annotation in com.fasterxml.jackson.databind.annotation">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/fasterxml/jackson/databind/annotation/class-use/JsonAppend.html" target="_top">Frames</a></li> <li><a href="JsonAppend.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2016 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> </body> </html>
FasterXML/jackson-databind
docs/javadoc/2.7/com/fasterxml/jackson/databind/annotation/class-use/JsonAppend.html
HTML
apache-2.0
4,620
<html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <title>PerfStat Tool: Perfomance Monitoring & Status Notification</title> <link type="text/css" rel="stylesheet" href="../../appRez/styleSheets/navigationFrame.css"> <script language="javascript" src="../../appRez/javaScripts/navigationFrame.js"></script> <script language="javascript" src="../../appRez/javaScripts/pm.nav.js"></script> </head> <body onLoad="onBodyLoad('performance1');"> % if ($sessionObj->param("userName") eq "perfstat" || $sessionObj->param("role") eq "admin") { <table cellpadding="2" cellspacing="1" border="0" class="table1" width="100%"> % if ($sessionObj->param("userName") eq "perfstat") { <tr> <form action="index.pl" method="post"> <td nowrap="nowrap" valign="middle" align="right"><span class="table1Text1">Admin:</span></td> <td nowrap="nowrap" valign="middle" align="left"> <select name="adminName" size="1" onChange="submit();"> % foreach my $adminNameTemp (sort (keys(%$adminList))) { <option value="<%$adminNameTemp%>" <%$adminNameTemp eq $sessionObj->param("selectedAdmin") ? "selected" : "";%>><%$adminNameTemp%></option> % } </select> </td> </form> </tr> %} % if ($sessionObj->param("role") eq "admin") { <tr> <form action="index.pl" method="post"> <input type="hidden" name="adminName" value="<%$sessionObj->param("selectedAdmin")%>"> <td nowrap="nowrap" valign="middle" align="right"><span class="table1Text1">User:</span></td> <td nowrap="nowrap" valign="middle" align="left"> <select name="userName" size="1" onChange="submit();"> % foreach my $userNameTemp (sort (keys(%$userList))) { <option value="<%$userNameTemp%>" <%$userNameTemp eq $sessionObj->param("selectedUser") ? "selected" : "";%>><%$userNameTemp%></option> % } </select> </td> </form> </tr> %} </table> %} <table border="0" align="center" cellpadding="3" cellspacing="1" class="table1" width="100%"> <tr> <td height="25" class="header">Performance Monitor</td> </tr> <tr> <td height="25" class="subheader"> <table border="0" cellpadding="0" cellspacing="0" class="table2" align="center"> <tr> <td nowrap><a href="javascript:openAll();">open all</a></td> <td nowrap><img src="../../appRez/images/common/spacer.gif" height="6" width="10" border="0"></td> <td nowrap><a href="javascript:closeAll();">close all</a></td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top"> <table border="0" cellpadding="2" cellspacing="0"> %if ($sessionObj->param('showAllHosts')) { <tr> <td><img src="../../appRez/images/navigation/icon_statusMonitor1.gif" border="0"></td> <td nowrap><a id="allHosts" href="index.pl?groupViewStatus=allHosts">All Hosts</a></td> </tr> %} <tr> <td><img src="../../appRez/images/navigation/icon_statusMonitor1.gif" border="0"></td> <td nowrap><a id="myHostGroups" href="index.pl?groupViewStatus=self">My HostGroups</a></td> </tr> <tr> <td><img src="../../appRez/images/navigation/icon_statusMonitor1.gif" border="0"></td> <td nowrap><a id="sharedHostGroups" href="index.pl?groupViewStatus=shared">Shared HostGroups</a></td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top"> <div id="navContainer" style="margin-left:5px"> %foreach my $hostGroupDescHash (@$hostGroupArray) { %my $hasHosts = $hostGroupDescHash->{'hasHosts'}; %my $hostGroupID = $hostGroupDescHash->{'hostGroupID'}; <table border="0" cellpadding="2" cellspacing="0"> <tr> <td> % if ($hasHosts == 0) { <img src="../../appRez/images/common/spacer.gif" border="0" width="9" height="9"> % } else { <a id="x<%$hostGroupID%>" href="javascript:Toggle('<%$hostGroupID%>');"><img name="x<%$hostGroupID%>" src="../../appRez/images/navigation/icon_plusNavBar.gif" border="0"></a> % } </td> <td><img src="../../appRez/images/navigation/icon_statusMonitor1.gif" border="0"></td> <td> % if ($hasHosts == 0) { <%$hostGroupID%> %} else { <a id="x<%$hostGroupID%>" href="javascript:Toggle('<%$hostGroupID%>');"><%$hostGroupID%></a> %} </td> </tr> </table> % if ($hasHosts != 0) { <div id="<%$hostGroupID%>" style="display:none; margin-left:1em"> %foreach my $serviceName (sort(keys(%$serviceHash))) { <table border="0" cellpadding="2" cellspacing="0"> <tr> <td><a id="x<%$hostGroupID%>^<%$serviceName%>" href="javascript:Toggle('<%$hostGroupID%>^<%$serviceName%>');"><img name="x<%$hostGroupID%>^<%$serviceName%>" src="../../appRez/images/navigation/icon_plusNavBar.gif" border="0"></a></td> <td><img src="../../appRez/images/navigation/icon_statusMonitor3.gif" border="0"></td> <td><a id="x<%$hostGroupID%>^<%$serviceName%>" href="javascript:Toggle('<%$hostGroupID%>^<%$serviceName%>');"><%$serviceName%></a></td> </tr> </table> <div id="<%$hostGroupID%>^<%$serviceName%>" style="display:none; margin-left:12px;"> %my $graphHash = $serviceHash->{$serviceName}; %foreach my $graphHashName (sort(keys(%$graphHash))) { <table border="0" cellpadding="2" cellspacing="0"> <tr> <td><img src="../../appRez/images/navigation/icon_performanceMonitor1.gif" border="0"></td> <td nowrap><a href="javascript:parent.content.insertService('<%$hostGroupID%>', '<%$serviceName%>', '<%$graphHashName%>');"><%$graphHashName%><a></td> </tr> </table> %} </div> %} </div> %} %} </td> </tr> </table> </body> </html>
ktenzer/perfstat
ui/perfMonitor/navigation1/dsp_nav.html
HTML
apache-2.0
5,758
<!DOCTYPE html> <html> <meta charset="UTF-8"> <head> <title>Topic 29</title> <style> table { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; } td, th { border: 1px solid #ddd; padding: 8px; } tr:nth-child(even){background-color: #f2f2f2;} tr:hover {background-color: #ddd;} th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #0099FF; color: white; } </style> </head> <body> <h2>Topic 29</h2> <table border="1" class="dataframe"> <thead> <tr style="text-align: right;"> <th></th> <th>cite ad</th> <th>title</th> <th>authors</th> <th>publish year</th> <th>publish time</th> <th>dataset</th> <th>abstract mentions covid</th> <th>pmcid</th> <th>pubmed id</th> <th>doi</th> <th>cord uid</th> <th>topic weight</th> <th>Similarity scispacy</th> <th>Similarity specter</th> </tr> </thead> <tbody> <tr> <th id="98sqovwb";>1</th> <td>Li_H_2019</td> <td>Development of a reverse transcription-loop-mediated isothermal amplification (RT-LAMP) assay for the detection of porcine pegivirus</td> <td>Li, Hao; Li, Kai; Bi, Zhen; Gu, Jun; Song, Deping; Lei, Dan; Luo, Suoxian; Huang, Dongyan; Wu, Qiong; Ding, Zhen; Wang, Leyi; Ye, Yu; Tang, Yuxin</td> <td>2019</td> <td>2019-08-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113777" target="_blank">PMC7113777</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31022411.0" target="_blank">31022411.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2019.04.019" target="_blank">10.1016/j.jviromet.2019.04.019</a></td> <td>98sqovwb</td> <td>0.927356</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="s78t5qxj";>2</th> <td>Soliman_2006</td> <td>Reverse transcription loop-mediated isothermal amplification (RT-LAMP) for rapid detection of viral hemorrhagic septicaemia virus (VHS)</td> <td>Soliman, H.; El-Matbouli, M.</td> <td>2006</td> <td>2006-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7117309" target="_blank">PMC7117309</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16384659.0" target="_blank">16384659.0</a></td> <td><a href="https://doi.org/10.1016/j.vetmic.2005.11.063" target="_blank">10.1016/j.vetmic.2005.11.063</a></td> <td>s78t5qxj</td> <td>0.910443</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#hmuljlt5">Ranjan_2014</a></td> </tr> <tr> <th id="q068aybo";>3</th> <td>Wang_2018</td> <td>A fast and simple one-step duplex PCR assay for canine distemper virus (CDV) and canine coronavirus (CCoV) detection</td> <td>Wang, Jing; Luo, Yakun; Liang, Lin; Li, Jinxiang; Cui, Shangjin</td> <td>2018</td> <td>2018-08-23</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087121" target="_blank">PMC7087121</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30141131.0" target="_blank">30141131.0</a></td> <td><a href="https://doi.org/10.1007/s00705-018-3982-8" target="_blank">10.1007/s00705-018-3982-8</a></td> <td>q068aybo</td> <td>0.865965</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a></td> <td><a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="3yypznr0";>4</th> <td>En_F_2008</td> <td>Loop-mediated isothermal amplification establishment for detection of pseudorabies virus</td> <td>En, Fang-Xue; Wei, Xiong; Jian, Li; Qin, Chen</td> <td>2008</td> <td>2008-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112783" target="_blank">PMC7112783</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18468699.0" target="_blank">18468699.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2008.03.028" target="_blank">10.1016/j.jviromet.2008.03.028</a></td> <td>3yypznr0</td> <td>0.832944</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a></td> </tr> <tr> <th id="dtvzwin8";>5</th> <td>Jeong_2015</td> <td>Development of a Rapid Detection Method for Potato virus X by Reverse Transcription Loop-Mediated Isothermal Amplification</td> <td>Jeong, Joojin; Cho, Sang-Yun; Lee, Wang-Hyu; Lee, Kui-jae; Ju, Ho-Jong</td> <td>2015</td> <td>2015-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4564147" target="_blank">PMC4564147</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26361470.0" target="_blank">26361470.0</a></td> <td><a href="https://doi.org/10.5423/ppj.oa.03.2015.0044" target="_blank">10.5423/ppj.oa.03.2015.0044</a></td> <td>dtvzwin8</td> <td>0.825746</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#gmjnbnx5">Yang_2012</a></td> </tr> <tr> <th id="8iwljdoi";>6</th> <td>Chen_2010</td> <td>Detection of swine transmissible gastroenteritis coronavirus using loop-mediated isothermal amplification</td> <td>Chen, Qin; Li, Jian; Fang, Xue-En; Xiong, Wei</td> <td>2010</td> <td>2010-08-29</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2939561" target="_blank">PMC2939561</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20799985.0" target="_blank">20799985.0</a></td> <td><a href="https://doi.org/10.1186/1743-422x-7-206" target="_blank">10.1186/1743-422x-7-206</a></td> <td>8iwljdoi</td> <td>0.822291</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#p4w2jh00">Pyrc_2011</a></td> </tr> <tr> <th id="eiicdxre";>7</th> <td>Li_Z_2018</td> <td>Detection of Novel duck reovirus (NDRV) using visual reverse transcription loop-mediated isothermal amplification (RT-LAMP)</td> <td>Li, Zhili; Cai, Yuejia; Liang, Guozhi; El-Ashram, Saeed; Mei, Minmin; Huang, Wenjing; Li, Xiaowen; Li, Wenfeng; He, Cheng; Huang, Shujian</td> <td>2018</td> <td>2018-09-19</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6145877" target="_blank">PMC6145877</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30232402.0" target="_blank">30232402.0</a></td> <td><a href="https://doi.org/10.1038/s41598-018-32473-4" target="_blank">10.1038/s41598-018-32473-4</a></td> <td>eiicdxre</td> <td>0.821081</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="ndralqvr";>8</th> <td>Chen_2004</td> <td>Development of a novel real-time RT-PCR assay with LUX primer for the detection of swine transmissible gastroenteritis virus</td> <td>Chen, Ru; Huang, Weiming; Lin, Zhixiong; Zhou, Zhongfang; Yu, Haiqiong; Zhu, Daozhong</td> <td>2004</td> <td>2004-12-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119747" target="_blank">PMC7119747</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15488621.0" target="_blank">15488621.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2004.08.003" target="_blank">10.1016/j.jviromet.2004.08.003</a></td> <td>ndralqvr</td> <td>0.804705</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#gqmghn49">Cuevas-Romero_2013</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="l7s3raop";>9</th> <td>Sun_X_2017</td> <td>Improvement and Evaluation of Loop-Mediated Isothermal Amplification for Rapid Detection of Toxoplasma gondii Infection in Human Blood Samples</td> <td>Sun, Xi-meng; Ji, Yong-sheng; Liu, Xian-yong; Xiang, Mei; He, Guang; Xie, Li; Suo, Jing-xia; Suo, Xun</td> <td>2017</td> <td>2017-01-05</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5215908" target="_blank">PMC5215908</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28056092.0" target="_blank">28056092.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0169125" target="_blank">10.1371/journal.pone.0169125</a></td> <td>l7s3raop</td> <td>0.798229</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a></td> <td><a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a></td> </tr> <tr> <th id="09cov26b";>10</th> <td>Mekata_2009</td> <td>Real-time reverse transcription loop-mediated isothermal amplification for rapid detection of yellow head virus in shrimp</td> <td>Mekata, Tohru; Sudhakaran, Raja; Kono, Tomoya; U-taynapun, Kittichon; Supamattaya, Kidchakan; Suzuki, Yoshihiro; Sakai, Masahiro; Itami, Toshiaki</td> <td>2009</td> <td>2009-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112779" target="_blank">PMC7112779</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19646483.0" target="_blank">19646483.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.07.018" target="_blank">10.1016/j.jviromet.2009.07.018</a></td> <td>09cov26b</td> <td>0.790413</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="gmt3bxx3";>11</th> <td>Xie_G_2012</td> <td>An improved method for detection of Edwardsiella tarda by loop-mediated isothermal amplification by targeting the EsrB gene</td> <td>Xie, Guosi; Zhang, Qingli; Han, Nana; Shi, Chengyin; Wang, Xiuhua; Liu, Qinghui; Huang, Jie</td> <td>2012</td> <td>2012-07-02</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087700" target="_blank">PMC7087700</a></td> <td></td> <td><a href="https://doi.org/10.1007/s00343-012-1293-6" target="_blank">10.1007/s00343-012-1293-6</a></td> <td>gmt3bxx3</td> <td>0.786587</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a></td> <td><a href="Topic_29.html#ru4ky6kz">Njiru_2008</a>, <a href="Topic_29.html#ze5a2pte">Rivera_2013</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="828inb8d";>12</th> <td>Zhang_2011</td> <td>Rapid detection of wheat yellow mosaic virus by reverse transcription loop-mediated isothermal amplification</td> <td>Zhang, Zong-Ying; Liu, Xiao-Jun; Li, Da-Wei; Yu, Jia-Lin; Han, Cheng-Gui</td> <td>2011</td> <td>2011-12-20</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3260119" target="_blank">PMC3260119</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22185375.0" target="_blank">22185375.0</a></td> <td><a href="https://doi.org/10.1186/1743-422x-8-550" target="_blank">10.1186/1743-422x-8-550</a></td> <td>828inb8d</td> <td>0.781210</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a></td> <td><a href="Topic_29.html#dtvzwin8">Jeong_2015</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="qyb8er14";>13</th> <td>Yang_2016</td> <td>Two Multiplex Real-Time PCR Assays to Detect and Differentiate Acinetobacter baumannii and Non- baumannii Acinetobacter spp. Carrying bla(NDM), bla(OXA-23-Like), bla(OXA-40-Like), bla(OXA-51-Like), and bla(OXA-58-Like) Genes</td> <td>Yang, Qiu; Rui, Yongyu</td> <td>2016</td> <td>2016-07-08</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4938629" target="_blank">PMC4938629</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27391234.0" target="_blank">27391234.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0158958" target="_blank">10.1371/journal.pone.0158958</a></td> <td>qyb8er14</td> <td>0.775365</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_05.html#rf933a0y">van_Kruijssen_2006</a></td> <td><a href="Topic_50.html#txezrbv5">Li_P_2015</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a>, <a href="Topic_50.html#4x53wh6k">Hsueh_2005</a></td> </tr> <tr> <th id="ddcz7zck";>14</th> <td>Yang_2011</td> <td>Detection of hepatitis C virus by an improved loop-mediated isothermal amplification assay</td> <td>Yang, Jin; Fang, Mei-xin; Li, Jie; Lou, Guo-qiang; Lu, Hang-jun; Wu, Nan-ping</td> <td>2011</td> <td>2011-05-12</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087303" target="_blank">PMC7087303</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21562883.0" target="_blank">21562883.0</a></td> <td><a href="https://doi.org/10.1007/s00705-011-1001-4" target="_blank">10.1007/s00705-011-1001-4</a></td> <td>ddcz7zck</td> <td>0.765780</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#dtvzwin8">Jeong_2015</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#p4w2jh00">Pyrc_2011</a></td> </tr> <tr> <th id="z73pxely";>15</th> <td>Benson_2008</td> <td>Development and Evaluation of a Novel Multiplex PCR Technology for Molecular Differential Detection of Bacterial Respiratory Disease Pathogens</td> <td>Benson, Robert; Tondella, Maria L.; Bhatnagar, Julu; Carvalho, Maria da Glória S.; Sampson, Jacquelyn S.; Talkington, Deborah F.; Whitney, Anne M.; Mothershed, Elizabeth; McGee, Lesley; Carlone, George; McClee, Vondguraus; Guarner, Jeannette; Zaki, Sherif; Dejsiri, Surang; Cronin, K.; Han, Jian; Fields, Barry S.</td> <td>2008</td> <td>2008-04-09</td> <td>None</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2446872" target="_blank">PMC2446872</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18400916.0" target="_blank">18400916.0</a></td> <td><a href="https://doi.org/10.1128/jcm.01858-07" target="_blank">10.1128/jcm.01858-07</a></td> <td>z73pxely</td> <td>0.765215</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#9apyiy7n">Li_J_2012</a>, <a href="Topic_14.html#bf6hu6es">Anderson_2013</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a></td> </tr> <tr> <th id="rl7sdzd7";>16</th> <td>Lee_D_2009</td> <td>Detection of genetically modified organisms (GMOs) using isothermal amplification of target DNA sequences</td> <td>Lee, David; La Mura, Maurizio; Allnutt, Theo R; Powell, Wayne</td> <td>2009</td> <td>2009-02-02</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2656497" target="_blank">PMC2656497</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19187544.0" target="_blank">19187544.0</a></td> <td><a href="https://doi.org/10.1186/1472-6750-9-7" target="_blank">10.1186/1472-6750-9-7</a></td> <td>rl7sdzd7</td> <td>0.763654</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#m71xkuo9">Mori_2006</a>, <a href="Topic_29.html#l7s3raop">Sun_X_2017</a></td> </tr> <tr> <th id="gqmghn49";>17</th> <td>Cuevas-Romero_2013</td> <td>Development of a real-time RT-PCR method for detection of porcine rubulavirus (PoRV-LPMV)</td> <td>Cuevas-Romero, Sandra; Blomström, Anne-Lie; Alvarado, Arcelia; Hernández-Jauregui, Pablo; Rivera-Benitez, Francisco; Ramírez-Mendoza, Humberto; Berg, Mikael</td> <td>2013</td> <td>2013-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113651" target="_blank">PMC7113651</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23305816.0" target="_blank">23305816.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2012.12.009" target="_blank">10.1016/j.jviromet.2012.12.009</a></td> <td>gqmghn49</td> <td>0.761575</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#fvdq0yes">Wang_2018</a></td> </tr> <tr> <th id="2n23vee8";>18</th> <td>Bhudevi_2001</td> <td>Fluorogenic RT–PCR assay (TaqMan) for detection and classification of bovine viral diarrhea virus</td> <td>Bhudevi, Bodreddigari; Weinstock, Daniel</td> <td>2001</td> <td>2001-10-22</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7117215" target="_blank">PMC7117215</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/11524161.0" target="_blank">11524161.0</a></td> <td><a href="https://doi.org/10.1016/s0378-1135(01)00390-x" target="_blank">10.1016/s0378-1135(01)00390-x</a></td> <td>2n23vee8</td> <td>0.760320</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#pm0fk1a0">Decaro_2008</a></td> </tr> <tr> <th id="gmjnbnx5";>19</th> <td>Yang_2012</td> <td>Development and application of a reverse transcription loop-mediated isothermal amplification method for rapid detection of Duck hepatitis A virus type 1</td> <td>Yang, Limin; Li, Jing; Bi, Yuhai; Xu, Lei; Liu, Wenjun</td> <td>2012</td> <td>2012-08-07</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7088793" target="_blank">PMC7088793</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22869367.0" target="_blank">22869367.0</a></td> <td><a href="https://doi.org/10.1007/s11262-012-0798-6" target="_blank">10.1007/s11262-012-0798-6</a></td> <td>gmjnbnx5</td> <td>0.759655</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="0ik6ems8";>20</th> <td>Wang_2014</td> <td>Rapid and real-time detection of Porcine Sapelovirus by reverse transcription loop-mediated isothermal amplification assay</td> <td>Wang, Chunyan; Yu, Dayi; Cui, Li; Hua, Xiuguo; Yuan, Congli; Sun, Huan; Liu, Yuxiao</td> <td>2014</td> <td>2014-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113659" target="_blank">PMC7113659</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24667302.0" target="_blank">24667302.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2014.03.011" target="_blank">10.1016/j.jviromet.2014.03.011</a></td> <td>0ik6ems8</td> <td>0.757533</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#vqss7z7m">Zhang_2011</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="cxq9v218";>21</th> <td>Nitsche_2004</td> <td>SARS Coronavirus Detection</td> <td>Nitsche, Andreas; Schweiger, Brunhilde; Ellerbrok, Heinz; Niedrig, Matthias; Pauli, Georg</td> <td>2004</td> <td>2004-07-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3323308" target="_blank">PMC3323308</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15324554.0" target="_blank">15324554.0</a></td> <td><a href="https://doi.org/10.3201/eid1007.030678" target="_blank">10.3201/eid1007.030678</a></td> <td>cxq9v218</td> <td>0.749156</td> <td><a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#51byypaq">Emery_2004</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a>, <a href="Topic_29.html#gk29idya">Zhai_2004</a></td> </tr> <tr> <th id="svoshzz8";>22</th> <td>Eboigbodin_2016</td> <td>Reverse transcription strand invasion based amplification (RT-SIBA): a method for rapid detection of influenza A and B</td> <td>Eboigbodin, Kevin; Filén, Sanna; Ojalehto, Tuomas; Brummer, Mirko; Elf, Sonja; Pousi, Kirsi; Hoser, Mark</td> <td>2016</td> <td>2016-04-11</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4875950" target="_blank">PMC4875950</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27063012.0" target="_blank">27063012.0</a></td> <td><a href="https://doi.org/10.1007/s00253-016-7491-y" target="_blank">10.1007/s00253-016-7491-y</a></td> <td>svoshzz8</td> <td>0.742619</td> <td><a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v9mh7nnt">Thiel_1997</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a></td> </tr> <tr> <th id="va4t15mb";>23</th> <td>Yang_2020</td> <td>Rapid Detection of SARS-CoV-2 Using Reverse transcription RT-LAMP method</td> <td>Weihua Yang; Xiaofei Dang; Qingxi Wang; Mingjie Xu; Qianqian Zhao; Yunying Zhou; Huailong Zhao; Li Wang; Yihui Xu; Jun Wang; Shuyi Han; Min Wang; Fengyan Pei; Yunshan Wang</td> <td>2020</td> <td>2020-03-02</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.02.20030130" target="_blank">10.1101/2020.03.02.20030130</a></td> <td>va4t15mb</td> <td>0.741390</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#kylki373">Chen_2008</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a></td> </tr> <tr> <th id="m02hhvy2";>24</th> <td>Workenhe_2008</td> <td>Absolute quantitation of infectious salmon anaemia virus using different real-time reverse transcription PCR chemistries</td> <td>Workenhe, Samuel T.; Kibenge, Molly J.T.; Iwamoto, Tokinori; Kibenge, Frederick S.B.</td> <td>2008</td> <td>2008-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112891" target="_blank">PMC7112891</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18789975.0" target="_blank">18789975.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2008.08.007" target="_blank">10.1016/j.jviromet.2008.08.007</a></td> <td>m02hhvy2</td> <td>0.738034</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a></td> </tr> <tr> <th id="fvdq0yes";>25</th> <td>Wang_2018</td> <td>Rapid detection of transmissible gastroenteritis virus in swine small intestine samples using real-time reverse transcription recombinase polymerase amplification</td> <td>Wang, Jinfeng; Wang, Jianchang; Zhang, Ruoxi; Liu, Libing; Shi, Ruihan; Han, Qingan; Yuan, Wanzhe</td> <td>2018</td> <td>2018-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113865" target="_blank">PMC7113865</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29550352.0" target="_blank">29550352.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2018.03.005" target="_blank">10.1016/j.jviromet.2018.03.005</a></td> <td>fvdq0yes</td> <td>0.733062</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="fa0mnbzg";>26</th> <td>Nemoto_2015</td> <td>Rapid detection of equine coronavirus by reverse transcription loop-mediated isothermal amplification</td> <td>Nemoto, Manabu; Morita, Yoshinori; Niwa, Hidekazu; Bannai, Hiroshi; Tsujimura, Koji; Yamanaka, Takashi; Kondo, Takashi</td> <td>2015</td> <td>2015-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113660" target="_blank">PMC7113660</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25682750.0" target="_blank">25682750.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2015.02.001" target="_blank">10.1016/j.jviromet.2015.02.001</a></td> <td>fa0mnbzg</td> <td>0.733062</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="rujylmib";>27</th> <td>Chen_2010</td> <td>Comparison of reverse transcription loop-mediated isothermal amplification, conventional PCR and real-time PCR assays for Japanese encephalitis virus</td> <td>Chen, Zhiyong; Liao, Yuxue; Ke, Xuemei; Zhou, Jie; Chen, Yixiong; Gao, LuLu; Chen, Qing; Yu, Shouyi</td> <td>2010</td> <td>2010-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7089266" target="_blank">PMC7089266</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21116858.0" target="_blank">21116858.0</a></td> <td><a href="https://doi.org/10.1007/s11033-010-0525-0" target="_blank">10.1007/s11033-010-0525-0</a></td> <td>rujylmib</td> <td>0.729973</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_29.html#kylki373">Chen_2008</a></td> <td><a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#vqss7z7m">Zhang_2011</a></td> </tr> <tr> <th id="zminzrov";>28</th> <td>Wang_2019</td> <td>Visual detection of porcine epidemic diarrhea virus using a novel reverse transcription polymerase spiral reaction method</td> <td>Wang, Xueyu; Xu, Xin; Hu, Wen; Zuo, Kejing; Li, Zhili; Kan, Yunchao; Yao, Lunguang; Ji, Jun; Bi, Yingzuo</td> <td>2019</td> <td>2019-04-15</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6466714" target="_blank">PMC6466714</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30987635.0" target="_blank">30987635.0</a></td> <td><a href="https://doi.org/10.1186/s12917-019-1851-7" target="_blank">10.1186/s12917-019-1851-7</a></td> <td>zminzrov</td> <td>0.727672</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#kylki373">Chen_2008</a></td> <td><a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#992l4een">Hanaki_2013</a></td> </tr> <tr> <th id="1nu399lz";>29</th> <td>Jiang_2012</td> <td>Development of A Loop-Mediated Isothermal Amplification (LAMP) for the Detection of F5 Fimbriae Gene in Enterotoxigenic Escherichia coli (ETEC)</td> <td>Jiang, Kuiyu; Zhu, Ying; Liu, Wenxin; Feng, Yufei; He, Lili; Guan, Weikun; Hu, Wenxia; Shi, Dongfang</td> <td>2012</td> <td>2012-08-14</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7080040" target="_blank">PMC7080040</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22890294.0" target="_blank">22890294.0</a></td> <td><a href="https://doi.org/10.1007/s00284-012-0204-6" target="_blank">10.1007/s00284-012-0204-6</a></td> <td>1nu399lz</td> <td>0.724164</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#ze5a2pte">Rivera_2013</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#hpcqxlr5">Radhika_2016</a></td> </tr> <tr> <th id="6yrpi1ot";>30</th> <td>Zhang_2014</td> <td>Development and evaluation of reverse transcription loop-mediated isothermal amplification assay for the detection of the fathead minnow nidovirus</td> <td>Zhang, Qingli; Standish, Isaac; Winters, Andrew D.; Puzach, Corey; Ulferts, Rachel; Ziebuhr, John; Faisal, Mohamed</td> <td>2014</td> <td>2014-06-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113640" target="_blank">PMC7113640</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24594288.0" target="_blank">24594288.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2014.02.018" target="_blank">10.1016/j.jviromet.2014.02.018</a></td> <td>6yrpi1ot</td> <td>0.719197</td> <td><a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="odhpuj3b";>31</th> <td>Zhao_2018</td> <td>A lateral flow dipstick combined with reverse transcription recombinase polymerase amplification for rapid and visual detection of the bovine respirovirus 3</td> <td>Zhao, Guimin; Wang, Hongmei; Hou, Peili; Xia, Xianzhu; He, Hongbin</td> <td>2018</td> <td>2018-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126874" target="_blank">PMC7126874</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30138696.0" target="_blank">30138696.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2018.08.004" target="_blank">10.1016/j.mcp.2018.08.004</a></td> <td>odhpuj3b</td> <td>0.715247</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a>, <a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="j9salo2w";>32</th> <td>Abd-Eldaim_2009</td> <td>Development and validation of a TaqMan real-time reverse transcription-PCR for rapid detection of feline calicivirus</td> <td>Abd-Eldaim, Mohamed M.; Wilkes, Rebecca P.; Thomas, Kathy V.; Kennedy, Melissa A.</td> <td>2009</td> <td>2009-03-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7086925" target="_blank">PMC7086925</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19253013.0" target="_blank">19253013.0</a></td> <td><a href="https://doi.org/10.1007/s00705-009-0337-5" target="_blank">10.1007/s00705-009-0337-5</a></td> <td>j9salo2w</td> <td>0.715192</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_76.html#io9fvy58">Lorusso_2019</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="2z664ffl";>33</th> <td>Shi_X_2016</td> <td>A multiplex real-time PCR panel assay for simultaneous detection and differentiation of 12 common swine viruses</td> <td>Shi, Xiju; Liu, Xuming; Wang, Qin; Das, Amaresh; Ma, Guiping; Xu, Lu; Sun, Qing; Peddireddi, Lalitha; Jia, Wei; Liu, Yanhua; Anderson, Gary; Bai, Jianfa; Shi, Jishu</td> <td>2016</td> <td>2016-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119729" target="_blank">PMC7119729</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27506582.0" target="_blank">27506582.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2016.08.005" target="_blank">10.1016/j.jviromet.2016.08.005</a></td> <td>2z664ffl</td> <td>0.709001</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#06c3ymc3">Huang_2009</a>, <a href="Topic_29.html#wf0vonkn">Xiao_2014</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="6jp9yx47";>34</th> <td>Zhao_2019</td> <td>A highly sensitive 1-tube nested real-time RT-PCR assay using LNA-modified primers for detection of respiratory syncytial virus</td> <td>Zhao, Li; Wang, Ji; Li, Gui-xia; Qiu, Fang-zhou; Chen, Chen; Zhao, Meng-chuan; Wang, Le; Duan, Su-xia; Feng, Zhi-shan; Ma, Xue-jun</td> <td>2019</td> <td>2019-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126397" target="_blank">PMC7126397</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30266400.0" target="_blank">30266400.0</a></td> <td><a href="https://doi.org/10.1016/j.diagmicrobio.2018.09.001" target="_blank">10.1016/j.diagmicrobio.2018.09.001</a></td> <td>6jp9yx47</td> <td>0.707257</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#aj9wppts">Eboigbodin_2017</a></td> </tr> <tr> <th id="iq9xqe31";>35</th> <td>Wang_2016</td> <td>Reverse Transcription Cross-Priming Amplification–Nucleic Acid Test Strip for Rapid Detection of Porcine Epidemic Diarrhea Virus</td> <td>Wang, Feng-Xue; Yuan, Dan-Yi; Jin, Ya-Nan; Hu, Lin; Sun, Zhi-Yong; He, Qian; Zhao, Shi-Hua; Zhan, Shu-Bai; Wen, Yong-Jun</td> <td>2016</td> <td>2016-04-19</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4835727" target="_blank">PMC4835727</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27090105.0" target="_blank">27090105.0</a></td> <td><a href="https://doi.org/10.1038/srep24702" target="_blank">10.1038/srep24702</a></td> <td>iq9xqe31</td> <td>0.706632</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#fvdq0yes">Wang_2018</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="azqbbsfr";>36</th> <td>Vemulapalli_2009</td> <td>A real-time TaqMan® RT-PCR assay with an internal amplification control for rapid detection of transmissible gastroenteritis virus in swine fecal samples</td> <td>Vemulapalli, Ramesh; Gulani, Jatinder; Santrich, Cecilia</td> <td>2009</td> <td>2009-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112873" target="_blank">PMC7112873</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19729039.0" target="_blank">19729039.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.08.016" target="_blank">10.1016/j.jviromet.2009.08.016</a></td> <td>azqbbsfr</td> <td>0.705657</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#fvdq0yes">Wang_2018</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="itvhobbu";>37</th> <td>Wang_2018</td> <td>Evaluation of an incubation instrument-free reverse transcription recombinase polymerase amplification assay for rapid and point-of-need detection of canine distemper virus</td> <td>Wang, Jianchang; Wang, Jinfeng; Li, Ruiwen; Shi, Ruihan; Liu, Libing; Yuan, Wanzhe</td> <td>2018</td> <td>2018-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113680" target="_blank">PMC7113680</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30009850.0" target="_blank">30009850.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2018.07.007" target="_blank">10.1016/j.jviromet.2018.07.007</a></td> <td>itvhobbu</td> <td>0.703515</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="bgrgzfoo";>38</th> <td>Hou_P_2017</td> <td>Rapid detection of infectious bovine Rhinotracheitis virus using recombinase polymerase amplification assays</td> <td>Hou, Peili; Wang, Hongmei; Zhao, Guimin; He, Chengqiang; He, Hongbin</td> <td>2017</td> <td>2017-12-13</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5729238" target="_blank">PMC5729238</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29237466.0" target="_blank">29237466.0</a></td> <td><a href="https://doi.org/10.1186/s12917-017-1284-0" target="_blank">10.1186/s12917-017-1284-0</a></td> <td>bgrgzfoo</td> <td>0.703364</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="l6t49b7d";>39</th> <td>Borja_1992</td> <td>An appraisal of different methods for the detection of the walnut strain of cherry leafroll virus</td> <td>Borja, M.J.; Ponz, F.</td> <td>1992</td> <td>1992-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119812" target="_blank">PMC7119812</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/1551937.0" target="_blank">1551937.0</a></td> <td><a href="https://doi.org/10.1016/0166-0934(92)90158-a" target="_blank">10.1016/0166-0934(92)90158-a</a></td> <td>l6t49b7d</td> <td>0.697935</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a></td> <td><a href="Topic_37.html#77lqxgmh">Wu_H_2004</a>, <a href="Topic_37.html#61659cfq">Carmo_2012</a></td> </tr> <tr> <th id="1eevrfdv";>40</th> <td>Sun_J_2010</td> <td>Development and evaluation of loop-mediated isothermal amplification (LAMP) for the rapid diagnosis of Penicillium marneffei in archived tissue samples</td> <td>Sun, Jiufeng; Li, Xiqing; Zeng, Hanxiang; Xie, Zhi; Lu, Changming; Xi, Liyan; de Hoog, Gert S.</td> <td>2010</td> <td>2010-04-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7110349" target="_blank">PMC7110349</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20113352.0" target="_blank">20113352.0</a></td> <td><a href="https://doi.org/10.1111/j.1574-695x.2009.00647.x" target="_blank">10.1111/j.1574-695x.2009.00647.x</a></td> <td>1eevrfdv</td> <td>0.696972</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a></td> <td><a href="Topic_29.html#ru4ky6kz">Njiru_2008</a>, <a href="Topic_29.html#ze5a2pte">Rivera_2013</a></td> </tr> <tr> <th id="yiqmjn2z";>41</th> <td>Peng_2015</td> <td>Rapid detection of the common avian leukosis virus subgroups by real-time loop-mediated isothermal amplification</td> <td>Peng, Hao; Qin, Lili; Bi, Yuyu; Wang, Peikun; Zou, Guangzhen; Li, Jun; Yang, Yongli; Zhong, Xingfu; Wei, Ping</td> <td>2015</td> <td>2015-11-24</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4657318" target="_blank">PMC4657318</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26596553.0" target="_blank">26596553.0</a></td> <td><a href="https://doi.org/10.1186/s12985-015-0430-1" target="_blank">10.1186/s12985-015-0430-1</a></td> <td>yiqmjn2z</td> <td>0.691637</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#kylki373">Chen_2008</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="kylki373";>42</th> <td>Chen_2008</td> <td>Reverse transcription loop-mediated isothermal amplification for the detection of highly pathogenic porcine reproductive and respiratory syndrome virus</td> <td>Chen, Hao-tai; Zhang, Jie; Sun, De-hui; Ma, Li-na; Liu, Xiang-tao; Quan, Kai; Liu, Yong-sheng</td> <td>2008</td> <td>2008-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112790" target="_blank">PMC7112790</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18706931.0" target="_blank">18706931.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2008.07.006" target="_blank">10.1016/j.jviromet.2008.07.006</a></td> <td>kylki373</td> <td>0.688791</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#992l4een">Hanaki_2013</a></td> </tr> <tr> <th id="yjbcvf3o";>43</th> <td>Cardoso_2010</td> <td>Visual detection of turkey coronavirus RNA in tissues and feces by reverse-transcription loop-mediated isothermal amplification (RT-LAMP) with hydroxynaphthol blue dye</td> <td>Cardoso, Tereza C.; Ferrari, Heitor F.; Bregano, Lívia C.; Silva-Frade, Camila; Rosa, Ana Carolina G.; Andrade, Alexandre L.</td> <td>2010</td> <td>2010-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7125592" target="_blank">PMC7125592</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20732411.0" target="_blank">20732411.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2010.08.003" target="_blank">10.1016/j.mcp.2010.08.003</a></td> <td>yjbcvf3o</td> <td>0.686573</td> <td><a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="tjy7f9rk";>44</th> <td>Park_2009</td> <td>Development of SYBR Green real-time RT-PCR for rapid detection, quantitation and diagnosis of unclassified bovine enteric calicivirus</td> <td>Park, Sang-Ik; Park, Da-Hae; Saif, Linda J.; Jeong, Young-Ju; Shin, Dong-Jun; Chun, Young-Hyun; Park, Su-Jin; Kim, Hyun-Jeong; Hosmillo, Myra; Kwon, Hyung-Jun; Kang, Mun-Il; Cho, Kyoung-Oh</td> <td>2009</td> <td>2009-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119535" target="_blank">PMC7119535</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19442847.0" target="_blank">19442847.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.03.001" target="_blank">10.1016/j.jviromet.2009.03.001</a></td> <td>tjy7f9rk</td> <td>0.684732</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#xb2f0wdy">Kumar_2010</a></td> </tr> <tr> <th id="51byypaq";>45</th> <td>Emery_2004</td> <td>Real-Time Reverse Transcription–Polymerase Chain Reaction Assay for SARS-associated Coronavirus</td> <td>Emery, Shannon L.; Erdman, Dean D.; Bowen, Michael D.; Newton, Bruce R.; Winchell, Jonas M.; Meyer, Richard F.; Tong, Suxiang; Cook, Byron T.; Holloway, Brian P.; McCaustland, Karen A.; Rota, Paul A.; Bankamp, Bettina; Lowe, Luis E.; Ksiazek, Tom G.; Bellini, William J.; Anderson, Larry J.</td> <td>2004</td> <td>2004-02-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3322901" target="_blank">PMC3322901</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15030703.0" target="_blank">15030703.0</a></td> <td><a href="https://doi.org/10.3201/eid1002.030759" target="_blank">10.3201/eid1002.030759</a></td> <td>51byypaq</td> <td>0.684532</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a></td> </tr> <tr> <th id="r2upa4o0";>46</th> <td>Chen_2016</td> <td>Preliminary Study on Detecting the SARS-CoV Specific Target cDNA Fragments by Multiplex PCR</td> <td>Chen, Wenbing; Li, Shousong; Shao, Biying; Zheng, Teng; Jiang, Shuxun; Huang, Xiaorong; Cai, Kaizhen; Zhang, Zhideng</td> <td>2016</td> <td>2016-11-28</td> <td>None</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5172431" target="_blank">PMC5172431</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15629044.0" target="_blank">15629044.0</a></td> <td><a href="https://doi.org/10.1016/s1672-0229(04)02008-x" target="_blank">10.1016/s1672-0229(04)02008-x</a></td> <td>r2upa4o0</td> <td>0.684466</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a></td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_37.html#1zoizzdp">Wang_2009</a></td> </tr> <tr> <th id="68cr4amg";>47</th> <td>Ma_L_2018</td> <td>Development of a Conventional RT-PCR Assay for Rapid Detection of Porcine Deltacoronavirus with the Same Detection Limit as a SYBR Green-Based Real-Time RT-PCR Assay</td> <td>Ma, Lei; Zeng, Fanwen; Huang, Bihong; Cong, Feng; Huang, Ren; Ma, Jingyun; Guo, Pengju</td> <td>2018</td> <td>2018-11-06</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6247729" target="_blank">PMC6247729</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30533434.0" target="_blank">30533434.0</a></td> <td><a href="https://doi.org/10.1155/2018/5035139" target="_blank">10.1155/2018/5035139</a></td> <td>68cr4amg</td> <td>0.683377</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#gqmghn49">Cuevas-Romero_2013</a></td> </tr> <tr> <th id="22gflsaj";>48</th> <td>Huang_2018</td> <td>A Rapid and Specific Assay for the Detection of MERS-CoV</td> <td>Huang, Pei; Wang, Hualei; Cao, Zengguo; Jin, Hongli; Chi, Hang; Zhao, Jincun; Yu, Beibei; Yan, Feihu; Hu, Xingxing; Wu, Fangfang; Jiao, Cuicui; Hou, Pengfei; Xu, Shengnan; Zhao, Yongkun; Feng, Na; Wang, Jianzhong; Sun, Weiyang; Wang, Tiecheng; Gao, Yuwei; Yang, Songtao; Xia, Xianzhu</td> <td>2018</td> <td>2018-05-29</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5987675" target="_blank">PMC5987675</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29896174.0" target="_blank">29896174.0</a></td> <td><a href="https://doi.org/10.3389/fmicb.2018.01101" target="_blank">10.3389/fmicb.2018.01101</a></td> <td>22gflsaj</td> <td>0.680430</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#o1alklje">Myint_1989</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a></td> <td><a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a>, <a href="Topic_29.html#0zjpqnqp">Hoteit_2016</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="nn7qvf8i";>49</th> <td>Wang_2016</td> <td>Rapid and sensitive detection of canine parvovirus type 2 by recombinase polymerase amplification</td> <td>Wang, Jianchang; Liu, Libing; Li, Ruiwen; Wang, Jinfeng; Fu, Qi; Yuan, Wanzhe</td> <td>2016</td> <td>2016-01-05</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087227" target="_blank">PMC7087227</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26729477.0" target="_blank">26729477.0</a></td> <td><a href="https://doi.org/10.1007/s00705-015-2738-y" target="_blank">10.1007/s00705-015-2738-y</a></td> <td>nn7qvf8i</td> <td>0.680155</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#zs18ez5q">Geng_2017</a>, <a href="Topic_29.html#bkq598ur">Wang_2019</a></td> </tr> <tr> <th id="uix2y084";>50</th> <td>Douglas_2015</td> <td>Real-time reverse transcriptase polymerase chain reaction assays for Middle East Respiratory Syndrome</td> <td>Douglas, Christina E.; Kulesh, David A.; Jaissle, James G.; Minogue, Timothy D.</td> <td>2015</td> <td>2015-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126732" target="_blank">PMC7126732</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26365228.0" target="_blank">26365228.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2015.09.001" target="_blank">10.1016/j.mcp.2015.09.001</a></td> <td>uix2y084</td> <td>0.674907</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#51byypaq">Emery_2004</a></td> </tr> <tr> <th id="b8jxz225";>51</th> <td>Fallahi_2015</td> <td>Challenging loop—mediated isothermal amplification (LAMP) technique for molecular detection of Toxoplasma gondii</td> <td>Fallahi, Shirzad; Mazar, Zahra Arab; Ghasemian, Mehrdad; Haghighi, Ali</td> <td>2015</td> <td>2015-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7128654" target="_blank">PMC7128654</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26003595.0" target="_blank">26003595.0</a></td> <td><a href="https://doi.org/10.1016/s1995-7645(14)60345-x" target="_blank">10.1016/s1995-7645(14)60345-x</a></td> <td>b8jxz225</td> <td>0.674198</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#l7s3raop">Sun_X_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#zvrfqkol">Reddy_2011</a></td> </tr> <tr> <th id="7cn23hcv";>52</th> <td>Liu_M_2018</td> <td>Development and application of a simple recombinase polymerase amplification assay for rapid point-of-care detection of feline herpesvirus type 1</td> <td>Liu, Meng-zhi; Han, Xiao-hu; Yao, Long-quan; Zhang, Wen-kui; Liu, Bao-shan; Chen, Ze-liang</td> <td>2018</td> <td>2018-10-09</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7086775" target="_blank">PMC7086775</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30302584.0" target="_blank">30302584.0</a></td> <td><a href="https://doi.org/10.1007/s00705-018-4064-7" target="_blank">10.1007/s00705-018-4064-7</a></td> <td>7cn23hcv</td> <td>0.673414</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_29.html#bkq598ur">Wang_2019</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="qfb7074e";>53</th> <td>Guo_Y_2009</td> <td>Development of TaqMan(® )MGB fluorescent real-time PCR assay for the detection of anatid herpesvirus 1</td> <td>Guo, Yufei; Cheng, Anchun; Wang, Mingshu; Shen, Chanjuan; Jia, Renyong; Chen, Shun; Zhang, Na</td> <td>2009</td> <td>2009-06-04</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2696427" target="_blank">PMC2696427</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19497115.0" target="_blank">19497115.0</a></td> <td><a href="https://doi.org/10.1186/1743-422x-6-71" target="_blank">10.1186/1743-422x-6-71</a></td> <td>qfb7074e</td> <td>0.673386</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#3yn80r9h">Yang_2009</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="sdlls3ry";>54</th> <td>Dinh_2011</td> <td>An Updated Loop-Mediated Isothermal Amplification Method for Rapid Diagnosis of H5N1 Avian Influenza Viruses</td> <td>Dinh, Duc Tuan; Le, Mai Thi Quynh; Vuong, Cuong Duc; Hasebe, Futoshi; Morita, Kouichi</td> <td>2011</td> <td>2011-03-24</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3153145" target="_blank">PMC3153145</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22028606.0" target="_blank">22028606.0</a></td> <td><a href="https://doi.org/10.2149/tmh.2010-21" target="_blank">10.2149/tmh.2010-21</a></td> <td>sdlls3ry</td> <td>0.671434</td> <td><a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#p4w2jh00">Pyrc_2011</a></td> </tr> <tr> <th id="5z91exuk";>55</th> <td>Meir_2010</td> <td>Development of a real-time TaqMan® RT-PCR assay for the detection of infectious bronchitis virus in chickens, and comparison of RT-PCR and virus isolation</td> <td>Meir, Rosie; Maharat, Ora; Farnushi, Ygal; Simanov, Lubov</td> <td>2010</td> <td>2010-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112792" target="_blank">PMC7112792</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19781572.0" target="_blank">19781572.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.09.014" target="_blank">10.1016/j.jviromet.2009.09.014</a></td> <td>5z91exuk</td> <td>0.671040</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#gqmghn49">Cuevas-Romero_2013</a></td> </tr> <tr> <th id="8l8vvcw9";>56</th> <td>Ahberg_2015</td> <td>Single Fluorescence Channel-based Multiplex Detection of Avian Influenza Virus by Quantitative PCR with Intercalating Dye</td> <td>Ahberg, Christian D.; Manz, Andreas; Neuzil, Pavel</td> <td>2015</td> <td>2015-06-19</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5155576" target="_blank">PMC5155576</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26088868.0" target="_blank">26088868.0</a></td> <td><a href="https://doi.org/10.1038/srep11479" target="_blank">10.1038/srep11479</a></td> <td>8l8vvcw9</td> <td>0.669071</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#3yn80r9h">Yang_2009</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#pmz0ywuk">Gut_M_1999</a></td> </tr> <tr> <th id="i0fu8e0p";>57</th> <td>Amer_2011</td> <td>Development of a SYBR Green I based real-time RT-PCR assay for detection and quantification of bovine coronavirus</td> <td>Amer, Haitham M.; Almajhdi, Fahad N.</td> <td>2011</td> <td>2011-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127634" target="_blank">PMC7127634</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21419844.0" target="_blank">21419844.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2011.03.001" target="_blank">10.1016/j.mcp.2011.03.001</a></td> <td>i0fu8e0p</td> <td>0.668611</td> <td><a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#xb2f0wdy">Kumar_2010</a>, <a href="Topic_29.html#pm0fk1a0">Decaro_2008</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="hj0bt9bd";>58</th> <td>Wang_2017</td> <td>Rapid and sensitive detection of canine distemper virus by real-time reverse transcription recombinase polymerase amplification</td> <td>Wang, Jianchang; Wang, Jinfeng; Li, Ruiwen; Liu, Libing; Yuan, Wanzhe</td> <td>2017</td> <td>2017-08-15</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5558738" target="_blank">PMC5558738</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28810858.0" target="_blank">28810858.0</a></td> <td><a href="https://doi.org/10.1186/s12917-017-1180-7" target="_blank">10.1186/s12917-017-1180-7</a></td> <td>hj0bt9bd</td> <td>0.666512</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a></td> </tr> <tr> <th id="yir5dia8";>59</th> <td>Goo_N_2016</td> <td>Rolling circle amplification as isothermal gene amplification in molecular diagnostics</td> <td>Goo, Nam-In; Kim, Dong-Eun</td> <td>2016</td> <td>2016-07-29</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7096790" target="_blank">PMC7096790</a></td> <td></td> <td><a href="https://doi.org/10.1007/s13206-016-0402-6" target="_blank">10.1007/s13206-016-0402-6</a></td> <td>yir5dia8</td> <td>0.666385</td> <td><a href="Topic_29.html#2dwjb964">Wu_L_2010</a>, <a href="Topic_29.html#v9mh7nnt">Thiel_1997</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a></td> <td><a href="Topic_29.html#2dwjb964">Wu_L_2010</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#huz0tpmi">Kersting_2014</a>, <a href="Topic_29.html#c31xsyeo">Moser_2012</a></td> </tr> <tr> <th id="zstr65vk";>60</th> <td>Fan_Q_2012</td> <td>A reverse transcription loop-mediated isothermal amplification method for rapid detection of bovine viral diarrhea virus</td> <td>Fan, Qing; Xie, Zhixun; Xie, Liji; Liu, Jiabo; Pang, Yaoshan; Deng, Xianwen; Xie, Zhiqin; Peng, Yi; Wang, Xiuqing</td> <td>2012</td> <td>2012-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112856" target="_blank">PMC7112856</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22947692.0" target="_blank">22947692.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2012.08.007" target="_blank">10.1016/j.jviromet.2012.08.007</a></td> <td>zstr65vk</td> <td>0.662470</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#vqss7z7m">Zhang_2011</a></td> </tr> <tr> <th id="emoexjwq";>61</th> <td>Chen_2009</td> <td>Rapid detection of porcine parvovirus DNA by sensitive loop-mediated isothermal amplification</td> <td>Chen, Hao-tai; Zhang, Jie; Yang, Sheng-hai; Ma, Li-na; Ma, Yan-ping; Liu, Xiang-tao; Cai, Xue-peng; Zhang, Yong-guang; Liu, Yong-sheng</td> <td>2009</td> <td>2009-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112806" target="_blank">PMC7112806</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19428576.0" target="_blank">19428576.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.02.005" target="_blank">10.1016/j.jviromet.2009.02.005</a></td> <td>emoexjwq</td> <td>0.659928</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#zvrfqkol">Reddy_2011</a></td> </tr> <tr> <th id="jtvez46y";>62</th> <td>Wu_X_2019</td> <td>Simultaneous and visual detection of infectious bronchitis virus and Newcastle disease virus by multiple LAMP and lateral flow dipstick</td> <td>Wu, Xuan; Song, Zengxu; Zhai, Xiwen; Zuo, Lei; Mei, Xueran; Xiang, Rong; Kang, Zhuangzhuang; Zhou, Long; Wang, Hongning</td> <td>2019</td> <td>2019-11-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7107193" target="_blank">PMC7107193</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31265112.0" target="_blank">31265112.0</a></td> <td><a href="https://doi.org/10.3382/ps/pez372" target="_blank">10.3382/ps/pez372</a></td> <td>jtvez46y</td> <td>0.659817</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_29.html#ytaro52p">Chen_2010</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a></td> <td><a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="ru4ky6kz";>63</th> <td>Njiru_2008</td> <td>African trypanosomiasis: Sensitive and rapid detection of the sub-genus Trypanozoon by loop-mediated isothermal amplification (LAMP) of parasite DNA</td> <td>Njiru, Z.K.; Mikosza, A.S.J.; Matovu, E.; Enyaru, J.C.K.; Ouma, J.O.; Kibona, S.N.; Thompson, R.C.A.; Ndung’u, J.M.</td> <td>2008</td> <td>2008-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094514" target="_blank">PMC7094514</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17991469.0" target="_blank">17991469.0</a></td> <td><a href="https://doi.org/10.1016/j.ijpara.2007.09.006" target="_blank">10.1016/j.ijpara.2007.09.006</a></td> <td>ru4ky6kz</td> <td>0.657149</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a></td> <td><a href="Topic_70.html#3l196l2f">Sazmand_2019</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a></td> </tr> <tr> <th id="ebr623rm";>64</th> <td>Zhang_2017</td> <td>Reverse transcription loop-mediated isothermal amplification for rapid and quantitative assay of covert mortality nodavirus in shrimp</td> <td>Zhang, Qingli; Liu, Shuang; Yang, Haolin; Zhu, Luoluo; Wan, Xiaoyuan; Li, Xiaoping; Huang, Jie</td> <td>2017</td> <td>2017-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127608" target="_blank">PMC7127608</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26363123.0" target="_blank">26363123.0</a></td> <td><a href="https://doi.org/10.1016/j.jip.2015.09.001" target="_blank">10.1016/j.jip.2015.09.001</a></td> <td>ebr623rm</td> <td>0.655208</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#i1qcanti">Yang_2017</a></td> </tr> <tr> <th id="1o1jo8uk";>65</th> <td>Chen_2008</td> <td>Rapid detection of porcine circovirus type 2 by loop-mediated isothermal amplification</td> <td>Chen, Hao-tai; Zhang, Jie; Sun, De-hui; Chu, Yue-feng; Cai, Xue-peng; Liu, Xiang-tao; Luo, Xue-nong; Liu, Qing; Liu, Yong-sheng</td> <td>2008</td> <td>2008-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112855" target="_blank">PMC7112855</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18355932.0" target="_blank">18355932.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2008.01.023" target="_blank">10.1016/j.jviromet.2008.01.023</a></td> <td>1o1jo8uk</td> <td>0.653009</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_29.html#5qlrsitm">Zhao_2011</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="pm0fk1a0";>66</th> <td>Decaro_2008</td> <td>Detection of bovine coronavirus using a TaqMan-based real-time RT-PCR assay</td> <td>Decaro, Nicola; Elia, Gabriella; Campolo, Marco; Desario, Costantina; Mari, Viviana; Radogna, Arianna; Colaianni, Maria Loredana; Cirone, Francesco; Tempesta, Maria; Buonavoglia, Canio</td> <td>2008</td> <td>2008-08-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112840" target="_blank">PMC7112840</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18579223.0" target="_blank">18579223.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2008.05.016" target="_blank">10.1016/j.jviromet.2008.05.016</a></td> <td>pm0fk1a0</td> <td>0.652878</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="1qn5y4gc";>67</th> <td>Park_2020</td> <td>Development of Reverse Transcription Loop-mediated Isothermal Amplification (RT-LAMP) Assays Targeting SARS-CoV-2</td> <td>Gun-Soo Park; Keunbon Ku; Seung-Hwa Beak; Seong Jun Kim; Seung Il Kim; Bum-Tae Kim; Jin-Soo Maeng</td> <td>2020</td> <td>2020-03-12</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.09.983064" target="_blank">10.1101/2020.03.09.983064</a></td> <td>1qn5y4gc</td> <td>0.651785</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#blax9sz2">Park_2020</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="03hvi4el";>68</th> <td>Rodrigues_2011</td> <td>Development of a one step real time RT-PCR assay to detect and quantify Dugbe virus</td> <td>Rodrigues, R.; Telles, J.-N.; Essere, K.; Ducournau, C.; Roqueplo, C.; Levieuge, A.; Davoust, B.; Parola, P.; Paranhos-Baccalà, G.; Peyrefitte, C.N.</td> <td>2011</td> <td>2011-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112838" target="_blank">PMC7112838</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21703306.0" target="_blank">21703306.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2011.06.003" target="_blank">10.1016/j.jviromet.2011.06.003</a></td> <td>03hvi4el</td> <td>0.651384</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="xb2f0wdy";>69</th> <td>Kumar_2010</td> <td>Development of a SYBR Green based real-time PCR assay for detection and quantitation of canine parvovirus in faecal samples</td> <td>Kumar, Manoj; Nandi, Sukdeb</td> <td>2010</td> <td>2010-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119530" target="_blank">PMC7119530</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20599563.0" target="_blank">20599563.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2010.06.007" target="_blank">10.1016/j.jviromet.2010.06.007</a></td> <td>xb2f0wdy</td> <td>0.649512</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#gqmghn49">Cuevas-Romero_2013</a>, <a href="Topic_29.html#pm0fk1a0">Decaro_2008</a></td> </tr> <tr> <th id="wmmbkmrg";>70</th> <td>Wang_2015</td> <td>Two Methods for Increased Specificity and Sensitivity in Loop-Mediated Isothermal Amplification</td> <td>Wang, De-Guo; Brewster, Jeffrey D.; Paul, Moushumi; Tomasula, Peggy M.</td> <td>2015</td> <td>2015-04-07</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6272222" target="_blank">PMC6272222</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25853320.0" target="_blank">25853320.0</a></td> <td><a href="https://doi.org/10.3390/molecules20046048" target="_blank">10.3390/molecules20046048</a></td> <td>wmmbkmrg</td> <td>0.648889</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#ze5a2pte">Rivera_2013</a></td> </tr> <tr> <th id="i3zyqu54";>71</th> <td>Liu_L_2018</td> <td>Equipment-free recombinase polymerase amplification assay using body heat for visual and rapid point-of-need detection of canine parvovirus 2</td> <td>Liu, Libing; Wang, Jianchang; Geng, Yunyun; Wang, Jinfeng; Li, Ruiwen; Shi, Ruihan; Yuan, Wanzhe</td> <td>2018</td> <td>2018-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127419" target="_blank">PMC7127419</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29705183.0" target="_blank">29705183.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2018.04.004" target="_blank">10.1016/j.mcp.2018.04.004</a></td> <td>i3zyqu54</td> <td>0.647324</td> <td><a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#1c5ug64m">Zhuang_2019</a>, <a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="3yn80r9h";>72</th> <td>Yang_2009</td> <td>Development of a fluorescent quantitative real-time polymerase chain reaction assay for the detection of Goose parvovirus in vivo</td> <td>Yang, Jin-Long; Cheng, An-Chun; Wang, Ming-Shu; Pan, Kang-Cheng; Li, Min; Guo, Yu-Fei; Li, Chuan-Feng; Zhu, De-Kang; Chen, Xiao-Yue</td> <td>2009</td> <td>2009-09-15</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2751755" target="_blank">PMC2751755</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19754946.0" target="_blank">19754946.0</a></td> <td><a href="https://doi.org/10.1186/1743-422x-6-142" target="_blank">10.1186/1743-422x-6-142</a></td> <td>3yn80r9h</td> <td>0.646799</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#1c5ug64m">Zhuang_2019</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="ouyr4oke";>73</th> <td>Bhadra_2020</td> <td>A one-enzyme RT-qPCR assay for SARS-CoV-2, and procedures for reagent production</td> <td>Sanchita Bhadra; Andre C Maranhao; Andrew D Ellington</td> <td>2020</td> <td>2020-03-31</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.29.013342" target="_blank">10.1101/2020.03.29.013342</a></td> <td>ouyr4oke</td> <td>0.644878</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_14.html#ka3n9pft">Arumugam_2020</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="m2vy11g6";>74</th> <td>Shirato_2018</td> <td>Development of fluorescent reverse transcription loop-mediated isothermal amplification (RT-LAMP) using quenching probes for the detection of the Middle East respiratory syndrome coronavirus</td> <td>Shirato, Kazuya; Semba, Shohei; El-Kafrawy, Sherif A.; Hassan, Ahmed M.; Tolah, Ahmed M.; Takayama, Ikuyo; Kageyama, Tsutomu; Notomi, Tsugunori; Kamitani, Wataru; Matsuyama, Shutoku; Azhar, Esam Ibraheem</td> <td>2018</td> <td>2018-08-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113683" target="_blank">PMC7113683</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29763640.0" target="_blank">29763640.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2018.05.006" target="_blank">10.1016/j.jviromet.2018.05.006</a></td> <td>m2vy11g6</td> <td>0.642211</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="oqm9pw6d";>75</th> <td>Chandrasekar_2015</td> <td>Rapid Detection of Avian Infectious Bronchitis Virus by Reverse Transcriptase-Loop Mediated Isothermal Amplification</td> <td>Chandrasekar, A.; Raja, A.; Dhinakar Raj, G.; Thangavelu, A.; Kumanan, K.</td> <td>2015</td> <td>2015-03-04</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7100760" target="_blank">PMC7100760</a></td> <td></td> <td><a href="https://doi.org/10.1007/s40011-015-0490-4" target="_blank">10.1007/s40011-015-0490-4</a></td> <td>oqm9pw6d</td> <td>0.640803</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#ytaro52p">Chen_2010</a></td> </tr> <tr> <th id="hj1k1jtu";>76</th> <td>Chi_X_2007</td> <td>Semiquantitative one-step RT-PCR for simultaneous identification of human influenza and respiratory syncytial viruses</td> <td>Chi, X. Sherry; Li, Fenglan; Tam, John S.; Rappaport, Ruth; Cheng, Sheau-Mei</td> <td>2007</td> <td>2007-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112931" target="_blank">PMC7112931</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17030067.0" target="_blank">17030067.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2006.08.015" target="_blank">10.1016/j.jviromet.2006.08.015</a></td> <td>hj1k1jtu</td> <td>0.640359</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#kylki373">Chen_2008</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a></td> </tr> <tr> <th id="pmz0ywuk";>77</th> <td>Gut_M_1999</td> <td>One-tube fluorogenic reverse transcription-polymerase chain reaction for the quantitation of feline coronaviruses</td> <td>Gut, Marco; M. Leutenegger, Christian; B. Huder, Jon; C. Pedersen, Niels; Lutz, Hans</td> <td>1999</td> <td>1999-01-01</td> <td>PMC</td> <td>N</td> <td></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/10029323.0" target="_blank">10029323.0</a></td> <td><a href="https://doi.org/10.1016/s0166-0934(98)00129-3" target="_blank">10.1016/s0166-0934(98)00129-3</a></td> <td>pmz0ywuk</td> <td>0.638398</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#4i1n9j4x">Chen_2015</a>, <a href="Topic_29.html#udzyq0e8">Leutenegger_1999</a></td> </tr> <tr> <th id="q9nkqg87";>78</th> <td>Mo_J_2020</td> <td>Validation of specific quantitative real-time RT-PCR assay panel for Infectious Bronchitis using synthetic DNA standards and clinical specimens</td> <td>Mo, Jongseo; Angelichio, Michael; Gow, Lisa; Leathers, Valerie; Jackwood, Mark W.</td> <td>2020</td> <td>2020-02-29</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113781" target="_blank">PMC7113781</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31712094.0" target="_blank">31712094.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2019.113773" target="_blank">10.1016/j.jviromet.2019.113773</a></td> <td>q9nkqg87</td> <td>0.637592</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_63.html#ujabzic4">Yuk_S_2016</a></td> </tr> <tr> <th id="e4x8gkd8";>79</th> <td>Zhang_2005</td> <td>Sensitive Detection of SARS Coronavirus RNA by a Novel Asymmetric Multiplex Nested RT-PCR Amplification Coupled With Oligonucleotide Microarray Hybridization</td> <td>Zhang, Zhi-wei; Zhou, Yi-ming; Zhang, Yan; Guo, Yong; Tao, Sheng-ce; Li, Ze; Zhang, Qiong; Cheng, Jing</td> <td>2005</td> <td>2005-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7122606" target="_blank">PMC7122606</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16156097.0" target="_blank">16156097.0</a></td> <td><a href="https://doi.org/10.1385/1-59259-923-0:59" target="_blank">10.1385/1-59259-923-0:59</a></td> <td>e4x8gkd8</td> <td>0.636030</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="iih233tm";>80</th> <td>Haridas_2010</td> <td>Optimisation of reverse transcriptase loop-mediated isothermal amplification assay for rapid detection of Macrobrachium rosenbergii noda virus and extra small virus in Macrobrachium rosenbergii</td> <td>Haridas, Divya V.; Pillai, Devika; Manojkumar, B.; Nair, C. Mohanakumaran; Sherief, P.M.</td> <td>2010</td> <td>2010-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112818" target="_blank">PMC7112818</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20307575.0" target="_blank">20307575.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2010.03.011" target="_blank">10.1016/j.jviromet.2010.03.011</a></td> <td>iih233tm</td> <td>0.631892</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a></td> </tr> <tr> <th id="t48y27wg";>81</th> <td>Decaro_2004</td> <td>Quantitation of canine coronavirus RNA in the faeces of dogs by TaqMan RT-PCR</td> <td>Decaro, Nicola; Pratelli, Annamaria; Campolo, Marco; Elia, Gabriella; Martella, Vito; Tempesta, Maria; Buonavoglia, Canio</td> <td>2004</td> <td>2004-08-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119844" target="_blank">PMC7119844</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15158596.0" target="_blank">15158596.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2004.03.012" target="_blank">10.1016/j.jviromet.2004.03.012</a></td> <td>t48y27wg</td> <td>0.630575</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#kgcy6zi6">Dye_C_2008</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="akr0shvb";>82</th> <td>Thiel_2002</td> <td>Long Distance Reverse-Transcription PCR</td> <td>Thiel, Volker; Herold, Jens; Siddell, Stuart G.</td> <td>2002</td> <td>2002-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120746" target="_blank">PMC7120746</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/12494637.0" target="_blank">12494637.0</a></td> <td><a href="https://doi.org/10.1385/1-59259-177-9:059" target="_blank">10.1385/1-59259-177-9:059</a></td> <td>akr0shvb</td> <td>0.630380</td> <td><a href="Topic_29.html#v9mh7nnt">Thiel_1997</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#v9mh7nnt">Thiel_1997</a>, <a href="Topic_29.html#c31xsyeo">Moser_2012</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a></td> </tr> <tr> <th id="49rpfins";>83</th> <td>Mohon_2014</td> <td>A new visually improved and sensitive loop mediated isothermal amplification (LAMP) for diagnosis of symptomatic falciparum malaria</td> <td>Mohon, Abu Naser; Elahi, Rubayet; Khan, Wasif A.; Haque, Rashidul; Sullivan, David J.; Alam, Mohammad Shafiul</td> <td>2014</td> <td>2014-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7117200" target="_blank">PMC7117200</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24613155.0" target="_blank">24613155.0</a></td> <td><a href="https://doi.org/10.1016/j.actatropica.2014.02.016" target="_blank">10.1016/j.actatropica.2014.02.016</a></td> <td>49rpfins</td> <td>0.627287</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_14.html#av7ducrk">Lucchi_2010</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#d43djlyt">Surabattula_2013</a></td> </tr> <tr> <th id="4m9p717r";>84</th> <td>Yan_C_2020</td> <td>Rapid and visual detection of 2019 novel coronavirus (SARS-CoV-2) by a reverse transcription loop-mediated isothermal amplification assay</td> <td>Yan, Chao; Cui, Jinghua; Huang, Lei; Du, Bing; Chen, Lu; Xue, Guanhua; Li, Shaoli; Zhang, Weiwei; Zhao, Linqing; Sun, Yu; Yao, Hailan; Li, Nannan; Zhao, Hanqing; Feng, Yanling; Liu, Shiyu; Zhang, Qun; Liu, Di; Yuan, Jing</td> <td>2020</td> <td>2020-04-08</td> <td>PMC</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1016/j.cmi.2020.04.001" target="_blank">10.1016/j.cmi.2020.04.001</a></td> <td>4m9p717r</td> <td>0.626892</td> <td><a href="Topic_29.html#828inb8d">Zhang_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="dc138z56";>85</th> <td>Wang_2008</td> <td>Loop-mediated isothermal amplification method for rapid detection of the toxic dinoflagellate Alexandrium, which causes algal blooms and poisoning of shellfish</td> <td>Wang, Li; Li, Lin; Alam, M. J.; Geng, Yuhuan; Li, Zhiyong; Yamasaki, Shinji; Shi, Lei</td> <td>2008</td> <td>2008-05-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7110188" target="_blank">PMC7110188</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18355290.0" target="_blank">18355290.0</a></td> <td><a href="https://doi.org/10.1111/j.1574-6968.2008.01074.x" target="_blank">10.1111/j.1574-6968.2008.01074.x</a></td> <td>dc138z56</td> <td>0.626679</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a></td> <td><a href="Topic_29.html#ze5a2pte">Rivera_2013</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a>, <a href="Topic_29.html#3wvuudhd">Najafzadeh_2018</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a></td> </tr> <tr> <th id="3vlctivn";>86</th> <td>Li_P_2010</td> <td>Reverse Transcription Loop-Mediated Isothermal Amplification for Rapid Detection of Transmissible Gastroenteritis Virus</td> <td>Li, Pengchong; Ren, Xiaofeng</td> <td>2010</td> <td>2010-12-02</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7080135" target="_blank">PMC7080135</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21127872.0" target="_blank">21127872.0</a></td> <td><a href="https://doi.org/10.1007/s00284-010-9825-9" target="_blank">10.1007/s00284-010-9825-9</a></td> <td>3vlctivn</td> <td>0.625813</td> <td><a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#992l4een">Hanaki_2013</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="v8wd4f3r";>87</th> <td>Saleh_2008</td> <td>Loop-mediated isothermal amplification as an emerging technology for detection of Yersinia ruckeri the causative agent of enteric red mouth disease in fish</td> <td>Saleh, Mona; Soliman, Hatem; El-Matbouli, Mansour</td> <td>2008</td> <td>2008-08-12</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2531098" target="_blank">PMC2531098</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18700011.0" target="_blank">18700011.0</a></td> <td><a href="https://doi.org/10.1186/1746-6148-4-31" target="_blank">10.1186/1746-6148-4-31</a></td> <td>v8wd4f3r</td> <td>0.622907</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#ru4ky6kz">Njiru_2008</a>, <a href="Topic_29.html#ze5a2pte">Rivera_2013</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a></td> </tr> <tr> <th id="1ur4tbwj";>88</th> <td>El-Tholoth_2019</td> <td>Recombinase polymerase amplification–nucleic acid lateral flow immunoassays for Newcastle disease virus and infectious bronchitis virus detection</td> <td>El-Tholoth, Mohamed; Branavan, Manoharanehru; Naveenathayalan, Angel; Balachandran, Wamadeva</td> <td>2019</td> <td>2019-09-23</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7089497" target="_blank">PMC7089497</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31549369.0" target="_blank">31549369.0</a></td> <td><a href="https://doi.org/10.1007/s11033-019-05085-y" target="_blank">10.1007/s11033-019-05085-y</a></td> <td>1ur4tbwj</td> <td>0.620098</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a>, <a href="Topic_29.html#bgrgzfoo">Hou_P_2017</a></td> </tr> <tr> <th id="cpjlzutk";>89</th> <td>Ablordey_2012</td> <td>Detection of Mycobacterium ulcerans by the Loop Mediated Isothermal Amplification Method</td> <td>Ablordey, Anthony; Amissah, Diana Ackon; Aboagye, Isaac Frimpong; Hatano, Ben; Yamazaki, Toshio; Sata, Tetsutaro; Ishikawa, Koichi; Katano, Harutaka</td> <td>2012</td> <td>2012-04-03</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3317900" target="_blank">PMC3317900</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22509415.0" target="_blank">22509415.0</a></td> <td><a href="https://doi.org/10.1371/journal.pntd.0001590" target="_blank">10.1371/journal.pntd.0001590</a></td> <td>cpjlzutk</td> <td>0.618691</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_14.html#lcv5phyr">Dalpke_2016</a></td> <td><a href="Topic_09.html#payjduek">Muthuvelu_2019</a>, <a href="Topic_70.html#9adu7axu">Giner_2020</a>, <a href="Topic_35.html#r7ev9br6">Englund_2012</a></td> </tr> <tr> <th id="iylw1bvw";>90</th> <td>Yu_D_2012</td> <td>Simultaneous Detection and Differentiation of Human Papillomavirus Genotypes 6, 11, 16 and 18 by AllGlo Quadruplex Quantitative PCR</td> <td>Yu, Daojun; Chen, Yu; Wu, Shenghai; Wang, Baohong; Tang, Yi-Wei; Li, Lanjuan</td> <td>2012</td> <td>2012-11-09</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3494670" target="_blank">PMC3494670</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23152833.0" target="_blank">23152833.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0048972" target="_blank">10.1371/journal.pone.0048972</a></td> <td>iylw1bvw</td> <td>0.618356</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#zvrfqkol">Reddy_2011</a>, <a href="Topic_29.html#x0o0q5sz">Thuy_Tien_2018</a></td> </tr> <tr> <th id="jd0oirju";>91</th> <td>Prescott_2016</td> <td>Rapid Detection of Cyprinid Herpesvirus 3 in Latently Infected Koi (Cyprinus carpio) by Recombinase Polymerase Amplification</td> <td>Prescott, Meagan A.; Reed, Aimee N.; Jin, Ling; Pastey, Manoj K.</td> <td>2016</td> <td>2016-07-02</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5958048" target="_blank">PMC5958048</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27485254.0" target="_blank">27485254.0</a></td> <td><a href="https://doi.org/10.1080/08997659.2016.1185048" target="_blank">10.1080/08997659.2016.1185048</a></td> <td>jd0oirju</td> <td>0.616464</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_70.html#9adu7axu">Giner_2020</a>, <a href="Topic_70.html#3l196l2f">Sazmand_2019</a></td> </tr> <tr> <th id="vqss7z7m";>92</th> <td>Zhang_2011</td> <td>Rapid and sensitive detection of PRRSV by a reverse transcription-loop-mediated isothermal amplification assay</td> <td>Zhang, Lei; Liu, Ye-bing; Chen, Lei; Wang, Jian-huan; Ning, Yi-bao</td> <td>2011</td> <td>2011-08-17</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7091248" target="_blank">PMC7091248</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21847756.0" target="_blank">21847756.0</a></td> <td><a href="https://doi.org/10.1007/s12250-011-3185-x" target="_blank">10.1007/s12250-011-3185-x</a></td> <td>vqss7z7m</td> <td>0.616359</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="chnaum4b";>93</th> <td>Zhang_2017</td> <td>A novel quantitative PCR mediated by high-fidelity DNA polymerase</td> <td>Zhang, Mengling; Liu, Kyle; Hu, Yihong; Lin, Yi; Li, Yang; Zhong, Ping; Jin, Xia; Zhu, Xiaoli; Zhang, Chiyu</td> <td>2017</td> <td>2017-09-04</td> <td>None</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5583327" target="_blank">PMC5583327</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28871131.0" target="_blank">28871131.0</a></td> <td><a href="https://doi.org/10.1038/s41598-017-10782-4" target="_blank">10.1038/s41598-017-10782-4</a></td> <td>chnaum4b</td> <td>0.610505</td> <td><a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a></td> <td><a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="pmwl5w9o";>94</th> <td>Yuan_2015</td> <td>Development of a nanoparticle-assisted PCR assay for detection of porcine epidemic diarrhea virus</td> <td>Yuan, Wanzhe; Li, Yanan; Li, Peng; Song, Qinye; Li, Limin; Sun, Jiguo</td> <td>2015</td> <td>2015-08-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113876" target="_blank">PMC7113876</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25887451.0" target="_blank">25887451.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2015.04.008" target="_blank">10.1016/j.jviromet.2015.04.008</a></td> <td>pmwl5w9o</td> <td>0.609466</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_29.html#mkrpls2f">Xing_2016</a>, <a href="Topic_44.html#rc67p55z">Xu_F_2020</a></td> </tr> <tr> <th id="blax9sz2";>95</th> <td>Park_2020</td> <td>Development of Reverse Transcription Loop-mediated Isothermal Amplification (RT-LAMP) Assays Targeting SARS-CoV-2</td> <td>Park, Gun-Soo; Ku, Keunbon; Baek, Seung-Hwa; Kim, Seong-Jun; Kim, Seung Il; Kim, Bum-Tae; Maeng, Jin-Soo</td> <td>2020</td> <td>2020-04-07</td> <td>PMC</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1016/j.jmoldx.2020.03.006" target="_blank">10.1016/j.jmoldx.2020.03.006</a></td> <td>blax9sz2</td> <td>0.608352</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_29.html#1qn5y4gc">Park_2020</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="sojqdz8e";>96</th> <td>PrasannaKumar_2018</td> <td>Early in planta detection of Xanthomonas axonopodis pv. punicae in pomegranate using enhanced loop-mediated isothermal amplification assay</td> <td>M.K. PrasannaKumar; P. Buela Parivallal; C. Manjunath; H.B. Mahesh; Karthik S Narayan; Gopal Venkatesh Babu; K. Priyanka; M.E. Puneeth; K.T. Rangaswamy</td> <td>2018</td> <td>2018-05-22</td> <td>BioRxiv</td> <td>N</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/328674" target="_blank">10.1101/328674</a></td> <td>sojqdz8e</td> <td>0.607811</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#ze5a2pte">Rivera_2013</a></td> </tr> <tr> <th id="kjdgm2da";>97</th> <td>Tao_S_2004</td> <td>One-Tube Nested RT-PCR Enabled by Using a Plastic Film and its Application for the Rapid Detection of SARS-Virus</td> <td>Tao, Sheng-Ce; Jiang, Di; Lu, Hong-Li; Xing, Wan-Li; Zhou, Yu-Xiang; Cheng, Jing</td> <td>2004</td> <td>2004-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087936" target="_blank">PMC7087936</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15049359.0" target="_blank">15049359.0</a></td> <td><a href="https://doi.org/10.1023/b:bile.0000013708.65032.f1" target="_blank">10.1023/b:bile.0000013708.65032.f1</a></td> <td>kjdgm2da</td> <td>0.607296</td> <td><a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a>, <a href="Topic_29.html#v9mh7nnt">Thiel_1997</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="3ajyr5e4";>98</th> <td>NAGAO_2019</td> <td>Development of a fluorescent loop-mediated isothermal amplification assay for rapid and simple diagnosis of bovine leukemia virus infection</td> <td>NAGAO, Konomu; MAKINO, Ryohei; APEGO, Francis Victor; MEKATA, Hirohisa; YAMAZAKI, Wataru</td> <td>2019</td> <td>2019-03-27</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6541838" target="_blank">PMC6541838</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30918136.0" target="_blank">30918136.0</a></td> <td><a href="https://doi.org/10.1292/jvms.19-0009" target="_blank">10.1292/jvms.19-0009</a></td> <td>3ajyr5e4</td> <td>0.606862</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#zz7mt6be">Hakhverdyan_2005</a></td> </tr> <tr> <th id="z7bd3a91";>99</th> <td>Sun_N_2018</td> <td>Reverse transcription recombinase polymerase amplification with lateral flow dipsticks for detection of influenza A virus and subtyping of H1 and H3</td> <td>Sun, Ning; Wang, Weiping; Wang, Jie; Yao, Xinyue; Chen, Fangfang; Li, Xiaojun; Yinglei, Yi; Chen, Bo</td> <td>2018</td> <td>2018-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127182" target="_blank">PMC7127182</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30394299.0" target="_blank">30394299.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2018.10.004" target="_blank">10.1016/j.mcp.2018.10.004</a></td> <td>z7bd3a91</td> <td>0.606636</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#t847pji4">Stefańska_2013</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="69q6g2x2";>100</th> <td>Stevenson_2008</td> <td>The use of Armored RNA as a multi-purpose internal control for RT-PCR</td> <td>Stevenson, Jeffery; Hymas, Weston; Hillyard, David</td> <td>2008</td> <td>2008-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119664" target="_blank">PMC7119664</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18395804.0" target="_blank">18395804.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2008.02.007" target="_blank">10.1016/j.jviromet.2008.02.007</a></td> <td>69q6g2x2</td> <td>0.606477</td> <td><a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#mtk3qxue">Zambenedetti_2017</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a></td> </tr> <tr> <th id="wue6s07z";>101</th> <td>Zhou_2018</td> <td>Development of a TaqMan-based real-time RT-PCR assay for the detection of SADS-CoV associated with severe diarrhea disease in pigs</td> <td>Zhou, Ling; Sun, Yuan; Wu, Jiao-ling; Mai, Kai-jie; Chen, Gui-hua; Wu, Zi-xian; Bai, Yang; Li, Di; Zhou, Zhi-hai; Cheng, Jian; Wu, Rui-ting; Zhang, Xiang-bin; Ma, Jing-yun</td> <td>2018</td> <td>2018-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113665" target="_blank">PMC7113665</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29427670.0" target="_blank">29427670.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2018.02.002" target="_blank">10.1016/j.jviromet.2018.02.002</a></td> <td>wue6s07z</td> <td>0.605543</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#kzudasop">Ma_L_2019</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="zx83almq";>102</th> <td>Gumaa_2019</td> <td>Establishment of a recombinase polymerase amplification (RPA) assay for the detection of Brucella spp. Infection</td> <td>Gumaa, M.M.; Cao, Xiaoan; Li, Zhaocai; Lou, Zhongzi; Zhang, Nianzhang; Zhang, Zhijun; Zhou, Jizhang; Fu, Baoquan</td> <td>2019</td> <td>2019-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127669" target="_blank">PMC7127669</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31401295.0" target="_blank">31401295.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2019.101434" target="_blank">10.1016/j.mcp.2019.101434</a></td> <td>zx83almq</td> <td>0.605109</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#7cn23hcv">Liu_M_2018</a></td> </tr> <tr> <th id="zs18ez5q";>103</th> <td>Geng_2017</td> <td>Development of real-time recombinase polymerase amplification assay for rapid and sensitive detection of canine parvovirus 2</td> <td>Geng, Yunyun; Wang, Jianchang; Liu, Libing; Lu, Yan; Tan, Ke; Chang, Yan-Zhong</td> <td>2017</td> <td>2017-11-06</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5674863" target="_blank">PMC5674863</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29110666.0" target="_blank">29110666.0</a></td> <td><a href="https://doi.org/10.1186/s12917-017-1232-z" target="_blank">10.1186/s12917-017-1232-z</a></td> <td>zs18ez5q</td> <td>0.604650</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_07.html#phnqftsj">Zaher_2020</a></td> </tr> <tr> <th id="zarq507s";>104</th> <td>Pulford_2004</td> <td>Amplification refractory mutation system PCR assays for the detection of variola and Orthopoxvirus</td> <td>Pulford, David; Meyer, Hermann; Brightwell, Gale; Damon, Inger; Kline, Richard; Ulaeto, David</td> <td>2004</td> <td>2004-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119807" target="_blank">PMC7119807</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15019263.0" target="_blank">15019263.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2004.01.001" target="_blank">10.1016/j.jviromet.2004.01.001</a></td> <td>zarq507s</td> <td>0.604469</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a></td> </tr> <tr> <th id="32hlvdku";>105</th> <td>Cruz-Flores_2019</td> <td>Multiplex SYBR Green and duplex TaqMan real-time PCR assays for the detection of Photorhabdus Insect-Related (Pir) toxin genes pirA and pirB</td> <td>Cruz-Flores, Roberto; Mai, Hung Nam; Dhar, Arun K.</td> <td>2019</td> <td>2019-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127373" target="_blank">PMC7127373</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30576786.0" target="_blank">30576786.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2018.12.004" target="_blank">10.1016/j.mcp.2018.12.004</a></td> <td>32hlvdku</td> <td>0.604045</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a></td> <td><a href="Topic_29.html#ru4ky6kz">Njiru_2008</a>, <a href="Topic_29.html#zx83almq">Gumaa_2019</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="zvrfqkol";>106</th> <td>Reddy_2011</td> <td>Loop-mediated isothermal amplification assay for the diagnosis of retinitis caused by herpes simplex virus-1</td> <td>Reddy, A.K.; Balne, P.K.; Reddy, R.K.; Mathai, A.; Kaur, I.</td> <td>2011</td> <td>2011-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7128213" target="_blank">PMC7128213</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20298270.0" target="_blank">20298270.0</a></td> <td><a href="https://doi.org/10.1111/j.1469-0691.2010.03216.x" target="_blank">10.1111/j.1469-0691.2010.03216.x</a></td> <td>zvrfqkol</td> <td>0.599851</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="l8s762ab";>107</th> <td>Zhao_2019</td> <td>A multiplex RT-PCR assay for rapid and simultaneous detection of four RNA viruses in swine</td> <td>Zhao, Yan; Liu, Feifei; Li, Qingmei; Wu, Mengfan; Lei, Lei; Pan, Zishu</td> <td>2019</td> <td>2019-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113762" target="_blank">PMC7113762</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30951787.0" target="_blank">30951787.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2019.04.001" target="_blank">10.1016/j.jviromet.2019.04.001</a></td> <td>l8s762ab</td> <td>0.599815</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td> <td><a href="Topic_29.html#06c3ymc3">Huang_2009</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a></td> </tr> <tr> <th id="y52o45zk";>108</th> <td>Ma_L_2018</td> <td>Development and evaluation of a broadly reactive reverse transcription recombinase polymerase amplification assay for rapid detection of murine norovirus</td> <td>Ma, Lei; Zeng, Fanwen; Cong, Feng; Huang, Bihong; Zhu, Yujun; Wu, Miaoli; Xu, Fengjiao; Yuan, Wen; Huang, Ren; Guo, Pengju</td> <td>2018</td> <td>2018-12-14</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6295035" target="_blank">PMC6295035</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30547776.0" target="_blank">30547776.0</a></td> <td><a href="https://doi.org/10.1186/s12917-018-1736-1" target="_blank">10.1186/s12917-018-1736-1</a></td> <td>y52o45zk</td> <td>0.597063</td> <td><a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#03a6hq3t">Moore_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="shwxhak9";>109</th> <td>Zhang_2018</td> <td>Clinical evaluation of a panel of multiplex quantitative real-time reverse transcription polymerase chain reaction assays for the detection of 16 respiratory viruses associated with community-acquired pneumonia</td> <td>Zhang, Dan; Mao, Haiyan; Lou, Xiuyu; Pan, Junhang; Yan, Hao; Tang, Hongfeng; Shu, Yan; Zhao, Yun; Cheng, Xiaoli; Tao, Hong; Zhang, Yanjun; Ma, Xuejun</td> <td>2018</td> <td>2018-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087343" target="_blank">PMC7087343</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29961119.0" target="_blank">29961119.0</a></td> <td><a href="https://doi.org/10.1007/s00705-018-3921-8" target="_blank">10.1007/s00705-018-3921-8</a></td> <td>shwxhak9</td> <td>0.596904</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#6jp9yx47">Zhao_2019</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a></td> </tr> <tr> <th id="hpcqxlr5";>110</th> <td>Radhika_2016</td> <td>Detection of Clostridium perfringens alpha toxin gene in lambs by loop mediated isothermal amplification</td> <td>Radhika, B.; Kumar, N. Vinod; Sreenivasulu, D.</td> <td>2016</td> <td>2016-01-20</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4819352" target="_blank">PMC4819352</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27051186.0" target="_blank">27051186.0</a></td> <td><a href="https://doi.org/10.14202/vetworld.2016.60-64" target="_blank">10.14202/vetworld.2016.60-64</a></td> <td>hpcqxlr5</td> <td>0.594038</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#r2upa4o0">Chen_2016</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#ze5a2pte">Rivera_2013</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="4k8pqbc0";>111</th> <td>Lee_J_2019</td> <td>Development of Rapid and Specific Detection for the Human Aichivirus A Using the Loop-Mediated Isothermal Amplification from Water Samples</td> <td>Lee, J. Y.; Kim, J. H.; Rho, J. Y.</td> <td>2019</td> <td>2019-04-04</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6646635" target="_blank">PMC6646635</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31388217.0" target="_blank">31388217.0</a></td> <td><a href="https://doi.org/10.1007/s12088-019-00803-3" target="_blank">10.1007/s12088-019-00803-3</a></td> <td>4k8pqbc0</td> <td>0.592453</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#p4w2jh00">Pyrc_2011</a>, <a href="Topic_29.html#yiqmjn2z">Peng_2015</a></td> </tr> <tr> <th id="kzudasop";>112</th> <td>Ma_L_2019</td> <td>Development of a SYBR green-based real-time RT-PCR assay for rapid detection of the emerging swine acute diarrhea syndrome coronavirus</td> <td>Ma, Lei; Zeng, Fanwen; Cong, Feng; Huang, Bihong; Huang, Ren; Ma, Jingyun; Guo, Pengju</td> <td>2019</td> <td>2019-03-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113735" target="_blank">PMC7113735</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30593837.0" target="_blank">30593837.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2018.12.010" target="_blank">10.1016/j.jviromet.2018.12.010</a></td> <td>kzudasop</td> <td>0.591820</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#wue6s07z">Zhou_2018</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#68cr4amg">Ma_L_2018</a></td> </tr> <tr> <th id="j5mo1hyk";>113</th> <td>Jiang_2013</td> <td>Quantification of Hantaan Virus with a SYBR Green Ⅰ-Based One-Step qRT-PCR Assay</td> <td>Jiang, Wei; Yu, Hai-tao; Zhao, Ke; Zhang, Ye; Du, Hong; Wang, Ping-zhong; Bai, Xue-fan</td> <td>2013</td> <td>2013-11-21</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3836762" target="_blank">PMC3836762</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24278449.0" target="_blank">24278449.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0081525" target="_blank">10.1371/journal.pone.0081525</a></td> <td>j5mo1hyk</td> <td>0.591444</td> <td><a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#xwqd50mu">Hull_2008</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a>, <a href="Topic_29.html#3mw66vxm">Zhou_2012</a></td> </tr> <tr> <th id="6urwzxwu";>114</th> <td>Parida_2011</td> <td>Development and Evaluation of Reverse Transcription Loop-Mediated Isothermal Amplification Assay for Rapid and Real-Time Detection of the Swine-Origin Influenza A H1N1 Virus</td> <td>Parida, Manmohan; Shukla, Jyoti; Sharma, Shashi; Ranghia Santhosh, Sanna; Ravi, Vasanthapuram; Mani, Reeta; Thomas, Maria; Khare, Shashi; Rai, Arvind; Kant Ratho, Radha; Pujari, Sujit; Mishra, Bijayanti; Lakshmana Rao, Putcha Venkata; Vijayaraghavan, Rajagopalan</td> <td>2011</td> <td>2011-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3069812" target="_blank">PMC3069812</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21227400.0" target="_blank">21227400.0</a></td> <td><a href="https://doi.org/10.1016/j.jmoldx.2010.11.003" target="_blank">10.1016/j.jmoldx.2010.11.003</a></td> <td>6urwzxwu</td> <td>0.588820</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#vqss7z7m">Zhang_2011</a></td> </tr> <tr> <th id="4i1n9j4x";>115</th> <td>Chen_2015</td> <td>Real-Time Reverse Transcription-Polymerase Chain Reaction for Detection and Quantitation of Turkey Coronavirus RNA in Feces and Intestine Tissues</td> <td>Chen, Yi-Ning; Wu, Ching Ching; Lin, Tsang Long</td> <td>2015</td> <td>2015-09-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120390" target="_blank">PMC7120390</a></td> <td></td> <td><a href="https://doi.org/10.1007/978-1-4939-3414-0_13" target="_blank">10.1007/978-1-4939-3414-0_13</a></td> <td>4i1n9j4x</td> <td>0.587400</td> <td><a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#kzljmzzw">Chen_2010</a>, <a href="Topic_29.html#fvdq0yes">Wang_2018</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="8xe7cg8q";>116</th> <td>Lee_W_2008</td> <td>LOMA: A fast method to generate efficient tagged-random primers despite amplification bias of random PCR on pathogens</td> <td>Lee, Wah Heng; Wong, Christopher W; Leong, Wan Yee; Miller, Lance D; Sung, Wing Kin</td> <td>2008</td> <td>2008-09-10</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2553803" target="_blank">PMC2553803</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18783594.0" target="_blank">18783594.0</a></td> <td><a href="https://doi.org/10.1186/1471-2105-9-368" target="_blank">10.1186/1471-2105-9-368</a></td> <td>8xe7cg8q</td> <td>0.586594</td> <td><a href="Topic_29.html#p61mpc6t">Onodera_2007</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#v9mh7nnt">Thiel_1997</a>, <a href="Topic_29.html#rlgzgyzn">Lee_J_2019</a></td> <td><a href="Topic_29.html#b8lesr2g">Clem_2007</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_14.html#ueyaw8pd">Wong_2007</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a></td> </tr> <tr> <th id="v2o25ey9";>117</th> <td>Lau_L_2003</td> <td>A real-time PCR for SARS-coronavirus incorporating target gene pre-amplification</td> <td>Lau, Lok Ting; Fung, Yin-Wan Wendy; Wong, Freda Pui-Fan; Lin, Selma Sau-Wah; Wang, Chen Ran; Li, Hui Li; Dillon, Natalie; Collins, Richard A; Tam, John Siu-Lun; Chan, Paul K.S; Wang, Chen G; Yu, Albert Cheung-Hoi</td> <td>2003</td> <td>2003-12-26</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7111096" target="_blank">PMC7111096</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/14652014.0" target="_blank">14652014.0</a></td> <td><a href="https://doi.org/10.1016/j.bbrc.2003.11.064" target="_blank">10.1016/j.bbrc.2003.11.064</a></td> <td>v2o25ey9</td> <td>0.583876</td> <td><a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_05.html#rf933a0y">van_Kruijssen_2006</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#86el3qwn">Poon_2003</a>, <a href="Topic_29.html#t48y27wg">Decaro_2004</a></td> </tr> <tr> <th id="0xc02kkb";>118</th> <td>Dupas_2019</td> <td>Comparison of real-time PCR and droplet digital PCR for the detection of Xylella fastidiosa in plants</td> <td>Enora Dupas; Bruno Legendre; Valérie Olivier; Françoise Poliakoff; Charles Manceau; Amandine Cunty</td> <td>2019</td> <td>2019-03-20</td> <td>BioRxiv</td> <td>N</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/582288" target="_blank">10.1101/582288</a></td> <td>0xc02kkb</td> <td>0.583745</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a></td> <td><a href="Topic_29.html#03hvi4el">Rodrigues_2011</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="muskjaw3";>119</th> <td>Black_2002</td> <td>A rapid RT-PCR method to differentiate six established genotypes of rabies and rabies-related viruses using TaqMan™ technology</td> <td>Black, Elizabeth M; Lowings, J.Paul; Smith, Jemma; Heaton, Paul R; McElhinney, Lorraine M</td> <td>2002</td> <td>2002-08-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119615" target="_blank">PMC7119615</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/12176139.0" target="_blank">12176139.0</a></td> <td><a href="https://doi.org/10.1016/s0166-0934(02)00062-9" target="_blank">10.1016/s0166-0934(02)00062-9</a></td> <td>muskjaw3</td> <td>0.581620</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#zarq507s">Pulford_2004</a></td> <td><a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a>, <a href="Topic_07.html#ahifxfhn">Jang_2007</a></td> </tr> <tr> <th id="xz602zii";>120</th> <td>Liu_D_2015</td> <td>Establishment of reverse transcription loop-mediated isothermal amplification for rapid detection and differentiation of canine distemper virus infected and vaccinated animals</td> <td>Liu, Da-Fei; Liu, Chun-Guo; Tian, Jin; Jiang, Yi-Tong; Zhang, Xiao-Zhan; Chai, Hong-Liang; Yang, Tian-Kuo; Yin, Xiu-Chen; Zhang, Hong-Ying; Liu, Ming; Hua, Yu-Ping; Qu, Lian-Dong</td> <td>2015</td> <td>2015-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7106007" target="_blank">PMC7106007</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25769803.0" target="_blank">25769803.0</a></td> <td><a href="https://doi.org/10.1016/j.meegid.2015.03.002" target="_blank">10.1016/j.meegid.2015.03.002</a></td> <td>xz602zii</td> <td>0.580722</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a></td> <td><a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a>, <a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="1fw0xiin";>121</th> <td>Si_W_2010</td> <td>A multiplex reverse transcription-nested polymerase chain reaction for detection and differentiation of wild-type and vaccine strains of canine distemper virus</td> <td>Si, Wei; Zhou, Shun; Wang, Zhao; Cui, Shang-jin</td> <td>2010</td> <td>2010-05-01</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2880969" target="_blank">PMC2880969</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20433759.0" target="_blank">20433759.0</a></td> <td><a href="https://doi.org/10.1186/1743-422x-7-86" target="_blank">10.1186/1743-422x-7-86</a></td> <td>1fw0xiin</td> <td>0.579991</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a>, <a href="Topic_29.html#06c3ymc3">Huang_2009</a></td> </tr> <tr> <th id="65qpcsiq";>122</th> <td>Enora_2019</td> <td>Novel tetraplex qPCR assays for simultaneous detection and identification of Xylella fastidiosa subspecies in plant tissues</td> <td>Dupas Enora; Briand Martial; Jacques Marie-Agnès; Cesbron Sophie</td> <td>2019</td> <td>2019-07-11</td> <td>BioRxiv</td> <td>N</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/699371" target="_blank">10.1101/699371</a></td> <td>65qpcsiq</td> <td>0.579991</td> <td><a href="Topic_10.html#sd81bz0m">Gardner_2004</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_07.html#g4sjyytr">Phillippy_2009</a>, <a href="Topic_17.html#g6obo798">Zheng_2008</a></td> <td><a href="Topic_29.html#3wvuudhd">Najafzadeh_2018</a>, <a href="Topic_45.html#kza19uh1">Pickering_2015</a>, <a href="Topic_34.html#qb9zeazk">Thibivilliers_2009</a></td> </tr> <tr> <th id="7k8j3y1s";>123</th> <td>Malik_2013</td> <td>Rapid detection of human rotavirus using NSP4 gene specific reverse transcription loop-mediated isothermal amplification assay</td> <td>Malik, Yashpal Singh; Sharma, Kuldeep; Kumar, Naveen; Shivachandra, Sathish B.; Rawat, Vinita; Rakholia, Ritu; Ranjan, Rajeev; Ganesh, Balasubramanian; Parida, ManMohan</td> <td>2013</td> <td>2013-07-26</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3784908" target="_blank">PMC3784908</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24426285.0" target="_blank">24426285.0</a></td> <td><a href="https://doi.org/10.1007/s13337-013-0147-y" target="_blank">10.1007/s13337-013-0147-y</a></td> <td>7k8j3y1s</td> <td>0.579650</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="n0gv4op6";>124</th> <td>Zhang_2016</td> <td>Evaluation of two singleplex reverse transcription-Insulated isothermal PCR tests and a duplex real-time RT-PCR test for the detection of porcine epidemic diarrhea virus and porcine deltacoronavirus</td> <td>Zhang, Jianqiang; Tsai, Yun-Long; Lee, Pei-Yu Alison; Chen, Qi; Zhang, Yan; Chiang, Cheng-Jen; Shen, Yu-Han; Li, Fu-Chun; Chang, Hsiao-Fen Grace; Gauger, Phillip C.; Harmon, Karen M.; Wang, Hwa-Tang Thomas</td> <td>2016</td> <td>2016-08-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113669" target="_blank">PMC7113669</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27060624.0" target="_blank">27060624.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2016.03.016" target="_blank">10.1016/j.jviromet.2016.03.016</a></td> <td>n0gv4op6</td> <td>0.578604</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#fvdq0yes">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="fhp3pbts";>125</th> <td>He_J_2009</td> <td>Simultaneous Detection of CDC Category “A” DNA and RNA Bioterrorism Agents by Use of Multiplex PCR & RT-PCR Enzyme Hybridization Assays</td> <td>He, Jie; Kraft, Andrea J.; Fan, Jiang; Van Dyke, Meredith; Wang, Lihua; Bose, Michael E.; Khanna, Marilyn; Metallo, Jacob A.; Henrickson, Kelly J.</td> <td>2009</td> <td>2009-10-20</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2836126" target="_blank">PMC2836126</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20224751.0" target="_blank">20224751.0</a></td> <td><a href="https://doi.org/10.3390/v1030441" target="_blank">10.3390/v1030441</a></td> <td>fhp3pbts</td> <td>0.577219</td> <td><a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_72.html#lgqup9ug">Ayers_2006</a>, <a href="Topic_29.html#xwqd50mu">Hull_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#ytaro52p">Chen_2010</a></td> <td><a href="Topic_29.html#zvrfqkol">Reddy_2011</a>, <a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="xwqd50mu";>126</th> <td>Hull_2008</td> <td>A duplex real-time reverse transcriptase polymerase chain reaction assay for the detection of St. Louis encephalitis and eastern equine encephalitis viruses</td> <td>Hull, Rene; Nattanmai, Seela; Kramer, Laura D.; Bernard, Kristen A.; Tavakoli, Norma P.</td> <td>2008</td> <td>2008-11-30</td> <td>None</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2615585" target="_blank">PMC2615585</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18715737.0" target="_blank">18715737.0</a></td> <td><a href="https://doi.org/10.1016/j.diagmicrobio.2008.07.004" target="_blank">10.1016/j.diagmicrobio.2008.07.004</a></td> <td>xwqd50mu</td> <td>0.577098</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_29.html#ut7dlyh8">Wang_2009</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a></td> </tr> <tr> <th id="aul4ifso";>127</th> <td>Yuan_2016</td> <td>Development of a duplex real-time RT-PCR for the simultaneous detection and differentiation of Theiler’s murine encephalomyelitis virus and rat theilovirus</td> <td>Yuan, Wen; Wang, Jing; Xu, Fengjiao; Huang, Bihong; Lian, Yuexiao; Rao, Dan; Yin, Xueqin; Wu, Miaoli; Zhu, Yujun; Zhang, Yu; Huang, Ren; Guo, Pengju</td> <td>2016</td> <td>2016-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119687" target="_blank">PMC7119687</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27396678.0" target="_blank">27396678.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2016.07.004" target="_blank">10.1016/j.jviromet.2016.07.004</a></td> <td>aul4ifso</td> <td>0.576017</td> <td><a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a></td> </tr> <tr> <th id="tcvs4beg";>128</th> <td>Lee_S_2008</td> <td>Compact optical diagnostic device for isothermal nucleic acids amplification</td> <td>Lee, Szu-Yuan; Huang, Jhen-Gang; Chuang, Tsung-Liang; Sheu, Jin-Chuan; Chuang, Yi-Kuang; Holl, Mark; Meldrum, Deirdre R.; Lee, Chun-Nan; Lin, Chii-Wann</td> <td>2008</td> <td>2008-08-12</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7125854" target="_blank">PMC7125854</a></td> <td></td> <td><a href="https://doi.org/10.1016/j.snb.2008.03.008" target="_blank">10.1016/j.snb.2008.03.008</a></td> <td>tcvs4beg</td> <td>0.575032</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a></td> <td><a href="Topic_29.html#m71xkuo9">Mori_2006</a>, <a href="Topic_29.html#zvrfqkol">Reddy_2011</a>, <a href="Topic_29.html#gmjnbnx5">Yang_2012</a></td> </tr> <tr> <th id="exge1suy";>129</th> <td>Alfaro-Núñez_2014</td> <td>Validation of a sensitive PCR assay for the detection of Chelonid fibropapilloma-associated herpesvirus in latent turtle infections</td> <td>Alfaro-Núñez, Alonzo; Gilbert, M. Thomas P.</td> <td>2014</td> <td>2014-09-15</td> <td>None</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119791" target="_blank">PMC7119791</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24882497.0" target="_blank">24882497.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2014.05.019" target="_blank">10.1016/j.jviromet.2014.05.019</a></td> <td>exge1suy</td> <td>0.572610</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a></td> <td><a href="Topic_20.html#7ztlskf2">Galmès_2012</a>, <a href="Topic_70.html#9adu7axu">Giner_2020</a>, <a href="Topic_07.html#3b3k9ksy">Crawford_2019</a></td> </tr> <tr> <th id="cpwmnj3x";>130</th> <td>Yu_X_2015</td> <td>Development of a real-time reverse transcription loop-mediated isothermal amplification method for the rapid detection of porcine epidemic diarrhea virus</td> <td>Yu, Xuewu; Shi, Lin; Lv, Xiaoping; Yao, Wei; Cao, Minghui; Yu, Hanxun; Wang, Xiurong; Zheng, Shimin</td> <td>2015</td> <td>2015-05-14</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4459462" target="_blank">PMC4459462</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25972083.0" target="_blank">25972083.0</a></td> <td><a href="https://doi.org/10.1186/s12985-015-0297-1" target="_blank">10.1186/s12985-015-0297-1</a></td> <td>cpwmnj3x</td> <td>0.571285</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_29.html#3cdfx2zj">Chen_2009</a></td> </tr> <tr> <th id="absrs6js";>131</th> <td>Hosaka_2009</td> <td>Rapid detection of human immunodeficiency virus type 1 group M by a reverse transcription-loop-mediated isothermal amplification assay</td> <td>Hosaka, Norimitsu; Ndembi, Nicaise; Ishizaki, Azumi; Kageyama, Seiji; Numazaki, Kei; Ichimura, Hiroshi</td> <td>2009</td> <td>2009-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112927" target="_blank">PMC7112927</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19186193.0" target="_blank">19186193.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.01.004" target="_blank">10.1016/j.jviromet.2009.01.004</a></td> <td>absrs6js</td> <td>0.571270</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_29.html#ytaro52p">Chen_2010</a></td> <td><a href="Topic_29.html#zvrfqkol">Reddy_2011</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="ytaro52p";>132</th> <td>Chen_2010</td> <td>Reverse transcription loop-mediated isothermal amplification for the rapid detection of infectious bronchitis virus in infected chicken tissues</td> <td>Chen, Hao-tai; Zhang, Jie; Ma, Yan-ping; Ma, Li-na; Ding, Yao-zhong; Liu, Xiang-tao; Cai, Xue-peng; Ma, Li-qing; Zhang, Yong-guang; Liu, Yong-sheng</td> <td>2010</td> <td>2010-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126806" target="_blank">PMC7126806</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19835950.0" target="_blank">19835950.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2009.10.001" target="_blank">10.1016/j.mcp.2009.10.001</a></td> <td>ytaro52p</td> <td>0.571228</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#oqm9pw6d">Chandrasekar_2015</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="3doc40hx";>133</th> <td>Kim_J_2019</td> <td>A Simple and Multiplex Loop-Mediated Isothermal Amplification (LAMP) Assay for Rapid Detection of SARS-CoV</td> <td>Kim, Jin Hwa; Kang, Minhee; Park, Eunkyoung; Chung, Doo Ryeon; Kim, Jiyeon; Hwang, Eung Soo</td> <td>2019</td> <td>2019-11-11</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7097549" target="_blank">PMC7097549</a></td> <td></td> <td><a href="https://doi.org/10.1007/s13206-019-3404-3" target="_blank">10.1007/s13206-019-3404-3</a></td> <td>3doc40hx</td> <td>0.569715</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#51byypaq">Emery_2004</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a></td> </tr> <tr> <th id="fzi1ilpj";>134</th> <td>Wilkes_2014</td> <td>Rapid and sensitive detection of canine distemper virus by one-tube reverse transcription-insulated isothermal polymerase chain reaction</td> <td>Wilkes, Rebecca P; Tsai, Yun-Long; Lee, Pei-Yu; Lee, Fu-Chun; Chang, Hsiao-Fen Grace; Wang, Hwa-Tang Thomas</td> <td>2014</td> <td>2014-09-09</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4172905" target="_blank">PMC4172905</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25200113.0" target="_blank">25200113.0</a></td> <td><a href="https://doi.org/10.1186/s12917-014-0213-8" target="_blank">10.1186/s12917-014-0213-8</a></td> <td>fzi1ilpj</td> <td>0.569570</td> <td><a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_76.html#fro1261r">Ramsauer_2007</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a></td> <td><a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#xz602zii">Liu_D_2015</a>, <a href="Topic_29.html#fa5qgum1">Fischer_2013</a></td> </tr> <tr> <th id="aw7irlg2";>135</th> <td>Esona_2013</td> <td>Comparative evaluation of commercially available manual and automated nucleic acid extraction methods for rotavirus RNA detection in stools</td> <td>Esona, Mathew D.; McDonald, Sharla; Kamili, Shifaq; Kerin, Tara; Gautam, Rashi; Bowen, Michael D.</td> <td>2013</td> <td>2013-12-31</td> <td>None</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4603280" target="_blank">PMC4603280</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24036075.0" target="_blank">24036075.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2013.08.023" target="_blank">10.1016/j.jviromet.2013.08.023</a></td> <td>aw7irlg2</td> <td>0.569488</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#gwd8qin6">Chiu_2006</a></td> <td><a href="Topic_68.html#nafq6oih">Buesa_1996</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#3c1vue0y">Greene_2003</a></td> </tr> <tr> <th id="vtpwke7v";>136</th> <td>Berthet_2008</td> <td>Phi29 polymerase based random amplification of viral RNA as an alternative to random RT-PCR</td> <td>Berthet, Nicolas; Reinhardt, Anita K; Leclercq, India; van Ooyen, Sven; Batéjat, Christophe; Dickinson, Philip; Stamboliyska, Rayna; Old, Iain G; Kong, Katherine A; Dacheux, Laurent; Bourhy, Hervé; Kennedy, Giulia C; Korfhage, Christian; Cole, Stewart T; Manuguerra, Jean-Claude</td> <td>2008</td> <td>2008-09-04</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2535778" target="_blank">PMC2535778</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18771595.0" target="_blank">18771595.0</a></td> <td><a href="https://doi.org/10.1186/1471-2199-9-77" target="_blank">10.1186/1471-2199-9-77</a></td> <td>vtpwke7v</td> <td>0.569299</td> <td><a href="Topic_29.html#402ls2aq">Endoh_2005</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td> <td><a href="Topic_21.html#ov92qh6h">Nowak_1984</a>, <a href="Topic_29.html#c31xsyeo">Moser_2012</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a></td> </tr> <tr> <th id="9ouhxg9o";>137</th> <td>Qi_J_2019</td> <td>Development of a duplex reverse transcription recombinase-aided amplification assay for respiratory syncytial virus incorporating an internal control</td> <td>Qi, Juju; Li, Xinna; Zhang, Yi; Shen, Xinxin; Song, Guowei; Pan, Jing; Fan, Tao; Wang, Ruihuan; Li, Lixin; Ma, Xuejun</td> <td>2019</td> <td>2019-05-03</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7086889" target="_blank">PMC7086889</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31053978.0" target="_blank">31053978.0</a></td> <td><a href="https://doi.org/10.1007/s00705-019-04230-z" target="_blank">10.1007/s00705-019-04230-z</a></td> <td>9ouhxg9o</td> <td>0.569190</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_11.html#h6r6qdna">Polverino_2017</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="o1x05kni";>138</th> <td>Patel_2016</td> <td>A Field-Deployable Reverse Transcription Recombinase Polymerase Amplification Assay for Rapid Detection of the Chikungunya Virus</td> <td>Patel, Pranav; Abd El Wahed, Ahmed; Faye, Oumar; Prüger, Pauline; Kaiser, Marco; Thaloengsok, Sasikanya; Ubol, Sukathida; Sakuntabhai, Anavaj; Leparc-Goffart, Isabelle; Hufert, Frank T.; Sall, Amadou A.; Weidmann, Manfred; Niedrig, Matthias</td> <td>2016</td> <td>2016-09-29</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5042537" target="_blank">PMC5042537</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27685649.0" target="_blank">27685649.0</a></td> <td><a href="https://doi.org/10.1371/journal.pntd.0004953" target="_blank">10.1371/journal.pntd.0004953</a></td> <td>o1x05kni</td> <td>0.568616</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#hj0bt9bd">Wang_2017</a></td> </tr> <tr> <th id="lakdi3x8";>139</th> <td>Kang_2010</td> <td>A duplex real-time RT-PCR assay for detecting H5N1 avian influenza virus and pandemic H1N1 influenza virus</td> <td>Kang, Xiao-ping; Jiang, Tao; Li, Yong-qiang; Lin, Fang; Liu, Hong; Chang, Guo-hui; Zhu, Qing-yu; Qin, E-de; Qin, Cheng-feng; Yang, Yin-hui</td> <td>2010</td> <td>2010-06-02</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2892456" target="_blank">PMC2892456</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20515509.0" target="_blank">20515509.0</a></td> <td><a href="https://doi.org/10.1186/1743-422x-7-113" target="_blank">10.1186/1743-422x-7-113</a></td> <td>lakdi3x8</td> <td>0.568423</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#cuhx1dfq">Kumar_2010</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="gf7ieivc";>140</th> <td>Gao_F_2018</td> <td>Real-time isothermal detection of Abalone herpes-like virus and red-spotted grouper nervous necrosis virus using recombinase polymerase amplification</td> <td>Gao, Fang; Jiang, Jing-Zhe; Wang, Jiang-Yong; Wei, Hong-Ying</td> <td>2018</td> <td>2018-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113691" target="_blank">PMC7113691</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28962967.0" target="_blank">28962967.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2017.09.024" target="_blank">10.1016/j.jviromet.2017.09.024</a></td> <td>gf7ieivc</td> <td>0.566528</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="in5n7sed";>141</th> <td>Kim_Y_2015</td> <td>A novel diagnostic approach to detecting porcine epidemic diarrhea virus: The lateral immunochromatography assay</td> <td>Kim, Yong Kwan; Lim, Seong-In; Cho, In-Soo; Cheong, Kwang-Myun; Lee, Eun-Jeong; Lee, Sang-Oh; Kim, Joon-Bae; Kim, Jung-Hwa; Jeong, Dong-Soo; An, Byung-Hyun; An, Dong-Jun</td> <td>2015</td> <td>2015-12-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119843" target="_blank">PMC7119843</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26342906.0" target="_blank">26342906.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2015.08.024" target="_blank">10.1016/j.jviromet.2015.08.024</a></td> <td>in5n7sed</td> <td>0.565843</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#51byypaq">Emery_2004</a></td> <td><a href="Topic_29.html#o4hsr4pm">An_D_2008</a>, <a href="Topic_44.html#rc67p55z">Xu_F_2020</a>, <a href="Topic_29.html#x0o0q5sz">Thuy_Tien_2018</a>, <a href="Topic_14.html#u28y1ttw">Chen_2012</a></td> </tr> <tr> <th id="2dwjb964";>142</th> <td>Wu_L_2010</td> <td>Detection of HIV cDNA Point Mutations with Rolling-Circle Amplification Arrays</td> <td>Wu, Lingwei; Liu, Quanjun; Wu, Zhongwei; Lu, Zuhong</td> <td>2010</td> <td>2010-01-27</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6256933" target="_blank">PMC6256933</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20335932.0" target="_blank">20335932.0</a></td> <td><a href="https://doi.org/10.3390/molecules15020619" target="_blank">10.3390/molecules15020619</a></td> <td>2dwjb964</td> <td>0.565731</td> <td><a href="Topic_07.html#bbvxu8op">Karaman_2005</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_29.html#rlgzgyzn">Lee_J_2019</a></td> <td><a href="Topic_60.html#kt9pmfdr">Kutyavin_2006</a>, <a href="Topic_21.html#ov92qh6h">Nowak_1984</a>, <a href="Topic_76.html#gzcb6uqw">Martinez_1993</a></td> </tr> <tr> <th id="ymciferk";>143</th> <td>Hohdatsu_1992</td> <td>Detection of feline immunodeficiency proviral DNA in peripheral blood lymphocytes by the polymerase chain reaction</td> <td>Hohdatsu, T.; Yamada, M.; Okada, M.; Fukasawa, M.; Watanabe, K.; Ogasawara, T.; Takagi, M.; Aizawa, C.; Hayami, M.; Koyama, H.</td> <td>1992</td> <td>1992-02-29</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7117182" target="_blank">PMC7117182</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/1313618.0" target="_blank">1313618.0</a></td> <td><a href="https://doi.org/10.1016/0378-1135(92)90107-5" target="_blank">10.1016/0378-1135(92)90107-5</a></td> <td>ymciferk</td> <td>0.565089</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a></td> <td><a href="Topic_76.html#gzcb6uqw">Martinez_1993</a>, <a href="Topic_37.html#g4s0v8ra">Rimstad_1995</a></td> </tr> <tr> <th id="u31f5e05";>144</th> <td>Niu_P_2016</td> <td>Development of a highly sensitive real-time nested RT-PCR assay in a single closed tube for detection of enterovirus 71 in hand, foot, and mouth disease</td> <td>Niu, Peihua; Qi, Shunxiang; Yu, Benzhang; Zhang, Chen; Wang, Ji; Li, Qi; Ma, Xuejun</td> <td>2016</td> <td>2016-07-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7086773" target="_blank">PMC7086773</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27475103.0" target="_blank">27475103.0</a></td> <td><a href="https://doi.org/10.1007/s00705-016-2985-6" target="_blank">10.1007/s00705-016-2985-6</a></td> <td>u31f5e05</td> <td>0.564585</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#6jp9yx47">Zhao_2019</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="fpoztmcl";>145</th> <td>Almasi_2017</td> <td>Loop Mediated Isothermal Amplification (LAMP) for Embryo Sex Determination in Pregnant Women at Eight Weeks of Pregnancy</td> <td>Almasi, Mohammad Amin; Almasi, Galavizh</td> <td>2017</td> <td>2017-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5359858" target="_blank">PMC5359858</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28377900.0" target="_blank">28377900.0</a></td> <td></td> <td>fpoztmcl</td> <td>0.564486</td> <td><a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_61.html#el7bdkcf">Wang_2007</a>, <a href="Topic_07.html#bbvxu8op">Karaman_2005</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a></td> <td><a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#l7s3raop">Sun_X_2017</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a></td> </tr> <tr> <th id="hmuljlt5";>146</th> <td>Ranjan_2014</td> <td>Development and evaluation of a one step reverse transcription-loop mediated isothermal amplification assay (RT-LAMP) for rapid detection of foot and mouth disease virus in India</td> <td>Ranjan, Rajeev; Kangayan, Muniswamy; Subramaniam, Saravanan; Mohapatra, Jajati K.; Biswal, Jitendra K.; Sharma, Gaurav K.; Sanyal, Aniket; Pattnaik, Bramhadev</td> <td>2014</td> <td>2014-04-13</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4188206" target="_blank">PMC4188206</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25674604.0" target="_blank">25674604.0</a></td> <td><a href="https://doi.org/10.1007/s13337-014-0211-2" target="_blank">10.1007/s13337-014-0211-2</a></td> <td>hmuljlt5</td> <td>0.564291</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="6k73rf0g";>147</th> <td>Elf_S_2018</td> <td>Development and evaluation of a rapid nucleic acid amplification method to detect influenza A and B viruses in human respiratory specimens</td> <td>Elf, Sonja; Auvinen, Pauliina; Jahn, Lisa; Liikonen, Karoliina; Sjöblom, Solveig; Saavalainen, Päivi; Mäki, Minna; Eboigbodin, Kevin E.</td> <td>2018</td> <td>2018-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127616" target="_blank">PMC7127616</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29778563.0" target="_blank">29778563.0</a></td> <td><a href="https://doi.org/10.1016/j.diagmicrobio.2018.04.006" target="_blank">10.1016/j.diagmicrobio.2018.04.006</a></td> <td>6k73rf0g</td> <td>0.561017</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#aj9wppts">Eboigbodin_2017</a></td> </tr> <tr> <th id="9apyiy7n";>148</th> <td>Li_J_2012</td> <td>The development of a GeXP-based multiplex reverse transcription-PCR assay for simultaneous detection of sixteen human respiratory virus types/subtypes</td> <td>Li, Jin; Mao, Nai-Ying; Zhang, Chen; Yang, Meng-Jie; Wang, Miao; Xu, Wen-Bo; Ma, Xue-Jun</td> <td>2012</td> <td>2012-08-14</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3462154" target="_blank">PMC3462154</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22891685.0" target="_blank">22891685.0</a></td> <td><a href="https://doi.org/10.1186/1471-2334-12-189" target="_blank">10.1186/1471-2334-12-189</a></td> <td>9apyiy7n</td> <td>0.559031</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a></td> </tr> <tr> <th id="bqv03u2e";>149</th> <td>Jiang_2004</td> <td>Sensitive and Quantitative Detection of Severe Acute Respiratory Syndrome Coronavirus Infection by Real-Time Nested Polymerase Chain Reaction</td> <td>Jiang, Shih Sheng; Chen, Tsan-Chi; Yang, Jyh-Yuan; Hsiung, Chao A.; Su, Ih-Jen; Liu, Ying-Lan; Chen, Po-Cheng; Juang, Jyh-Lyh</td> <td>2004</td> <td>2004-01-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7107825" target="_blank">PMC7107825</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/14699465.0" target="_blank">14699465.0</a></td> <td><a href="https://doi.org/10.1086/380841" target="_blank">10.1086/380841</a></td> <td>bqv03u2e</td> <td>0.558527</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="11fdzjpv";>150</th> <td>Poon_2004</td> <td>A one step quantitative RT-PCR for detection of SARS coronavirus with an internal control for PCR inhibitors</td> <td>Poon, Leo L.M; Wong, Bonnie W.Y; Chan, Kwok Hung; Leung, Cynthia S.W; Yuen, Kwok Yung; Guan, Yi; Peiris, Joseph S.M</td> <td>2004</td> <td>2004-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7129749" target="_blank">PMC7129749</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15135737.0" target="_blank">15135737.0</a></td> <td><a href="https://doi.org/10.1016/j.jcv.2003.12.007" target="_blank">10.1016/j.jcv.2003.12.007</a></td> <td>11fdzjpv</td> <td>0.558527</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#51byypaq">Emery_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#86el3qwn">Poon_2003</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="2p079iwb";>151</th> <td>Nakamura_2011</td> <td>Development of multisample detection system using a tag insertion primer and an electrochemical DNA chip</td> <td>Nakamura, Naoko; Ito, Keiko; Hashimoto, Michie; Nakamura, Akiyoshi; Hayashimoto, Nobuhito; Takakura, Akira; Hashimoto, Koji; Nikaido, Masaru; Gemma, Nobuhiro</td> <td>2011</td> <td>2011-12-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119438" target="_blank">PMC7119438</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21925478.0" target="_blank">21925478.0</a></td> <td><a href="https://doi.org/10.1016/j.ab.2011.08.027" target="_blank">10.1016/j.ab.2011.08.027</a></td> <td>2p079iwb</td> <td>0.557499</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#2nwrhk1d">Hofmann_1993</a></td> <td><a href="Topic_29.html#m71xkuo9">Mori_2006</a>, <a href="Topic_60.html#0sg0hv9w">Yeung_2006</a>, <a href="Topic_60.html#0ebx61gb">Thaitrong_2010</a>, <a href="Topic_29.html#ssmfhoew">Wu_M_2018</a></td> </tr> <tr> <th id="c9e93h0u";>152</th> <td>Hosmillo_2010</td> <td>Development of universal SYBR Green real-time RT-PCR for the rapid detection and quantitation of bovine and porcine toroviruses</td> <td>Hosmillo, Myra D.T.; Jeong, Young-Ju; Kim, Hyun-Jeong; Collantes, Therese Marie; Alfajaro, Mia Madel; Park, Jun-Gyu; Kim, Ha-Hyun; Kwon, Hyung-Jun; Park, Su-Jin; Kang, Mun-Il; Park, Sang-Ik; Cho, Kyoung-Oh</td> <td>2010</td> <td>2010-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112831" target="_blank">PMC7112831</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20558206.0" target="_blank">20558206.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2010.06.001" target="_blank">10.1016/j.jviromet.2010.06.001</a></td> <td>c9e93h0u</td> <td>0.555432</td> <td><a href="Topic_29.html#tjy7f9rk">Park_2009</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#xb2f0wdy">Kumar_2010</a>, <a href="Topic_29.html#fvdq0yes">Wang_2018</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="dd1k2krq";>153</th> <td>Lee_S_2017</td> <td>One-Pot Reverse Transcriptional Loop-Mediated Isothermal Amplification (RT-LAMP) for Detecting MERS-CoV</td> <td>Lee, Se Hee; Baek, Yun Hee; Kim, Yang-Hoon; Choi, Young-Ki; Song, Min-Suk; Ahn, Ji-Young</td> <td>2017</td> <td>2017-01-09</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5220095" target="_blank">PMC5220095</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28119682.0" target="_blank">28119682.0</a></td> <td><a href="https://doi.org/10.3389/fmicb.2016.02166" target="_blank">10.3389/fmicb.2016.02166</a></td> <td>dd1k2krq</td> <td>0.555425</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#vqss7z7m">Zhang_2011</a></td> </tr> <tr> <th id="qgb66dot";>154</th> <td>Ha_S_2004</td> <td>Development of an optimized protocol for the detection of classical swine fever virus in formalin-fixed, paraffin-embedded tissues by seminested reverse transcription-polymerase chain reaction and comparison with in situ hybridization</td> <td>Ha, S.-K; Choi, C; Chae, C</td> <td>2004</td> <td>2004-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126440" target="_blank">PMC7126440</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15196906.0" target="_blank">15196906.0</a></td> <td><a href="https://doi.org/10.1016/j.rvsc.2004.03.006" target="_blank">10.1016/j.rvsc.2004.03.006</a></td> <td>qgb66dot</td> <td>0.554365</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_68.html#nafq6oih">Buesa_1996</a>, <a href="Topic_29.html#t48y27wg">Decaro_2004</a></td> </tr> <tr> <th id="ze5a2pte";>155</th> <td>Rivera_2013</td> <td>Development of loop-mediated isothermal amplification for rapid detection of Entamoeba histolytica</td> <td>Rivera, Windell L.; Ong, Vanissa A.</td> <td>2013</td> <td>2013-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7128414" target="_blank">PMC7128414</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23711706.0" target="_blank">23711706.0</a></td> <td><a href="https://doi.org/10.1016/s1995-7645(13)60074-7" target="_blank">10.1016/s1995-7645(13)60074-7</a></td> <td>ze5a2pte</td> <td>0.554014</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a></td> </tr> <tr> <th id="9pau8skk";>156</th> <td>TSUCHIAKA_2015</td> <td>Development of a novel detection system for microbes from bovine diarrhea by real-time PCR</td> <td>TSUCHIAKA, Shinobu; MASUDA, Tsuneyuki; SUGIMURA, Satoshi; KOBAYASHI, Suguru; KOMATSU, Natsumi; NAGAI, Makoto; OMATSU, Tsutomu; FURUYA, Tetsuya; OBA, Mami; KATAYAMA, Yukie; KANDA, Shuhei; YOKOYAMA, Tadashi; MIZUTANI, Tetsuya</td> <td>2015</td> <td>2015-11-30</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4829504" target="_blank">PMC4829504</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26616156.0" target="_blank">26616156.0</a></td> <td><a href="https://doi.org/10.1292/jvms.15-0552" target="_blank">10.1292/jvms.15-0552</a></td> <td>9pau8skk</td> <td>0.553454</td> <td><a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_29.html#ssmfhoew">Wu_M_2018</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#zz7mt6be">Hakhverdyan_2005</a></td> </tr> <tr> <th id="k11asjaw";>157</th> <td>Wang_2012</td> <td>Visual detection of the human metapneumovirus using reverse transcription loop-mediated isothermal amplification with hydroxynaphthol blue dye</td> <td>Wang, Xiang; Zhang, Qian; Zhang, Fang; Ma, Fenlian; Zheng, Wenzhi; Zhao, Zhihui; Bai, Yinglong; Zheng, Lishu</td> <td>2012</td> <td>2012-07-27</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3487928" target="_blank">PMC3487928</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22838725.0" target="_blank">22838725.0</a></td> <td><a href="https://doi.org/10.1186/1743-422x-9-138" target="_blank">10.1186/1743-422x-9-138</a></td> <td>k11asjaw</td> <td>0.550509</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="6notzm6s";>158</th> <td>Elia_2007</td> <td>Detection of infectious canine parvovirus type 2 by mRNA real-time RT-PCR</td> <td>Elia, Gabriella; Cavalli, Alessandra; Desario, Costantina; Lorusso, Eleonora; Lucente, Maria Stella; Decaro, Nicola; Martella, Vito; Buonavoglia, Canio</td> <td>2007</td> <td>2007-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112852" target="_blank">PMC7112852</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17692932.0" target="_blank">17692932.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2007.06.017" target="_blank">10.1016/j.jviromet.2007.06.017</a></td> <td>6notzm6s</td> <td>0.549756</td> <td><a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#402ls2aq">Endoh_2005</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a></td> <td><a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#pm0fk1a0">Decaro_2008</a></td> </tr> <tr> <th id="xguvylqk";>159</th> <td>Nkere_2018</td> <td>Chromogenic detection of yam mosaic virus by closed-tube reverse transcription loop-mediated isothermal amplification (CT-RT-LAMP)</td> <td>Nkere, Chukwuemeka K.; Oyekanmi, Joshua O.; Silva, Gonçalo; Bömer, Moritz; Atiri, Gabriel I.; Onyeka, Joseph; Maroya, Norbert G.; Seal, Susan E.; Kumar, P. Lava</td> <td>2018</td> <td>2018-01-08</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5854734" target="_blank">PMC5854734</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29308543.0" target="_blank">29308543.0</a></td> <td><a href="https://doi.org/10.1007/s00705-018-3706-0" target="_blank">10.1007/s00705-018-3706-0</a></td> <td>xguvylqk</td> <td>0.549756</td> <td><a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_06.html#vs12l0uv">Choudhury_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="c99lszcu";>160</th> <td>Miao_2019</td> <td>Rapid and Sensitive Recombinase Polymerase Amplification Combined With Lateral Flow Strip for Detecting African Swine Fever Virus</td> <td>Miao, Faming; Zhang, Jingyuan; Li, Nan; Chen, Teng; Wang, Lidong; Zhang, Fei; Mi, Lijuan; Zhang, Jinxia; Wang, Shuchao; Wang, Ying; Zhou, Xintao; Zhang, Yanyan; Li, Min; Zhang, Shoufeng; Hu, Rongliang</td> <td>2019</td> <td>2019-05-15</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6530510" target="_blank">PMC6530510</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31156571.0" target="_blank">31156571.0</a></td> <td><a href="https://doi.org/10.3389/fmicb.2019.01004" target="_blank">10.3389/fmicb.2019.01004</a></td> <td>c99lszcu</td> <td>0.549469</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_44.html#ppawdq7a">Li_W_2012</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_29.html#0hbijukt">Hou_P_2018</a></td> </tr> <tr> <th id="nla2geip";>161</th> <td>Watanabe_2008</td> <td>Ligation-mediated amplification for effective rapid determination of viral RNA sequences (RDV)</td> <td>Watanabe, Shumpei; Mizutani, Tetsuya; Sakai, Kouji; Kato, Kentaro; Tohya, Yukinobu; Fukushi, Shuetsu; Saijo, Masayuki; Yoshikawa, Yasuhiro; Kurane, Ichiro; Morikawa, Shigeru; Akashi, Hiroomi</td> <td>2008</td> <td>2008-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108420" target="_blank">PMC7108420</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18595773.0" target="_blank">18595773.0</a></td> <td><a href="https://doi.org/10.1016/j.jcv.2008.05.004" target="_blank">10.1016/j.jcv.2008.05.004</a></td> <td>nla2geip</td> <td>0.548004</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_37.html#xipwslcb">Chen_2017</a></td> </tr> <tr> <th id="htukgd5m";>162</th> <td>Zhang_2019</td> <td>Development and evaluation of a real-time RT-PCR and a field-deployable RT-insulated isothermal PCR for the detection of Seneca Valley virus</td> <td>Zhang, Jianqiang; Nfon, Charles; Tsai, Chuan-Fu; Lee, Chien-Hsien; Fredericks, Lindsay; Chen, Qi; Sinha, Avanti; Bade, Sarah; Harmon, Karen; Piñeyro, Pablo; Gauger, Phillip; Tsai, Yun-Long; Wang, Hwa-Tang Thomas; Lee, Pei-Yu Alison</td> <td>2019</td> <td>2019-05-24</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6534938" target="_blank">PMC6534938</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31126297.0" target="_blank">31126297.0</a></td> <td><a href="https://doi.org/10.1186/s12917-019-1927-4" target="_blank">10.1186/s12917-019-1927-4</a></td> <td>htukgd5m</td> <td>0.547542</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#u31f5e05">Niu_P_2016</a></td> </tr> <tr> <th id="3ejfxj6r";>163</th> <td>Bai_J_2018</td> <td>Comparison data of a two-target real-time PCR assay with and without an internal control in detecting Salmonella enterica from cattle lymph nodes</td> <td>Bai, Jianfa; Trinetta, Valentina; Shi, Xiaorong; Noll, Lance W.; Magossi, Gabriela; Zheng, Wanglong; Porter, Elizabeth P.; Cernicchiaro, Natalia; Renter, David G.; Nagaraja, Tiruvoor G.</td> <td>2018</td> <td>2018-04-22</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5998743" target="_blank">PMC5998743</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29904683.0" target="_blank">29904683.0</a></td> <td><a href="https://doi.org/10.1016/j.dib.2018.04.051" target="_blank">10.1016/j.dib.2018.04.051</a></td> <td>3ejfxj6r</td> <td>0.546006</td> <td><a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#402ls2aq">Endoh_2005</a></td> <td><a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="ocdlh310";>164</th> <td>LIU_D_2018</td> <td>One-step triplex PCR/RT-PCR to detect canine distemper virus, canine parvovirus and canine kobuvirus</td> <td>LIU, Dafei; LIU, Fei; GUO, Dongchun; HU, Xiaoliang; LI, Zhijie; LI, Zhigang; MA, Jianzhang; LIU, Chunguo</td> <td>2018</td> <td>2018-01-23</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6656820" target="_blank">PMC6656820</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29367517.0" target="_blank">29367517.0</a></td> <td><a href="https://doi.org/10.1292/jvms.17-0442" target="_blank">10.1292/jvms.17-0442</a></td> <td>ocdlh310</td> <td>0.545105</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_76.html#fro1261r">Ramsauer_2007</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td> <td><a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="0hbijukt";>165</th> <td>Hou_P_2018</td> <td>Development of a recombinase polymerase amplification combined with lateral-flow dipstick assay for detection of bovine ephemeral fever virus</td> <td>Hou, Peili; Zhao, Guimin; Wang, Hongmei; He, Chengqiang; Huan, Yanjun; He, Hongbin</td> <td>2018</td> <td>2018-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126596" target="_blank">PMC7126596</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29288049.0" target="_blank">29288049.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2017.12.003" target="_blank">10.1016/j.mcp.2017.12.003</a></td> <td>0hbijukt</td> <td>0.544749</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_29.html#bgrgzfoo">Hou_P_2017</a>, <a href="Topic_29.html#zz7mt6be">Hakhverdyan_2005</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="55pxm1m6";>166</th> <td>Lobato_2018</td> <td>Recombinase polymerase amplification: Basics, applications and recent advances</td> <td>Lobato, Ivan Magriñá; O'Sullivan, Ciara K.</td> <td>2018</td> <td>2018-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112910" target="_blank">PMC7112910</a></td> <td></td> <td><a href="https://doi.org/10.1016/j.trac.2017.10.015" target="_blank">10.1016/j.trac.2017.10.015</a></td> <td>55pxm1m6</td> <td>0.544062</td> <td><a href="Topic_29.html#rlgzgyzn">Lee_J_2019</a>, <a href="Topic_61.html#5k3hq2e7">Xu_L_2019</a>, <a href="Topic_14.html#utvf8yh6">Chen_2018</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#v9mh7nnt">Thiel_1997</a></td> <td><a href="Topic_14.html#xk4w0iz5">Daher_2016</a>, <a href="Topic_29.html#c31xsyeo">Moser_2012</a>, <a href="Topic_29.html#rlgzgyzn">Lee_J_2019</a>, <a href="Topic_29.html#ze5a2pte">Rivera_2013</a></td> </tr> <tr> <th id="20abn48c";>167</th> <td>Loa_C_2006</td> <td>Differential detection of turkey coronavirus, infectious bronchitis virus, and bovine coronavirus by a multiplex polymerase chain reaction</td> <td>Loa, C.C.; Lin, T.L.; Wu, C.C.; Bryan, T.A.; Hooper, T.A.; Schrader, D.L.</td> <td>2006</td> <td>2006-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112836" target="_blank">PMC7112836</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16137773.0" target="_blank">16137773.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2005.07.007" target="_blank">10.1016/j.jviromet.2005.07.007</a></td> <td>20abn48c</td> <td>0.543851</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_29.html#8iahlshj">Loa_C_2015</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a></td> </tr> <tr> <th id="rlgzgyzn";>168</th> <td>Lee_J_2019</td> <td>Applying a Linear Amplification Strategy to Recombinase Polymerase Amplification for Uniform DNA Library Amplification</td> <td>Lee, Jeewon; Heo, Sunghoon; Bang, Duhee</td> <td>2019</td> <td>2019-11-12</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6882106" target="_blank">PMC6882106</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31788628.0" target="_blank">31788628.0</a></td> <td><a href="https://doi.org/10.1021/acsomega.9b02886" target="_blank">10.1021/acsomega.9b02886</a></td> <td>rlgzgyzn</td> <td>0.543504</td> <td><a href="Topic_29.html#1w54xw02">Gibson_2011</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_14.html#utvf8yh6">Chen_2018</a></td> <td><a href="Topic_29.html#vtpwke7v">Berthet_2008</a>, <a href="Topic_29.html#c31xsyeo">Moser_2012</a>, <a href="Topic_29.html#huz0tpmi">Kersting_2014</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a></td> </tr> <tr> <th id="i4tevhqf";>169</th> <td>Huh_H_2017</td> <td>Performance Evaluation of the PowerChek MERS (upE & ORF1a) Real-Time PCR Kit for the Detection of Middle East Respiratory Syndrome Coronavirus RNA</td> <td>Huh, Hee Jae; Kim, Ji-Youn; Kwon, Hyeon Jeong; Yun, Sun Ae; Lee, Myoung-Keun; Ki, Chang-Seok; Lee, Nam Yong; Kim, Jong-Won</td> <td>2017</td> <td>2017-08-16</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5587821" target="_blank">PMC5587821</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28840986.0" target="_blank">28840986.0</a></td> <td><a href="https://doi.org/10.3343/alm.2017.37.6.494" target="_blank">10.3343/alm.2017.37.6.494</a></td> <td>i4tevhqf</td> <td>0.542748</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="ceatyj3o";>170</th> <td>Huang_2015</td> <td>Ultrasensitive Detection of RNA and DNA Viruses Simultaneously Using Duplex UNDP-PCR Assay</td> <td>Huang, Yong; Xing, Na; Wang, Zengguo; Zhang, Xiujuan; Zhao, Xiaomin; Du, Qian; Chang, Lingling; Tong, Dewen</td> <td>2015</td> <td>2015-11-06</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4636378" target="_blank">PMC4636378</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26544710.0" target="_blank">26544710.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0141545" target="_blank">10.1371/journal.pone.0141545</a></td> <td>ceatyj3o</td> <td>0.541779</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_29.html#mtk3qxue">Zambenedetti_2017</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a></td> </tr> <tr> <th id="nx9fg4yn";>171</th> <td>Mari_2016</td> <td>Multiplex real-time RT-PCR assay for bovine viral diarrhea virus type 1, type 2 and HoBi-like pestivirus</td> <td>Mari, Viviana; Losurdo, Michele; Lucente, Maria Stella; Lorusso, Eleonora; Elia, Gabriella; Martella, Vito; Patruno, Giovanni; Buonavoglia, Domenico; Decaro, Nicola</td> <td>2016</td> <td>2016-03-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113868" target="_blank">PMC7113868</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26709100.0" target="_blank">26709100.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2015.12.003" target="_blank">10.1016/j.jviromet.2015.12.003</a></td> <td>nx9fg4yn</td> <td>0.541509</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td> <td><a href="Topic_29.html#iucu98wx">Losurdo_2015</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_68.html#7u1iol4n">Mauroy_2009</a></td> </tr> <tr> <th id="txbe6waf";>172</th> <td>Monazah_2017</td> <td>Evaluation of a rapid detection for Coxsackievirus B3 using one-step reverse transcription loop-mediated isothermal amplification (RT-LAMP)</td> <td>Monazah, A.; Zeinoddini, M.; Saeeidinia, A.R.</td> <td>2017</td> <td>2017-08-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113869" target="_blank">PMC7113869</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28435073.0" target="_blank">28435073.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2017.04.006" target="_blank">10.1016/j.jviromet.2017.04.006</a></td> <td>txbe6waf</td> <td>0.540601</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="al07fo6q";>173</th> <td>Fukuda_2012</td> <td>Development and application of one-step multiplex reverse transcription PCR for simultaneous detection of five diarrheal viruses in adult cattle</td> <td>Fukuda, Masaharu; Kuga, Kazufumi; Miyazaki, Ayako; Suzuki, Tohru; Tasei, Keito; Aita, Tsunehiko; Mase, Masaji; Sugiyama, Makoto; Tsunemitsu, Hiroshi</td> <td>2012</td> <td>2012-03-11</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7086690" target="_blank">PMC7086690</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22407445.0" target="_blank">22407445.0</a></td> <td><a href="https://doi.org/10.1007/s00705-012-1271-5" target="_blank">10.1007/s00705-012-1271-5</a></td> <td>al07fo6q</td> <td>0.540413</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#zw0my8cq">Asano_2010</a></td> </tr> <tr> <th id="n76iea5g";>174</th> <td>Wan_Z_2016</td> <td>A Melting Curve-Based Multiplex RT-qPCR Assay for Simultaneous Detection of Four Human Coronaviruses</td> <td>Wan, Zhenzhou; Zhang, Ya’nan; He, Zhixiang; Liu, Jia; Lan, Ke; Hu, Yihong; Zhang, Chiyu</td> <td>2016</td> <td>2016-11-23</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5133880" target="_blank">PMC5133880</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27886052.0" target="_blank">27886052.0</a></td> <td><a href="https://doi.org/10.3390/ijms17111880" target="_blank">10.3390/ijms17111880</a></td> <td>n76iea5g</td> <td>0.540371</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_29.html#o1alklje">Myint_1989</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a></td> </tr> <tr> <th id="swpaial1";>175</th> <td>Salem_2010</td> <td>Multiplex nested RT-PCR for the detection of porcine enteric viruses</td> <td>Salem, Abid Nabil Ben; Chupin Sergei, A.; Bjadovskaya Olga, P.; Andreeva Olga, G.; Mahjoub, Aouni; Prokhvatilova Larissa, B.</td> <td>2010</td> <td>2010-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112813" target="_blank">PMC7112813</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20170679.0" target="_blank">20170679.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2010.02.010" target="_blank">10.1016/j.jviromet.2010.02.010</a></td> <td>swpaial1</td> <td>0.539762</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="j8ebp5dx";>176</th> <td>Liu_H_2012</td> <td>Performance Evaluation of the Maxwell 16 System for Extraction of Influenza Virus RNA from Diverse Samples</td> <td>Liu, Hongbo; Gan, Yan; Yang, Bo; Weng, Hui; Huang, Chunmei; Yang, Daofeng; Lei, Ping; Shen, Guanxin</td> <td>2012</td> <td>2012-10-29</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3483271" target="_blank">PMC3483271</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23144730.0" target="_blank">23144730.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0048094" target="_blank">10.1371/journal.pone.0048094</a></td> <td>j8ebp5dx</td> <td>0.538342</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#kgcy6zi6">Dye_C_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#kgcy6zi6">Dye_C_2008</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="fjqdhb1b";>177</th> <td>Xie_Z_2012</td> <td>Reverse transcription loop-mediated isothermal amplification assay for rapid detection of Bovine Rotavirus</td> <td>Xie, Zhixun; Fan, Qing; Liu, Jiabo; Pang, Yaoshan; Deng, Xianwen; Xie, Zhiqin; Liji, Xie; Khan, Mazhar I</td> <td>2012</td> <td>2012-08-15</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3599620" target="_blank">PMC3599620</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22894568.0" target="_blank">22894568.0</a></td> <td><a href="https://doi.org/10.1186/1746-6148-8-133" target="_blank">10.1186/1746-6148-8-133</a></td> <td>fjqdhb1b</td> <td>0.536301</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#kylki373">Chen_2008</a></td> <td><a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#992l4een">Hanaki_2013</a></td> </tr> <tr> <th id="7m71pqu9";>178</th> <td>Abera_2014</td> <td>A SYBR Green I based real time RT-PCR assay for specific detection and quantitation of Peste des petits ruminants virus</td> <td>Abera, Tsegalem; Thangavelu, Ardhanary; Joy Chandran, Navamani Daniel; Raja, Angamuthu</td> <td>2014</td> <td>2014-01-14</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3896792" target="_blank">PMC3896792</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24423231.0" target="_blank">24423231.0</a></td> <td><a href="https://doi.org/10.1186/1746-6148-10-22" target="_blank">10.1186/1746-6148-10-22</a></td> <td>7m71pqu9</td> <td>0.535952</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#hj0bt9bd">Wang_2017</a></td> </tr> <tr> <th id="ut7dlyh8";>179</th> <td>Wang_2009</td> <td>A duplex real-time reverse transcriptase polymerase chain reaction assay for the detection of California serogroup and Cache Valley viruses</td> <td>Wang, Heng; Nattanmai, Seela; Kramer, Laura D.; Bernard, Kristen A.; Tavakoli, Norma P.</td> <td>2009</td> <td>2009-10-31</td> <td>None</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2774246" target="_blank">PMC2774246</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19748425.0" target="_blank">19748425.0</a></td> <td><a href="https://doi.org/10.1016/j.diagmicrobio.2009.07.001" target="_blank">10.1016/j.diagmicrobio.2009.07.001</a></td> <td>ut7dlyh8</td> <td>0.535891</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_29.html#xwqd50mu">Hull_2008</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="j6ao5d6x";>180</th> <td>Kim_S_2007</td> <td>Multiplex real-time RT-PCR for the simultaneous detection and quantification of transmissible gastroenteritis virus and porcine epidemic diarrhea virus</td> <td>Kim, Seong-Hee; Kim, In-Joong; Pyo, Hyun-Mi; Tark, Dong-Seob; Song, Jae-Young; Hyun, Bang-Hun</td> <td>2007</td> <td>2007-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119650" target="_blank">PMC7119650</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17697717.0" target="_blank">17697717.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2007.06.021" target="_blank">10.1016/j.jviromet.2007.06.021</a></td> <td>j6ao5d6x</td> <td>0.535852</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_44.html#ppawdq7a">Li_W_2012</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a></td> <td><a href="Topic_29.html#fvdq0yes">Wang_2018</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#swpaial1">Salem_2010</a></td> </tr> <tr> <th id="nnx46nwf";>181</th> <td>Ren_X_2011</td> <td>Development of reverse transcription loop-mediated isothermal amplification for rapid detection of porcine epidemic diarrhea virus</td> <td>Ren, Xiaofeng; Li, Pengchong</td> <td>2011</td> <td>2011-02-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7089436" target="_blank">PMC7089436</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21286798.0" target="_blank">21286798.0</a></td> <td><a href="https://doi.org/10.1007/s11262-011-0570-3" target="_blank">10.1007/s11262-011-0570-3</a></td> <td>nnx46nwf</td> <td>0.535494</td> <td><a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#3vlctivn">Li_P_2010</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#992l4een">Hanaki_2013</a></td> </tr> <tr> <th id="hnb75vou";>182</th> <td>Keyaerts_2006</td> <td>Viral load quantitation of SARS-coronavirus RNA using a one-step real-time RT-PCR</td> <td>Keyaerts, Els; Vijgen, Leen; Maes, Piet; Duson, Griet; Neyts, Johan; Van Ranst, Marc</td> <td>2006</td> <td>2006-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7110610" target="_blank">PMC7110610</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16023880.0" target="_blank">16023880.0</a></td> <td><a href="https://doi.org/10.1016/j.ijid.2005.02.003" target="_blank">10.1016/j.ijid.2005.02.003</a></td> <td>hnb75vou</td> <td>0.534741</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_29.html#86el3qwn">Poon_2003</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#s7qauqll">Poon_2004</a></td> </tr> <tr> <th id="8ayfuty8";>183</th> <td>Qiu_F_2018</td> <td>A triplex quantitative real-time PCR assay for differential detection of human adenovirus serotypes 2, 3 and 7</td> <td>Qiu, Fang-zhou; Shen, Xin-xin; Zhao, Meng-chuan; Zhao, Li; Duan, Su-xia; Chen, Chen; Qi, Ju-Ju; Li, Gui-xia; Wang, Le; Feng, Zhi-shan; Ma, Xue-jun</td> <td>2018</td> <td>2018-05-02</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5930744" target="_blank">PMC5930744</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29716642.0" target="_blank">29716642.0</a></td> <td><a href="https://doi.org/10.1186/s12985-018-0983-x" target="_blank">10.1186/s12985-018-0983-x</a></td> <td>8ayfuty8</td> <td>0.531108</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_07.html#kxjomk2s">Chieochansin_2010</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_14.html#wci56l0c">Kim_J_2014</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a></td> </tr> <tr> <th id="1c5ug64m";>184</th> <td>Zhuang_2019</td> <td>Polymerase chain reaction combined with fluorescent lateral flow immunoassay based on magnetic purification for rapid detection of canine parvovirus 2</td> <td>Zhuang, Linlin; Ji, Yongxin; Tian, Peilong; Wang, Kaixuan; Kou, Chengkun; Gu, Ning; Zhang, Yu</td> <td>2019</td> <td>2019-01-17</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6337814" target="_blank">PMC6337814</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30654823.0" target="_blank">30654823.0</a></td> <td><a href="https://doi.org/10.1186/s12917-019-1774-3" target="_blank">10.1186/s12917-019-1774-3</a></td> <td>1c5ug64m</td> <td>0.530629</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#3yn80r9h">Yang_2009</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#hj0bt9bd">Wang_2017</a></td> </tr> <tr> <th id="a5grrd7z";>185</th> <td>Amer_2013</td> <td>A new approach for diagnosis of bovine coronavirus using a reverse transcription recombinase polymerase amplification assay</td> <td>Amer, H.M.; Abd El Wahed, A.; Shalaby, M.A.; Almajhdi, F.N.; Hufert, F.T.; Weidmann, M.</td> <td>2013</td> <td>2013-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113639" target="_blank">PMC7113639</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23811231.0" target="_blank">23811231.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2013.06.027" target="_blank">10.1016/j.jviromet.2013.06.027</a></td> <td>a5grrd7z</td> <td>0.530166</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#51byypaq">Emery_2004</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a></td> </tr> <tr> <th id="i1qcanti";>186</th> <td>Yang_2017</td> <td>Development of a Quantitative Loop-Mediated Isothermal Amplification Assay for the Rapid Detection of Novel Goose Parvovirus</td> <td>Yang, Jing; Chen, Hao; Wang, Zhenzhong; Yu, Xianglong; Niu, Xiaoyu; Tang, Yi; Diao, Youxiang</td> <td>2017</td> <td>2017-12-12</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5732990" target="_blank">PMC5732990</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29312182.0" target="_blank">29312182.0</a></td> <td><a href="https://doi.org/10.3389/fmicb.2017.02472" target="_blank">10.3389/fmicb.2017.02472</a></td> <td>i1qcanti</td> <td>0.529716</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#ze5a2pte">Rivera_2013</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="o151wwcf";>187</th> <td>An_D_2008</td> <td>A DNA miniarray system for simultaneous visual detection of porcine circovirus type 1 (PCV1) and 2 (PCV2) in pigs</td> <td>An, D. J.; Song, D. S.; Park, J. Y.; Park, B. K.</td> <td>2008</td> <td>2008-07-24</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7088660" target="_blank">PMC7088660</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18651234.0" target="_blank">18651234.0</a></td> <td><a href="https://doi.org/10.1007/s11259-008-9080-8" target="_blank">10.1007/s11259-008-9080-8</a></td> <td>o151wwcf</td> <td>0.528855</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_14.html#sv6uh7hh">Oba_M_2018</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#5qlrsitm">Zhao_2011</a>, <a href="Topic_44.html#vv581qzu">Blanchard_2003</a></td> </tr> <tr> <th id="5xhgocmi";>188</th> <td>Ge_Y_2013</td> <td>Rapid and Sensitive Detection of Novel Avian-Origin Influenza A (H7N9) Virus by Reverse Transcription Loop-Mediated Isothermal Amplification Combined with a Lateral-Flow Device</td> <td>Ge, Yiyue; Wu, Bin; Qi, Xian; Zhao, Kangchen; Guo, Xiling; Zhu, Yefei; Qi, Yuhua; Shi, Zhiyang; Zhou, Minghao; Wang, Hua; Cui, Lunbiao</td> <td>2013</td> <td>2013-08-01</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3731295" target="_blank">PMC3731295</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23936359.0" target="_blank">23936359.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0069941" target="_blank">10.1371/journal.pone.0069941</a></td> <td>5xhgocmi</td> <td>0.527497</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td> <td><a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="zgapjjjw";>189</th> <td>Faux_2011</td> <td>Usefulness of Published PCR Primers in Detecting Human Rhinovirus Infection</td> <td>Faux, Cassandra E.; Arden, Katherine E.; Lambert, Stephen B.; Nissen, Michael D.; Nolan, Terry M.; Chang, Anne B.; Sloots, Theo P.; Mackay, Ian M.</td> <td>2011</td> <td>2011-02-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3204776" target="_blank">PMC3204776</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21291610.0" target="_blank">21291610.0</a></td> <td><a href="https://doi.org/10.3201/eid1702.101123" target="_blank">10.3201/eid1702.101123</a></td> <td>zgapjjjw</td> <td>0.527280</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#p61mpc6t">Onodera_2007</a>, <a href="Topic_07.html#g2f151oc">Whiteford_2005</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_07.html#waxtb759">Pratelli_2002</a></td> </tr> <tr> <th id="gk29idya";>190</th> <td>Zhai_2004</td> <td>Real-Time Polymerase Chain Reaction for Detecting SARS Coronavirus, Beijing, 2003</td> <td>Zhai, Junhui; Briese, Thomas; Dai, Erhei; Wang, Xiaoyi; Pang, Xin; Du, Zongmin; Liu, Haihong; Wang, Jin; Wang, Hongxia; Guo, Zhaobiao; Chen, Zeliang; Jiang, Lingxiao; Zhou, Dongsheng; Han, Yanping; Jabado, Omar; Palacios, Gustavo; Lipkin, W. Ian; Yang, Ruifu</td> <td>2004</td> <td>2004-02-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3322935" target="_blank">PMC3322935</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15030701.0" target="_blank">15030701.0</a></td> <td><a href="https://doi.org/10.3201/eid1002.030799" target="_blank">10.3201/eid1002.030799</a></td> <td>gk29idya</td> <td>0.525847</td> <td><a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a>, <a href="Topic_29.html#o1alklje">Myint_1989</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#51byypaq">Emery_2004</a></td> <td><a href="Topic_29.html#51byypaq">Emery_2004</a>, <a href="Topic_29.html#p4w2jh00">Pyrc_2011</a>, <a href="Topic_44.html#dmb42kna">Vemulapalli_2015</a></td> </tr> <tr> <th id="9k2oox64";>191</th> <td>Sharma_2018</td> <td>Evaluation of clinical applicability of reverse transcription-loop-mediated isothermal amplification assay for detection and subtyping of Influenza A viruses</td> <td>Sharma, Vikrant; Chaudhry, Dhruva; Kaushik, Samander</td> <td>2018</td> <td>2018-03-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113880" target="_blank">PMC7113880</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29253497.0" target="_blank">29253497.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2017.12.005" target="_blank">10.1016/j.jviromet.2017.12.005</a></td> <td>9k2oox64</td> <td>0.524807</td> <td><a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="06c3ymc3";>192</th> <td>Huang_2009</td> <td>Development of a reverse transcription multiplex real-time PCR for the detection and genotyping of classical swine fever virus</td> <td>Huang, Yu-Liang; Pang, Victor Fei; Pan, Chu-Hsiang; Chen, Tsu-Han; Jong, Ming-Hwa; Huang, Tien-Shine; Jeng, Chian-Ren</td> <td>2009</td> <td>2009-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112934" target="_blank">PMC7112934</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19414034.0" target="_blank">19414034.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.04.029" target="_blank">10.1016/j.jviromet.2009.04.029</a></td> <td>06c3ymc3</td> <td>0.524352</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="8iahlshj";>193</th> <td>Loa_C_2015</td> <td>A Multiplex Polymerase Chain Reaction for Differential Detection of Turkey Coronavirus from Chicken Infectious Bronchitis Virus and Bovine Coronavirus</td> <td>Loa, Chien Chang; Wu, Ching Ching; Lin, Tsang Long</td> <td>2015</td> <td>2015-09-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7122580" target="_blank">PMC7122580</a></td> <td></td> <td><a href="https://doi.org/10.1007/978-1-4939-3414-0_12" target="_blank">10.1007/978-1-4939-3414-0_12</a></td> <td>8iahlshj</td> <td>0.523051</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_29.html#20abn48c">Loa_C_2006</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="irsb8vu0";>194</th> <td>Xiao_2008</td> <td>Rapid detection of a highly virulent Chinese-type isolate of Porcine Reproductive and Respiratory Syndrome virus by real-time reverse transcriptase PCR</td> <td>Xiao, Xing-Long; Wu, Hui; Yu, Yi-Gang; Cheng, Bang-Zhao; Yang, Xiao-Quan; Chen, Gu; Liu, Dong-Mei; Li, Xiao-Feng</td> <td>2008</td> <td>2008-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119963" target="_blank">PMC7119963</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18313768.0" target="_blank">18313768.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2008.01.009" target="_blank">10.1016/j.jviromet.2008.01.009</a></td> <td>irsb8vu0</td> <td>0.522594</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_44.html#ppawdq7a">Li_W_2012</a>, <a href="Topic_07.html#kxjomk2s">Chieochansin_2010</a>, <a href="Topic_14.html#sv6uh7hh">Oba_M_2018</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_29.html#wf0vonkn">Xiao_2014</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="98qxf6xo";>195</th> <td>Chun_2007</td> <td>Dual priming oligonucleotide system for the multiplex detection of respiratory viruses and SNP genotyping of CYP2C19 gene</td> <td>Chun, Jong-Yoon; Kim, Kyoung-Joong; Hwang, In-Taek; Kim, Yun-Jee; Lee, Dae-Hoon; Lee, In-Kyoung; Kim, Jong-Kee</td> <td>2007</td> <td>2007-02-07</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1874606" target="_blank">PMC1874606</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17287288.0" target="_blank">17287288.0</a></td> <td><a href="https://doi.org/10.1093/nar/gkm051" target="_blank">10.1093/nar/gkm051</a></td> <td>98qxf6xo</td> <td>0.520651</td> <td><a href="Topic_29.html#p61mpc6t">Onodera_2007</a>, <a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#v9mh7nnt">Thiel_1997</a></td> <td><a href="Topic_60.html#kt9pmfdr">Kutyavin_2006</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a></td> </tr> <tr> <th id="jgu8kc5k";>196</th> <td>Yan_Y_2017</td> <td>A multiplex liquid-chip assay based on Luminex xMAP technology for simultaneous detection of six common respiratory viruses</td> <td>Yan, Yong; Luo, Jian-Yong; Chen, Yin; Wang, Heng-Hui; Zhu, Guo-Ying; He, Pei-Yan; Guo, Jin-Lei; Lei, Yong-Liang; Chen, Zhong-Wen</td> <td>2017</td> <td>2017-06-17</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5722533" target="_blank">PMC5722533</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29228581.0" target="_blank">29228581.0</a></td> <td><a href="https://doi.org/10.18632/oncotarget.18533" target="_blank">10.18632/oncotarget.18533</a></td> <td>jgu8kc5k</td> <td>0.520153</td> <td><a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a></td> </tr> <tr> <th id="9mgg9q2m";>197</th> <td>Zhao_2018</td> <td>Sensitive and rapid detection of Zika virus by loop-mediated isothermal amplification</td> <td>Zhao, Jiangtao; Feng, Ruo</td> <td>2018</td> <td>2018-11-13</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7089109" target="_blank">PMC7089109</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30426316.0" target="_blank">30426316.0</a></td> <td><a href="https://doi.org/10.1007/s11262-018-1612-x" target="_blank">10.1007/s11262-018-1612-x</a></td> <td>9mgg9q2m</td> <td>0.518390</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_14.html#yxuyhc7p">da_Silva_2019</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a></td> </tr> <tr> <th id="iradz5mb";>198</th> <td>Jia_S_2019</td> <td>Dual priming oligonucleotide (DPO)-based real-time RT-PCR assay for accurate differentiation of four major viruses causing porcine viral diarrhea</td> <td>Jia, Shuo; Feng, Baohua; Wang, Zhuo; Ma, Yingying; Gao, Xuwen; Jiang, Yanping; Cui, Wen; Qiao, Xinyuan; Tang, Lijie; Li, Yijing; Wang, Li; Xu, Yigang</td> <td>2019</td> <td>2019-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127266" target="_blank">PMC7127266</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31415867.0" target="_blank">31415867.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2019.101435" target="_blank">10.1016/j.mcp.2019.101435</a></td> <td>iradz5mb</td> <td>0.518234</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a>, <a href="Topic_44.html#ppawdq7a">Li_W_2012</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a></td> <td><a href="Topic_29.html#fvdq0yes">Wang_2018</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a></td> </tr> <tr> <th id="zpeh8pmc";>199</th> <td>Huang_2019</td> <td>A TaqMan-probe-based multiplex real-time RT-qPCR for simultaneous detection of porcine enteric coronaviruses</td> <td>Huang, Xin; Chen, Jianing; Yao, Gang; Guo, Qingyong; Wang, Jinquan; Liu, Guangliang</td> <td>2019</td> <td>2019-04-26</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7080015" target="_blank">PMC7080015</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31025076.0" target="_blank">31025076.0</a></td> <td><a href="https://doi.org/10.1007/s00253-019-09835-7" target="_blank">10.1007/s00253-019-09835-7</a></td> <td>zpeh8pmc</td> <td>0.517546</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#fvdq0yes">Wang_2018</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#wue6s07z">Zhou_2018</a></td> </tr> <tr> <th id="2gokv7id";>200</th> <td>Hirotsu_2020</td> <td>Double-Quencher Probes Improved the Detection Sensitivity of Severe Acute Respiratory Syndrome Coronavirus 2 (SARS-CoV-2) by One-Step RT-PCR</td> <td>Yosuke Hirotsu; Hitoshi Mochizuki; Masao Omata</td> <td>2020</td> <td>2020-03-20</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.17.20037903" target="_blank">10.1101/2020.03.17.20037903</a></td> <td>2gokv7id</td> <td>0.515253</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#r2upa4o0">Chen_2016</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="pjmd8mpv";>201</th> <td>Wang_1999</td> <td>A multiplex PCR for Massachusetts and Arkansas serotypes of infectious bronchitis virus</td> <td>Wang, X.; Khan, M.I.</td> <td>1999</td> <td>1999-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7135714" target="_blank">PMC7135714</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/10024427.0" target="_blank">10024427.0</a></td> <td><a href="https://doi.org/10.1006/mcpr.1998.0204" target="_blank">10.1006/mcpr.1998.0204</a></td> <td>pjmd8mpv</td> <td>0.515233</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_07.html#thsq6pnk">Lachheb_2019</a></td> </tr> <tr> <th id="zwvesrct";>202</th> <td>Thiessen_2018</td> <td>Development of a quantitative loop-mediated isothermal amplification assay for the field detection of Erysiphe necator</td> <td>Thiessen, Lindsey D.; Neill, Tara M.; Mahaffee, Walter F.</td> <td>2018</td> <td>2018-04-20</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5912203" target="_blank">PMC5912203</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29692952.0" target="_blank">29692952.0</a></td> <td><a href="https://doi.org/10.7717/peerj.4639" target="_blank">10.7717/peerj.4639</a></td> <td>zwvesrct</td> <td>0.512712</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_14.html#06vkoev5">Rajagopala_2015</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#ze5a2pte">Rivera_2013</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="0b3ocoh9";>203</th> <td>Zhang_2010</td> <td>Loop-mediated isothermal amplification for rapid detection and differentiation of wild-type pseudorabies and gene-deleted virus vaccines</td> <td>Zhang, Chao-fan; Cui, Shang-jin; Zhu, Chao</td> <td>2010</td> <td>2010-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112886" target="_blank">PMC7112886</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20691214.0" target="_blank">20691214.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2010.07.034" target="_blank">10.1016/j.jviromet.2010.07.034</a></td> <td>0b3ocoh9</td> <td>0.512257</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a>, <a href="Topic_29.html#992l4een">Hanaki_2013</a></td> </tr> <tr> <th id="2nwrhk1d";>204</th> <td>Hofmann_1993</td> <td>Sequencing DNA Amplified Directly from a Bacterial Colony</td> <td>Hofmann, Martin A.; Brian, David A.</td> <td>1993</td> <td>1993-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121285" target="_blank">PMC7121285</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21400278.0" target="_blank">21400278.0</a></td> <td><a href="https://doi.org/10.1385/0-89603-244-2:205" target="_blank">10.1385/0-89603-244-2:205</a></td> <td>2nwrhk1d</td> <td>0.510925</td> <td><a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a>, <a href="Topic_21.html#kw2cedm7">Brown_1984</a>, <a href="Topic_29.html#rlgzgyzn">Lee_J_2019</a></td> <td><a href="Topic_21.html#ov92qh6h">Nowak_1984</a>, <a href="Topic_29.html#c31xsyeo">Moser_2012</a></td> </tr> <tr> <th id="lar2m59n";>205</th> <td>Wang_2017</td> <td>Recombinase Polymerase Amplification Assay—A Simple, Fast and Cost-Effective Alternative to Real Time PCR for Specific Detection of Feline Herpesvirus-1</td> <td>Wang, Jianchang; Liu, Libing; Wang, Jinfeng; Sun, Xiaoxia; Yuan, Wanzhe</td> <td>2017</td> <td>2017-01-03</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5207716" target="_blank">PMC5207716</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28045956.0" target="_blank">28045956.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0166903" target="_blank">10.1371/journal.pone.0166903</a></td> <td>lar2m59n</td> <td>0.509535</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_29.html#ymciferk">Hohdatsu_1992</a>, <a href="Topic_29.html#7cn23hcv">Liu_M_2018</a></td> </tr> <tr> <th id="ssmfhoew";>206</th> <td>Wu_M_2018</td> <td>Rapid detection of three rabbit pathogens by use of the Luminex x-TAG assay</td> <td>Wu, Miaoli; Zhu, Yujun; Cong, Feng; Rao, Dan; Yuan, Wen; Wang, Jing; Huang, Bihong; Lian, Yuexiao; Zhang, Yu; Huang, Ren; Guo, Pengju</td> <td>2018</td> <td>2018-04-07</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5889542" target="_blank">PMC5889542</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29625588.0" target="_blank">29625588.0</a></td> <td><a href="https://doi.org/10.1186/s12917-018-1438-8" target="_blank">10.1186/s12917-018-1438-8</a></td> <td>ssmfhoew</td> <td>0.509448</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#ob9t82y5">Wu_M_2019</a>, <a href="Topic_14.html#u28y1ttw">Chen_2012</a></td> </tr> <tr> <th id="vwgc2tce";>207</th> <td>Motley_2013</td> <td>Differentiating Microbial Forensic qPCR Target and Control Products by Electrospray Ionization Mass Spectrometry</td> <td>Motley, S. Timothy; Redden, Cassie L.; Sannes-Lowery, Kristin A.; Eshoo, Mark W.; Hofstadler, Steven A.; Burans, James P.; Rosovitz, M. J.</td> <td>2013</td> <td>2013-06-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3696942" target="_blank">PMC3696942</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23675878.0" target="_blank">23675878.0</a></td> <td><a href="https://doi.org/10.1089/bsp.2012.0062" target="_blank">10.1089/bsp.2012.0062</a></td> <td>vwgc2tce</td> <td>0.509329</td> <td><a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a>, <a href="Topic_14.html#utvf8yh6">Chen_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_14.html#2pyfhks1">Wolk_2012</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_14.html#4rcj75tc">Jia_B_2020</a></td> </tr> <tr> <th id="mid2w6yo";>208</th> <td>Chi_Y_2017</td> <td>Multiplex Reverse-Transcription Loop-Mediated Isothermal Amplification Coupled with Cascade Invasive Reaction and Nanoparticle Hybridization for Subtyping of Influenza A Virus</td> <td>Chi, Ying; Ge, Yiyue; Zhao, Kangchen; Zou, Bingjie; Liu, Bin; Qi, Xian; Bian, Qian; Shi, Zhiyang; Zhu, Fengcai; Zhou, Minghao; Cui, Lunbiao; Su, Chuan</td> <td>2017</td> <td>2017-03-21</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5359610" target="_blank">PMC5359610</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28322309.0" target="_blank">28322309.0</a></td> <td><a href="https://doi.org/10.1038/srep44924" target="_blank">10.1038/srep44924</a></td> <td>mid2w6yo</td> <td>0.509105</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#zvrfqkol">Reddy_2011</a></td> </tr> <tr> <th id="5ldwr8u0";>209</th> <td>Callison_2005</td> <td>Rapid differentiation of avian infectious bronchitis virus isolates by sample to residual ratio quantitation using real-time reverse transcriptase-polymerase chain reaction</td> <td>Callison, S.A.; Hilt, D.A.; Jackwood, M.W.</td> <td>2005</td> <td>2005-03-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112770" target="_blank">PMC7112770</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15664067.0" target="_blank">15664067.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2004.11.022" target="_blank">10.1016/j.jviromet.2004.11.022</a></td> <td>5ldwr8u0</td> <td>0.508626</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_76.html#gzcb6uqw">Martinez_1993</a></td> </tr> <tr> <th id="w0859b3c";>210</th> <td>Fellahi_2016</td> <td>Comparison of SYBR green I real-time RT-PCR with conventional agarose gel-based RT-PCR for the diagnosis of infectious bronchitis virus infection in chickens in Morocco</td> <td>Fellahi, Siham; Harrak, Mehdi El; Kuhn, Jens H.; Sebbar, Ghizlane; Bouaiti, El Arbi; Khataby, Khadija; Fihri, Ouafae Fassi; Houadfi, Mohammed El; Ennaji, My Mustapha</td> <td>2016</td> <td>2016-04-22</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4841946" target="_blank">PMC4841946</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27106608.0" target="_blank">27106608.0</a></td> <td><a href="https://doi.org/10.1186/s13104-016-2037-z" target="_blank">10.1186/s13104-016-2037-z</a></td> <td>w0859b3c</td> <td>0.508334</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td> <td><a href="Topic_68.html#nafq6oih">Buesa_1996</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#oqm9pw6d">Chandrasekar_2015</a></td> </tr> <tr> <th id="mukqj5yw";>211</th> <td>Zhang_2019</td> <td>Development of a loop-mediated isothermal amplification assay for the detection and quantification of epizootic epitheliotropic disease virus (salmonid herpesvirus-3)</td> <td>Zhang, Qingli; Shavalier, Megan; Standish, Isaac; Glenney, Gavin W.; Loch, Thomas P.; Faisal, Mohamed</td> <td>2019</td> <td>2019-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119762" target="_blank">PMC7119762</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30444983.0" target="_blank">30444983.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2018.11.006" target="_blank">10.1016/j.jviromet.2018.11.006</a></td> <td>mukqj5yw</td> <td>0.507849</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#ze5a2pte">Rivera_2013</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a></td> </tr> <tr> <th id="dash9udv";>212</th> <td>Decaro_2010</td> <td>Development and validation of a real-time PCR assay for specific and sensitive detection of canid herpesvirus 1</td> <td>Decaro, Nicola; Amorisco, Francesca; Desario, Costantina; Lorusso, Eleonora; Camero, Michele; Bellacicco, Anna Lucia; Sciarretta, Rossana; Lucente, Maria Stella; Martella, Vito; Buonavoglia, Canio</td> <td>2010</td> <td>2010-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112867" target="_blank">PMC7112867</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20674611.0" target="_blank">20674611.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2010.07.021" target="_blank">10.1016/j.jviromet.2010.07.021</a></td> <td>dash9udv</td> <td>0.507127</td> <td><a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_29.html#zvrfqkol">Reddy_2011</a>, <a href="Topic_29.html#pm0fk1a0">Decaro_2008</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="rbp1u43t";>213</th> <td>Zhang_2019</td> <td>Development and application of a multiplex PCR method for the simultaneous detection and differentiation of feline panleukopenia virus, feline bocavirus, and feline astrovirus</td> <td>Zhang, Qian; Niu, Jiangting; Yi, Shushuai; Dong, Guoying; Yu, Dejing; Guo, Yanbing; Huang, Hailong; Hu, Guixue</td> <td>2019</td> <td>2019-09-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7086731" target="_blank">PMC7086731</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31506786.0" target="_blank">31506786.0</a></td> <td><a href="https://doi.org/10.1007/s00705-019-04394-8" target="_blank">10.1007/s00705-019-04394-8</a></td> <td>rbp1u43t</td> <td>0.505589</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_07.html#kxjomk2s">Chieochansin_2010</a>, <a href="Topic_29.html#zarq507s">Pulford_2004</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_76.html#19u19mb5">Ghazisaeedi_2017</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_07.html#phnqftsj">Zaher_2020</a></td> </tr> <tr> <th id="bkq598ur";>214</th> <td>Wang_2019</td> <td>Development of a recombinase polymerase amplification assay with lateral flow dipstick for rapid detection of feline parvovirus</td> <td>Wang, Zhao-Hua; Wang, Xiao-Jia; Hou, Shao-Hua</td> <td>2019</td> <td>2019-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113848" target="_blank">PMC7113848</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31216435.0" target="_blank">31216435.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2019.113679" target="_blank">10.1016/j.jviromet.2019.113679</a></td> <td>bkq598ur</td> <td>0.503750</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#gzxeud8h">Mizutani_2007</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#7cn23hcv">Liu_M_2018</a>, <a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#1c5ug64m">Zhuang_2019</a></td> </tr> <tr> <th id="03a6hq3t";>215</th> <td>Moore_2017</td> <td>Development of a Recombinase Polymerase Amplification Assay for Detection of Epidemic Human Noroviruses</td> <td>Moore, Matthew D.; Jaykus, Lee-Ann</td> <td>2017</td> <td>2017-01-09</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5220337" target="_blank">PMC5220337</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28067278.0" target="_blank">28067278.0</a></td> <td><a href="https://doi.org/10.1038/srep40244" target="_blank">10.1038/srep40244</a></td> <td>03a6hq3t</td> <td>0.503637</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#y52o45zk">Ma_L_2018</a></td> </tr> <tr> <th id="82iks0xf";>216</th> <td>Mikel_2015</td> <td>Methods for Preparation of MS2 Phage-Like Particles and Their Utilization as Process Control Viruses in RT-PCR and qRT-PCR Detection of RNA Viruses From Food Matrices and Clinical Specimens</td> <td>Mikel, P.; Vasickova, P.; Kralik, P.</td> <td>2015</td> <td>2015-02-25</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7090958" target="_blank">PMC7090958</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25711389.0" target="_blank">25711389.0</a></td> <td><a href="https://doi.org/10.1007/s12560-015-9188-2" target="_blank">10.1007/s12560-015-9188-2</a></td> <td>82iks0xf</td> <td>0.499908</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td> <td><a href="Topic_29.html#mtk3qxue">Zambenedetti_2017</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a></td> </tr> <tr> <th id="5pjam7em";>217</th> <td>Stranieri_2017</td> <td>Reverse transcriptase loop-mediated isothermal amplification for the detection of feline coronavirus</td> <td>Stranieri, Angelica; Lauzi, Stefania; Giordano, Alessia; Paltrinieri, Saverio</td> <td>2017</td> <td>2017-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113849" target="_blank">PMC7113849</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28109842.0" target="_blank">28109842.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2017.01.009" target="_blank">10.1016/j.jviromet.2017.01.009</a></td> <td>5pjam7em</td> <td>0.499857</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_76.html#io9fvy58">Lorusso_2019</a>, <a href="Topic_29.html#zlah6u5s">Günther_2018</a></td> </tr> <tr> <th id="o9glkhyv";>218</th> <td>Houng_2004</td> <td>Development and evaluation of an efficient 3′-noncoding region based SARS coronavirus (SARS-CoV) RT-PCR assay for detection of SARS-CoV infections</td> <td>Houng, Huo-Shu H; Norwood, David; Ludwig, George V; Sun, Wellington; Lin, Minta; Vaughn, David W</td> <td>2004</td> <td>2004-09-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119649" target="_blank">PMC7119649</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15234807.0" target="_blank">15234807.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2004.04.008" target="_blank">10.1016/j.jviromet.2004.04.008</a></td> <td>o9glkhyv</td> <td>0.496756</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#51byypaq">Emery_2004</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_29.html#hnb75vou">Keyaerts_2006</a>, <a href="Topic_23.html#enir91hn">Saijo_2005</a>, <a href="Topic_37.html#1zoizzdp">Wang_2009</a>, <a href="Topic_14.html#9595vm0k">OKBA_2020</a></td> </tr> <tr> <th id="5cyjk2tm";>219</th> <td>Woźniakowski_2017</td> <td>Polymerase cross-linking spiral reaction (PCLSR) for detection of African swine fever virus (ASFV) in pigs and wild boars</td> <td>Woźniakowski, Grzegorz; Frączyk, Magdalena; Kowalczyk, Andrzej; Pomorska-Mól, Małgorzata; Niemczuk, Krzysztof; Pejsak, Zygmunt</td> <td>2017</td> <td>2017-02-15</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5309890" target="_blank">PMC5309890</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28198455.0" target="_blank">28198455.0</a></td> <td><a href="https://doi.org/10.1038/srep42903" target="_blank">10.1038/srep42903</a></td> <td>5cyjk2tm</td> <td>0.496715</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a></td> </tr> <tr> <th id="t6jvi1p8";>220</th> <td>Abravanel_2018</td> <td>Performance of a commercial assay for detecting and quantifying HEV RNA in faeces</td> <td>Abravanel, Florence; Lacipière, Audrey; Lhomme, Sébastien; Dubois, Martine; Minier, Luce; Peron, Jean-Marie; Alric, Laurent; Kamar, Nassim; Izopet, Jacques</td> <td>2018</td> <td>2018-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7106495" target="_blank">PMC7106495</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30336371.0" target="_blank">30336371.0</a></td> <td><a href="https://doi.org/10.1016/j.jcv.2018.10.003" target="_blank">10.1016/j.jcv.2018.10.003</a></td> <td>t6jvi1p8</td> <td>0.496715</td> <td><a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#aw7irlg2">Esona_2013</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_14.html#wci56l0c">Kim_J_2014</a>, <a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_23.html#9q3f4w6u">Xue_G_2013</a></td> </tr> <tr> <th id="tirod4t6";>221</th> <td>Henriques_2018</td> <td>Development and validation of a real-time PCR for the detection and quantification of porcine circovirus type 2</td> <td>Henriques, Ana Margarida; Duarte, Margarida; Barros, Sílvia Carla; Fagulha, Teresa; Ramos, Fernanda; Luís, Tiago; Fevereiro, Miguel</td> <td>2018</td> <td>2018-07-17</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6111954" target="_blank">PMC6111954</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30159371.0" target="_blank">30159371.0</a></td> <td><a href="https://doi.org/10.1007/s13337-018-0476-y" target="_blank">10.1007/s13337-018-0476-y</a></td> <td>tirod4t6</td> <td>0.496629</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_29.html#5qlrsitm">Zhao_2011</a>, <a href="Topic_07.html#tvhbox59">Di_Martino_2009</a></td> </tr> <tr> <th id="3cdfx2zj";>222</th> <td>Chen_2009</td> <td>Rapid pre-clinical detection of classical swine fever by reverse transcription loop-mediated isothermal amplification</td> <td>Chen, Hao-tai; Zhang, Jie; Ma, Li-na; Ma, Yan-ping; Ding, Yao-zhong; Liu, Xiang-tao; Chen, Lei; Ma, Li-qing; Zhang, Yong-guang; Liu, Yong-sheng</td> <td>2009</td> <td>2009-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126361" target="_blank">PMC7126361</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19103283.0" target="_blank">19103283.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2008.12.001" target="_blank">10.1016/j.mcp.2008.12.001</a></td> <td>3cdfx2zj</td> <td>0.496443</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#vqss7z7m">Zhang_2011</a></td> </tr> <tr> <th id="3yze821v";>223</th> <td>Li_H_2015</td> <td>Survey and Visual Detection of Zaire ebolavirus in Clinical Samples Targeting the Nucleoprotein Gene in Sierra Leone</td> <td>Li, Huan; Wang, Xuesong; Liu, Wei; Wei, Xiao; Lin, Weishi; Li, Erna; Li, Puyuan; Dong, Derong; Cui, Lifei; Hu, Xuan; Li, Boxing; Ma, Yanyan; Zhao, Xiangna; Liu, Chao; Yuan, Jing</td> <td>2015</td> <td>2015-12-01</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4664619" target="_blank">PMC4664619</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26648918.0" target="_blank">26648918.0</a></td> <td><a href="https://doi.org/10.3389/fmicb.2015.01332" target="_blank">10.3389/fmicb.2015.01332</a></td> <td>3yze821v</td> <td>0.496443</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="szyw02q2";>224</th> <td>Takiuchi_2006</td> <td>Improved detection of bovine coronavirus N gene in faeces of calves infected naturally by a semi-nested PCR assay and an internal control</td> <td>Takiuchi, Elisabete; Stipp, Danilo T.; Alfieri, Alice F.; Alfieri, Amauri A.</td> <td>2006</td> <td>2006-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112777" target="_blank">PMC7112777</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16182383.0" target="_blank">16182383.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2005.08.005" target="_blank">10.1016/j.jviromet.2005.08.005</a></td> <td>szyw02q2</td> <td>0.496443</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_48.html#q9trdi90">Stipp_2009</a>, <a href="Topic_29.html#t48y27wg">Decaro_2004</a></td> </tr> <tr> <th id="adul9nzf";>225</th> <td>Wu_Q_2004</td> <td>Development of Taqman RT-nested PCR system for clinical SARS-CoV detection</td> <td>Wu, Qingfa; Xu, Zuyuan; Wei, Tian; Zeng, Haipang; Li, Jingxiang; Gang, Haixue; Sun, Min; Jiang, Fangbo; Wang, Xiang; Dong, Wei; Yang, Ling; Wang, Jian</td> <td>2004</td> <td>2004-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119531" target="_blank">PMC7119531</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15109816.0" target="_blank">15109816.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2004.02.011" target="_blank">10.1016/j.jviromet.2004.02.011</a></td> <td>adul9nzf</td> <td>0.496342</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a>, <a href="Topic_29.html#r2upa4o0">Chen_2016</a></td> <td><a href="Topic_29.html#86el3qwn">Poon_2003</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="vfznyyz6";>226</th> <td>Dauner_2015</td> <td>Development of a pan-serotype reverse transcription loop-mediated isothermal amplification assay for the detection of dengue virus</td> <td>Dauner, Allison L.; Mitra, Indrani; Gilliland, Theron; Seales, Sajeewane; Pal, Subhamoy; Yang, Shih-Chun; Guevara, Carolina; Chen, Jiann-Hwa; Liu, Yung-Chuan; Kochel, Tadeusz J.; Wu, Shuenn-Jue L.</td> <td>2015</td> <td>2015-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126901" target="_blank">PMC7126901</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26032430.0" target="_blank">26032430.0</a></td> <td><a href="https://doi.org/10.1016/j.diagmicrobio.2015.05.004" target="_blank">10.1016/j.diagmicrobio.2015.05.004</a></td> <td>vfznyyz6</td> <td>0.495269</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="pof78bwb";>227</th> <td>Abd_El_Wahed_2015</td> <td>Recombinase Polymerase Amplification Assay for Rapid Diagnostics of Dengue Infection</td> <td>Abd El Wahed, Ahmed; Patel, Pranav; Faye, Oumar; Thaloengsok, Sasikanya; Heidenreich, Doris; Matangkasombut, Ponpan; Manopwisedjaroen, Khajohnpong; Sakuntabhai, Anavaj; Sall, Amadou A.; Hufert, Frank T.; Weidmann, Manfred</td> <td>2015</td> <td>2015-06-15</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4468249" target="_blank">PMC4468249</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26075598.0" target="_blank">26075598.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0129682" target="_blank">10.1371/journal.pone.0129682</a></td> <td>pof78bwb</td> <td>0.494295</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="nw8zwv51";>228</th> <td>Bruce_1989</td> <td>Detection of enteroviruses using cDNA and synthetic oligonucleotide probes</td> <td>Bruce, C.; Al-Nakib, W.; Forsyth, M.; Stanway, G.; Almond, J.W.</td> <td>1989</td> <td>1989-08-31</td> <td>PMC</td> <td>N</td> <td></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/2550504.0" target="_blank">2550504.0</a></td> <td><a href="https://doi.org/10.1016/0166-0934(89)90035-9" target="_blank">10.1016/0166-0934(89)90035-9</a></td> <td>nw8zwv51</td> <td>0.494074</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a></td> <td><a href="Topic_29.html#2zp833vq">Benfield_1991</a>, <a href="Topic_21.html#ov92qh6h">Nowak_1984</a></td> </tr> <tr> <th id="p4w2jh00";>229</th> <td>Pyrc_2011</td> <td>Development of loop-mediated isothermal amplification assay for detection of human coronavirus-NL63</td> <td>Pyrc, Krzysztof; Milewska, Aleksandra; Potempa, Jan</td> <td>2011</td> <td>2011-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112811" target="_blank">PMC7112811</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21545810.0" target="_blank">21545810.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2011.04.024" target="_blank">10.1016/j.jviromet.2011.04.024</a></td> <td>p4w2jh00</td> <td>0.493474</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#51byypaq">Emery_2004</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="qhftb6d7";>230</th> <td>Garcia_2005</td> <td>Scalable Transcriptional Analysis Routine—Multiplexed Quantitative Real-Time Polymerase Chain Reaction Platform for Gene Expression Analysis and Molecular Diagnostics</td> <td>Garcia, Elizabeth P.; Dowding, Lori A.; Stanton, Lawrence W.; Slepnev, Vladimir I.</td> <td>2005</td> <td>2005-10-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1888488" target="_blank">PMC1888488</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16237214.0" target="_blank">16237214.0</a></td> <td></td> <td>qhftb6d7</td> <td>0.493139</td> <td><a href="Topic_29.html#qhftb6d7">Garcia_2005</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#qhftb6d7">Garcia_2005</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a>, <a href="Topic_29.html#m02hhvy2">Workenhe_2008</a></td> </tr> <tr> <th id="4qjvf2xw";>231</th> <td>Wen_Z_2009</td> <td>Detection of viral aerosols by use of real-time quantitative PCR</td> <td>Wen, Zhanbo; Yu, Long; Yang, Wenhui; Wang, Jie; Zhao, Jianjun; Li, Na; Lu, Jianchun; Li, Jinsong</td> <td>2009</td> <td>2009-02-04</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087933" target="_blank">PMC7087933</a></td> <td></td> <td><a href="https://doi.org/10.1007/s10453-009-9110-1" target="_blank">10.1007/s10453-009-9110-1</a></td> <td>4qjvf2xw</td> <td>0.492642</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#xb2f0wdy">Kumar_2010</a></td> </tr> <tr> <th id="k1p7fo0e";>232</th> <td>Nidzworski_2011</td> <td>Detection and differentiation of virulent and avirulent strains of Newcastle disease virus by real-time PCR</td> <td>Nidzworski, Dawid; Rabalski, Lukasz; Gromadzka, Beata</td> <td>2011</td> <td>2011-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112782" target="_blank">PMC7112782</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21192979.0" target="_blank">21192979.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2010.12.015" target="_blank">10.1016/j.jviromet.2010.12.015</a></td> <td>k1p7fo0e</td> <td>0.491247</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a></td> </tr> <tr> <th id="3lujp0oy";>233</th> <td>Neeraja_2015</td> <td>Rapid detection and differentiation of dengue virus serotypes by NS1 specific reverse transcription loop-mediated isothermal amplification (RT-LAMP) assay in patients presenting to a tertiary care hospital in Hyderabad, India</td> <td>Neeraja, M.; Lakshmi, V.; Lavanya, Vanjari; Priyanka, E.N.; Parida, M.M.; Dash, P.K.; Sharma, Shashi; Rao, P.V. Lakshmana; Reddy, Gopal</td> <td>2015</td> <td>2015-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119600" target="_blank">PMC7119600</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25455901.0" target="_blank">25455901.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2014.10.005" target="_blank">10.1016/j.jviromet.2014.10.005</a></td> <td>3lujp0oy</td> <td>0.491241</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="p119i282";>234</th> <td>Li_J_2013</td> <td>A Two-Tube Multiplex Reverse Transcription PCR Assay for Simultaneous Detection of Sixteen Human Respiratory Virus Types/Subtypes</td> <td>Li, Jin; Qi, Shunxiang; Zhang, Chen; Hu, Xiumei; Shen, Hongwei; Yang, Mengjie; Wang, Ji; Wang, Miao; Xu, Wenbo; Ma, Xuejun</td> <td>2013</td> <td>2013-08-05</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3747601" target="_blank">PMC3747601</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23984344.0" target="_blank">23984344.0</a></td> <td><a href="https://doi.org/10.1155/2013/327620" target="_blank">10.1155/2013/327620</a></td> <td>p119i282</td> <td>0.491093</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#9apyiy7n">Li_J_2012</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="gwd8qin6";>235</th> <td>Chiu_2006</td> <td>Automated extraction protocol for quantification of SARS-Coronavirus RNA in serum: an evaluation study</td> <td>Chiu, Rossa WK; Jin, Yongjie; Chung, Grace TY; Lui, Wing-bong; Chan, Anthony TC; Lim, Wilina; Dennis Lo, YM</td> <td>2006</td> <td>2006-02-09</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1382231" target="_blank">PMC1382231</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16466582.0" target="_blank">16466582.0</a></td> <td><a href="https://doi.org/10.1186/1471-2334-6-20" target="_blank">10.1186/1471-2334-6-20</a></td> <td>gwd8qin6</td> <td>0.490704</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#oc584x1k">Bruce_2020</a>, <a href="Topic_29.html#aw7irlg2">Esona_2013</a></td> <td><a href="Topic_29.html#86el3qwn">Poon_2003</a>, <a href="Topic_23.html#enir91hn">Saijo_2005</a></td> </tr> <tr> <th id="95z3ecsm";>236</th> <td>Wang_2013</td> <td>Application of Molecular Beacons in Real-Time PCR</td> <td>Wang, Chunming; Yang, Chaoyong James</td> <td>2013</td> <td>2013-07-18</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7123797" target="_blank">PMC7123797</a></td> <td></td> <td><a href="https://doi.org/10.1007/978-3-642-39109-5_3" target="_blank">10.1007/978-3-642-39109-5_3</a></td> <td>95z3ecsm</td> <td>0.487915</td> <td><a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_29.html#8l8vvcw9">Ahberg_2015</a></td> <td><a href="Topic_29.html#8l8vvcw9">Ahberg_2015</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a>, <a href="Topic_29.html#udzyq0e8">Leutenegger_1999</a></td> </tr> <tr> <th id="nxutmxp6";>237</th> <td>Pyrc_2007</td> <td>Detection of New Viruses by VIDISCA: Virus Discovery Based on cDNA-Amplified Fragment Length Polymorphism</td> <td>Pyrc, Krzysztof; Jebbink, Maarten F.; Berkhout, Ben; van der Hoek, Lia</td> <td>2007</td> <td>2007-11-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121709" target="_blank">PMC7121709</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19057862.0" target="_blank">19057862.0</a></td> <td><a href="https://doi.org/10.1007/978-1-59745-181-9_7" target="_blank">10.1007/978-1-59745-181-9_7</a></td> <td>nxutmxp6</td> <td>0.486986</td> <td><a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_07.html#rrscfo33">Hu_T_2012</a></td> </tr> <tr> <th id="97pvtq8e";>238</th> <td>Zheng_2019</td> <td>A multiplex real-time PCR assay for the detection and differentiation of five bovine pinkeye pathogens</td> <td>Zheng, Wanglong; Porter, Elizabeth; Noll, Lance; Stoy, Colin; Lu, Nanyan; Wang, Yin; Liu, Xuming; Purvis, Tanya; Peddireddi, Lalitha; Lubbers, Brian; Hanzlicek, Gregg; Henningson, Jamie; Liu, Zongping; Bai, Jianfa</td> <td>2019</td> <td>2019-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114150" target="_blank">PMC7114150</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30930057.0" target="_blank">30930057.0</a></td> <td><a href="https://doi.org/10.1016/j.mimet.2019.03.024" target="_blank">10.1016/j.mimet.2019.03.024</a></td> <td>97pvtq8e</td> <td>0.485791</td> <td><a href="Topic_70.html#27875dd6">Shin_1993</a>, <a href="Topic_14.html#lcv5phyr">Dalpke_2016</a>, <a href="Topic_70.html#kq051s40">Squire_2013</a>, <a href="Topic_50.html#cvds26dv">El-Seedy_2016</a></td> <td><a href="Topic_76.html#io9fvy58">Lorusso_2019</a>, <a href="Topic_70.html#9adu7axu">Giner_2020</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a></td> </tr> <tr> <th id="1uqjmeic";>239</th> <td>Woo_C_2020</td> <td>Sensitive one-step isothermal detection of pathogen-derived RNAs</td> <td>Chang Ha Woo; Sungho Jang; Giyoung Shin; Gyoo Yeol Jung; Jeong Wook Lee</td> <td>2020</td> <td>2020-03-09</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.05.20031971" target="_blank">10.1101/2020.03.05.20031971</a></td> <td>1uqjmeic</td> <td>0.485292</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="0tmd9knh";>240</th> <td>Li_Z_2016</td> <td>Picoliter Well Array Chip-Based Digital Recombinase Polymerase Amplification for Absolute Quantification of Nucleic Acids</td> <td>Li, Zhao; Liu, Yong; Wei, Qingquan; Liu, Yuanjie; Liu, Wenwen; Zhang, Xuelian; Yu, Yude</td> <td>2016</td> <td>2016-04-13</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4830604" target="_blank">PMC4830604</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27074005.0" target="_blank">27074005.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0153359" target="_blank">10.1371/journal.pone.0153359</a></td> <td>0tmd9knh</td> <td>0.482674</td> <td><a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_14.html#thx9zh11">Zanoli_2012</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#8l8vvcw9">Ahberg_2015</a></td> <td><a href="Topic_14.html#thx9zh11">Zanoli_2012</a>, <a href="Topic_29.html#m71xkuo9">Mori_2006</a>, <a href="Topic_14.html#ggtxuulg">Mauk_2015</a>, <a href="Topic_29.html#huz0tpmi">Kersting_2014</a></td> </tr> <tr> <th id="7bjhobg7";>241</th> <td>Coudray-Meunier_2016</td> <td>A Novel High-Throughput Method for Molecular Detection of Human Pathogenic Viruses Using a Nanofluidic Real-Time PCR System</td> <td>Coudray-Meunier, Coralie; Fraisse, Audrey; Martin-Latil, Sandra; Delannoy, Sabine; Fach, Patrick; Perelle, Sylvie</td> <td>2016</td> <td>2016-01-29</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4732599" target="_blank">PMC4732599</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26824897.0" target="_blank">26824897.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0147832" target="_blank">10.1371/journal.pone.0147832</a></td> <td>7bjhobg7</td> <td>0.482338</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#82iks0xf">Mikel_2015</a></td> </tr> <tr> <th id="kgcy6zi6";>242</th> <td>Dye_C_2008</td> <td>Evaluation of real-time RT-PCR for the quantification of FCoV shedding in the faeces of domestic cats</td> <td>Dye, Charlotte; Helps, Christopher R.; Siddell, Stuart G.</td> <td>2008</td> <td>2008-04-30</td> <td>None</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2582154" target="_blank">PMC2582154</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18243744.0" target="_blank">18243744.0</a></td> <td><a href="https://doi.org/10.1016/j.jfms.2007.10.010" target="_blank">10.1016/j.jfms.2007.10.010</a></td> <td>kgcy6zi6</td> <td>0.481909</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a></td> </tr> <tr> <th id="zogtpm7a";>243</th> <td>Thurman_2011</td> <td>Detection of Mycoplasma pneumoniae, Chlamydia pneumoniae, and Legionella spp. in clinical specimens using a single-tube multiplex real-time PCR assay</td> <td>Thurman, Kathleen A.; Warner, Agnes K.; Cowart, Kelley C.; Benitez, Alvaro J.; Winchell, Jonas M.</td> <td>2011</td> <td>2011-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126442" target="_blank">PMC7126442</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21397428.0" target="_blank">21397428.0</a></td> <td><a href="https://doi.org/10.1016/j.diagmicrobio.2010.11.014" target="_blank">10.1016/j.diagmicrobio.2010.11.014</a></td> <td>zogtpm7a</td> <td>0.479903</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a></td> </tr> <tr> <th id="va0teako";>244</th> <td>Ahmed_2014</td> <td>Rapid Identification of Black Grain Eumycetoma Causative Agents Using Rolling Circle Amplification</td> <td>Ahmed, Sarah A.; van den Ende, Bert H. G. Gerrits; Fahal, Ahmed H.; van de Sande, Wendy W. J.; de Hoog, G. S.</td> <td>2014</td> <td>2014-12-04</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4256478" target="_blank">PMC4256478</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25474355.0" target="_blank">25474355.0</a></td> <td><a href="https://doi.org/10.1371/journal.pntd.0003368" target="_blank">10.1371/journal.pntd.0003368</a></td> <td>va0teako</td> <td>0.479444</td> <td><a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_17.html#t1e0tr4w">Lee_C_2017</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a>, <a href="Topic_14.html#16tii0ha">Pandya_2007</a>, <a href="Topic_07.html#g4sjyytr">Phillippy_2009</a></td> <td><a href="Topic_70.html#3l196l2f">Sazmand_2019</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a>, <a href="Topic_76.html#19u19mb5">Ghazisaeedi_2017</a></td> </tr> <tr> <th id="t847pji4";>245</th> <td>Stefańska_2013</td> <td>Application of three duplex real-time PCR assays for simultaneous detection of human seasonal and avian influenza viruses</td> <td>Stefańska, Ilona; Dzieciatkowski, Tomasz; Brydak, Lidia B.; Romanowska, Magdalena</td> <td>2013</td> <td>2013-03-21</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7086839" target="_blank">PMC7086839</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23515874.0" target="_blank">23515874.0</a></td> <td><a href="https://doi.org/10.1007/s00705-013-1648-0" target="_blank">10.1007/s00705-013-1648-0</a></td> <td>t847pji4</td> <td>0.478156</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a></td> <td><a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#06c3ymc3">Huang_2009</a></td> </tr> <tr> <th id="3211g3ij";>246</th> <td>Saharan_2013</td> <td>Rapid Detection of Viruses Using Loop-Mediated Isothermal Amplification (LAMP): A Review</td> <td>Saharan, P.; Khatri, P.; Dingolia, S.; Duhan, J. S.; Gahlawat, S. K.</td> <td>2013</td> <td>2013-10-04</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7122297" target="_blank">PMC7122297</a></td> <td></td> <td><a href="https://doi.org/10.1007/978-81-322-1683-4_21" target="_blank">10.1007/978-81-322-1683-4_21</a></td> <td>3211g3ij</td> <td>0.478104</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#zvrfqkol">Reddy_2011</a>, <a href="Topic_29.html#yiqmjn2z">Peng_2015</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="a7w3kgo0";>247</th> <td>Falcone_1997</td> <td>Rapid diagnosis of avian infectious bronchitis virus by the polymerase chain reaction</td> <td>Falcone, Emiliana; D'Amore, Emanuela; Di Trani, Livia; Sili, Amalia; Tollis, Maria</td> <td>1997</td> <td>1997-03-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119601" target="_blank">PMC7119601</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/9079758.0" target="_blank">9079758.0</a></td> <td><a href="https://doi.org/10.1016/s0166-0934(96)02151-9" target="_blank">10.1016/s0166-0934(96)02151-9</a></td> <td>a7w3kgo0</td> <td>0.478052</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a></td> </tr> <tr> <th id="5er9klxl";>248</th> <td>Young_2006</td> <td>Real-time RT-PCR detection of Bovine Viral Diarrhoea virus in whole blood using an external RNA reference</td> <td>Young, N.J.; Thomas, C.J.; Collins, M.E.; Brownlie, J.</td> <td>2006</td> <td>2006-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112878" target="_blank">PMC7112878</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17030066.0" target="_blank">17030066.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2006.08.008" target="_blank">10.1016/j.jviromet.2006.08.008</a></td> <td>5er9klxl</td> <td>0.475425</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#kgcy6zi6">Dye_C_2008</a></td> </tr> <tr> <th id="5dub8nv7";>249</th> <td>Le_T_2020</td> <td>Development of a Multiplex RT-qPCR for the Detection of Different Clades of Avian Influenza in Poultry</td> <td>Le, Tran Bac; Kim, Hye Kwon; Na, Woonsung; Le, Van Phan; Song, Min-Suk; Song, Daesub; Jeong, Dae Gwin; Yoon, Sun-Woo</td> <td>2020</td> <td>2020-01-15</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7019278" target="_blank">PMC7019278</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31952218.0" target="_blank">31952218.0</a></td> <td><a href="https://doi.org/10.3390/v12010100" target="_blank">10.3390/v12010100</a></td> <td>5dub8nv7</td> <td>0.475107</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="ajqkc91q";>250</th> <td>Zhu_Z_2013</td> <td>Development and Evaluation of a SYBR Green-Based Real Time RT-PCR Assay for Detection of the Emerging Avian Influenza A (H7N9) Virus</td> <td>Zhu, Zheng; Fan, Huan; Qi, Xian; Qi, Yuhua; Shi, Zhiyang; Wang, Hua; Cui, Lunbiao; Zhou, Minghao</td> <td>2013</td> <td>2013-11-20</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3835827" target="_blank">PMC3835827</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24278234.0" target="_blank">24278234.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0080028" target="_blank">10.1371/journal.pone.0080028</a></td> <td>ajqkc91q</td> <td>0.473907</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td> <td><a href="Topic_29.html#xb2f0wdy">Kumar_2010</a>, <a href="Topic_30.html#3uqlimov">Bolotin_2009</a></td> </tr> <tr> <th id="ox1a5lhm";>251</th> <td>Wilkes_2017</td> <td>Rapid and sensitive insulated isothermal PCR for point-of-need feline leukaemia virus detection</td> <td>Wilkes, Rebecca P; Anis, Eman; Dunbar, Dawn; Lee, Pei-Yu A; Tsai, Yun-Long; Lee, Fu-Chun; Chang, Hsiao-Fen G; Wang, Hwa-Tang T; Graham, Elizabeth M</td> <td>2017</td> <td>2017-06-07</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5871024" target="_blank">PMC5871024</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28589743.0" target="_blank">28589743.0</a></td> <td><a href="https://doi.org/10.1177/1098612x17712847" target="_blank">10.1177/1098612x17712847</a></td> <td>ox1a5lhm</td> <td>0.473151</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_76.html#o8qbqxhx">Cavalcante_2018</a>, <a href="Topic_76.html#io9fvy58">Lorusso_2019</a></td> </tr> <tr> <th id="iqzurjr1";>252</th> <td>Carossino_2019</td> <td>Development and evaluation of a one-step multiplex real-time TaqMan(®) RT-qPCR assay for the detection and genotyping of equine G3 and G14 rotaviruses in fecal samples</td> <td>Carossino, Mariano; Barrandeguy, Maria E.; Erol, Erdal; Li, Yanqiu; Balasuriya, Udeni B. R.</td> <td>2019</td> <td>2019-04-25</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6482509" target="_blank">PMC6482509</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31023319.0" target="_blank">31023319.0</a></td> <td><a href="https://doi.org/10.1186/s12985-019-1149-1" target="_blank">10.1186/s12985-019-1149-1</a></td> <td>iqzurjr1</td> <td>0.472281</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_14.html#6lxc2rj2">Soltan_2016</a></td> </tr> <tr> <th id="6dvpqgf5";>253</th> <td>Shirato_2014</td> <td>Detection of Middle East respiratory syndrome coronavirus using reverse transcription loop-mediated isothermal amplification (RT-LAMP)</td> <td>Shirato, Kazuya; Yano, Takuya; Senba, Syouhei; Akachi, Shigehiro; Kobayashi, Takashi; Nishinaka, Takamichi; Notomi, Tsugunori; Matsuyama, Shutoku</td> <td>2014</td> <td>2014-08-08</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4132226" target="_blank">PMC4132226</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25103205.0" target="_blank">25103205.0</a></td> <td><a href="https://doi.org/10.1186/1743-422x-11-139" target="_blank">10.1186/1743-422x-11-139</a></td> <td>6dvpqgf5</td> <td>0.471733</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_35.html#z535gkg3">Kossyvakis_2015</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="nx60hae0";>254</th> <td>Engel_2010</td> <td>A diagnostic oligonucleotide microarray for simultaneous detection of grapevine viruses</td> <td>Engel, Esteban A.; Escobar, Paula F.; Rojas, Luis A.; Rivera, Paulina A.; Fiore, Nicola; Valenzuela, Pablo D.T.</td> <td>2010</td> <td>2010-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112925" target="_blank">PMC7112925</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19914293.0" target="_blank">19914293.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.11.009" target="_blank">10.1016/j.jviromet.2009.11.009</a></td> <td>nx60hae0</td> <td>0.468849</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_29.html#8k3e2j98">Londoño_2016</a>, <a href="Topic_37.html#77lqxgmh">Wu_H_2004</a></td> </tr> <tr> <th id="gptr9x9k";>255</th> <td>Streck_2013</td> <td>An updated TaqMan real-time PCR for canine and feline parvoviruses</td> <td>Streck, André Felipe; Rüster, Dana; Truyen, Uwe; Homeier, Timo</td> <td>2013</td> <td>2013-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119788" target="_blank">PMC7119788</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23680092.0" target="_blank">23680092.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2013.04.025" target="_blank">10.1016/j.jviromet.2013.04.025</a></td> <td>gptr9x9k</td> <td>0.468345</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_76.html#fro1261r">Ramsauer_2007</a></td> <td><a href="Topic_07.html#phnqftsj">Zaher_2020</a>, <a href="Topic_07.html#tvhbox59">Di_Martino_2009</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="ylqcql0i";>256</th> <td>Corman_2016</td> <td>Assay optimization for molecular detection of Zika virus</td> <td>Corman, Victor M; Rasche, Andrea; Baronti, Cecile; Aldabbagh, Souhaib; Cadar, Daniel; Reusken, Chantal BEM; Pas, Suzan D; Goorhuis, Abraham; Schinkel, Janke; Molenkamp, Richard; Kümmerer, Beate M; Bleicker, Tobias; Brünink, Sebastian; Eschbach-Bludau, Monika; Eis-Hübinger, Anna M; Koopmans, Marion P; Schmidt-Chanasit, Jonas; Grobusch, Martin P; de Lamballerie, Xavier; Drosten, Christian; Drexler, Jan Felix</td> <td>2016</td> <td>2016-12-01</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5153932" target="_blank">PMC5153932</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27994281.0" target="_blank">27994281.0</a></td> <td><a href="https://doi.org/10.2471/blt.16.175950" target="_blank">10.2471/blt.16.175950</a></td> <td>ylqcql0i</td> <td>0.468129</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a></td> </tr> <tr> <th id="z849jvq5";>257</th> <td>Li_Y_2013</td> <td>Simultaneous detection of hemagglutinin and neuraminidase genes of novel influenza A (H7N9) by duplex real-time reverse transcription polymerase chain reaction</td> <td>Li, Yan; Wu, Tao; Qi, Xian; Ge, Yiyue; Guo, Xiling; Wu, Bin; Yu, Huiyan; Zhu, Yefei; Shi, Zhiyang; Wang, Hua; Cui, Lunbiao; Zhou, Minghao</td> <td>2013</td> <td>2013-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113656" target="_blank">PMC7113656</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24001700.0" target="_blank">24001700.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2013.08.021" target="_blank">10.1016/j.jviromet.2013.08.021</a></td> <td>z849jvq5</td> <td>0.467355</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="1ivcfutr";>258</th> <td>Garvey_2014</td> <td>Development and evaluation of SYBR Green-I based quantitative PCR assays for herpes simplex virus type 1 whole transcriptome analysis</td> <td>Garvey, Cathryn E.; McGowin, Chris L.; Foster, Timothy P.</td> <td>2014</td> <td>2014-06-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4041175" target="_blank">PMC4041175</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24607486.0" target="_blank">24607486.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2014.02.010" target="_blank">10.1016/j.jviromet.2014.02.010</a></td> <td>1ivcfutr</td> <td>0.466174</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_14.html#sv6uh7hh">Oba_M_2018</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#nycdhdsd">Schoenike_1999</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#9apyiy7n">Li_J_2012</a></td> </tr> <tr> <th id="qhftb6d7";>259</th> <td>Garcia_2005</td> <td>Scalable Transcriptional Analysis Routine—Multiplexed Quantitative Real-Time Polymerase Chain Reaction Platform for Gene Expression Analysis and Molecular Diagnostics</td> <td>Garcia, Elizabeth P.; Dowding, Lori A.; Stanton, Lawrence W.; Slepnev, Vladimir I.</td> <td>2005</td> <td>2005-10-31</td> <td>PMC</td> <td>N</td> <td></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16237214.0" target="_blank">16237214.0</a></td> <td><a href="https://doi.org/10.1016/s1525-1578(10)60575-2" target="_blank">10.1016/s1525-1578(10)60575-2</a></td> <td>qhftb6d7</td> <td>0.466125</td> <td><a href="Topic_29.html#qhftb6d7">Garcia_2005</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#qhftb6d7">Garcia_2005</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a>, <a href="Topic_29.html#m02hhvy2">Workenhe_2008</a></td> </tr> <tr> <th id="pbpvlvlk";>260</th> <td>Du_Y_2015</td> <td>A Sweet Spot for Molecular Diagnostics: Coupling Isothermal Amplification and Strand Exchange Circuits to Glucometers</td> <td>Du, Yan; Hughes, Randall A.; Bhadra, Sanchita; Jiang, Yu Sherry; Ellington, Andrew D.; Li, Bingling</td> <td>2015</td> <td>2015-06-08</td> <td>None</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4458886" target="_blank">PMC4458886</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26050646.0" target="_blank">26050646.0</a></td> <td><a href="https://doi.org/10.1038/srep11039" target="_blank">10.1038/srep11039</a></td> <td>pbpvlvlk</td> <td>0.465213</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a></td> <td><a href="Topic_29.html#m71xkuo9">Mori_2006</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_60.html#viz05uam">Dong_2019</a>, <a href="Topic_14.html#thx9zh11">Zanoli_2012</a></td> </tr> <tr> <th id="o4ic3u3n";>261</th> <td>Zheney_2018</td> <td>Real-time fluorescence loop-mediated isothermal amplification assay for direct detection of egg drop syndrome virus</td> <td>Zheney, Makay; Kaziyev, Zhambul; Kassenova, Gulmira; Zhao, Lingna; Liu, Wei; Liang, Lin; Li, Gang</td> <td>2018</td> <td>2018-02-13</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5811957" target="_blank">PMC5811957</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29439721.0" target="_blank">29439721.0</a></td> <td><a href="https://doi.org/10.1186/s12917-018-1364-9" target="_blank">10.1186/s12917-018-1364-9</a></td> <td>o4ic3u3n</td> <td>0.463671</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#ze5a2pte">Rivera_2013</a></td> </tr> <tr> <th id="vi6rth9o";>262</th> <td>Zhang_2016</td> <td>Establishment and application of a real-time loop-mediated isothermal amplification system for the detection of CYP2C19 polymorphisms</td> <td>Zhang, Chao; Yao, Yao; Zhu, Juan-Li; Zhang, Si-Nong; Zhang, Shan-Shan; Wei, Hua; Hui, Wen-Li; Cui, Ya-Li</td> <td>2016</td> <td>2016-06-01</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4887897" target="_blank">PMC4887897</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27246657.0" target="_blank">27246657.0</a></td> <td><a href="https://doi.org/10.1038/srep26533" target="_blank">10.1038/srep26533</a></td> <td>vi6rth9o</td> <td>0.462139</td> <td><a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#gmjnbnx5">Yang_2012</a></td> </tr> <tr> <th id="rpf02tc0";>263</th> <td>Zlateva_2011</td> <td>Design and validation of consensus-degenerate hybrid oligonucleotide primers for broad and sensitive detection of corona- and toroviruses</td> <td>Zlateva, Kalina T.; Crusio, Kelly M.; Leontovich, Andrey M.; Lauber, Chris; Claas, Eric; Kravchenko, Alexander A.; Spaan, Willy J.M.; Gorbalenya, Alexander E.</td> <td>2011</td> <td>2011-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112876" target="_blank">PMC7112876</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21864579.0" target="_blank">21864579.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2011.08.005" target="_blank">10.1016/j.jviromet.2011.08.005</a></td> <td>rpf02tc0</td> <td>0.462021</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="3c1vue0y";>264</th> <td>Greene_2003</td> <td>Evaluation of the NucliSens® Basic Kit assay for detection of Norwalk virus RNA in stool specimens</td> <td>Greene, Shermalyn R; Moe, Christine L; Jaykus, Lee-Ann; Cronin, Mike; Grosso, Lynell; Aarle, Pierre van</td> <td>2003</td> <td>2003-03-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119547" target="_blank">PMC7119547</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/12565163.0" target="_blank">12565163.0</a></td> <td><a href="https://doi.org/10.1016/s0166-0934(02)00286-0" target="_blank">10.1016/s0166-0934(02)00286-0</a></td> <td>3c1vue0y</td> <td>0.461460</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#t48y27wg">Decaro_2004</a></td> </tr> <tr> <th id="mne96c9i";>265</th> <td>Nagy_2017</td> <td>Evaluation of TaqMan qPCR System Integrating Two Identically Labelled Hydrolysis Probes in Single Assay</td> <td>Nagy, Alexander; Vitásková, Eliška; Černíková, Lenka; Křivda, Vlastimil; Jiřincová, Helena; Sedlák, Kamil; Horníčková, Jitka; Havlíčková, Martina</td> <td>2017</td> <td>2017-01-25</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5264587" target="_blank">PMC5264587</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28120891.0" target="_blank">28120891.0</a></td> <td><a href="https://doi.org/10.1038/srep41392" target="_blank">10.1038/srep41392</a></td> <td>mne96c9i</td> <td>0.461425</td> <td><a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_07.html#bbvxu8op">Karaman_2005</a>, <a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#ouyr4oke">Bhadra_2020</a>, <a href="Topic_29.html#t48y27wg">Decaro_2004</a></td> </tr> <tr> <th id="09dm8vu2";>266</th> <td>Wilkes_2015</td> <td>An insulated isothermal PCR method on a field-deployable device for rapid and sensitive detection of canine parvovirus type 2 at points of need</td> <td>Wilkes, Rebecca P.; Lee, Pei-Yu A.; Tsai, Yun-Long; Tsai, Chuan-Fu; Chang, Hsiu-Hui; Chang, Hsiao-Fen G.; Wang, Hwa-Tang T.</td> <td>2015</td> <td>2015-08-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119629" target="_blank">PMC7119629</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25889355.0" target="_blank">25889355.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2015.04.007" target="_blank">10.1016/j.jviromet.2015.04.007</a></td> <td>09dm8vu2</td> <td>0.457069</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#1c5ug64m">Zhuang_2019</a>, <a href="Topic_07.html#phnqftsj">Zaher_2020</a>, <a href="Topic_29.html#hj0bt9bd">Wang_2017</a></td> </tr> <tr> <th id="in29sfj7";>267</th> <td>Scheltinga_2005</td> <td>Diagnosis of human metapneumovirus and rhinovirus in patients with respiratory tract infections by an internally controlled multiplex real-time RNA PCR</td> <td>Scheltinga, S.A.; Templeton, K.E.; Beersma, M.F.C.; Claas, E.C.J.</td> <td>2005</td> <td>2005-08-31</td> <td>PMC</td> <td>N</td> <td></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15994117.0" target="_blank">15994117.0</a></td> <td><a href="https://doi.org/10.1016/j.jcv.2004.08.021" target="_blank">10.1016/j.jcv.2004.08.021</a></td> <td>in29sfj7</td> <td>0.456868</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_05.html#y9jro9gt">You_H_2017</a></td> </tr> <tr> <th id="m71xkuo9";>268</th> <td>Mori_2006</td> <td>Sequence specific visual detection of LAMP reactions by addition of cationic polymers</td> <td>Mori, Yasuyoshi; Hirano, Tsuyoshi; Notomi, Tsugunori</td> <td>2006</td> <td>2006-01-10</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1373654" target="_blank">PMC1373654</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16401354.0" target="_blank">16401354.0</a></td> <td><a href="https://doi.org/10.1186/1472-6750-6-3" target="_blank">10.1186/1472-6750-6-3</a></td> <td>m71xkuo9</td> <td>0.456428</td> <td><a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a>, <a href="Topic_60.html#q25gd0tk">Yang_2008</a></td> <td><a href="Topic_29.html#ze5a2pte">Rivera_2013</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#tcvs4beg">Lee_S_2008</a></td> </tr> <tr> <th id="dfcqhvn9";>269</th> <td>Mu_Y_2014</td> <td>New method for the visual detection of human respiratory syncytial virus using reverse transcription loop-mediated amplification</td> <td>Mu, Yonglin; Zeng, Jiawei; Chen, Qianqian; Liu, Jia; Wang, Lili; Yao, Fujia; Cui, Meng; He, Zhixiang; Zhang, Chiyu; Xiao, Ming; Lan, Ke</td> <td>2014</td> <td>2014-09-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113655" target="_blank">PMC7113655</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24925133.0" target="_blank">24925133.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2014.06.005" target="_blank">10.1016/j.jviromet.2014.06.005</a></td> <td>dfcqhvn9</td> <td>0.455181</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a></td> </tr> <tr> <th id="8wlpt4fa";>270</th> <td>Luo_L_2020</td> <td>Establishment of method for dual simultaneous detection of PEDV and TGEV by combination of magnetic micro-particles and nanoparticles</td> <td>Luo, Le; Chen, Jing; Li, Xiaomin; Qiao, Dan; Wang, Zhenyu; Wu, Xingchen; Du, Qian; Tong, Dewen; Huang, Yong</td> <td>2020</td> <td>2020-03-05</td> <td>PMC</td> <td>N</td> <td></td> <td></td> <td><a href="https://doi.org/10.1016/j.jiac.2020.01.008" target="_blank">10.1016/j.jiac.2020.01.008</a></td> <td>8wlpt4fa</td> <td>0.454449</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_30.html#ei33h8ts">van_Riel_2007</a></td> <td><a href="Topic_44.html#rc67p55z">Xu_F_2020</a>, <a href="Topic_23.html#xnqkqgvy">Okda_2016</a>, <a href="Topic_44.html#8c76vi90">Ma_Z_2019</a></td> </tr> <tr> <th id="zduf4f73";>271</th> <td>Zhong_2007</td> <td>Viral RNA extraction for in-the-field analysis</td> <td>Zhong, Jiang F.; Weiner, Leslie P.; Burke, Kathy; Taylor, Clive R.</td> <td>2007</td> <td>2007-09-30</td> <td>None</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3635480" target="_blank">PMC3635480</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17548117.0" target="_blank">17548117.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2007.04.006" target="_blank">10.1016/j.jviromet.2007.04.006</a></td> <td>zduf4f73</td> <td>0.454440</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td> <td><a href="Topic_29.html#82iks0xf">Mikel_2015</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a></td> </tr> <tr> <th id="992l4een";>272</th> <td>Hanaki_2013</td> <td>Reverse transcription-loop-mediated isothermal amplification for the detection of rodent coronaviruses</td> <td>Hanaki, Ken-Ichi; Ike, Fumio; Hatakeyama, Rika; Hirano, Norio</td> <td>2013</td> <td>2013-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112798" target="_blank">PMC7112798</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23123121.0" target="_blank">23123121.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2012.10.008" target="_blank">10.1016/j.jviromet.2012.10.008</a></td> <td>992l4een</td> <td>0.454430</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="m81hfdpe";>273</th> <td>Cordes_2020</td> <td>Rapid random access detection of the novel SARS-coronavirus-2 (SARS-CoV-2, previously 2019-nCoV) using an open access protocol for the Panther Fusion</td> <td>Cordes, Anne K.; Heim, Albert</td> <td>2020</td> <td>2020-04-30</td> <td>PMC</td> <td>Y</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7129486" target="_blank">PMC7129486</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/32143123.0" target="_blank">32143123.0</a></td> <td><a href="https://doi.org/10.1016/j.jcv.2020.104305" target="_blank">10.1016/j.jcv.2020.104305</a></td> <td>m81hfdpe</td> <td>0.454256</td> <td><a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#r2upa4o0">Chen_2016</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a></td> <td><a href="Topic_41.html#dqour5jr">Ou_X_2020</a>, <a href="Topic_27.html#zrbesm5b">Rockx_2020</a>, <a href="Topic_14.html#9595vm0k">OKBA_2020</a>, <a href="Topic_41.html#vu7u11yk">Zheng_2020</a></td> </tr> <tr> <th id="518giv0m";>274</th> <td>Tsai_2019</td> <td>A fully automated sample-to-answer PCR system for easy and sensitive detection of dengue virus in human serum and mosquitos</td> <td>Tsai, Jih-Jin; Liu, Wei-Liang; Lin, Ping-Chang; Huang, Bo-Yi; Tsai, Ching-Yi; Lee, Pei-Yu Alison; Tsai, Yun-Long; Chou, Pin-Hsing; Chung, Simon; Liu, Li-Teh; Chen, Chun-Hong</td> <td>2019</td> <td>2019-07-10</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6619671" target="_blank">PMC6619671</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31291289.0" target="_blank">31291289.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0218139" target="_blank">10.1371/journal.pone.0218139</a></td> <td>518giv0m</td> <td>0.454017</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a>, <a href="Topic_14.html#utvf8yh6">Chen_2018</a>, <a href="Topic_14.html#sv6uh7hh">Oba_M_2018</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_14.html#wci56l0c">Kim_J_2014</a></td> </tr> <tr> <th id="x53v2cze";>275</th> <td>Verbeek_1988</td> <td>Biotinylated and radioactive cDNA probes in the detection by hybridization of bovine enteric coronavirus</td> <td>Verbeek, Arnold; Tijssen, Peter</td> <td>1988</td> <td>1988-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7135618" target="_blank">PMC7135618</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/3221884.0" target="_blank">3221884.0</a></td> <td><a href="https://doi.org/10.1016/0890-8508(88)90005-9" target="_blank">10.1016/0890-8508(88)90005-9</a></td> <td>x53v2cze</td> <td>0.453811</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#0yp4c4ks">Banerjee_2001</a>, <a href="Topic_29.html#402ls2aq">Endoh_2005</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_21.html#ov92qh6h">Nowak_1984</a>, <a href="Topic_76.html#gzcb6uqw">Martinez_1993</a>, <a href="Topic_29.html#2zp833vq">Benfield_1991</a></td> </tr> <tr> <th id="zlah6u5s";>276</th> <td>Günther_2018</td> <td>Detection of feline Coronavirus in effusions of cats with and without feline infectious peritonitis using loop-mediated isothermal amplification</td> <td>Günther, Sonja; Felten, Sandra; Wess, Gerhard; Hartmann, Katrin; Weber, Karin</td> <td>2018</td> <td>2018-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113784" target="_blank">PMC7113784</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29540320.0" target="_blank">29540320.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2018.03.003" target="_blank">10.1016/j.jviromet.2018.03.003</a></td> <td>zlah6u5s</td> <td>0.453338</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_76.html#io9fvy58">Lorusso_2019</a>, <a href="Topic_76.html#08b0g46x">Barker_2017</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_76.html#n9pdec84">Guan_2020</a></td> </tr> <tr> <th id="84vf5bts";>277</th> <td>Sakurai_2011</td> <td>Rapid typing of influenza viruses using super high-speed quantitative real-time PCR</td> <td>Sakurai, Akira; Nomura, Namiko; Nanba, Reiko; Sinkai, Takayuki; Iwaki, Tsunehito; Obayashi, Taminori; Hashimoto, Kazuhiro; Hasegawa, Michiya; Sakoda, Yoshihiro; Naito, Akihiro; Morizane, Yoshihito; Hosaka, Mitsugu; Tsuboi, Kunio; Kida, Hiroshi; Kai, Akemi; Shibasaki, Futoshi</td> <td>2011</td> <td>2011-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119501" target="_blank">PMC7119501</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21889540.0" target="_blank">21889540.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2011.08.015" target="_blank">10.1016/j.jviromet.2011.08.015</a></td> <td>84vf5bts</td> <td>0.453026</td> <td><a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="glimvjhl";>278</th> <td>Claas_1992</td> <td>Type-specific identification of influenza viruses A, B and C by the polymerase chain reaction</td> <td>Claas, E.C.J.; Sprenger, M.J.W.; Kletera, G.E.M.; Beek, R.Van; Quint, W.G.V.; Masurela, N.</td> <td>1992</td> <td>1992-09-30</td> <td>PMC</td> <td>N</td> <td></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/1430057.0" target="_blank">1430057.0</a></td> <td><a href="https://doi.org/10.1016/0166-0934(92)90120-3" target="_blank">10.1016/0166-0934(92)90120-3</a></td> <td>glimvjhl</td> <td>0.453026</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_23.html#9q3f4w6u">Xue_G_2013</a></td> </tr> <tr> <th id="r8vfssev";>279</th> <td>Juang_2004</td> <td>Coupling multiplex RT-PCR to a gene chip assay for sensitive and semiquantitative detection of severe acute respiratory syndrome-coronavirus</td> <td>Juang, Jyh-Lyh; Chen, Tsan-Chi; Jiang, Shih Sheng; Hsiung, Chao A; Chen, Wei-Chen; Chen, Guang-Wu; Lin, Shiang-Ming; Lin, Jih-Hui; Chiu, Shu-Chun; Lai, Yiu-Kay</td> <td>2004</td> <td>2004-06-14</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7100734" target="_blank">PMC7100734</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15195120.0" target="_blank">15195120.0</a></td> <td><a href="https://doi.org/10.1038/labinvest.3700136" target="_blank">10.1038/labinvest.3700136</a></td> <td>r8vfssev</td> <td>0.451883</td> <td><a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#51byypaq">Emery_2004</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="dulhzcxq";>280</th> <td>Sun_Y_2018</td> <td>A multiplex TaqMan real-time PCR for detection and differentiation of four antigenic types of canine parvovirus in China</td> <td>Sun, Yaru; Cheng, Yuening; Lin, Peng; Yi, Li; Tong, Mingwei; Cao, Zhigang; Wang, Gaili; Li, Shuang; Cheng, Shipeng; Yuan, Wanzhe; Wang, Jianke</td> <td>2018</td> <td>2018-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126752" target="_blank">PMC7126752</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29499233.0" target="_blank">29499233.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2018.02.004" target="_blank">10.1016/j.mcp.2018.02.004</a></td> <td>dulhzcxq</td> <td>0.451759</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_29.html#zarq507s">Pulford_2004</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_07.html#mmd8ru3r">Chiang_2016</a>, <a href="Topic_29.html#j9s17r55">Liu_Z_2019</a>, <a href="Topic_07.html#22jpmmlk">Choi_2015</a>, <a href="Topic_07.html#brsailag">Lin_C_2014</a></td> </tr> <tr> <th id="zl1s82yi";>281</th> <td>Shulman_2012</td> <td>Evaluation of Four Different Systems for Extraction of RNA from Stool Suspensions Using MS-2 Coliphage as an Exogenous Control for RT-PCR Inhibition</td> <td>Shulman, Lester M.; Hindiyeh, Musa; Muhsen, Khitam; Cohen, Dani; Mendelson, Ella; Sofer, Danit</td> <td>2012</td> <td>2012-07-16</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3397973" target="_blank">PMC3397973</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22815706.0" target="_blank">22815706.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0039455" target="_blank">10.1371/journal.pone.0039455</a></td> <td>zl1s82yi</td> <td>0.451357</td> <td><a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#2n23vee8">Bhudevi_2001</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#kgcy6zi6">Dye_C_2008</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a>, <a href="Topic_29.html#82iks0xf">Mikel_2015</a></td> </tr> <tr> <th id="1av38egi";>282</th> <td>Verbeek_1990</td> <td>Polymerase chain reaction for probe synthesis and for direct amplification in detection of bovine coronavirus</td> <td>Verbeek, Arnold; Tijssen, Peter</td> <td>1990</td> <td>1990-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119836" target="_blank">PMC7119836</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/2266145.0" target="_blank">2266145.0</a></td> <td><a href="https://doi.org/10.1016/0166-0934(90)90052-h" target="_blank">10.1016/0166-0934(90)90052-h</a></td> <td>1av38egi</td> <td>0.450717</td> <td><a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#402ls2aq">Endoh_2005</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a>, <a href="Topic_21.html#kw2cedm7">Brown_1984</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a></td> </tr> <tr> <th id="8k3e2j98";>283</th> <td>Londoño_2016</td> <td>Evaluation of recombinase polymerase amplification for detection of begomoviruses by plant diagnostic clinics</td> <td>Londoño, Maria A.; Harmon, Carrie L.; Polston, Jane E.</td> <td>2016</td> <td>2016-03-22</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4802622" target="_blank">PMC4802622</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27000806.0" target="_blank">27000806.0</a></td> <td><a href="https://doi.org/10.1186/s12985-016-0504-8" target="_blank">10.1186/s12985-016-0504-8</a></td> <td>8k3e2j98</td> <td>0.449484</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a></td> <td><a href="Topic_37.html#77lqxgmh">Wu_H_2004</a></td> </tr> <tr> <th id="j9s17r55";>284</th> <td>Liu_Z_2019</td> <td>Application of Duplex Fluorescence Melting Curve Analysis (FMCA) to Identify Canine Parvovirus Type 2 Variants</td> <td>Liu, Zhicheng; Bingga, Gali; Zhang, Chunhong; Shao, Junjie; Shen, Haiyan; Sun, Junying; Zhang, Jianfeng</td> <td>2019</td> <td>2019-03-05</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6411689" target="_blank">PMC6411689</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30891024.0" target="_blank">30891024.0</a></td> <td><a href="https://doi.org/10.3389/fmicb.2019.00419" target="_blank">10.3389/fmicb.2019.00419</a></td> <td>j9s17r55</td> <td>0.449285</td> <td><a href="Topic_07.html#kxjomk2s">Chieochansin_2010</a>, <a href="Topic_29.html#zarq507s">Pulford_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a></td> <td><a href="Topic_29.html#dulhzcxq">Sun_Y_2018</a>, <a href="Topic_07.html#brsailag">Lin_C_2014</a>, <a href="Topic_07.html#mmd8ru3r">Chiang_2016</a>, <a href="Topic_07.html#l9ghggu7">Hoang_2019</a></td> </tr> <tr> <th id="wlhmcdcn";>285</th> <td>Rutschke_2015</td> <td>Hot start reverse transcriptase: an approach for improved real-time RT-PCR performance</td> <td>Rutschke, Nils; Zimmermann, Jan; Möller, Ronny; Klöck, Gerd; Winterhalter, Mathias; Leune, Annika</td> <td>2015</td> <td>2015-06-21</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7099353" target="_blank">PMC7099353</a></td> <td></td> <td><a href="https://doi.org/10.1186/s40543-015-0063-4" target="_blank">10.1186/s40543-015-0063-4</a></td> <td>wlhmcdcn</td> <td>0.449048</td> <td><a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#dtvzwin8">Jeong_2015</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a></td> </tr> <tr> <th id="gzxeud8h";>286</th> <td>Mizutani_2007</td> <td>Rapid Genome Sequencing of RNA Viruses</td> <td>Mizutani, Tetsuya; Endoh, Daiji; Okamoto, Michiko; Shirato, Kazuya; Shimizu, Hiroyuki; Arita, Minetaro; Fukushi, Shuetsu; Saijo, Masayuki; Lim, Chang Kweng; Ito, Mikako; Nerome, Reiko; Takasaki, Tomohiko; Ishii, Koji; Suzuki, Tetsuro; Kurane, Ichiro; Morikawa, Shigeru; Nishimura, Hidekazu</td> <td>2007</td> <td>2007-02-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2725858" target="_blank">PMC2725858</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17479903.0" target="_blank">17479903.0</a></td> <td><a href="https://doi.org/10.3201/eid1302.061032" target="_blank">10.3201/eid1302.061032</a></td> <td>gzxeud8h</td> <td>0.447853</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#ov92qh6h">Nowak_1984</a>, <a href="Topic_21.html#sik7m86l">Tzeng_2006</a></td> </tr> <tr> <th id="z3js3mr4";>287</th> <td>Chen_2015</td> <td>Development and Evaluation of a SYBR Green–Based Real-Time Multiplex RT-PCR Assay for Simultaneous Detection and Serotyping of Dengue and Chikungunya Viruses</td> <td>Chen, Huixin; Parimelalagan, Mariya; Lai, Yee Ling; Lee, Kim Sung; Koay, Evelyn Siew-Chuan; Hapuarachchi, Hapuarachchige C.; Ng, Lee Ching; Ho, Phui San; Chu, Justin Jang Hann</td> <td>2015</td> <td>2015-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7106138" target="_blank">PMC7106138</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26455921.0" target="_blank">26455921.0</a></td> <td><a href="https://doi.org/10.1016/j.jmoldx.2015.06.008" target="_blank">10.1016/j.jmoldx.2015.06.008</a></td> <td>z3js3mr4</td> <td>0.447288</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a></td> <td><a href="Topic_29.html#3yn80r9h">Yang_2009</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#3lujp0oy">Neeraja_2015</a></td> </tr> <tr> <th id="hhi8nf1r";>288</th> <td>Arita_2009</td> <td>Development of a reverse transcription-loop-mediated isothermal amplification (RT-LAMP) system for a highly sensitive detection of enterovirus in the stool samples of acute flaccid paralysis cases</td> <td>Arita, Minetaro; Ling, Hua; Yan, Dongmei; Nishimura, Yorihiro; Yoshida, Hiromu; Wakita, Takaji; Shimizu, Hiroyuki</td> <td>2009</td> <td>2009-12-16</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2803793" target="_blank">PMC2803793</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20015403.0" target="_blank">20015403.0</a></td> <td><a href="https://doi.org/10.1186/1471-2334-9-208" target="_blank">10.1186/1471-2334-9-208</a></td> <td>hhi8nf1r</td> <td>0.446849</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_29.html#992l4een">Hanaki_2013</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="wuvry51z";>289</th> <td>Broughton_2020</td> <td>Rapid Detection of 2019 Novel Coronavirus SARS-CoV-2 Using a CRISPR-based DETECTR Lateral Flow Assay</td> <td>James P Broughton; Xianding Deng; Guixia Yu; Clare L Fasching; Jasmeet Singh; Jessica Streithorst; Andrea Granados; Alicia Sotomayor-Gonzalez; Kelsey Zorn; Allan Gopez; Elaine Hsu; Wei Gu; Steven Miller; Chao-Yang Pan; Hugo Guevara; Debra Wadford; Janice Chen; Charles Y Chiu</td> <td>2020</td> <td>2020-03-10</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.06.20032334" target="_blank">10.1101/2020.03.06.20032334</a></td> <td>wuvry51z</td> <td>0.446212</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_39.html#2lcz3yy5">Lim_T_2012</a>, <a href="Topic_39.html#yt9cldeb">Wang_2014</a>, <a href="Topic_29.html#cuhx1dfq">Kumar_2010</a>, <a href="Topic_07.html#ge7nmgsa">Vui_D_2014</a></td> <td><a href="Topic_14.html#9595vm0k">OKBA_2020</a>, <a href="Topic_27.html#zrbesm5b">Rockx_2020</a>, <a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a></td> </tr> <tr> <th id="4jagpyyu";>290</th> <td>Bhadra_2015</td> <td>Real-Time Sequence-Validated Loop-Mediated Isothermal Amplification Assays for Detection of Middle East Respiratory Syndrome Coronavirus (MERS-CoV)</td> <td>Bhadra, Sanchita; Jiang, Yu Sherry; Kumar, Mia R.; Johnson, Reed F.; Hensley, Lisa E.; Ellington, Andrew D.</td> <td>2015</td> <td>2015-04-09</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4391951" target="_blank">PMC4391951</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25856093.0" target="_blank">25856093.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0123126" target="_blank">10.1371/journal.pone.0123126</a></td> <td>4jagpyyu</td> <td>0.446181</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#51byypaq">Emery_2004</a></td> <td><a href="Topic_29.html#6dvpqgf5">Shirato_2014</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="6h094fqh";>291</th> <td>Chui_2005</td> <td>Comparison of 9 different PCR primers for the rapid detection of severe acute respiratory syndrome coronavirus using 2 RNA extraction methods</td> <td>Chui, Linda; Drebot, Michael; Andonov, Anton; Petrich, Astrid; Glushek, Martin; Mahony, James</td> <td>2005</td> <td>2005-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7125917" target="_blank">PMC7125917</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15994050.0" target="_blank">15994050.0</a></td> <td><a href="https://doi.org/10.1016/j.diagmicrobio.2005.03.007" target="_blank">10.1016/j.diagmicrobio.2005.03.007</a></td> <td>6h094fqh</td> <td>0.445586</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="fkg8d6ym";>292</th> <td>Wang_2019</td> <td>Development of a triplex real-time RT-PCR assay for detection and differentiation of three US genotypes of porcine hemagglutinating encephalomyelitis virus</td> <td>Wang, Leyi; Eggett, Therese E.; Lanka, Saraswathi; Fredrickson, Richard L.; Li, Ganwu; Zhang, Yan; Yoo, Dongwan; Bowman, Andrew S.</td> <td>2019</td> <td>2019-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113741" target="_blank">PMC7113741</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30959064.0" target="_blank">30959064.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2019.04.008" target="_blank">10.1016/j.jviromet.2019.04.008</a></td> <td>fkg8d6ym</td> <td>0.445048</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a></td> <td><a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="6j4jb87s";>293</th> <td>Zhang_2010</td> <td>A double antibody sandwich enzyme-linked immunosorbent assay for detection of soft-shelled turtle iridovirus antigens</td> <td>Zhang, M.; Yang, J.X.; Lin, X.M.; Zhu, C.H.; He, J.Q.; Liu, H.; Lin, T.L.</td> <td>2010</td> <td>2010-08-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112847" target="_blank">PMC7112847</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20399233.0" target="_blank">20399233.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2010.04.004" target="_blank">10.1016/j.jviromet.2010.04.004</a></td> <td>6j4jb87s</td> <td>0.442887</td> <td><a href="Topic_23.html#5pl5oqwf">Elia_2003</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_23.html#j36vajdi">Pratelli_2002</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_23.html#4x9qr8qx">Abdelwahab_2015</a>, <a href="Topic_23.html#se27uebt">Pratelli_2009</a>, <a href="Topic_23.html#enir91hn">Saijo_2005</a>, <a href="Topic_23.html#i8x80knq">Böse_1994</a></td> </tr> <tr> <th id="cv3qgno3";>294</th> <td>Zhang_2020</td> <td>Rapid Molecular Detection of SARS-CoV-2 (COVID-19) Virus RNA Using Colorimetric LAMP</td> <td>Yinhua Zhang; Nelson Odiwuor; Jin Xiong; Luo Sun; Raphael Ohuru Nyaruaba; Hongping Wei; Nathan A Tanner</td> <td>2020</td> <td>2020-02-29</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.02.26.20028373" target="_blank">10.1101/2020.02.26.20028373</a></td> <td>cv3qgno3</td> <td>0.441981</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_01.html#uvm72cpi">Djikeng_2009</a>, <a href="Topic_14.html#06vkoev5">Rajagopala_2015</a>, <a href="Topic_01.html#84gvwb35">Siridechadilok_2013</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_14.html#9595vm0k">OKBA_2020</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#3doc40hx">Kim_J_2019</a></td> </tr> <tr> <th id="hzbh7s2t";>295</th> <td>Wang_2019</td> <td>A multiplex real-time PCR assay for the detection and differentiation of the newly emerged porcine circovirus type 3 and continuously evolving type 2 strains in the United States</td> <td>Wang, Yin; Feng, Yuan; Zheng, Wanglong; Noll, Lance; Porter, Elizabeth; Potter, Megan; Cino, Giselle; Peddireddi, Lalitha; Liu, Xuming; Anderson, Gary; Bai, Jianfa</td> <td>2019</td> <td>2019-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113677" target="_blank">PMC7113677</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30904590.0" target="_blank">30904590.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2019.03.011" target="_blank">10.1016/j.jviromet.2019.03.011</a></td> <td>hzbh7s2t</td> <td>0.440578</td> <td><a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#xb2f0wdy">Kumar_2010</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#4rbrzv5o">Choudhary_2013</a>, <a href="Topic_29.html#06c3ymc3">Huang_2009</a></td> </tr> <tr> <th id="z6ndprmm";>296</th> <td>Tsai_2019</td> <td>An RT-PCR panel for rapid serotyping of dengue virus serotypes 1 to 4 in human serum and mosquito on a field-deployable PCR system</td> <td>Tsai, Jih-Jin; Liu, Wei-Liang; Lin, Ping-Chang; Huang, Bo-Yi; Tsai, Ching-Yi; Chou, Pin-Hsing; Lee, Fu-Chun; Ping, Chia-Fong; Lee, Pei-Yu Alison; Liu, Li-Teh; Chen, Chun-Hong</td> <td>2019</td> <td>2019-03-25</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6433249" target="_blank">PMC6433249</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30908535.0" target="_blank">30908535.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0214328" target="_blank">10.1371/journal.pone.0214328</a></td> <td>z6ndprmm</td> <td>0.440406</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_72.html#lgqup9ug">Ayers_2006</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a></td> <td><a href="Topic_29.html#3lujp0oy">Neeraja_2015</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="xnp3ytp1";>297</th> <td>Hu_H_2018</td> <td>Development of a one-step RT-PCR assay for detection of pancoronaviruses (α-, β-, γ-, and δ-coronaviruses) using newly designed degenerate primers for porcine and avian `fecal samples</td> <td>Hu, Hui; Jung, Kwonil; Wang, Qiuhong; Saif, Linda J.; Vlasova, Anastasia N.</td> <td>2018</td> <td>2018-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113874" target="_blank">PMC7113874</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29499225.0" target="_blank">29499225.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2018.02.021" target="_blank">10.1016/j.jviromet.2018.02.021</a></td> <td>xnp3ytp1</td> <td>0.439729</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#wue6s07z">Zhou_2018</a>, <a href="Topic_14.html#9595vm0k">OKBA_2020</a></td> </tr> <tr> <th id="5qlrsitm";>298</th> <td>Zhao_2011</td> <td>Specific, simple and rapid detection of porcine circovirus type 2 using the loop-mediated isothermal amplification method</td> <td>Zhao, Kai; Shi, Wei; Han, Fangting; Xu, Yan; Zhu, Lianlong; Zou, Yong; Wu, Xiao; Zhu, Hong; Tan, Furong; Tao, Shiru; Tang, Xueming</td> <td>2011</td> <td>2011-03-18</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3315793" target="_blank">PMC3315793</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21414233.0" target="_blank">21414233.0</a></td> <td><a href="https://doi.org/10.1186/1743-422x-8-126" target="_blank">10.1186/1743-422x-8-126</a></td> <td>5qlrsitm</td> <td>0.436636</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_29.html#yiqmjn2z">Peng_2015</a></td> </tr> <tr> <th id="m7x9zc12";>299</th> <td>Torres_2011</td> <td>LAVA: An Open-Source Approach To Designing LAMP (Loop-Mediated Isothermal Amplification) DNA Signatures</td> <td>Torres, Clinton; Vitalis, Elizabeth A; Baker, Brian R; Gardner, Shea N; Torres, Marisa W; Dzenitis, John M</td> <td>2011</td> <td>2011-06-16</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3213686" target="_blank">PMC3213686</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21679460.0" target="_blank">21679460.0</a></td> <td><a href="https://doi.org/10.1186/1471-2105-12-240" target="_blank">10.1186/1471-2105-12-240</a></td> <td>m7x9zc12</td> <td>0.436049</td> <td><a href="Topic_29.html#p61mpc6t">Onodera_2007</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a>, <a href="Topic_17.html#zz1hkbpc">Gardner_2014</a>, <a href="Topic_07.html#g4sjyytr">Phillippy_2009</a></td> <td><a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#eiicdxre">Li_Z_2018</a></td> </tr> <tr> <th id="wf0vonkn";>300</th> <td>Xiao_2014</td> <td>Simultaneous Detection and Differentiation of Highly Virulent and Classical Chinese-Type Isolation of PRRSV by Real-Time RT-PCR</td> <td>Xiao, Shuqi; Chen, Yaosheng; Wang, Liangliang; Gao, Jintao; Mo, Delin; He, Zuyong; Liu, Xiaohong</td> <td>2014</td> <td>2014-06-12</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4119655" target="_blank">PMC4119655</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25114934.0" target="_blank">25114934.0</a></td> <td><a href="https://doi.org/10.1155/2014/809656" target="_blank">10.1155/2014/809656</a></td> <td>wf0vonkn</td> <td>0.432585</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a></td> <td><a href="Topic_29.html#irsb8vu0">Xiao_2008</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#wue6s07z">Zhou_2018</a></td> </tr> <tr> <th id="pt4jsr6d";>301</th> <td>Chan_2016</td> <td>A Rapid and Low-Cost PCR Thermal Cycler for Infectious Disease Diagnostics</td> <td>Chan, Kamfai; Wong, Pui-Yan; Yu, Peter; Hardick, Justin; Wong, Kah-Yat; Wilson, Scott A.; Wu, Tiffany; Hui, Zoe; Gaydos, Charlotte; Wong, Season S.</td> <td>2016</td> <td>2016-02-12</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4752298" target="_blank">PMC4752298</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26872358.0" target="_blank">26872358.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0149150" target="_blank">10.1371/journal.pone.0149150</a></td> <td>pt4jsr6d</td> <td>0.431181</td> <td><a href="Topic_14.html#z5rpdgrv">Wu_W_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#dtvzwin8">Jeong_2015</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_01.html#uvm72cpi">Djikeng_2009</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#9apyiy7n">Li_J_2012</a>, <a href="Topic_29.html#mtk3qxue">Zambenedetti_2017</a></td> </tr> <tr> <th id="27859c2f";>302</th> <td>Liu_H_2006</td> <td>TaqMan probe array for quantitative detection of DNA targets</td> <td>Liu, Heping; Wang, Hong; Shi, Zhiyang; Wang, Hua; Yang, Chaoyong; Silke, Spering; Tan, Weihong; Lu, Zuhong</td> <td>2006</td> <td>2006-01-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1326252" target="_blank">PMC1326252</a></td> <td></td> <td><a href="https://doi.org/10.1093/nar/gnj006" target="_blank">10.1093/nar/gnj006</a></td> <td>27859c2f</td> <td>0.429602</td> <td><a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a>, <a href="Topic_60.html#q25gd0tk">Yang_2008</a>, <a href="Topic_07.html#bbvxu8op">Karaman_2005</a></td> <td><a href="Topic_29.html#udzyq0e8">Leutenegger_1999</a>, <a href="Topic_29.html#pmz0ywuk">Gut_M_1999</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a>, <a href="Topic_29.html#m71xkuo9">Mori_2006</a></td> </tr> <tr> <th id="917uwsgx";>303</th> <td>Cui_A_2013</td> <td>The Development and Application of the Two Real-Time RT-PCR Assays to Detect the Pathogen of HFMD</td> <td>Cui, Aili; Xu, Changping; Tan, Xiaojuan; Zhang, Yan; Zhu, Zhen; Mao, Naiying; Lu, Yiyu; Xu, Wenbo</td> <td>2013</td> <td>2013-04-18</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3630163" target="_blank">PMC3630163</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23637836.0" target="_blank">23637836.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0061451" target="_blank">10.1371/journal.pone.0061451</a></td> <td>917uwsgx</td> <td>0.428514</td> <td><a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a></td> <td><a href="Topic_29.html#4rbrzv5o">Choudhary_2013</a>, <a href="Topic_29.html#03hvi4el">Rodrigues_2011</a></td> </tr> <tr> <th id="ic3r2g7s";>304</th> <td>Rossi_2015</td> <td>Evaluation of ViroCyt(®) Virus Counter for Rapid Filovirus Quantitation</td> <td>Rossi, Cynthia A.; Kearney, Brian J.; Olschner, Scott P.; Williams, Priscilla L.; Robinson, Camenzind G.; Heinrich, Megan L.; Zovanyi, Ashley M.; Ingram, Michael F.; Norwood, David A.; Schoepp, Randal J.</td> <td>2015</td> <td>2015-02-20</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4379551" target="_blank">PMC4379551</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25710889.0" target="_blank">25710889.0</a></td> <td><a href="https://doi.org/10.3390/v7030857" target="_blank">10.3390/v7030857</a></td> <td>ic3r2g7s</td> <td>0.428497</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td></td> </tr> <tr> <th id="t78svobg";>305</th> <td>Bruijnesteijn_van_Coppenraet_2010</td> <td>Comparison of two commercial molecular assays for simultaneous detection of respiratory viruses in clinical samples using two automatic electrophoresis detection systems</td> <td>Bruijnesteijn van Coppenraet, L.E.S.; Swanink, C.M.A.; van Zwet, A.A.; Nijhuis, R.H.T.; Schirm, J.; Wallinga, J.A.; Ruijs, G.J.H.M.</td> <td>2010</td> <td>2010-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119677" target="_blank">PMC7119677</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20691735.0" target="_blank">20691735.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2010.07.032" target="_blank">10.1016/j.jviromet.2010.07.032</a></td> <td>t78svobg</td> <td>0.428497</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#pf5m3gm3">Rheem_2012</a></td> </tr> <tr> <th id="nycdhdsd";>306</th> <td>Schoenike_1999</td> <td>Quantitative sense-specific determination of murine coronavirus RNA by reverse transcription polymerase chain reaction</td> <td>Schoenike, Barry; Franta, Amy K.; Fleming, John O.</td> <td>1999</td> <td>1999-03-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119510" target="_blank">PMC7119510</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/10204695.0" target="_blank">10204695.0</a></td> <td><a href="https://doi.org/10.1016/s0166-0934(98)00167-0" target="_blank">10.1016/s0166-0934(98)00167-0</a></td> <td>nycdhdsd</td> <td>0.428452</td> <td><a href="Topic_29.html#v9mh7nnt">Thiel_1997</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td> <td><a href="Topic_21.html#531twx5p">Haist_2015</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a></td> </tr> <tr> <th id="cuhx1dfq";>307</th> <td>Kumar_2010</td> <td>Diagnosis of Novel Pandemic Influenza Virus 2009 H1N1 in Hospitalized Patients</td> <td>Kumar, P.; Kumar, B.; Gupta, A.; Sharma, B.; Vijayan, V. K.; Khare, S.; Singh, V.; Daga, M. K.; Chadha, M. S.; Mishra, A. C.; Kaur, H.; Khanna, M.</td> <td>2010</td> <td>2010-06-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3550770" target="_blank">PMC3550770</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23637477.0" target="_blank">23637477.0</a></td> <td><a href="https://doi.org/10.1007/s13337-010-0005-0" target="_blank">10.1007/s13337-010-0005-0</a></td> <td>cuhx1dfq</td> <td>0.426392</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a></td> </tr> <tr> <th id="1k9l0z5k";>308</th> <td>Zhang_2017</td> <td>A simple and rapid identification method for newly emerged porcine Deltacoronavirus with loop-mediated isothermal amplification</td> <td>Zhang, Fanfan; Ye, Yu; Song, Deping; Guo, Nannan; Peng, Qi; Li, Anqi; Zhou, Xingrong; Chen, Yanjun; Zhang, Min; Huang, Dongyan; Tang, Yuxin</td> <td>2017</td> <td>2017-09-21</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5607838" target="_blank">PMC5607838</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28934984.0" target="_blank">28934984.0</a></td> <td><a href="https://doi.org/10.1186/s40659-017-0135-6" target="_blank">10.1186/s40659-017-0135-6</a></td> <td>1k9l0z5k</td> <td>0.424028</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a>, <a href="Topic_29.html#nnx46nwf">Ren_X_2011</a>, <a href="Topic_29.html#kylki373">Chen_2008</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#5qlrsitm">Zhao_2011</a>, <a href="Topic_44.html#spkt1mnv">Wang_2015</a></td> </tr> <tr> <th id="7bm6ffvv";>309</th> <td>Hu_Y_2005</td> <td>Rapid approach to identify an unrecognized viral agent</td> <td>Hu, Yuan; Hirshfield, Irvin</td> <td>2005</td> <td>2005-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112820" target="_blank">PMC7112820</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15893569.0" target="_blank">15893569.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2005.02.016" target="_blank">10.1016/j.jviromet.2005.02.016</a></td> <td>7bm6ffvv</td> <td>0.422942</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_14.html#utvf8yh6">Chen_2018</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_07.html#thsq6pnk">Lachheb_2019</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a></td> </tr> <tr> <th id="ajxvjkmq";>310</th> <td>Hsieh_2013</td> <td>A real-time convective PCR machine in a capillary tube instrumented with a CCD-based fluorometer</td> <td>Hsieh, Yi-Fan; Lee, Da-Sheng; Chen, Ping-Hei; Liao, Shao-Kai; Yeh, Shiou-Hwei; Chen, Pei-Jer; Yang, An-Shik</td> <td>2013</td> <td>2013-07-05</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126760" target="_blank">PMC7126760</a></td> <td></td> <td><a href="https://doi.org/10.1016/j.snb.2013.04.003" target="_blank">10.1016/j.snb.2013.04.003</a></td> <td>ajxvjkmq</td> <td>0.421923</td> <td><a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a></td> <td><a href="Topic_29.html#m71xkuo9">Mori_2006</a>, <a href="Topic_29.html#pmz0ywuk">Gut_M_1999</a>, <a href="Topic_29.html#2p079iwb">Nakamura_2011</a>, <a href="Topic_29.html#8l8vvcw9">Ahberg_2015</a></td> </tr> <tr> <th id="ujf2vql5";>311</th> <td>Yu_X_2014</td> <td>Nested-RT-PCR and Multiplex RT-PCR for Diagnosis of Rhinovirus Infection in Clinical Samples</td> <td>Yu, Xuelian; Ghildyal, Reena</td> <td>2014</td> <td>2014-09-09</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120866" target="_blank">PMC7120866</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25261303.0" target="_blank">25261303.0</a></td> <td><a href="https://doi.org/10.1007/978-1-4939-1571-2_2" target="_blank">10.1007/978-1-4939-1571-2_2</a></td> <td>ujf2vql5</td> <td>0.420962</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="4rbrzv5o";>312</th> <td>Choudhary_2013</td> <td>Development of real-time RT-PCR for detection of human metapneumovirus and genetic analysis of circulating strains (2009-2011) in Pune, India</td> <td>Choudhary, Manohar Lal; Anand, Siddharth P.; Sonawane, Nupoor S.; Chadha, Mandeep S.</td> <td>2013</td> <td>2013-08-09</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087245" target="_blank">PMC7087245</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23929232.0" target="_blank">23929232.0</a></td> <td><a href="https://doi.org/10.1007/s00705-013-1812-6" target="_blank">10.1007/s00705-013-1812-6</a></td> <td>4rbrzv5o</td> <td>0.420962</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="akyp4onj";>313</th> <td>Eshoo_2009</td> <td>Rapid and High-Throughput pan-Orthopoxvirus Detection and Identification using PCR and Mass Spectrometry</td> <td>Eshoo, Mark W.; Whitehouse, Chris A.; Nalca, Aysegul; Zoll, Scott; Ecker, Joseph A.; Hall, Thomas A.; Pennella, Thuy-Trang D.; Duncan, David D.; Desai, Anjali; Moradi, Emily K.; Rudnick, Karl; Libby, Brian; Ranken, Raymond; Sampath, Rangarajan; Hofstadler, Steven A.; Ecker, David J.; Blyn, Lawrence B.</td> <td>2009</td> <td>2009-07-22</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2710004" target="_blank">PMC2710004</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19623263.0" target="_blank">19623263.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0006342" target="_blank">10.1371/journal.pone.0006342</a></td> <td>akyp4onj</td> <td>0.419897</td> <td><a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_07.html#3b3k9ksy">Crawford_2019</a></td> </tr> <tr> <th id="enof432p";>314</th> <td>Oyhenart_2013</td> <td>Loop mediated isothermal amplification of 5.8S rDNA for specific detection of Tritrichomonas foetus</td> <td>Oyhenart, Jorge; Martínez, Florencia; Ramírez, Rosana; Fort, Marcelo; Breccia, Javier D.</td> <td>2013</td> <td>2013-03-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7116945" target="_blank">PMC7116945</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23265811.0" target="_blank">23265811.0</a></td> <td><a href="https://doi.org/10.1016/j.vetpar.2012.11.034" target="_blank">10.1016/j.vetpar.2012.11.034</a></td> <td>enof432p</td> <td>0.419897</td> <td><a href="Topic_70.html#rxornpqu">Leemans_1999</a>, <a href="Topic_70.html#27875dd6">Shin_1993</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_14.html#lcv5phyr">Dalpke_2016</a></td> <td><a href="Topic_29.html#ru4ky6kz">Njiru_2008</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#ze5a2pte">Rivera_2013</a></td> </tr> <tr> <th id="b8lesr2g";>315</th> <td>Clem_2007</td> <td>Virus detection and identification using random multiplex (RT)-PCR with 3'-locked random primers</td> <td>Clem, Amy L; Sims, Jonathan; Telang, Sucheta; Eaton, John W; Chesney, Jason</td> <td>2007</td> <td>2007-06-28</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1950496" target="_blank">PMC1950496</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17598900.0" target="_blank">17598900.0</a></td> <td><a href="https://doi.org/10.1186/1743-422x-4-65" target="_blank">10.1186/1743-422x-4-65</a></td> <td>b8lesr2g</td> <td>0.418850</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a></td> </tr> <tr> <th id="5jppeysm";>316</th> <td>Jung_2015</td> <td>Combination of multiplex reverse-transcription loop-mediated isothermal amplification with an immunochromatographic strip for subtyping influenza A virus</td> <td>Jung, Jae Hwan; Oh, Seung Jun; Kim, Yong Tae; Kim, So Yeon; Kim, Won-Jung; Jung, Jaean; Seo, Tae Seok</td> <td>2015</td> <td>2015-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094724" target="_blank">PMC7094724</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25467501.0" target="_blank">25467501.0</a></td> <td><a href="https://doi.org/10.1016/j.aca.2014.10.020" target="_blank">10.1016/j.aca.2014.10.020</a></td> <td>5jppeysm</td> <td>0.417835</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="3wvuudhd";>317</th> <td>Najafzadeh_2018</td> <td>Rapid Identification of Seven Waterborne Exophiala Species by RCA DNA Padlock Probes</td> <td>Najafzadeh, M. J.; Vicente, V. A.; Feng, Peiying; Naseri, A.; Sun, Jiufeng; Rezaei-Matehkolaei, A.; de Hoog, G. S.</td> <td>2018</td> <td>2018-03-05</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6096892" target="_blank">PMC6096892</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29504057.0" target="_blank">29504057.0</a></td> <td><a href="https://doi.org/10.1007/s11046-018-0256-7" target="_blank">10.1007/s11046-018-0256-7</a></td> <td>3wvuudhd</td> <td>0.416591</td> <td><a href="Topic_10.html#sd81bz0m">Gardner_2004</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_29.html#65qpcsiq">Enora_2019</a>, <a href="Topic_07.html#g4sjyytr">Phillippy_2009</a></td> <td><a href="Topic_07.html#3b3k9ksy">Crawford_2019</a>, <a href="Topic_45.html#kza19uh1">Pickering_2015</a>, <a href="Topic_76.html#19u19mb5">Ghazisaeedi_2017</a></td> </tr> <tr> <th id="vrd89yk0";>318</th> <td>Severgnini_2009</td> <td>ORMA: a tool for identification of species-specific variations in 16S rRNA gene and oligonucleotides design</td> <td>Severgnini, Marco; Cremonesi, Paola; Consolandi, Clarissa; Caredda, Giada; De Bellis, Gianluca; Castiglioni, Bianca</td> <td>2009</td> <td>2009-06-16</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2760787" target="_blank">PMC2760787</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19531738.0" target="_blank">19531738.0</a></td> <td><a href="https://doi.org/10.1093/nar/gkp499" target="_blank">10.1093/nar/gkp499</a></td> <td>vrd89yk0</td> <td>0.416583</td> <td><a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_07.html#g4sjyytr">Phillippy_2009</a>, <a href="Topic_07.html#g2f151oc">Whiteford_2005</a>, <a href="Topic_07.html#bbvxu8op">Karaman_2005</a>, <a href="Topic_17.html#qaqvg453">Saw_A_2019</a></td> <td><a href="Topic_29.html#ln92w6gm">Mukai_2006</a>, <a href="Topic_07.html#j6wdclpu">Naidoo_2014</a>, <a href="Topic_29.html#3wvuudhd">Najafzadeh_2018</a></td> </tr> <tr> <th id="402ls2aq";>319</th> <td>Endoh_2005</td> <td>Species-independent detection of RNA virus by representational difference analysis using non-ribosomal hexanucleotides for reverse transcription</td> <td>Endoh, Daiji; Mizutani, Tetsuya; Kirisawa, Rikio; Maki, Yoshiyuki; Saito, Hidetoshi; Kon, Yasuhiro; Morikawa, Shigeru; Hayashi, Masanobu</td> <td>2005</td> <td>2005-04-07</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1074749" target="_blank">PMC1074749</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15817564.0" target="_blank">15817564.0</a></td> <td><a href="https://doi.org/10.1093/nar/gni064" target="_blank">10.1093/nar/gni064</a></td> <td>402ls2aq</td> <td>0.416040</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#0yp4c4ks">Banerjee_2001</a>, <a href="Topic_21.html#85zntq7i">An_S_1998</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_21.html#ov92qh6h">Nowak_1984</a></td> </tr> <tr> <th id="hz8dr90g";>320</th> <td>Decaro_2005</td> <td>Genotype-specific fluorogenic RT-PCR assays for the detection and quantitation of canine coronavirus type I and type II RNA in faecal samples of dogs</td> <td>Decaro, Nicola; Martella, Vito; Ricci, Dominga; Elia, Gabriella; Desario, Costantina; Campolo, Marco; Cavaliere, Nicola; Di Trani, Livia; Tempesta, Maria; Buonavoglia, Canio</td> <td>2005</td> <td>2005-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112928" target="_blank">PMC7112928</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16024100.0" target="_blank">16024100.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2005.06.005" target="_blank">10.1016/j.jviromet.2005.06.005</a></td> <td>hz8dr90g</td> <td>0.415308</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#t48y27wg">Decaro_2004</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a></td> </tr> <tr> <th id="7aaj8anv";>321</th> <td>Minosse_2007</td> <td>Improved detection of human influenza A and B viruses in respiratory tract specimens by hemi-nested PCR</td> <td>Minosse, Claudia; Selleri, Marina; Zaniratti, Maria S.; Lauria, Francesco N.; Puro, Vincenzo; Carletti, Fabrizio; Cappiello, Giuseppina; Gualano, Gina; Bevilacqua, Nazario; Capobianchi, Maria R.</td> <td>2007</td> <td>2007-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119638" target="_blank">PMC7119638</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17257688.0" target="_blank">17257688.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2006.12.010" target="_blank">10.1016/j.jviromet.2006.12.010</a></td> <td>7aaj8anv</td> <td>0.414741</td> <td><a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="1946zslt";>322</th> <td>Lau_Y_2015</td> <td>Colorimetric Detection of Dengue by Single Tube Reverse-Transcription-Loop-Mediated Isothermal Amplification</td> <td>Lau, Yee-Ling; Lai, Meng-Yee; Teoh, Boon-Teong; Abd-Jamil, Juraina; Johari, Jefree; Sam, Sing-Sin; Tan, Kim-Kee; AbuBakar, Sazaly</td> <td>2015</td> <td>2015-09-18</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4575147" target="_blank">PMC4575147</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26384248.0" target="_blank">26384248.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0138694" target="_blank">10.1371/journal.pone.0138694</a></td> <td>1946zslt</td> <td>0.414325</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="d43djlyt";>323</th> <td>Surabattula_2013</td> <td>Simple, rapid, inexpensive platform for the diagnosis of malaria by loop mediated isothermal amplification (LAMP)</td> <td>Surabattula, Rambabu; Vejandla, Manju Pradeep; Mallepaddi, Prudhvi Chand; Faulstich, Konrad; Polavarapu, Rathnagiri</td> <td>2013</td> <td>2013-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094605" target="_blank">PMC7094605</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23562879.0" target="_blank">23562879.0</a></td> <td><a href="https://doi.org/10.1016/j.exppara.2013.03.031" target="_blank">10.1016/j.exppara.2013.03.031</a></td> <td>d43djlyt</td> <td>0.413460</td> <td><a href="Topic_14.html#16tii0ha">Pandya_2007</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#d3jqgj9k">Tan_J_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_29.html#49rpfins">Mohon_2014</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a>, <a href="Topic_14.html#av7ducrk">Lucchi_2010</a></td> </tr> <tr> <th id="dxfmvp2c";>324</th> <td>Schindler_2007</td> <td>Reverse transcription real-time PCR assays for detection and quantification of Borna disease virus in diseased hosts</td> <td>Schindler, A.R.; Vögtlin, A.; Hilbe, M.; Puorger, M.; Zlinszky, K.; Ackermann, M.; Ehrensperger, F.</td> <td>2007</td> <td>2007-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127217" target="_blank">PMC7127217</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17014984.0" target="_blank">17014984.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2006.08.001" target="_blank">10.1016/j.mcp.2006.08.001</a></td> <td>dxfmvp2c</td> <td>0.412271</td> <td><a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_29.html#zz7mt6be">Hakhverdyan_2005</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="n37yp6if";>325</th> <td>Faccini_2017</td> <td>Development and evaluation of a new Real-Time RT-PCR assay for detection of proposed influenza D virus</td> <td>Faccini, Silvia; De Mattia, Aurora; Chiapponi, Chiara; Barbieri, Ilaria; Boniotti, Maria Beatrice; Rosignoli, Carlo; Franzini, Giuliana; Moreno, Ana; Foni, Emanuela; Nigrelli, Arrigo Daniele</td> <td>2017</td> <td>2017-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113724" target="_blank">PMC7113724</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28153610.0" target="_blank">28153610.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2017.01.019" target="_blank">10.1016/j.jviromet.2017.01.019</a></td> <td>n37yp6if</td> <td>0.412195</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_29.html#4rbrzv5o">Choudhary_2013</a></td> </tr> <tr> <th id="kzljmzzw";>326</th> <td>Chen_2010</td> <td>Specific real-time reverse transcription-polymerase chain reaction for detection and quantitation of turkey coronavirus RNA in tissues and feces from turkeys infected with turkey coronavirus</td> <td>Chen, Yi-Ning; Wu, Ching Ching; Bryan, Thomas; Hooper, Tom; Schrader, Donna; Lin, Tsang Long</td> <td>2010</td> <td>2010-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112835" target="_blank">PMC7112835</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19917315.0" target="_blank">19917315.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.11.012" target="_blank">10.1016/j.jviromet.2009.11.012</a></td> <td>kzljmzzw</td> <td>0.409230</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a></td> <td><a href="Topic_29.html#4i1n9j4x">Chen_2015</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a>, <a href="Topic_29.html#fvdq0yes">Wang_2018</a></td> </tr> <tr> <th id="n3lqbcp5";>327</th> <td>Wang_2013</td> <td>Real-Time Fluorescence Loop Mediated Isothermal Amplification for the Detection of Acinetobacter baumannii</td> <td>Wang, Qinqin; Zhou, Yanbin; Li, Shaoli; Zhuo, Chao; Xu, Siqi; Huang, Lixia; Yang, Ling; Liao, Kang</td> <td>2013</td> <td>2013-07-02</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3699609" target="_blank">PMC3699609</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23843955.0" target="_blank">23843955.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0066406" target="_blank">10.1371/journal.pone.0066406</a></td> <td>n3lqbcp5</td> <td>0.409043</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a>, <a href="Topic_07.html#l40dlb5d">Priest_2012</a></td> <td><a href="Topic_29.html#ze5a2pte">Rivera_2013</a>, <a href="Topic_14.html#av7ducrk">Lucchi_2010</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="x0o0q5sz";>328</th> <td>Thuy_Tien_2018</td> <td>Development of a Rapid Fluorescent Immunochromatographic Test to Detect Respiratory Syncytial Virus</td> <td>Thuy Tien, Trinh Thi; Park, Hyun; Tuong, Hien Thi; Yu, Seung-Taek; Choi, Du-Young; Yeo, Seon-Ju</td> <td>2018</td> <td>2018-10-02</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6212954" target="_blank">PMC6212954</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30279406.0" target="_blank">30279406.0</a></td> <td><a href="https://doi.org/10.3390/ijms19103013" target="_blank">10.3390/ijms19103013</a></td> <td>x0o0q5sz</td> <td>0.408613</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_14.html#u28y1ttw">Chen_2012</a>, <a href="Topic_05.html#np78ybqs">Luchsinger_2012</a></td> </tr> <tr> <th id="p2qhnt4f";>329</th> <td>James_2018</td> <td>Ebolavirus diagnosis made simple, comparable and faster than molecular detection methods: preparing for the future</td> <td>James, Ameh S.; Todd, Shawn; Pollak, Nina M.; Marsh, Glenn A.; Macdonald, Joanne</td> <td>2018</td> <td>2018-04-23</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5914028" target="_blank">PMC5914028</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29685158.0" target="_blank">29685158.0</a></td> <td><a href="https://doi.org/10.1186/s12985-018-0985-8" target="_blank">10.1186/s12985-018-0985-8</a></td> <td>p2qhnt4f</td> <td>0.408361</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_36.html#0svr2bfm">Ye_F_2019</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_07.html#phnqftsj">Zaher_2020</a></td> </tr> <tr> <th id="udzyq0e8";>330</th> <td>Leutenegger_1999</td> <td>Quantitative real-time PCR for the measurement of feline cytokine mRNA</td> <td>Leutenegger, Christian M; Mislin, Caroline N; Sigrist, Brigitte; Ehrengruber, Markus U; Hofmann-Lehmann, Regina; Lutz, Hans</td> <td>1999</td> <td>1999-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119904" target="_blank">PMC7119904</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/10587308.0" target="_blank">10587308.0</a></td> <td><a href="https://doi.org/10.1016/s0165-2427(99)00100-2" target="_blank">10.1016/s0165-2427(99)00100-2</a></td> <td>udzyq0e8</td> <td>0.407350</td> <td><a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#402ls2aq">Endoh_2005</a>, <a href="Topic_29.html#v9mh7nnt">Thiel_1997</a></td> <td><a href="Topic_37.html#g4s0v8ra">Rimstad_1995</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a>, <a href="Topic_29.html#pmz0ywuk">Gut_M_1999</a></td> </tr> <tr> <th id="a8yfi2wn";>331</th> <td>Liu_P_2018</td> <td>A novel multiplex PCR for virus detection by melting curve analysis</td> <td>Liu, Pengcheng; Lu, Lijuan; Xu, Menghua; Zhong, Huaqing; Jia, Ran; Su, Liyun; Cao, Lingfeng; Dong, Zuoquan; Dong, Niuniu; Zhou, Linfu; Xu, Jin</td> <td>2018</td> <td>2018-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113878" target="_blank">PMC7113878</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30267725.0" target="_blank">30267725.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2018.09.010" target="_blank">10.1016/j.jviromet.2018.09.010</a></td> <td>a8yfi2wn</td> <td>0.406542</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#9apyiy7n">Li_J_2012</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="aotrkajb";>332</th> <td>van_Boheemen_2012</td> <td>A Family-Wide RT-PCR Assay for Detection of Paramyxoviruses and Application to a Large-Scale Surveillance Study</td> <td>van Boheemen, Sander; Bestebroer, Theo M.; Verhagen, Josanne H.; Osterhaus, Albert D. M. E.; Pas, Suzan D.; Herfst, Sander; Fouchier, Ron A. M.</td> <td>2012</td> <td>2012-04-04</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3319594" target="_blank">PMC3319594</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22496880.0" target="_blank">22496880.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0034961" target="_blank">10.1371/journal.pone.0034961</a></td> <td>aotrkajb</td> <td>0.405343</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_29.html#zarq507s">Pulford_2004</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="kt5f672s";>333</th> <td>Wang_2019</td> <td>Development and evaluation of recombinase-aided amplification assays incorporating competitive internal controls for detection of human adenovirus serotypes 3 and 7</td> <td>Wang, Rui-huan; Zhang, Hong; Zhang, Yi; Li, Xin-na; Shen, Xin-xin; Qi, Ju-ju; Fan, Guo-hao; Xiang, Xing-yu; Zhan, Zhi-fei; Chen, Zi-wei; Ma, Xue-jun</td> <td>2019</td> <td>2019-07-01</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6604330" target="_blank">PMC6604330</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31262315.0" target="_blank">31262315.0</a></td> <td><a href="https://doi.org/10.1186/s12985-019-1178-9" target="_blank">10.1186/s12985-019-1178-9</a></td> <td>kt5f672s</td> <td>0.405169</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#03a6hq3t">Moore_2017</a>, <a href="Topic_29.html#zvrfqkol">Reddy_2011</a>, <a href="Topic_29.html#y52o45zk">Ma_L_2018</a></td> </tr> <tr> <th id="rjp2d1u9";>334</th> <td>Chutinimitkul_2007</td> <td>H5N1 Oseltamivir-resistance detection by real-time PCR using two high sensitivity labeled TaqMan probes</td> <td>Chutinimitkul, Salin; Suwannakarn, Kamol; Chieochansin, Thaweesak; Mai, Le Quynh; Damrongwatanapokin, Sudarat; Chaisingh, Arunee; Amonsin, Alongkorn; Landt, Olfert; Songserm, Thaweesak; Theamboonlers, Apiradee; Poovorawan, Yong</td> <td>2007</td> <td>2007-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112789" target="_blank">PMC7112789</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17055070.0" target="_blank">17055070.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2006.09.007" target="_blank">10.1016/j.jviromet.2006.09.007</a></td> <td>rjp2d1u9</td> <td>0.404510</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a></td> <td><a href="Topic_30.html#yvmdh7xh">Carr_2008</a>, <a href="Topic_29.html#3mw66vxm">Zhou_2012</a>, <a href="Topic_30.html#dtwuav65">Qi_Y_2014</a></td> </tr> <tr> <th id="iqwojhq2";>335</th> <td>Dedkov_2019</td> <td>Development and Evaluation of a One-Step Quantitative RT-PCR Assay for Detection of Lassa Virus</td> <td>Dedkov, Vladimir G.; Magassouba, N.’Faly; Safonova, Marina V.; Naydenova, Ekaterina V.; Ayginin, Andrey A.; Soropogui, Barre; Kourouma, Fode; Camara, Amara B.; Camara, Jacob; Kritzkiy, Andrey A.; Tuchkov, Igor V.; Shchelkanov, Mikhail Yu.; Maleev, Victor V.</td> <td>2019</td> <td>2019-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113850" target="_blank">PMC7113850</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31170468.0" target="_blank">31170468.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2019.113674" target="_blank">10.1016/j.jviromet.2019.113674</a></td> <td>iqwojhq2</td> <td>0.404190</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_72.html#lgqup9ug">Ayers_2006</a>, <a href="Topic_36.html#0svr2bfm">Ye_F_2019</a></td> <td><a href="Topic_23.html#rk8h6pbq">Saijo_2007</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#zz7mt6be">Hakhverdyan_2005</a></td> </tr> <tr> <th id="lgeu4id0";>336</th> <td>Dobhal_2019</td> <td>Comparative genomics reveals signature regions used to develop a robust and sensitive multiplex TaqMan real-time qPCR assay to detect the genus Dickeya and Dickeya dianthicola</td> <td>Shefali Dobhal; Gamze Boluk; Brooke Babler; Michael J. Stulberg; John Rascoe; Mark Nakhla; Toni A. Chapman; Alex B. Crockford; Michael Melzer; Anne M. Alvarez; Mohammad Arif</td> <td>2019</td> <td>2019-11-20</td> <td>BioRxiv</td> <td>N</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/847590" target="_blank">10.1101/847590</a></td> <td>lgeu4id0</td> <td>0.404047</td> <td><a href="Topic_29.html#65qpcsiq">Enora_2019</a>, <a href="Topic_50.html#6y6hygzx">Parthasarathy_2006</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a></td> <td><a href="Topic_29.html#ru4ky6kz">Njiru_2008</a>, <a href="Topic_29.html#9xelf8oh">Dale_2016</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="fzz8g3rq";>337</th> <td>Wang_2018</td> <td>Establishment and optimization of a liquid bead array for the simultaneous detection of ten insect-borne pathogens</td> <td>Wang, Hui-yu; Wu, Shao-qiang; Jiang, Li; Xiao, Rong-hai; Li, Ting; Mei, Lin; Lv, Ji-zhou; Liu, Jia-jia; Lin, Xiang-mei; Han, Xue-qing</td> <td>2018</td> <td>2018-07-31</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6069843" target="_blank">PMC6069843</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30064470.0" target="_blank">30064470.0</a></td> <td><a href="https://doi.org/10.1186/s13071-018-2996-0" target="_blank">10.1186/s13071-018-2996-0</a></td> <td>fzz8g3rq</td> <td>0.403886</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_72.html#lgqup9ug">Ayers_2006</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a></td> <td><a href="Topic_29.html#ssmfhoew">Wu_M_2018</a>, <a href="Topic_14.html#p8pns7r9">Malik_2020</a>, <a href="Topic_29.html#ze5a2pte">Rivera_2013</a></td> </tr> <tr> <th id="ckqghr3b";>338</th> <td>Johnson_1990</td> <td>Development of specific nucleic acid probes for the differentiation of porcine rotavirus serotypes</td> <td>Johnson, Michael E.; Paul, Prem S.; Gorziglia, Mario; Rosenbusch, Ricardo</td> <td>1990</td> <td>1990-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7117278" target="_blank">PMC7117278</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/2175528.0" target="_blank">2175528.0</a></td> <td><a href="https://doi.org/10.1016/0378-1135(90)90180-4" target="_blank">10.1016/0378-1135(90)90180-4</a></td> <td>ckqghr3b</td> <td>0.403357</td> <td><a href="Topic_21.html#kw2cedm7">Brown_1984</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_29.html#2zp833vq">Benfield_1991</a>, <a href="Topic_21.html#ov92qh6h">Nowak_1984</a></td> </tr> <tr> <th id="zz7mt6be";>339</th> <td>Hakhverdyan_2005</td> <td>Evaluation of a single-tube fluorogenic RT-PCR assay for detection of bovine respiratory syncytial virus in clinical samples</td> <td>Hakhverdyan, Mikhayil; Hägglund, Sara; Larsen, Lars-Erik; Belák, Sándor</td> <td>2005</td> <td>2005-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112851" target="_blank">PMC7112851</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15620402.0" target="_blank">15620402.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2004.09.016" target="_blank">10.1016/j.jviromet.2004.09.016</a></td> <td>zz7mt6be</td> <td>0.403153</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a></td> </tr> <tr> <th id="6rgm3c4s";>340</th> <td>Wu_M_2018</td> <td>Multiplex Detection of Five Canine Viral Pathogens for Dogs as Laboratory Animals by the Luminex xTAG Assay</td> <td>Wu, Miaoli; Cong, Feng; Zhu, Yujun; Lian, Yuexiao; Chen, Meili; Huang, Ren; Guo, Pengju</td> <td>2018</td> <td>2018-08-17</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6107692" target="_blank">PMC6107692</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30174654.0" target="_blank">30174654.0</a></td> <td><a href="https://doi.org/10.3389/fmicb.2018.01783" target="_blank">10.3389/fmicb.2018.01783</a></td> <td>6rgm3c4s</td> <td>0.402624</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_29.html#ssmfhoew">Wu_M_2018</a>, <a href="Topic_07.html#phnqftsj">Zaher_2020</a>, <a href="Topic_29.html#hj0bt9bd">Wang_2017</a></td> </tr> <tr> <th id="4wefykbi";>341</th> <td>Deng_2018</td> <td>A multiplex PCR method for the simultaneous detection of three viruses associated with canine viral enteric infections</td> <td>Deng, Xiaoyu; Zhang, Jiali; Su, Jiazi; Liu, Hao; Cong, Yanlong; Zhang, Lei; Zhang, Kemeng; Shi, Ning; Lu, Rongguang; Yan, Xijun</td> <td>2018</td> <td>2018-04-19</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7086948" target="_blank">PMC7086948</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29675651.0" target="_blank">29675651.0</a></td> <td><a href="https://doi.org/10.1007/s00705-018-3828-4" target="_blank">10.1007/s00705-018-3828-4</a></td> <td>4wefykbi</td> <td>0.402539</td> <td><a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a></td> <td><a href="Topic_07.html#phnqftsj">Zaher_2020</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a></td> </tr> <tr> <th id="j72s9v0u";>342</th> <td>Al-Turab_2012</td> <td>Evaluation of the PrimerDesign™ genesig real-time reverse transcription–polymerase chain reaction assay and the INFINITI® Respiratory Viral Panel Plus assay for the detection of human metapneumovirus in Kuwait</td> <td>Al-Turab, Mariam; Chehadeh, Wassim; Al-Mulla, Fahd; Al-Nakib, Widad</td> <td>2012</td> <td>2012-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7132740" target="_blank">PMC7132740</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22300956.0" target="_blank">22300956.0</a></td> <td><a href="https://doi.org/10.1016/j.diagmicrobio.2012.01.001" target="_blank">10.1016/j.diagmicrobio.2012.01.001</a></td> <td>j72s9v0u</td> <td>0.402539</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_05.html#f085c7sz">Ahn_M_2014</a>, <a href="Topic_29.html#4rbrzv5o">Choudhary_2013</a></td> </tr> <tr> <th id="huz0tpmi";>343</th> <td>Kersting_2014</td> <td>Multiplex isothermal solid-phase recombinase polymerase amplification for the specific and fast DNA-based detection of three bacterial pathogens</td> <td>Kersting, Sebastian; Rausch, Valentina; Bier, Frank F.; von Nickisch-Rosenegk, Markus</td> <td>2014</td> <td>2014-02-18</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4167443" target="_blank">PMC4167443</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25253912.0" target="_blank">25253912.0</a></td> <td><a href="https://doi.org/10.1007/s00604-014-1198-5" target="_blank">10.1007/s00604-014-1198-5</a></td> <td>huz0tpmi</td> <td>0.402384</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a>, <a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a></td> <td><a href="Topic_60.html#0ebx61gb">Thaitrong_2010</a></td> </tr> <tr> <th id="yvd1n42f";>344</th> <td>Yoshimura_2015</td> <td>Controlled Microwave Heating Accelerates Rolling Circle Amplification</td> <td>Yoshimura, Takeo; Suzuki, Takamasa; Mineki, Shigeru; Ohuchi, Shokichi</td> <td>2015</td> <td>2015-09-08</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4562646" target="_blank">PMC4562646</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26348227.0" target="_blank">26348227.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0136532" target="_blank">10.1371/journal.pone.0136532</a></td> <td>yvd1n42f</td> <td>0.401969</td> <td><a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_21.html#rd61t7ln">Lenstra_1988</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a></td> <td><a href="Topic_29.html#yir5dia8">Goo_N_2016</a>, <a href="Topic_29.html#c31xsyeo">Moser_2012</a>, <a href="Topic_29.html#m71xkuo9">Mori_2006</a>, <a href="Topic_58.html#zltp8ei4">Zhu_K_2007</a></td> </tr> <tr> <th id="oc584x1k";>345</th> <td>Bruce_2020</td> <td>RT-qPCR DETECTION OF SARS-CoV-2 RNA FROM PATIENT NASOPHARYNGEAL SWAB USING QIAGEN RNEASY KITS OR DIRECTLY VIA OMISSION OF AN RNA EXTRACTION STEP</td> <td>Emily A Bruce; Scott Tighe; Jessica J Hoffman; Pheobe Laaguiby; Diana L Gerrard; Sean A. Diehl; Debra G. B. Leonard; Christopher D. Huston; Beth D. Kirkpatrick; Jessica W Crothers; Julie Dragon; Jason W Botten</td> <td>2020</td> <td>2020-03-21</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.20.001008" target="_blank">10.1101/2020.03.20.001008</a></td> <td>oc584x1k</td> <td>0.401111</td> <td><a href="Topic_13.html#4lou2mb6">Kapoor_2020</a>, <a href="Topic_29.html#gwd8qin6">Chiu_2006</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_14.html#utvf8yh6">Chen_2018</a></td> <td><a href="Topic_14.html#ka3n9pft">Arumugam_2020</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a></td> </tr> <tr> <th id="w5snlajd";>346</th> <td>Wang_2015</td> <td>Use of chimeric influenza viruses as a novel internal control for diagnostic rRT-PCR assays</td> <td>Wang, Xueliang; Liu, Fen; Jiang, Lingli; Bao, Yun; Xiao, Yanqun; Wang, Hualiang</td> <td>2015</td> <td>2015-10-16</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7080162" target="_blank">PMC7080162</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26474983.0" target="_blank">26474983.0</a></td> <td><a href="https://doi.org/10.1007/s00253-015-7042-y" target="_blank">10.1007/s00253-015-7042-y</a></td> <td>w5snlajd</td> <td>0.399939</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_29.html#mtk3qxue">Zambenedetti_2017</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="g4aw4ves";>347</th> <td>Chang_2012</td> <td>Diagnostic Devices for Isothermal Nucleic Acid Amplification</td> <td>Chang, Chia-Chen; Chen, Chien-Cheng; Wei, Shih-Chung; Lu, Hui-Hsin; Liang, Yang-Hung; Lin, Chii-Wann</td> <td>2012</td> <td>2012-06-14</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3436031" target="_blank">PMC3436031</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22969402.0" target="_blank">22969402.0</a></td> <td><a href="https://doi.org/10.3390/s120608319" target="_blank">10.3390/s120608319</a></td> <td>g4aw4ves</td> <td>0.399853</td> <td><a href="Topic_14.html#dmg5xye5">Monis_2006</a>, <a href="Topic_14.html#36io7zsm">Sidoti_2012</a>, <a href="Topic_14.html#z5rpdgrv">Wu_W_2009</a>, <a href="Topic_14.html#txim79ji">Belák_1993</a></td> <td><a href="Topic_14.html#thx9zh11">Zanoli_2012</a>, <a href="Topic_14.html#36io7zsm">Sidoti_2012</a>, <a href="Topic_29.html#m71xkuo9">Mori_2006</a>, <a href="Topic_29.html#yir5dia8">Goo_N_2016</a></td> </tr> <tr> <th id="91drf5ko";>348</th> <td>Van_Balken_1979</td> <td>Detection of coronavirus in calf faeces with a haemadsorption-elution-haemagglutination assay (HEHA)</td> <td>Van Balken, J.A.M.; De Leeuw, P.W.; Ellens, D.J.; Straver, P.J.</td> <td>1979</td> <td>1979-03-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7117374" target="_blank">PMC7117374</a></td> <td></td> <td><a href="https://doi.org/10.1016/0378-1135(79)90037-3" target="_blank">10.1016/0378-1135(79)90037-3</a></td> <td>91drf5ko</td> <td>0.399839</td> <td><a href="Topic_11.html#h6r6qdna">Polverino_2017</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_68.html#ifdjyp5b">Sato_1984</a>, <a href="Topic_07.html#tvhbox59">Di_Martino_2009</a></td> </tr> <tr> <th id="iy10z1kj";>349</th> <td>Hasan_2019</td> <td>A novel real-time PCR assay panel for detection of common respiratory pathogens in a convenient, strip-tube array format</td> <td>Hasan, Mohammad Rubayet; Al Mana, Hassan; Young, Virginia; Tang, Patrick; Thomas, Eva; Tan, Rusung; Tilley, Peter</td> <td>2019</td> <td>2019-03-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113679" target="_blank">PMC7113679</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30578898.0" target="_blank">30578898.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2018.12.013" target="_blank">10.1016/j.jviromet.2018.12.013</a></td> <td>iy10z1kj</td> <td>0.398757</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a></td> <td><a href="Topic_14.html#aluuvve7">Hasan_2018</a>, <a href="Topic_29.html#p119i282">Li_J_2013</a>, <a href="Topic_29.html#6jp9yx47">Zhao_2019</a></td> </tr> <tr> <th id="3dq99xz9";>350</th> <td>Do_L_2012</td> <td>A sensitive real-time PCR for detection and subgrouping of human respiratory syncytial virus</td> <td>Do, Lien Anh Ha; van Doorn, H. Rogier; Bryant, Juliet E.; Nghiem, My Ngoc; Nguyen Van, Vinh Chau; Vo, Cong Khanh; Nguyen, Minh Dung; Tran, Tinh Hien; Farrar, Jeremy; de Jong, Menno D.</td> <td>2012</td> <td>2012-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3405522" target="_blank">PMC3405522</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22119628.0" target="_blank">22119628.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2011.11.012" target="_blank">10.1016/j.jviromet.2011.11.012</a></td> <td>3dq99xz9</td> <td>0.398369</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_05.html#uzfsv2df">Bellau-Pujol_2005</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#x0o0q5sz">Thuy_Tien_2018</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a></td> </tr> <tr> <th id="zg7gkf0j";>351</th> <td>Yi_L_2012</td> <td>Development of a combined canine distemper virus specific RT-PCR protocol for the differentiation of infected and vaccinated animals (DIVA) and genetic characterization of the hemagglutinin gene of seven Chinese strains demonstrated in dogs</td> <td>Yi, Li; Cheng, Shipeng; Xu, Hongli; Wang, Jianke; Cheng, Yuening; Yang, Shen; Luo, Bin</td> <td>2012</td> <td>2012-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112914" target="_blank">PMC7112914</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22108430.0" target="_blank">22108430.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2011.11.011" target="_blank">10.1016/j.jviromet.2011.11.011</a></td> <td>zg7gkf0j</td> <td>0.398231</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="vrab6okz";>352</th> <td>Grover_2010</td> <td>Oligonucleotide-based microarray for detection of plant viruses employing sequence-independent amplification of targets</td> <td>Grover, Veenita; Pierce, Margaret L.; Hoyt, Peter; Zhang, Fengqiu; Melcher, Ulrich</td> <td>2010</td> <td>2010-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112940" target="_blank">PMC7112940</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19850081.0" target="_blank">19850081.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.08.023" target="_blank">10.1016/j.jviromet.2009.08.023</a></td> <td>vrab6okz</td> <td>0.397102</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_29.html#nx60hae0">Engel_2010</a></td> </tr> <tr> <th id="jlrievxl";>353</th> <td>Abd_El_Wahed_2015</td> <td>Diagnostics-in-a-Suitcase: Development of a portable and rapid assay for the detection of the emerging avian influenza A (H7N9) virus</td> <td>Abd El Wahed, Ahmed; Weidmann, Manfred; Hufert, Frank T.</td> <td>2015</td> <td>2015-08-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7106543" target="_blank">PMC7106543</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26209370.0" target="_blank">26209370.0</a></td> <td><a href="https://doi.org/10.1016/j.jcv.2015.05.004" target="_blank">10.1016/j.jcv.2015.05.004</a></td> <td>jlrievxl</td> <td>0.397102</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#cxq9v218">Nitsche_2004</a></td> <td><a href="Topic_29.html#9apyiy7n">Li_J_2012</a>, <a href="Topic_29.html#7cn23hcv">Liu_M_2018</a>, <a href="Topic_14.html#wci56l0c">Kim_J_2014</a></td> </tr> <tr> <th id="v9mh7nnt";>354</th> <td>Thiel_1997</td> <td>Effective Amplification of 20-kb DNA by Reverse Transcription PCR</td> <td>Thiel, Volker; Rashtchian, Ayoub; Herold, Jens; Schuster, David M.; Guan, Nin; Siddell, Stuart G.</td> <td>1997</td> <td>1997-10-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119442" target="_blank">PMC7119442</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/9324942.0" target="_blank">9324942.0</a></td> <td><a href="https://doi.org/10.1006/abio.1997.2307" target="_blank">10.1006/abio.1997.2307</a></td> <td>v9mh7nnt</td> <td>0.395744</td> <td><a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#402ls2aq">Endoh_2005</a></td> <td><a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_21.html#ov92qh6h">Nowak_1984</a>, <a href="Topic_29.html#c31xsyeo">Moser_2012</a></td> </tr> <tr> <th id="prsvv6l9";>355</th> <td>Qin_J_2008</td> <td>Studying copy number variations using a nanofluidic platform</td> <td>Qin, Jian; Jones, Robert C.; Ramakrishnan, Ramesh</td> <td>2008</td> <td>2008-08-18</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2566873" target="_blank">PMC2566873</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18710881.0" target="_blank">18710881.0</a></td> <td><a href="https://doi.org/10.1093/nar/gkn518" target="_blank">10.1093/nar/gkn518</a></td> <td>prsvv6l9</td> <td>0.395459</td> <td><a href="Topic_07.html#g4sjyytr">Phillippy_2009</a>, <a href="Topic_07.html#g2f151oc">Whiteford_2005</a>, <a href="Topic_14.html#16tii0ha">Pandya_2007</a>, <a href="Topic_07.html#bbvxu8op">Karaman_2005</a></td> <td><a href="Topic_34.html#hlvfg1b2">Tan_J_2009</a>, <a href="Topic_14.html#xo1cyzrg">Giles_2015</a>, <a href="Topic_29.html#vtpwke7v">Berthet_2008</a></td> </tr> <tr> <th id="2z2ktxmr";>356</th> <td>Panning_2007</td> <td>Diagnostic Reverse-Transcription Polymerase Chain Reaction Kit for Filoviruses Based on the Strain Collections of all European Biosafety Level 4 Laboratories</td> <td>Panning, Marcus; Laue, Thomas; Ölschlager, Stephan; Eickmann, Markus; Becker, Stephan; Raith, Sabine; Courbot, Marie-Claude Georges; Nilsson, Mikael; Gopal, Robin; Lundkvist, Ake; di Caro, Antonino; Brown, David; Meyer, Hermann; Lloyd, Graham; Kümmerer, Beate M.; Günther, Stephan; Drosten, Christian</td> <td>2007</td> <td>2007-11-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7109892" target="_blank">PMC7109892</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17940950.0" target="_blank">17940950.0</a></td> <td><a href="https://doi.org/10.1086/520600" target="_blank">10.1086/520600</a></td> <td>2z2ktxmr</td> <td>0.395250</td> <td><a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_39.html#2lcz3yy5">Lim_T_2012</a>, <a href="Topic_39.html#1upboqcr">Salem_2017</a>, <a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a></td> <td><a href="Topic_29.html#ymciferk">Hohdatsu_1992</a>, <a href="Topic_70.html#3l196l2f">Sazmand_2019</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a></td> </tr> <tr> <th id="b471h2u9";>357</th> <td>Poon_2005</td> <td>Detection of Human Influenza A Viruses by Loop-Mediated Isothermal Amplification</td> <td>Poon, Leo L. M.; Leung, Cynthia S. W.; Chan, Kwok H.; Lee, Jack H. C.; Yuen, Kwok Y.; Guan, Yi; Peiris, Joseph S. M.</td> <td>2005</td> <td>2005-01-01</td> <td>None</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC540134" target="_blank">PMC540134</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15635005.0" target="_blank">15635005.0</a></td> <td><a href="https://doi.org/10.1128/jcm.43.1.427-430.2005" target="_blank">10.1128/jcm.43.1.427-430.2005</a></td> <td>b471h2u9</td> <td>0.394514</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_29.html#p4w2jh00">Pyrc_2011</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="ad5tnawc";>358</th> <td>Cha_Y_2013</td> <td>Performance evaluation of ExiStation HBV diagnostic system for hepatitis B virus DNA quantitation</td> <td>Cha, Young Joo; Yoo, Soo Jin; Sohn, Yong-Hak; Kim, Hyun Soo</td> <td>2013</td> <td>2013-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119692" target="_blank">PMC7119692</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23892129.0" target="_blank">23892129.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2013.07.027" target="_blank">10.1016/j.jviromet.2013.07.027</a></td> <td>ad5tnawc</td> <td>0.394099</td> <td><a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_14.html#bfl6pmh7">Jung_2015</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_14.html#wci56l0c">Kim_J_2014</a></td> </tr> <tr> <th id="wryr7qhc";>359</th> <td>Xiao_2019</td> <td>Development of oligonucleotide microarray for accurate and simultaneous detection of avian respiratory viral diseases</td> <td>Xiao, Qian; Yan, Liping; Yao, Lu; Lei, Jing; Bi, Zhenwei; Hu, Jianhua; Chen, Yuqing; Fang, An; Li, Hui; Li, Yuan; Yan, Yan; Zhou, Jiyong</td> <td>2019</td> <td>2019-07-19</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6642548" target="_blank">PMC6642548</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31324180.0" target="_blank">31324180.0</a></td> <td><a href="https://doi.org/10.1186/s12917-019-1985-7" target="_blank">10.1186/s12917-019-1985-7</a></td> <td>wryr7qhc</td> <td>0.393903</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_30.html#ei33h8ts">van_Riel_2007</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_63.html#dnj9yg2i">Sun_J_2015</a></td> </tr> <tr> <th id="ozv0zp7r";>360</th> <td>Komissarov_2017</td> <td>Development of a realtime RT-PCR assay for the rapid detection of influenza A(H2) viruses</td> <td>Komissarov, Andrey; Fadeev, Artem; Kosheleva, Anna; Sintsova, Kseniya; Grudinin, Mikhail</td> <td>2017</td> <td>2017-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126497" target="_blank">PMC7126497</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28652020.0" target="_blank">28652020.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2017.06.005" target="_blank">10.1016/j.mcp.2017.06.005</a></td> <td>ozv0zp7r</td> <td>0.393627</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a></td> </tr> <tr> <th id="mvkao3ye";>361</th> <td>Shalaby_2016</td> <td>Recombinase polymerase amplification assay for rapid detection of lumpy skin disease virus</td> <td>Shalaby, Mohamed A.; El-Deeb, Ayman; El-Tholoth, Mohamed; Hoffmann, Donata; Czerny, Claus-Peter; Hufert, Frank T.; Weidmann, Manfred; Abd El Wahed, Ahmed</td> <td>2016</td> <td>2016-11-02</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5094145" target="_blank">PMC5094145</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27806722.0" target="_blank">27806722.0</a></td> <td><a href="https://doi.org/10.1186/s12917-016-0875-5" target="_blank">10.1186/s12917-016-0875-5</a></td> <td>mvkao3ye</td> <td>0.393397</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_72.html#lgqup9ug">Ayers_2006</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#bgrgzfoo">Hou_P_2017</a>, <a href="Topic_29.html#zz7mt6be">Hakhverdyan_2005</a></td> </tr> <tr> <th id="43xf39gw";>362</th> <td>Elf_S_2018</td> <td>Molecular Detection of Streptococcus pyogenes by Strand Invasion Based Amplification Assay</td> <td>Elf, Sonja; Olli, Jenni; Hirvonen, Sanna; Auvinen, Pauliina; Eboigbodin, Kevin E.</td> <td>2018</td> <td>2018-07-03</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7099210" target="_blank">PMC7099210</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29967988.0" target="_blank">29967988.0</a></td> <td><a href="https://doi.org/10.1007/s40291-018-0346-8" target="_blank">10.1007/s40291-018-0346-8</a></td> <td>43xf39gw</td> <td>0.393278</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_05.html#rf933a0y">van_Kruijssen_2006</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_20.html#7ztlskf2">Galmès_2012</a>, <a href="Topic_29.html#zvrfqkol">Reddy_2011</a></td> </tr> <tr> <th id="tk5kmqzc";>363</th> <td>Shi_R_2003</td> <td>Design and application of 60mer oligonucleotide microarray in SARS coronavirus detection</td> <td>Shi, Rong; Ma, Wenli; Wu, Qinghua; Zhang, Bao; Song, Yanbin; Guo, Qiuye; Xiao, Weiwei; Wang, Yan; Zheng, Wenling</td> <td>2003</td> <td>2003-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7089259" target="_blank">PMC7089259</a></td> <td></td> <td><a href="https://doi.org/10.1007/bf03183928" target="_blank">10.1007/bf03183928</a></td> <td>tk5kmqzc</td> <td>0.393091</td> <td><a href="Topic_21.html#kw2cedm7">Brown_1984</a>, <a href="Topic_29.html#r2upa4o0">Chen_2016</a>, <a href="Topic_29.html#402ls2aq">Endoh_2005</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_37.html#1zoizzdp">Wang_2009</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_23.html#xd8smt28">Loa_C_2004</a></td> </tr> <tr> <th id="hm4b069d";>364</th> <td>Go_Y_2017</td> <td>Evaluation and Clinical Validation of Two Field–Deployable Reverse Transcription-Insulated Isothermal PCR Assays for the Detection of the Middle East Respiratory Syndrome–Coronavirus</td> <td>Go, Yun Young; Kim, Yeon-Sook; Cheon, Shinhye; Nam, Sangwoo; Ku, Keun Bon; Kim, Meehyein; Cho, Nam Hyuk; Park, Hyun; Alison Lee, Pei-Yu; Lin, Yu-Chun; Tsai, Yun-Long; Thomas Wang, Hwa-Tang; Balasuriya, Udeni B.R.</td> <td>2017</td> <td>2017-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7106309" target="_blank">PMC7106309</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28807812.0" target="_blank">28807812.0</a></td> <td><a href="https://doi.org/10.1016/j.jmoldx.2017.06.007" target="_blank">10.1016/j.jmoldx.2017.06.007</a></td> <td>hm4b069d</td> <td>0.392808</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_07.html#mkc4g3jk">Zhang_2020</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_07.html#ge7nmgsa">Vui_D_2014</a>, <a href="Topic_55.html#0q92ntsm">Kim_D_2016</a></td> <td><a href="Topic_35.html#z535gkg3">Kossyvakis_2015</a>, <a href="Topic_29.html#6dvpqgf5">Shirato_2014</a></td> </tr> <tr> <th id="acndx5f9";>365</th> <td>Balka_2009</td> <td>Development of a one-step real-time quantitative PCR assay based on primer-probe energy transfer for the detection of porcine reproductive and respiratory syndrome virus</td> <td>Balka, Gyula; Hornyák, Ákos; Bálint, Ádám; Benyeda, Zsófia; Rusvai, Miklós</td> <td>2009</td> <td>2009-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112897" target="_blank">PMC7112897</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19200443.0" target="_blank">19200443.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.01.014" target="_blank">10.1016/j.jviromet.2009.01.014</a></td> <td>acndx5f9</td> <td>0.392531</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#gqmghn49">Cuevas-Romero_2013</a></td> </tr> <tr> <th id="8ym56mpv";>366</th> <td>Chen_2012</td> <td>Real-Time Quantitative Fluorescent Reverse Transcriptase-PCR for Detection of Severe Acute Respiratory Syndrome-Associated Coronavirus RNA</td> <td>Chen, Weijun; Xu, Zuyuan; Mu, Jingsong; He, Bo; Yang, Ling; Lin, Lin; Meng, Shufang; Mu, Feng; Gan, Haixue; Huang, Shengyong; Wen, Jie; Fang, Jianqiu; Wang, Jian</td> <td>2012</td> <td>2012-12-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7100218" target="_blank">PMC7100218</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15887978.0" target="_blank">15887978.0</a></td> <td><a href="https://doi.org/10.1007/bf03260067" target="_blank">10.1007/bf03260067</a></td> <td>8ym56mpv</td> <td>0.391836</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#r2upa4o0">Chen_2016</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#86el3qwn">Poon_2003</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a>, <a href="Topic_29.html#adul9nzf">Wu_Q_2004</a></td> </tr> <tr> <th id="3br89vgb";>367</th> <td>Decaro_2006</td> <td>A minor groove binder probe real-time PCR assay for discrimination between type 2-based vaccines and field strains of canine parvovirus</td> <td>Decaro, Nicola; Elia, Gabriella; Desario, Costantina; Roperto, Sante; Martella, Vito; Campolo, Marco; Lorusso, Alessio; Cavalli, Alessandra; Buonavoglia, Canio</td> <td>2006</td> <td>2006-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119799" target="_blank">PMC7119799</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16682086.0" target="_blank">16682086.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2006.03.030" target="_blank">10.1016/j.jviromet.2006.03.030</a></td> <td>3br89vgb</td> <td>0.391667</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="vio24lfp";>368</th> <td>Jung_2015</td> <td>Integrated centrifugal reverse transcriptase loop-mediated isothermal amplification microdevice for influenza A virus detection</td> <td>Jung, Jae Hwan; Park, Byung Hyun; Oh, Seung Jun; Choi, Goro; Seo, Tae Seok</td> <td>2015</td> <td>2015-06-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7111304" target="_blank">PMC7111304</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25569879.0" target="_blank">25569879.0</a></td> <td><a href="https://doi.org/10.1016/j.bios.2014.12.043" target="_blank">10.1016/j.bios.2014.12.043</a></td> <td>vio24lfp</td> <td>0.391517</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#vqss7z7m">Zhang_2011</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#gmjnbnx5">Yang_2012</a></td> </tr> <tr> <th id="bo215gm9";>369</th> <td>Kim_H_2017</td> <td>MRPrimerV: a database of PCR primers for RNA virus detection</td> <td>Kim, Hyerin; Kang, NaNa; An, KyuHyeon; Kim, Doyun; Koo, JaeHyung; Kim, Min-Soo</td> <td>2017</td> <td>2017-01-04</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5210568" target="_blank">PMC5210568</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27899620.0" target="_blank">27899620.0</a></td> <td><a href="https://doi.org/10.1093/nar/gkw1095" target="_blank">10.1093/nar/gkw1095</a></td> <td>bo215gm9</td> <td>0.390916</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a></td> <td><a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#82iks0xf">Mikel_2015</a></td> </tr> <tr> <th id="c31xsyeo";>370</th> <td>Moser_2012</td> <td>Thermostable DNA Polymerase from a Viral Metagenome Is a Potent RT-PCR Enzyme</td> <td>Moser, Michael J.; DiFrancesco, Robert A.; Gowda, Krishne; Klingele, Audrey J.; Sugar, Darby R.; Stocki, Stacy; Mead, David A.; Schoenfeld, Thomas W.</td> <td>2012</td> <td>2012-06-04</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3366922" target="_blank">PMC3366922</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22675552.0" target="_blank">22675552.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0038371" target="_blank">10.1371/journal.pone.0038371</a></td> <td>c31xsyeo</td> <td>0.390835</td> <td><a href="Topic_29.html#1w54xw02">Gibson_2011</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#402ls2aq">Endoh_2005</a></td> <td><a href="Topic_21.html#ov92qh6h">Nowak_1984</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a></td> </tr> <tr> <th id="q5mgue5z";>371</th> <td>Terlizzi_2009</td> <td>Quantitative RT Real Time PCR and indirect immunofluorescence for the detection of human parainfluenza virus 1, 2, 3</td> <td>Terlizzi, Maria Elena; Massimiliano, Bergallo; Francesca, Sidoti; Sinesi, Franca; Rosangela, Vendrame; Stefano, Gambarino; Costa, Cristina; Rossana, Cavallo</td> <td>2009</td> <td>2009-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119502" target="_blank">PMC7119502</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19445964.0" target="_blank">19445964.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.04.039" target="_blank">10.1016/j.jviromet.2009.04.039</a></td> <td>q5mgue5z</td> <td>0.390145</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_14.html#vwmgolwo">Wu_J_2009</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="f8xf8746";>372</th> <td>Wang_2014</td> <td>PCR for Detection of Oseltamivir Resistance Mutation in Influenza A(H7N9) Virus</td> <td>Wang, Wei; Song, Zhigang; Guan, Wencai; Liu, Yi; Zhang, Xiaonan; Xu, Lei; Li, Jianhua; Yuan, Zhenghong; Hu, Yunwen</td> <td>2014</td> <td>2014-05-10</td> <td>None</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4012804" target="_blank">PMC4012804</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24751348.0" target="_blank">24751348.0</a></td> <td><a href="https://doi.org/10.3201/eid2005.131364" target="_blank">10.3201/eid2005.131364</a></td> <td>f8xf8746</td> <td>0.390045</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td> <td><a href="Topic_30.html#yvmdh7xh">Carr_2008</a>, <a href="Topic_30.html#h8k97j9z">Marx_2013</a>, <a href="Topic_29.html#3mw66vxm">Zhou_2012</a></td> </tr> <tr> <th id="9hmzu7t6";>373</th> <td>Feng_2018</td> <td>A multiplex one-tube nested real time RT-PCR assay for simultaneous detection of respiratory syncytial virus, human rhinovirus and human metapneumovirus</td> <td>Feng, Zhi-shan; Zhao, Li; Wang, Ji; Qiu, Fang-zhou; Zhao, Meng-chuan; Wang, Le; Duan, Su-xia; Zhang, Rui-qing; Chen, Chen; Qi, Ju-Ju; Fan, Tao; Li, Gui-xia; Ma, Xue-jun</td> <td>2018</td> <td>2018-10-30</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6208169" target="_blank">PMC6208169</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30376870.0" target="_blank">30376870.0</a></td> <td><a href="https://doi.org/10.1186/s12985-018-1061-0" target="_blank">10.1186/s12985-018-1061-0</a></td> <td>9hmzu7t6</td> <td>0.389431</td> <td><a href="Topic_05.html#uzfsv2df">Bellau-Pujol_2005</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#ytaro52p">Chen_2010</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_05.html#y9jro9gt">You_H_2017</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#6jp9yx47">Zhao_2019</a></td> </tr> <tr> <th id="pf5m3gm3";>374</th> <td>Rheem_2012</td> <td>Evaluation of a Multiplex Real-time PCR Assay for the Detection of Respiratory Viruses in Clinical Specimens</td> <td>Rheem, Insoo; Park, Joowon; Kim, Tae-Hyun; Kim, Jong Wan</td> <td>2012</td> <td>2012-10-17</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3486933" target="_blank">PMC3486933</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23130338.0" target="_blank">23130338.0</a></td> <td><a href="https://doi.org/10.3343/alm.2012.32.6.399" target="_blank">10.3343/alm.2012.32.6.399</a></td> <td>pf5m3gm3</td> <td>0.389146</td> <td><a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a></td> </tr> <tr> <th id="ccdj7137";>375</th> <td>Vabret_2001</td> <td>Direct diagnosis of human respiratory coronaviruses 229E and OC43 by the polymerase chain reaction</td> <td>Vabret, Astrid; Mouthon, Franck; Mourez, Thomas; Gouarin, Stephanie; Petitjean, Joëlle; Freymuth, François</td> <td>2001</td> <td>2001-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119936" target="_blank">PMC7119936</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/11483217.0" target="_blank">11483217.0</a></td> <td><a href="https://doi.org/10.1016/s0166-0934(01)00343-3" target="_blank">10.1016/s0166-0934(01)00343-3</a></td> <td>ccdj7137</td> <td>0.388777</td> <td><a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_07.html#mkc4g3jk">Zhang_2020</a>, <a href="Topic_29.html#o1alklje">Myint_1989</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_07.html#kxjomk2s">Chieochansin_2010</a></td> <td><a href="Topic_14.html#tac5ve2t">Vallet_2004</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="ubg3mj4u";>376</th> <td>Escutenaire_2006</td> <td>SYBR Green real-time reverse transcription-polymerase chain reaction assay for the generic detection of coronaviruses</td> <td>Escutenaire, S.; Mohamed, N.; Isaksson, M.; Thorén, P.; Klingeborn, B.; Belák, S.; Berg, M.; Blomberg, J.</td> <td>2006</td> <td>2006-08-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087200" target="_blank">PMC7087200</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16941059.0" target="_blank">16941059.0</a></td> <td><a href="https://doi.org/10.1007/s00705-006-0840-x" target="_blank">10.1007/s00705-006-0840-x</a></td> <td>ubg3mj4u</td> <td>0.385182</td> <td><a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_77.html#xxblr8qd">Pillaiyar_2020</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#4i1n9j4x">Chen_2015</a>, <a href="Topic_29.html#992l4een">Hanaki_2013</a></td> </tr> <tr> <th id="86el3qwn";>377</th> <td>Poon_2003</td> <td>Early diagnosis of SARS Coronavirus infection by real time RT-PCR</td> <td>Poon, Leo L.M.; Chan, Kwok Hung; Wong, On Kei; Yam, Wing Cheong; Yuen, Kwok Yung; Guan, Yi; Lo, Y.M.Dennis; Peiris, Joseph S.M.</td> <td>2003</td> <td>2003-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7129783" target="_blank">PMC7129783</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/14522060.0" target="_blank">14522060.0</a></td> <td><a href="https://doi.org/10.1016/j.jcv.2003.08.004" target="_blank">10.1016/j.jcv.2003.08.004</a></td> <td>86el3qwn</td> <td>0.384985</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a></td> <td><a href="Topic_29.html#hnb75vou">Keyaerts_2006</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> </tr> <tr> <th id="hr1f3g28";>378</th> <td>Clancy_2015</td> <td>Development of a rapid recombinase polymerase amplification assay for the detection of Streptococcus pneumoniae in whole blood</td> <td>Clancy, Eoin; Higgins, Owen; Forrest, Matthew S.; Boo, Teck Wee; Cormican, Martin; Barry, Thomas; Piepenburg, Olaf; Smith, Terry J.</td> <td>2015</td> <td>2015-10-29</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4625855" target="_blank">PMC4625855</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26515409.0" target="_blank">26515409.0</a></td> <td><a href="https://doi.org/10.1186/s12879-015-1212-5" target="_blank">10.1186/s12879-015-1212-5</a></td> <td>hr1f3g28</td> <td>0.384921</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_07.html#l40dlb5d">Priest_2012</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a></td> <td><a href="Topic_07.html#thsq6pnk">Lachheb_2019</a>, <a href="Topic_23.html#9q3f4w6u">Xue_G_2013</a></td> </tr> <tr> <th id="k23engcx";>379</th> <td>Naguib_2017</td> <td>New real time and conventional RT-PCRs for updated molecular diagnosis of infectious bronchitis virus infection (IBV) in chickens in Egypt associated with frequent co-infections with avian influenza and Newcastle Disease viruses</td> <td>Naguib, Mahmoud M.; El-Kady, Magdy F.; Lüschow, Dörte; Hassan, Kareem E.; Arafa, Abdel-Satar; El-Zanaty, Ali; Hassan, Mohamed K.; Hafez, Hafez M.; Grund, Christian; Harder, Timm C.</td> <td>2017</td> <td>2017-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113857" target="_blank">PMC7113857</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28336367.0" target="_blank">28336367.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2017.02.018" target="_blank">10.1016/j.jviromet.2017.02.018</a></td> <td>k23engcx</td> <td>0.383206</td> <td><a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_07.html#thsq6pnk">Lachheb_2019</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="l3gz0l4b";>380</th> <td>Taylor_2019</td> <td>Analytical evaluation of the microarray-based FluChip-8G Influenza A+B Assay</td> <td>Taylor, Amber W.; Dawson, Erica D.; Blair, Rebecca H.; Johnson, James E.; Slinskey, Amelia H.; Smolak, Andrew W.; Toth, Evan; Liikanen, Kyle; Stoughton, Robert S.; Smith, Catherine; Talbot, Sarah; Rowlen, Kathy L.</td> <td>2019</td> <td>2019-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6779046" target="_blank">PMC6779046</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31271790.0" target="_blank">31271790.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2019.113686" target="_blank">10.1016/j.jviromet.2019.113686</a></td> <td>l3gz0l4b</td> <td>0.382739</td> <td><a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#9apyiy7n">Li_J_2012</a>, <a href="Topic_23.html#rk8h6pbq">Saijo_2007</a></td> </tr> <tr> <th id="oj5bzs6m";>381</th> <td>Zhao_2017</td> <td>Clinical evaluation of a new single-tube multiplex reverse transcription PCR assay for simultaneous detection of 11 respiratory viruses, Mycoplasma pneumoniae and Chlamydia in hospitalized children with acute respiratory infections</td> <td>Zhao, Meng-chuan; Li, Gui-xia; Zhang, Dan; Zhou, Hang-yu; Wang, Hao; Yang, Shuo; Wang, Le; Feng, Zhi-shan; Ma, Xue-jun</td> <td>2017</td> <td>2017-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7132751" target="_blank">PMC7132751</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28365060.0" target="_blank">28365060.0</a></td> <td><a href="https://doi.org/10.1016/j.diagmicrobio.2017.03.010" target="_blank">10.1016/j.diagmicrobio.2017.03.010</a></td> <td>oj5bzs6m</td> <td>0.381292</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_75.html#ms1jqnfs">Lee_H_2017</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_14.html#hhihyln7">Wang_2017</a></td> </tr> <tr> <th id="36io7zsm";>382</th> <td>Sidoti_2012</td> <td>Alternative Molecular Tests for Virological Diagnosis</td> <td>Sidoti, Francesca; Bergallo, Massimiliano; Costa, Cristina; Cavallo, Rossana</td> <td>2012</td> <td>2012-04-09</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7091206" target="_blank">PMC7091206</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22484997.0" target="_blank">22484997.0</a></td> <td><a href="https://doi.org/10.1007/s12033-012-9533-8" target="_blank">10.1007/s12033-012-9533-8</a></td> <td>36io7zsm</td> <td>0.380354</td> <td><a href="Topic_14.html#z5rpdgrv">Wu_W_2009</a>, <a href="Topic_14.html#dmg5xye5">Monis_2006</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_14.html#thx9zh11">Zanoli_2012</a></td> <td><a href="Topic_14.html#utcysxuc">Oriero_2015</a>, <a href="Topic_14.html#wci56l0c">Kim_J_2014</a></td> </tr> <tr> <th id="6fpnmnwc";>383</th> <td>Choi_2008</td> <td>Development of real-time PCR assays for detection and quantification of human bocavirus</td> <td>Choi, Jang-Hoon; Chung, Yoon-Seok; Kim, Ki-Soon; Lee, Wan-Ji; Chung, Il Yup; Oh, Hee-Bok; Kang, Chun</td> <td>2008</td> <td>2008-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108235" target="_blank">PMC7108235</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18378492.0" target="_blank">18378492.0</a></td> <td><a href="https://doi.org/10.1016/j.jcv.2008.02.010" target="_blank">10.1016/j.jcv.2008.02.010</a></td> <td>6fpnmnwc</td> <td>0.379951</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_07.html#mkc4g3jk">Zhang_2020</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a></td> <td><a href="Topic_05.html#fzlmltk7">De_Vos_2009</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="s7qauqll";>384</th> <td>Poon_2004</td> <td>Detection of SARS Coronavirus in Patients with Severe Acute Respiratory Syndrome by Conventional and Real-Time Quantitative Reverse Transcription-PCR Assays</td> <td>Poon, Leo L M; Chan, Kwok Hung; Wong, On Kei; Cheung, Timothy K W; Ng, Iris; Zheng, Bojian; Seto, Wing Hong; Yuen, Kwok Yung; Guan, Yi; Peiris, Joseph S M</td> <td>2004</td> <td>2004-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108136" target="_blank">PMC7108136</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/14709637.0" target="_blank">14709637.0</a></td> <td><a href="https://doi.org/10.1373/clinchem.2003.023663" target="_blank">10.1373/clinchem.2003.023663</a></td> <td>s7qauqll</td> <td>0.379847</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_29.html#hnb75vou">Keyaerts_2006</a>, <a href="Topic_29.html#86el3qwn">Poon_2003</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="6mdimxnk";>385</th> <td>Vogels_2020</td> <td>Analytical sensitivity and efficiency comparisons of SARS-COV-2 qRT-PCR assays</td> <td>Chantal B.F. Vogels; Anderson F. Brito; Anne Louise Wyllie; Joseph R Fauver; Isabel M. Ott; Chaney C. Kalinich; Mary E. Petrone; Marie-Louise Landry; Ellen F. Foxman; Nathan D. Grubaugh</td> <td>2020</td> <td>2020-04-01</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.30.20048108" target="_blank">10.1101/2020.03.30.20048108</a></td> <td>6mdimxnk</td> <td>0.379508</td> <td><a href="Topic_11.html#h6r6qdna">Polverino_2017</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a>, <a href="Topic_17.html#t1e0tr4w">Lee_C_2017</a></td> <td><a href="Topic_14.html#9595vm0k">OKBA_2020</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#adul9nzf">Wu_Q_2004</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a></td> </tr> <tr> <th id="zdwolwws";>386</th> <td>Xia_J_2011</td> <td>Simple and rapid detection of human enterovirus 71 by reverse-transcription and loop-mediated isothermal amplification: cryopreservation affected the detection ability</td> <td>Xia, Ju-Feng; Yan, Xiu-Feng; Yu, Hui; Qu, Di; Long, Jian-Er</td> <td>2011</td> <td>2011-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127202" target="_blank">PMC7127202</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21899976.0" target="_blank">21899976.0</a></td> <td><a href="https://doi.org/10.1016/j.diagmicrobio.2011.07.014" target="_blank">10.1016/j.diagmicrobio.2011.07.014</a></td> <td>zdwolwws</td> <td>0.378090</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a></td> </tr> <tr> <th id="1o2is40t";>387</th> <td>Liu_D_2006</td> <td>Analysis of multiplex PCR fragments with PMMA microchip</td> <td>Liu, Dayu; Zhou, Xiaomian; Zhong, Runtao; Ye, Nannan; Chang, Guohui; Xiong, Wei; Mei, Xiaodan; Lin, Bingcheng</td> <td>2006</td> <td>2006-01-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7111857" target="_blank">PMC7111857</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18970365.0" target="_blank">18970365.0</a></td> <td><a href="https://doi.org/10.1016/j.talanta.2005.04.064" target="_blank">10.1016/j.talanta.2005.04.064</a></td> <td>1o2is40t</td> <td>0.377697</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_14.html#thx9zh11">Zanoli_2012</a></td> <td><a href="Topic_60.html#0sg0hv9w">Yeung_2006</a>, <a href="Topic_14.html#thx9zh11">Zanoli_2012</a>, <a href="Topic_60.html#0ebx61gb">Thaitrong_2010</a>, <a href="Topic_29.html#m71xkuo9">Mori_2006</a></td> </tr> <tr> <th id="101lnq4f";>388</th> <td>Liu_Q_2007</td> <td>Microarray-in-a-Tube for Detection of Multiple Viruses</td> <td>Liu, Quanjun; Bai, Yunfei; Ge, Qinyu; Zhou, Shixin; Wen, Tian; Lu, Zuhong</td> <td>2007</td> <td>2007-02-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108471" target="_blank">PMC7108471</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17158198.0" target="_blank">17158198.0</a></td> <td><a href="https://doi.org/10.1373/clinchem.2006.071720" target="_blank">10.1373/clinchem.2006.071720</a></td> <td>101lnq4f</td> <td>0.377435</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#9apyiy7n">Li_J_2012</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a></td> </tr> <tr> <th id="dwhyx97y";>389</th> <td>Noh_J_2017</td> <td>Simultaneous detection of severe acute respiratory syndrome, Middle East respiratory syndrome, and related bat coronaviruses by real-time reverse transcription PCR</td> <td>Noh, Ji Yeong; Yoon, Sun-Woo; Kim, Doo-Jin; Lee, Moo-Seung; Kim, Ji-Hyung; Na, Woonsung; Song, Daesub; Jeong, Dae Gwin; Kim, Hye Kwon</td> <td>2017</td> <td>2017-02-20</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7086956" target="_blank">PMC7086956</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28220326.0" target="_blank">28220326.0</a></td> <td><a href="https://doi.org/10.1007/s00705-017-3281-9" target="_blank">10.1007/s00705-017-3281-9</a></td> <td>dwhyx97y</td> <td>0.377130</td> <td><a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a></td> <td><a href="Topic_35.html#z535gkg3">Kossyvakis_2015</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a>, <a href="Topic_29.html#6dvpqgf5">Shirato_2014</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="1w54xw02";>390</th> <td>Gibson_2011</td> <td>Chapter fifteen Enzymatic Assembly of Overlapping DNA Fragments</td> <td>Gibson, Daniel G.</td> <td>2011</td> <td>2011-12-31</td> <td>PMC</td> <td>N</td> <td></td> <td></td> <td><a href="https://doi.org/10.1016/b978-0-12-385120-8.00015-2" target="_blank">10.1016/b978-0-12-385120-8.00015-2</a></td> <td>1w54xw02</td> <td>0.376081</td> <td><a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_21.html#4z5jxxf2">Otsuka_1999</a>, <a href="Topic_21.html#qorblon9">Jang_2020</a>, <a href="Topic_29.html#rlgzgyzn">Lee_J_2019</a></td> <td><a href="Topic_61.html#jta53v1l">Pradeepkumar_2012</a>, <a href="Topic_29.html#c31xsyeo">Moser_2012</a>, <a href="Topic_60.html#kt9pmfdr">Kutyavin_2006</a></td> </tr> <tr> <th id="1dvj60yk";>391</th> <td>Sultani_2015</td> <td>Multiplex SYBR Green Real-Time PCR Assay for Detection of Respiratory Viruses</td> <td>Sultani, Mozhdeh; Mokhtari Azad, Talat; Eshragian, Mohammadreza; Shadab, Azadeh; Naseri, Maryam; Eilami, Owrang; Yavarian, Jila</td> <td>2015</td> <td>2015-08-01</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4601230" target="_blank">PMC4601230</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26468358.0" target="_blank">26468358.0</a></td> <td><a href="https://doi.org/10.5812/jjm.19041v2" target="_blank">10.5812/jjm.19041v2</a></td> <td>1dvj60yk</td> <td>0.372740</td> <td><a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_77.html#xxblr8qd">Pillaiyar_2020</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_14.html#swkc3fcv">Souza_2019</a></td> </tr> <tr> <th id="lz37rh82";>392</th> <td>Li_J_2007</td> <td>s-RT-MELT for rapid mutation scanning using enzymatic selection and real time DNA-melting: new potential for multiplex genetic analysis</td> <td>Li, Jin; Berbeco, Ross; Distel, Robert J.; Jänne, Pasi A.; Wang, Lilin; Makrigiorgos, G. Mike</td> <td>2007</td> <td>2007-06-01</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1919510" target="_blank">PMC1919510</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17545195.0" target="_blank">17545195.0</a></td> <td><a href="https://doi.org/10.1093/nar/gkm403" target="_blank">10.1093/nar/gkm403</a></td> <td>lz37rh82</td> <td>0.371844</td> <td><a href="Topic_07.html#bbvxu8op">Karaman_2005</a>, <a href="Topic_02.html#rloey02j">Harel_2019</a>, <a href="Topic_61.html#2fcl6f4i">Price_2019</a>, <a href="Topic_14.html#utvf8yh6">Chen_2018</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a></td> <td><a href="Topic_29.html#c31xsyeo">Moser_2012</a>, <a href="Topic_14.html#r7m7gfi4">Wang_2011</a>, <a href="Topic_29.html#4sltubqk">Horiuchi_2020</a></td> </tr> <tr> <th id="4nta9b6w";>393</th> <td>Slomka_2010</td> <td>Original Article: Real time reverse transcription (RRT)‐polymerase chain reaction (PCR) methods for detection of pandemic (H1N1) 2009 influenza virus and European swine influenza A virus infections in pigs</td> <td>Slomka, Marek J.; Densham, Anstice L. E.; Coward, Vivien J.; Essen, Steve; Brookes, Sharon M.; Irvine, Richard M.; Spackman, Erica; Ridgeon, Jonathan; Gardner, Rebecca; Hanna, Amanda; Suarez, David L.; Brown, Ian H.</td> <td>2010</td> <td>2010-08-17</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4634650" target="_blank">PMC4634650</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20716157.0" target="_blank">20716157.0</a></td> <td><a href="https://doi.org/10.1111/j.1750-2659.2010.00149.x" target="_blank">10.1111/j.1750-2659.2010.00149.x</a></td> <td>4nta9b6w</td> <td>0.371010</td> <td><a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a></td> <td><a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_30.html#btefyqvw">Shu_B_2011</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a></td> </tr> <tr> <th id="fa5qgum1";>394</th> <td>Fischer_2013</td> <td>Detection and differentiation of field and vaccine strains of canine distemper virus using reverse transcription followed by nested real time PCR (RT-nqPCR) and RFLP analysis</td> <td>Fischer, Cristine Dossin Bastos; Ikuta, Nilo; Canal, Cláudio Wageck; Makiejczuk, Aline; Allgayer, Mariangela da Costa; Cardoso, Cristine Hoffmeister; Lehmann, Fernanda Kieling; Fonseca, André Salvador Kazantzi; Lunge, Vagner Ricardo</td> <td>2013</td> <td>2013-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113657" target="_blank">PMC7113657</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23942341.0" target="_blank">23942341.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2013.08.002" target="_blank">10.1016/j.jviromet.2013.08.002</a></td> <td>fa5qgum1</td> <td>0.367842</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_44.html#ppawdq7a">Li_W_2012</a>, <a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a>, <a href="Topic_07.html#kxjomk2s">Chieochansin_2010</a></td> <td><a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_07.html#phnqftsj">Zaher_2020</a></td> </tr> <tr> <th id="yvo6qvuf";>395</th> <td>Culver_2007</td> <td>RT-PCR Detection of Avian Coronaviruses of Galliform Birds (Chicken, Turkey, Pheasant) and in a Parrot</td> <td>Culver, Francesca Anne; Britton, Paul; Cavanagh, Dave</td> <td>2007</td> <td>2007-11-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120991" target="_blank">PMC7120991</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19057865.0" target="_blank">19057865.0</a></td> <td><a href="https://doi.org/10.1007/978-1-59745-181-9_4" target="_blank">10.1007/978-1-59745-181-9_4</a></td> <td>yvo6qvuf</td> <td>0.367006</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a></td> </tr> <tr> <th id="s7uqawbd";>396</th> <td>Yu_L_2020</td> <td>Rapid colorimetric detection of COVID-19 coronavirus using a reverse tran-scriptional loop-mediated isothermal amplification (RT-LAMP) diagnostic plat-form: iLACO</td> <td>Lin Yu; Shanshan Wu; Xiaowen Hao; Xuelong Li; Xiyang Liu; Shenglong Ye; Heng Han; Xue Dong; Xin Li; Jiyao Li; Jianmin Liu; Na Liu; Wanzhong Zhang; Vicent Pelechano; Wei-Hua Chen; Xiushan Yin</td> <td>2020</td> <td>2020-02-24</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.02.20.20025874" target="_blank">10.1101/2020.02.20.20025874</a></td> <td>s7uqawbd</td> <td>0.365344</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_17.html#t1e0tr4w">Lee_C_2017</a>, <a href="Topic_01.html#z1nigtb5">Bradbury_2003</a>, <a href="Topic_30.html#k9skma4k">Karlsson_2012</a></td> <td><a href="Topic_14.html#9595vm0k">OKBA_2020</a>, <a href="Topic_27.html#zrbesm5b">Rockx_2020</a>, <a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a></td> </tr> <tr> <th id="btnwcf6q";>397</th> <td>Hu_S_2015</td> <td>Development of reverse-transcription loop-mediated isothermal amplification assay for rapid detection and differentiation of dengue virus serotypes 1–4</td> <td>Hu, Sheng-feng; Li, Miao; Zhong, Lan-lan; Lu, Shi-miao; Liu, Ze-xia; Pu, Jie-ying; Wen, Jin-sheng; Huang, Xi</td> <td>2015</td> <td>2015-11-14</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4647581" target="_blank">PMC4647581</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26572227.0" target="_blank">26572227.0</a></td> <td><a href="https://doi.org/10.1186/s12866-015-0595-1" target="_blank">10.1186/s12866-015-0595-1</a></td> <td>btnwcf6q</td> <td>0.364740</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a></td> <td><a href="Topic_29.html#3lujp0oy">Neeraja_2015</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="kquixjt2";>398</th> <td>Xu_L_2018</td> <td>A Multiplex Asymmetric Reverse Transcription-PCR Assay Combined With an Electrochemical DNA Sensor for Simultaneously Detecting and Subtyping Influenza A Viruses</td> <td>Xu, Lili; Jiang, Xiwen; Zhu, Yun; Duan, Yali; Huang, Taosheng; Huang, Zhiwen; Liu, Chunyan; Xu, Baoping; Xie, Zhengde</td> <td>2018</td> <td>2018-06-27</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6036258" target="_blank">PMC6036258</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30013525.0" target="_blank">30013525.0</a></td> <td><a href="https://doi.org/10.3389/fmicb.2018.01405" target="_blank">10.3389/fmicb.2018.01405</a></td> <td>kquixjt2</td> <td>0.364380</td> <td><a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td> <td><a href="Topic_29.html#9apyiy7n">Li_J_2012</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="3p6q92x4";>399</th> <td>Gueudin_2003</td> <td>Quantitation of respiratory syncytial virus RNA in nasal aspirates of children by real-time RT-PCR assay</td> <td>Gueudin, M; Vabret, A; Petitjean, J; Gouarin, S; Brouard, J; Freymuth, F</td> <td>2003</td> <td>2003-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119593" target="_blank">PMC7119593</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/12668266.0" target="_blank">12668266.0</a></td> <td><a href="https://doi.org/10.1016/s0166-0934(03)00042-9" target="_blank">10.1016/s0166-0934(03)00042-9</a></td> <td>3p6q92x4</td> <td>0.363593</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a></td> </tr> <tr> <th id="ur5n07ey";>400</th> <td>Xu_L_2009</td> <td>Evaluation of sensitivities and specificities of SARS-CoV detection by real-time quantitative reverse transcription-PCR assays</td> <td>Xu, Li-li; Hu, Zhi-hong; Wang, Hua-lin; Han, Xiao; Deng, Fei</td> <td>2009</td> <td>2009-05-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7090980" target="_blank">PMC7090980</a></td> <td></td> <td><a href="https://doi.org/10.1007/s12250-009-3021-8" target="_blank">10.1007/s12250-009-3021-8</a></td> <td>ur5n07ey</td> <td>0.363573</td> <td><a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_14.html#9595vm0k">OKBA_2020</a>, <a href="Topic_29.html#adul9nzf">Wu_Q_2004</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a></td> </tr> <tr> <th id="23kzr8rq";>401</th> <td>Parida_2008</td> <td>Rapid and real-time detection technologies for emerging viruses of biomedical importance</td> <td>Parida, M. M.</td> <td>2008</td> <td>2008-11-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7090734" target="_blank">PMC7090734</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19208986.0" target="_blank">19208986.0</a></td> <td><a href="https://doi.org/10.1007/s12038-008-0079-7" target="_blank">10.1007/s12038-008-0079-7</a></td> <td>23kzr8rq</td> <td>0.362917</td> <td><a href="Topic_01.html#uvm72cpi">Djikeng_2009</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a>, <a href="Topic_14.html#z5rpdgrv">Wu_W_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#3no082lg">Parida_2012</a></td> <td><a href="Topic_29.html#3no082lg">Parida_2012</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="mtk3qxue";>402</th> <td>Zambenedetti_2017</td> <td>Internal control for real-time polymerase chain reaction based on MS2 bacteriophage for RNA viruses diagnostics</td> <td>Zambenedetti, Miriam Ribas; Pavoni, Daniela Parada; Dallabona, Andreia Cristine; Dominguez, Alejandro Correa; Poersch, Celina de Oliveira; Fragoso, Stenio Perdigão; Krieger, Marco Aurélio</td> <td>2017</td> <td>2017-04-06</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5398160" target="_blank">PMC5398160</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28403327.0" target="_blank">28403327.0</a></td> <td><a href="https://doi.org/10.1590/0074-02760160380" target="_blank">10.1590/0074-02760160380</a></td> <td>mtk3qxue</td> <td>0.361077</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_29.html#82iks0xf">Mikel_2015</a>, <a href="Topic_29.html#w5snlajd">Wang_2015</a></td> </tr> <tr> <th id="5c1rhmmm";>403</th> <td>Bai_J_2019</td> <td>Cas12a-Based On-Site and Rapid Nucleic Acid Detection of African Swine Fever</td> <td>Bai, Jing; Lin, Haosi; Li, Haojian; Zhou, Yang; Liu, Junshan; Zhong, Guorui; Wu, Luting; Jiang, Weifan; Du, Hongli; Yang, Jinyi; Xie, Qingmei; Huang, Lizhen</td> <td>2019</td> <td>2019-12-10</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6916198" target="_blank">PMC6916198</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31921018.0" target="_blank">31921018.0</a></td> <td><a href="https://doi.org/10.3389/fmicb.2019.02830" target="_blank">10.3389/fmicb.2019.02830</a></td> <td>5c1rhmmm</td> <td>0.360623</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_36.html#ipdyywbx">Kuiken_2011</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a></td> <td><a href="Topic_07.html#thsq6pnk">Lachheb_2019</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_68.html#pa0aecwr">Park_2007</a>, <a href="Topic_07.html#rah5p1y4">Mohamed_2018</a></td> </tr> <tr> <th id="zz1hkbpc";>404</th> <td>Gardner_2014</td> <td>Simulate_PCR for amplicon prediction and annotation from multiplex, degenerate primers and probes</td> <td>Gardner, Shea N; Slezak, Tom</td> <td>2014</td> <td>2014-07-09</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4226945" target="_blank">PMC4226945</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25005023.0" target="_blank">25005023.0</a></td> <td><a href="https://doi.org/10.1186/1471-2105-15-237" target="_blank">10.1186/1471-2105-15-237</a></td> <td>zz1hkbpc</td> <td>0.360503</td> <td><a href="Topic_07.html#g4sjyytr">Phillippy_2009</a>, <a href="Topic_34.html#qbldmef1">Yu_H_2007</a>, <a href="Topic_17.html#tg06vxza">Cheng_2013</a>, <a href="Topic_07.html#g2f151oc">Whiteford_2005</a></td> <td><a href="Topic_29.html#7658dmvk">Gardner_2009</a>, <a href="Topic_29.html#xjfb83is">Li_K_2012</a></td> </tr> <tr> <th id="iucu98wx";>405</th> <td>Losurdo_2015</td> <td>Development of a TaqMan assay for sensitive detection of all pestiviruses infecting cattle, including the emerging HoBi-like strains</td> <td>Losurdo, Michele; Mari, Viviana; Lucente, Maria Stella; Colaianni, Maria Loredana; Padalino, Iolanda; Cavaliere, Nicola; Buonavoglia, Canio; Decaro, Nicola</td> <td>2015</td> <td>2015-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113749" target="_blank">PMC7113749</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26300370.0" target="_blank">26300370.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2015.08.013" target="_blank">10.1016/j.jviromet.2015.08.013</a></td> <td>iucu98wx</td> <td>0.360306</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#zz7mt6be">Hakhverdyan_2005</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="i09up80r";>406</th> <td>KISHIMOTO_2017</td> <td>Development of a one-run real-time PCR detection system for pathogens associated with bovine respiratory disease complex</td> <td>KISHIMOTO, Mai; TSUCHIAKA, Shinobu; RAHPAYA, Sayed Samim; HASEBE, Ayako; OTSU, Keiko; SUGIMURA, Satoshi; KOBAYASHI, Suguru; KOMATSU, Natsumi; NAGAI, Makoto; OMATSU, Tsutomu; NAOI, Yuki; SANO, Kaori; OKAZAKI-TERASHIMA, Sachiko; OBA, Mami; KATAYAMA, Yukie; SATO, Reiichiro; ASAI, Tetsuo; MIZUTANI, Tetsuya</td> <td>2017</td> <td>2017-01-08</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5383171" target="_blank">PMC5383171</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28070089.0" target="_blank">28070089.0</a></td> <td><a href="https://doi.org/10.1292/jvms.16-0489" target="_blank">10.1292/jvms.16-0489</a></td> <td>i09up80r</td> <td>0.359720</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_70.html#4561jxff">Nicholson_2014</a>, <a href="Topic_30.html#ei33h8ts">van_Riel_2007</a></td> <td><a href="Topic_44.html#0pkbbb99">SUNAGA_2019</a>, <a href="Topic_29.html#zz7mt6be">Hakhverdyan_2005</a></td> </tr> <tr> <th id="nv228vte";>407</th> <td>Lu_Q_2008</td> <td>A sensitive array-based assay for identifying multiple TMPRSS2:ERG fusion gene variants</td> <td>Lu, Qing; Nunez, Esperanza; Lin, Chunrun; Christensen, Kimberly; Downs, Tracy; Carson, Dennis A.; Wang-Rodriguez, Jessica; Liu, Yu-Tsueng</td> <td>2008</td> <td>2008-09-15</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2582611" target="_blank">PMC2582611</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18794177.0" target="_blank">18794177.0</a></td> <td><a href="https://doi.org/10.1093/nar/gkn585" target="_blank">10.1093/nar/gkn585</a></td> <td>nv228vte</td> <td>0.359597</td> <td><a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_61.html#el7bdkcf">Wang_2007</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_37.html#lkvt9slp">Barrett_2006</a></td> <td><a href="Topic_49.html#5ef2no83">Deiab_2013</a>, <a href="Topic_23.html#2601n7a9">Leu_S_2010</a>, <a href="Topic_62.html#efet3ozc">Kido_2003</a>, <a href="Topic_29.html#4sltubqk">Horiuchi_2020</a></td> </tr> <tr> <th id="e0w069vt";>408</th> <td>Wang_2018</td> <td>Development of a real time reverse transcription loop-mediated isothermal amplification method (RT-LAMP) for detection of a novel swine acute diarrhea syndrome coronavirus (SADS-CoV)</td> <td>Wang, Huanan; Cong, Feng; Zeng, Fanwen; Lian, Yuexiao; Liu, Xiangnan; Luo, Manlin; Guo, Pengju; Ma, Jingyun</td> <td>2018</td> <td>2018-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113678" target="_blank">PMC7113678</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29936095.0" target="_blank">29936095.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2018.06.010" target="_blank">10.1016/j.jviromet.2018.06.010</a></td> <td>e0w069vt</td> <td>0.358924</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a></td> <td><a href="Topic_29.html#3cdfx2zj">Chen_2009</a>, <a href="Topic_29.html#wue6s07z">Zhou_2018</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="y9jro9gt";>409</th> <td>You_H_2017</td> <td>Simultaneous detection of respiratory syncytial virus and human metapneumovirus by one-step multiplex real-time RT-PCR in patients with respiratory symptoms</td> <td>You, Huey-Ling; Chang, Shun-Jen; Yu, Hong-Ren; Li, Chia-Chin; Chen, Chang-Han; Liao, Wei-Ting</td> <td>2017</td> <td>2017-03-27</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5368990" target="_blank">PMC5368990</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28347279.0" target="_blank">28347279.0</a></td> <td><a href="https://doi.org/10.1186/s12887-017-0843-7" target="_blank">10.1186/s12887-017-0843-7</a></td> <td>y9jro9gt</td> <td>0.358381</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_05.html#79qinq4t">Dayakar_2016</a></td> </tr> <tr> <th id="18azv910";>410</th> <td>McAvin_2007</td> <td>Deployable, Field-Sustainable, Reverse Transcription-Polymerase Chain Reaction Assays for Rapid Screening and Serotype Identification of Dengue Virus in Mosquitoes</td> <td>McAvin, James C.; Powers, Michael D.; Blow, Jamie A.; Putnam, John L.; Huff, William B.; Swaby, James A.</td> <td>2007</td> <td>2007-03-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7110365" target="_blank">PMC7110365</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17436782.0" target="_blank">17436782.0</a></td> <td><a href="https://doi.org/10.7205/milmed.172.3.329" target="_blank">10.7205/milmed.172.3.329</a></td> <td>18azv910</td> <td>0.358069</td> <td><a href="Topic_72.html#v48xeqdz">Izquierdo-Suzán_2019</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_72.html#akri8qdk">Bergren_2018</a>, <a href="Topic_70.html#rxornpqu">Leemans_1999</a></td> <td><a href="Topic_29.html#lrkscs71">Kurosaki_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="zyf0gswm";>411</th> <td>Ma_X_2015</td> <td>A multiplex PCR assay for the detection of five influenza viruses using a dual priming oligonucleotide system</td> <td>Ma, Xuezheng; Xu, Huanzhou; Shi, Lei; Yang, Pengfei; Zhang, Liping; Sun, Xiaohong; Zhen, Wei; Hu, Kongxin</td> <td>2015</td> <td>2015-02-25</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4344991" target="_blank">PMC4344991</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25886516.0" target="_blank">25886516.0</a></td> <td><a href="https://doi.org/10.1186/s12879-015-0818-y" target="_blank">10.1186/s12879-015-0818-y</a></td> <td>zyf0gswm</td> <td>0.357577</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_29.html#9apyiy7n">Li_J_2012</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a></td> </tr> <tr> <th id="fq11rhab";>412</th> <td>Zhu_X_2020</td> <td>Reverse transcription loop-mediated isothermal amplification combined with nanoparticles-based biosensor for diagnosis of COVID-19</td> <td>Xiong Zhu; Xiaoxia Wang; Limei Han; Ting Chen; Licheng Wang; Huan Li; Sha Li; Lvfen He; Xiaoying Fu; Shaojin Chen; Xing Mei; Hai Chen; Yi Wang</td> <td>2020</td> <td>2020-03-20</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.17.20037796" target="_blank">10.1101/2020.03.17.20037796</a></td> <td>fq11rhab</td> <td>0.357540</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#828inb8d">Zhang_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a></td> </tr> <tr> <th id="d3jqgj9k";>413</th> <td>Tan_J_2011</td> <td>An optimized microarray platform for assaying genomic variation in Plasmodium falciparum field populations</td> <td>Tan, John C; Miller, Becky A; Tan, Asako; Patel, Jigar J; Cheeseman, Ian H; Anderson, Tim JC; Manske, Magnus; Maslen, Gareth; Kwiatkowski, Dominic P; Ferdig, Michael T</td> <td>2011</td> <td>2011-04-08</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3218861" target="_blank">PMC3218861</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21477297.0" target="_blank">21477297.0</a></td> <td><a href="https://doi.org/10.1186/gb-2011-12-4-r35" target="_blank">10.1186/gb-2011-12-4-r35</a></td> <td>d3jqgj9k</td> <td>0.355836</td> <td><a href="Topic_07.html#bbvxu8op">Karaman_2005</a>, <a href="Topic_14.html#16tii0ha">Pandya_2007</a>, <a href="Topic_07.html#g2f151oc">Whiteford_2005</a>, <a href="Topic_07.html#g4sjyytr">Phillippy_2009</a></td> <td><a href="Topic_34.html#hlvfg1b2">Tan_J_2009</a>, <a href="Topic_14.html#xo1cyzrg">Giles_2015</a>, <a href="Topic_14.html#3jxyipbn">Lewandowska_2017</a>, <a href="Topic_14.html#ueyaw8pd">Wong_2007</a></td> </tr> <tr> <th id="4rc5qbcb";>414</th> <td>Sun_Y_2019</td> <td>Simultaneous detection and differentiation of canine parvovirus and feline parvovirus by high resolution melting analysis</td> <td>Sun, Yaru; Cheng, Yuening; Lin, Peng; Zhang, Hewei; Yi, Li; Tong, Mingwei; Cao, Zhigang; Li, Shuang; Cheng, Shipeng; Wang, Jianke</td> <td>2019</td> <td>2019-05-10</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6511188" target="_blank">PMC6511188</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31077252.0" target="_blank">31077252.0</a></td> <td><a href="https://doi.org/10.1186/s12917-019-1898-5" target="_blank">10.1186/s12917-019-1898-5</a></td> <td>4rc5qbcb</td> <td>0.355032</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td> <td><a href="Topic_07.html#phnqftsj">Zaher_2020</a>, <a href="Topic_70.html#zkwiag7a">Balboni_2018</a>, <a href="Topic_29.html#gptr9x9k">Streck_2013</a></td> </tr> <tr> <th id="aokvzym6";>415</th> <td>Zhu_Z_2016</td> <td>Strand-Exchange Nucleic Acid Circuitry with Enhanced Thermo-and Structure- Buffering Abilities Turns Gene Diagnostics Ultra-Reliable and Environmental Compatible</td> <td>Zhu, Zhentong; Tang, Yidan; Jiang, Yu Sherry; Bhadra, Sanchita; Du, Yan; Ellington, Andrew D.; Li, Bingling</td> <td>2016</td> <td>2016-11-04</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5095676" target="_blank">PMC5095676</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27812041.0" target="_blank">27812041.0</a></td> <td><a href="https://doi.org/10.1038/srep36605" target="_blank">10.1038/srep36605</a></td> <td>aokvzym6</td> <td>0.353401</td> <td><a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_29.html#8xe7cg8q">Lee_W_2008</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_17.html#t1e0tr4w">Lee_C_2017</a>, <a href="Topic_17.html#jvfjf7aw">Feng_2010</a></td> <td><a href="Topic_29.html#pbpvlvlk">Du_Y_2015</a>, <a href="Topic_60.html#viz05uam">Dong_2019</a>, <a href="Topic_61.html#jta53v1l">Pradeepkumar_2012</a></td> </tr> <tr> <th id="1397kds0";>416</th> <td>Bialasiewicz_2007</td> <td>Development and evaluation of real-time PCR assays for the detection of the newly identified KI and WU polyomaviruses</td> <td>Bialasiewicz, S.; Whiley, D.M.; Lambert, S.B.; Gould, A.; Nissen, M.D.; Sloots, T.P.</td> <td>2007</td> <td>2007-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108442" target="_blank">PMC7108442</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17714984.0" target="_blank">17714984.0</a></td> <td><a href="https://doi.org/10.1016/j.jcv.2007.07.015" target="_blank">10.1016/j.jcv.2007.07.015</a></td> <td>1397kds0</td> <td>0.353342</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_35.html#ifvg5ypz">Bergallo_2009</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#4rbrzv5o">Choudhary_2013</a></td> </tr> <tr> <th id="o4hsr4pm";>417</th> <td>An_D_2008</td> <td>An immunochromatography assay for rapid antemortem diagnosis of dogs suspected to have canine distemper</td> <td>An, Dong-Jun; Kim, Tae-Young; Song, Dae-Sub; Kang, Bo-Kyu; Park, Bong-Kyun</td> <td>2008</td> <td>2008-02-29</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119767" target="_blank">PMC7119767</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17950910.0" target="_blank">17950910.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2007.09.006" target="_blank">10.1016/j.jviromet.2007.09.006</a></td> <td>o4hsr4pm</td> <td>0.352074</td> <td><a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_03.html#rz3ftx18">Gottstein_1998</a>, <a href="Topic_35.html#s9tzzyt3">Litster_2013</a>, <a href="Topic_14.html#wci56l0c">Kim_J_2014</a>, <a href="Topic_14.html#u28y1ttw">Chen_2012</a></td> </tr> <tr> <th id="aj9wppts";>418</th> <td>Eboigbodin_2017</td> <td>Rapid and sensitive real-time assay for the detection of respiratory syncytial virus using RT-SIBA®</td> <td>Eboigbodin, Kevin E.; Moilanen, Kirsi; Elf, Sonja; Hoser, Mark</td> <td>2017</td> <td>2017-02-10</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5301360" target="_blank">PMC5301360</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28183291.0" target="_blank">28183291.0</a></td> <td><a href="https://doi.org/10.1186/s12879-017-2227-x" target="_blank">10.1186/s12879-017-2227-x</a></td> <td>aj9wppts</td> <td>0.351687</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#kylki373">Chen_2008</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a></td> </tr> <tr> <th id="ln92w6gm";>419</th> <td>Mukai_2006</td> <td>Identification of Mycobacterium species by comparative analysis of the dnaA gene</td> <td>Mukai, Tetsu; Miyamoto, Yuji; Yamazaki, Toshio; Makino, Masahiko</td> <td>2006</td> <td>2006-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7109704" target="_blank">PMC7109704</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16445750.0" target="_blank">16445750.0</a></td> <td><a href="https://doi.org/10.1111/j.1574-6968.2005.00031.x" target="_blank">10.1111/j.1574-6968.2005.00031.x</a></td> <td>ln92w6gm</td> <td>0.351589</td> <td><a href="Topic_07.html#j6wdclpu">Naidoo_2014</a>, <a href="Topic_07.html#kxjomk2s">Chieochansin_2010</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a>, <a href="Topic_70.html#4561jxff">Nicholson_2014</a></td> <td><a href="Topic_07.html#j6wdclpu">Naidoo_2014</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_70.html#3l196l2f">Sazmand_2019</a></td> </tr> <tr> <th id="86ptuyn8";>420</th> <td>Majerciak_2018</td> <td>Detection of Viral RNA Splicing in Diagnostic Virology</td> <td>Majerciak, Vladimir; Zheng, Zhi-Ming</td> <td>2018</td> <td>2018-11-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121103" target="_blank">PMC7121103</a></td> <td></td> <td><a href="https://doi.org/10.1007/978-3-319-95111-9_15" target="_blank">10.1007/978-3-319-95111-9_15</a></td> <td>86ptuyn8</td> <td>0.351159</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#0yp4c4ks">Banerjee_2001</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_21.html#v3sfww3e">Lin_X_2015</a></td> <td><a href="Topic_21.html#d9urjb9e">Masante_2015</a>, <a href="Topic_29.html#mtk3qxue">Zambenedetti_2017</a></td> </tr> <tr> <th id="7tkvl894";>421</th> <td>Metsky_2020</td> <td>CRISPR-based surveillance for COVID-19 using genomically-comprehensive machine learning design</td> <td>Hayden C. Metsky; Catherine A. Freije; Tinna-Solveig F. Kosoko-Thoroddsen; Pardis C. Sabeti; Cameron Myhrvold</td> <td>2020</td> <td>2020-03-02</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.02.26.967026" target="_blank">10.1101/2020.02.26.967026</a></td> <td>7tkvl894</td> <td>0.349464</td> <td><a href="Topic_07.html#kixzxs68">Naito_2007</a>, <a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_17.html#t1e0tr4w">Lee_C_2017</a>, <a href="Topic_01.html#uvm72cpi">Djikeng_2009</a>, <a href="Topic_17.html#clagd6rh">Sen_D_2018</a></td> <td><a href="Topic_18.html#frmgl65z">Ge_F_2008</a>, <a href="Topic_45.html#0l33i6s4">Anderson_2020</a>, <a href="Topic_14.html#9595vm0k">OKBA_2020</a></td> </tr> <tr> <th id="6kpgt70s";>422</th> <td>Lamb_2020</td> <td>Rapid Detection of Novel Coronavirus (COVID-19) by Reverse Transcription-Loop-Mediated Isothermal Amplification</td> <td>Laura E Lamb; Sarah N Bartolone; Elijah Ward; Michael B Chancellor</td> <td>2020</td> <td>2020-02-24</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.02.19.20025155" target="_blank">10.1101/2020.02.19.20025155</a></td> <td>6kpgt70s</td> <td>0.349464</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#vqss7z7m">Zhang_2011</a></td> </tr> <tr> <th id="hll7xkv5";>423</th> <td>Manuguerra_1993</td> <td>Genic amplification of the entire coding region of the HEF RNA segment of influenza C virus</td> <td>Manuguerra, Jean-Claude; Hannoun, Claude; Nicolson, Carolyn; Robertson, James S.</td> <td>1993</td> <td>1993-01-31</td> <td>PMC</td> <td>N</td> <td></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/8381795.0" target="_blank">8381795.0</a></td> <td><a href="https://doi.org/10.1016/0166-0934(93)90163-l" target="_blank">10.1016/0166-0934(93)90163-l</a></td> <td>hll7xkv5</td> <td>0.348576</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_21.html#ov92qh6h">Nowak_1984</a></td> </tr> <tr> <th id="1zyy536y";>424</th> <td>Lorusso_2010</td> <td>One-step real-time RT-PCR for pandemic influenza A virus (H1N1) 2009 matrix gene detection in swine samples</td> <td>Lorusso, Alessio; Faaberg, Kay S.; Killian, Mary Lea; Koster, Leo; Vincent, Amy L.</td> <td>2010</td> <td>2010-03-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119756" target="_blank">PMC7119756</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20005904.0" target="_blank">20005904.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.12.002" target="_blank">10.1016/j.jviromet.2009.12.002</a></td> <td>1zyy536y</td> <td>0.347789</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_30.html#k9skma4k">Karlsson_2012</a></td> <td><a href="Topic_29.html#cuhx1dfq">Kumar_2010</a>, <a href="Topic_29.html#cmcofqec">Fan_J_2014</a>, <a href="Topic_40.html#mwakww13">Van_Hoeven_2009</a></td> </tr> <tr> <th id="eo2pcgix";>425</th> <td>Jiang_2020</td> <td>Development and validation of a rapid single-step reverse transcriptase loop-mediated isothermal amplification (RT-LAMP) system potentially to be used for reliable and high-throughput screening of COVID-19</td> <td>Minghua Jiang; Wenjie Fang; Amir Aratehfar; Xiaojing Li; Liyan ling; Hua Fang; Farnaz Farnaz Daneshnia; Jian Yu; Wanqing Liao; Hao Pei; Weihua Pan; Cornelia Lass-Florl</td> <td>2020</td> <td>2020-03-20</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.15.20036376" target="_blank">10.1101/2020.03.15.20036376</a></td> <td>eo2pcgix</td> <td>0.345748</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a>, <a href="Topic_29.html#rujylmib">Chen_2010</a>, <a href="Topic_14.html#ngn9x3lc">Erlandsson_2011</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> </tr> <tr> <th id="3yfcwwye";>426</th> <td>WEI_Y_2016</td> <td>A duplex RT-PCR assay for detection of H9 subtype avian influenza viruses and infectious bronchitis viruses</td> <td>WEI, Yan-di; GAO, Wei-hua; SUN, Hong-lei; YU, Chen-fang; PEI, Xing-yao; SUN, Yi-peng; LIU, Jin-hua; PU, Juan</td> <td>2016</td> <td>2016-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7128909" target="_blank">PMC7128909</a></td> <td></td> <td><a href="https://doi.org/10.1016/s2095-3119(15)61316-8" target="_blank">10.1016/s2095-3119(15)61316-8</a></td> <td>3yfcwwye</td> <td>0.345209</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_30.html#ei33h8ts">van_Riel_2007</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_63.html#dnj9yg2i">Sun_J_2015</a></td> </tr> <tr> <th id="sklwt76a";>427</th> <td>Cunningham_2013</td> <td>Rapid PCR Detection of Mycoplasma hominis, Ureaplasma urealyticum, and Ureaplasma parvum</td> <td>Cunningham, Scott A.; Mandrekar, Jayawant N.; Rosenblatt, Jon E.; Patel, Robin</td> <td>2013</td> <td>2013-03-11</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4745450" target="_blank">PMC4745450</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26904723.0" target="_blank">26904723.0</a></td> <td><a href="https://doi.org/10.1155/2013/168742" target="_blank">10.1155/2013/168742</a></td> <td>sklwt76a</td> <td>0.344794</td> <td><a href="Topic_14.html#lcv5phyr">Dalpke_2016</a>, <a href="Topic_70.html#27875dd6">Shin_1993</a>, <a href="Topic_50.html#a0r4xh1c">Cornelissen_2017</a>, <a href="Topic_29.html#97pvtq8e">Zheng_2019</a></td> <td><a href="Topic_23.html#9q3f4w6u">Xue_G_2013</a>, <a href="Topic_76.html#19u19mb5">Ghazisaeedi_2017</a></td> </tr> <tr> <th id="vip4jtlv";>428</th> <td>Ng_L_2006</td> <td>Specific detection of H5N1 avian influenza A virus in field specimens by a one-step RT-PCR assay</td> <td>Ng, Lisa FP; Barr, Ian; Nguyen, Tung; Noor, Suriani Mohd; Tan, Rosemary Sok-Pin; Agathe, Lora V; Gupta, Sanjay; Khalil, Hassuzana; To, Thanh Long; Hassan, Sharifah Syed; Ren, Ee-Chee</td> <td>2006</td> <td>2006-03-02</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1421410" target="_blank">PMC1421410</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16512903.0" target="_blank">16512903.0</a></td> <td><a href="https://doi.org/10.1186/1471-2334-6-40" target="_blank">10.1186/1471-2334-6-40</a></td> <td>vip4jtlv</td> <td>0.344497</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_30.html#w0ouin51">van_den_Brand_2010</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#cmcofqec">Fan_J_2014</a></td> </tr> <tr> <th id="3lrpcglp";>429</th> <td>Garae_2020</td> <td>Validation of the easyscreen flavivirus dengue alphavirus detection kit based on 3base amplification technology and its application to the 2016/17 Vanuatu dengue outbreak</td> <td>Garae, Crystal; Kalo, Kalkoa; Pakoa, George Junior; Baker, Rohan; Isaacs, Phill; Millar, Douglas Spencer</td> <td>2020</td> <td>2020-01-17</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6968865" target="_blank">PMC6968865</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31951602.0" target="_blank">31951602.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0227550" target="_blank">10.1371/journal.pone.0227550</a></td> <td>3lrpcglp</td> <td>0.343890</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="l53ff8gs";>430</th> <td>Gholami_2018</td> <td>Preparation and Evaluation of Ribonuclease-Resistant Viral HIV RNA Standards Based on Armored RNA Technology</td> <td>Gholami, Mohammad; Ravanshad, Mehrdad; Baesi, Kazem; Samiee, Siamak M.; Rozbahani, Negin Hosseini; Mohraz, Minoo</td> <td>2018</td> <td>2018-11-10</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6305816" target="_blank">PMC6305816</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29776310.0" target="_blank">29776310.0</a></td> <td><a href="https://doi.org/10.29252/.22.6.394" target="_blank">10.29252/.22.6.394</a></td> <td>l53ff8gs</td> <td>0.343529</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_21.html#sik7m86l">Tzeng_2006</a>, <a href="Topic_21.html#ov92qh6h">Nowak_1984</a>, <a href="Topic_21.html#w816npwe">Lazouskaya_2014</a></td> </tr> <tr> <th id="ujl0hxje";>431</th> <td>Jokela_2012</td> <td>Performance of the Luminex xTAG Respiratory Viral Panel Fast in a clinical laboratory setting</td> <td>Jokela, Pia; Piiparinen, Heli; Mannonen, Laura; Auvinen, Eeva; Lappalainen, Maija</td> <td>2012</td> <td>2012-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119588" target="_blank">PMC7119588</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22465255.0" target="_blank">22465255.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2012.03.015" target="_blank">10.1016/j.jviromet.2012.03.015</a></td> <td>ujl0hxje</td> <td>0.343248</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_14.html#wci56l0c">Kim_J_2014</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#x0o0q5sz">Thuy_Tien_2018</a></td> </tr> <tr> <th id="hol4dlfc";>432</th> <td>McElroy_2005</td> <td>Molecular assay for the detection of Cochlosoma anatis in house flies and turkey specimens by polymerase chain reaction</td> <td>McElroy, Sheri M.; Szalanski, Allen L.; McKay, Tanja; Bermudez, Alex J.; Owens, Carrie B.; Steelman, C. Dayton</td> <td>2005</td> <td>2005-01-20</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7115810" target="_blank">PMC7115810</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15631910.0" target="_blank">15631910.0</a></td> <td><a href="https://doi.org/10.1016/j.vetpar.2004.09.015" target="_blank">10.1016/j.vetpar.2004.09.015</a></td> <td>hol4dlfc</td> <td>0.343212</td> <td><a href="Topic_45.html#cpevwjrh">Kosoy_2010</a>, <a href="Topic_70.html#rxornpqu">Leemans_1999</a>, <a href="Topic_39.html#ys43n672">Whary_2015</a>, <a href="Topic_70.html#27875dd6">Shin_1993</a></td> <td><a href="Topic_70.html#3l196l2f">Sazmand_2019</a>, <a href="Topic_76.html#19u19mb5">Ghazisaeedi_2017</a></td> </tr> <tr> <th id="osv798t8";>433</th> <td>Yang_2010</td> <td>Simultaneous typing and HA/NA subtyping of influenza A and B viruses including the pandemic influenza A/H1N1 2009 by multiplex real-time RT-PCR</td> <td>Yang, Yaowu; Gonzalez, Richard; Huang, Fang; Wang, Wei; Li, Yongjun; Vernet, Guy; Wang, Jianwei; Jin, Qi</td> <td>2010</td> <td>2010-07-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112828" target="_blank">PMC7112828</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20304017.0" target="_blank">20304017.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2010.03.007" target="_blank">10.1016/j.jviromet.2010.03.007</a></td> <td>osv798t8</td> <td>0.343031</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a>, <a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#cuhx1dfq">Kumar_2010</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_30.html#vip4jtlv">Ng_L_2006</a></td> </tr> <tr> <th id="fcdm1f8f";>434</th> <td>Zhao_2020</td> <td>Colorimetric biosensors for point-of-care virus detections</td> <td>Zhao, Victoria Xin Ting; Wong, Ten It; Zheng, Xin Ting; Tan, Yen Nee; Zhou, Xiaodong</td> <td>2020</td> <td>2020-12-31</td> <td>PMC</td> <td>N</td> <td></td> <td></td> <td><a href="https://doi.org/10.1016/j.mset.2019.10.002" target="_blank">10.1016/j.mset.2019.10.002</a></td> <td>fcdm1f8f</td> <td>0.341840</td> <td><a href="Topic_01.html#lzdjfvh7">May_E_2016</a>, <a href="Topic_14.html#o4z6xthw">van_den_Kieboom_2015</a>, <a href="Topic_10.html#ogu9fmg1">Ketteler_2010</a>, <a href="Topic_14.html#z5rpdgrv">Wu_W_2009</a></td> <td><a href="Topic_60.html#w4tn03w0">Kim_H_2019</a>, <a href="Topic_60.html#hypxhbuu">Huy_T_2011</a>, <a href="Topic_60.html#zwdewiu1">Mokhtarzadeh_2017</a>, <a href="Topic_60.html#757c51xw">Petrosova_2007</a></td> </tr> <tr> <th id="wpywh8c9";>435</th> <td>Itokawa_2020</td> <td>A proposal of alternative primers for the ARTIC Network's multiplex PCR to improve coverage of SARS-CoV-2 genome sequencing</td> <td>Kentaro Itokawa; Tsuyoshi Sekizuka; Masanori Hashino; Rina Tanaka; Makoto Kuroda</td> <td>2020</td> <td>2020-03-10</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.10.985150" target="_blank">10.1101/2020.03.10.985150</a></td> <td>wpywh8c9</td> <td>0.341289</td> <td><a href="Topic_07.html#g2f151oc">Whiteford_2005</a>, <a href="Topic_02.html#rloey02j">Harel_2019</a>, <a href="Topic_21.html#yiqdsf9z">Schlub_2018</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_07.html#g4sjyytr">Phillippy_2009</a></td> <td><a href="Topic_29.html#hnb75vou">Keyaerts_2006</a>, <a href="Topic_29.html#adul9nzf">Wu_Q_2004</a></td> </tr> <tr> <th id="n7zeshh3";>436</th> <td>Long_2004</td> <td>A universal microarray for detection of SARS coronavirus</td> <td>Long, Wei-Hong; Xiao, Hua-Sheng; Gu, Xiao-Mei; Zhang, Qing-Hua; Yang, Hong-Jun; Zhao, Guo-Ping; Liu, Jian-Hua</td> <td>2004</td> <td>2004-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112900" target="_blank">PMC7112900</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15350733.0" target="_blank">15350733.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2004.06.016" target="_blank">10.1016/j.jviromet.2004.06.016</a></td> <td>n7zeshh3</td> <td>0.341233</td> <td><a href="Topic_21.html#i738t9lf">Xu_J_2016</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a></td> <td><a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a>, <a href="Topic_37.html#1zoizzdp">Wang_2009</a>, <a href="Topic_25.html#ymi398ef">He_R_2003</a>, <a href="Topic_41.html#qj4dh6rg">Kliger_2003</a></td> </tr> <tr> <th id="0hxan9rw";>437</th> <td>Li_C_2020</td> <td>High sensitivity detection of coronavirus SARS-CoV-2 using multiplex PCR and a multiplex-PCR-based metagenomic method</td> <td>Chenyu Li; David N. Debruyne; Julia Spencer; Vidushi Kapoor; Lily Y. Liu; Bo Zhou; Lucie Lee; Rounak Feigelman; Grayson Burdon; Jeffrey Liu; Alejandra Oliva; Adam Borcherding; Hongdong Tan; Alexander E. Urban; Guoying Liu; Zhitong Liu</td> <td>2020</td> <td>2020-03-14</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.12.988246" target="_blank">10.1101/2020.03.12.988246</a></td> <td>0hxan9rw</td> <td>0.341049</td> <td><a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_21.html#yiqdsf9z">Schlub_2018</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a>, <a href="Topic_17.html#t1e0tr4w">Lee_C_2017</a>, <a href="Topic_02.html#rloey02j">Harel_2019</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="iniz1rjk";>438</th> <td>Larrea-Sarmiento_2019</td> <td>Synergetic effect of non-complementary 5’ AT-rich sequences on the development of a multiplex TaqMan real-time PCR for specific and robust detection of Clavibacter michiganensis and C. michiganensis subsp. nebraskensis</td> <td>Adriana Larrea-Sarmiento; Anne M. Alvarez; James P. Stack; Mohammad Arif</td> <td>2019</td> <td>2019-03-11</td> <td>BioRxiv</td> <td>N</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/566281" target="_blank">10.1101/566281</a></td> <td>iniz1rjk</td> <td>0.340591</td> <td><a href="Topic_50.html#6y6hygzx">Parthasarathy_2006</a>, <a href="Topic_61.html#3odqx06m">Jiang_2007</a>, <a href="Topic_29.html#65qpcsiq">Enora_2019</a>, <a href="Topic_70.html#hol4dlfc">McElroy_2005</a></td> <td><a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="siqnrg8g";>439</th> <td>Chuang_2012</td> <td>A polycarbonate based surface plasmon resonance sensing cartridge for high sensitivity HBV loop-mediated isothermal amplification</td> <td>Chuang, Tsung-Liang; Wei, Shih-Chung; Lee, Szu-Yuan; Lin, Chii-Wann</td> <td>2012</td> <td>2012-02-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127281" target="_blank">PMC7127281</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22209071.0" target="_blank">22209071.0</a></td> <td><a href="https://doi.org/10.1016/j.bios.2011.11.037" target="_blank">10.1016/j.bios.2011.11.037</a></td> <td>siqnrg8g</td> <td>0.338312</td> <td><a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#dtvzwin8">Jeong_2015</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_60.html#ulqigc67">Wang_2017</a>, <a href="Topic_60.html#n76inyi8">Wear_2005</a>, <a href="Topic_60.html#w70or31z">Chen_2015</a></td> </tr> <tr> <th id="lrkscs71";>440</th> <td>Kurosaki_2017</td> <td>Development and evaluation of a rapid molecular diagnostic test for Zika virus infection by reverse transcription loop-mediated isothermal amplification</td> <td>Kurosaki, Yohei; Martins, Danyelly Bruneska Gondim; Kimura, Mayuko; Catena, Andriu dos Santos; Borba, Maria Amélia Carlos Souto Maior; Mattos, Sandra da Silva; Abe, Haruka; Yoshikawa, Rokusuke; de Lima Filho, José Luiz; Yasuda, Jiro</td> <td>2017</td> <td>2017-10-18</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5647432" target="_blank">PMC5647432</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29044149.0" target="_blank">29044149.0</a></td> <td><a href="https://doi.org/10.1038/s41598-017-13836-9" target="_blank">10.1038/s41598-017-13836-9</a></td> <td>lrkscs71</td> <td>0.338203</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#k9skma4k">Karlsson_2012</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_72.html#lgqup9ug">Ayers_2006</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a></td> </tr> <tr> <th id="z2rw5dc6";>441</th> <td>Ward_2004</td> <td>Design and performance testing of quantitative real time PCR assays for influenza A and B viral load measurement</td> <td>Ward, C.L; Dempsey, M.H; Ring, C.J.A; Kempson, R.E; Zhang, L; Gor, D; Snowden, B.W; Tisdale, M</td> <td>2004</td> <td>2004-03-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7128145" target="_blank">PMC7128145</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/14962787.0" target="_blank">14962787.0</a></td> <td><a href="https://doi.org/10.1016/s1386-6532(03)00122-7" target="_blank">10.1016/s1386-6532(03)00122-7</a></td> <td>z2rw5dc6</td> <td>0.337118</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#lakdi3x8">Kang_2010</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_23.html#yd6odwke">Fournier_2007</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#9k2oox64">Sharma_2018</a></td> </tr> <tr> <th id="8lcdx719";>442</th> <td>Chao_2015</td> <td>Development of Recombinase Polymerase Amplification Assays for Detection of Orientia tsutsugamushi or Rickettsia typhi</td> <td>Chao, Chien-Chung; Belinskaya, Tatyana; Zhang, Zhiwen; Ching, Wei-Mei</td> <td>2015</td> <td>2015-07-10</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4498641" target="_blank">PMC4498641</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26161793.0" target="_blank">26161793.0</a></td> <td><a href="https://doi.org/10.1371/journal.pntd.0003884" target="_blank">10.1371/journal.pntd.0003884</a></td> <td>8lcdx719</td> <td>0.336428</td> <td><a href="Topic_70.html#27875dd6">Shin_1993</a>, <a href="Topic_50.html#6y6hygzx">Parthasarathy_2006</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#zx83almq">Gumaa_2019</a>, <a href="Topic_29.html#hj0bt9bd">Wang_2017</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="ecpicv5v";>443</th> <td>Qiu_Y_2017</td> <td>Detection of viromes of RNA viruses using the next generation sequencing libraries prepared by three methods</td> <td>Qiu, Yuan; Chen, Ji-Ming; Wang, Tong; Hou, Guang-Yu; Zhuang, Qing-Ye; Wu, Run; Wang, Kai-Cheng</td> <td>2017</td> <td>2017-06-02</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7111271" target="_blank">PMC7111271</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28501627.0" target="_blank">28501627.0</a></td> <td><a href="https://doi.org/10.1016/j.virusres.2017.05.003" target="_blank">10.1016/j.virusres.2017.05.003</a></td> <td>ecpicv5v</td> <td>0.336170</td> <td><a href="Topic_14.html#utvf8yh6">Chen_2018</a>, <a href="Topic_29.html#402ls2aq">Endoh_2005</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#r2upa4o0">Chen_2016</a></td> <td><a href="Topic_29.html#82iks0xf">Mikel_2015</a></td> </tr> <tr> <th id="3bs2y2oe";>444</th> <td>Nagy_2010</td> <td>Development and evaluation of a one-step real-time RT-PCR assay for universal detection of influenza A viruses from avian and mammal species</td> <td>Nagy, Alexander; Vostinakova, Veronika; Pirchanova, Zuzana; Cernikova, Lenka; Dirbakova, Zuzana; Mojzis, Miroslav; Jirincova, Helena; Havlickova, Martina; Dan, Adam; Ursu, Krisztina; Vilcek, Stefan; Hornickova, Jitka</td> <td>2010</td> <td>2010-03-13</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7086820" target="_blank">PMC7086820</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20229116.0" target="_blank">20229116.0</a></td> <td><a href="https://doi.org/10.1007/s00705-010-0636-x" target="_blank">10.1007/s00705-010-0636-x</a></td> <td>3bs2y2oe</td> <td>0.335966</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_07.html#kxjomk2s">Chieochansin_2010</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_29.html#4rbrzv5o">Choudhary_2013</a>, <a href="Topic_29.html#03hvi4el">Rodrigues_2011</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="eqqvwwh6";>445</th> <td>Wang_2018</td> <td>Development of a sensitive and specific xMAP assay for detection of antibodies against infectious laryngotracheitis and bronchitis viruses</td> <td>Wang, Huanan; Cong, Feng; Guan, Jianchi; Xiao, Li; Zhu, Yujun; Lian, Yuexiao; Huang, Ren; Chen, Meili; Guo, Pengju</td> <td>2018</td> <td>2018-09-21</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6151043" target="_blank">PMC6151043</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30241540.0" target="_blank">30241540.0</a></td> <td><a href="https://doi.org/10.1186/s12985-018-1048-x" target="_blank">10.1186/s12985-018-1048-x</a></td> <td>eqqvwwh6</td> <td>0.335735</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_23.html#xurttbt2">Hohdatsu_1987</a></td> <td><a href="Topic_23.html#9q3f4w6u">Xue_G_2013</a></td> </tr> <tr> <th id="9kb0b6rq";>446</th> <td>Koo_B_2017</td> <td>An isothermal, label-free, and rapid one-step RNA amplification/detection assay for diagnosis of respiratory viral infections</td> <td>Koo, Bonhan; Jin, Choong Eun; Lee, Tae Yoon; Lee, Jeong Hoon; Park, Mi Kyoung; Sung, Heungsup; Park, Se Yoon; Lee, Hyun Jung; Kim, Sun Mi; Kim, Ji Yeun; Kim, Sung-Han; Shin, Yong</td> <td>2017</td> <td>2017-04-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127409" target="_blank">PMC7127409</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27894035.0" target="_blank">27894035.0</a></td> <td><a href="https://doi.org/10.1016/j.bios.2016.11.051" target="_blank">10.1016/j.bios.2016.11.051</a></td> <td>9kb0b6rq</td> <td>0.335635</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#dfcqhvn9">Mu_Y_2014</a></td> </tr> <tr> <th id="6mef38eo";>447</th> <td>Chu_D_2020</td> <td>Molecular Diagnosis of a Novel Coronavirus (2019-nCoV) Causing an Outbreak of Pneumonia</td> <td>Chu, Daniel K. W.; Pan, Yang; Cheng, Samuel M. S.; Hui, Kenrie P. Y.; Krishnan, Pavithra; Liu, Yingzhi; Ng, Daisy Y. M.; Wan, Carrie K. C.; Yang, Peng; Wang, Quanyi; Peiris, Malik; Poon, Leo L. M.</td> <td>2020</td> <td>2020-01-01</td> <td>None</td> <td>Y</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108203" target="_blank">PMC7108203</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/32031583.0" target="_blank">32031583.0</a></td> <td><a href="https://doi.org/10.1093/clinchem/hvaa029" target="_blank">10.1093/clinchem/hvaa029</a></td> <td>6mef38eo</td> <td>0.335456</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_07.html#mkc4g3jk">Zhang_2020</a>, <a href="Topic_30.html#k9skma4k">Karlsson_2012</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td> <td><a href="Topic_07.html#thsq6pnk">Lachheb_2019</a>, <a href="Topic_23.html#ok3h4w7f">Blanchard_2011</a></td> </tr> <tr> <th id="ob9t82y5";>448</th> <td>Wu_M_2019</td> <td>High-throughput Luminex xMAP assay for simultaneous detection of antibodies against rabbit hemorrhagic disease virus, Sendai virus and rabbit rotavirus</td> <td>Wu, Miaoli; Ma, Lei; Cong, Feng; Zhu, Yujun; Xu, Fengjiao; Lian, Yuexiao; Huang, Bihong; Xiao, Li; Chen, Meili; Zhang, Yu; Huang, Ren; Guo, Pengju</td> <td>2019</td> <td>2019-04-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087182" target="_blank">PMC7087182</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30982935.0" target="_blank">30982935.0</a></td> <td><a href="https://doi.org/10.1007/s00705-019-04226-9" target="_blank">10.1007/s00705-019-04226-9</a></td> <td>ob9t82y5</td> <td>0.335269</td> <td><a href="Topic_23.html#5pl5oqwf">Elia_2003</a>, <a href="Topic_23.html#xurttbt2">Hohdatsu_1987</a>, <a href="Topic_23.html#ldeylpne">Tuchiya_1991</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#ssmfhoew">Wu_M_2018</a>, <a href="Topic_23.html#rk8h6pbq">Saijo_2007</a></td> </tr> <tr> <th id="mkrpls2f";>449</th> <td>Xing_2016</td> <td>Ultrasensitive Detection of Porcine Epidemic Diarrhea Virus from Fecal Samples Using Functionalized Nanoparticles</td> <td>Xing, Na; Guan, Xiaoxiao; An, Bin; Cui, Beibei; Wang, Zengguo; Wang, Xiaoya; Zhang, Xiujuan; Du, Qian; Zhao, Xiaomin; Huang, Yong; Tong, Dewen</td> <td>2016</td> <td>2016-12-09</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5147876" target="_blank">PMC5147876</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27936019.0" target="_blank">27936019.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0167325" target="_blank">10.1371/journal.pone.0167325</a></td> <td>mkrpls2f</td> <td>0.333310</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_44.html#ppawdq7a">Li_W_2012</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a></td> <td><a href="Topic_68.html#pa0aecwr">Park_2007</a>, <a href="Topic_29.html#pmwl5w9o">Yuan_2015</a>, <a href="Topic_44.html#nkxojtvb">Thimmasandra_Narayanappa_2015</a>, <a href="Topic_44.html#rc67p55z">Xu_F_2020</a></td> </tr> <tr> <th id="fyd59vbu";>450</th> <td>Mitchell_2009</td> <td>Development of a quantitative real-time PCR for the detection of canine respiratory coronavirus</td> <td>Mitchell, Judy A.; Brooks, Harriet; Shiu, Kai-Biu; Brownlie, Joe; Erles, Kerstin</td> <td>2009</td> <td>2009-02-28</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112842" target="_blank">PMC7112842</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19013196.0" target="_blank">19013196.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2008.10.008" target="_blank">10.1016/j.jviromet.2008.10.008</a></td> <td>fyd59vbu</td> <td>0.333302</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_05.html#rf933a0y">van_Kruijssen_2006</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="iqcf7axm";>451</th> <td>Park_2015</td> <td>Fluorescence polarization-based nucleic acid testing for rapid and cost-effective diagnosis of infectious disease</td> <td>Park, Ki Soo; Charles, Richelle C.; Ryan, Edward T.; Weissleder, Ralph; Lee, Hakho</td> <td>2015</td> <td>2015-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4816641" target="_blank">PMC4816641</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26420633.0" target="_blank">26420633.0</a></td> <td><a href="https://doi.org/10.1002/chem.201502934" target="_blank">10.1002/chem.201502934</a></td> <td>iqcf7axm</td> <td>0.333253</td> <td><a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_14.html#sbz7m8lx">Riahi_2011</a>, <a href="Topic_29.html#qr6ukfti">Tabraue-Chávez_2019</a>, <a href="Topic_29.html#p4w2jh00">Pyrc_2011</a></td> </tr> <tr> <th id="o1alklje";>452</th> <td>Myint_1989</td> <td>The use of nucleic acid hybridization to detect human coronaviruses</td> <td>Myint, S.; Siddell, S.; Tyrrell, D.</td> <td>1989</td> <td>1989-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7086832" target="_blank">PMC7086832</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/2705880.0" target="_blank">2705880.0</a></td> <td><a href="https://doi.org/10.1007/bf01315554" target="_blank">10.1007/bf01315554</a></td> <td>o1alklje</td> <td>0.333139</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_23.html#95kpbpj5">Lee_H_2010</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a></td> <td><a href="Topic_23.html#wm0k13qh">Paton_1991</a>, <a href="Topic_29.html#p4w2jh00">Pyrc_2011</a></td> </tr> <tr> <th id="a0r4xh1c";>453</th> <td>Cornelissen_2017</td> <td>Mycoplasma detection by triplex real-time PCR in bronchoalveolar lavage fluid from bovine respiratory disease complex cases</td> <td>Cornelissen, Jan B. W. J.; de Bree, Freddy M.; van der Wal, Fimme J.; Kooi, Engbert A.; Koene, Miriam G. J.; Bossers, Alex; Smid, Bregtje; Antonis, Adriaan F.; Wisselink, Henk J.</td> <td>2017</td> <td>2017-04-08</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5385097" target="_blank">PMC5385097</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28390431.0" target="_blank">28390431.0</a></td> <td><a href="https://doi.org/10.1186/s12917-017-1023-6" target="_blank">10.1186/s12917-017-1023-6</a></td> <td>a0r4xh1c</td> <td>0.331438</td> <td><a href="Topic_14.html#lcv5phyr">Dalpke_2016</a>, <a href="Topic_70.html#27875dd6">Shin_1993</a>, <a href="Topic_29.html#sklwt76a">Cunningham_2013</a>, <a href="Topic_70.html#hol4dlfc">McElroy_2005</a></td> <td><a href="Topic_75.html#5uxtua9o">Kilic_2020</a>, <a href="Topic_76.html#io9fvy58">Lorusso_2019</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="0pkbbb99";>454</th> <td>SUNAGA_2019</td> <td>Development of a one-run real-time PCR detection system for pathogens associated with porcine respiratory diseases</td> <td>SUNAGA, Fujiko; TSUCHIAKA, Shinobu; KISHIMOTO, Mai; AOKI, Hiroshi; KAKINOKI, Mari; KURE, Katsumasa; OKUMURA, Hanako; OKUMURA, Maho; OKUMURA, Atsushi; NAGAI, Makoto; OMATSU, Tsutomu; MIZUTANI, Tetsuya</td> <td>2019</td> <td>2019-12-23</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7041981" target="_blank">PMC7041981</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31866601.0" target="_blank">31866601.0</a></td> <td><a href="https://doi.org/10.1292/jvms.19-0063" target="_blank">10.1292/jvms.19-0063</a></td> <td>0pkbbb99</td> <td>0.330030</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_70.html#4561jxff">Nicholson_2014</a>, <a href="Topic_30.html#ei33h8ts">van_Riel_2007</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a></td> <td><a href="Topic_29.html#i09up80r">KISHIMOTO_2017</a>, <a href="Topic_29.html#irsb8vu0">Xiao_2008</a></td> </tr> <tr> <th id="8eywr57j";>455</th> <td>Kuypers_2005</td> <td>Detection and quantification of human metapneumovirus in pediatric specimens by real-time RT-PCR</td> <td>Kuypers, Jane; Wright, Nancy; Corey, Lawrence; Morrow, Rhoda</td> <td>2005</td> <td>2005-08-31</td> <td>PMC</td> <td>N</td> <td></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16036180.0" target="_blank">16036180.0</a></td> <td><a href="https://doi.org/10.1016/j.jcv.2004.11.023" target="_blank">10.1016/j.jcv.2004.11.023</a></td> <td>8eywr57j</td> <td>0.328922</td> <td><a href="Topic_05.html#rt9xvfwy">Sun_H_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_05.html#q356npb7">Choi_2017</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_05.html#uzfsv2df">Bellau-Pujol_2005</a></td> <td></td> </tr> <tr> <th id="u43ehmut";>456</th> <td>Pongsiri_2012</td> <td>Multiplex real–time RT–PCR for detecting chikungunya virus and dengue virus</td> <td>Pongsiri, Piyathida; Praianantathavorn, Kesmanee; Theamboonlers, Apiradee; Payungporn, Sunchai; Poovorawan, Yong</td> <td>2012</td> <td>2012-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7128799" target="_blank">PMC7128799</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22546647.0" target="_blank">22546647.0</a></td> <td><a href="https://doi.org/10.1016/s1995-7645(12)60055-8" target="_blank">10.1016/s1995-7645(12)60055-8</a></td> <td>u43ehmut</td> <td>0.328898</td> <td><a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="aa7slcnc";>457</th> <td>dong_2020</td> <td>Highly accurate and sensitive diagnostic detection of SARS-CoV-2 by digital PCR</td> <td>lianhua dong; Junbo Zhou; Chunyan Niu; Quanyi Wang; Yang Pan; Xia Wang; Yongzhuo zhang; Jiayi yang; Manqing Liu; Yang zhao; Tao peng; Jie xie; yunhua gao; Di wang; yun zhao; Xinhua Dai; xiang fang</td> <td>2020</td> <td>2020-03-18</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.14.20036129" target="_blank">10.1101/2020.03.14.20036129</a></td> <td>aa7slcnc</td> <td>0.328741</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_14.html#9595vm0k">OKBA_2020</a>, <a href="Topic_35.html#65plab8b">Jiang_2020</a>, <a href="Topic_29.html#86el3qwn">Poon_2003</a></td> </tr> <tr> <th id="waxtb759";>458</th> <td>Pratelli_2002</td> <td>PCR assay for the detection and the identification of atypical canine coronavirus in dogs</td> <td>Pratelli, Annamaria; Tinelli, Antonella; Decaro, Nicola; Camero, Michele; Elia, Gabriella; Gentile, Arturo; Buonavoglia, Canio</td> <td>2002</td> <td>2002-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119860" target="_blank">PMC7119860</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/12393151.0" target="_blank">12393151.0</a></td> <td><a href="https://doi.org/10.1016/s0166-0934(02)00165-9" target="_blank">10.1016/s0166-0934(02)00165-9</a></td> <td>waxtb759</td> <td>0.328716</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#r2upa4o0">Chen_2016</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_07.html#tvhbox59">Di_Martino_2009</a>, <a href="Topic_07.html#phnqftsj">Zaher_2020</a></td> </tr> <tr> <th id="z716py0g";>459</th> <td>Silva_2018</td> <td>Rapid detection of potyviruses from crude plant extracts</td> <td>Silva, Gonçalo; Oyekanmi, Joshua; Nkere, Chukwuemeka K.; Bömer, Moritz; Kumar, P. Lava; Seal, Susan E.</td> <td>2018</td> <td>2018-04-01</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5873530" target="_blank">PMC5873530</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29378167.0" target="_blank">29378167.0</a></td> <td><a href="https://doi.org/10.1016/j.ab.2018.01.019" target="_blank">10.1016/j.ab.2018.01.019</a></td> <td>z716py0g</td> <td>0.328330</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a>, <a href="Topic_14.html#utvf8yh6">Chen_2018</a>, <a href="Topic_17.html#t1e0tr4w">Lee_C_2017</a>, <a href="Topic_07.html#1ef1cxc8">Chang_2011</a></td> <td><a href="Topic_37.html#77lqxgmh">Wu_H_2004</a>, <a href="Topic_29.html#8k3e2j98">Londoño_2016</a>, <a href="Topic_37.html#61659cfq">Carmo_2012</a></td> </tr> <tr> <th id="penzacou";>460</th> <td>Wang_2009</td> <td>Rapid detection of ERG11 gene mutations in clinical Candida albicans isolates with reduced susceptibility to fluconazole by rolling circle amplification and DNA sequencing</td> <td>Wang, Huiping; Kong, Fanrong; Sorrell, Tania C; Wang, Bin; McNicholas, Paul; Pantarat, Namfon; Ellis, David; Xiao, Meng; Widmer, Fred; Chen, Sharon CA</td> <td>2009</td> <td>2009-08-14</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2782262" target="_blank">PMC2782262</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19682357.0" target="_blank">19682357.0</a></td> <td><a href="https://doi.org/10.1186/1471-2180-9-167" target="_blank">10.1186/1471-2180-9-167</a></td> <td>penzacou</td> <td>0.327854</td> <td><a href="Topic_61.html#wv0f4hp4">Wu_G_2005</a>, <a href="Topic_07.html#bbvxu8op">Karaman_2005</a>, <a href="Topic_41.html#o9jdt86j">Callison_1999</a>, <a href="Topic_07.html#j2840g75">Callison_2005</a>, <a href="Topic_61.html#8790q2in">Liu_Y_2010</a></td> <td><a href="Topic_50.html#mcnttrjo">Shu_J_2012</a>, <a href="Topic_50.html#8lzjy2l8">Goldspink_2015</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a>, <a href="Topic_50.html#txezrbv5">Li_P_2015</a></td> </tr> <tr> <th id="1uwwyqsg";>461</th> <td>Lemaitre_2018</td> <td>Single reaction, real time RT-PCR detection of all known avian and human metapneumoviruses</td> <td>Lemaitre, E.; Allée, C.; Vabret, A.; Eterradossi, N.; Brown, PA.</td> <td>2018</td> <td>2018-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119483" target="_blank">PMC7119483</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29030071.0" target="_blank">29030071.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2017.10.010" target="_blank">10.1016/j.jviromet.2017.10.010</a></td> <td>1uwwyqsg</td> <td>0.327239</td> <td><a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="ydrnanug";>462</th> <td>Brock_1990</td> <td>Detection of bovine viral diarrhea virus in serum from cattle by dot blot hybridization assay</td> <td>Brock, K.V.; Potgieter, L.N.D.</td> <td>1990</td> <td>1990-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7117269" target="_blank">PMC7117269</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/2175527.0" target="_blank">2175527.0</a></td> <td><a href="https://doi.org/10.1016/0378-1135(90)90179-y" target="_blank">10.1016/0378-1135(90)90179-y</a></td> <td>ydrnanug</td> <td>0.327021</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_37.html#i38tuh5g">Mourez_2007</a>, <a href="Topic_21.html#kw2cedm7">Brown_1984</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_76.html#gzcb6uqw">Martinez_1993</a></td> </tr> <tr> <th id="rhy380fw";>463</th> <td>Rockett_2010</td> <td>Human Coronaviruses</td> <td>Rockett, Rebecca</td> <td>2010</td> <td>2010-03-27</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119913" target="_blank">PMC7119913</a></td> <td></td> <td><a href="https://doi.org/10.1007/978-90-481-9039-3_42" target="_blank">10.1007/978-90-481-9039-3_42</a></td> <td>rhy380fw</td> <td>0.325499</td> <td><a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_77.html#xxblr8qd">Pillaiyar_2020</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a></td> <td><a href="Topic_77.html#skk4c3a5">Sipulwa_2016</a>, <a href="Topic_23.html#xia53pf6">Sastre_2010</a>, <a href="Topic_77.html#i7wrqh2g">Principi_2010</a>, <a href="Topic_05.html#ot933axv">Fielding_2011</a></td> </tr> <tr> <th id="dmb42kna";>464</th> <td>Vemulapalli_2015</td> <td>Real-Time Reverse Transcription Polymerase Chain Reaction for Rapid Detection of Transmissible Gastroenteritis Virus</td> <td>Vemulapalli, Ramesh</td> <td>2015</td> <td>2015-09-10</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121909" target="_blank">PMC7121909</a></td> <td></td> <td><a href="https://doi.org/10.1007/978-1-4939-3414-0_10" target="_blank">10.1007/978-1-4939-3414-0_10</a></td> <td>dmb42kna</td> <td>0.325499</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#ei33h8ts">van_Riel_2007</a></td> <td><a href="Topic_29.html#fvdq0yes">Wang_2018</a>, <a href="Topic_29.html#7k8j3y1s">Malik_2013</a>, <a href="Topic_29.html#5pjam7em">Stranieri_2017</a></td> </tr> <tr> <th id="710mmtl8";>465</th> <td>Han_J_2014</td> <td>Nucleic acid-based differential diagnostic assays for feline coronavirus</td> <td>Han, Jae-Ik; Kang, Shien-Young; Yoon, Kyoung-Jin; Na, Ki-Jeong</td> <td>2014</td> <td>2014-11-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113662" target="_blank">PMC7113662</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25088974.0" target="_blank">25088974.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2014.07.013" target="_blank">10.1016/j.jviromet.2014.07.013</a></td> <td>710mmtl8</td> <td>0.324757</td> <td><a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#xucldmvs">Tanaka_2015</a>, <a href="Topic_21.html#wkg56xeq">Dye_C_2007</a></td> </tr> <tr> <th id="clhvynx2";>466</th> <td>Wang_2017</td> <td>The detection and differentiation of canine respiratory pathogens using oligonucleotide microarrays</td> <td>Wang, Lih-Chiann; Kuo, Ya-Ting; Chueh, Ling-Ling; Huang, Dean; Lin, Jiunn-Horng</td> <td>2017</td> <td>2017-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119622" target="_blank">PMC7119622</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28189583.0" target="_blank">28189583.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2017.02.004" target="_blank">10.1016/j.jviromet.2017.02.004</a></td> <td>clhvynx2</td> <td>0.324301</td> <td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_30.html#ei33h8ts">van_Riel_2007</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td> <td><a href="Topic_63.html#9zs3qqo4">Alsultan_2019</a>, <a href="Topic_35.html#r7ev9br6">Englund_2012</a></td> </tr> <tr> <th id="qr6ukfti";>467</th> <td>Tabraue-Chávez_2019</td> <td>A colorimetric strategy based on dynamic chemistry for direct detection of Trypanosomatid species</td> <td>Tabraue-Chávez, Mavys; Luque-González, María Angélica; Marín-Romero, Antonio; Sánchez-Martín, Rosario María; Escobedo-Araque, Pablo; Pernagallo, Salvatore; Díaz-Mochón, Juan José</td> <td>2019</td> <td>2019-03-06</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6403333" target="_blank">PMC6403333</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30842455.0" target="_blank">30842455.0</a></td> <td><a href="https://doi.org/10.1038/s41598-019-39946-0" target="_blank">10.1038/s41598-019-39946-0</a></td> <td>qr6ukfti</td> <td>0.323716</td> <td><a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_17.html#t1e0tr4w">Lee_C_2017</a>, <a href="Topic_07.html#g4sjyytr">Phillippy_2009</a>, <a href="Topic_21.html#yiqdsf9z">Schlub_2018</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a></td> <td><a href="Topic_29.html#ru4ky6kz">Njiru_2008</a>, <a href="Topic_29.html#ze5a2pte">Rivera_2013</a>, <a href="Topic_29.html#x0o0q5sz">Thuy_Tien_2018</a></td> </tr> <tr> <th id="vlqd192g";>468</th> <td>Ding_2020</td> <td>All-in-One Dual CRISPR-Cas12a (AIOD-CRISPR) Assay: A Case for Rapid, Ultrasensitive and Visual Detection of Novel Coronavirus SARS-CoV-2 and HIV virus</td> <td>Xiong Ding; Kun Yin; Ziyue Li; Changchun Liu</td> <td>2020</td> <td>2020-03-21</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.19.998724" target="_blank">10.1101/2020.03.19.998724</a></td> <td>vlqd192g</td> <td>0.321071</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#o1alklje">Myint_1989</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a></td> <td><a href="Topic_31.html#p3b4yk5d">Case_2017</a>, <a href="Topic_37.html#9vi8xwu7">Wang_2008</a>, <a href="Topic_45.html#0l33i6s4">Anderson_2020</a></td> </tr> <tr> <th id="zij2wbzs";>469</th> <td>Kim_H_2012</td> <td>Evaluation of the SD Bioline Norovirus rapid immunochromatography test using fecal specimens from Korean gastroenteritis patients</td> <td>Kim, Hyun Soo; Hyun, Jeongwon; Kim, Jae-Seok; Song, Wonkeun; Kang, Hee Jung; Lee, Kyu Man</td> <td>2012</td> <td>2012-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119779" target="_blank">PMC7119779</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22960089.0" target="_blank">22960089.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2012.08.014" target="_blank">10.1016/j.jviromet.2012.08.014</a></td> <td>zij2wbzs</td> <td>0.319127</td> <td><a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#zstr65vk">Fan_Q_2012</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a></td> <td><a href="Topic_14.html#wci56l0c">Kim_J_2014</a>, <a href="Topic_29.html#o4hsr4pm">An_D_2008</a>, <a href="Topic_14.html#loidbrns">Al-Yousif_2001</a>, <a href="Topic_29.html#x0o0q5sz">Thuy_Tien_2018</a></td> </tr> <tr> <th id="0ebx61gb";>470</th> <td>Thaitrong_2010</td> <td>Integrated Capillary Electrophoresis Microsystem for Multiplex Analysis of Human Respiratory Viruses</td> <td>Thaitrong, Numrin; Liu, Peng; Briese, Thomas; Lipkin, Ian; Chiesl, Thomas N.; Higa, Yukiko; Mathies, Richard A.</td> <td>2010</td> <td>2010-12-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3076062" target="_blank">PMC3076062</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21114282.0" target="_blank">21114282.0</a></td> <td><a href="https://doi.org/10.1021/ac1020744" target="_blank">10.1021/ac1020744</a></td> <td>0ebx61gb</td> <td>0.319127</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_14.html#utvf8yh6">Chen_2018</a>, <a href="Topic_29.html#8l8vvcw9">Ahberg_2015</a></td> <td><a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#vio24lfp">Jung_2015</a>, <a href="Topic_29.html#m71xkuo9">Mori_2006</a></td> </tr> <tr> <th id="6f8vyziv";>471</th> <td>Pripuzova_2012</td> <td>Development of Real-Time PCR Array for Simultaneous Detection of Eight Human Blood-Borne Viral Pathogens</td> <td>Pripuzova, Natalia; Wang, Richard; Tsai, Shien; Li, Bingjie; Hung, Guo-Chiuan; Ptak, Roger G.; Lo, Shyh-Ching</td> <td>2012</td> <td>2012-08-17</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3422334" target="_blank">PMC3422334</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22912836.0" target="_blank">22912836.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0043246" target="_blank">10.1371/journal.pone.0043246</a></td> <td>6f8vyziv</td> <td>0.319033</td> <td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#9apyiy7n">Li_J_2012</a>, <a href="Topic_29.html#zvrfqkol">Reddy_2011</a></td> </tr> <tr> <th id="maei7mhx";>472</th> <td>Yu_Z_2010</td> <td>Selective and facile assay of human immunodeficiency virus protease activity by a novel fluorogenic reaction</td> <td>Yu, Zhiqiang; Kabashima, Tsutomu; Tang, Chenhong; Shibata, Takayuki; Kitazato, Kaio; Kobayashi, Nobuyuki; Lee, Myung Koo; Kai, Masaaki</td> <td>2010</td> <td>2010-02-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094380" target="_blank">PMC7094380</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19852926.0" target="_blank">19852926.0</a></td> <td><a href="https://doi.org/10.1016/j.ab.2009.10.030" target="_blank">10.1016/j.ab.2009.10.030</a></td> <td>maei7mhx</td> <td>0.318648</td> <td><a href="Topic_16.html#ums99z8p">Yang_2010</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_18.html#gxbrgy6g">Lee_C_2019</a>, <a href="Topic_18.html#qhhdjgeq">Zhu_X_2015</a>, <a href="Topic_29.html#3mw66vxm">Zhou_2012</a></td> </tr> <tr> <th id="970934vm";>473</th> <td>Mikel_2016</td> <td>Preparation of MS2 Phage-Like Particles and Their Use As Potential Process Control Viruses for Detection and Quantification of Enteric RNA Viruses in Different Matrices</td> <td>Mikel, Pavel; Vasickova, Petra; Tesarik, Radek; Malenovska, Hana; Kulich, Pavel; Vesely, Tomas; Kralik, Petr</td> <td>2016</td> <td>2016-12-01</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5234545" target="_blank">PMC5234545</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28133456.0" target="_blank">28133456.0</a></td> <td><a href="https://doi.org/10.3389/fmicb.2016.01911" target="_blank">10.3389/fmicb.2016.01911</a></td> <td>970934vm</td> <td>0.317861</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_21.html#v3sfww3e">Lin_X_2015</a></td> <td><a href="Topic_29.html#82iks0xf">Mikel_2015</a>, <a href="Topic_29.html#mtk3qxue">Zambenedetti_2017</a>, <a href="Topic_29.html#nycdhdsd">Schoenike_1999</a></td> </tr> <tr> <th id="ht9078sv";>474</th> <td>Chandu_2016</td> <td>Development of a Rapid Point-of-Use DNA Test for the Screening of Genuity® Roundup Ready 2 Yield® Soybean in Seed Samples</td> <td>Chandu, Dilip; Paul, Sudakshina; Parker, Mathew; Dudin, Yelena; King-Sitzes, Jennifer; Perez, Tim; Mittanck, Don W.; Shah, Manali; Glenn, Kevin C.; Piepenburg, Olaf</td> <td>2016</td> <td>2016-05-26</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4899603" target="_blank">PMC4899603</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27314015.0" target="_blank">27314015.0</a></td> <td><a href="https://doi.org/10.1155/2016/3145921" target="_blank">10.1155/2016/3145921</a></td> <td>ht9078sv</td> <td>0.317729</td> <td><a href="Topic_17.html#nfxcqsc2">Kim_K_2007</a>, <a href="Topic_14.html#06vkoev5">Rajagopala_2015</a>, <a href="Topic_14.html#utvf8yh6">Chen_2018</a>, <a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_01.html#03ibm4r8">Kosuri_2014</a></td> <td><a href="Topic_37.html#a35a92gh">Lovatt_2002</a>, <a href="Topic_29.html#6yrpi1ot">Zhang_2014</a></td> </tr> <tr> <th id="q4neat3x";>475</th> <td>Zhang_2019</td> <td>LAMP-on-a-chip: Revising microfluidic platforms for loop-mediated DNA amplification</td> <td>Zhang, Haoqing; Xu, Ying; Fohlerova, Zdenka; Chang, Honglong; Iliescu, Ciprian; Neuzil, Pavel</td> <td>2019</td> <td>2019-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112807" target="_blank">PMC7112807</a></td> <td></td> <td><a href="https://doi.org/10.1016/j.trac.2019.01.015" target="_blank">10.1016/j.trac.2019.01.015</a></td> <td>q4neat3x</td> <td>0.317729</td> <td><a href="Topic_14.html#dmg5xye5">Monis_2006</a>, <a href="Topic_14.html#z5rpdgrv">Wu_W_2009</a>, <a href="Topic_14.html#36io7zsm">Sidoti_2012</a>, <a href="Topic_01.html#lzdjfvh7">May_E_2016</a></td> <td><a href="Topic_14.html#thx9zh11">Zanoli_2012</a>, <a href="Topic_29.html#m71xkuo9">Mori_2006</a>, <a href="Topic_14.html#hvaie7ay">Curtis_2012</a></td> </tr> <tr> <th id="78du7c1s";>476</th> <td>Lee_G_2013</td> <td>A comparison of oligonucleotide-based microarray and real-time PCR for the detection of sexually transmitted infections</td> <td>Lee, Gyeong-In; Yoen, Jong Pil; Kang, Jin Seok; Hwang, Seung Yong; Hong, Yu-Min; Yang, Jeong-Ha; Yoon, Hyun Kyu</td> <td>2013</td> <td>2013-03-20</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7096812" target="_blank">PMC7096812</a></td> <td></td> <td><a href="https://doi.org/10.1007/s13206-013-7111-1" target="_blank">10.1007/s13206-013-7111-1</a></td> <td>78du7c1s</td> <td>0.317037</td> <td><a href="Topic_14.html#z5rpdgrv">Wu_W_2009</a>, <a href="Topic_14.html#vwmgolwo">Wu_J_2009</a>, <a href="Topic_05.html#rf933a0y">van_Kruijssen_2006</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#9apyiy7n">Li_J_2012</a>, <a href="Topic_14.html#xo1cyzrg">Giles_2015</a>, <a href="Topic_29.html#b8jxz225">Fallahi_2015</a></td> </tr> <tr> <th id="xz7rzjqv";>477</th> <td>Chou_2006</td> <td>Design of microarray probes for virus identification and detection of emerging viruses at the genus level</td> <td>Chou, Cheng-Chung; Lee, Te-Tsui; Chen, Chun-Houh; Hsiao, Hsiang-Yun; Lin, Yi-Ling; Ho, Mei-Shang; Yang, Pan-Chyr; Peck, Konan</td> <td>2006</td> <td>2006-04-28</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1523220" target="_blank">PMC1523220</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16643672.0" target="_blank">16643672.0</a></td> <td><a href="https://doi.org/10.1186/1471-2105-7-232" target="_blank">10.1186/1471-2105-7-232</a></td> <td>xz7rzjqv</td> <td>0.316526</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a>, <a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td> <td><a href="Topic_10.html#yy96yeu9">Wang_2003</a>, <a href="Topic_07.html#rrscfo33">Hu_T_2012</a>, <a href="Topic_29.html#k4ra1job">Yadav_2013</a></td> </tr> <tr> <th id="ikdjta8o";>478</th> <td>Wang_2015</td> <td>Development of an Antigen Capture Enzyme-Linked Immunosorbent Assay for Virus Detection Based on Porcine Epidemic Diarrhea Virus Monoclonal Antibodies</td> <td>Wang, Zanyu; Jiyuan, Yin; Su, Chen; Xinyuan, Qiao; Lijie, Tang; Yijing, Li</td> <td>2015</td> <td>2015-04-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4390212" target="_blank">PMC4390212</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25658793.0" target="_blank">25658793.0</a></td> <td><a href="https://doi.org/10.1089/vim.2014.0065" target="_blank">10.1089/vim.2014.0065</a></td> <td>ikdjta8o</td> <td>0.316419</td> <td><a href="Topic_23.html#95kpbpj5">Lee_H_2010</a>, <a href="Topic_23.html#xurttbt2">Hohdatsu_1987</a>, <a href="Topic_23.html#wm0k13qh">Paton_1991</a>, <a href="Topic_23.html#5pl5oqwf">Elia_2003</a></td> <td><a href="Topic_23.html#obb4r1x3">Kumar_2010</a>, <a href="Topic_23.html#rk8h6pbq">Saijo_2007</a></td> </tr> <tr> <th id="1le537yd";>479</th> <td>Kim_M_2016</td> <td>Analytical and Clinical Validation of Six Commercial Middle East Respiratory Syndrome Coronavirus RNA Detection Kits Based on Real-Time Reverse-Transcription PCR</td> <td>Kim, Mi-Na; Ko, Young Jin; Seong, Moon-Woo; Kim, Jae-Seok; Shin, Bo-Moon; Sung, Heungsup</td> <td>2016</td> <td>2016-06-24</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4940488" target="_blank">PMC4940488</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27374710.0" target="_blank">27374710.0</a></td> <td><a href="https://doi.org/10.3343/alm.2016.36.5.450" target="_blank">10.3343/alm.2016.36.5.450</a></td> <td>1le537yd</td> <td>0.316075</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#r2upa4o0">Chen_2016</a></td> <td><a href="Topic_14.html#phxyx1r2">Mohamed_2017</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_35.html#z535gkg3">Kossyvakis_2015</a></td> </tr> <tr> <th id="w70or31z";>480</th> <td>Chen_2015</td> <td>DNA transducer-triggered signal switch for visual colorimetric bioanalysis</td> <td>Chen, Wenhong; Yan, Yurong; Zhang, Ye; Zhang, Xuemei; Yin, Yibing; Ding, Shijia</td> <td>2015</td> <td>2015-06-10</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4462091" target="_blank">PMC4462091</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26060886.0" target="_blank">26060886.0</a></td> <td><a href="https://doi.org/10.1038/srep11190" target="_blank">10.1038/srep11190</a></td> <td>w70or31z</td> <td>0.315768</td> <td><a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a>, <a href="Topic_60.html#kt9pmfdr">Kutyavin_2006</a>, <a href="Topic_61.html#3g67f8sw">Tosoni_2015</a></td> <td><a href="Topic_60.html#ulqigc67">Wang_2017</a>, <a href="Topic_60.html#x4ex50bm">Gopinath_2014</a></td> </tr> <tr> <th id="ntv2veww";>481</th> <td>Ziros_2011</td> <td>Development of an optimized method for the detection of airborne viruses with real-time PCR analysis</td> <td>Ziros, Panos G; Kokkinos, Petros A; Legaki, Euaggelia; Vantarakis, Apostolos</td> <td>2011</td> <td>2011-07-27</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3199808" target="_blank">PMC3199808</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21794150.0" target="_blank">21794150.0</a></td> <td><a href="https://doi.org/10.1186/1743-422x-8-369" target="_blank">10.1186/1743-422x-8-369</a></td> <td>ntv2veww</td> <td>0.314939</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_14.html#sv6uh7hh">Oba_M_2018</a>, <a href="Topic_29.html#gzxeud8h">Mizutani_2007</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td> <td><a href="Topic_29.html#9apyiy7n">Li_J_2012</a>, <a href="Topic_29.html#ssmfhoew">Wu_M_2018</a>, <a href="Topic_29.html#pf5m3gm3">Rheem_2012</a></td> </tr> <tr> <th id="utcysxuc";>482</th> <td>Oriero_2015</td> <td>Molecular-based isothermal tests for field diagnosis of malaria and their potential contribution to malaria elimination</td> <td>Oriero, Eniyou C.; Jacobs, Jan; Van Geertruyden, Jean-Pierre; Nwakanma, Davis; D'Alessandro, Umberto</td> <td>2015</td> <td>2015-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7109677" target="_blank">PMC7109677</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25223973.0" target="_blank">25223973.0</a></td> <td><a href="https://doi.org/10.1093/jac/dku343" target="_blank">10.1093/jac/dku343</a></td> <td>utcysxuc</td> <td>0.314789</td> <td><a href="Topic_14.html#z5rpdgrv">Wu_W_2009</a>, <a href="Topic_01.html#uvm72cpi">Djikeng_2009</a>, <a href="Topic_14.html#36io7zsm">Sidoti_2012</a>, <a href="Topic_14.html#dmg5xye5">Monis_2006</a></td> <td><a href="Topic_14.html#av7ducrk">Lucchi_2010</a>, <a href="Topic_14.html#yxuyhc7p">da_Silva_2019</a>, <a href="Topic_29.html#ru4ky6kz">Njiru_2008</a></td> </tr> <tr> <th id="7dcl9txk";>483</th> <td>ZHANG_2018</td> <td>VSITA, an Improved Approach of Target Amplification in the Identification of Viral Pathogens</td> <td>ZHANG, Yi; ZHANG, Chen; LI, Bo; LI, Yang; Zhou, HE Xiao; LI, Acher; WU, Wei; DUAN, Su Xia; QIU, Fang Zhou; WANG, Ji; SHEN, Xin Xin; YANG, Meng Jie; LI, De Xin; MA, Xue Jun</td> <td>2018</td> <td>2018-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7135048" target="_blank">PMC7135048</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29773090.0" target="_blank">29773090.0</a></td> <td><a href="https://doi.org/10.3967/bes2018.035" target="_blank">10.3967/bes2018.035</a></td> <td>7dcl9txk</td> <td>0.314707</td> <td><a href="Topic_29.html#402ls2aq">Endoh_2005</a>, <a href="Topic_21.html#kw2cedm7">Brown_1984</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_07.html#g2f151oc">Whiteford_2005</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td> <td><a href="Topic_07.html#thsq6pnk">Lachheb_2019</a>, <a href="Topic_07.html#phnqftsj">Zaher_2020</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a></td> </tr> <tr> <th id="fsqa3gzj";>484</th> <td>Arvia_2015</td> <td>Detection of 12 respiratory viruses by duplex real time PCR assays in respiratory samples</td> <td>Arvia, Rosaria; Corcioli, Fabiana; Ciccone, Nunziata; Della Malva, Nunzia; Azzi, Alberta</td> <td>2015</td> <td>2015-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127684" target="_blank">PMC7127684</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26334289.0" target="_blank">26334289.0</a></td> <td><a href="https://doi.org/10.1016/j.mcp.2015.08.006" target="_blank">10.1016/j.mcp.2015.08.006</a></td> <td>fsqa3gzj</td> <td>0.313889</td> <td><a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_07.html#bl1k89fh">Kamau_2019</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td> <td><a href="Topic_05.html#54e285re">Shirato_2007</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_05.html#3ga2ojll">Sails_2009</a></td> </tr> <tr> <th id="1qyu5zoo";>485</th> <td>Zhao_2009</td> <td>Quantification of carnosine- related peptides by microchip electrophoresis with chemiluminescence detection</td> <td>Zhao, Shulin; Huang, Yong; Shi, Ming; Huang, Junming; Liu, Yi-Ming</td> <td>2009</td> <td>2009-10-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2744379" target="_blank">PMC2744379</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19538931.0" target="_blank">19538931.0</a></td> <td><a href="https://doi.org/10.1016/j.ab.2009.06.012" target="_blank">10.1016/j.ab.2009.06.012</a></td> <td>1qyu5zoo</td> <td>0.313537</td> <td><a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_23.html#5pl5oqwf">Elia_2003</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#27859c2f">Liu_H_2006</a></td> <td><a href="Topic_74.html#4sbuzcvn">Romano_1988</a>, <a href="Topic_58.html#ngbcdkz3">Chen_2005</a>, <a href="Topic_49.html#yhnk7iyq">Xing_2014</a></td> </tr> <tr> <th id="salhgyfk";>486</th> <td>Sizun_1998</td> <td>Comparison of immunofluorescence with monoclonal antibodies and RT-PCR for the detection of human coronaviruses 229E and OC43 in cell culture</td> <td>Sizun, Jacques; Arbour, Nathalie; Talbot, Pierre J</td> <td>1998</td> <td>1998-06-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119642" target="_blank">PMC7119642</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/9694322.0" target="_blank">9694322.0</a></td> <td><a href="https://doi.org/10.1016/s0166-0934(98)00013-5" target="_blank">10.1016/s0166-0934(98)00013-5</a></td> <td>salhgyfk</td> <td>0.313316</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#ubg3mj4u">Escutenaire_2006</a>, <a href="Topic_23.html#95kpbpj5">Lee_H_2010</a>, <a href="Topic_29.html#o1alklje">Myint_1989</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a></td> <td><a href="Topic_76.html#io9fvy58">Lorusso_2019</a>, <a href="Topic_23.html#ok3h4w7f">Blanchard_2011</a>, <a href="Topic_05.html#54e285re">Shirato_2007</a></td> </tr> <tr> <th id="8ctsa9sd";>487</th> <td>Ninove_2011</td> <td>RNA and DNA Bacteriophages as Molecular Diagnosis Controls in Clinical Virology: A Comprehensive Study of More than 45,000 Routine PCR Tests</td> <td>Ninove, Laetitia; Nougairede, Antoine; Gazin, Celine; Thirion, Laurence; Delogu, Ilenia; Zandotti, Christine; Charrel, Remi N.; De Lamballerie, Xavier</td> <td>2011</td> <td>2011-02-09</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3036576" target="_blank">PMC3036576</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21347398.0" target="_blank">21347398.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0016142" target="_blank">10.1371/journal.pone.0016142</a></td> <td>8ctsa9sd</td> <td>0.312807</td> <td><a href="Topic_14.html#utvf8yh6">Chen_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#akr0shvb">Thiel_2002</a>, <a href="Topic_14.html#sv6uh7hh">Oba_M_2018</a></td> <td><a href="Topic_29.html#mtk3qxue">Zambenedetti_2017</a>, <a href="Topic_29.html#82iks0xf">Mikel_2015</a>, <a href="Topic_68.html#nafq6oih">Buesa_1996</a></td> </tr> <tr> <th id="ky6fq9q8";>488</th> <td>Dundas_2008</td> <td>Comparison of Automated Nucleic Acid Extraction Methods with Manual Extraction</td> <td>Dundas, Nicola; Leos, N. Kristine; Mitui, Midori; Revell, Paula; Rogers, Beverly Barton</td> <td>2008</td> <td>2008-07-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2438199" target="_blank">PMC2438199</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18556770.0" target="_blank">18556770.0</a></td> <td><a href="https://doi.org/10.2353/jmoldx.2008.070149" target="_blank">10.2353/jmoldx.2008.070149</a></td> <td>ky6fq9q8</td> <td>0.312482</td> <td><a href="Topic_29.html#aw7irlg2">Esona_2013</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a></td> <td><a href="Topic_14.html#y7amwfrt">Thakore_2018</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="xy5swlyi";>489</th> <td>Klein_2009</td> <td>Evaluation of rapid assays for the detection of bovine coronavirus, rotavirus A and Cryptosporidium parvum in faecal samples of calves</td> <td>Klein, Daniela; Kern, Angela; Lapan, Gudrun; Benetka, Viviane; Möstl, Karin; Hassl, Andreas; Baumgartner, Walter</td> <td>2009</td> <td>2009-12-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7110451" target="_blank">PMC7110451</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18778958.0" target="_blank">18778958.0</a></td> <td><a href="https://doi.org/10.1016/j.tvjl.2008.07.016" target="_blank">10.1016/j.tvjl.2008.07.016</a></td> <td>xy5swlyi</td> <td>0.312459</td> <td><a href="Topic_76.html#fro1261r">Ramsauer_2007</a>, <a href="Topic_29.html#ytaro52p">Chen_2010</a>, <a href="Topic_05.html#q356npb7">Choi_2017</a>, <a href="Topic_14.html#bfl6pmh7">Jung_2015</a></td> <td><a href="Topic_14.html#loidbrns">Al-Yousif_2001</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a></td> </tr> <tr> <th id="cfdhxey1";>490</th> <td>Muradrasoli_2009</td> <td>Broadly targeted multiprobe QPCR for detection of coronaviruses: Coronavirus is common among mallard ducks (Anas platyrhynchos)</td> <td>Muradrasoli, Shaman; Mohamed, Nahla; Hornyák, Ákos; Fohlman, Jan; Olsen, Björn; Belák, Sándor; Blomberg, Jonas</td> <td>2009</td> <td>2009-08-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112901" target="_blank">PMC7112901</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19406168.0" target="_blank">19406168.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2009.04.022" target="_blank">10.1016/j.jviromet.2009.04.022</a></td> <td>cfdhxey1</td> <td>0.312038</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_10.html#8ui0bpfd">Wang_2015</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_76.html#io9fvy58">Lorusso_2019</a></td> </tr> <tr> <th id="qj45jefm";>491</th> <td>Hecht_2019</td> <td>Verification and diagnostic evaluation of the RealStar(®) Middle East respiratory syndrome coronavirus (N gene) reverse transcription-PCR kit 1.0</td> <td>Hecht, Leonie-Sophie; Jurado-Jimenez, Angeles; Hess, Markus; Halas, Hussein El; Bochenek, Gregor; Mohammed, Hala; Alzahrani, Fahd; Asiri, Mohammed O; Hasan, Rami; Alamri, Aref; Alotaibi, Sultan</td> <td>2019</td> <td>2019-07-02</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7079715" target="_blank">PMC7079715</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31271059.0" target="_blank">31271059.0</a></td> <td><a href="https://doi.org/10.2217/fmb-2019-0067" target="_blank">10.2217/fmb-2019-0067</a></td> <td>qj45jefm</td> <td>0.311800</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#r2upa4o0">Chen_2016</a></td> <td><a href="Topic_35.html#z535gkg3">Kossyvakis_2015</a>, <a href="Topic_07.html#92bvmiak">Mat-Rahim_2015</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="mskkahwi";>492</th> <td>Lu_R_2020</td> <td>SARS-CoV-2 detection using digital PCR for COVID-19 diagnosis, treatment monitoring and criteria for discharge</td> <td>Renfei Lu; Jian Wang; Min Li; Yaqi Wang; Jia Dong; Weihua Cai</td> <td>2020</td> <td>2020-03-30</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.24.20042689" target="_blank">10.1101/2020.03.24.20042689</a></td> <td>mskkahwi</td> <td>0.311608</td> <td><a href="Topic_29.html#v2o25ey9">Lau_L_2003</a>, <a href="Topic_29.html#bqv03u2e">Jiang_2004</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_14.html#9595vm0k">OKBA_2020</a>, <a href="Topic_29.html#86el3qwn">Poon_2003</a></td> </tr> <tr> <th id="gr1eaj6k";>493</th> <td>Chen_2019</td> <td>Thermally stable and uniform DNA amplification with picosecond laser ablated graphene rapid thermal cycling device</td> <td>Chen, Zhao-Chi; Chang, Tien-Li; Li, Ching-Hao; Su, Kai-Wen; Liu, Cheng-Che</td> <td>2019</td> <td>2019-12-15</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126615" target="_blank">PMC7126615</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31629228.0" target="_blank">31629228.0</a></td> <td><a href="https://doi.org/10.1016/j.bios.2019.111581" target="_blank">10.1016/j.bios.2019.111581</a></td> <td>gr1eaj6k</td> <td>0.311576</td> <td><a href="Topic_29.html#27859c2f">Liu_H_2006</a>, <a href="Topic_60.html#0sg0hv9w">Yeung_2006</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_29.html#2dwjb964">Wu_L_2010</a></td> <td><a href="Topic_60.html#0sg0hv9w">Yeung_2006</a>, <a href="Topic_60.html#ulqigc67">Wang_2017</a>, <a href="Topic_14.html#thx9zh11">Zanoli_2012</a>, <a href="Topic_29.html#m71xkuo9">Mori_2006</a></td> </tr> <tr> <th id="thdk18yx";>494</th> <td>Oleksiewicz_1998</td> <td>Sensitive detection and typing of porcine reproductive and respiratory syndrome virus by RT-PCR amplification of whole viral genes</td> <td>Oleksiewicz, M.B; Bøtner, A; Madsen, K.G; Storgaard, T</td> <td>1998</td> <td>1998-11-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7117142" target="_blank">PMC7117142</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/9874099.0" target="_blank">9874099.0</a></td> <td><a href="https://doi.org/10.1016/s0378-1135(98)00254-5" target="_blank">10.1016/s0378-1135(98)00254-5</a></td> <td>thdk18yx</td> <td>0.310960</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_29.html#zg7gkf0j">Yi_L_2012</a></td> </tr> <tr> <th id="oad4l4fa";>495</th> <td>Gibbs_2005</td> <td>Individual sequences in large sets of gene sequences may be distinguished efficiently by combinations of shared sub-sequences</td> <td>Gibbs, Mark J; Armstrong, John S; Gibbs, Adrian J</td> <td>2005</td> <td>2005-04-08</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1090557" target="_blank">PMC1090557</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15817134.0" target="_blank">15817134.0</a></td> <td><a href="https://doi.org/10.1186/1471-2105-6-90" target="_blank">10.1186/1471-2105-6-90</a></td> <td>oad4l4fa</td> <td>0.310794</td> <td><a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_17.html#g6obo798">Zheng_2008</a>, <a href="Topic_10.html#sd81bz0m">Gardner_2004</a>, <a href="Topic_07.html#g4sjyytr">Phillippy_2009</a>, <a href="Topic_17.html#t1e0tr4w">Lee_C_2017</a></td> <td><a href="Topic_29.html#ln92w6gm">Mukai_2006</a>, <a href="Topic_29.html#vrd89yk0">Severgnini_2009</a>, <a href="Topic_21.html#ov92qh6h">Nowak_1984</a>, <a href="Topic_21.html#yiqdsf9z">Schlub_2018</a></td> </tr> <tr> <th id="bhngltgh";>496</th> <td>Verbeek_1990</td> <td>Detection of bovine enteric coronavirus in clinical specimens by hybridization with cDNA probes</td> <td>Verbeek, Arnold; Dea, Serge; Tijssen, Peter</td> <td>1990</td> <td>1990-04-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127659" target="_blank">PMC7127659</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/2366761.0" target="_blank">2366761.0</a></td> <td><a href="https://doi.org/10.1016/0890-8508(90)90012-o" target="_blank">10.1016/0890-8508(90)90012-o</a></td> <td>bhngltgh</td> <td>0.310324</td> <td><a href="Topic_14.html#sv6uh7hh">Oba_M_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a></td> <td><a href="Topic_76.html#gzcb6uqw">Martinez_1993</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a></td> </tr> <tr> <th id="etc44ma6";>497</th> <td>Yang_2011</td> <td>Comparison of commercial systems for extraction of nucleic acids from DNA/RNA respiratory pathogens</td> <td>Yang, Genyan; Erdman, Dean E.; Kodani, Maja; Kools, John; Bowen, Michael D.; Fields, Barry S.</td> <td>2011</td> <td>2011-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112907" target="_blank">PMC7112907</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21034773.0" target="_blank">21034773.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2010.10.024" target="_blank">10.1016/j.jviromet.2010.10.024</a></td> <td>etc44ma6</td> <td>0.310111</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a></td> <td><a href="Topic_29.html#82iks0xf">Mikel_2015</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a></td> </tr> <tr> <th id="0zjpqnqp";>498</th> <td>Hoteit_2016</td> <td>Use of the Human Coronavirus 2012 (MERS) GeneSig kit for MERS-CoV detection</td> <td>Hoteit, Rouba; Shammaa, Dina; Mahfouz, Rami</td> <td>2016</td> <td>2016-09-30</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7104146" target="_blank">PMC7104146</a></td> <td></td> <td><a href="https://doi.org/10.1016/j.genrep.2016.04.004" target="_blank">10.1016/j.genrep.2016.04.004</a></td> <td>0zjpqnqp</td> <td>0.309069</td> <td><a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_35.html#z535gkg3">Kossyvakis_2015</a>, <a href="Topic_07.html#thsq6pnk">Lachheb_2019</a>, <a href="Topic_23.html#ok3h4w7f">Blanchard_2011</a></td> </tr> <tr> <th id="3b8sz7t5";>499</th> <td>Yaren_2016</td> <td>Standard and AEGIS nicking molecular beacons detect amplicons from the Middle East respiratory syndrome coronavirus</td> <td>Yaren, Ozlem; Glushakova, Lyudmyla G.; Bradley, Kevin M.; Hoshika, Shuichi; Benner, Steven A.</td> <td>2016</td> <td>2016-10-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5010982" target="_blank">PMC5010982</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27421627.0" target="_blank">27421627.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2016.07.008" target="_blank">10.1016/j.jviromet.2016.07.008</a></td> <td>3b8sz7t5</td> <td>0.307675</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_60.html#p78vcu7y">Jiang_2011</a>, <a href="Topic_10.html#tx5ff5gk">Wu_B_2009</a>, <a href="Topic_61.html#2fcl6f4i">Price_2019</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td> <td><a href="Topic_29.html#5pjam7em">Stranieri_2017</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_07.html#92bvmiak">Mat-Rahim_2015</a></td> </tr> <tr> <th id="xl2ov1xo";>500</th> <td>Collomb_1992</td> <td>Radioactive and enzymatic cloned cDNA probes for bovine enteric coronavirus detection by molecular hybridization</td> <td>Collomb, J.; Finance, C.; Alabouch, S.; Laporte, J.</td> <td>1992</td> <td>1992-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087026" target="_blank">PMC7087026</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/1642553.0" target="_blank">1642553.0</a></td> <td><a href="https://doi.org/10.1007/bf01309626" target="_blank">10.1007/bf01309626</a></td> <td>xl2ov1xo</td> <td>0.305954</td> <td><a href="Topic_29.html#a7w3kgo0">Falcone_1997</a>, <a href="Topic_29.html#l6t49b7d">Borja_1992</a>, <a href="Topic_29.html#402ls2aq">Endoh_2005</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_29.html#2zp833vq">Benfield_1991</a>, <a href="Topic_29.html#x53v2cze">Verbeek_1988</a>, <a href="Topic_76.html#gzcb6uqw">Martinez_1993</a></td> </tr> <tr> <th id="m517te1g";>501</th> <td>Shcherbik_2014</td> <td>Application of real time RT-PCR for the genetic homogeneity and stability tests of the seed candidates for live attenuated influenza vaccine production</td> <td>Shcherbik, Svetlana; Sergent, Sheila B.; Davis, William G.; Shu, Bo; Barnes, John; Kiseleva, Irina; Larionova, Natalie; Klimov, Alexander; Bousse, Tatiana</td> <td>2014</td> <td>2014-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4607041" target="_blank">PMC4607041</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24056261.0" target="_blank">24056261.0</a></td> <td><a href="https://doi.org/10.1016/j.jviromet.2013.09.003" target="_blank">10.1016/j.jviromet.2013.09.003</a></td> <td>m517te1g</td> <td>0.305181</td> <td><a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_15.html#nzuq0dk7">Schwartz_2007</a>, <a href="Topic_30.html#osv798t8">Yang_2010</a></td> <td><a href="Topic_15.html#3qdjmb2j">Mok_H_2012</a>, <a href="Topic_15.html#j8ig8jfg">Wang_2015</a>, <a href="Topic_23.html#pobxgffs">Jiang_2017</a>, <a href="Topic_15.html#f78ug0c6">Meng_2012</a></td> </tr> <tr> <th id="dmg5xye5";>502</th> <td>Monis_2006</td> <td>Nucleic acid amplification-based techniques for pathogen detection and identification</td> <td>Monis, Paul T; Giglio, Steven</td> <td>2006</td> <td>2006-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7106022" target="_blank">PMC7106022</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16169776.0" target="_blank">16169776.0</a></td> <td><a href="https://doi.org/10.1016/j.meegid.2005.08.004" target="_blank">10.1016/j.meegid.2005.08.004</a></td> <td>dmg5xye5</td> <td>0.305050</td> <td><a href="Topic_14.html#z5rpdgrv">Wu_W_2009</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_14.html#36io7zsm">Sidoti_2012</a>, <a href="Topic_14.html#utvf8yh6">Chen_2018</a></td> <td><a href="Topic_14.html#36io7zsm">Sidoti_2012</a>, <a href="Topic_14.html#z5rpdgrv">Wu_W_2009</a>, <a href="Topic_29.html#p4w2jh00">Pyrc_2011</a>, <a href="Topic_29.html#q4neat3x">Zhang_2019</a></td> </tr> <tr> <th id="kqexnda2";>503</th> <td>Hadjinicolaou_2011</td> <td>Development of a molecular-beacon-based multi-allelic real-time RT-PCR assay for the detection of human coronavirus causing severe acute respiratory syndrome (SARS-CoV): a general methodology for detecting rapidly mutating viruses</td> <td>Hadjinicolaou, Andreas V.; Farcas, Gabriella A.; Demetriou, Victoria L.; Mazzulli, Tony; Poutanen, Susan M.; Willey, Barbara M.; Low, Donald E.; Butany, Jagdish; Asa, Sylvia L.; Kain, Kevin C.; Kostrikis, Leondios G.</td> <td>2011</td> <td>2011-01-11</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087183" target="_blank">PMC7087183</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21221674.0" target="_blank">21221674.0</a></td> <td><a href="https://doi.org/10.1007/s00705-010-0906-7" target="_blank">10.1007/s00705-010-0906-7</a></td> <td>kqexnda2</td> <td>0.304742</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_29.html#gzxeud8h">Mizutani_2007</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a></td> <td><a href="Topic_29.html#hnb75vou">Keyaerts_2006</a>, <a href="Topic_29.html#3doc40hx">Kim_J_2019</a></td> </tr> <tr> <th id="8m6793vd";>504</th> <td>Xiong_2020</td> <td>Comparative performance of four nucleic acid amplification tests for SARS-CoV-2 virus</td> <td>Yujuan Xiong; Zhen-Zhen Li; Qizhen Zhuang; Yan Chao; Fei Li; Yi-Yuan Ge; Yi Wang; Pei-Feng Ke; Xianzhang Huang</td> <td>2020</td> <td>2020-03-29</td> <td>BioRxiv</td> <td>Y</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.03.26.010975" target="_blank">10.1101/2020.03.26.010975</a></td> <td>8m6793vd</td> <td>0.304040</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a>, <a href="Topic_29.html#98sqovwb">Li_H_2019</a></td> <td><a href="Topic_14.html#9595vm0k">OKBA_2020</a>, <a href="Topic_29.html#hnb75vou">Keyaerts_2006</a></td> </tr> <tr> <th id="4sltubqk";>505</th> <td>Horiuchi_2020</td> <td>A novel loop-mediated isothermal amplification method for efficient and robust detection of EGFR mutations</td> <td>Horiuchi, Sho; Saito, Yuichi; Matsui, Atsuka; Takahashi, Nobumasa; Ikeya, Tomohiko; Hoshi, Eishin; Shimizu, Yoshihiko; Yasuda, Masanori</td> <td>2020</td> <td>2020-01-14</td> <td>NONCOMM</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7010225" target="_blank">PMC7010225</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/32124949.0" target="_blank">32124949.0</a></td> <td><a href="https://doi.org/10.3892/ijo.2020.4961" target="_blank">10.3892/ijo.2020.4961</a></td> <td>4sltubqk</td> <td>0.303984</td> <td><a href="Topic_07.html#bbvxu8op">Karaman_2005</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a></td> <td><a href="Topic_29.html#zvrfqkol">Reddy_2011</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a>, <a href="Topic_29.html#3mw66vxm">Zhou_2012</a></td> </tr> <tr> <th id="1gu0a6cb";>506</th> <td>Edin_2015</td> <td>Development and Laboratory Evaluation of a Real-Time PCR Assay for Detecting Viruses and Bacteria of Relevance for Community-Acquired Pneumonia</td> <td>Edin, Alicia; Granholm, Susanne; Koskiniemi, Satu; Allard, Annika; Sjöstedt, Anders; Johansson, Anders</td> <td>2015</td> <td>2015-05-31</td> <td>PMC</td> <td>N</td> <td></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25772704.0" target="_blank">25772704.0</a></td> <td><a href="https://doi.org/10.1016/j.jmoldx.2015.01.005" target="_blank">10.1016/j.jmoldx.2015.01.005</a></td> <td>1gu0a6cb</td> <td>0.303560</td> <td><a href="Topic_14.html#lcv5phyr">Dalpke_2016</a>, <a href="Topic_29.html#z73pxely">Benson_2008</a>, <a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_05.html#rf933a0y">van_Kruijssen_2006</a>, <a href="Topic_29.html#azqbbsfr">Vemulapalli_2009</a></td> <td><a href="Topic_05.html#3ga2ojll">Sails_2009</a>, <a href="Topic_29.html#3p6q92x4">Gueudin_2003</a>, <a href="Topic_29.html#fa0mnbzg">Nemoto_2015</a></td> </tr> <tr> <th id="37ckfsvq";>507</th> <td>Karaca_1993</td> <td>Oligonucleotide probes in infectious bronchitis virus diagnosis and strain identification</td> <td>Karaca, Kemal; Palukaitis, Peter; Naqi, Syed</td> <td>1993</td> <td>1993-05-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119523" target="_blank">PMC7119523</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/8390475.0" target="_blank">8390475.0</a></td> <td><a href="https://doi.org/10.1016/0166-0934(93)90040-x" target="_blank">10.1016/0166-0934(93)90040-x</a></td> <td>37ckfsvq</td> <td>0.303001</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#3p0v6u1q">Keep_2014</a></td> <td><a href="Topic_07.html#v71436np">Ren_X_2008</a></td> </tr> <tr> <th id="o045bvn7";>508</th> <td>Yu_Y_2020</td> <td>CovProfile: profiling the viral genome and gene expressions of SARS-COV2</td> <td>Yonghan Yu; Zhengtu Li; Yinhu Li; Le Yu; Wenlong Jia; Feng Ye; Shuai Cheng Li</td> <td>2020</td> <td>2020-04-06</td> <td>BioRxiv</td> <td>N</td> <td></td> <td></td> <td><a href="https://doi.org/10.1101/2020.04.05.026146" target="_blank">10.1101/2020.04.05.026146</a></td> <td>o045bvn7</td> <td>0.302607</td> <td><a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_61.html#el7bdkcf">Wang_2007</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td> <td><a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a>, <a href="Topic_37.html#1zoizzdp">Wang_2009</a>, <a href="Topic_31.html#pdfs6ojs">Narayanan_2015</a>, <a href="Topic_45.html#0l33i6s4">Anderson_2020</a></td> </tr> <tr> <th id="av7ducrk";>509</th> <td>Lucchi_2010</td> <td>Real-Time Fluorescence Loop Mediated Isothermal Amplification for the Diagnosis of Malaria</td> <td>Lucchi, Naomi W.; Demas, Allison; Narayanan, Jothikumar; Sumari, Deborah; Kabanywanyi, Abdunoor; Kachur, S. Patrick; Barnwell, John W.; Udhayakumar, Venkatachalam</td> <td>2010</td> <td>2010-10-29</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2966401" target="_blank">PMC2966401</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21060829.0" target="_blank">21060829.0</a></td> <td><a href="https://doi.org/10.1371/journal.pone.0013733" target="_blank">10.1371/journal.pone.0013733</a></td> <td>av7ducrk</td> <td>0.302554</td> <td><a href="Topic_29.html#sdlls3ry">Dinh_2011</a>, <a href="Topic_14.html#16tii0ha">Pandya_2007</a>, <a href="Topic_14.html#ueyaw8pd">Wong_2007</a>, <a href="Topic_14.html#55r01n0x">Lemmon_2008</a>, <a href="Topic_29.html#q068aybo">Wang_2018</a></td> <td><a href="Topic_14.html#utcysxuc">Oriero_2015</a>, <a href="Topic_29.html#49rpfins">Mohon_2014</a>, <a href="Topic_29.html#n3lqbcp5">Wang_2013</a></td> </tr> <tr> <th id="whv88ggl";>510</th> <td>Fan_X_2006</td> <td>Efficient amplification and cloning of near full-length hepatitis C virus genome from clinical samples</td> <td>Fan, Xiaofeng; Xu, Yanjuan; Di Bisceglie, Adrian M.</td> <td>2006</td> <td>2006-08-11</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7092855" target="_blank">PMC7092855</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16793008.0" target="_blank">16793008.0</a></td> <td><a href="https://doi.org/10.1016/j.bbrc.2006.06.039" target="_blank">10.1016/j.bbrc.2006.06.039</a></td> <td>whv88ggl</td> <td>0.301056</td> <td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_29.html#86ptuyn8">Majerciak_2018</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a>, <a href="Topic_37.html#0c45dnol">Keep_2015</a>, <a href="Topic_37.html#c8brmtc0">Bickerton_2017</a></td> <td><a href="Topic_21.html#w816npwe">Lazouskaya_2014</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a></td> </tr> <tr> <th id="v06dpgoi";>511</th> <td>Wang_2019</td> <td>Development of a real-time loop-mediated isothermal amplification assay for detection of porcine circovirus 3</td> <td>Wang, Huanan; Liu, Xiangnan; Zeng, Fanwen; Zhang, Tongyuan; Lian, Yuexiao; Wu, Miaoli; Xiao, Li; Zhu, Yujun; Zhang, Yu; Chen, Meili; Huang, Ren; Luo, Manlin; Cong, Feng; Guo, Pengju</td> <td>2019</td> <td>2019-08-23</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6706899" target="_blank">PMC6706899</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31443656.0" target="_blank">31443656.0</a></td> <td><a href="https://doi.org/10.1186/s12917-019-2037-z" target="_blank">10.1186/s12917-019-2037-z</a></td> <td>v06dpgoi</td> <td>0.300869</td> <td><a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a>, <a href="Topic_76.html#fro1261r">Ramsauer_2007</a></td> <td><a href="Topic_29.html#5qlrsitm">Zhao_2011</a>, <a href="Topic_29.html#00weh5ta">Cho_K_2001</a>, <a href="Topic_29.html#vqss7z7m">Zhang_2011</a></td> </tr> </tbody> </table> </body> </html>
roaminsight/roamresearch
BlogPosts/CORD19_topics/cord19-2020-04-10-v7/results/2020-04-10-v7/html/Topic_29.html
HTML
apache-2.0
606,074
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>PowerShell - Uninstall-MsmqMessageQueue - Carbon</title> <link href="styles.css" type="text/css" rel="stylesheet" /> </head> <body> <ul id="SiteNav"> <li><a href="/">Get-Carbon</a></li> <li>-Documentation</li> <li><a href="../releasenotes.html">-ReleaseNotes</a></li> <li><a href="http://pshdo.com">-Blog</a></li> </ul> <div id="CommandMenuContainer" style="float:left;"> <ul id="CategoryMenu"> <li class="Category">ActiveDirectory</li> <ul class="CommandMenu"> <li><a href="Find-ADUser.html">Find-ADUser</a></li> <li><a href="Format-ADSearchFilterValue.html">Format-ADSearchFilterValue</a></li> <li><a href="Get-ADDomainController.html">Get-ADDomainController</a></li> </ul> <li class="Category">Certificates</li> <ul class="CommandMenu"> <li><a href="Get-Certificate.html">Get-Certificate</a></li> <li><a href="Get-CertificateStore.html">Get-CertificateStore</a></li> <li><a href="Get-SslCertificateBinding.html">Get-SslCertificateBinding</a></li> <li><a href="Install-Certificate.html">Install-Certificate</a></li> <li><a href="Remove-SslCertificateBinding.html">Remove-SslCertificateBinding</a></li> <li><a href="Set-SslCertificateBinding.html">Set-SslCertificateBinding</a></li> <li><a href="Test-SslCertificateBinding.html">Test-SslCertificateBinding</a></li> <li><a href="Uninstall-Certificate.html">Uninstall-Certificate</a></li> </ul> <li class="Category">COM</li> <ul class="CommandMenu"> <li><a href="Get-ComPermission.html">Get-ComPermission</a></li> <li><a href="Get-ComSecurityDescriptor.html">Get-ComSecurityDescriptor</a></li> <li><a href="Grant-ComPermission.html">Grant-ComPermission</a></li> <li><a href="Revoke-ComPermission.html">Revoke-ComPermission</a></li> </ul> <li class="Category">Computer</li> <ul class="CommandMenu"> <li><a href="Get-ProgramInstallInfo.html">Get-ProgramInstallInfo</a></li> <li><a href="Remove-EnvironmentVariable.html">Remove-EnvironmentVariable</a></li> <li><a href="Resolve-NetPath.html">Resolve-NetPath</a></li> <li><a href="Set-EnvironmentVariable.html">Set-EnvironmentVariable</a></li> <li><a href="Test-OSIs32Bit.html">Test-OSIs32Bit</a></li> <li><a href="Test-OSIs64Bit.html">Test-OSIs64Bit</a></li> </ul> <li class="Category">Cryptography</li> <ul class="CommandMenu"> <li><a href="New-RsaKeyPair.html">New-RsaKeyPair</a></li> <li><a href="Protect-String.html">Protect-String</a></li> <li><a href="Unprotect-String.html">Unprotect-String</a></li> </ul> <li class="Category">DotNet</li> <ul class="CommandMenu"> <li><a href="Set-DotNetAppSetting.html">Set-DotNetAppSetting</a></li> <li><a href="Set-DotNetConnectionString.html">Set-DotNetConnectionString</a></li> <li><a href="Test-DotNet.html">Test-DotNet</a></li> </ul> <li class="Category">DSC</li> <ul class="CommandMenu"> <li><a href="Clear-DscLocalResourceCache.html">Clear-DscLocalResourceCache</a></li> <li><a href="Clear-MofAuthoringMetadata.html">Clear-MofAuthoringMetadata</a></li> <li><a href="Copy-DscResource.html">Copy-DscResource</a></li> <li><a href="Get-DscError.html">Get-DscError</a></li> <li><a href="Get-DscWinEvent.html">Get-DscWinEvent</a></li> <li><a href="Initialize-Lcm.html">Initialize-Lcm</a></li> <li><a href="Start-DscPullConfiguration.html">Start-DscPullConfiguration</a></li> <li><a href="Test-DscTargetResource.html">Test-DscTargetResource</a></li> <li><a href="Write-DscError.html">Write-DscError</a></li> </ul> <li class="Category">DSC Resources</li> <ul class="CommandMenu"> <li><a href="Carbon_EnvironmentVariable.html">Carbon_EnvironmentVariable</a></li> <li><a href="Carbon_FirewallRule.html">Carbon_FirewallRule</a></li> <li><a href="Carbon_IniFile.html">Carbon_IniFile</a></li> <li><a href="Carbon_Permission.html">Carbon_Permission</a></li> <li><a href="Carbon_Privilege.html">Carbon_Privilege</a></li> <li><a href="Carbon_ScheduledTask.html">Carbon_ScheduledTask</a></li> <li><a href="Carbon_Service.html">Carbon_Service</a></li> </ul> <li class="Category">FileSystem</li> <ul class="CommandMenu"> <li><a href="Compress-Item.html">Compress-Item</a></li> <li><a href="Disable-NtfsCompression.html">Disable-NtfsCompression</a></li> <li><a href="Enable-NtfsCompression.html">Enable-NtfsCompression</a></li> <li><a href="Expand-Item.html">Expand-Item</a></li> <li><a href="Install-Junction.html">Install-Junction</a></li> <li><a href="New-Junction.html">New-Junction</a></li> <li><a href="New-TempDirectory.html">New-TempDirectory</a></li> <li><a href="Remove-Junction.html">Remove-Junction</a></li> <li><a href="Test-NtfsCompression.html">Test-NtfsCompression</a></li> <li><a href="Test-PathIsJunction.html">Test-PathIsJunction</a></li> <li><a href="Test-ZipFile.html">Test-ZipFile</a></li> <li><a href="Uninstall-Junction.html">Uninstall-Junction</a></li> </ul> <li class="Category">Firewall</li> <ul class="CommandMenu"> <li><a href="Assert-FirewallConfigurable.html">Assert-FirewallConfigurable</a></li> <li><a href="Disable-FirewallStatefulFtp.html">Disable-FirewallStatefulFtp</a></li> <li><a href="Enable-FirewallStatefulFtp.html">Enable-FirewallStatefulFtp</a></li> <li><a href="Get-FirewallRule.html">Get-FirewallRule</a></li> <li><a href="Test-FirewallStatefulFtp.html">Test-FirewallStatefulFtp</a></li> </ul> <li class="Category">HostsFile</li> <ul class="CommandMenu"> <li><a href="Get-PathToHostsFile.html">Get-PathToHostsFile</a></li> <li><a href="Remove-HostsEntry.html">Remove-HostsEntry</a></li> <li><a href="Reset-HostsFile.html">Reset-HostsFile</a></li> <li><a href="Set-HostsEntry.html">Set-HostsEntry</a></li> </ul> <li class="Category">IIS</li> <ul class="CommandMenu"> <li><a href="Add-IisDefaultDocument.html">Add-IisDefaultDocument</a></li> <li><a href="Disable-IisSecurityAuthentication.html">Disable-IisSecurityAuthentication</a></li> <li><a href="Enable-IisDirectoryBrowsing.html">Enable-IisDirectoryBrowsing</a></li> <li><a href="Enable-IisSecurityAuthentication.html">Enable-IisSecurityAuthentication</a></li> <li><a href="Enable-IisSsl.html">Enable-IisSsl</a></li> <li><a href="Get-IisApplication.html">Get-IisApplication</a></li> <li><a href="Get-IisAppPool.html">Get-IisAppPool</a></li> <li><a href="Get-IisConfigurationSection.html">Get-IisConfigurationSection</a></li> <li><a href="Get-IisHttpHeader.html">Get-IisHttpHeader</a></li> <li><a href="Get-IisHttpRedirect.html">Get-IisHttpRedirect</a></li> <li><a href="Get-IisMimeMap.html">Get-IisMimeMap</a></li> <li><a href="Get-IisSecurityAuthentication.html">Get-IisSecurityAuthentication</a></li> <li><a href="Get-IisVersion.html">Get-IisVersion</a></li> <li><a href="Get-IisWebsite.html">Get-IisWebsite</a></li> <li><a href="Install-IisApplication.html">Install-IisApplication</a></li> <li><a href="Install-IisAppPool.html">Install-IisAppPool</a></li> <li><a href="Install-IisVirtualDirectory.html">Install-IisVirtualDirectory</a></li> <li><a href="Install-IisWebsite.html">Install-IisWebsite</a></li> <li><a href="Invoke-AppCmd.html">Invoke-AppCmd</a></li> <li><a href="Join-IisVirtualPath.html">Join-IisVirtualPath</a></li> <li><a href="Lock-IisConfigurationSection.html">Lock-IisConfigurationSection</a></li> <li><a href="Remove-IisMimeMap.html">Remove-IisMimeMap</a></li> <li><a href="Set-IisHttpHeader.html">Set-IisHttpHeader</a></li> <li><a href="Set-IisHttpRedirect.html">Set-IisHttpRedirect</a></li> <li><a href="Set-IisMimeMap.html">Set-IisMimeMap</a></li> <li><a href="Set-IisWebsiteID.html">Set-IisWebsiteID</a></li> <li><a href="Set-IisWebsiteSslCertificate.html">Set-IisWebsiteSslCertificate</a></li> <li><a href="Set-IisWindowsAuthentication.html">Set-IisWindowsAuthentication</a></li> <li><a href="Test-IisAppPool.html">Test-IisAppPool</a></li> <li><a href="Test-IisConfigurationSection.html">Test-IisConfigurationSection</a></li> <li><a href="Test-IisSecurityAuthentication.html">Test-IisSecurityAuthentication</a></li> <li><a href="Test-IisWebsite.html">Test-IisWebsite</a></li> <li><a href="Uninstall-IisAppPool.html">Uninstall-IisAppPool</a></li> <li><a href="Uninstall-IisWebsite.html">Uninstall-IisWebsite</a></li> <li><a href="Unlock-IisConfigurationSection.html">Unlock-IisConfigurationSection</a></li> </ul> <li class="Category">INI</li> <ul class="CommandMenu"> <li><a href="Remove-IniEntry.html">Remove-IniEntry</a></li> <li><a href="Set-IniEntry.html">Set-IniEntry</a></li> <li><a href="Split-Ini.html">Split-Ini</a></li> </ul> <li class="Category">InternetExplorer</li> <ul class="CommandMenu"> <li><a href="Disable-IEEnhancedSecurityConfiguration.html">Disable-IEEnhancedSecurityConfiguration</a></li> <li><a href="Enable-IEActivationPermission.html">Enable-IEActivationPermission</a></li> </ul> <li class="Category">MSI</li> <ul class="CommandMenu"> <li><a href="Invoke-WindowsInstaller.html">Invoke-WindowsInstaller</a></li> </ul> <li class="Category">MSMQ</li> <ul class="CommandMenu"> <li><a href="Get-MsmqMessageQueue.html">Get-MsmqMessageQueue</a></li> <li><a href="Get-MsmqMessageQueuePath.html">Get-MsmqMessageQueuePath</a></li> <li><a href="Grant-MsmqMessageQueuePermission.html">Grant-MsmqMessageQueuePermission</a></li> <li><a href="Install-Msmq.html">Install-Msmq</a></li> <li><a href="Install-MsmqMessageQueue.html">Install-MsmqMessageQueue</a></li> <li><a href="Reset-MsmqQueueManagerID.html">Reset-MsmqQueueManagerID</a></li> <li><a href="Test-MsmqMessageQueue.html">Test-MsmqMessageQueue</a></li> <li><a href="Uninstall-MsmqMessageQueue.html">Uninstall-MsmqMessageQueue</a></li> </ul> <li class="Category">Network</li> <ul class="CommandMenu"> <li><a href="Get-IPAddress.html">Get-IPAddress</a></li> <li><a href="Test-IPAddress.html">Test-IPAddress</a></li> </ul> <li class="Category">Path</li> <ul class="CommandMenu"> <li><a href="Get-PathProvider.html">Get-PathProvider</a></li> <li><a href="Resolve-FullPath.html">Resolve-FullPath</a></li> <li><a href="Resolve-PathCase.html">Resolve-PathCase</a></li> <li><a href="Resolve-RelativePath.html">Resolve-RelativePath</a></li> <li><a href="Test-UncPath.html">Test-UncPath</a></li> </ul> <li class="Category">PerformanceCounters</li> <ul class="CommandMenu"> <li><a href="Get-PerformanceCounter.html">Get-PerformanceCounter</a></li> <li><a href="Install-PerformanceCounter.html">Install-PerformanceCounter</a></li> <li><a href="Test-PerformanceCounter.html">Test-PerformanceCounter</a></li> <li><a href="Test-PerformanceCounterCategory.html">Test-PerformanceCounterCategory</a></li> <li><a href="Uninstall-PerformanceCounterCategory.html">Uninstall-PerformanceCounterCategory</a></li> </ul> <li class="Category">PowerShell</li> <ul class="CommandMenu"> <li><a href="Add-TrustedHost.html">Add-TrustedHost</a></li> <li><a href="Clear-TrustedHost.html">Clear-TrustedHost</a></li> <li><a href="Get-PowerShellModuleInstallPath.html">Get-PowerShellModuleInstallPath</a></li> <li><a href="Get-PowershellPath.html">Get-PowershellPath</a></li> <li><a href="Get-TrustedHost.html">Get-TrustedHost</a></li> <li><a href="Invoke-PowerShell.html">Invoke-PowerShell</a></li> <li><a href="Set-TrustedHost.html">Set-TrustedHost</a></li> <li><a href="Test-PowerShellIs32Bit.html">Test-PowerShellIs32Bit</a></li> <li><a href="Test-PowerShellIs64Bit.html">Test-PowerShellIs64Bit</a></li> </ul> <li class="Category">Privileges</li> <ul class="CommandMenu"> <li><a href="Get-Privilege.html">Get-Privilege</a></li> <li><a href="Grant-Privilege.html">Grant-Privilege</a></li> <li><a href="Revoke-Privilege.html">Revoke-Privilege</a></li> <li><a href="Test-Privilege.html">Test-Privilege</a></li> </ul> <li class="Category">Registry</li> <ul class="CommandMenu"> <li><a href="Get-RegistryKeyValue.html">Get-RegistryKeyValue</a></li> <li><a href="Install-RegistryKey.html">Install-RegistryKey</a></li> <li><a href="Remove-RegistryKeyValue.html">Remove-RegistryKeyValue</a></li> <li><a href="Set-RegistryKeyValue.html">Set-RegistryKeyValue</a></li> <li><a href="Test-RegistryKeyValue.html">Test-RegistryKeyValue</a></li> </ul> <li class="Category">ScheduledTasks</li> <ul class="CommandMenu"> <li><a href="Get-ScheduledTask.html">Get-ScheduledTask</a></li> <li><a href="Install-ScheduledTask.html">Install-ScheduledTask</a></li> <li><a href="Test-ScheduledTask.html">Test-ScheduledTask</a></li> <li><a href="Uninstall-ScheduledTask.html">Uninstall-ScheduledTask</a></li> </ul> <li class="Category">Security</li> <ul class="CommandMenu"> <li><a href="Assert-AdminPrivilege.html">Assert-AdminPrivilege</a></li> <li><a href="Convert-SecureStringToString.html">Convert-SecureStringToString</a></li> <li><a href="ConvertTo-ContainerInheritanceFlags.html">ConvertTo-ContainerInheritanceFlags</a></li> <li><a href="ConvertTo-InheritanceFlag.html">ConvertTo-InheritanceFlag</a></li> <li><a href="ConvertTo-PropagationFlag.html">ConvertTo-PropagationFlag</a></li> <li><a href="Get-Permission.html">Get-Permission</a></li> <li><a href="Grant-Permission.html">Grant-Permission</a></li> <li><a href="New-Credential.html">New-Credential</a></li> <li><a href="Protect-Acl.html">Protect-Acl</a></li> <li><a href="Revoke-Permission.html">Revoke-Permission</a></li> <li><a href="Test-AdminPrivilege.html">Test-AdminPrivilege</a></li> <li><a href="Test-Permission.html">Test-Permission</a></li> </ul> <li class="Category">Service</li> <ul class="CommandMenu"> <li><a href="Assert-Service.html">Assert-Service</a></li> <li><a href="Get-ServiceAcl.html">Get-ServiceAcl</a></li> <li><a href="Get-ServiceConfiguration.html">Get-ServiceConfiguration</a></li> <li><a href="Get-ServicePermission.html">Get-ServicePermission</a></li> <li><a href="Get-ServiceSecurityDescriptor.html">Get-ServiceSecurityDescriptor</a></li> <li><a href="Grant-ServiceControlPermission.html">Grant-ServiceControlPermission</a></li> <li><a href="Grant-ServicePermission.html">Grant-ServicePermission</a></li> <li><a href="Install-Service.html">Install-Service</a></li> <li><a href="Restart-RemoteService.html">Restart-RemoteService</a></li> <li><a href="Revoke-ServicePermission.html">Revoke-ServicePermission</a></li> <li><a href="Set-ServiceAcl.html">Set-ServiceAcl</a></li> <li><a href="Test-Service.html">Test-Service</a></li> <li><a href="Uninstall-Service.html">Uninstall-Service</a></li> </ul> <li class="Category">Shares</li> <ul class="CommandMenu"> <li><a href="Install-SmbShare.html">Install-SmbShare</a></li> </ul> <li class="Category">Text</li> <ul class="CommandMenu"> <li><a href="ConvertFrom-Base64.html">ConvertFrom-Base64</a></li> <li><a href="ConvertTo-Base64.html">ConvertTo-Base64</a></li> </ul> <li class="Category">UsersAndGroups</li> <ul class="CommandMenu"> <li><a href="Add-GroupMember.html">Add-GroupMember</a></li> <li><a href="Get-Group.html">Get-Group</a></li> <li><a href="Get-User.html">Get-User</a></li> <li><a href="Get-WmiLocalUserAccount.html">Get-WmiLocalUserAccount</a></li> <li><a href="Install-Group.html">Install-Group</a></li> <li><a href="Install-User.html">Install-User</a></li> <li><a href="Remove-GroupMember.html">Remove-GroupMember</a></li> <li><a href="Resolve-Identity.html">Resolve-Identity</a></li> <li><a href="Test-Group.html">Test-Group</a></li> <li><a href="Test-Identity.html">Test-Identity</a></li> <li><a href="Test-User.html">Test-User</a></li> <li><a href="Uninstall-User.html">Uninstall-User</a></li> </ul> <li class="Category">WindowsFeatures</li> <ul class="CommandMenu"> <li><a href="Get-WindowsFeature.html">Get-WindowsFeature</a></li> <li><a href="Install-WindowsFeature.html">Install-WindowsFeature</a></li> <li><a href="Test-WindowsFeature.html">Test-WindowsFeature</a></li> <li><a href="Uninstall-WindowsFeature.html">Uninstall-WindowsFeature</a></li> </ul> <li class="Category">Xml</li> <ul class="CommandMenu"> <li><a href="Convert-XmlFile.html">Convert-XmlFile</a></li> </ul> </ul> </div> <h1>Uninstall-MsmqMessageQueue</h1> <div><p>Removes an MSMQ queue.</p></div> <h2>Syntax</h2> <pre class="Syntax"><code>Uninstall-MsmqMessageQueue [-Name] &lt;String&gt; [-Private] [-WhatIf] [-Confirm] [&lt;CommonParameters&gt;]</code></pre> <h2>Description</h2> <div class="Description"> <p>Removes/deletes an existing MSMQ queue by name. If a queue with that name doesn't exist, nothing happens.</p> </div> <h2> Parameters </h2> <table border='1'> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Required?</th> <th>Pipeline Input</th> <th>Default Value</th> </tr> <tr valign='top'> <td>Name</td> <td><a href="http://msdn.microsoft.com/en-us/library/system.string.aspx">String</a></td> <td>The name of the queue to remove.</td> <td>true</td> <td>false</td> <td></td> </tr> <tr valign='top'> <td>Private</td> <td><a href="http://msdn.microsoft.com/en-us/library/system.management.automation.switchparameter.aspx">SwitchParameter</a></td> <td>Is this a private queue?</td> <td>false</td> <td>false</td> <td>False</td> </tr> <tr valign='top'> <td>WhatIf</td> <td><a href="http://msdn.microsoft.com/en-us/library/system.management.automation.switchparameter.aspx">SwitchParameter</a></td> <td></td> <td>false</td> <td>false</td> <td></td> </tr> <tr valign='top'> <td>Confirm</td> <td><a href="http://msdn.microsoft.com/en-us/library/system.management.automation.switchparameter.aspx">SwitchParameter</a></td> <td></td> <td>false</td> <td>false</td> <td></td> </tr> <tr valign="top"> <td><a href="http://technet.microsoft.com/en-us/library/dd315352.aspx">CommonParameters</a></td> <td></td> <td>This cmdlet supports common parameters. For more information type <br> <code>Get-Help about_CommonParameters</code>.</td> <td></td> <td></td> <td></td> </tr> </table> <h2>EXAMPLE 1</h2> <pre><code>Uninstall-MsmqMessageQueue -Name MovieQueue</code></pre> <p>Removes the public <code>MovieQueue</code> queue.</p> <h2>EXAMPLE 2</h2> <pre><code>Uninstall-MsmqMessageQueue -Name MovieCriticsQueue -Private</code></pre> <p>Removes the private <code>MovieCriticsQueue</code> queue.</p> </body> </html>
MattHubble/carbon
Website/help/Uninstall-MsmqMessageQueue.html
HTML
apache-2.0
18,839
<aside class="sd-sidebar"> <div ng-transclude></div> </aside>
StartingDreams/henchmen
src/angular/common/sidebar/sidebar.html
HTML
apache-2.0
66
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Tue Oct 08 12:24:17 JST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Interface twitter4j.api.HelpResourcesAsync (twitter4j-async 3.0.4 API)</title> <meta name="date" content="2013-10-08"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface twitter4j.api.HelpResourcesAsync (twitter4j-async 3.0.4 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../twitter4j/api/HelpResourcesAsync.html" title="interface in twitter4j.api">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?twitter4j/api/class-use/HelpResourcesAsync.html" target="_top">Frames</a></li> <li><a href="HelpResourcesAsync.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface twitter4j.api.HelpResourcesAsync" class="title">Uses of Interface<br>twitter4j.api.HelpResourcesAsync</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../twitter4j/api/HelpResourcesAsync.html" title="interface in twitter4j.api">HelpResourcesAsync</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#twitter4j">twitter4j</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="twitter4j"> <!-- --> </a> <h3>Uses of <a href="../../../twitter4j/api/HelpResourcesAsync.html" title="interface in twitter4j.api">HelpResourcesAsync</a> in <a href="../../../twitter4j/package-summary.html">twitter4j</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation"> <caption><span>Subinterfaces of <a href="../../../twitter4j/api/HelpResourcesAsync.html" title="interface in twitter4j.api">HelpResourcesAsync</a> in <a href="../../../twitter4j/package-summary.html">twitter4j</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Interface and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../twitter4j/AsyncTwitter.html" title="interface in twitter4j">AsyncTwitter</a></strong></code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../twitter4j/api/HelpResourcesAsync.html" title="interface in twitter4j.api">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?twitter4j/api/class-use/HelpResourcesAsync.html" target="_top">Frames</a></li> <li><a href="HelpResourcesAsync.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2013. All Rights Reserved.</small></p> </body> </html>
vaglucas/cafeUnoesc
twitter4j-async/javadoc/twitter4j/api/class-use/HelpResourcesAsync.html
HTML
apache-2.0
5,892
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Interface org.apache.poi.openxml4j.opc.PackageRelationshipTypes (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.poi.openxml4j.opc.PackageRelationshipTypes (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/openxml4j/opc/PackageRelationshipTypes.html" title="interface in org.apache.poi.openxml4j.opc">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/openxml4j/opc//class-usePackageRelationshipTypes.html" target="_top">FRAMES</a></li> <li><a href="PackageRelationshipTypes.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.apache.poi.openxml4j.opc.PackageRelationshipTypes" class="title">Uses of Interface<br>org.apache.poi.openxml4j.opc.PackageRelationshipTypes</h2> </div> <div class="classUseContainer">No usage of org.apache.poi.openxml4j.opc.PackageRelationshipTypes</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/openxml4j/opc/PackageRelationshipTypes.html" title="interface in org.apache.poi.openxml4j.opc">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/openxml4j/opc//class-usePackageRelationshipTypes.html" target="_top">FRAMES</a></li> <li><a href="PackageRelationshipTypes.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
Aarhus-BSS/Aarhus-Research-Rebuilt
lib/poi-3.16-beta1/docs/apidocs/org/apache/poi/openxml4j/opc/class-use/PackageRelationshipTypes.html
HTML
apache-2.0
4,468
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="cs"> <head> <!-- Generated by javadoc (1.8.0_231) on Mon Apr 05 23:16:07 CEST 2021 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.ujorm.tools.xml.config (Ujorm 2.15 - ujo-web)</title> <meta name="date" content="2021-04-05"> <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="org.ujorm.tools.xml.config (Ujorm 2.15 - ujo-web)"; } } 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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/ujorm/tools/xml/builder/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../org/ujorm/tools/xml/config/impl/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/ujorm/tools/xml/config/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.ujorm.tools.xml.config</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/ujorm/tools/xml/config/ApiInjector.html" title="interface in org.ujorm.tools.xml.config">ApiInjector</a></td> <td class="colLast"> <div class="block">An common element writer</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/ujorm/tools/xml/config/Formatter.html" title="interface in org.ujorm.tools.xml.config">Formatter</a></td> <td class="colLast"> <div class="block">A value formatter.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/ujorm/tools/xml/config/HtmlConfig.html" title="interface in org.ujorm.tools.xml.config">HtmlConfig</a></td> <td class="colLast"> <div class="block">Configuraion of HtmlPage</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/ujorm/tools/xml/config/XmlConfig.html" title="interface in org.ujorm.tools.xml.config">XmlConfig</a></td> <td class="colLast"> <div class="block">Configuraion of HtmlPage</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/ujorm/tools/xml/builder/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../org/ujorm/tools/xml/config/impl/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/ujorm/tools/xml/config/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright 2019-2022, <a target="_blank" href="http://ujorm.org/">Pavel Ponec<a></small></p> </body> </html>
pponec/ujorm
docs/javadoc/2.15/ujo-web/org/ujorm/tools/xml/config/package-summary.html
HTML
apache-2.0
6,026
{{ $icon := .Get "icon" | default "fa-lightbulb" }} {{ $url_text := .Get "url_text" }} <div class="col-lg-3 mb-5 mb-lg-0 text-center"> <div class="mb-4 h1"> <i class="{{ if not (or (hasPrefix $icon "fas ") (hasPrefix $icon "fab ")) }}fas {{ end }}{{ $icon }}"></i> </div> <h4 class="h3">{{ .Get "title" | markdownify }}</h4> <p class="mb-0 text-left">{{ .Inner }}</p> {{ with .Get "url" }}<p class="text-left"><a href="{{ . }}">{{ with $url_text }}{{ $url_text }}{{ else }}{{ T "ui_read_more" }}{{ end }} …</a></p>{{ end }} </div>
GoogleContainerTools/skaffold
docs/layouts/shortcodes/blocks/feature4.html
HTML
apache-2.0
547
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Nordic Number theory Network"> <meta name="author" content="Amos Turchet and Fabien Pazuki"> <title>Members in Trondheim</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/portfolio-item.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]--> <!-- MATHJAX--> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href=" index.html">\(\mathbb{N}^3\)</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li> <a href="events.html">Events</a> </li> <li> <a href="members.html">Members</a> </li> <li> <a href="seminars.html">Seminars</a> </li> <li> <a href="contact.html">Contact</a> </li> <li> <a href="sponsors.html">Sponsors</a> </li> <li> <a href="history.html">History</a> </li> <li> <a href="files.html">Files</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <!-- Portfolio Item Heading --> <h1>Members of the network</h1> <div class='row'> <div class='col-lg-7'> <h4> University:</h4> <a href="https://www.ntnu.edu"> NTNU </a><br> <h4> Department:</h4> <a href="https://www.ntnu.edu/imf/research"> Department of Mathematical Sciences</a><br> <h4> Members: </h4> <ul> <li><a href="https://www.ntnu.edu/employees/andrii.bondarenko">Andriy Bondarenko</a></li> <li><a href="https://www.ntnu.edu/employees/sigrid.grepstad">Sigrid Grepstad</a></li> <li><a href=" https://www.ntnu.edu/employees/carlos.a.c.chavez">Andrés Chirre</a></li> <li><a href="https://www.ntnu.edu/employees/kristian.seip">Kristian Seip</li> <li><a href="https://www.ntnu.edu/employees/agamemnon.zafeiropoulos">Agamnenon Zafeiropoulos</li> </div> <div class='col-lg-5'> <a href="https://www.ntnu.edu"> <img class="img-responsive" src="img/logos/logo_ntnu.png" alt=""> </a> </div> </div> <br><br> <hr> <!-- Footer --> <footer> <div class="row"> <div class="col-lg-12"> <p>Copyright &copy; \(\mathbb{N}^3\) - created by Amos Turchet using &copy;Bootstrap3.0</p> </div> </div> <!-- /.row --> </footer> </div> <!-- /.container --> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> </body> </html>
FabienPazuki/fabienpazuki.github.io
trondheim.html
HTML
apache-2.0
4,735
<!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.5.0_16) on Thu Oct 02 15:35:31 BST 2008 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Uses of Class org.springframework.security.ui.savedrequest.SavedRequest (Spring Security 2.0.4 API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class org.springframework.security.ui.savedrequest.SavedRequest (Spring Security 2.0.4 API)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest"><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> Spring Security Framework</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/springframework/security/ui/savedrequest/class-use/SavedRequest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SavedRequest.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.springframework.security.ui.savedrequest.SavedRequest</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest">SavedRequest</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.springframework.security.ui"><B>org.springframework.security.ui</B></A></TD> <TD>Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc).&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.springframework.security.util"><B>org.springframework.security.util</B></A></TD> <TD>General utility classes used throughout the Spring Security framework.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.springframework.security.wrapper"><B>org.springframework.security.wrapper</B></A></TD> <TD>Populates a Servlet request with a new Spring Security compliant <code>HttpServletRequestWrapper</code>.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.springframework.security.ui"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest">SavedRequest</A> in <A HREF="../../../../../../org/springframework/security/ui/package-summary.html">org.springframework.security.ui</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/springframework/security/ui/package-summary.html">org.springframework.security.ui</A> with parameters of type <A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest">SavedRequest</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>TargetUrlResolverImpl.</B><B><A HREF="../../../../../../org/springframework/security/ui/TargetUrlResolverImpl.html#determineTargetUrl(org.springframework.security.ui.savedrequest.SavedRequest, javax.servlet.http.HttpServletRequest, org.springframework.security.Authentication)">determineTargetUrl</A></B>(<A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest">SavedRequest</A>&nbsp;savedRequest, <A HREF="http://tomcat.apache.org/tomcat-5.5-doc/servletapi/javax/servlet/http/HttpServletRequest.html" title="class or interface in javax.servlet.http">HttpServletRequest</A>&nbsp;currentRequest, <A HREF="../../../../../../org/springframework/security/Authentication.html" title="interface in org.springframework.security">Authentication</A>&nbsp;auth)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>TargetUrlResolver.</B><B><A HREF="../../../../../../org/springframework/security/ui/TargetUrlResolver.html#determineTargetUrl(org.springframework.security.ui.savedrequest.SavedRequest, javax.servlet.http.HttpServletRequest, org.springframework.security.Authentication)">determineTargetUrl</A></B>(<A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest">SavedRequest</A>&nbsp;savedRequest, <A HREF="http://tomcat.apache.org/tomcat-5.5-doc/servletapi/javax/servlet/http/HttpServletRequest.html" title="class or interface in javax.servlet.http">HttpServletRequest</A>&nbsp;currentRequest, <A HREF="../../../../../../org/springframework/security/Authentication.html" title="interface in org.springframework.security">Authentication</A>&nbsp;auth)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.springframework.security.util"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest">SavedRequest</A> in <A HREF="../../../../../../org/springframework/security/util/package-summary.html">org.springframework.security.util</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/springframework/security/util/package-summary.html">org.springframework.security.util</A> with parameters of type <A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest">SavedRequest</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>UrlUtils.</B><B><A HREF="../../../../../../org/springframework/security/util/UrlUtils.html#getFullRequestUrl(org.springframework.security.ui.savedrequest.SavedRequest)">getFullRequestUrl</A></B>(<A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest">SavedRequest</A>&nbsp;sr)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>UrlUtils.</B><B><A HREF="../../../../../../org/springframework/security/util/UrlUtils.html#getRequestUrl(org.springframework.security.ui.savedrequest.SavedRequest)">getRequestUrl</A></B>(<A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest">SavedRequest</A>&nbsp;sr)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.springframework.security.wrapper"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest">SavedRequest</A> in <A HREF="../../../../../../org/springframework/security/wrapper/package-summary.html">org.springframework.security.wrapper</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../org/springframework/security/wrapper/package-summary.html">org.springframework.security.wrapper</A> declared as <A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest">SavedRequest</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest">SavedRequest</A></CODE></FONT></TD> <TD><CODE><B>SavedRequestAwareWrapper.</B><B><A HREF="../../../../../../org/springframework/security/wrapper/SavedRequestAwareWrapper.html#savedRequest">savedRequest</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/springframework/security/ui/savedrequest/SavedRequest.html" title="class in org.springframework.security.ui.savedrequest"><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> Spring Security Framework</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/springframework/security/ui/savedrequest/class-use/SavedRequest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SavedRequest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2004-2008 <a href="http://www.springsource.com/">SpringSource, Inc</a>. All Rights Reserved. </BODY> </HTML>
imondragon/spring-security-2.0.4
docs/apidocs/org/springframework/security/ui/savedrequest/class-use/SavedRequest.html
HTML
apache-2.0
15,256
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>Source code</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <div class="sourceContainer"> <pre><span class="sourceLineNo">001</span>/**<a name="line.1"></a> <span class="sourceLineNo">002</span> Copyright 2016, James G. Willmore<a name="line.2"></a> <span class="sourceLineNo">003</span><a name="line.3"></a> <span class="sourceLineNo">004</span> Licensed under the Apache License, Version 2.0 (the "License");<a name="line.4"></a> <span class="sourceLineNo">005</span> you may not use this file except in compliance with the License.<a name="line.5"></a> <span class="sourceLineNo">006</span> You may obtain a copy of the License at<a name="line.6"></a> <span class="sourceLineNo">007</span><a name="line.7"></a> <span class="sourceLineNo">008</span> http://www.apache.org/licenses/LICENSE-2.0<a name="line.8"></a> <span class="sourceLineNo">009</span><a name="line.9"></a> <span class="sourceLineNo">010</span> Unless required by applicable law or agreed to in writing, software<a name="line.10"></a> <span class="sourceLineNo">011</span> distributed under the License is distributed on an "AS IS" BASIS,<a name="line.11"></a> <span class="sourceLineNo">012</span> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.12"></a> <span class="sourceLineNo">013</span> See the License for the specific language governing permissions and<a name="line.13"></a> <span class="sourceLineNo">014</span> limitations under the License.<a name="line.14"></a> <span class="sourceLineNo">015</span> */<a name="line.15"></a> <span class="sourceLineNo">016</span><a name="line.16"></a> <span class="sourceLineNo">017</span>package net.ljcomputing.sql.expression;<a name="line.17"></a> <span class="sourceLineNo">018</span><a name="line.18"></a> <span class="sourceLineNo">019</span>/**<a name="line.19"></a> <span class="sourceLineNo">020</span> * SQL expression.<a name="line.20"></a> <span class="sourceLineNo">021</span> * <a name="line.21"></a> <span class="sourceLineNo">022</span> * @author James G. Willmore<a name="line.22"></a> <span class="sourceLineNo">023</span> *<a name="line.23"></a> <span class="sourceLineNo">024</span> */<a name="line.24"></a> <span class="sourceLineNo">025</span>public interface Expression {<a name="line.25"></a> <span class="sourceLineNo">026</span> <a name="line.26"></a> <span class="sourceLineNo">027</span> /**<a name="line.27"></a> <span class="sourceLineNo">028</span> * Gets the identifier.<a name="line.28"></a> <span class="sourceLineNo">029</span> *<a name="line.29"></a> <span class="sourceLineNo">030</span> * @return the identifier<a name="line.30"></a> <span class="sourceLineNo">031</span> */<a name="line.31"></a> <span class="sourceLineNo">032</span> String getIdentifier();<a name="line.32"></a> <span class="sourceLineNo">033</span> <a name="line.33"></a> <span class="sourceLineNo">034</span> /**<a name="line.34"></a> <span class="sourceLineNo">035</span> * Gets the operand.<a name="line.35"></a> <span class="sourceLineNo">036</span> *<a name="line.36"></a> <span class="sourceLineNo">037</span> * @return the operand<a name="line.37"></a> <span class="sourceLineNo">038</span> */<a name="line.38"></a> <span class="sourceLineNo">039</span> String getOperand();<a name="line.39"></a> <span class="sourceLineNo">040</span> <a name="line.40"></a> <span class="sourceLineNo">041</span> /**<a name="line.41"></a> <span class="sourceLineNo">042</span> * Gets the values.<a name="line.42"></a> <span class="sourceLineNo">043</span> *<a name="line.43"></a> <span class="sourceLineNo">044</span> * @return the values<a name="line.44"></a> <span class="sourceLineNo">045</span> */<a name="line.45"></a> <span class="sourceLineNo">046</span> Object[] getValues();<a name="line.46"></a> <span class="sourceLineNo">047</span> <a name="line.47"></a> <span class="sourceLineNo">048</span> /**<a name="line.48"></a> <span class="sourceLineNo">049</span> * To SQL.<a name="line.49"></a> <span class="sourceLineNo">050</span> *<a name="line.50"></a> <span class="sourceLineNo">051</span> * @return the string<a name="line.51"></a> <span class="sourceLineNo">052</span> */<a name="line.52"></a> <span class="sourceLineNo">053</span> String toSql();<a name="line.53"></a> <span class="sourceLineNo">054</span>}<a name="line.54"></a> </pre> </div> </body> </html>
willmorejg/net.ljcomputing.sql
docs/javadoc/apidocs/src-html/net/ljcomputing/sql/expression/Expression.html
HTML
apache-2.0
4,660
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Apprends le japonais</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> </head> <body> <div id="app"></div> <a class="hidden-sm hidden-xs" href="https://github.com/DCKT/japan"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a> <script src="dist/build.js"></script> <script src="https://code.jquery.com/jquery-2.2.0.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> </body> </html>
DCKT/japan
index.html
HTML
apache-2.0
1,175
<!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 --> <title>com.centurylink.mdw.email (MDW 6 API JavaDocs)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../com/centurylink/mdw/email/package-summary.html" target="classFrame">com.centurylink.mdw.email</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="TemplatedEmail.html" title="class in com.centurylink.mdw.email" target="classFrame">TemplatedEmail</a></li> </ul> </div> </body> </html>
CenturyLinkCloud/mdw
docs/_docs/javadoc/com/centurylink/mdw/email/package-frame.html
HTML
apache-2.0
781
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Statistics of Abbr in UD_Hebrew</title> <link rel="root" href=""/> <!-- for JS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../../css/jquery-ui-redmond.css"/> <link rel="stylesheet" type="text/css" href="../../css/style.css"/> <link rel="stylesheet" type="text/css" href="../../css/style-vis.css"/> <link rel="stylesheet" type="text/css" href="../../css/hint.css"/> <script type="text/javascript" src="../../lib/ext/head.load.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script> <script>document.addEventListener("DOMContentLoaded", function(event) {anchors.add();});</script> <!-- Set up this custom Google search at https://cse.google.com/cse/business/settings?cx=001145188882102106025:dl1mehhcgbo --> <!-- DZ 2021-01-22: I am temporarily hiding the search field to find out whether it slows down loading of the title page. <script> (function() { var cx = '001145188882102106025:dl1mehhcgbo'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> --> <!-- <link rel="shortcut icon" href="favicon.ico"/> --> </head> <body> <div id="main" class="center"> <div id="hp-header"> <table width="100%"><tr><td width="50%"> <span class="header-text"><a href="http://universaldependencies.org/#language-">home</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/treebanks/he_htb/he-feat-Abbr.md" target="#">edit page</a></span> <span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span> </td><td> <gcse:search></gcse:search> </td></tr></table> </div> <hr/> <div class="v2complete"> This page pertains to UD version 2. </div> <div id="content"> <noscript> <div id="noscript"> It appears that you have Javascript disabled. Please consider enabling Javascript for this page to see the visualizations. </div> </noscript> <!-- The content may include scripts and styles, hence we must load the shared libraries before the content. --> <script type="text/javascript"> console.time('loading libraries'); var root = '../../'; // filled in by jekyll head.js( // External libraries // DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all. root + 'lib/ext/jquery.min.js', root + 'lib/ext/jquery.svg.min.js', root + 'lib/ext/jquery.svgdom.min.js', root + 'lib/ext/jquery.timeago.js', root + 'lib/ext/jquery-ui.min.js', root + 'lib/ext/waypoints.min.js', root + 'lib/ext/jquery.address.min.js' ); </script> <h2 id="treebank-statistics-ud_hebrew-features-abbr">Treebank Statistics: UD_Hebrew: Features: <code class="language-plaintext highlighter-rouge">Abbr</code></h2> <p>This feature is universal. It occurs with 1 different values: <code class="language-plaintext highlighter-rouge">Yes</code>.</p> <p>998 tokens (1%) have a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>. 152 types (1%) occur at least once with a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>. 161 lemmas (2%) occur at least once with a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>. The feature is used with 8 part-of-speech tags: <tt><a href="he-pos-NOUN.html">NOUN</a></tt> (596; 0% instances), <tt><a href="he-pos-PROPN.html">PROPN</a></tt> (379; 0% instances), <tt><a href="he-pos-ADJ.html">ADJ</a></tt> (10; 0% instances), <tt><a href="he-pos-ADP.html">ADP</a></tt> (7; 0% instances), <tt><a href="he-pos-NUM.html">NUM</a></tt> (2; 0% instances), <tt><a href="he-pos-X.html">X</a></tt> (2; 0% instances), <tt><a href="he-pos-ADV.html">ADV</a></tt> (1; 0% instances), <tt><a href="he-pos-CCONJ.html">CCONJ</a></tt> (1; 0% instances).</p> <h3 id="noun"><code class="language-plaintext highlighter-rouge">NOUN</code></h3> <p>596 <tt><a href="he-pos-NOUN.html">NOUN</a></tt> tokens (2% of all <code class="language-plaintext highlighter-rouge">NOUN</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>.</p> <p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">NOUN</code> and <code class="language-plaintext highlighter-rouge">Abbr</code> co-occurred: <tt><a href="he-feat-Gender.html">Gender</a></tt><tt>=Masc</tt> (542; 91%), <tt><a href="he-feat-Number.html">Number</a></tt><tt>=Sing</tt> (530; 89%), <tt><a href="he-feat-Definite.html">Definite</a></tt><tt>=EMPTY</tt> (467; 78%).</p> <p><code class="language-plaintext highlighter-rouge">NOUN</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Abbr</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Yes</code> (596; 100% of non-empty <code class="language-plaintext highlighter-rouge">Abbr</code>): ש”ח, יו”ר, מנכ”ל, ח”כ, ד”ר, חו”ל, עו”ד, מ”ר, מד”א, מו”ם</li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (37653): בית, יום, משרד, משטרה, %, ארץ, שר, משפט, ממשלה, חברה</li> </ul> <p><code class="language-plaintext highlighter-rouge">Abbr</code> seems to be <strong>lexical feature</strong> of <code class="language-plaintext highlighter-rouge">NOUN</code>. 100% lemmas (53) occur only with one value of <code class="language-plaintext highlighter-rouge">Abbr</code>.</p> <h3 id="propn"><code class="language-plaintext highlighter-rouge">PROPN</code></h3> <p>379 <tt><a href="he-pos-PROPN.html">PROPN</a></tt> tokens (5% of all <code class="language-plaintext highlighter-rouge">PROPN</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>.</p> <p><code class="language-plaintext highlighter-rouge">PROPN</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Abbr</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Yes</code> (379; 100% of non-empty <code class="language-plaintext highlighter-rouge">Abbr</code>): ארה”ב, צה”ל, בריה”ם, בית”ר, ת”א, או”ם, ראשל”ץ, אגו”י, אש”ף, ש”ס</li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (7592): ישראל, ירושלים, כהנא, מכבי, עיראק, כנסת, ניו, יורק, גרמניה, חיפה</li> </ul> <p><code class="language-plaintext highlighter-rouge">Abbr</code> seems to be <strong>lexical feature</strong> of <code class="language-plaintext highlighter-rouge">PROPN</code>. 100% lemmas (97) occur only with one value of <code class="language-plaintext highlighter-rouge">Abbr</code>.</p> <h3 id="adj"><code class="language-plaintext highlighter-rouge">ADJ</code></h3> <p>10 <tt><a href="he-pos-ADJ.html">ADJ</a></tt> tokens (0% of all <code class="language-plaintext highlighter-rouge">ADJ</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>.</p> <p><code class="language-plaintext highlighter-rouge">ADJ</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Abbr</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Yes</code> (10; 100% of non-empty <code class="language-plaintext highlighter-rouge">Abbr</code>): ז”ל, או”מי, בי”ל, בית”רי, בית”ריות, נ”ל, זצ”ל, תנ”כית</li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (8022): אחרים, ראשון, גדול, לאומי, חדש, אחר, ראשונה, רבים, רב, טוב</li> </ul> <h3 id="adp"><code class="language-plaintext highlighter-rouge">ADP</code></h3> <p>7 <tt><a href="he-pos-ADP.html">ADP</a></tt> tokens (0% of all <code class="language-plaintext highlighter-rouge">ADP</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>.</p> <p><code class="language-plaintext highlighter-rouge">ADP</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Abbr</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Yes</code> (7; 100% of non-empty <code class="language-plaintext highlighter-rouge">Abbr</code>): ע”י, עפ”י</li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (22607): ב, ל, <em>של</em>, מ, על, כ, עם, בין, של_, עד</li> </ul> <h3 id="num"><code class="language-plaintext highlighter-rouge">NUM</code></h3> <p>2 <tt><a href="he-pos-NUM.html">NUM</a></tt> tokens (0% of all <code class="language-plaintext highlighter-rouge">NUM</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>.</p> <p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">NUM</code> and <code class="language-plaintext highlighter-rouge">Abbr</code> co-occurred: <tt><a href="he-feat-Definite.html">Definite</a></tt><tt>=EMPTY</tt> (2; 100%), <tt><a href="he-feat-Gender.html">Gender</a></tt><tt>=EMPTY</tt> (2; 100%), <tt><a href="he-feat-Number.html">Number</a></tt><tt>=EMPTY</tt> (2; 100%).</p> <p><code class="language-plaintext highlighter-rouge">NUM</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Abbr</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Yes</code> (2; 100% of non-empty <code class="language-plaintext highlighter-rouge">Abbr</code>): י”ד, ת”ק</li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (3307): אחד, שני, אחת, שתי, 1, 0, מיליון, אלף, 2, שלושה</li> </ul> <h3 id="x"><code class="language-plaintext highlighter-rouge">X</code></h3> <p>2 <tt><a href="he-pos-X.html">X</a></tt> tokens (1% of all <code class="language-plaintext highlighter-rouge">X</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>.</p> <p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">X</code> and <code class="language-plaintext highlighter-rouge">Abbr</code> co-occurred: <tt><a href="he-feat-Xtra.html">Xtra</a></tt><tt>=Junk</tt> (2; 100%).</p> <p><code class="language-plaintext highlighter-rouge">X</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Abbr</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Yes</code> (2; 100% of non-empty <code class="language-plaintext highlighter-rouge">Abbr</code>): י”ש, מנכ”ל</li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (163): ה, קפידבין, ב, קפספבין, ה_, קפכות, קפספקו, ו, בנקים, יחסים</li> </ul> <h3 id="adv"><code class="language-plaintext highlighter-rouge">ADV</code></h3> <p>1 <tt><a href="he-pos-ADV.html">ADV</a></tt> tokens (0% of all <code class="language-plaintext highlighter-rouge">ADV</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>.</p> <p>The most frequent other feature values with which <code class="language-plaintext highlighter-rouge">ADV</code> and <code class="language-plaintext highlighter-rouge">Abbr</code> co-occurred: <tt><a href="he-feat-Polarity.html">Polarity</a></tt><tt>=EMPTY</tt> (1; 100%).</p> <p><code class="language-plaintext highlighter-rouge">ADV</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Abbr</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Yes</code> (1; 100% of non-empty <code class="language-plaintext highlighter-rouge">Abbr</code>): רצ”ב</li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (6107): לא, גם, רק, יותר, מה, עוד, כך, ביותר, אתמול, כבר</li> </ul> <h3 id="cconj"><code class="language-plaintext highlighter-rouge">CCONJ</code></h3> <p>1 <tt><a href="he-pos-CCONJ.html">CCONJ</a></tt> tokens (0% of all <code class="language-plaintext highlighter-rouge">CCONJ</code> tokens) have a non-empty value of <code class="language-plaintext highlighter-rouge">Abbr</code>.</p> <p><code class="language-plaintext highlighter-rouge">CCONJ</code> tokens may have the following values of <code class="language-plaintext highlighter-rouge">Abbr</code>:</p> <ul> <li><code class="language-plaintext highlighter-rouge">Yes</code> (1; 100% of non-empty <code class="language-plaintext highlighter-rouge">Abbr</code>): ע”ף</li> <li><code class="language-plaintext highlighter-rouge">EMPTY</code> (5412): ו, או, אבל, אך, אלא, אף, אולם, אפילו, לכן, אילו</li> </ul> </div> <!-- support for embedded visualizations --> <script type="text/javascript"> var root = '../../'; // filled in by jekyll head.js( // We assume that external libraries such as jquery.min.js have already been loaded outside! // (See _layouts/base.html.) // brat helper modules root + 'lib/brat/configuration.js', root + 'lib/brat/util.js', root + 'lib/brat/annotation_log.js', root + 'lib/ext/webfont.js', // brat modules root + 'lib/brat/dispatcher.js', root + 'lib/brat/url_monitor.js', root + 'lib/brat/visualizer.js', // embedding configuration root + 'lib/local/config.js', // project-specific collection data root + 'lib/local/collections.js', // Annodoc root + 'lib/annodoc/annodoc.js', // NOTE: non-local libraries 'https://spyysalo.github.io/conllu.js/conllu.js' ); var webFontURLs = [ // root + 'static/fonts/Astloch-Bold.ttf', root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf', root + 'static/fonts/Liberation_Sans-Regular.ttf' ]; var setupTimeago = function() { jQuery("time.timeago").timeago(); }; head.ready(function() { setupTimeago(); // mark current collection (filled in by Jekyll) Collections.listing['_current'] = ''; // perform all embedding and support functions Annodoc.activate(Config.bratCollData, Collections.listing); }); </script> <!-- google analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-55233688-1', 'auto'); ga('send', 'pageview'); </script> <div id="footer"> <p class="footer-text">&copy; 2014–2021 <a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>. Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>. </div> </div> </body> </html>
UniversalDependencies/universaldependencies.github.io
treebanks/he_htb/he-feat-Abbr.html
HTML
apache-2.0
16,325
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>责任教师管理管理</title> <!-- 样式表 --> <link rel="stylesheet" type="text/css" href="__PUBLIC__/resources/css/style_frame.css" media="screen" /> <link rel="stylesheet" type="text/css" href="__PUBLIC__/resources/css/style_full.css" /> <link id="color" rel="stylesheet" type="text/css" href="__PUBLIC__/resources/css/colors/blue.css" /> <!-- scripts (jquery) --> <load href="__PUBLIC__/resources/scripts/jquery-1.4.2.min.js" /> <!--[if IE]><load href="__PUBLIC__/resources/scripts/excanvas.min.js" /><![endif]--> <load href="__PUBLIC__/resources/scripts/jquery-ui-1.8.custom.min.js"/> <load href="__PUBLIC__/resources/scripts/jquery.ui.selectmenu.js"/> <load href="__PUBLIC__/resources/scripts/jquery.flot.min.js"/> <load href="__PUBLIC__/resources/scripts/tiny_mce/tiny_mce.js"/> <load href="__PUBLIC__/resources/scripts/tiny_mce/jquery.tinymce.js"/> <!-- scripts (custom) --> <load href="__PUBLIC__/resources/scripts/smooth.js"/> <load href="__PUBLIC__/resources/scripts/smooth.table.js"/> <load href="__PUBLIC__/resources/scripts/smooth.form.js"/> <load href="__PUBLIC__/resources/scripts/smooth.autocomplete.js"/> </head> <body> <div id="content"> <!-- table --> <div class="box"> <!-- box / title --> <div class="title"> <h5>《<{$course.coursename}>》 责任教师管理</h5> <ul class="links"> <li><a href="__URL__/manageCourse">返 回</a></li> </ul> </div> <form action="__URL__/updateCT" method="post"> <div class="table"> <table> <thead> <tr> <th>教师姓名</th> <th>性别</th> <th>手机</th> <th>Email</th> <th class="last">负责该课</th> </tr> </thead> <tbody> <volist name='list' id='vo'> <tr> <td align="center"><{$vo.name}></td> <switch name="vo.sex" > <case value="1"><td align="center">男</case> <case value="2"><td align="center">女</case> </switch> </td> <td align="center"><{$vo.cellphone}></td> <td align="center"><{$vo.email}></td> <td class="selected last"> <eq name="vo.access" value="1"><input name="access[]" type="checkbox" value="<{$vo.teaid}>" checked="checked" /></eq> <eq name="vo.access" value="0"><input name="access[]" type="checkbox" value="<{$vo.teaid}>"/></eq> </td> </tr> </volist> </tbody> </table> <!-- table action --> <input type="hidden" name="courseid" value="<{$course.courseid}>" /> <div class="action"> <div class="button"> <input type="submit" value="修改" /> </div> </form> </div> <!-- end table action --> <!-- table info --> <div class="infomation"> <h2></h2> <blockquote><p style="color:#FF9900">请小心操作,!</p></blockquote> </div> <!-- end table info --> </div> </div> <!-- end table --> </div> </body> </html>
drangonor/www
Core/Tpl/Teachmanage/listCT.html
HTML
apache-2.0
3,310
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;.nvm/versions/v8.4.0/lib/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.d&quot; | typescript</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">typescript</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="__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_d_.html">&quot;.nvm/versions/v8.4.0/lib/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.d&quot;</a> </li> </ul> <h1>External module &quot;.nvm/versions/v8.4.0/lib/node_modules/typedoc/node_modules/typescript/lib/lib.es2015.d&quot;</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> </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="label tsd-is-external"> <span>Internals</span> </li> <li class=" tsd-kind-external-module"> <a href="_workspace_scion_scxml_platform_projects_scion_core_tsd_scion_core_d_.html">"workspace/scion-<wbr>scxml-<wbr>platform/projects/SCION-<wbr>CORE/tsd/scion-<wbr>core.d"</a> </li> <li class="label tsd-is-external"> <span>Externals</span> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_collection_d_.html">".nvm/versions/v8.4.0/lib/node_<wbr>modules/typedoc/node_<wbr>modules/typescript/lib/lib.es2015.collection.d"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_core_d_.html">".nvm/versions/v8.4.0/lib/node_<wbr>modules/typedoc/node_<wbr>modules/typescript/lib/lib.es2015.core.d"</a> </li> <li class="current tsd-kind-external-module tsd-is-external"> <a href="__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_d_.html">".nvm/versions/v8.4.0/lib/node_<wbr>modules/typedoc/node_<wbr>modules/typescript/lib/lib.es2015.d"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_generator_d_.html">".nvm/versions/v8.4.0/lib/node_<wbr>modules/typedoc/node_<wbr>modules/typescript/lib/lib.es2015.generator.d"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_iterable_d_.html">".nvm/versions/v8.4.0/lib/node_<wbr>modules/typedoc/node_<wbr>modules/typescript/lib/lib.es2015.iterable.d"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_promise_d_.html">".nvm/versions/v8.4.0/lib/node_<wbr>modules/typedoc/node_<wbr>modules/typescript/lib/lib.es2015.promise.d"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_proxy_d_.html">".nvm/versions/v8.4.0/lib/node_<wbr>modules/typedoc/node_<wbr>modules/typescript/lib/lib.es2015.proxy.d"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_reflect_d_.html">".nvm/versions/v8.4.0/lib/node_<wbr>modules/typedoc/node_<wbr>modules/typescript/lib/lib.es2015.reflect.d"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_symbol_d_.html">".nvm/versions/v8.4.0/lib/node_<wbr>modules/typedoc/node_<wbr>modules/typescript/lib/lib.es2015.symbol.d"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_symbol_wellknown_d_.html">".nvm/versions/v8.4.0/lib/node_<wbr>modules/typedoc/node_<wbr>modules/typescript/lib/lib.es2015.symbol.wellknown.d"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es5_d_.html">".nvm/versions/v8.4.0/lib/node_<wbr>modules/typedoc/node_<wbr>modules/typescript/lib/lib.es5.d"</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="_workspace_scion_scxml_platform_projects_scion_core_node_modules_scion_core_base_tsd_scion_core_base_d_.html">"workspace/scion-<wbr>scxml-<wbr>platform/projects/SCION-<wbr>CORE/node_<wbr>modules/scion-<wbr>core-<wbr>base/tsd/scion-<wbr>core-<wbr>base.d"</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-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>
jbeard4/SCION-CORE
docs/modules/__nvm_versions_v8_4_0_lib_node_modules_typedoc_node_modules_typescript_lib_lib_es2015_d_.html
HTML
apache-2.0
11,948
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="__ROOT__/static/css/style.css" /> <link rel="stylesheet" type="text/css" href="__ROOT__/static/css/switchery.css" /> <link rel="stylesheet" type="text/css" href="__ROOT__/static/css/iconfont.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no"/> <meta name="msapplication-tap-highlight" content="no"> <title>报名表填写 - 南京邮电大学融媒体中心招新</title> </head> <body> <!--这里是表单--> <div class="reader"> <div id="container" class="container-box fixed-float animate"> <div class="container"> <div class="list" > <div class="navbar flex"> <div class="span-title flex-box-1"> 南京邮电大学融媒体中心招新 </div> </div> <div class="nap"></div> <div class="object"> <a class="button" href=" __ROOT__/index.php/Index/zx.html" > 注册报名系统 </a> </div> <div class="object"> <a class="button" href=" __ROOT__/index.php/Index/login.html" > 登录修改信息 </a> </div> </div> </div> </div> </div> <script type="text/javascript" src="__ROOT__/static/js/switchery.js"></script> <script type="text/javascript" src="__ROOT__/static/js/jquery.min.js"></script> <script type="text/javascript" src="__ROOT__/static/js/Validform_v5.3.2.js"></script> <script type="text/javascript" src="__ROOT__/static/js/register.js"></script> </div> </body> </html>
sdygt/RMT_recruit
Index/Tpl/Index/index.html
HTML
apache-2.0
1,959
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Chengyu SHEN's personal blog</title> <link rel="stylesheet" type="text/css" href="../stylesheets/main.css"> <!--google web font--> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script> <script type="text/javascript" src="../js/main.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <script src="https://use.fontawesome.com/6eafb364a9.js"></script> </head> <body> <div class = "container"> <div class="row"> <div class="col-md-3"> <div class = "about-fixed"> <div class = "about-profile"> <img src="../img/chengyushen.jpg" width="100%" height="100%"> </div> <div class="about-me"> <h4>Chengyu SHEN</h4> <p style="color:#a0a0a0">Graduate Student in USC</p> </div> <div class="social-icon"> <a class="facebook" href="https://www.facebook.com/chengyu.shen.1" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a class="linkedin" href="https://www.linkedin.com/in/chengyu-shen-b87391b6/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a> <a class="github" href="https://github.com/jwssdwed" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a> </div> </div> </div> <div class="col-md-9"> <div class="article"> <div class="row"> <div class = "col-md-12"> <div class="blog-title"> <a href="../index.html" class="back-home"> <i class="fa fa-chevron-left" aria-hidden="true"></i> Back to Homepage </a> <div class="email"> <a href="mailto:shenchen@usc.edu" class="email"><i class="fa fa-envelope-o" aria-hidden="true"></i></a> </div> </div> </div> <div class = "col-md-12"> <div class = "article-layout"> <p class = "article-title"> 美国驾照,银行卡补办攻略 </p> <p class = "information"> May 03, 2017 / Written by <span style="color: #2b95f2"> Chengyu</span> </p> <p class = "context"> 本人学生党,来美国也快一年了。由于自己马虎的性格,小到晚饭,大到钱包,除了护照以外什么都丢过 (所幸没丢护照,不然要到局子里坐一坐)。经过一系列的丢失经历我也总结了下补办各种卡的过程,在这里分享给大家,也未以后丢失东西的朋友一个参考(不过最好还是别丢,哈哈)。 <br> 1. 驾照补办: <br> 我是在一次去AMC看电影的时候丢了钱包的,再次提醒大家,坐姿很重要!所以连同驾照一起丢失了。首先最重要的是在刚拿到驾照时拍张照,因为补办的时候需要你驾照的DL number。如果没有不记得也没关系,当时考出驾照给的temporary drive license也有相同的DL number。驾照补办是可以电话补办的,tel number:(800) 777-0133,24小时无休营业。打完电话据说是给你一个Form DL 44表格,填写好对应信息就可以了。不过由于我没有电话补办经历,可能有所偏差。 </p> <div class="article-image"> <img src="../img/dmv_indoor.jpg" class="article-image"> <p style="padding-top:10pt;font-style:italic;text-decoration:underline;color:#a0a0a0">&nbsp;&nbsp;终于排到DMV内部&nbsp;&nbsp;</p> </div> <br> <p class = "context"> 至于去DMV部门补办,最好提前预约,<a href="http://www.dmv.org/ca-california/appointments.php">预约网址戳这里</a>,不然就算我8点去排队也弄到了10:30才出门,挺浪费时间的...去补办所需材料:i-94,护照和27刀的补办费。不过据说你和他说是被偷的就可能免除27刀,可是有要去警局笔录的风险...排队到你,说明情况他会给你同样的Form DL 44表格,只要注意勾选lost or stole就好了。个人驾照信息和DL number也是填写在这上面的。填写好就是等着排队了,如果没预约这是个超级漫长的时间,至于我,是看《盗墓笔记》消磨时间...排队到了就告诉情况,然后他要钱给他钱,要什么资料给什么资料证明下你是你,这个过程其实挺容易的。最后他会给你一个新·临时的驾照,从当天开始算起90天。至于真正的驾照会通过平邮寄到你留的address。我留心问了下他什么时候新的驾照可以寄到,他的回答让我想一口盐汽水喷死他: up to 6 MONTHS。但是你的临时驾照只有90天怎么办呢?他说好办:你过90天再来次DMV就好了呗。算了,先用临时驾照开开车吧,和真正驾照区别就是能不能当成护照买酒的区别。 </p> <hr> <p class = "context"> 2. 银行卡(BOA)补办: <br> 银行卡补办如果是debit card还好,可credit card有被盗刷的风险,所以小伙伴们如果发现丢失最好立刻lock。因为我是周六下午才发现的,周日懒惰的美国人民又不上班,所以我只能打个电话去申请lock➕补办。电话补办有2个不好的地方是 <br> <ul class = "context"> <li> 你没法获得temporary debit card(credit card没有临时) </li> <li> credit card和debit card要分开打2个电话:<a href="https://www.bankofamerica.com/privacy/report-lost-stolen-credit-card.go">补办详细电话戳这里</a>。但是值得注意的是这个电话在人工接电话的时候需要提供你account number如果不记得...所以我发现BOA那个app的用处真的很大,里面有一个stole or lost card 选项,点击contact us自动拨通电话而且!!!直接别人接电话不用authentication过程 </li> </ul> </p> <div class="article-image"> <img src="../img/boa_imp.jpg" class="article-image"> <p style="padding-top:10pt;font-style:italic;text-decoration:underline;color:#a0a0a0">&nbsp;&nbsp;BOA柜台&nbsp;&nbsp;</p> </div> <br> <p class = "context"> 电话通完或者银行去完会收取5刀的新卡fee,可以自动从你银行卡余额扣除。然后同样,不管是credit/debit cards都是平邮寄过来,所以没有temporary card只能用现金。我第二周周一一早去学校旁边的BOA申请了一张临时卡,这样办卡也就告一段落了。 </p> </div> </div> <div class = "col-md-12"> <div class = "article-layout"> </div> </div> </div> </div> <div class="footer"> <ul class="footer-ul"> <li><a href="../index.html" class="footer">Home</a></li> <li><a href="mailto:shenchen@usc.edu" class="footer">Contact</a></li> <li><a href="articles/aboutme.html" class="footer">About me</a></li> </ul> <p style="color: #878787">Copyright @ Chengyu SHEN. All rights reversed</p> </div> </div> </div> </div> </div> </body> </html>
jwssdwed/jwssdwed.github.io
articles/article1.html
HTML
apache-2.0
8,678
<html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>1.6.&nbsp;Shell Tricks</title><link rel="stylesheet" type="text/css" href="../css/freebsd_docbook.css"><meta name="generator" content="DocBook XSL-NS Stylesheets V1.76.1"><link rel="home" href="shell.html" title="Chapter&nbsp;1.&nbsp;The Apache HBase Shell"><link rel="up" href="shell.html" title="Chapter&nbsp;1.&nbsp;The Apache HBase Shell"><link rel="prev" href="ch01s05.html" title="1.5.&nbsp;Passing VM Options to the Shell"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1.6.&nbsp;Shell Tricks</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s05.html">Prev</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;</td></tr></table><hr></div><script type="text/javascript"> var disqus_shortname = 'hbase'; // required: replace example with your forum shortname var disqus_url = 'http://hbase.apache.org/book/shell_tricks.html'; </script><div class="section" title="1.6.&nbsp;Shell Tricks"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="shell_tricks"></a>1.6.&nbsp;Shell Tricks</h2></div></div></div><div class="section" title="1.6.1.&nbsp;Table variables"><div class="titlepage"><div><div><h3 class="title"><a name="table_variables"></a>1.6.1.&nbsp;Table variables</h3></div></div></div><p> HBase 0.95 adds shell commands that provide a jruby-style object-oriented references for tables. Previously all of the shell commands that act upon a table have a procedural style that always took the name of the table as an argument. HBase 0.95 introduces the ability to assign a table to a jruby variable. The table reference can be used to perform data read write operations such as puts, scans, and gets well as admin functionality such as disabling, dropping, describing tables. </p><p> For example, previously you would always specify a table name:</p><pre class="screen"> hbase(main):000:0&gt; create &#8216;t&#8217;, &#8216;f&#8217; 0 row(s) in 1.0970 seconds hbase(main):001:0&gt; put 't', 'rold', 'f', 'v' 0 row(s) in 0.0080 seconds hbase(main):002:0&gt; scan 't' ROW COLUMN+CELL rold column=f:, timestamp=1378473207660, value=v 1 row(s) in 0.0130 seconds hbase(main):003:0&gt; describe 't' DESCRIPTION ENABLED 't', {NAME =&gt; 'f', DATA_BLOCK_ENCODING =&gt; 'NONE', BLOOMFILTER =&gt; 'ROW', REPLICATION_ true SCOPE =&gt; '0', VERSIONS =&gt; '1', COMPRESSION =&gt; 'NONE', MIN_VERSIONS =&gt; '0', TTL =&gt; '2 147483647', KEEP_DELETED_CELLS =&gt; 'false', BLOCKSIZE =&gt; '65536', IN_MEMORY =&gt; 'false ', BLOCKCACHE =&gt; 'true'} 1 row(s) in 1.4430 seconds hbase(main):004:0&gt; disable 't' 0 row(s) in 14.8700 seconds hbase(main):005:0&gt; drop 't' 0 row(s) in 23.1670 seconds hbase(main):006:0&gt; </pre><p> Now you can assign the table to a variable and use the results in jruby shell code.</p><pre class="screen"> hbase(main):007 &gt; t = create 't', 'f' 0 row(s) in 1.0970 seconds =&gt; Hbase::Table - t hbase(main):008 &gt; t.put 'r', 'f', 'v' 0 row(s) in 0.0640 seconds hbase(main):009 &gt; t.scan ROW COLUMN+CELL r column=f:, timestamp=1331865816290, value=v 1 row(s) in 0.0110 seconds hbase(main):010:0&gt; t.describe DESCRIPTION ENABLED 't', {NAME =&gt; 'f', DATA_BLOCK_ENCODING =&gt; 'NONE', BLOOMFILTER =&gt; 'ROW', REPLICATION_ true SCOPE =&gt; '0', VERSIONS =&gt; '1', COMPRESSION =&gt; 'NONE', MIN_VERSIONS =&gt; '0', TTL =&gt; '2 147483647', KEEP_DELETED_CELLS =&gt; 'false', BLOCKSIZE =&gt; '65536', IN_MEMORY =&gt; 'false ', BLOCKCACHE =&gt; 'true'} 1 row(s) in 0.0210 seconds hbase(main):038:0&gt; t.disable 0 row(s) in 6.2350 seconds hbase(main):039:0&gt; t.drop 0 row(s) in 0.2340 seconds </pre><p> If the table has already been created, you can assign a Table to a variable by using the get_table method:</p><pre class="screen"> hbase(main):011 &gt; create 't','f' 0 row(s) in 1.2500 seconds =&gt; Hbase::Table - t hbase(main):012:0&gt; tab = get_table 't' 0 row(s) in 0.0010 seconds =&gt; Hbase::Table - t hbase(main):013:0&gt; tab.put &#8216;r1&#8217; ,&#8217;f&#8217;, &#8216;v&#8217; 0 row(s) in 0.0100 seconds hbase(main):014:0&gt; tab.scan ROW COLUMN+CELL r1 column=f:, timestamp=1378473876949, value=v 1 row(s) in 0.0240 seconds hbase(main):015:0&gt; </pre><p> The list functionality has also been extended so that it returns a list of table names as strings. You can then use jruby to script table operations based on these names. The list_snapshots command also acts similarly.</p><pre class="screen"> hbase(main):016 &gt; tables = list(&#8216;t.*&#8217;) TABLE t 1 row(s) in 0.1040 seconds =&gt; #&lt;#&lt;Class:0x7677ce29&gt;:0x21d377a4&gt; hbase(main):017:0&gt; tables.map { |t| disable t ; drop t} 0 row(s) in 2.2510 seconds =&gt; [nil] hbase(main):018:0&gt; </pre></div><div class="section" title="1.6.2.&nbsp;irbrc"><div class="titlepage"><div><div><h3 class="title"><a name="d8312e192"></a>1.6.2.&nbsp;<code class="filename">irbrc</code></h3></div></div></div><p>Create an <code class="filename">.irbrc</code> file for yourself in your home directory. Add customizations. A useful one is command history so commands are save across Shell invocations:</p><pre class="screen"> $ more .irbrc require 'irb/ext/save-history' IRB.conf[:SAVE_HISTORY] = 100 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb-save-history"</pre><p>See the <span class="application">ruby</span> documentation of <code class="filename">.irbrc</code> to learn about other possible configurations. </p></div><div class="section" title="1.6.3.&nbsp;LOG data to timestamp"><div class="titlepage"><div><div><h3 class="title"><a name="d8312e211"></a>1.6.3.&nbsp;LOG data to timestamp</h3></div></div></div><p> To convert the date '08/08/16 20:56:29' from an hbase log into a timestamp, do:</p><pre class="screen"> hbase(main):021:0&gt; import java.text.SimpleDateFormat hbase(main):022:0&gt; import java.text.ParsePosition hbase(main):023:0&gt; SimpleDateFormat.new("yy/MM/dd HH:mm:ss").parse("08/08/16 20:56:29", ParsePosition.new(0)).getTime() =&gt; 1218920189000</pre><p> To go the other direction:</p><pre class="screen"> hbase(main):021:0&gt; import java.util.Date hbase(main):022:0&gt; Date.new(1218920189000).toString() =&gt; "Sat Aug 16 20:56:29 UTC 2008"</pre><p> To output in a format that is exactly like that of the HBase log format will take a little messing with <a class="link" href="http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html" target="_top">SimpleDateFormat</a>. </p></div><div class="section" title="1.6.4.&nbsp;Debug"><div class="titlepage"><div><div><h3 class="title"><a name="d8312e227"></a>1.6.4.&nbsp;Debug</h3></div></div></div><div class="section" title="1.6.4.1.&nbsp;Shell debug switch"><div class="titlepage"><div><div><h4 class="title"><a name="d8312e230"></a>1.6.4.1.&nbsp;Shell debug switch</h4></div></div></div><p>You can set a debug switch in the shell to see more output -- e.g. more of the stack trace on exception -- when you run a command:</p><pre class="programlisting">hbase&gt; debug &lt;RETURN&gt;</pre></div><div class="section" title="1.6.4.2.&nbsp;DEBUG log level"><div class="titlepage"><div><div><h4 class="title"><a name="d8312e237"></a>1.6.4.2.&nbsp;DEBUG log level</h4></div></div></div><p>To enable DEBUG level logging in the shell, launch it with the <span class="command"><strong>-d</strong></span> option.</p><pre class="programlisting">$ ./bin/hbase shell -d</pre></div></div><div class="section" title="1.6.5.&nbsp;Commands"><div class="titlepage"><div><div><h3 class="title"><a name="d8312e247"></a>1.6.5.&nbsp;Commands</h3></div></div></div><div class="section" title="1.6.5.1.&nbsp;count"><div class="titlepage"><div><div><h4 class="title"><a name="d8312e250"></a>1.6.5.1.&nbsp;count</h4></div></div></div><p>Count command returns the number of rows in a table. It's quite fast when configured with the right CACHE </p><pre class="programlisting">hbase&gt; count '&lt;tablename&gt;', CACHE =&gt; 1000</pre><p> The above count fetches 1000 rows at a time. Set CACHE lower if your rows are big. Default is to fetch one row at a time. </p></div></div></div><div id="disqus_thread"></div><script type="text/javascript"> /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://' + 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><a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s05.html">Prev</a>&nbsp;</td><td width="20%" align="center">&nbsp;</td><td width="40%" align="right">&nbsp;</td></tr><tr><td width="40%" align="left" valign="top">1.5.&nbsp;Passing VM Options to the Shell&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="shell.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;</td></tr></table></div></body></html>
gsoundar/mambo-ec2-deploy
packages/hbase-0.98.7-hadoop2/docs/shell/shell_tricks.html
HTML
apache-2.0
11,398
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `Buckets` type in crate `aws_sdk_rust`."> <meta name="keywords" content="rust, rustlang, rust-lang, Buckets"> <title>aws_sdk_rust::aws::s3::bucket::Buckets - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../normalize.css"> <link rel="stylesheet" type="text/css" href="../../../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../../../main.css"> <link rel="shortcut icon" href="https://lambdastackio.github.io/static/images/favicon.ico"> </head> <body class="rustdoc type"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../../../../aws_sdk_rust/index.html'><img src='https://lambdastackio.github.io/static/images/lambdastack-200x200.png' alt='logo' width='100'></a> <p class='location'>Type Definition Buckets</p><p class='location'><a href='../../../index.html'>aws_sdk_rust</a>::<wbr><a href='../../index.html'>aws</a>::<wbr><a href='../index.html'>s3</a>::<wbr><a href='index.html'>bucket</a></p><script>window.sidebarCurrent = {name: 'Buckets', ty: 'type', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content"> <h1 class='fqn'><span class='in-band'>Type Definition <a href='../../../index.html'>aws_sdk_rust</a>::<wbr><a href='../../index.html'>aws</a>::<wbr><a href='../index.html'>s3</a>::<wbr><a href='index.html'>bucket</a>::<wbr><a class="type" href=''>Buckets</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a class='srclink' href='../../../../src/aws_sdk_rust/aws/s3/bucket.rs.html#36' title='goto source code'>[src]</a></span></h1> <pre class='rust typedef'>type Buckets = <a class="struct" href="https://doc.rust-lang.org/nightly/collections/vec/struct.Vec.html" title="struct collections::vec::Vec">Vec</a>&lt;<a class="struct" href="../../../../aws_sdk_rust/aws/s3/bucket/struct.Bucket.html" title="struct aws_sdk_rust::aws::s3::bucket::Bucket">Bucket</a>&gt;;</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../../../"; window.currentCrate = "aws_sdk_rust"; </script> <script src="../../../../main.js"></script> <script defer src="../../../../search-index.js"></script> </body> </html>
lambdastackio/aws-sdk-rust
docs/aws_sdk_rust/aws/s3/bucket/type.Buckets.html
HTML
apache-2.0
4,884
<link rel="import" href="../../bower_components/polymer/polymer-element.html"> <link rel="import" href="../../bower_components/paper-menu-button/paper-menu-button.html"> <link rel="import" href="../../bower_components/paper-icon-button/paper-icon-button.html"> <link rel="import" href="../../bower_components/paper-listbox/paper-listbox.html"> <link rel="import" href="../../bower_components/paper-input/paper-input.html"> <link rel="import" href="../../bower_components/paper-item/paper-item.html"> <link rel="import" href="../../bower_components/iron-icon/iron-icon.html"> <link rel="import" href="../../bower_components/iron-icons/iron-icons.html"> <link rel="import" href="../../bower_components/paper-fab/paper-fab.html"> <link rel="import" href="../../bower_components/iron-flex-layout/iron-flex-layout.html"> <dom-module id="my-dropdown"> <template> <style> :host { --my-elem-visibility: hidden; --my-inputfontsize; --my-dropdowncustomwidth; } .myCustomDropdown { @apply --layout-horizontal; padding: 5px; @apply(--layout-flex); margin-right: -5%; } paper-menu-button { @apply --layout-horizontal; @apply --layout-end; padding: 0px; } paper-listbox{ height: 325px; overflow-y: scroll; } paper-input { width: var(--dropdown-width); } .custom { width: var(--my-dropdowncustomwidth, 500px); } .inputsize { width: 100%; --paper-input-container-label: { font-size: var(--my-inputfontsize); }; /* This is for after selection label text */ --paper-input-container-input: { font-size: 14px; }; } paper-fab { width: 28px; height: 28px; padding: 3px; --paper-fab-background: var(--paper-light-blue-400); } .doneButton { margin-bottom: 8px; margin-left: 8px; @apply(--layout-horizontal); @apply(--layout-end); } #doneButtonDiv { visibility: var(--my-elem-visibility) } paper-icon-button.iconcolor { color: #9B9B9B; padding: 0px; width: 24px; height: 24px; @apply(--layout-center); } paper-menu-button { padding-bottom: 8px ; } </style> <div class="myCustomDropdown" > <paper-input class="inputsize" id="myInput" label="[[label]]" readonly="true" on-tap="openDropdown"></paper-input> <paper-menu-button id="dropdownMenu" on-paper-dropdown-close="dropdownClosed" horizontal-align="[[halign]]" vertical-align="[[valign]]"> <paper-icon-button class="iconcolor" icon="arrow-drop-down" slot="dropdown-trigger" alt="menu" on-tap="menuOpened"></paper-icon-button> <paper-listbox id="myListBox" slot="dropdown-content" class="dropdown-content custom" multi selected-values="{{allselected}}"> <template is="dom-repeat" items="[[items]]"> <paper-item value="[[item]]">[[item]]</paper-item> </template> </paper-listbox> </paper-menu-button> <div id="doneButtonDiv" class="doneButton"> <paper-fab mini icon="icons:done" on-tap="hideIcon"></paper-fab> </div> </div> </template> <script type="text/javascript"> class MyDropdown extends Polymer.Element { static get is() { return 'my-dropdown'; } static get properties() { return { /*values: { type: Array, value: function() { return []; } },*/ items: { type: Array, value: function() { return []; } }, label: String, halign: String, valign: String, allselected:String } } dropdownClosed() { this.selectallitems(); this.hideIcon(); } selectallitems(){ var updatedString = ''; var cpyArray = new Array(); let selectedItems = this.$.myListBox.selectedItems; selectedItems.forEach( function(element) { cpyArray.push(element.innerText); }); var displayString = ''; if (cpyArray.length === 1) { displayString = cpyArray.join() +' has been selected'; } else if (cpyArray.length > 2) { displayString = cpyArray.slice(0, 2).join() + ' +' + (cpyArray.length - 2) + ' more item(s) selected'; } else if (cpyArray.length !== 0) { displayString = cpyArray.slice(0, 2).join() + ' have been selected'; } this.$.myInput.value = displayString; } ready() { super.ready(); this.$.dropdownMenu.ignoreSelect = true; var that =this; if(this.label=="Features"){ this.allselected=[0,1,2,3,4,5,6,7,8,9,10]; setTimeout(function () { that.selectallitems(); }, 200); } } openDropdown() { this.updateStyles({'--my-elem-visibility': 'visible'}); this.$.dropdownMenu.open(); } menuOpened() { this.updateStyles({'--my-elem-visibility': 'visible'}); console.log('Opened'); } hideIcon() { this.updateStyles({'--my-elem-visibility': 'hidden'}); } } window.customElements.define(MyDropdown.is, MyDropdown); </script> </dom-module>
Empressinfotech/HPCCInfo
client/src/elements/my-dropdown.html
HTML
apache-2.0
5,393
<div id="player" class="w3-modal origin-filter" ng-show="$ctrl.showAlphaOriginFilter"> <div class="w3-modal-content"> <header class="w3-container w3-padding w3-center w3-theme-d5"> {{::$ctrl.title}} </header> <div class="w3-container w3-center alphabetorigin-filter"> <div class="w3-container w3-padding w3-col s6 m6 l6"> <button class="w3-btn w3-teal w3-card" ng-click="$ctrl.selectAllClick()">{{::$ctrl.selectAll}}</button> </div> <div class="w3-container w3-padding w3-col s6 m6 l6"> <button class="w3-btn w3-teal w3-card" ng-click="$ctrl.okClick()">{{::$ctrl.ok}}</button> </div> </div> <div class="w3-container w3-margin w3-center app-container"> <div class="w3-row w3-grayscale-min w3-center"> <div class="alphabetorigin-content"> <div ng-repeat="alpha in $ctrl.subData" ng-click="$ctrl.alphaClick(alpha.id)" class="w3-col s3 m2"> <div class="w3-margin w3-display-container alphabetorigin-view" ng-class="$ctrl.ifAlphaSelected('css',alpha.id)"> <div class="origin-font"> <mon-word data-origintext="{{::$ctrl.getAlphaText(alpha.name)}}"></mon-word> </div> </div> </div> </div> </div> </div> </div> </div>
hohhots/materialize-minwei-mongol-class
app/scripts/filter/alphaOriginFilter/alphaOriginFilter.template.html
HTML
apache-2.0
1,301
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>CruiseControl.NET : Filtered Source Control Block</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff"> <tr> <td valign="top" class="pagebody"> <div class="pageheader"> <span class="pagetitle"> CruiseControl.NET : Filtered Source Control Block </span> </div> <div class="pagesubheading"> This page last changed on Dec 15, 2009 by <font color="#0050B2">csut017</font>. </div> <h1><a name="FilteredSourceControlBlock-FilteredSourceControlBlock"></a>Filtered Source Control Block</h1> <p>The FilteredSourceControl allows you to filter out modifications that are used to trigger a build. If for example, you have certain files (such as web pages or document files) under source control that you don't want to have trigger the build, you can use this class to ensure that their changes will keep a new build from launching. <br/> The FilteredSourceControl works together with all of the source controls supported by CCNet (including the <a href="Multi Source Control Block.html" title="Multi Source Control Block">Multi Source Control Block</a>). It can also be included under the <a href="Multi Source Control Block.html" title="Multi Source Control Block">Multi Source Control Block</a> provider so that you could have multiple FilterSourceControls each filtering a different set of modifications from different source control providers. Essentially, it acts as a decorator (or an example of the pipes and filters pattern ), wrapping around the specific SourceControl provider that you want to use. <br/> The FilteredSourceControl includes both inclusion and exclusion filters for specifying what modifications should be included/excluded. Multiple inclusion and exclusion filters can be specified or, alternately, no inclusion or exclusion filter could be specified. If a modification is matched by both the inclusion and exclusion filter, then the exclusion filter will take preference and the modification will not be included in the modification set. It is relatively straightforward to build new filters, (such as one to filter modifications based on email address). </p> <h2><a name="FilteredSourceControlBlock-Version"></a>Version</h2> <p>Available from version 1.0</p> <h2><a name="FilteredSourceControlBlock-Examples"></a>Examples</h2> <div class="code panel" style="border-style: solid;border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-xml"><span class="code-tag">&lt;sourcecontrol type=<span class="code-quote">"filtered"</span>&gt;</span> <span class="code-tag">&lt;sourceControlProvider type=<span class="code-quote">"vss"</span> autoGetSource=<span class="code-quote">"true"</span>&gt;</span> <span class="code-tag">&lt;project&gt;</span>$/Kunigunda/ServiceLocator<span class="code-tag">&lt;/project&gt;</span> <span class="code-tag">&lt;workingDirectory&gt;</span>C:\CCNet\Kunigunda\ServiceLocator<span class="code-tag">&lt;/workingDirectory&gt;</span> <span class="code-tag">&lt;username&gt;</span>urosn<span class="code-tag">&lt;/username&gt;</span> <span class="code-tag">&lt;password&gt;</span><span class="code-tag">&lt;/password&gt;</span> <span class="code-tag">&lt;ssdir&gt;</span>c:\localvss<span class="code-tag">&lt;/ssdir&gt;</span> <span class="code-tag">&lt;/sourceControlProvider&gt;</span> <span class="code-tag">&lt;inclusionFilters&gt;</span> <span class="code-tag">&lt;pathFilter&gt;</span> <span class="code-tag">&lt;pattern&gt;</span>$/Kunigunda/ServiceLocator/Sources/**/*.*<span class="code-tag">&lt;/pattern&gt;</span> <span class="code-tag">&lt;/pathFilter&gt;</span> <span class="code-tag">&lt;/inclusionFilters&gt;</span> <span class="code-tag">&lt;exclusionFilters&gt;</span> <span class="code-tag">&lt;pathFilter&gt;</span> <span class="code-tag">&lt;pattern&gt;</span>$/Kunigunda/ServiceLocator/Sources/Kunigunda.ServiceLocator/AssemblyInfo.cs<span class="code-tag">&lt;/pattern&gt;</span> <span class="code-tag">&lt;/pathFilter&gt;</span> <span class="code-tag">&lt;pathFilter&gt;</span> <span class="code-tag">&lt;pattern&gt;</span>$/**/*.vssscc<span class="code-tag">&lt;/pattern&gt;</span> <span class="code-tag">&lt;/pathFilter&gt;</span> <span class="code-tag">&lt;userFilter&gt;</span> <span class="code-tag">&lt;names&gt;</span> <span class="code-tag">&lt;name&gt;</span>Perry<span class="code-tag">&lt;/name&gt;</span> <span class="code-tag">&lt;name&gt;</span>Joe<span class="code-tag">&lt;/name&gt;</span> <span class="code-tag">&lt;/names&gt;</span> <span class="code-tag">&lt;/userFilter&gt;</span> <span class="code-tag">&lt;actionFilter&gt;</span> <span class="code-tag">&lt;actions&gt;</span> <span class="code-tag">&lt;action&gt;</span>deleted<span class="code-tag">&lt;/action&gt;</span> <span class="code-tag">&lt;/actions&gt;</span> <span class="code-tag">&lt;/actionFilter&gt;</span> <span class="code-tag">&lt;commentFilter&gt;</span> <span class="code-tag">&lt;pattern&gt;</span>Ignore: .*<span class="code-tag">&lt;/pattern&gt;</span> <span class="code-tag">&lt;/commentFilter&gt;</span> <span class="code-tag">&lt;/exclusionFilters&gt;</span> <span class="code-tag">&lt;/sourcecontrol&gt;</span></pre> </div></div> <h2><a name="FilteredSourceControlBlock-ConfigurationElements"></a>Configuration Elements</h2> <table class='confluenceTable'><tbody> <tr> <th class='confluenceTh'> Element </th> <th class='confluenceTh'> Description </th> <th class='confluenceTh'> Type </th> <th class='confluenceTh'> Required </th> <th class='confluenceTh'> Default </th> <th class='confluenceTh'> Version </th> </tr> <tr> <td class='confluenceTd'> type </td> <td class='confluenceTd'> The type of source control block. </td> <td class='confluenceTd'> String - must be filtered </td> <td class='confluenceTd'> Yes </td> <td class='confluenceTd'> <em>n/a</em> </td> <td class='confluenceTd'> 1.0 </td> </tr> <tr> <td class='confluenceTd'> dynamicValues </td> <td class='confluenceTd'> The dynamic values to use for the source control block. </td> <td class='confluenceTd'> <a href="Dynamic Values.html" title="Dynamic Values">Dynamic Values</a> array </td> <td class='confluenceTd'> No </td> <td class='confluenceTd'> <em>None</em> </td> <td class='confluenceTd'> 1.5 </td> </tr> <tr> <td class='confluenceTd'> exclusionFilters </td> <td class='confluenceTd'> The list of filters that decide what modifications to exclude. </td> <td class='confluenceTd'> <a href="Modification Filters.html" title="Modification Filters">Modification Filters</a> array </td> <td class='confluenceTd'> No </td> <td class='confluenceTd'> <em>None</em> </td> <td class='confluenceTd'> 1.0 </td> </tr> <tr> <td class='confluenceTd'> inclusionFilters </td> <td class='confluenceTd'> The list of filters that decide what modifications to include. </td> <td class='confluenceTd'> <a href="Modification Filters.html" title="Modification Filters">Modification Filters</a> array </td> <td class='confluenceTd'> No </td> <td class='confluenceTd'> <em>None</em> </td> <td class='confluenceTd'> 1.0 </td> </tr> <tr> <td class='confluenceTd'> sourceControlProvider </td> <td class='confluenceTd'> This element is used to specify the type of source control provider to retrieve modifications from. With the exception of the element name, the configuration for this element is identical to the xml configuration for the specific source control provider you intend to use. </td> <td class='confluenceTd'> <a href="Source Control Blocks.html" title="Source Control Blocks">Source Control Blocks</a> </td> <td class='confluenceTd'> Yes </td> <td class='confluenceTd'> <em>n/a</em> </td> <td class='confluenceTd'> 1.0 </td> </tr> </tbody></table> <h2><a name="FilteredSourceControlBlock-Notes"></a>Notes</h2> <p>Implemented and contributed by Uros Novak. </p> <div class='panelMacro'><table class='infoMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td><b>Automatically Generated</b><br /> <p>Documentation generated on Tuesday, 15 Dec 2009 at 2:40:06 AM</p></td></tr></table></div> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="12" background="http://confluence.public.thoughtworks.org//images/border/border_bottom.gif"><img src="images/border/spacer.gif" width="1" height="1" border="0"/></td> </tr> <tr> <td align="center"><font color="grey">Document generated by Confluence on Jan 30, 2010 19:06</font></td> </tr> </table> </body> </html>
Gallio/infrastructure
ccnet/WebDashboard/doc/CCNET/Filtered Source Control Block.html
HTML
apache-2.0
9,411
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Sep 05 03:08:47 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.elytron.MappedRegexRealmMapperSupplier (BOM: * : All 2.2.0.Final API)</title> <meta name="date" content="2018-09-05"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.elytron.MappedRegexRealmMapperSupplier (BOM: * : All 2.2.0.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/elytron/MappedRegexRealmMapperSupplier.html" title="interface in org.wildfly.swarm.config.elytron">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.2.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/elytron/class-use/MappedRegexRealmMapperSupplier.html" target="_top">Frames</a></li> <li><a href="MappedRegexRealmMapperSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.elytron.MappedRegexRealmMapperSupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.elytron.MappedRegexRealmMapperSupplier</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/wildfly/swarm/config/elytron/MappedRegexRealmMapperSupplier.html" title="interface in org.wildfly.swarm.config.elytron">MappedRegexRealmMapperSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/elytron/MappedRegexRealmMapperSupplier.html" title="interface in org.wildfly.swarm.config.elytron">MappedRegexRealmMapperSupplier</a> in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/elytron/MappedRegexRealmMapperSupplier.html" title="interface in org.wildfly.swarm.config.elytron">MappedRegexRealmMapperSupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/Elytron.html" title="type parameter in Elytron">T</a></code></td> <td class="colLast"><span class="typeNameLabel">Elytron.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Elytron.html#mappedRegexRealmMapper-org.wildfly.swarm.config.elytron.MappedRegexRealmMapperSupplier-">mappedRegexRealmMapper</a></span>(<a href="../../../../../../org/wildfly/swarm/config/elytron/MappedRegexRealmMapperSupplier.html" title="interface in org.wildfly.swarm.config.elytron">MappedRegexRealmMapperSupplier</a>&nbsp;supplier)</code> <div class="block">Install a supplied MappedRegexRealmMapper object to the list of subresources</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/elytron/MappedRegexRealmMapperSupplier.html" title="interface in org.wildfly.swarm.config.elytron">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.2.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/elytron/class-use/MappedRegexRealmMapperSupplier.html" target="_top">Frames</a></li> <li><a href="MappedRegexRealmMapperSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.2.0.Final/apidocs/org/wildfly/swarm/config/elytron/class-use/MappedRegexRealmMapperSupplier.html
HTML
apache-2.0
7,704
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2020-09-11 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>ihs-reader &#x2013; Project Plugin Management</title> <style type="text/css" media="all"> @import url("./css/maven-base.css"); @import url("./css/maven-theme.css"); @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> <meta name="Date-Revision-yyyymmdd" content="20200911" /> <meta http-equiv="Content-Language" content="en" /> </head> <body class="composite"> <div id="banner"> <div id="bannerLeft"> ihs-reader </div> <div class="clear"> <hr/> </div> </div> <div id="breadcrumbs"> <div class="xleft"> <span id="publishDate">Last Published: 2020-09-11</span> &nbsp;| <span id="projectVersion">Version: 0.5.25</span> </div> <div class="xright"> <a href="${project.url}" title="ihs-reader">ihs-reader</a> </div> <div class="clear"> <hr/> </div> </div> <div id="leftColumn"> <div id="navcolumn"> <h5>Parent Project</h5> <ul> <li class="none"> <a href="../index.html" title="parent">parent</a> </li> </ul> <h5>Project Documentation</h5> <ul> <li class="expanded"> <a href="project-info.html" title="Project Information">Project Information</a> <ul> <li class="none"> <a href="index.html" title="About">About</a> </li> <li class="none"> <strong>Plugin Management</strong> </li> <li class="none"> <a href="distribution-management.html" title="Distribution Management">Distribution Management</a> </li> <li class="none"> <a href="dependency-info.html" title="Dependency Information">Dependency Information</a> </li> <li class="none"> <a href="source-repository.html" title="Source Repository">Source Repository</a> </li> <li class="none"> <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a> </li> <li class="none"> <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a> </li> <li class="none"> <a href="integration.html" title="Continuous Integration">Continuous Integration</a> </li> <li class="none"> <a href="plugins.html" title="Project Plugins">Project Plugins</a> </li> <li class="none"> <a href="license.html" title="Project License">Project License</a> </li> <li class="none"> <a href="team-list.html" title="Project Team">Project Team</a> </li> <li class="none"> <a href="project-summary.html" title="Project Summary">Project Summary</a> </li> <li class="none"> <a href="dependencies.html" title="Dependencies">Dependencies</a> </li> </ul> </li> <li class="collapsed"> <a href="project-reports.html" title="Project Reports">Project Reports</a> </li> </ul> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> </a> </div> </div> <div id="bodyColumn"> <div id="contentBox"> <div class="section"> <h2><a name="Project_Plugin_Management"></a>Project Plugin Management</h2><a name="Project_Plugin_Management"></a> <table border="0" class="bodyTable"> <tr class="a"> <th>GroupId</th> <th>ArtifactId</th> <th>Version</th></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-antrun-plugin/">maven-antrun-plugin</a></td> <td>1.3</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin/">maven-assembly-plugin</a></td> <td>2.2-beta-5</td></tr> <tr class="b"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td> <td>2.8</td></tr> <tr class="a"> <td>org.apache.maven.plugins</td> <td><a class="externalLink" href="http://maven.apache.org/maven-release/maven-release-plugin/">maven-release-plugin</a></td> <td>2.5.3</td></tr></table></div> </div> </div> <div class="clear"> <hr/> </div> <div id="footer"> <div class="xright"> Copyright &#169; 2020. All rights reserved. </div> <div class="clear"> <hr/> </div> </div> </body> </html>
amsa-code/amsa-code.github.io
risky/ihs-reader/plugin-management.html
HTML
apache-2.0
6,431
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>无权限 -- 走之旅行</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Cache-Control" content="no-siteapp"/> <meta name="renderer" content="webkit"> <link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.min.css"> <link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap-theme.min.css"> </head> <body> <div id="app"></div> <script src="//cdn.bootcss.com/jquery/1.12.0/jquery.min.js"></script> <script src="//cdn.bootcss.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> </body> </html>
ExcaliburTuring/kitty
src/notauth/notauth.html
HTML
apache-2.0
651
<!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"> <title>FST - Luis Esteves</title> <meta name="description" content="Keep track of the statistics from Luis Esteves. Average heat score, heat wins, heat wins percentage, epic heats road to the final"> <meta name="author" content=""> <link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <meta property="og:title" content="Fantasy Surfing tips"/> <meta property="og:image" content="https://fantasysurfingtips.com/img/just_waves.png"/> <meta property="og:description" content="See how great Luis Esteves is surfing this year"/> <!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ --> <link href="https://fantasysurfingtips.com/css/bootstrap.css" rel="stylesheet"> <!-- Custom CSS --> <link href="https://fantasysurfingtips.com/css/freelancer.css" rel="stylesheet"> <link href="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet" /> <!-- Custom Fonts --> <link href="https://fantasysurfingtips.com/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css"> <script src="https://code.jquery.com/jquery-2.x-git.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.1/rails.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script> <script src="https://www.w3schools.com/lib/w3data.js"></script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2675412311042802", enable_page_level_ads: true }); </script> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.6"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- Navigation --> <div w3-include-html="https://fantasysurfingtips.com/layout/header.html"></div> <!-- Header --> <div w3-include-html="https://fantasysurfingtips.com/layout/sponsor.html"></div> <section > <div class="container"> <div class="row"> <div class="col-sm-3 "> <div class="col-sm-2 "> </div> <div class="col-sm-8 "> <!-- <img src="http://fantasysurfingtips.com/img/surfers/lest.png" class="img-responsive" alt=""> --> <h3 style="text-align:center;">Luis Esteves</h3> <a href="https://twitter.com/share" class="" data-via="fansurfingtips"><i class="fa fa-twitter"></i> Share on Twitter</i></a> <br/> <a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ffantasysurfingtips.com%2Fsurfers%2Flest&amp;src=sdkpreparse"><i class="fa fa-facebook"></i> Share on Facebook</a> </div> <div class="col-sm-2 "> </div> </div> <div class="col-sm-3 portfolio-item"> </div> <div class="col-sm-3 portfolio-item"> <h6 style="text-align:center;">Avg Heat Score (FST DATA)</h6> <h1 style="text-align:center;">7.74</h1> </div> </div> <hr/> <h4 style="text-align:center;" >Heat Stats (FST data)</h4> <div class="row"> <div class="col-sm-4 portfolio-item"> <h6 style="text-align:center;">Heats</h6> <h2 style="text-align:center;">6</h2> </div> <div class="col-sm-4 portfolio-item"> <h6 style="text-align:center;">Heat wins</h6> <h2 style="text-align:center;">0</h2> </div> <div class="col-sm-4 portfolio-item"> <h6 style="text-align:center;">HEAT WINS PERCENTAGE</h6> <h2 style="text-align:center;">0.0%</h2> </div> </div> <hr/> <h4 style="text-align:center;">Avg Heat Score progression</h4> <div id="avg_chart" style="height: 250px;"></div> <hr/> <h4 style="text-align:center;">Heat stats progression</h4> <div id="heat_chart" style="height: 250px;"></div> <hr/> <style type="text/css"> .heats-all{ z-index: 3; margin-left: 5px; cursor: pointer; } </style> <div class="container"> <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 = "http://fantasysurfingtips.com/surfers/lest"; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = '4676'; // 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 = '//fantasysurfingtips.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> </section> <script type="text/javascript"> $('.heats-all').click(function(){ $('.heats-all-stat').css('display', 'none') $('#'+$(this).attr('id')+'-stat').css('display', 'block') }); $('.heats-2016').click(function(){ $('.heats-2016-stat').css('display', 'none') $('#'+$(this).attr('id')+'-stat').css('display', 'block') }); $('document').ready(function(){ new Morris.Line({ // ID of the element in which to draw the chart. element: 'avg_chart', // Chart data records -- each entry in this array corresponds to a point on // the chart. data: [], // The name of the data record attribute that contains x-values. xkey: 'year', // A list of names of data record attributes that contain y-values. ykeys: ['avg', 'avg_all'], // Labels for the ykeys -- will be displayed when you hover over the // chart. labels: ['Avg score in year', 'Avg score FST DATA'] }); new Morris.Bar({ // ID of the element in which to draw the chart. element: 'heat_chart', // Chart data records -- each entry in this array corresponds to a point on // the chart. data: [], // The name of the data record attribute that contains x-values. xkey: 'year', // A list of names of data record attributes that contain y-values. ykeys: ['heats', 'wins', 'percs'], // Labels for the ykeys -- will be displayed when you hover over the // chart. labels: ['Heats surfed', 'Heats won', 'Winning percentage'] }); }); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <!-- Footer --> <div w3-include-html="https://fantasysurfingtips.com/layout/footer.html"></div> <script type="text/javascript"> (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-74337819-1', 'auto'); // Replace with your property ID. ga('send', 'pageview'); </script> <script> w3IncludeHTML(); </script> <!-- jQuery --> <script src="https://fantasysurfingtips.com/js/jquery.js"></script> <script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="https://fantasysurfingtips.com/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script src="https://fantasysurfingtips.com/js/classie.js"></script> <script src="https://fantasysurfingtips.com/js/cbpAnimatedHeader.js"></script> <!-- Contact Form JavaScript --> <script src="https://fantasysurfingtips.com/js/jqBootstrapValidation.js"></script> <script src="https://fantasysurfingtips.com/js/contact_me.js"></script> <!-- Custom Theme JavaScript --> <script src="https://fantasysurfingtips.com/js/freelancer.js"></script> <script type="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script> <script type="https://cdn.datatables.net/1.10.12/js/dataTables.bootstrap.min.js"></script> </body> </html>
chicofilho/fst
surfers/mlt/lest.html
HTML
apache-2.0
11,166
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Messages</title> <!--<link rel="stylesheet" type="style/css" href="css/messages.css">--> </head> <body> <div id="primeDiv"><h1>Messages from Contact Us page.</h1></div> <button type="button" onclick="loadDoc()">Fetch XML</button> <div id="contentDiv"><strong></strong></div> <script> function loadDoc() { var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if(xhttp.readyState == 4 && xhttp.status == 200) { xmlFunction(xhttp); } }; xhttp.open("get", "contact.xml", true); xhttp.send(); } function xmlFunction(xml) { var i; var xmlDoc = xml.responseXML; var table="<table style=\"border: thin solid black;background-color:slategray;margin-top:20px;\"><tr><th style=\"border: thin solid black;background-color:silver;\">Name</th>"+"<th style=\"border: thin solid black;background-color:silver;\">Email</th><th style=\"border: thin solid black;background-color:silver;\">Phone</th>"+"<th style=\"border: thin solid black;background-color:silver;\">Message</th></tr>"; var x = xmlDoc.getElementsByTagName("contact"); for (i = 0; i <x.length; i++) { table += "<tr><td style=\"border:thin solid black;background-color:silver;\">" + x[i].getElementsByTagName("name")[0].childNodes[0].nodeValue +"</td><td style=\"border:thin solid black;background-color:silver;\">" + x[i].getElementsByTagName("email")[0].childNodes[0].nodeValue +"</td><td style=\"border:thin solid black;background-color:silver;\">" + x[i].getElementsByTagName("phone")[0].childNodes[0].nodeValue +"</td><td style=\"border:thin solid black;background-color:silver;\">" + x[i].getElementsByTagName("message")[0].childNodes[0].nodeValue +"</td></tr>"; } table += "</table>" document.getElementById("contentDiv").innerHTML = table; } </script> </body> </html>
CoCaBoJangLeS/ExtensionWizards
messages.html
HTML
apache-2.0
1,979
<!doctype html><html lang=en><head><title>Redirecting&mldr;</title><link rel=canonical href=/v1.9/zh/news/releases/1.1.x/announcing-1.1/change-notes/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.9/zh/news/releases/1.1.x/announcing-1.1/change-notes/"></head><body><h1>Redirecting&mldr;</h1><a href=/v1.9/zh/news/releases/1.1.x/announcing-1.1/change-notes/>Click here if you are not redirected.</a></body></html>
istio/istio.io
archive/v1.9/zh/about/notes/1.1/index.html
HTML
apache-2.0
466
--- layout: post title: ¿Qué es SonarQube? date: '2014-11-28T09:00:00.000+01:00' dateReady: 2014-11-28 author: Antonio Calero comments: true share: true category: - sonarqube - calidad - software modified_time: '2015-03-01T11:11:49.682+01:00' blogger_id: tag:blogger.com,1999:blog-3701614260332958148.post-6755053979284038767 blogger_orig_url: http://www.acalero.com/2014/11/que-es-sonarqube.html description: Hace mucho tiempo que SonarQube se ha convertido en un estándar de facto como herramienta de mejora de la calidad de producto software. Pero, ¿sabemos exactamente qué es SonarQube? --- <p> <span class="s1">Durante los dos días que pase en Madrid en <a href="http://calidaddelproductosoftware.com/2014/">las jornadas de calidad de producto software</a> mucha gente hablaba de&nbsp;<a href="http://www.sonarqube.org/"><b>SonarQube</b></a>, de cómo lo utilizaban, lo comparaban con otras herramientas, se cuestionaban su coste, ... pero es sorprendente como mucha gente no sabe en realidad qué es&nbsp;<a href="http://www.sonarqube.org/"><b>SonarQube</b></a>&nbsp;y uno se&nbsp;da cuenta de eso cuando te encuentras con comentarios como que “<i>solo sirve para Java</i>”, que "<i>solo integra herramientas como PMD, Findbugs, Checkstyle</i>", "<i>que necesita Maven para hacer análisis</i>", que "<i>no se integra con IDEs</i>", ... </span> </p> <p> <span class="s1">Así que, siguiendo los pasos de <a href="https://twitter.com/ppapapetrou76">Patroklos</a> con su <a href="http://softwaregarden.io/sonarqube/">artículo original</a>, he decidido trasladar sus principios aquí, he añadido algunos más, y espero que sirva para aclarar todos esos conceptos.&nbsp; </span> </p> <p> <span class="s1">Para eso vamos a definir <b>qué es SonarQube definiendo lo que NO es:</b></span> </p> <p> <ul class="ul1"> <li class="li1"><span class="s1"><b>SonarQube NO es una herramienta de construcción</b>. Hay muchas herramientas disponibles ahí fuera que ya hacen las cosas tremendamente bien, como pueden ser: Maven, Ant, Gradle, etc. SonarQube &nbsp;espera que antes de analizar un proyecto, el proyecto haya sido compilado y construido con tu herramienta favorita. SonarQube no es intrusivo en el proceso de desarrollo, no tienes que cambiar tu forma de construir tus proyectos.</span></li> </ul> <div> <br /> </div> <ul class="ul1"> <li class="li1"><span class="s1"><b>SonarQube NO es (solamente) una herramienta de análisis estático de código</b>. SonarQube no sustituye a Findbugs o a CPPCheck o cualquier otra herramienta similar. Todo lo contrario, SonarQube, además de ofrecer su propio motor de análisis estático de código, permite integrarlo con todas esas herramientas externas. La consecuencia es que puedes obtener de forma homogénea, y agrupada todas las evidencias detectadas por esa gran variedad de herramientas de análisis estático y dinámico. Todo integrado en un único cuadro de mandos.</span></li> </ul> <div> <br /> </div> <ul class="ul1"> <li class="li1"><span class="s1"><b>SonarQube NO es una herramienta de cobertura de código</b>, claramente no lo es. Igual que antes, se integra con las herramientas más populares de cobertura de código como JaCoCo, Cobertura, PHPUnit, NCover, … pero no calcula la cobertura de código de forma propia. Simplemente lee los informes de pruebas pre-generados y los muestra en un cuadro de mando más usable y conveniente. Una vez más, SonarQube, no es intrusivo en el proceso de desarrollo, si ya estás haciendo pruebas unitarias, basta con que le digas donde están los resultados.</span></li> </ul> <div> <br /> </div> <ul class="ul1"> <li class="li1"><span class="s1"><b>SonarQube NO es una herramienta de formateo de código</b>. Nunca modificará una sola línea de código de tu proyecto. Lo que si que puede hacer es revisar el estilo para ver si cumple con ciertas convenciones de código, puedes utilizar tus reglas de Checkstyle, CPPCheck, ScalaStyle, … o implementar las tuyas propias.</span></li> </ul> <div> <br /> </div> <ul class="ul1"> <li class="li1"><span class="s1"><b>SonarQube NO es solo otra herramienta de revisión manual de código</b>. Por supuesto que ofrece un mecanismo que facilita la revisión de código, pero no solo eso. Esta muy ligado al mecanismo de detección de evidencias de incumplimiento de buenas prácticas, por lo que cada revisión de código puede asociarse fácilmente a la parte concreta del código problemático y al desarrollador que lo ha escrito.</span></li> </ul> <div> <br /> </div> <ul class="ul1"> <li class="li1"><span class="s1"><b>SonarQube NO solo gestiona la calidad del código Java</b>. Esa época se acabo hace mucho tiempo. Por defecto, en su versión “community” puedes analizar código en los lenguajes más populares de hoy en día: Java, C#.NET, JavaScript, PHP, … y si necesitas más, existen otros plugins opensource y comerciales para cubrir hasta más de 20 lenguajes de desarrollo. No dejes que te engañen, SonarQube ya es independiente de la tecnología de desarrollo y no está ligado a Java.</span></li> </ul> <div> <br /> </div> <ul class="ul1"> <li class="li1"><span class="s1"><b>SonarQube NO necesita Maven para analizar tu proyecto</b>. Hace ya mucho tiempo que se desacopló de Maven, aunque por supuesto, puedes seguir usándolo. La realidad es que SonarQube dispone de un analizador autónomo (sonar-runner) que se encarga de llevar a cabo todo el análisis independientemente de tu tecnología y de tus herramientas de construcción. SonarQube nunca te va a pedir que cambies absolutamente nada en tu proceso de desarrollo, simplemente debes añadir un paso más para la inspección de código y empezar a medir.</span></li> </ul> <div> <br /> </div> <ul class="ul1"> <li class="li1"><span class="s1"><b>SonarQube NO solo usa reglas para validar la calidad</b>. Además de las reglas, calcula muchas métricas referentes al código fuente (complejidad, código duplicado, deuda técnica, ...) y permite extender la funcionalidad para crear tus propias métricas y tus propios modelos de calidad.</span></li> </ul> <div> <br /> </div> <ul class="ul1"> <li class="li1"><span class="s1"><b>SonarQube NO solo permite ver la calidad desde la aplicación web</b>. Por supuesto que cualquiera que quiera conocer todos los detalles de la calidad de su producto puede acceder vía web a la herramienta, ¿pero qué pasa con los desarrolladores? Los desarrolladores siempre están trabajando con su IDE favorito y no les gusta cambiar. SonarQube provee de extensiones para los principales IDEs (Eclipse, IntelliJ, VisualStudio) de forma que los desarrolladores no tengan que salir de su entorno favorito para saber si están haciendo las cosas con los niveles de calidad adecuados. Es más, los desarrolladores pueden incluso ejecutar análisis locales para así revisar las evidencias antes de subir el código al control de versiones.</span></li> </ul> <p> <span class="s1">Así que después de todo esto, <b>¿qué podemos decir que es SonarQube?</b></span> </p> <p> <blockquote class="tr_bq"> <span class="s1" style="font-size: large;"><i>SonarQube es una plataforma de gestión de la calidad del código que permite a los equipos de desarrollo gestionar, hacer seguimiento y mejorar la calidad de su código fuente.&nbsp;</i></span>&nbsp; </blockquote> <blockquote class="tr_bq"> <span class="s1" style="font-size: large;"><i><br /></i></span><span class="s1" style="font-size: large;"><i>Es una herramienta que mantiene datos históricos de una gran variedad de métricas y proporciona tendencias de los indicadores de referencia para no cometer los pecados capitales del desarrollo de software.</i></span> </blockquote> </p> <p> <br />Espero que con este artículo queden resueltas muchas de las dudas que han surgido durante las jornadas de calidad de producto software... y si todavía quedan algunas, por favor, planteadlas que seguro que podemos encontrar respuesta entre todos :-)<br /> </p> <div style="text-align: center;">__________________________________________________</div> <div style="text-align: center;"> <a href="http://softwaregarden.io/sonarqube/"><span style="font-size: x-small;">Artículo basado en el original de Patroklos Papapetrou</span></a> </div>
acalero/acalero.github.io
_posts/2014-11-28-que-es-sonarqube.html
HTML
apache-2.0
8,882
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_20) on Thu Feb 24 01:10:11 PST 2011 --> <TITLE> Uses of Class org.apache.hadoop.util.bloom.HashFunction (Hadoop 0.20.2-cdh3u0-SNAPSHOT API) </TITLE> <META NAME="date" CONTENT="2011-02-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.util.bloom.HashFunction (Hadoop 0.20.2-cdh3u0-SNAPSHOT API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/util/bloom/HashFunction.html" title="class in org.apache.hadoop.util.bloom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/util/bloom//class-useHashFunction.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HashFunction.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.util.bloom.HashFunction</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/apache/hadoop/util/bloom/HashFunction.html" title="class in org.apache.hadoop.util.bloom">HashFunction</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.util.bloom"><B>org.apache.hadoop.util.bloom</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.util.bloom"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/hadoop/util/bloom/HashFunction.html" title="class in org.apache.hadoop.util.bloom">HashFunction</A> in <A HREF="../../../../../../org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</A> declared as <A HREF="../../../../../../org/apache/hadoop/util/bloom/HashFunction.html" title="class in org.apache.hadoop.util.bloom">HashFunction</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../org/apache/hadoop/util/bloom/HashFunction.html" title="class in org.apache.hadoop.util.bloom">HashFunction</A></CODE></FONT></TD> <TD><CODE><B>Filter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Filter.html#hash">hash</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The hash function used to map a key to several positions in the vector.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/util/bloom/HashFunction.html" title="class in org.apache.hadoop.util.bloom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/util/bloom//class-useHashFunction.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HashFunction.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
simplegeo/hadoop
docs/api/org/apache/hadoop/util/bloom/class-use/HashFunction.html
HTML
apache-2.0
8,113
<div class="b_form b_clearfix"> <fieldset> <legend>$r.translate("module.admin.title")</legend> <div class="b_form_desc">$r.translate("module.admin.desc")</div> $r.render("options") </fieldset> <fieldset> <legend>$r.translate("module.resource.title")</legend> <div class="b_form_desc">$r.translate("module.resource.desc")</div> $r.render("resourceAssignment") </fieldset> <fieldset> <legend>$r.translate("module.privacy.title")</legend> <div class="b_form_desc">$r.translate("module.privacy.desc")</div> $r.render("privacy_options") </fieldset> <fieldset> <legend>$r.translate("dedup.members")</legend> <div class="b_form_desc">$r.translate("dedup.members.desc")</div> $r.render("dedup") </fieldset> </div>
stevenhva/InfoLearn_OpenOLAT
src/main/java/org/olat/group/ui/_content/bg_admin.html
HTML
apache-2.0
737
<div class="col-lg-10 col-lg-offset-1 text-center"> <div class="row"> <h4> <strong>Spanish Studies in Madrid</strong>, Carleton College, Madrid, ES, 2013</h4> </div> <div id="HRS"> <h3>Head Royce Class of 2011</h3> </div> <div class="col-lg-10 col-lg-offset-1 text-center"> <h2>Skills</h2> <hr class="small"> <ul> <li> <strong>Experienced in:</strong> Python, Java, HTML, Javascript, CSS</li> <li> <strong>Proficient in:</strong> C, Racket, JQuery, AngularJS, RaphaelJS</li> <li>Strong research and analytical skills</li> <li>Experience assisting non-technical customers/clients with technical media</li> <li>Passable Spanish speaker<li> <li>Deft photographic trigger finger</li> </ul> </div> </div>
nicholaspetru/portfolioSite
supplement.html
HTML
apache-2.0
737
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> <head><title>Wicket</title></head> <body> <wicket:panel> <label wicket:id="label" class="control-label">Name</label> <div class="controls"><input wicket:id="input" type="text" /> <span wicket:id="message" class="help-inline">Error message</span> </div> </wicket:panel> </body> </html>
pponec/ujorm
project-m2/ujo-wicket/src/main/java/org/ujorm/wicket/component/form/fields/Field.html
HTML
apache-2.0
487
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>XXXX</title> <meta name="author" content="Jay Kim, rpkim"> </head> <body> + Research<br/> - Jay Kim / 15-07-20-21<br/> <br/><br/> + Team<br/> - <a href="http://loop.ph">loop.ph</a><br/> - <a href="http://uva.co.uk">uva.co.uk</a><br/> - <a href="http://process.void.as">process.void.as</a><br/> - <a href="http://interactivearchitecture.org">interactivearchitecture.org</a><br/> <br/><br/> + Pick<br/> - <a href="http://ecloudproject.com">ecloudproject.com</a><br/> - <a href="http://uram.net">uram.net</a><br/> - <a href="http://iorgane.com/cup/mug">iorgane.com/cup/mug</a><br/> - <a href="http://uva.co.uk/work/continuum">uva.co.uk/work/continuum</a><br/> - <a href="http://woodthatworks.com">woodthatworks.com</a><br/> - <a href="http://davidrokeby.com">davidrokeby.com</a><br/> - <a href="http://ueberall.us/projects/eflow">ueberall.us/projects/eflow</a><br/> - <a href="http://ueberall.us/projects/airfield">ueberall.us/projects/airfield</a><br/> - <a href="http://susannahertrich.com/chrono-shredder.php">susannahertrich.com/chrono-shredder.php</a><br/> - <a href="http://instructables.com/id/Noodle-a-crowdsourced-robot">instructables.com/id/Noodle-a-crowdsourced-robot</a><br/> - <a href="http://quadrature.co/work/ongoing/">quadrature.co/work/ongoing/</a><br/> <br/> <br/> <br/> + Web - http://daniel-massey.com - http://aaronkoblin.com + Etc - http://drake-brockman.com.au - http://directedplay.com - http://stefantiefengraber.com - http://gk-design.co.jp - http://schnellebuntebilder.de - http://klingklangklong.com - http://checksum5.com - http://enohenze.de </body> </html>
rpkim/xxxx
research/research.html
HTML
apache-2.0
1,700
<!DOCTYPE html> <html itemscope lang="en-us"> <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="utf-8"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="generator" content="Hugo 0.57.2" /> <meta property="og:title" content="Paul Czarkowski" /> <meta name="twitter:title" content="Paul Czarkowski"/> <meta itemprop="name" content="Paul Czarkowski"><meta property="og:description" content="Paul Czarkowski is a recovering Systems Administrator who has run infrastructure for longer than he cares to admit. After cutting his teeth in the ISP and Gaming industries Paul changed his focus to using (and contributing to) Open Source Software to improve the Operability of complex distributed systems such as Kubernetes and OpenStack." /> <meta name="twitter:description" content="Paul Czarkowski is a recovering Systems Administrator who has run infrastructure for longer than he cares to admit. After cutting his teeth in the ISP and Gaming industries Paul changed his focus to using (and contributing to) Open Source Software to improve the Operability of complex distributed systems such as Kubernetes and OpenStack." /> <meta itemprop="description" content="Paul Czarkowski is a recovering Systems Administrator who has run infrastructure for longer than he cares to admit. After cutting his teeth in the ISP and Gaming industries Paul changed his focus to using (and contributing to) Open Source Software to improve the Operability of complex distributed systems such as Kubernetes and OpenStack."><meta name="twitter:site" content="@devopsdays"> <meta property="og:type" content="speaker" /> <meta property="og:url" content="/events/2018-chicago/speakers/paul-czarkowski/" /><meta name="twitter:creator" content="@devopsdayschi" /><meta name="twitter:label1" value="Event" /> <meta name="twitter:data1" value="devopsdays Chicago 2018" /><meta name="twitter:label2" value="Dates" /> <meta name="twitter:data2" value="August 28 - 29, 2018" /><meta property="og:image" content="https://www.devopsdays.org/img/sharing.jpg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:image" content="https://www.devopsdays.org/img/sharing.jpg" /> <meta itemprop="image" content="https://www.devopsdays.org/img/sharing.jpg" /> <meta property="fb:app_id" content="1904065206497317" /><meta itemprop="wordCount" content="53"> <title>Paul Czarkowski - devopsdays Chicago 2018 </title> <script> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-9713393-1', 'auto'); ga('send', 'pageview'); ga('create', 'UA-74738648-1', 'auto', 'clientTracker'); ga('clientTracker.send', 'pageview'); </script> <script async src='https://www.google-analytics.com/analytics.js'></script> <link href="/css/site.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" rel="stylesheet"><link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <link href="/events/index.xml" rel="alternate" type="application/rss+xml" title="DevOpsDays" /> <link href="/events/index.xml" rel="feed" type="application/rss+xml" title="DevOpsDays" /> <script src=/js/devopsdays-min.js></script></head> <body lang=""> <nav class="navbar navbar-expand-md navbar-light"> <a class="navbar-brand" href="/"> <img src="/img/devopsdays-brain.png" height="30" class="d-inline-block align-top" alt="devopsdays Logo"> DevOpsDays </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav mr-auto"><li class="nav-item global-navigation"><a class = "nav-link" href="/events">events</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/blog">blog</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/sponsor">sponsor</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/speaking">speaking</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/organizing">organizing</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/about">about</a></li></ul> </div> </nav> <nav class="navbar event-navigation navbar-expand-md navbar-light"> <a href="/events/2018-chicago" class="nav-link">Chicago</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar2"> <span class="navbar-toggler-icon"></span> </button> <div class="navbar-collapse collapse" id="navbar2"> <ul class="navbar-nav"><li class="nav-item active"> <a class="nav-link" href="/events/2018-chicago/location">location</a> </li><li class="nav-item active"> <a class="nav-link" href="https://devopsdayschi2018.eventbrite.com/?aff=devopsdaysorg">registration</a> </li><li class="nav-item active"> <a class="nav-link" href="/events/2018-chicago/program">program</a> </li><li class="nav-item active"> <a class="nav-link" href="/events/2018-chicago/speakers">speakers</a> </li><li class="nav-item active"> <a class="nav-link" href="/events/2018-chicago/sponsor">sponsor</a> </li><li class="nav-item active"> <a class="nav-link" href="/events/2018-chicago/volunteer">volunteer</a> </li><li class="nav-item active"> <a class="nav-link" href="/events/2018-chicago/contact">contact</a> </li><li class="nav-item active"> <a class="nav-link" href="/events/2018-chicago/conduct">conduct</a> </li></ul> </div> </nav> <div class="container-fluid"> <div class="row"> <div class="col-md-12"><div class = "row"> <div class = "col-md-12 offset-md-1"> <h2 class="speaker-page">Paul Czarkowski</h2> </div> </div> <div class = "row"> <div class = "col-md-4 offset-md-1"> <span class="speaker-page content-text"> <p>Paul Czarkowski is a recovering Systems Administrator who has run infrastructure for longer than he cares to admit. After cutting his teeth in the ISP and Gaming industries Paul changed his focus to using (and contributing to) Open Source Software to improve the Operability of complex distributed systems such as Kubernetes and OpenStack.</p> </span> <div class="speaker-bio-talks"> <h3>Paul Czarkowski at Chicago 2018</h3> <ul class="list-group"> <a href = "https://www.devopsdays.org/events/2018-chicago/program/paul-czarkowski/" class= "list-group-item list-group-item-action">DevOps is dead, Servers are dying, and I don&#39;t feel so great myself.</a> </ul> </div> </div> <div class = "col-md-3 offset-md-1"><img src = "/events/2018-chicago/speakers/paul-czarkowski.jpg" class="speaker-page" alt="Paul Czarkowski"/><br /><a href = "https://twitter.com/pczarkowski"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a></div> </div> <div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Gold Sponsors</h4></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.morpheusdata.com"><img src = "/img/sponsors/morpheus_data.png" alt = "Morpheus Data" title = "Morpheus Data" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.servercentral.com/"><img src = "/img/sponsors/servercentral.png" alt = "ServerCentral" title = "ServerCentral" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://chef.io"><img src = "/img/sponsors/chef.png" alt = "Chef Software, Inc" title = "Chef Software, Inc" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.pagerduty.com/"><img src = "/img/sponsors/pagerduty.png" alt = "PagerDuty" title = "PagerDuty" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.dynatrace.com/"><img src = "/img/sponsors/dynatrace.png" alt = "Dynatrace" title = "Dynatrace" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.xmatters.com/"><img src = "/img/sponsors/xmatters.png" alt = "xMatters, Inc" title = "xMatters, Inc" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.datadoghq.com"><img src = "/img/sponsors/datadog.png" alt = "Datadog" title = "Datadog" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.herzum.com/"><img src = "/img/sponsors/herzum.png" alt = "Herzum" title = "Herzum" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.redhat.com"><img src = "/img/sponsors/redhat-before-20190528.png" alt = "Red Hat, Inc" title = "Red Hat, Inc" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.launchdarkly.com/"><img src = "/img/sponsors/launch-darkly.png" alt = "launch-darkly" title = "launch-darkly" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.sumologic.com/"><img src = "/img/sponsors/sumologic-before-20181203.png" alt = "SumoLogic" title = "SumoLogic" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.instana.com"><img src = "/img/sponsors/instana-before-20200127.png" alt = "Instana" title = "Instana" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.appdynamics.com/"><img src = "/img/sponsors/appdynamics-before-20190121.png" alt = "AppDynamics" title = "AppDynamics" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.servicenow.com/"><img src = "/img/sponsors/servicenow.png" alt = "ServiceNow" title = "ServiceNow" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.confluent.io/"><img src = "/img/sponsors/confluent.png" alt = "Confluent" title = "Confluent" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.splunk.com/"><img src = "/img/sponsors/splunk.png" alt = "Splunk" title = "Splunk" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://signalfx.com"><img src = "/img/sponsors/signalfx.png" alt = "SignalFX" title = "SignalFX" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.humio.com"><img src = "/img/sponsors/humio.png" alt = "Humio" title = "Humio" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.allstate.com"><img src = "/img/sponsors/allstate.png" alt = "Allstate" title = "Allstate" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://lightstep.com/"><img src = "/img/sponsors/lightstep-before-20200726.png" alt = "LightStep" title = "LightStep" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://overops.com/"><img src = "/img/sponsors/overops.png" alt = "OverOps" title = "OverOps" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.morningstar.com/"><img src = "/img/sponsors/morningstar.png" alt = "Morningstar" title = "Morningstar" class="img-fluid"></a> </div></div><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Silver Sponsors</h4></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.influxdata.com/"><img src = "/img/sponsors/influxdata.png" alt = "InfluxData" title = "InfluxData" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.signal.co/"><img src = "/img/sponsors/signal.png" alt = "Signal" title = "Signal" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://mesosphere.com/"><img src = "/img/sponsors/mesosphere.png" alt = "Mesosphere" title = "Mesosphere" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://kaizenops.io"><img src = "/img/sponsors/kaizenops-before-20181008.png" alt = "kaizenOps" title = "kaizenOps" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://rancher.com/"><img src = "/img/sponsors/rancher-before-20190812.png" alt = "rancher" title = "rancher" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.cmegroup.com"><img src = "/img/sponsors/cmegroup.png" alt = "CME Group" title = "CME Group" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.netapp.com/us/"><img src = "/img/sponsors/netapp.png" alt = "NetApp" title = "NetApp" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.activecampaign.com/"><img src = "/img/sponsors/activecampaign.png" alt = "ActiveCampaign" title = "ActiveCampaign" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.onemainfinancial.com/"><img src = "/img/sponsors/onemainfinancial.png" alt = "One Main Financial" title = "One Main Financial" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.isg-one.com/"><img src = "/img/sponsors/isg-one.png" alt = "ISG" title = "ISG" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.hyatt.com/"><img src = "/img/sponsors/hyatt.png" alt = "Hyatt Hotels Corporation" title = "Hyatt Hotels Corporation" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.nvisia.com/"><img src = "/img/sponsors/nvisia.png" alt = "NVISIA" title = "NVISIA" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://corptax.com/"><img src = "/img/sponsors/corptax.png" alt = "CSC Corptax" title = "CSC Corptax" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.cloudbolt.io"><img src = "/img/sponsors/cloudbolt.png" alt = "CloudBolt" title = "CloudBolt" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://saucelabs.com"><img src = "/img/sponsors/saucelabs.png" alt = "saucelabs" title = "saucelabs" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.github.com"><img src = "/img/sponsors/github.png" alt = "Github" title = "Github" class="img-fluid"></a> </div></div><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Bronze Sponsors</h4><a href = "/events/2018-chicago/sponsor" class="sponsor-cta"><i>Join as Bronze Sponsor!</i> </a></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.mongodb.com"><img src = "/img/sponsors/mongodb.png" alt = "mongoDB" title = "mongoDB" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.coyote.com/"><img src = "/img/sponsors/coyote.png" alt = "Coyote Logistics" title = "Coyote Logistics" class="img-fluid"></a> </div></div><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Evening Event Sponsors</h4></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.ca.com/us.html"><img src = "/img/sponsors/ca.png" alt = "ca" title = "ca" class="img-fluid"></a> </div></div><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Lanyard Sponsors</h4></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.confluent.io/"><img src = "/img/sponsors/confluent.png" alt = "Confluent" title = "Confluent" class="img-fluid"></a> </div></div><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Meal Sponsors</h4><a href = "/events/2018-chicago/sponsor" class="sponsor-cta"><i>Join as Meal Sponsor!</i> </a></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.hashicorp.com/"><img src = "/img/sponsors/hashicorp.png" alt = "Hashicorp" title = "Hashicorp" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.discover.com/"><img src = "/img/sponsors/discover.png" alt = "Discover" title = "Discover" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.microsoft.com/"><img src = "/img/sponsors/microsoft.png" alt = "Microsoft" title = "Microsoft" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.tempus.com/careers.html"><img src = "/img/sponsors/tempus.png" alt = "Tempus" title = "Tempus" class="img-fluid"></a> </div></div><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Video Sponsors</h4></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://spantree.net/"><img src = "/img/sponsors/spantree.png" alt = "Spantree" title = "Spantree" class="img-fluid"></a> </div></div><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Live Transcription Sponsors</h4></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://kaizenops.io"><img src = "/img/sponsors/kaizenops-before-20181008.png" alt = "kaizenOps" title = "kaizenOps" class="img-fluid"></a> </div></div><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Transportation Sponsors</h4></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.allstate.com"><img src = "/img/sponsors/allstate.png" alt = "Allstate" title = "Allstate" class="img-fluid"></a> </div></div><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Community Sponsors</h4><a href = "/events/2018-chicago/sponsor" class="sponsor-cta"><i>Join as Community Sponsor!</i> </a></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.arresteddevops.com"><img src = "/img/sponsors/arresteddevops.png" alt = "Arrested DevOps" title = "Arrested DevOps" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.cwdevs.com/"><img src = "/img/sponsors/cwdevs.png" alt = "Chicago Women Developers" title = "Chicago Women Developers" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.blacksintechnology.net"><img src = "/img/sponsors/blacksintechnology.png" alt = "Blacks in Technology" title = "Blacks in Technology" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://gdichicago.com/"><img src = "/img/sponsors/gdichicago.png" alt = "Girl Develop It Chicago" title = "Girl Develop It Chicago" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.womenwhocode.com/chicago"><img src = "/img/sponsors/wwcchicago.png" alt = "Women Who Code Chicago" title = "Women Who Code Chicago" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.oreilly.com"><img src = "/img/sponsors/oreilly-before-20190725.png" alt = "O&#39;Reilly" title = "O&#39;Reilly" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://chicago.chicktech.org/"><img src = "/img/sponsors/chicktech.png" alt = "ChickTech Chicago" title = "ChickTech Chicago" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://chicagotechevents.com/"><img src = "/img/sponsors/chicagotechevents.png" alt = "Chicago Tech Events" title = "Chicago Tech Events" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.linkedin.com/groups/12035722/profile"><img src = "/img/sponsors/chicago-innovation-roundtable.png" alt = "Chicago Innovation Roundtable" title = "Chicago Innovation Roundtable" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.digitalocean.com/"><img src = "/img/sponsors/digitalocean.png" alt = "2017-digitalocean" title = "2017-digitalocean" class="img-fluid"></a> </div></div><br /> </div></div> </div> <nav class="navbar bottom navbar-light footer-nav-row" style="background-color: #bfbfc1;"> <div class = "row"> <div class = "col-md-12 footer-nav-background"> <div class = "row"> <div class = "col-md-6 col-lg-3 footer-nav-col"> <h3 class="footer-nav">@DEVOPSDAYS</h3> <div> <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/devopsdays/lists/devopsdays" data-chrome="noheader" height="440"></a> <script> ! function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + "://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } }(document, "script", "twitter-wjs"); </script> </div> </div> <div class="col-md-6 col-lg-3 footer-nav-col footer-content"> <h3 class="footer-nav">BLOG</h3><a href = "https://www.devopsdays.org/blog/2019/05/10/10-years-of-devopsdays/"><h1 class = "footer-heading">10 years of devopsdays</h1></a><h2 class="footer-heading">by Kris Buytaert - 10 May, 2019</h2><p class="footer-content">It&rsquo;s hard to believe but it is almost 10 years ago since #devopsdays happened for the first time in Gent. Back then there were almost 70 of us talking about topics that were of interest to both Operations and Development, we were exchanging our ideas and experiences `on how we were improving the quality of software delivery. Our ideas got started on the crossroads of Open Source, Agile and early Cloud Adoption.</p><a href = "https://www.devopsdays.org/blog/"><h1 class = "footer-heading">Blogs</h1></a><h2 class="footer-heading">10 May, 2019</h2><p class="footer-content"></p><a href="https://www.devopsdays.org/blog/index.xml">Feed</a> </div> <div class="col-md-6 col-lg-3 footer-nav-col"> <h3 class="footer-nav">CFP OPEN</h3><a href = "/events/2019-campinas" class = "footer-content">Campinas</a><br /><a href = "/events/2019-macapa" class = "footer-content">Macapá</a><br /><a href = "/events/2019-shanghai" class = "footer-content">Shanghai</a><br /><a href = "/events/2019-recife" class = "footer-content">Recife</a><br /><a href = "/events/2020-charlotte" class = "footer-content">Charlotte</a><br /><a href = "/events/2020-prague" class = "footer-content">Prague</a><br /><a href = "/events/2020-tokyo" class = "footer-content">Tokyo</a><br /><a href = "/events/2020-salt-lake-city" class = "footer-content">Salt Lake City</a><br /> <br />Propose a talk at an event near you!<br /> </div> <div class="col-md-6 col-lg-3 footer-nav-col"> <h3 class="footer-nav">About</h3> devopsdays is a worldwide community conference series for anyone interested in IT improvement.<br /><br /> <a href="/about/" class = "footer-content">About devopsdays</a><br /> <a href="/privacy/" class = "footer-content">Privacy Policy</a><br /> <a href="/conduct/" class = "footer-content">Code of Conduct</a> <br /> <br /> <a href="https://www.netlify.com"> <img src="/img/netlify-light.png" alt="Deploys by Netlify"> </a> </div> </div> </div> </div> </nav> <script> $(document).ready(function () { $("#share").jsSocials({ shares: ["email", {share: "twitter", via: 'devopsdayschi'}, "facebook", "linkedin"], text: 'devopsdays Chicago - 2018', showLabel: false, showCount: false }); }); </script> </body> </html>
gomex/devopsdays-web
static/events/2018-chicago/speakers/paul-czarkowski/index.html
HTML
apache-2.0
27,864
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title> Lost in Time</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/agency.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container padding_50"> <div class="row"> <a href="index.html#portfolio" > <i class="fa fa-angle-left fa-5x"></i> </a> </div> <div class="row"> <div class="col-lg-10 col-lg-offset-1 col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-12"> <div class="modal-body text-left"> <!-- Project Details Go Here --> <div class="row "> <div class="col-sm-12 col-xs-12 col-lg-12 col-md-12 modal_ LostTimeModal"> </div> <h2 class="text-center">Lost in Time</h2> <h3 class="section-subheading whiteFont text-center"> Justine Tyerman gets lost in the winding streets of Fes, Morocco, the most well preserved ancient city in the Arab world. </h3> </div> <p>Dodging donkeys is not quite as dangerous as running with the bulls but it’s not entirely without risks. Our guide warned us to take evasive action whenever we heard the call ‘balek, balek’ (Arabic for ‘get out of the way’) as we walked down the labyrinth of alleyways lined with souks in the Medina of Fes el Bali, but we were not quite prepared for the frequency of the donkeys.</p> <p>There are about 4,000 donkeys and mules plying the narrow winding paths within the walls of the oldest medina in Morocco, most of which seemed to be out in force the day we were there. </p> <div class="image pull-left col-lg-6 col-sm-6 col-xs-12 col-lg-6"> <img src="Des_/LostTime/shutterstock_85344658.jpg" class="img-responsive"/> <p class="lead text-center">Donkeys, mules and hand carts are the life blood of the 9,000 alleyways that crisscross the world’s largest car-free urban space. </p> </div> <p>We soon became adept at hurling ourselves against a wall of Moroccan babouches (slippers) or carpets as a hand cart or beast of burden clattered by with a load twice its size. It added to the excitement, fun and colour of this quintessentially Fes-esque experience.</p> <p>Donkeys, mules and hand carts are the life blood of the 9,000 alleyways that crisscross the world’s largest car-free urban space. With no mechanised transportation to service the souks, man and beast haul all the fresh produce and raw materials demanded daily by the thousands of traders and artisans, as they have done for centuries. </p> <p>The souks sell everything from food to home-wares and many who live and work there never venture beyond their own neighbourhood, our guide Nabil said. There were great bargains to be found in brightly-coloured handbags, shoes, scarves, fabrics, ceramics and carpets once you understood the protocols of the haggling process which ended up with prices about a half to a third of the original figure. The salesmen were invariably good-natured, never aggressive.</p> <p>My head was on a swivel in Fes with a myriad of sights all clamouring for attention. We spent two days exploring this ancient imperial city. Founded in the 9th century during the Idrisid dynasty, the city is regarded as the spiritual, cultural, intellectual and religious capital of Morocco. The architecture and craftsmanship of the buildings are mind-boggling.</p> <div class="image col-lg-12 col-sm-12 col-xs-12 col-lg-12 modal_ _LostTime"> </div> <p>The royal Palace of Fes is one of the most beautiful in the Arab world with its seven ornate doors of different sizes, richly adorned in bronze and exquisite zellij mosaics flanked with white marble columns. Nearby is the historic Jewish quarter or mellah whose inhabitants have historically lived under the protection of the sultan.</p> <p>We entered the medina through the grand central arch of the magnificent Bab Boujloud gates decorated in blue ceramics - the colour associated with Fes - as one enters the medina, and green ceramics - the colour of Islam - as one departs.</p> <p>Fes is home to the world’s oldest university, the University of al-Karaouine and associated mosque, founded in 859 by a woman called Fatima al-Fihri. It became a state university in 1963, and remains a bustling institution of learning today.</p> <div class="image pull-left col-lg-6 col-sm-6 col-xs-12 col-lg-6"> <img src="Des_/LostTime/IMG_2706.jpg" class="img-responsive"/> </div> <p>The 14th century Madrasa Bou Inania with its characteristic green minaret is one of the few religious places in Morocco open to non-Moslem visitors. Nabil explained the detailed architectural features of the interior – Carrara marble on the floor, zellij mosaics on the walls with cursive script above depicting chapters from the Koran, then carved plasterwork, and cedar from the Atlas Mountains on the ceiling. </p> <p>The Nejjarine Museum of wood arts and crafts is a former fondouk, a caravanserai where mules and donkeys were once housed on the ground floor and people on the upper floors. The interior is impressive with white pillars supporting carved dark woodwork balconies. I stopped to smile and nod my admiration to a woman whose life’s work is to lovingly dust all the intricate carvings.</p> <p>The museum showcases a vast collection of traditional artefacts, craftsmen’s tools, children’s toys, Berber locks, musical instruments, and massive antique doors. How I wished I could spirit those stunning doors home with me.</p> <p>Outside is the beautiful, much photographed 16th century Nejjarine Fountain or Woodworker’s Fountain with its geometric indigo mosaics and carved marble arch.</p> <p>Fes is also famous for its handcrafts. I loved watching the artisans at work especially the young women hand painting huge pots and urns with tiny filaments of colour, and the men with chisels shaping tiny pieces of mosaic for one of the exquisite creations at the Art Naji pottery and mosaics workshop. </p> <div class="image pull-right col-lg-6 col-sm-6 col-xs-12 col-lg-6"> <img src="Des_/LostTime/IMG_2711.jpg" class="img-responsive"/> </div> <p>L’art des Fibule, a multi-level Aladdin’s cave, is full of shiny lanterns and teapots just begging to be rubbed. The array of high-quality jewellery, bronze, brass and silverware was dazzling. A salesman proudly displayed his wares to us while a craftsman expertly tapped out a design on a large brass plate using traditional hand-tools.</p> <p>The thousand-year-old Chouara Tannery is an iconic landmark in Fes and although on the day we visited, brown seemed to be the predominant dye, the process was utterly fascinating to observe. The tannery processes cow, sheep, goat and camel hide using methods largely unchanged since medieval times. We watched from a balcony above as men, waist deep in dye, tended to the hides in dozens of stone tubs.</p> <p>Be prepared for a powerful stench and accept the sprigs of rosemary handed to visitors. The hides are immersed in a mixture of cow urine, quick-lime, water and salt, then soaked in water and pigeon droppings which contain ammonia that acts as a softening agent, allowing them to become malleable so they can absorb dye. The tanners use bare feet to knead the hides for up to three hours to achieve the desired softness after which they are placed in pits containing natural vegetable dyes - poppy for red, indigo for blue, henna for orange, cedar wood for brown, mint for green, and saffron for yellow. Pomegranate powder is also rubbed on the hides to turn them yellow, and olive oil to make them shiny.</p> <p>After drying in the sun, the finished product is sold to craftsmen to make the famous Moroccan babouches (slippers), jackets, wallets, handbags and furniture.</p> <p>At the end of a day exploring the sights of Fes, I was longing to immerse myself in a cool pool but Nabil seemed to be leading us deeper into the medina. Earlier, he had talked about the blind architecture of the riads, traditional Moroccan houses originally built for extended family groups around a central courtyard which have in modern times been converted into luxury accommodation. Riads have no windows or ‘eyes’ to the outside world – the high walls are blank and therefore ‘blind’ – but once through the doorway into the courtyard, guests are spirited back in time to the grandeur of a past era.</p> <div class="image pull-left col-lg-6 col-sm-6 col-xs-12 col-lg-6"> <img src="Des_/LostTime/shutterstock_290143112.jpg" class="img-responsive"/> </div> <p>The Riad Res is one such hidden treasure. It was astonishing to one minute be in the crowded, noisy hubbub of the souks and the next in an elegant oasis so tranquil you could hear the fountains tinkling and tea being poured. Deep in the heart of the city’s ancient medina, the riad was once frequented by Fassi nobility. It’s a showpiece of magnificent Andalusian architecture, marvellous mosaics, carved pillars and precious artefacts.</p> <p>I forgot all about my swim in the pool as I stood in the central courtyard under an enormous chandelier suspended high in the atrium, mesmerised by prisms of light reflected like fragments of rainbow from the myriad of stained glass windows.</p> <p>Comprised of five former grand Fes residences connected by beautiful courtyards with pools, fountains, mosaic and marble staircases and softly-lit passageways, the riad is a clever amalgam of modern facilities and traditional architecture and furnishings. </p> <p>Some say Fes is the ‘Mecca of the West’ or the ‘Athens of Africa’ but I say ‘Fes is Fes’. It’s utterly incomparable . . . go there.</p> <p> <h2>Getting There</h2> Flights to Fes are regular and depart frequently from various destinations, including Gatwick and Stanstead in the UK.</p> <p> Trains operate from daily from Marrakech to Fes and are an inexpensive and reliable way to travel between cities in Morocco. </p> <p>Justine Tyerman flew Emirates Airlines (<a href="http://www.emirates.com/us/english/">www.emirates.com</a>) and travelled on an Ancient Kingdoms tour of Morocco with The Innovative Travel Company, a New Zealand company which specialises in tailor-made tours to Morocco. <a href="http://www.innovativetravel.co.nz/homepage">www.innovativetravel.co.nz</a></p> </div> </div> </div> </div> </div> </body> </html>
nes14/WayfareAgency
LostTime.html
HTML
apache-2.0
12,468
</div> </div> </div> <script> function subscribe(){ $.post("{url 'utility/subscribe'}", function(){ setTimeout(subscribe, 5000); }); } function sync() { $.post("{url 'utility/sync'}", function(){ setTimeout(sync, 60000); }); } $(function(){ subscribe(); sync(); }); {if $_W['uid']} function checknotice() { $.post("{php echo url('utility/notice')}", {}, function(data){ var data = $.parseJSON(data); $('#notice-container').html(data.notices); $('#notice-total').html(data.total); if(data.total > 0) { $('#notice-total').css('background', '#ff9900'); } else { $('#notice-total').css('background', ''); } setTimeout(checknotice, 60000); }); } checknotice(); {/if} </script> {template 'common/footer-base'}
shengkai86/yushungroup
web/themes/default/common/footer.html
HTML
apache-2.0
854
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ro"> <head> <!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:23 EEST 2014 --> <title>Uses of Class net.sf.jasperreports.charts.type.AxisPositionEnum (JasperReports 5.6.0 API)</title> <meta name="date" content="2014-05-27"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class net.sf.jasperreports.charts.type.AxisPositionEnum (JasperReports 5.6.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?net/sf/jasperreports/charts/type/class-use/AxisPositionEnum.html" target="_top">Frames</a></li> <li><a href="AxisPositionEnum.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class net.sf.jasperreports.charts.type.AxisPositionEnum" class="title">Uses of Class<br>net.sf.jasperreports.charts.type.AxisPositionEnum</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#net.sf.jasperreports.charts">net.sf.jasperreports.charts</a></td> <td class="colLast"> <div class="block">Contains interfaces for chart plots and chart datasets.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#net.sf.jasperreports.charts.base">net.sf.jasperreports.charts.base</a></td> <td class="colLast"> <div class="block">Contains base implementations for chart related interfaces.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#net.sf.jasperreports.charts.design">net.sf.jasperreports.charts.design</a></td> <td class="colLast"> <div class="block">Contains design time implementations for chart related interfaces.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#net.sf.jasperreports.charts.fill">net.sf.jasperreports.charts.fill</a></td> <td class="colLast"> <div class="block">Contains fill time implementations for chart related interfaces.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#net.sf.jasperreports.charts.type">net.sf.jasperreports.charts.type</a></td> <td class="colLast"> <div class="block">Contains <code>enum</code> types used by the built-in chart component.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="net.sf.jasperreports.charts"> <!-- --> </a> <h3>Uses of <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a> in <a href="../../../../../../net/sf/jasperreports/charts/package-summary.html">net.sf.jasperreports.charts</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../net/sf/jasperreports/charts/package-summary.html">net.sf.jasperreports.charts</a> that return <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></code></td> <td class="colLast"><span class="strong">JRChartAxis.</span><code><strong><a href="../../../../../../net/sf/jasperreports/charts/JRChartAxis.html#getPositionValue()">getPositionValue</a></strong>()</code> <div class="block">Gets the position of this axis.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="net.sf.jasperreports.charts.base"> <!-- --> </a> <h3>Uses of <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a> in <a href="../../../../../../net/sf/jasperreports/charts/base/package-summary.html">net.sf.jasperreports.charts.base</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../net/sf/jasperreports/charts/base/package-summary.html">net.sf.jasperreports.charts.base</a> declared as <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></code></td> <td class="colLast"><span class="strong">JRBaseChartAxis.</span><code><strong><a href="../../../../../../net/sf/jasperreports/charts/base/JRBaseChartAxis.html#positionValue">positionValue</a></strong></code> <div class="block">Where to position the axis.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../net/sf/jasperreports/charts/base/package-summary.html">net.sf.jasperreports.charts.base</a> that return <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></code></td> <td class="colLast"><span class="strong">JRBaseChartAxis.</span><code><strong><a href="../../../../../../net/sf/jasperreports/charts/base/JRBaseChartAxis.html#getPositionValue()">getPositionValue</a></strong>()</code> <div class="block">Returns the position of this axis.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="net.sf.jasperreports.charts.design"> <!-- --> </a> <h3>Uses of <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a> in <a href="../../../../../../net/sf/jasperreports/charts/design/package-summary.html">net.sf.jasperreports.charts.design</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../net/sf/jasperreports/charts/design/package-summary.html">net.sf.jasperreports.charts.design</a> with parameters of type <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">JRDesignChartAxis.</span><code><strong><a href="../../../../../../net/sf/jasperreports/charts/design/JRDesignChartAxis.html#setPosition(net.sf.jasperreports.charts.type.AxisPositionEnum)">setPosition</a></strong>(<a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a>&nbsp;positionValue)</code> <div class="block">Sets the position of this axis' value line relative to the multiple axis chart.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="net.sf.jasperreports.charts.fill"> <!-- --> </a> <h3>Uses of <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a> in <a href="../../../../../../net/sf/jasperreports/charts/fill/package-summary.html">net.sf.jasperreports.charts.fill</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../net/sf/jasperreports/charts/fill/package-summary.html">net.sf.jasperreports.charts.fill</a> that return <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></code></td> <td class="colLast"><span class="strong">JRFillChartAxis.</span><code><strong><a href="../../../../../../net/sf/jasperreports/charts/fill/JRFillChartAxis.html#getPositionValue()">getPositionValue</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="net.sf.jasperreports.charts.type"> <!-- --> </a> <h3>Uses of <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a> in <a href="../../../../../../net/sf/jasperreports/charts/type/package-summary.html">net.sf.jasperreports.charts.type</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../net/sf/jasperreports/charts/type/package-summary.html">net.sf.jasperreports.charts.type</a> that return <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></code></td> <td class="colLast"><span class="strong">AxisPositionEnum.</span><code><strong><a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html#getByName(java.lang.String)">getByName</a></strong>(java.lang.String&nbsp;name)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></code></td> <td class="colLast"><span class="strong">AxisPositionEnum.</span><code><strong><a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html#getByValue(byte)">getByValue</a></strong>(byte&nbsp;value)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></code></td> <td class="colLast"><span class="strong">AxisPositionEnum.</span><code><strong><a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html#getByValue(java.lang.Byte)">getByValue</a></strong>(java.lang.Byte&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a></code></td> <td class="colLast"><span class="strong">AxisPositionEnum.</span><code><strong><a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">AxisPositionEnum</a>[]</code></td> <td class="colLast"><span class="strong">AxisPositionEnum.</span><code><strong><a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../net/sf/jasperreports/charts/type/AxisPositionEnum.html" title="enum in net.sf.jasperreports.charts.type">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?net/sf/jasperreports/charts/type/class-use/AxisPositionEnum.html" target="_top">Frames</a></li> <li><a href="AxisPositionEnum.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <span style="font-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:8pt;font-style:normal;color:#000000;">&copy; 2001-2010 Jaspersoft Corporation <a href="http://www.jaspersoft.com" target="_blank" style="color:#000000;">www.jaspersoft.com</a></span> </small></p> </body> </html>
phurtado1112/cnaemvc
lib/JasperReport__5.6/docs/api/net/sf/jasperreports/charts/type/class-use/AxisPositionEnum.html
HTML
apache-2.0
17,192
<h2>Accelerate</h2> <canvas id="accelerateCanvas" style="border:1px solid #000000;position:absolute;top:0;left:0;"> </canvas>
Joengenduvel/iska.NatureOfCode
slides/accelerate.html
HTML
apache-2.0
127
<!DOCTYPE html> <html lang="en"> <!-- Mirrored from jesus.gallery/everest/basic-template.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 24 Apr 2015 10:45:11 GMT --> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Everest Admin Panel" /> <meta name="keywords" content="Admin, Dashboard, Bootstrap3, Sass, transform, CSS3, HTML5, Web design, UI Design, Responsive Dashboard, Responsive Admin, Admin Theme, Best Admin UI, Bootstrap Theme, Wrapbootstrap, Bootstrap" /> <meta name="author" content="Bootstrap Gallery" /> <link rel="shortcut icon" href="img/favicon.ico"> <title>Everest Admin Panel</title> <!-- Bootstrap CSS --> <link href="css/bootstrap.css" rel="stylesheet" media="screen"> <!-- Animate CSS --> <link href="css/animate.css" rel="stylesheet" media="screen"> <!-- Alertify CSS --> <link href="css/alertify/alertify.core.css" rel="stylesheet"> <link href="css/alertify/alertify.default.css" rel="stylesheet"> <!-- Main CSS --> <link href="css/main.css" rel="stylesheet" media="screen"> <!-- Font Awesome --> <link href="fonts/font-awesome.min.css" rel="stylesheet"> <!-- HTML5 shiv and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="js/html5shiv.js"></script> <script src="js/respond.min.js"></script> <![endif]--> </head> <body> <!-- Header Start --> <header> <!-- Logo starts --> <div class="logo"> <a href="#"> <img src="img/logo.png" alt="logo"> <span class="menu-toggle hidden-xs"> <i class="fa fa-bars"></i> </span> </a> </div> <!-- Logo ends --> <!-- Custom Search Starts --> <div class="custom-search pull-left hidden-xs hidden-sm"> <input type="text" class="search-query" placeholder="Search here"> <i class="fa fa-search"></i> </div> <!-- Custom Search Ends --> <!-- Mini right nav starts --> <div class="pull-right"> <ul id="mini-nav" class="clearfix"> <li class="list-box hidden-lg hidden-md hidden-sm" id="mob-nav"> <a href="#"> <i class="fa fa-reorder"></i> </a> </li> <li class="list-box dropdown hidden-xs"> <a id="drop7" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-image"></i> </a> <span class="info-label info-bg animated rubberBand">7+</span> <ul class="blog-gallery dropdown-menu fadeInDown animated clearfix recent-tweets"> <li> <img src="img/user1.jpg" alt="User"> </li> <li> <img src="img/user2.jpg" alt="User"> </li> <li> <img src="img/user3.jpg" alt="User"> </li> <li> <img src="img/user4.jpg" alt="User"> </li> <li> <img src="img/user5.jpg" alt="User"> </li> <li> <img src="img/user6.jpg" alt="User"> </li> <li> <img src="img/user7.jpg" alt="User"> </li> <li> <img src="img/user8.jpg" alt="User"> </li> <li> <img src="img/user9.jpg" alt="User"> </li> <li> <img src="img/user3.jpg" alt="User"> </li> </ul> </li> <li class="list-box dropdown hidden-xs"> <a id="drop5" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-th"></i> </a> <span class="info-label success-bg animated rubberBand">6</span> <ul class="dropdown-menu fadeInDown animated quick-actions"> <li class="plain">Recently Viewed</li> <li> <a href="profile.html"> <i class="fa fa-user text-info"></i> <p>Users</p> </a> </li> <li> <a href="login.html"> <i class="fa fa-tasks text-warning"></i> <p>Tasks</p> </a> </li> <li> <a href="typography.html"> <i class="fa fa-font text-danger"></i> <p>Fonts</p> </a> </li> <li> <a href="graphs.html"> <i class="fa fa-globe text-success"></i> <p>Graphs</p> </a> </li> <li> <a href="graphs.html"> <i class="fa fa-bank text-danger"></i> <p>Home</p> </a> </li> <li> <a href="invoice.html"> <i class="fa fa-file-text text-success"></i> <p>Invoice</p> </a> </li> </ul> </li> <li class="list-box dropdown hidden-xs"> <a id="drop1" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-bell"></i> </a> <span class="info-label danger-bg animated rubberBand">4</span> <ul class="dropdown-menu bounceIn animated messages"> <li class="plain"> Messages </li> <li> <div class="user-pic"> <img src="img/user4.jpg" alt="User"> </div> <div class="details"> <strong class="text-danger">Wilson</strong> <span>Uploaded 28 new files yesterday.</span> </div> </li> <li> <div class="user-pic"> <img src="img/user1.jpg" alt="User"> </div> <div class="details"> <strong class="text-danger">Adams</strong> <span>Got 12 new messages.</span> </div> </li> <li> <div class="user-pic"> <img src="img/user3.jpg" alt="User"> </div> <div class="details"> <strong class="text-info">Sam</strong> <span>Uploaded new project files today.</span> </div> </li> <li> <div class="user-pic"> <img src="img/user5.jpg" alt="User"> </div> <div class="details"> <strong class="text-info">Jennifer</strong> <span>128 new purchases last 3 hours.</span> </div> </li> </ul> </li> <li class="list-box user-profile hidden-xs"> <a href="login.html" class="user-avtar animated rubberBand"> <img src="img/user4.jpg" alt="user avatar"> </a> </li> <!-- <li class="list-box hidden-lg hidden-sm" id="right-bar"> <a href="#"> <i class="fa fa-reorder"></i> </a> </li> --> </ul> </div> <!-- Mini right nav ends --> </header> <!-- Header ends --> <!-- Left sidebar starts --> <aside id="sidebar"> <!-- Current User Starts --> <div class="current-user"> <div class="user-avatar animated rubberBand"> <img src="img/user4.jpg" alt="Current User"> <span class="busy"></span> </div> <div class="user-name">Welcome Mr. James</div> <ul class="user-links"> <li> <a href="profile.html"> <i class="fa fa-user text-success"></i> </a> </li> <li> <a href="invoice.html"> <i class="fa fa-file-pdf-o text-warning"></i> </a> </li> <li> <a href="components.html"> <i class="fa fa-sliders text-info"></i> </a> </li> <li> <a href="login.html"> <i class="fa fa-sign-out text-danger"></i> </a> </li> </ul> </div> <!-- Current User Ends --> <!-- Menu start --> <div id='menu'> <ul> <li> <a href='index.html'> <i class="fa fa-desktop"></i> <span>Dashboard</span> </a> </li> <li> <a href='timeline.html'> <i class="fa fa-sliders"></i> <span>Timeline</span> </a> </li> <li> <a href='blog.html'> <i class="fa fa-pencil"></i> <span>Blog</span> </a> </li> <li> <a href='graphs.html'> <i class="fa fa-flask"></i> <span>Graphs</span> </a> </li> <li> <a href='calendar.html'> <i class="fa fa-calendar"></i> <span>Calendar</span> </a> </li> <li> <a href='gallery.html'> <i class="fa fa-image"></i> <span>Gallery</span> </a> </li> <li> <a href='maps.html'> <i class="fa fa-globe"></i> <span>Vector Maps</span> </a> </li> <li class='has-sub highlight active'> <a href='#'> <i class="fa fa-flask"></i> <span>Bonus Pages</span> </a> <ul style="display: block"> <li> <a href='invoice.html'> <span>Invoice</span> </a> </li> <li> <a href='profile.html'> <span>Profile</span> </a> </li> <li> <a href="pricing.html"> <span>Pricing</span> </a> </li> <li> <a href='login.html'> <span>Login</span> </a> </li> <li> <a href='error.html'> <span>404</span> </a> </li> <li> <a href='basic-template.html' class="select"> <span>Basic Template</span> </a> </li> </ul> </li> <li class='has-sub'> <a href='#'> <i class="fa fa-tasks"></i> <span>UI Elements</span> </a> <ul> <li> <a href='buttons.html'> <span>Buttons</span> </a> </li> <li> <a href='panels.html'> <span>Panels</span> </a> </li> <li> <a href='icons.html'> <span>Icons</span> </a> </li> <li> <a href='grid.html'> <span>Grid</span> </a> </li> <li> <a href='grid.html'> <span>Grid</span> </a> </li> <li> <a href='components.html'> <span>Components</span> </a> </li> <li> <a href='notifications.html'> <span>Notifications</span> </a> </li> </ul> </li> <li class='has-sub'> <a href='#'> <i class="fa fa-columns"></i> <span>Forms</span> </a> <ul> <li> <a href='form-elements.html'> <span>Form Elements</span> </a> </li> <li> <a href='form-layouts.html'> <span>Form Layouts</span> </a> </li> <li> <a href='editor.html'> <span>Editor</span> </a> </li> </ul> </li> <li class='has-sub'> <a href='#'> <i class="fa fa-bars"></i> <span>Tables</span> </a> <ul> <li> <a href='tables.html'> <span>Normal Tables</span> </a> </li> <li> <a href='datatables.html'> <span>Data Tables</span> </a> </li> </ul> </li> </ul> </div> <!-- Menu End --> <!-- Freebies Starts --> <div class="freebies"> <!-- Sidebar Extras --> <div class="sidebar-addons"> <ul class="views"> <li> <i class="fa fa-circle-o text-success"></i> <div class="details"> <p>Signups</p> </div> <span class="label label-success">8</span> </li> <li> <i class="fa fa-circle-o text-info"></i> <div class="details"> <p>Users Online</p> </div> <span class="label label-info">7</span> </li> <li> <i class="fa fa-circle-o text-danger"></i> <div class="details"> <p>Images Uploaded</p> </div> <span class="label label-danger">4</span> </li> </ul> </div> </div> <!-- Freebies Starts --> </aside> <!-- Left sidebar ends --> <!-- Dashboard Wrapper starts --> <div class="dashboard-wrapper"> <!-- Top Bar starts --> <div class="top-bar"> <div class="page-title"> Basic Layout </div> <ul class="stats hidden-xs"> <li> <div class="stats-block hidden-sm hidden-xs"> <span id="downloads_graph"></span> </div> <div class="stats-details"> <h4>$<span id="today_income">580</span> <i class="fa fa-chevron-up up"></i></h4> <h5>Today's Income</h5> </div> </li> <li> <div class="stats-block hidden-sm hidden-xs"> <span id="users_online_graph"></span> </div> <div class="stats-details"> <h4>$<span id="today_expenses">235</span> <i class="fa fa-chevron-down down"></i></h4> <h5>Today's Expenses</h5> </div> </li> </ul> </div> <!-- Top Bar ends --> <!-- Main Container starts --> <div class="main-container"> <!-- Container fluid Starts --> <div class="container-fluid"> <!-- Spacer starts --> <div class="spacer"> <!-- Row Start --> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <!-- Widget starts --> <div class="blog"> <div class="blog-header"> <h5 class="blog-title">Widget</h5> </div> <div class="blog-body"> </div> </div> <!-- Widget ends --> </div> </div> <!-- Row End --> <!-- Row Start --> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <!-- Widget starts --> <div class="blog"> <div class="blog-header"> <h5 class="blog-title">Widget</h5> </div> <div class="blog-body"> </div> </div> <!-- Widget ends --> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <!-- Widget starts --> <div class="blog"> <div class="blog-header"> <h5 class="blog-title">Widget</h5> </div> <div class="blog-body"> </div> </div> <!-- Widget ends --> </div> </div> <!-- Row End --> <!-- Row Start --> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <!-- Widget starts --> <div class="blog"> <div class="blog-header"> <h5 class="blog-title">Widget</h5> </div> <div class="blog-body"> </div> </div> <!-- Widget ends --> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <!-- Widget starts --> <div class="blog"> <div class="blog-header"> <h5 class="blog-title">Widget</h5> </div> <div class="blog-body"> </div> </div> <!-- Widget ends --> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <!-- Widget starts --> <div class="blog"> <div class="blog-header"> <h5 class="blog-title">Widget</h5> </div> <div class="blog-body"> </div> </div> <!-- Widget ends --> </div> </div> <!-- Row End --> <!-- Row Start --> <div class="row"> <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12"> <!-- Widget starts --> <div class="blog"> <div class="blog-header"> <h5 class="blog-title">Widget</h5> </div> <div class="blog-body"> </div> </div> <!-- Widget ends --> </div> <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12"> <!-- Widget starts --> <div class="blog"> <div class="blog-header"> <h5 class="blog-title">Widget</h5> </div> <div class="blog-body"> </div> </div> <!-- Widget ends --> </div> <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12"> <!-- Widget starts --> <div class="blog"> <div class="blog-header"> <h5 class="blog-title">Widget</h5> </div> <div class="blog-body"> </div> </div> <!-- Widget ends --> </div> <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12"> <!-- Widget starts --> <div class="blog"> <div class="blog-header"> <h5 class="blog-title">Widget</h5> </div> <div class="blog-body"> </div> </div> <!-- Widget ends --> </div> </div> <!-- Row End --> <!-- Row Start --> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <!-- Widget starts --> <div class="blog"> <div class="blog-header"> <h5 class="blog-title">Widget</h5> </div> <div class="blog-body"> </div> </div> <!-- Widget ends --> </div> </div> <!-- Row End --> </div> <!-- Spacer ends --> </div> <!-- Container fluid ends --> </div> <!-- Main Container ends --> <!-- Right sidebar starts --> <div class="right-sidebar"> <!-- Addons starts --> <div class="add-on clearfix"> <div class="add-on-wrapper"> <h5>Tasks</h5> <div class="todo"> <fieldset class="todo-list"> <label class="todo-list-item info"> <input type="checkbox" class="todo-list-cb"> <span class="todo-list-mark"></span> <span class="todo-list-desc">Attend seminar</span> </label> <label class="todo-list-item danger"> <input type="checkbox" class="todo-list-cb"> <span class="todo-list-mark"></span> <span class="todo-list-desc">UX workshop</span> </label> <label class="todo-list-item success"> <input type="checkbox" class="todo-list-cb"> <span class="todo-list-mark"></span> <span class="todo-list-desc">Pickup kids @4pm</span> </label> <label class="todo-list-item danger"> <input type="checkbox" class="todo-list-cb" checked> <span class="todo-list-mark"></span> <span class="todo-list-desc">Send wishes</span> </label> <label class="todo-list-item success"> <input type="checkbox" class="todo-list-cb"> <span class="todo-list-mark"></span> <span class="todo-list-desc">Redesign Application</span> </label> <label class="todo-list-item info"> <input type="checkbox" class="todo-list-cb"> <span class="todo-list-mark"></span> <span class="todo-list-desc">Send an email</span> </label> </fieldset> </div> </div> </div> <!-- Addons ends --> <!-- Addons starts --> <div class="add-on clearfix"> <div class="add-on-wrapper"> <h5>Notifications</h5> <a href="#" class="btn btn-xs btn-default" id="success">Success</a> <a href="#" class="btn btn-xs btn-default" id="error">Error</a> <a href="#" class="btn btn-xs btn-default" id="custom">Custom</a> <a href="#" class="btn btn-xs btn-default" id="notification">Standard</a> <a href="#" class="btn btn-xs btn-default" id="forever">Persistent</a> <a href="#" class="btn btn-xs btn-default" id="delay">Hide in 10 secs</a> </div> </div> <!-- Addons ends --> <!-- Addons starts --> <div class="add-on clearfix"> <h5>Articles</h5> <ul class="articles"> <li> <a href="#"> <span class="label-bullet"> &nbsp; </span> Raw denim you probably <span class="date">12th Jan @1:45am / 8 Comments</span> </a> </li> <li> <a href="#"> <span class="label-bullet"> &nbsp; </span> Skateboard dolor brunch <span class="date">11th Jan @11:19am / 15 Comments</span> </a> </li> <li> <a href="#" class="no-border"> <span class="label-bullet"> &nbsp; </span> accusam / 3 Commentsus terry richardson <span class="date">10th Jan @8:12am / 13 Comments</span> </a> </li> </ul> </div> <!-- Addons ends --> </div> <!-- Right sidebar ends --> <!-- Footer starts --> <footer> Copyright Everest Admin Panel 2014. </footer> <!-- Footer ends --> <!-- Footer ends --> </div> <!-- Dashboard Wrapper ends --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="js/jquery.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> <!-- Sparkline graphs --> <script src="js/sparkline.js"></script> <!-- jquery ScrollUp JS --> <script src="js/scrollup/jquery.scrollUp.js"></script> <!-- Notifications JS --> <script src="js/alertify/alertify.js"></script> <script src="js/alertify/alertify-custom.js"></script> <!-- Custom Index --> <script src="js/custom.js"></script> </body> <!-- Mirrored from jesus.gallery/everest/basic-template.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 24 Apr 2015 10:45:11 GMT --> </html>
vsouto/dcnc
public/template/basic-template.html
HTML
apache-2.0
20,934
<!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_43) on Mon Nov 18 16:17:06 CET 2013 --> <TITLE> Uses of Class com.mxgraph.swing.util.mxCellOverlay (JGraph X 2.3.0.3 API Specification) </TITLE> <META NAME="date" CONTENT="2013-11-18"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.mxgraph.swing.util.mxCellOverlay (JGraph X 2.3.0.3 API Specification)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/mxgraph/swing/util/mxCellOverlay.html" title="class in com.mxgraph.swing.util"><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> <p><b>JGraph X 2.3.0.3</b></p></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/mxgraph/swing/util//class-usemxCellOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="mxCellOverlay.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>com.mxgraph.swing.util.mxCellOverlay</B></H2> </CENTER> No usage of com.mxgraph.swing.util.mxCellOverlay <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/mxgraph/swing/util/mxCellOverlay.html" title="class in com.mxgraph.swing.util"><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> <p><b>JGraph X 2.3.0.3</b></p></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/mxgraph/swing/util//class-usemxCellOverlay.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="mxCellOverlay.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> <font size=1>Copyright (c) 2010 <a href="http://www.mxgraph.com/" target="_blank">Gaudenz Alder</a>. All rights reserved.</font> </BODY> </HTML>
luartmg/WMA
WMA/LibreriaJGraphx/docs/api/com/mxgraph/swing/util/class-use/mxCellOverlay.html
HTML
apache-2.0
6,150
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Contributing to developping NEMO ocean model</title> <meta name="viewport" content="width=device-width"> <meta name="description" content="Research activities and news of the MEOM Group"> <link rel="canonical" href="https://meom-group.github.io/nemo/"> <link rel="shortcut icon" href="/assets/img/meom-logo.png" type="image/x-icon"> <link rel="icon" href="/assets/img/meom-logo.png" type="image/x-icon"> <!-- Custom CSS & Bootstrap Core CSS --> <link rel="stylesheet" href="/assets/css/style.css"> <!-- Custom Fonts --> <link href='https://fonts.googleapis.com/css?family=Nunito:300' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'> <script src="https://use.fontawesome.com/3b437b500e.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/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body id="page-top" class="index"> <!-- Navigation --> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"><p class="navbar-brand-heading">MEOM Research Group</p><p><small>IGE, Grenoble, France</small></p></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li > <a href="/about/">About</a> </li> <li > <a href="/people/">People</a> </li> <!--<li class="dropdown "> <a href="/projects" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">People <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="/people-nb" class=>Noir Blanc</a></li> <li><a href="/people-color" class=>Couleurs</a></li> </ul> </li> --> <li class="dropdown "> <a href="/projects" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">Projects <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="/projects/" class=>List of projects</a></li> <li><a href="/projects/swot-st" class=>SWOT-ST</a></li> <li><a href="/projects/sobums" class=>SOBUMS</a></li> <li><a href="/projects#occiput" class=>OCCIPUT</a></li> <li><a href="/projects/drakkar" class=>DRAKKAR</a></li> <li><a href="/projects#atlantos" class=>ATLANTOS</a></li> </ul> </li> <li > <a href="/code/">Code</a> </li> <li > <a href="/data/">Data</a> </li> <li > <a href="/publications/">Publications</a> </li> <li > <a href="/jobs/">Job Offers</a> </li> <li > <a href="/blog/">News</a> </li> <li > <a href="/contact/">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container-fluid --> </nav> <section id="about"> <div class="container" id="welcome"> <div class="welcome-banner"> <h2 class="welcome-banner-heading">Contributing to developping NEMO ocean model</h2> </div> </div> <div class="container"> <div class="panel-body"> <div class="row"> <div class="col-md-2"> <a href="/climate"> <i class="fa fa-arrow-circle-left"> </i> Previous topic </a> </div> <div class="col-md-8"> <h3 class="bio-heading"> </h3> <p>The MEOM team has a longstanding experience in developping and using numerical softwares and geoscientific models alongside research in oceanography. Over the past 15 years, we have been contributing actively to the development of NEMO, which is today, the main geoscientific model used in our group. We indeed believe that numerical software is key to advancing research in oceanography. This is why we devote continuous efforts to supporting NEMO.</p> <p><img class="img-responsive img-centered" src="https://auraoupa.github.io/template4/assets/img/Logo-NEMObg.png" alt="" /></p> <p>The Nucleus for European Modelling of the Ocean <a href="http://www.nemo-ocean.eu">NEMO</a> is an ocean modeling framework, distributed under CeCILL license, and used by a large community (with about ~100 registered projects and ~1000 registered users in 2015) for oceanographic research, operational oceanography, seasonal forecast and climate projections. Since 2008, its development is shared within a european consortium including CNRS (France), Mercator-Ocean (France), NERC (UK), Met Office (UK), CMCC (Italy) and INGV(Italy).</p> <p>NEMO combines several modelling components, adapted to a wide range of applications. NEMO includes an ocean physics component (NEMO-OPA), an interactive sea-ice component (NEMO-LIM), and interactive Lagrangian iceberg component (NEMO-ICB), a transport component for ocean biogeochemistry (NEMO-TOP), a data-assimilation component (NEMO-TAM), a virtual observation generator (NEMO-OBS) and an adaptative mesh-refinement component (AGRIF).</p> <p>Our group contributes to NEMO is several ways. As users of NEMO, we carry out frontier simulations that push the limits of NEMO capabilities. Our research projects often require NEMO model configurations to run on thousands of cores. Recent ensemble simulations at eddying resolution and basin-scale, submesoscale permitting simulations now push this limit beyond 10 000 cores. Our activity therefore helps calibrating and optimizing NEMO for massively parallel applications.</p> <p>Since 2003, our group has been leading the <a href="https://www.drakkar-ocean.eu/what-is-drakkar">DRAKKAR</a> coordination, and therefore contributed to organizing the community of NEMO users. DRAKKAR indeed serves as a forum for sharing NEMO global model configuration. DRAKKAR members share forcing sets, tools and expertise for various frontiers simulations with NEMO. Every January, the MEOM group organizes and hosts the DRAKKAR annual workshop in Grenoble.</p> <p>We also have a more formal contribution to NEMO activities with some MEOM group members being officially involved in NEMO system team and NEMO developpers’ commitee. We are in particular leading NEMO working group on data assimilation component (NEMO-ASSIM). Alongside our colleagues in France, UK and Italy, we also contribute actively to setting NEMO’s strategy for future developments so that NEMO continues serving the need of ocean science, climate and operational applications.</p> </div> <div class="col-md-2"> <a href="/data"> Next topic <i class="fa fa-arrow-circle-right"> </i> </a> </div> </div> </div> </div> </section> <div id="footer" > <div class="container"> <p>Copyright &copy; MEOM Research Group 2016 - <a href="https://github.com/meom-group"> <i class="icon fa-github"></i> MEOM group</a> - <a href="//feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> RSS </a> </p> <br> <div class="row"> <div class="col-sm-2"> <h4> <a href="/about/"> About </a></h4> <h4> <a href="/people/"> People </a></h4> <h4> <a href="/projects"> Projects </a></h4> <h4> <a href="/code"> Code </a></h4> <h4> <a href="/data"> Data </a></h4> </div> <div class="col-sm-6"> <ul style="color:white"> <br> <li> <a href="/unravel">Exploring ocean fine scales motions</a> </li> <li> <a href="/forecast">Quantifying chaos and uncertainties in the ocean evolution</a> </li> <li> <a href="/climate">Understanding the ocean role in the climate machinery</a> </li> <li> <a href="/nemo">Contributing to developping NEMO ocean model</a> </li> </ul> </div> <div class="col-sm-2"> <h4> <a href="/publications"> Publications </a></h4> <h4> <a href="/jobs"> Job Offers </a></h4> <h4> <a href="/news"> News </a></h4> <h4> <a href="/contact"> Contact </a></h4> </div> </div> </div> </div> <script src="/assets/js/jquery-2.2.0.min.js"></script> <script src="/assets/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="/assets/js/jquery.easing.min.js"></script> <script src="/assets/js/classie.min.js"></script> <!-- Custom Theme JavaScript --> <script src="/assets/js/custom.min.js"></script> <!-- Menus deroulant --> <script src="/assets/js/functions.js"></script> </body> </html>
meom-group/meom-group.github.io
_site/nemo/index.html
HTML
apache-2.0
10,300
<!-- Resume Section --> <section id="resume" class="content-section text-center"> <div class="resume-section"> <div class="container"> <div class="col-lg-8 col-lg-offset-2"> <h2>Resum&eacute;</h2> <p>You can view my resum&eacute; here.</p> <a href="{{ site.baseurl }}/resume/" class="btn btn-default btn-lg">Resum&eacute;</a> </div> </div> </div> </section>
eruraindil/eruraindil.github.com
_includes/resume.html
HTML
apache-2.0
430
<!-- Header --> <header> <div class="container"> <div class="row"> <div class="col-lg-12"> <img class="img-responsive" src="img/M-logo.png" alt=""> <div class="intro-text"> <span class="name">{{ site.title }}</span> <br/> <span class="skills">{{ site.skills }}</span> </div> </div> </div> </div> </header>
megankbarker/megan-freelancer
_includes/header.html
HTML
apache-2.0
521
<!DOCTYPE HTML> <html> <head> <title>Arabic - Guowei Lv</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="generator" content="Hugo 0.25.1" /> <link rel="apple-touch-icon-precomposed" href='https://www.lvguowei.me/favicon/apple-touch-icon-precomposed.png'> <link rel="icon" href='https://www.lvguowei.me/favicon/favicon.png'> <meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-TileImage" content='/favicon/mstile.png'> <meta name="description" content="Guowei Lv"> <meta property="og:title" content="Arabic" /> <meta property="og:description" content="Guowei Lv" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://www.lvguowei.me/tags/arabic/" /> <meta property="og:updated_time" content="2017-03-20T20:27:39&#43;02:00"/> <meta itemprop="name" content="Arabic"> <meta itemprop="description" content="Guowei Lv"> <link rel="stylesheet" href="https://www.lvguowei.me/css/google-font.css" /> <link rel="stylesheet" href="https://www.lvguowei.me/css/font-awesome.min.css" /> <link rel="stylesheet" href="https://www.lvguowei.me/css/main.css" /> <link rel="stylesheet" href="https://www.lvguowei.me/css/add-on.css" /> <link rel="stylesheet" href="https://www.lvguowei.me/css/monokai-sublime.css"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-71831707-2', 'auto'); ga('send', 'pageview'); </script> </head> <body> <div id="wrapper"> <header id="header"> <h2><a href="https://www.lvguowei.me/">Guowei Lv</i></a></h2> <nav class="links"> <ul> <li> <a href="https://www.lvguowei.me/post"> <i class="fa fa-newspaper-o">&nbsp;</i>Blog </a> </li> <li> <a href="https://www.lvguowei.me/categories"> Categories </a> </li> <li> <a href="https://www.lvguowei.me/about"> About </a> </li> </ul> </nav> <nav class="main"> <ul> <li class="search"> <a class="fa-search" href="#search">Search</a> <form id="search" method="get" action="//google.com/search"> <input type="text" name="q" placeholder="Search" /> <input type="hidden" name="as_sitesearch" value="https://www.lvguowei.me/"> </form> </li> <li class="menu"> <a class="fa-bars" href="#menu">Menu</a> </li> </ul> </nav> </header> <section id="menu"> <section> <form class="search" method="get" action="//google.com/search"> <input type="text" name="q" placeholder="Search" /> <input type="hidden" name="q" value="site:https://www.lvguowei.me/"> </form> </section> <section> <ul class="links"> <li> <a href="https://www.lvguowei.me/post"> <h3> <i class="fa fa-newspaper-o">&nbsp;</i> Blog </h3> </a> </li> <li> <a href="https://www.lvguowei.me/categories"> <h3> Categories </h3> </a> </li> <li> <a href="https://www.lvguowei.me/about"> <h3> About </h3> </a> </li> </ul> </section> <section> <ul class="links"> <header> <h3>Recent Posts</h3> </header> <li> <a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-4/"><p>All You Need To Know About Android Espresso Testing (Part IV)</p></a> </li> <li> <a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-3/"><p>All You Need To Know About Android Espresso Testing (Part III)</p></a> </li> <li> <a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-2/"><p>All You Need To Know About Android Espresso Testing (Part II)</p></a> </li> <li> <a href="https://www.lvguowei.me/post/how-to-follow-hand-made-hero-on-linux/"><p>How To Follow Hand Made Hero On Linux</p></a> </li> <li> <a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing/"><p>All You Need To Know About Android Espresso Testing (Part I)</p></a> </li> </ul> </section> </section> <div id="main"> <article class="post"> <header> <div class="title"> <h2><a href="https://www.lvguowei.me/post/mock-objects-dimistified/">Mock Objects Demystified</a></h2> </div> <div class="meta"> <time class="published" datetime='2017-03-20'> March 20, 2017</time> <span class="author"></span> <p>3 minute read</p> </div> </header> <p>If you have ever tried writing any non trivial tests, mocks should not be a stranger to you. But what about some other &ldquo;mock&rdquo; like objects like stubs, spies and such? How are they different from each other? In this blog post, I will explain it as simple and easy to remember as possible. Everything is a test double. Test double is just a general name for all mock like objects.</p> <footer> <ul class="actions"> <li><a href="https://www.lvguowei.me/post/mock-objects-dimistified/" class="button big">Continue Reading</a></li> </ul> <ul class="stats"> <li> Category </li> <li><a href='https://www.lvguowei.me/categories/test-driven-development'>Test Driven Development</a></li> </ul> </footer> </article> <article class="post"> <header> <div class="title"> <h2><a href="https://www.lvguowei.me/post/programming-kata-day-13/">Programming Kata Day 13</a></h2> </div> <div class="meta"> <time class="published" datetime='2017-03-06'> March 6, 2017</time> <span class="author"></span> <p>1 minute read</p> </div> </header> <p>Problem The elevator can be on first floor or second floor The elevator can be either openned or closed. The elevator can go up or down. But when it goes up or down, the door has to be closed. The door can open or close, but it cannot open when it is already openned or close when it is already closed. Write a function that takes a list of actions with :done indicating the end, and return if this sequence is legal or not.</p> <footer> <ul class="actions"> <li><a href="https://www.lvguowei.me/post/programming-kata-day-13/" class="button big">Continue Reading</a></li> </ul> <ul class="stats"> <li> Category </li> <li><a href='https://www.lvguowei.me/categories/programming-kata'>programming kata</a></li> </ul> </footer> </article> <article class="post"> <header> <div class="title"> <h2><a href="https://www.lvguowei.me/post/clojure-tail-recursion/">Clojure Tail Recursion</a></h2> </div> <div class="meta"> <time class="published" datetime='2017-02-27'> February 27, 2017</time> <span class="author"></span> <p>2 minute read</p> </div> </header> <p>What this recur and tail calls optimization is all about in Clojure? This blog post is trying to give a short yet easy to remember explanation. Before explaining anything, let&rsquo;s look at how we can implement + using recursion. This is actually an interesting task, implement our +, since most of the time + is a built-in function. So to make things a bit more clear, let&rsquo;s assume that our computer is drunk and forgets about how to do +, but it still remembers how to increment and decrement by 1.</p> <footer> <ul class="actions"> <li><a href="https://www.lvguowei.me/post/clojure-tail-recursion/" class="button big">Continue Reading</a></li> </ul> <ul class="stats"> <li> Category </li> <li><a href='https://www.lvguowei.me/categories/clojure'>Clojure</a></li> </ul> </footer> </article> <article class="post"> <header> <div class="title"> <h2><a href="https://www.lvguowei.me/post/programming-kata-day-12/">programming kata day 12</a></h2> </div> <div class="meta"> <time class="published" datetime='2017-02-26'> February 26, 2017</time> <span class="author"></span> <p>1 minute read</p> </div> </header> <p>Problem Implement a unit converter that uses the given the following metric (def metric {:meter 1 :km 1000 :cm <sup>1</sup>&frasl;<sub>100</sub> :mm [<sup>1</sup>&frasl;<sub>10</sub> :cm]}) The converter should anwser questions like: How many meters are there in 10 km and 20 cm? Solution (defn convert <a href="reduce (fn [result [mag unit]] (let [val (metric unit)] (if (vector? val) (+ result (* mag (convert context val))) (+ result (* mag val))))) 0 (partition 2 descriptor)">context descriptor</a>) (convert metric [1 :meter]) (convert metric [3 :km 10 :meter])</p> <footer> <ul class="actions"> <li><a href="https://www.lvguowei.me/post/programming-kata-day-12/" class="button big">Continue Reading</a></li> </ul> <ul class="stats"> <li> Category </li> <li><a href='https://www.lvguowei.me/categories/programming-kata'>programming kata</a></li> </ul> </footer> </article> <article class="post"> <header> <div class="title"> <h2><a href="https://www.lvguowei.me/post/programming-kata-day-11/">programming kata day 11</a></h2> </div> <div class="meta"> <time class="published" datetime='2017-02-25'> February 25, 2017</time> <span class="author"></span> <p>1 minute read</p> </div> </header> <p>Problem This coding adventure comes from Advend Of Code Day 2 Solution Github</p> <footer> <ul class="actions"> <li><a href="https://www.lvguowei.me/post/programming-kata-day-11/" class="button big">Continue Reading</a></li> </ul> <ul class="stats"> <li> Category </li> <li><a href='https://www.lvguowei.me/categories/programming-kata'>programming kata</a></li> </ul> </footer> </article> <ul class="actions pagination"> <li><a href="https://www.lvguowei.me/tags/arabic/page/4/" class="button big previous">Previous Page</a></li> <li><a href="https://www.lvguowei.me/tags/arabic/page/6/" class="button big next">Next Page</a></li> </ul> </div> <section id="sidebar"> <section id="intro"> <a href="https://www.lvguowei.me/" class="logo"><img src="https://www.lvguowei.me/img/logo.jpg" alt="Guowei Lv" /></a> <header> <h2>Guowei Lv</h2> <p>Keep sane and code</p> </header> <ul class="icons"> <li><a href="https://www.lvguowei.me/tags/arabic/index.xml" type="application/rss+xml" target="_blank" title="RSS" class="fa fa-rss"></a></li> <li><a href="//github.com/lvguowei" target="_blank" title="GitHub" class="fa fa-github"></a></li> <li><a href="//lvguowei.deviantart.com/" target="_blank" title="DeviantArt" class="fa fa-deviantart"></a></li> <li><a href="//linkedin.com/in/lvguowei" target="_blank" title="LinkedIn" class="fa fa-linkedin"></a></li> <li><a href="mailto:lvguowei1002@gmail.com" title="Email" class="fa fa-envelope"></a></li> </ul> </section> <section id="recent-posts"> <ul class="posts"> <header> <h3>Recent Posts</h3> </header> <li> <article> <header> <h3><a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-4/">All You Need To Know About Android Espresso Testing (Part IV)</a></h3> <time class="published" datetime= '2017-07-21'> July 21, 2017</time> </header> </article> </li> <li> <article> <header> <h3><a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-3/">All You Need To Know About Android Espresso Testing (Part III)</a></h3> <time class="published" datetime= '2017-07-21'> July 21, 2017</time> </header> </article> </li> <li> <article> <header> <h3><a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing-2/">All You Need To Know About Android Espresso Testing (Part II)</a></h3> <time class="published" datetime= '2017-07-21'> July 21, 2017</time> </header> </article> </li> <li> <article> <header> <h3><a href="https://www.lvguowei.me/post/how-to-follow-hand-made-hero-on-linux/">How To Follow Hand Made Hero On Linux</a></h3> <time class="published" datetime= '2017-07-20'> July 20, 2017</time> </header> </article> </li> <li> <article> <header> <h3><a href="https://www.lvguowei.me/post/all-you-need-to-know-about-android-espresso-testing/">All You Need To Know About Android Espresso Testing (Part I)</a></h3> <time class="published" datetime= '2017-07-13'> July 13, 2017</time> </header> </article> </li> <li> <ul class="actions"> <li><a href= "/post/" class="button">View more posts</a></li> </ul> </li> </ul> </section> <section id="categories"> <ul class="posts"> <header> <h3><a href="https://www.lvguowei.me/categories/">Categories</a></h3> </header> <li> <article> <header> <a href="https://www.lvguowei.me/categories/programming-kata/">programming kata</a> <span style="float:right;">15</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/android-development/">Android Development</a> <span style="float:right;">12</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/finnish-learning/">Finnish Learning</a> <span style="float:right;">10</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/object-oriented-design/">Object Oriented Design</a> <span style="float:right;">7</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/android-library/">Android Library</a> <span style="float:right;">3</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/c&#43;&#43;-primer/">C&#43;&#43; Primer</a> <span style="float:right;">3</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/clojure/">Clojure</a> <span style="float:right;">3</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/painting/">Painting</a> <span style="float:right;">3</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/ranting/">Ranting</a> <span style="float:right;">3</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/refactoring/">Refactoring</a> <span style="float:right;">3</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/hand-made-hero/">Hand Made Hero</a> <span style="float:right;">2</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/sicp/">SICP</a> <span style="float:right;">2</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/test-driven-development/">Test Driven Development</a> <span style="float:right;">2</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/android-programming/">Android Programming</a> <span style="float:right;">1</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/books/">Books</a> <span style="float:right;">1</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/concurrent-programming/">Concurrent Programming</a> <span style="float:right;">1</span> </header> </article> </li> <li> <article> <header> <a href="https://www.lvguowei.me/categories/perfume/">Perfume</a> <span style="float:right;">1</span> </header> </article> </li> </ul> </section> <section class="blurb"> <h2>About</h2> <p>Welcome to my personal website. In here, I talk about programming in general and other cool stuff. Stay tuned!</p> <ul class="actions"> <li><a href="https://www.lvguowei.me/about/" class="button">Learn More</a></li> </ul> </section> <section id="footer"> <ul class="icons"> <li><a href="https://www.lvguowei.me/tags/arabic/index.xml" type="application/rss+xml" target="_blank" title="RSS" class="fa fa-rss"></a></li> <li><a href="//github.com/lvguowei" target="_blank" title="GitHub" class="fa fa-github"></a></li> <li><a href="//lvguowei.deviantart.com/" target="_blank" title="DeviantArt" class="fa fa-deviantart"></a></li> <li><a href="//linkedin.com/in/lvguowei" target="_blank" title="LinkedIn" class="fa fa-linkedin"></a></li> <li><a href="mailto:lvguowei1002@gmail.com" title="Email" class="fa fa-envelope"></a></li> </ul> <p class="copyright">&copy; Guowei Lv. </p> </section> </section> </div> <a id="back-to-top" href="#" class="fa fa-arrow-up fa-border fa-2x"></a> <script src="https://www.lvguowei.me/js/jquery.min.js"></script> <script src="https://www.lvguowei.me/js/skel.min.js"></script> <script src="https://www.lvguowei.me/js/util.js"></script> <script src="https://www.lvguowei.me/js/main.js"></script> <script src="https://www.lvguowei.me/js/backToTop.js"></script> <script src="https://www.lvguowei.me/js/highlight.pack.js"></script> <script>hljs.initHighlightingOnLoad();</script> </body> </html>
lvguowei/lvguowei.github.io
tags/arabic/page/5/index.html
HTML
apache-2.0
29,352
<!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> <title>SHOP 管理中心 - 商品分类 </title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="<?php echo base_url('application/views/styles/general.css');?>" rel="stylesheet" type="text/css" /> <link href="<?php echo base_url('application/views/styles/main.css');?>" rel="stylesheet" type="text/css" /> </head> <body> <h1> <span class="action-span"><a href="<?php echo site_url('admin/category/add')?>">添加分类</a></span> <span class="action-span1"><a href="index.php?act=main">SHOP 管理中心</a> </span><span id="search_id" class="action-span1"> - 商品分类 </span> <div style="clear:both"></div> </h1> <form method="post" action="" name="listForm"> <!-- start ad position list --> <div class="list-div" id="listDiv"> <table width="100%" cellspacing="1" cellpadding="2" id="list-table"> <tbody> <tr> <th>分类名称</th> <th>商品数量</th> <th>数量单位</th> <th>导航栏</th> <th>是否显示</th> <th>价格分级</th> <th>排序</th> <th>操作</th> </tr> <?php foreach ($cates as $cate):?> <tr align="center" class="0" id="0_1"> <td align="left" class="first-cell"> <img src="images/menu_minus.gif" id="icon_0_1" width="9" height="9" border="0" style="margin-left:0em" onclick="rowClicked(this)"> <span><?php echo str_repeat("&nbsp;&nbsp;", $cate['level']);?><a href="goods.php?act=list&amp;cat_id=1"><?php echo $cate['cat_name'];?></a></span> </td> <td width="10%">0</td> <td width="10%"><span onclick="listTable.edit(this, 'edit_measure_unit', 1)" title="点击修改内容" style=""><?php echo $cate['unit'];?></span></td> <td width="10%"><img src="images/no.gif" onclick="listTable.toggle(this, 'toggle_show_in_nav', 1)"></td> <td width="10%"><img src="images/yes.gif" onclick="listTable.toggle(this, 'toggle_is_show', 1)"></td> <td><span onclick="listTable.edit(this, 'edit_grade', 1)" title="点击修改内容" style="">5</span></td> <td width="10%" align="right"><span onclick="listTable.edit(this, 'edit_sort_order', 1)" title="点击修改内容" style="">50</span></td> <td width="24%" align="center"> <a href="category.php?act=move&amp;cat_id=1">转移商品</a> | <a href="<?php echo site_url('admin/category/edit').'/'.$cate['cat_id']?>">编辑</a> | <a href="javascript:;" onclick="listTable.remove(1, '您确认要删除这条记录吗?')" title="移除">移除</a> </td> </tr> <?php endforeach; ?> <!-- start 这些代码是显示使用,没有格式化 开发时可删除--> <!-- end这些代码是显示使用,没有格式化 开发时可删除--> </tbody> </table> </div> </form> </table> </div> </form> <div id="footer"> 版权所有 &copy; 2006-2013 传智播客 - PHP培训 - </div> </div> </body> </html>
xiangyaozengcom/ci20150213
application/views/cat_list.html
HTML
apache-2.0
3,046
<!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_26) on Mon May 07 13:00:01 PDT 2012 --> <TITLE> Uses of Class org.apache.hadoop.mapred.SequenceFileOutputFormat (Hadoop 0.20.2-cdh3u4 API) </TITLE> <META NAME="date" CONTENT="2012-05-07"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.mapred.SequenceFileOutputFormat (Hadoop 0.20.2-cdh3u4 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/mapred/SequenceFileOutputFormat.html" title="class in org.apache.hadoop.mapred"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/mapred//class-useSequenceFileOutputFormat.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SequenceFileOutputFormat.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.mapred.SequenceFileOutputFormat</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../org/apache/hadoop/mapred/SequenceFileOutputFormat.html" title="class in org.apache.hadoop.mapred">SequenceFileOutputFormat</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapred"><B>org.apache.hadoop.mapred</B></A></TD> <TD>A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapred"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/apache/hadoop/mapred/SequenceFileOutputFormat.html" title="class in org.apache.hadoop.mapred">SequenceFileOutputFormat</A> in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/apache/hadoop/mapred/SequenceFileOutputFormat.html" title="class in org.apache.hadoop.mapred">SequenceFileOutputFormat</A> in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/hadoop/mapred/SequenceFileAsBinaryOutputFormat.html" title="class in org.apache.hadoop.mapred">SequenceFileAsBinaryOutputFormat</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An <A HREF="../../../../../org/apache/hadoop/mapred/OutputFormat.html" title="interface in org.apache.hadoop.mapred"><CODE>OutputFormat</CODE></A> that writes keys, values to <A HREF="../../../../../org/apache/hadoop/io/SequenceFile.html" title="class in org.apache.hadoop.io"><CODE>SequenceFile</CODE></A>s in binary(raw) format</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/mapred/SequenceFileOutputFormat.html" title="class in org.apache.hadoop.mapred"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/mapred//class-useSequenceFileOutputFormat.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SequenceFileOutputFormat.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
Shmuma/hadoop
docs/api/org/apache/hadoop/mapred/class-use/SequenceFileOutputFormat.html
HTML
apache-2.0
8,531
<!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_162) on Sat Apr 25 17:31:42 PDT 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.fasterxml.jackson.jr.stree.util.JrsTreeTraversingParser (jackson-jr-stree 2.11.0 API)</title> <meta name="date" content="2020-04-25"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.fasterxml.jackson.jr.stree.util.JrsTreeTraversingParser (jackson-jr-stree 2.11.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/fasterxml/jackson/jr/stree/util/JrsTreeTraversingParser.html" title="class in com.fasterxml.jackson.jr.stree.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/fasterxml/jackson/jr/stree/util/class-use/JrsTreeTraversingParser.html" target="_top">Frames</a></li> <li><a href="JrsTreeTraversingParser.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.fasterxml.jackson.jr.stree.util.JrsTreeTraversingParser" class="title">Uses of Class<br>com.fasterxml.jackson.jr.stree.util.JrsTreeTraversingParser</h2> </div> <div class="classUseContainer">No usage of com.fasterxml.jackson.jr.stree.util.JrsTreeTraversingParser</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/fasterxml/jackson/jr/stree/util/JrsTreeTraversingParser.html" title="class in com.fasterxml.jackson.jr.stree.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/fasterxml/jackson/jr/stree/util/class-use/JrsTreeTraversingParser.html" target="_top">Frames</a></li> <li><a href="JrsTreeTraversingParser.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2020 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> </body> </html>
FasterXML/jackson-jr
docs/javadoc/jr-stree/2.11/com/fasterxml/jackson/jr/stree/util/class-use/JrsTreeTraversingParser.html
HTML
apache-2.0
4,964
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_67) on Sun Sep 07 15:29:50 CEST 2014 --> <title>Uses of Class org.apache.cassandra.db.ColumnFamilyStore.FlushLargestColumnFamily (apache-cassandra API)</title> <meta name="date" content="2014-09-07"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.db.ColumnFamilyStore.FlushLargestColumnFamily (apache-cassandra API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.FlushLargestColumnFamily.html" title="class in org.apache.cassandra.db">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/db/class-use/ColumnFamilyStore.FlushLargestColumnFamily.html" target="_top">Frames</a></li> <li><a href="ColumnFamilyStore.FlushLargestColumnFamily.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.db.ColumnFamilyStore.FlushLargestColumnFamily" class="title">Uses of Class<br>org.apache.cassandra.db.ColumnFamilyStore.FlushLargestColumnFamily</h2> </div> <div class="classUseContainer">No usage of org.apache.cassandra.db.ColumnFamilyStore.FlushLargestColumnFamily</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.FlushLargestColumnFamily.html" title="class in org.apache.cassandra.db">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/db/class-use/ColumnFamilyStore.FlushLargestColumnFamily.html" target="_top">Frames</a></li> <li><a href="ColumnFamilyStore.FlushLargestColumnFamily.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2014 The Apache Software Foundation</small></p> </body> </html>
varunmc/cassandra-server
apache-cassandra-2.1.0/javadoc/org/apache/cassandra/db/class-use/ColumnFamilyStore.FlushLargestColumnFamily.html
HTML
apache-2.0
4,617
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Oct 17 21:44:59 EDT 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.search.SolrReturnFields (Solr 4.5.1 API)</title> <meta name="date" content="2013-10-17"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.search.SolrReturnFields (Solr 4.5.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/search/SolrReturnFields.html" title="class in org.apache.solr.search">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/search//class-useSolrReturnFields.html" target="_top">FRAMES</a></li> <li><a href="SolrReturnFields.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.search.SolrReturnFields" class="title">Uses of Class<br>org.apache.solr.search.SolrReturnFields</h2> </div> <div class="classUseContainer">No usage of org.apache.solr.search.SolrReturnFields</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/search/SolrReturnFields.html" title="class in org.apache.solr.search">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>PREV</li> <li>NEXT</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/search//class-useSolrReturnFields.html" target="_top">FRAMES</a></li> <li><a href="SolrReturnFields.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2013 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
Hernrup/solr
docs/solr-core/org/apache/solr/search/class-use/SolrReturnFields.html
HTML
apache-2.0
4,780
<!DOCTYPE html> <html> <meta charset="UTF-8"> <head> <title>Topic 03 -- Abstracts with Biological Entities (English) - 75 Topics / Sub-Topic Model 68 - 15 Topics</title> <style> table { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; } td, th { border: 1px solid #ddd; padding: 8px; } tr:nth-child(even){background-color: #f2f2f2;} tr:hover {background-color: #ddd;} th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #0099FF; color: white; } </style> </head> <body> <h2>Topic 03 -- Abstracts with Biological Entities (English) - 75 Topics / Sub-Topic Model 68 - 15 Topics</h2> <table border="1" class="dataframe"> <thead> <tr style="text-align: right;"> <th></th> <th>cite ad</th> <th>title</th> <th>authors</th> <th>publish year</th> <th>publish time</th> <th>dataset</th> <th>abstract mentions covid</th> <th>pmcid</th> <th>pubmed id</th> <th>doi</th> <th>cord uid</th> <th>topic weight</th> <th>Similarity scispacy</th> <th>Similarity specter</th> </tr> </thead> <tbody> <tr> <th id="w39j4y54";>1</th> <td>Zhang_2007</td> <td>Inhibition of replication and transcription activator and latency-associated nuclear antigen of Kaposi's sarcoma-associated herpesvirus by morpholino oligomers</td> <td>Zhang, Yan-Jin; Wang, Kai-Yu; Stein, David A.; Patel, Deendayal; Watkins, Rheba; Moulton, Hong M.; Iversen, Patrick L.; Matson, David O.</td> <td>2007</td> <td>2007-01-31</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2390898" target="_blank">PMC2390898</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16842866.0" target="_blank">16842866.0</a></td> <td><a href="https://doi.org/10.1016/j.antiviral.2006.05.017" target="_blank">10.1016/j.antiviral.2006.05.017</a></td> <td>w39j4y54</td> <td>0.990555</td> <td></td> <td></td> </tr> <tr> <th id="a7whyds8";>2</th> <td>Hussein_2017</td> <td>miRNA-36 inhibits KSHV, EBV, HSV-2 infection of cells via stifling expression of interferon induced transmembrane protein 1 (IFITM1)</td> <td>Hussein, Hosni A. M.; Akula, Shaw M.</td> <td>2017</td> <td>2017-12-21</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5740118" target="_blank">PMC5740118</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29269892.0" target="_blank">29269892.0</a></td> <td><a href="https://doi.org/10.1038/s41598-017-18225-w" target="_blank">10.1038/s41598-017-18225-w</a></td> <td>a7whyds8</td> <td>0.958698</td> <td></td> <td></td> </tr> <tr> <th id="18x8u2oe";>3</th> <td>Black_2019</td> <td>Identification of gammaherpesvirus infection in free-ranging black bears (Ursus americanus)</td> <td>Black, Wendy; Troyer, Ryan M.; Coutu, Jesse; Wong, Karsten; Wolff, Peregrine; Gilbert, Martin; Yuan, Junfa; Wise, Annabel G.; Wang, Sunny; Xu, Dan; Kiupel, Matti; Maes, Roger K.; Bildfell, Rob; Jin, Ling</td> <td>2019</td> <td>2019-01-02</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114836" target="_blank">PMC7114836</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30385363.0" target="_blank">30385363.0</a></td> <td><a href="https://doi.org/10.1016/j.virusres.2018.10.016" target="_blank">10.1016/j.virusres.2018.10.016</a></td> <td>18x8u2oe</td> <td>0.865275</td> <td></td> <td></td> </tr> <tr> <th id="p7yfd65o";>4</th> <td>Hussein_2018</td> <td>IFITM1 expression is crucial to gammaherpesvirus infection, in vivo</td> <td>Hussein, Hosni A. M.; Briestenska, Katarina; Mistrikova, Jela; Akula, Shaw M.</td> <td>2018</td> <td>2018-09-20</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6149222" target="_blank">PMC6149222</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30237526.0" target="_blank">30237526.0</a></td> <td><a href="https://doi.org/10.1038/s41598-018-32350-0" target="_blank">10.1038/s41598-018-32350-0</a></td> <td>p7yfd65o</td> <td>0.861935</td> <td></td> <td></td> </tr> <tr> <th id="4c23d77d";>5</th> <td>Larcher_1997</td> <td>Influence of viral infection on expression of cell surface antigens in human retinal pigment epithelial cells</td> <td>Larcher, Clara; Recheis, Heidrun; Sgonc, Roswitha; Göttinger, Wolfgang; Huemer, Hartwig P.; Irschick, Eveline U.</td> <td>1997</td> <td>1997-01-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087854" target="_blank">PMC7087854</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/9407229.0" target="_blank">9407229.0</a></td> <td><a href="https://doi.org/10.1007/bf01880670" target="_blank">10.1007/bf01880670</a></td> <td>4c23d77d</td> <td>0.735973</td> <td></td> <td></td> </tr> <tr> <th id="7z2pfqfb";>6</th> <td>McNulty_2015</td> <td>iPSC Neuronal Assay Identifies Amaryllidaceae Pharmacophore with Multiple Effects against Herpesvirus Infections</td> <td>McNulty, James; D’Aiuto, Leonardo; Zhi, Yun; McClain, Lora; Zepeda-Velázquez, Carlos; Ler, Spencer; Jenkins, Hilary A.; Yee, Michael B.; Piazza, Paolo; Yolken, Robert H.; Kinchington, Paul R.; Nimgaonkar, Vishwajit L.</td> <td>2015</td> <td>2015-12-01</td> <td>PMC</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4716588" target="_blank">PMC4716588</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26819664.0" target="_blank">26819664.0</a></td> <td><a href="https://doi.org/10.1021/acsmedchemlett.5b00318" target="_blank">10.1021/acsmedchemlett.5b00318</a></td> <td>7z2pfqfb</td> <td>0.407573</td> <td><a href="Topic_01.html#uee3lqrx">Davaro_2013</a></td> <td></td> </tr> <tr> <th id="uuuzfyjm";>7</th> <td>Shen_2019</td> <td>Antiviral Properties of R. tanguticum Nanoparticles on Herpes Simplex Virus Type I In Vitro and In Vivo</td> <td>Shen, Meng-xin; Ma, Nian; Li, Min-ke; Liu, Yuan-yuan; Chen, Tian; Wei, Fei; Liu, Dong-ying; Hou, Wei; Xiong, Hai-rong; Yang, Zhan-qiu</td> <td>2019</td> <td>2019-09-04</td> <td>COMM-USE</td> <td>N</td> <td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6737004" target="_blank">PMC6737004</a></td> <td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31555137.0" target="_blank">31555137.0</a></td> <td><a href="https://doi.org/10.3389/fphar.2019.00959" target="_blank">10.3389/fphar.2019.00959</a></td> <td>uuuzfyjm</td> <td>0.346474</td> <td></td> <td></td> </tr> </tbody> </table> </body> </html>
roaminsight/roamresearch
docs/CORD19_topics/cord19-2020-04-24-v9/text-ents-en-75-t68-15/Topic_03.html
HTML
apache-2.0
7,177
<!DOCTYPE html> <html> <head> <title>小马商城</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="format-detection" content="telephone=no" /> <meta name="format-detection" content="email=no" /> <link href="../css/g0.css" rel="stylesheet" type="text/css"> <link href="../css/g3.css" rel="stylesheet" type="text/css"> </head> <body> <header> <a class="fleft" href="##"><img src="../i/back.png" alt="返回"/></a> <div class="logo"><img src="../i/logo.png" alt="小马商城" class="logo1"/></div> </header> <section> <div class="d_tit"> <span class="fl-lf">课程表</span><span class="fl-ri">名师详情</span> </div> <div class="teacher_xx"> <ul> <li class="fleft "><img class="d_headimg" src="../i/img001.jpg" alt="头像"/></li> <li class="fleft d_headfont"> <p><span class="mr20">张老师</span></p> <p><span class="gray999">北京中关村</span></p> <!-- <p><span class="mr33">电话</span><span class="">189xxxxxxxx</span></p> --> <div class="d_score"> <p><span class="p_sbg1 P_sbg">总分</span>210分</p> <p><span class="p_sbg2 P_sbg">授课</span>210分</p> <p><span class="p_sbg3 P_sbg">好评</span>210分</p> <p><span class="p_sbg4 P_sbg">备考计划</span>210分</p> </div> </li> </ul> </div> <div class=" teacher_con"> <p class="mb1"><span>所授科目:</span><span >会对华为无二大河网IE哈娃儿发货然后放入和和王菲和问发<span></p> <p class="mb1"><span>简介:</span><span>会对华为无二大河网IE哈娃儿发货然后放入和和王菲和问发</span></p> </div> </section> </body> </html>
smile-org/smile
frontend/client/pages/static/onetoone/teacher_detail.html
HTML
apache-2.0
2,103
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example93-production</title> <link href="style.css" rel="stylesheet" type="text/css"> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.min.js"></script> </head> <body ng-app=""> <input type="button" value="set color" ng-click="myStyle={color:'red'}"> <input type="button" value="set background" ng-click="myStyle={'background-color':'blue'}"> <input type="button" value="clear" ng-click="myStyle={}"> <br/> <span ng-style="myStyle">Sample Text</span> <pre>myStyle={{myStyle}}</pre> </body> </html>
LADOSSIFPB/nutrif
nutrif-web/lib/angular/docs/examples/example-example93/index-production.html
HTML
apache-2.0
647
<main class="album-view container narrow" ng-controller="AlbumCtrl"> <section class="clearfix"> <div class="column half"> <img src="/assets/images/album_covers/01.png" class="album-cover-art"> </div> <div class="album-view-details column half"> <h2 class="album-view-title">{{ album.albumData.title }}</h2> <h3 class="album-view-artist">{{ album.albumData.artist }}</h3> <h5 class="album-view-release-info">{{ album.albumData.label }}</h5> </div> </section> <table class="album-view-song-list"> <tr class="album-view-song-item" ng-mouseover="hovered = true" ng-mouseleave="hovered = false" ng-repeat="song in album.albumData.songs"> <td class="song-item-number"> <span ng-show="!song.playing && !hovered">{{ $index + 1 }}</span> <a class="album-song-button" ng-show="!song.playing && hovered" ng-click="album.songPlayer.play(song)"><span class="ion-play"></span></a> <a class="album-song-button" ng-show="song.playing" ng-click="album.songPlayer.pause(song)"><span class="ion-pause"></span></a> </td> <td class="song-item-title">{{ song.title }}</td> <td class="song-item-duration">{{ song.duration | timecode }}</td> </tr> </table> </main> <ng-include src="'/templates/player_bar.html'"></ng-include>
raycewiggins/bloc-jams-angular
app/templates/album.html
HTML
apache-2.0
1,411