path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
app/views/myrasp.html
HaToHo/callerClient
<div class="jumbotron"> <h2>My raspberries</h2> </div> <div ng-switch on="action" > <div ng-switch-when="add"> <form name="addForm"> <fieldset class="form-group"> <label for="name">Name</label> <input id="name" name="name" class="form-control" type="text" ng-model="raspberry.name" required/> <p ng-show="addForm.name.$invalid && !addForm.name.$pristine && !raspberry.name" class="help-block">This field is required!</p> <p ng-show="verifyNotUniqueName(addForm, addForm.name)" class="help-block">The name already exists!</p> <small class="text-muted">Give your raspeberry a name.</small> </fieldset> <fieldset class="form-group"> <label for="id">Raspberry id</label> <input id="id" name="id" class="form-control" type="text" ng-model="raspberry.id" required/> <p ng-show="addForm.id.$invalid && !addForm.id.$pristine && !raspberry.id" class="help-block">This field is required!</p> <p ng-show="verifyNotUniqueId(addForm, addForm.id)" class="help-block">The id already exists!</p> <small class="text-muted">Raspberry id is used to identify your raspberry at the server.</small> </fieldset> <fieldset class="form-group"> <label for="sharedsecret">Shared secret</label> <input id="sharedsecret" name="sharedsecret" class="form-control" type="text" ng-model="raspberry.sharedsecret" required/> <p ng-show="addForm.sharedsecret.$invalid && !addForm.sharedsecret.$pristine" class="help-block">This field is required!</p> <small class="text-muted">Shared secret used for encryption with the server. Let's not trust https.</small> </fieldset> <fieldset class="form-group"> <label for="pkeypem">RSA PEM certificate</label> <textarea rows="8" class="form-control" id="certpem" name="certpem" ng-model="raspberry.certpem" required></textarea> <p ng-show="addForm.certpem.$invalid && !addForm.certpem.$pristine" class="help-block">This field is required!</p> <small class="text-muted">This certificate is used for verifying the JWT's from the raspberry.</small> </fieldset> <button ng-click="cancelRaspberry()" class="btn btn-primary pull-right">Cancel</button> <button ng-click="addRaspberry()" class="btn btn-primary pull-right" ng-disabled="addForm.$invalid">Add</button> </form> </div> <div ng-switch-when="list"> <a ng-click="setAction('add')" href="#/"><span class="glyphicon glyphicon-plus"></span> Add new raspberry</a> <div class="list-group"> <div ng-repeat="model in raspberryData track by model.id"> <a href="#" class="list-group-item active"> <h4 class="list-group-item-heading">{{model.name}}</h4> <p class="list-group-item-text">...dfdsfsdfsdf dsfsdf dsfdsf </p> </a> <hr /> </div> </div> </div> <button class="pull-right" type="button" ng-click="doVerify(genJWS())">ClickMe</button> </div>
CSC 445 WebCentric Programming/Final Project/poi-3.14/docs/apidocs/org/apache/poi/hwmf/record/class-use/HwmfMisc.WmfDeleteObject.html
jmemmons/university-assignments
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Class org.apache.poi.hwmf.record.HwmfMisc.WmfDeleteObject (POI API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.hwmf.record.HwmfMisc.WmfDeleteObject (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfDeleteObject.html" title="class in org.apache.poi.hwmf.record"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hwmf/record/\class-useHwmfMisc.WmfDeleteObject.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HwmfMisc.WmfDeleteObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.hwmf.record.HwmfMisc.WmfDeleteObject</B></H2> </CENTER> No usage of org.apache.poi.hwmf.record.HwmfMisc.WmfDeleteObject <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hwmf/record/HwmfMisc.WmfDeleteObject.html" title="class in org.apache.poi.hwmf.record"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hwmf/record/\class-useHwmfMisc.WmfDeleteObject.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HwmfMisc.WmfDeleteObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
poi-3.8/docs/apidocs/org/apache/poi/hssf/record/class-use/NoteStructureSubRecord.html
gmchen/MosquitoSimulation
<!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 Sat Mar 17 18:05:32 MSK 2012 --> <TITLE> Uses of Class org.apache.poi.hssf.record.NoteStructureSubRecord (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2012-03-17"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.hssf.record.NoteStructureSubRecord (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hssf/record/NoteStructureSubRecord.html" title="class in org.apache.poi.hssf.record"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hssf/record/\class-useNoteStructureSubRecord.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NoteStructureSubRecord.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.hssf.record.NoteStructureSubRecord</B></H2> </CENTER> No usage of org.apache.poi.hssf.record.NoteStructureSubRecord <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hssf/record/NoteStructureSubRecord.html" title="class in org.apache.poi.hssf.record"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hssf/record/\class-useNoteStructureSubRecord.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="NoteStructureSubRecord.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2012 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
blender/2.78c/blender-api/bpy.types.SceneActuator.html
techdude1996/devhelp-books
<!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>SceneActuator(Actuator) &#8212; Blender 2.78.0 3c043732d3f - API documentation</title> <link rel="stylesheet" href="_static/classic.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '2.78.0 3c043732d3f - API', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: false }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <link rel="top" title="Blender 2.78.0 3c043732d3f - API documentation" href="contents.html" /> <link rel="up" title="Types (bpy.types)" href="bpy.types.html" /> <link rel="next" title="SceneBases(bpy_struct)" href="bpy.types.SceneBases.html" /> <link rel="prev" title="Scene(ID)" href="bpy.types.Scene.html" /> </head> <body role="document"> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="bpy.types.SceneBases.html" title="SceneBases(bpy_struct)" accesskey="N">next</a> |</li> <li class="right" > <a href="bpy.types.Scene.html" title="Scene(ID)" accesskey="P">previous</a> |</li> <li class="nav-item nav-item-0"><a href="contents.html">Blender 2.78.0 3c043732d3f - API documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="bpy.types.html" accesskey="U">Types (bpy.types)</a> &#187;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="module-bpy.types"> <span id="sceneactuator-actuator"></span><h1>SceneActuator(Actuator)<a class="headerlink" href="#module-bpy.types" title="Permalink to this headline">¶</a></h1> <p>base classes &#8212; <a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct" title="bpy.types.bpy_struct"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct</span></code></a>, <a class="reference internal" href="bpy.types.Actuator.html#bpy.types.Actuator" title="bpy.types.Actuator"><code class="xref py py-class docutils literal"><span class="pre">Actuator</span></code></a></p> <dl class="class"> <dt id="bpy.types.SceneActuator"> <em class="property">class </em><code class="descclassname">bpy.types.</code><code class="descname">SceneActuator</code><span class="sig-paren">(</span><em>Actuator</em><span class="sig-paren">)</span><a class="headerlink" href="#bpy.types.SceneActuator" title="Permalink to this definition">¶</a></dt> <dd><dl class="attribute"> <dt id="bpy.types.SceneActuator.camera"> <code class="descname">camera</code><a class="headerlink" href="#bpy.types.SceneActuator.camera" title="Permalink to this definition">¶</a></dt> <dd><p>Set this Camera (leave empty to refer to self object)</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Type:</th><td class="field-body"><a class="reference internal" href="bpy.types.Object.html#bpy.types.Object" title="bpy.types.Object"><code class="xref py py-class docutils literal"><span class="pre">Object</span></code></a></td> </tr> </tbody> </table> </dd></dl> <dl class="attribute"> <dt id="bpy.types.SceneActuator.mode"> <code class="descname">mode</code><a class="headerlink" href="#bpy.types.SceneActuator.mode" title="Permalink to this definition">¶</a></dt> <dd><table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Type:</th><td class="field-body">enum in [&#8216;RESTART&#8217;, &#8216;SET&#8217;, &#8216;CAMERA&#8217;, &#8216;ADDFRONT&#8217;, &#8216;ADDBACK&#8217;, &#8216;REMOVE&#8217;, &#8216;SUSPEND&#8217;, &#8216;RESUME&#8217;], default &#8216;RESTART&#8217;</td> </tr> </tbody> </table> </dd></dl> <dl class="attribute"> <dt id="bpy.types.SceneActuator.scene"> <code class="descname">scene</code><a class="headerlink" href="#bpy.types.SceneActuator.scene" title="Permalink to this definition">¶</a></dt> <dd><p>Scene to be added/removed/paused/resumed</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Type:</th><td class="field-body"><a class="reference internal" href="bpy.types.Scene.html#bpy.types.Scene" title="bpy.types.Scene"><code class="xref py py-class docutils literal"><span class="pre">Scene</span></code></a></td> </tr> </tbody> </table> </dd></dl> </dd></dl> <p class="rubric">Inherited Properties</p> <table class="hlist"><tr><td><ul class="simple"> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.id_data" title="bpy.types.bpy_struct.id_data"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.id_data</span></code></a></li> <li><a class="reference internal" href="bpy.types.Actuator.html#bpy.types.Actuator.name" title="bpy.types.Actuator.name"><code class="xref py py-class docutils literal"><span class="pre">Actuator.name</span></code></a></li> <li><a class="reference internal" href="bpy.types.Actuator.html#bpy.types.Actuator.type" title="bpy.types.Actuator.type"><code class="xref py py-class docutils literal"><span class="pre">Actuator.type</span></code></a></li> </ul> </td><td><ul class="simple"> <li><a class="reference internal" href="bpy.types.Actuator.html#bpy.types.Actuator.pin" title="bpy.types.Actuator.pin"><code class="xref py py-class docutils literal"><span class="pre">Actuator.pin</span></code></a></li> <li><a class="reference internal" href="bpy.types.Actuator.html#bpy.types.Actuator.show_expanded" title="bpy.types.Actuator.show_expanded"><code class="xref py py-class docutils literal"><span class="pre">Actuator.show_expanded</span></code></a></li> <li><a class="reference internal" href="bpy.types.Actuator.html#bpy.types.Actuator.active" title="bpy.types.Actuator.active"><code class="xref py py-class docutils literal"><span class="pre">Actuator.active</span></code></a></li> </ul> </td></tr></table> <p class="rubric">Inherited Functions</p> <table class="hlist"><tr><td><ul class="simple"> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.as_pointer" title="bpy.types.bpy_struct.as_pointer"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.as_pointer</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.driver_add" title="bpy.types.bpy_struct.driver_add"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.driver_add</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.driver_remove" title="bpy.types.bpy_struct.driver_remove"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.driver_remove</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.get" title="bpy.types.bpy_struct.get"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.get</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.is_property_hidden" title="bpy.types.bpy_struct.is_property_hidden"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.is_property_hidden</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.is_property_readonly" title="bpy.types.bpy_struct.is_property_readonly"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.is_property_readonly</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.is_property_set" title="bpy.types.bpy_struct.is_property_set"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.is_property_set</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.items" title="bpy.types.bpy_struct.items"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.items</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.keyframe_delete" title="bpy.types.bpy_struct.keyframe_delete"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.keyframe_delete</span></code></a></li> </ul> </td><td><ul class="simple"> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.keyframe_insert" title="bpy.types.bpy_struct.keyframe_insert"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.keyframe_insert</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.keys" title="bpy.types.bpy_struct.keys"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.keys</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.path_from_id" title="bpy.types.bpy_struct.path_from_id"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.path_from_id</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.path_resolve" title="bpy.types.bpy_struct.path_resolve"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.path_resolve</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.property_unset" title="bpy.types.bpy_struct.property_unset"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.property_unset</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.type_recast" title="bpy.types.bpy_struct.type_recast"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.type_recast</span></code></a></li> <li><a class="reference internal" href="bpy.types.bpy_struct.html#bpy.types.bpy_struct.values" title="bpy.types.bpy_struct.values"><code class="xref py py-class docutils literal"><span class="pre">bpy_struct.values</span></code></a></li> <li><a class="reference internal" href="bpy.types.Actuator.html#bpy.types.Actuator.link" title="bpy.types.Actuator.link"><code class="xref py py-class docutils literal"><span class="pre">Actuator.link</span></code></a></li> <li><a class="reference internal" href="bpy.types.Actuator.html#bpy.types.Actuator.unlink" title="bpy.types.Actuator.unlink"><code class="xref py py-class docutils literal"><span class="pre">Actuator.unlink</span></code></a></li> </ul> </td></tr></table> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="bpy.types.Scene.html" title="previous chapter">Scene(ID)</a></p> <h4>Next topic</h4> <p class="topless"><a href="bpy.types.SceneBases.html" title="next chapter">SceneBases(bpy_struct)</a></p> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <div><input type="text" name="q" /></div> <div><input type="submit" value="Go" /></div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="bpy.types.SceneBases.html" title="SceneBases(bpy_struct)" >next</a> |</li> <li class="right" > <a href="bpy.types.Scene.html" title="Scene(ID)" >previous</a> |</li> <li class="nav-item nav-item-0"><a href="contents.html">Blender 2.78.0 3c043732d3f - API documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="bpy.types.html" >Types (bpy.types)</a> &#187;</li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright Blender Foundation. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9. </div> </body> </html>
RossFamilyTree/fam/a/0/d15f608f62066a8567221305a0a.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Family of GAMMONS, James and SMITH, Elizabeth</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li class = "CurrentSection"><a href="../../../families.html" title="Families">Families</a></li> <li><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="RelationshipDetail"> <h2>Family of GAMMONS, James and SMITH, Elizabeth<sup><small></small></sup></h2> <div class="subsection" id="families"> <h4>Families</h4> <table class="infolist"> <tr class="BeginFamily"> <td class="ColumnType">Married</td> <td class="ColumnAttribute">Husband</td> <td class="ColumnValue"> <a href="../../../ppl/8/5/d15f608f5c84049c0b7c60d2158.html">GAMMONS, James<span class="grampsid"> [I17851]</span></a> </td> </tr> <tr class="BeginFamily"> <td class="ColumnType">Married</td> <td class="ColumnAttribute">Wife</td> <td class="ColumnValue"> <a href="../../../ppl/0/6/d15f608f90e362513cabb30f760.html">SMITH, Elizabeth<span class="grampsid"> [I17861]</span></a> </td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">&nbsp;</td> <td class="ColumnValue"> <table class="infolist eventlist"> <thead> <tr> <th class="ColumnEvent">Event</th> <th class="ColumnDate">Date</th> <th class="ColumnPlace">Place</th> <th class="ColumnDescription">Description</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnEvent"> <a href="../../../evt/7/d/d15f60dea6f58b070e74890b7d7.html" title="Marriage"> Marriage <span class="grampsid"> [E26335]</span> </a> </td> <td class="ColumnDate">1818-05-12</td> <td class="ColumnPlace"> <a href="../../../plc/d/3/d15f608f2abfbb688d9ed8073d.html" title=""> </a> </td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> <a href="#sref1a">1a</a> </td> </tr> </tbody> </table> </td> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Children</td> <td class="ColumnValue"> <ol> <li> <a href="../../../ppl/7/7/d15f608f94d5ebde695ded3277.html">GAMMONS, William<span class="grampsid"> [I17862]</span></a> </li> </ol> </td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Attributes</td> <td class="ColumnValue"> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">7D23D6979F6BD44882293EB77DFE7F4D1A88</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </td> </tr> </tr> </table> </div> <div class="subsection" id="attributes"> <h4>Attributes</h4> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">7D23D6979F6BD44882293EB77DFE7F4D1A88</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/e/6/d15f608f29d3071fdf4dc276f6e.html" title="Jessie Pitt Rootsweb database" name ="sref1"> Jessie Pitt Rootsweb database <span class="grampsid"> [S0376]</span> </a> <ol> <li id="sref1a"> <ul> <li> Confidence: Low </li> </ul> </li> </ol> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:55:25<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
doc/es/upm/ies/goniophotometer/threads/package-use.html
abdonvivas/KNDL
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_121) on Wed Jun 14 16:42:53 CEST 2017 --> <title>Uses of Package es.upm.ies.goniophotometer.threads</title> <meta name="date" content="2017-06-14"> <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 es.upm.ies.goniophotometer.threads"; } } 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-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?es/upm/ies/goniophotometer/threads/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 es.upm.ies.goniophotometer.threads" class="title">Uses of Package<br>es.upm.ies.goniophotometer.threads</h1> </div> <div class="contentContainer">No usage of es.upm.ies.goniophotometer.threads</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-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?es/upm/ies/goniophotometer/threads/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 ======= --> </body> </html>
quicktill/tillweb/templates/tillweb/units.html
sde1000/quicktill
{% extends "tillweb/tillweb.html" %} {% block title %}{{till}} — Units{% endblock %} {% block tillcontent %} <p>This table defines the units in which the system counts the amount of stock held. Each <a href="{% url "tillweb-stocktype-search" pubname=pubname %}">stock type</a> specifies which one of these will be used for that type of stock.</p> <p>The "base unit" is the physical unit used by the system to count how much stock we have: when we have "1" of something, this is how much we have.</p> <p>It isn't always sensible to price stock using base units. For example, in the UK wine is generally bought in 75cl bottles (although sometimes also in 1.5l bottles, or 5l, 10l or 20l bags-in-boxes), but is sold in 125ml, 175ml or 250ml glasses. 175ml doesn't divide exactly into 75cl so we can't use "bottle" as the base unit; we use "ml" instead. When we're setting a price for wine, though, we don't want to price per ml, we want to price per bottle. This is what the "base units per item" and "item name" columns are for: the price set for a stock type is per <em>item</em>, not per base unit.</p> <table class="table table-striped table-hover" id="unitlist"> <thead class="thead-light"> <tr> <th scope="col">Description</th> <th scope="col">Base unit</th> <th scope="col">Base units per item</th> <th scope="col">Item name</th> <th scope="col">Item name plural</th> </tr> </thead> <tbody> {% for u in units %} <tr> <td><a href="{{u.get_absolute_url}}">{{u.description}}</a></td> <td>{{u.name}}</td> <td>{{u.units_per_item}}</td> <td>{{u.item_name}}</td> <td>{{u.item_name_plural}}</td> </tr> {% endfor %} </tbody> </table> <script type="text/javascript"> $(document).ready(function(){ $("#unitlist").tablesorter(); }); </script> {% if may_create_unit %} <a class="btn btn-primary mb-2" href="{% url "tillweb-create-unit" pubname=pubname %}">Add new unit</a> {% endif %} {% endblock %}
Project/TaskMan/doc/ca/cmput301/team13/taskman/model/TaskModifiedComparator.html
CMPUT301F12T13/classproject
<!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_33) on Sun Dec 02 22:06:52 MST 2012 --> <TITLE> TaskModifiedComparator </TITLE> <META NAME="date" CONTENT="2012-12-02"> <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="TaskModifiedComparator"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TaskModifiedComparator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../ca/cmput301/team13/taskman/model/TaskFilter.html" title="class in ca.cmput301.team13.taskman.model"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../ca/cmput301/team13/taskman/model/User.html" title="class in ca.cmput301.team13.taskman.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?ca/cmput301/team13/taskman/model/TaskModifiedComparator.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TaskModifiedComparator.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> ca.cmput301.team13.taskman.model</FONT> <BR> Class TaskModifiedComparator</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>ca.cmput301.team13.taskman.model.TaskModifiedComparator</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.util.Comparator&lt;<A HREF="../../../../../ca/cmput301/team13/taskman/model/Task.html" title="class in ca.cmput301.team13.taskman.model">Task</A>&gt;</DD> </DL> <HR> <DL> <DT><PRE>public class <B>TaskModifiedComparator</B><DT>extends java.lang.Object<DT>implements java.util.Comparator&lt;<A HREF="../../../../../ca/cmput301/team13/taskman/model/Task.html" title="class in ca.cmput301.team13.taskman.model">Task</A>&gt;</DL> </PRE> <P> Compares modified dates of <A HREF="../../../../../ca/cmput301/team13/taskman/model/Task.html" title="class in ca.cmput301.team13.taskman.model"><CODE>Task</CODE></A> objects. <P> <P> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../ca/cmput301/team13/taskman/model/TaskModifiedComparator.html#TaskModifiedComparator()">TaskModifiedComparator</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../ca/cmput301/team13/taskman/model/TaskModifiedComparator.html#compare(ca.cmput301.team13.taskman.model.Task, ca.cmput301.team13.taskman.model.Task)">compare</A></B>(<A HREF="../../../../../ca/cmput301/team13/taskman/model/Task.html" title="class in ca.cmput301.team13.taskman.model">Task</A>&nbsp;t1, <A HREF="../../../../../ca/cmput301/team13/taskman/model/Task.html" title="class in ca.cmput301.team13.taskman.model">Task</A>&nbsp;t2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compares the modified dates of two <A HREF="../../../../../ca/cmput301/team13/taskman/model/Task.html" title="class in ca.cmput301.team13.taskman.model"><CODE>Task</CODE></A> instances.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.util.Comparator"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from interface java.util.Comparator</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="TaskModifiedComparator()"><!-- --></A><H3> TaskModifiedComparator</H3> <PRE> public <B>TaskModifiedComparator</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="compare(ca.cmput301.team13.taskman.model.Task, ca.cmput301.team13.taskman.model.Task)"><!-- --></A><H3> compare</H3> <PRE> public int <B>compare</B>(<A HREF="../../../../../ca/cmput301/team13/taskman/model/Task.html" title="class in ca.cmput301.team13.taskman.model">Task</A>&nbsp;t1, <A HREF="../../../../../ca/cmput301/team13/taskman/model/Task.html" title="class in ca.cmput301.team13.taskman.model">Task</A>&nbsp;t2)</PRE> <DL> <DD>Compares the modified dates of two <A HREF="../../../../../ca/cmput301/team13/taskman/model/Task.html" title="class in ca.cmput301.team13.taskman.model"><CODE>Task</CODE></A> instances. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE>compare</CODE> in interface <CODE>java.util.Comparator&lt;<A HREF="../../../../../ca/cmput301/team13/taskman/model/Task.html" title="class in ca.cmput301.team13.taskman.model">Task</A>&gt;</CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TaskModifiedComparator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../ca/cmput301/team13/taskman/model/TaskFilter.html" title="class in ca.cmput301.team13.taskman.model"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../ca/cmput301/team13/taskman/model/User.html" title="class in ca.cmput301.team13.taskman.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?ca/cmput301/team13/taskman/model/TaskModifiedComparator.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TaskModifiedComparator.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
src/patterns/prototypePattern/prototypePattern.tpl.html
YashdalfTheGray/js-patterns
<md-content layout-padding> <h2 flex>Prototype Pattern</h2> <md-content flex ng-hide="ctrl.ibs.isInfoVisible()"> <h3>Add a new car</h3> <md-content layout-padding layout="row" layout-sm="column"> <md-input-container id="year-input-container"> <label>Year</label> <input ng-model="ctrl.year" type="number" id="year-input"> </md-input-container> <md-input-container id="make-input-container"> <label>Make</label> <input ng-model="ctrl.make" id="make-input"> </md-input-container> <md-input-container id="model-input-container"> <label>Model</label> <input ng-model="ctrl.model"id="model-input"> </md-input-container> <md-button class="md-fab md-accent" aria-label="Add new car" ng-click="ctrl.addCar(ctrl.year, ctrl.make, ctrl.model)"> <i class="material-icons">add</i> </md-button> </md-content> <div class="spacer-lg"></div> <h3>List of cars added</h3> <p>The generic car model has already been added to the list and is also used as the prototype for all the new cars created above.</p> <div class="spacer-sm"></div> <md-list> <md-list-item ng-repeat="c in ctrl.cars track by $index"> {{$index + 1}}) {{c.details()}} </md-list-item> </md-list> </md-content> <md-content class="markdown-body" flex ng-show="ctrl.ibs.isInfoVisible()"> <p>The prototype pattern leverages JavaScript's prototypal inheritance to provide a blueprint which is used to create objects. A prototype object is created that contains all the common functionality. Afterwards, <code>Object.create()</code> is used to create new objects based off the prototype object.</p> <div class="highlight highlight-source-js"><pre>carPrototype <span class="pl-k">=</span> { <span class="pl-en">details</span><span class="pl-k">:</span> <span class="pl-k">function</span>() { } };</pre></div> <p>The <code>details()</code> method will be available to all objects created using the <code>carPrototype</code> object above. To create a new object based on a prototype,</p> <div class="highlight highlight-source-js"><pre><span class="pl-k">var</span> newCar <span class="pl-k">=</span> <span class="pl-c1">Object</span>.create(carPrototype, customizations);</pre></div> <p>The <code>customizations</code> object contains any members special to the <code>newCar</code> object like model, make or year.</p> <p>In JavaScript, the protoype pattern is particularly easy to implement since it leverages the prototypal strengths of the language rather than trying to emulate features of other languages. There are also performance considerations with the prototype pattern since the prototype is a reference, each new object does not create another copy of the prototype object. </p> </md-content> </md-content>
docs/javadoc/com/fware/cspdt/cspm/editor/outline/CspMContentOutlinePage.html
jbjj/cspdt
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_111) on Mon Jan 02 20:15:53 BRT 2017 --> <title>CspMContentOutlinePage</title> <meta name="date" content="2017-01-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="CspMContentOutlinePage"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/CspMContentOutlinePage.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../com/fware/cspdt/cspm/editor/outline/CspMAstTreeNodeGenerator.html" title="class in com.fware.cspdt.cspm.editor.outline"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../com/fware/cspdt/cspm/editor/outline/CspMOutlineContentProvider.html" title="class in com.fware.cspdt.cspm.editor.outline"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/fware/cspdt/cspm/editor/outline/CspMContentOutlinePage.html" target="_top">Frames</a></li> <li><a href="CspMContentOutlinePage.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.fware.cspdt.cspm.editor.outline</div> <h2 title="Class CspMContentOutlinePage" class="title">Class CspMContentOutlinePage</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.eclipse.ui.part.Page</li> <li> <ul class="inheritance"> <li>org.eclipse.ui.views.contentoutline.ContentOutlinePage</li> <li> <ul class="inheritance"> <li>com.fware.cspdt.cspm.editor.outline.CspMContentOutlinePage</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>org.eclipse.jface.viewers.ISelectionChangedListener, org.eclipse.jface.viewers.ISelectionProvider, org.eclipse.ui.part.IPage, org.eclipse.ui.part.IPageBookViewPage, org.eclipse.ui.views.contentoutline.IContentOutlinePage</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">CspMContentOutlinePage</span> extends org.eclipse.ui.views.contentoutline.ContentOutlinePage</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../com/fware/cspdt/cspm/editor/outline/CspMContentOutlinePage.html#CspMContentOutlinePage-com.fware.cspdt.cspm.editor.CspMEditor-">CspMContentOutlinePage</a></span>(<a href="../../../../../../com/fware/cspdt/cspm/editor/CspMEditor.html" title="class in com.fware.cspdt.cspm.editor">CspMEditor</a>&nbsp;editor)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/fware/cspdt/cspm/editor/outline/CspMContentOutlinePage.html#createControl-org.eclipse.swt.widgets.Composite-">createControl</a></span>(org.eclipse.swt.widgets.Composite&nbsp;parent)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/fware/cspdt/cspm/editor/outline/CspMContentOutlinePage.html#selectionChanged-org.eclipse.jface.viewers.SelectionChangedEvent-">selectionChanged</a></span>(org.eclipse.jface.viewers.SelectionChangedEvent&nbsp;event)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../com/fware/cspdt/cspm/editor/outline/CspMContentOutlinePage.html#update--">update</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.eclipse.ui.views.contentoutline.ContentOutlinePage"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.eclipse.ui.views.contentoutline.ContentOutlinePage</h3> <code>addSelectionChangedListener, getControl, getSelection, init, removeSelectionChangedListener, setFocus, setSelection</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.eclipse.ui.part.Page"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.eclipse.ui.part.Page</h3> <code>dispose, getSite, makeContributions, setActionBars</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.eclipse.ui.part.IPage"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.eclipse.ui.part.IPage</h3> <code>dispose, setActionBars</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="CspMContentOutlinePage-com.fware.cspdt.cspm.editor.CspMEditor-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CspMContentOutlinePage</h4> <pre>public&nbsp;CspMContentOutlinePage(<a href="../../../../../../com/fware/cspdt/cspm/editor/CspMEditor.html" title="class in com.fware.cspdt.cspm.editor">CspMEditor</a>&nbsp;editor)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="createControl-org.eclipse.swt.widgets.Composite-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createControl</h4> <pre>public&nbsp;void&nbsp;createControl(org.eclipse.swt.widgets.Composite&nbsp;parent)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>createControl</code>&nbsp;in interface&nbsp;<code>org.eclipse.ui.part.IPage</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>createControl</code>&nbsp;in class&nbsp;<code>org.eclipse.ui.views.contentoutline.ContentOutlinePage</code></dd> </dl> </li> </ul> <a name="update--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>update</h4> <pre>public&nbsp;void&nbsp;update()</pre> </li> </ul> <a name="selectionChanged-org.eclipse.jface.viewers.SelectionChangedEvent-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>selectionChanged</h4> <pre>public&nbsp;void&nbsp;selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent&nbsp;event)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>selectionChanged</code>&nbsp;in interface&nbsp;<code>org.eclipse.jface.viewers.ISelectionChangedListener</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>selectionChanged</code>&nbsp;in class&nbsp;<code>org.eclipse.ui.views.contentoutline.ContentOutlinePage</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> <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/CspMContentOutlinePage.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../com/fware/cspdt/cspm/editor/outline/CspMAstTreeNodeGenerator.html" title="class in com.fware.cspdt.cspm.editor.outline"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../com/fware/cspdt/cspm/editor/outline/CspMOutlineContentProvider.html" title="class in com.fware.cspdt.cspm.editor.outline"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/fware/cspdt/cspm/editor/outline/CspMContentOutlinePage.html" target="_top">Frames</a></li> <li><a href="CspMContentOutlinePage.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Doc/qtwidgets/qtwidgets-tools-undoframework-diagramitem-h.html
angeloprudentino/QtNets
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>diagramitem.h Example File | Qt Widgets 5.7</title> <link rel="stylesheet" type="text/css" href="style/offline-simple.css" /> <script type="text/javascript"> window.onload = function(){document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");}; </script> </head> <body> <div class="header" id="qtdocheader"> <div class="main"> <div class="main-rounded"> <div class="navigationbar"> <table><tr> <td ><a href="../qtdoc/supported-platforms-and-configurations.html#qt-5-7">Qt 5.7</a></td><td ><a href="qtwidgets-index.html">Qt Widgets</a></td><td ><a href="qtwidgets-tools-undoframework-example.html">Undo Framework Example</a></td><td >diagramitem.h Example File</td></tr></table><table class="buildversion"><tr> <td id="buildversion" width="100%" align="right">Qt 5.7.0 Reference Documentation</td> </tr></table> </div> </div> <div class="content"> <div class="line"> <div class="content mainContent"> <div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div> <h1 class="title">diagramitem.h Example File</h1> <span class="subtitle">tools/undoframework/diagramitem.h</span> <!-- $$$tools/undoframework/diagramitem.h-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> <span class="comment">/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with the commercial license agreement provided with the ** Software or, alternatively, in accordance with the terms contained in ** a written agreement between you and The Qt Company. For licensing terms ** and conditions see https://www.qt.io/terms-conditions. For further ** information use the contact form at https://www.qt.io/contact-us. ** ** BSD License Usage ** Alternatively, you may use this file under the terms of the BSD license ** as follows: ** ** &quot;Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are ** met: ** * Redistributions of source code must retain the above copyright ** notice, this list of conditions and the following disclaimer. ** * Redistributions in binary form must reproduce the above copyright ** notice, this list of conditions and the following disclaimer in ** the documentation and/or other materials provided with the ** distribution. ** * Neither the name of The Qt Company Ltd nor the names of its ** contributors may be used to endorse or promote products derived ** from this software without specific prior written permission. ** ** ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ** &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT ** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&quot; ** ** $QT_END_LICENSE$ ** ****************************************************************************/</span> <span class="preprocessor">#ifndef DIAGRAMITEM_H</span> <span class="preprocessor">#define DIAGRAMITEM_H</span> <span class="preprocessor">#include &lt;QGraphicsPolygonItem&gt;</span> <span class="keyword">class</span> <span class="type"><a href="qgraphicsitem.html">QGraphicsItem</a></span>; <span class="keyword">class</span> <span class="type"><a href="qgraphicsscene.html">QGraphicsScene</a></span>; <span class="keyword">class</span> <span class="type"><a href="qgraphicsscenemouseevent.html">QGraphicsSceneMouseEvent</a></span>; <span class="keyword">class</span> <span class="type"><a href="../qtcore/qpointf.html">QPointF</a></span>; <span class="keyword">class</span> DiagramItem : <span class="keyword">public</span> <span class="type"><a href="qgraphicspolygonitem.html">QGraphicsPolygonItem</a></span> { <span class="keyword">public</span>: <span class="keyword">enum</span> { Type <span class="operator">=</span> UserType <span class="operator">+</span> <span class="number">1</span> }; <span class="keyword">enum</span> DiagramType { Box<span class="operator">,</span> Triangle }; <span class="keyword">explicit</span> DiagramItem(DiagramType diagramType<span class="operator">,</span> <span class="type"><a href="qgraphicsitem.html">QGraphicsItem</a></span> <span class="operator">*</span>item <span class="operator">=</span> <span class="number">0</span>); DiagramType diagramType() <span class="keyword">const</span> { <span class="keyword">return</span> polygon() <span class="operator">=</span><span class="operator">=</span> boxPolygon <span class="operator">?</span> Box : Triangle; } <span class="type">int</span> type() <span class="keyword">const</span> Q_DECL_OVERRIDE { <span class="keyword">return</span> Type; } <span class="keyword">private</span>: <span class="type"><a href="../qtgui/qpolygonf.html">QPolygonF</a></span> boxPolygon; <span class="type"><a href="../qtgui/qpolygonf.html">QPolygonF</a></span> trianglePolygon; }; <span class="preprocessor">#endif</span> </pre> </div> <!-- @@@tools/undoframework/diagramitem.h --> </div> </div> </div> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.<br> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br> Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. </p> </div> </body> </html>
database/doc/osm_simple.html
guolivar/totus-niwa
<!-- $Header: /cvsroot/autodoc/autodoc/html.tmpl,v 1.4 2006/05/16 19:01:27 rbt Exp $ --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Index for totus</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css"> BODY { color: #000000; background-color: #FFFFFF; font-family: Helvetica, sans-serif; } P { margin-top: 5px; margin-bottom: 5px; } P.w3ref { font-size: 8pt; font-style: italic; text-align: right; } P.detail { font-size: 10pt; } .error { color: #FFFFFF; background-color: #FF0000; } H1, H2, H3, H4, H5, H6 { } OL { list-style-type: upper-alpha; } UL.topic { list-style-type: upper-alpha; } LI.topic { font-weight : bold; } HR { color: #00FF00; background-color: #808080; } TABLE { border-width: medium; padding: 3px; background-color: #000000; width: 90%; } CAPTION { text-transform: capitalize; font-weight : bold; font-size: 14pt; } TH { color: #FFFFFF; background-color: #000000; text-align: left; } TR { color: #000000; background-color: #000000; vertical-align: top; } TR.tr0 { background-color: #F0F0F0; } TR.tr1 { background-color: #D8D8D8; } TD { font-size: 12pt; } TD.col0 { font-weight : bold; width: 20%; } TD.col1 { font-style: italic; width: 15%; } TD.col2 { font-size: 12px; } </style> <link rel="stylesheet" type="text/css" media="all" href="all.css"> <link rel="stylesheet" type="text/css" media="screen" href="screen.css"> <link rel="stylesheet" type="text/css" media="print" href="print.css"> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> </head> <body> <!-- Primary Index --> <p><br><br>Dumped on 2010-09-29</p> <h1><a name="index">Index of database - totus</a></h1> <ul> <li><a name="osm.schema">osm</a></li><ul> <li><a href="#osm.table.actions">actions</a></li><li><a href="#osm.table.node-tags">node_tags</a></li><li><a href="#osm.table.nodes">nodes</a></li><li><a href="#osm.table.relation-members">relation_members</a></li><li><a href="#osm.table.relation-tags">relation_tags</a></li><li><a href="#osm.table.relations">relations</a></li><li><a href="#osm.table.schema-info">schema_info</a></li><li><a href="#osm.table.users">users</a></li><li><a href="#osm.table.way-nodes">way_nodes</a></li><li><a href="#osm.table.way-tags">way_tags</a></li><li><a href="#osm.table.ways">ways</a></li> <li><a href="#osm.function.osmosisupdate">osmosisupdate()</a></li> </ul> </ul> <!-- Schema Creation --> <!-- osmosm --> <hr> <h2>Table: <a name="osm.table.actions">actions</a> </h2> <table width="100%" cellspacing="0" cellpadding="3"> <caption>actions Structure</caption> <tr> <th>F-Key</th> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr class="tr0"> <td> </td> <td>data_type</td> <td>character(1)</td> <td><i> PRIMARY KEY </i> </td> </tr> <tr class="tr1"> <td> </td> <td>action</td> <td>character(1)</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> </td> <td>id</td> <td>bigint</td> <td><i> PRIMARY KEY </i> </td> </tr> </table> <!-- Inherits --> <!-- Constraint List --> <!-- Foreign Key Discovery --> <!-- Indexes --> <!-- View Definition --> <!-- List off permissions --> <p> <a href="#index">Index</a> - <a href="#osm.schema">Schema osm</a> </p> <hr> <h2>Table: <a name="osm.table.node-tags">node_tags</a> </h2> <table width="100%" cellspacing="0" cellpadding="3"> <caption>node_tags Structure</caption> <tr> <th>F-Key</th> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr class="tr0"> <td> <a href="#osm.table.nodes">nodes.id</a> </td> <td>node_id</td> <td>bigint</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr1"> <td> </td> <td>k</td> <td>text</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> </td> <td>v</td> <td>text</td> <td><i> NOT NULL </i> </td> </tr> </table> <!-- Inherits --> <!-- Constraint List --> <!-- Foreign Key Discovery --> <!-- Indexes --> idx_node_tags_node_id node_id <!-- View Definition --> <!-- List off permissions --> <p> <a href="#index">Index</a> - <a href="#osm.schema">Schema osm</a> </p> <hr> <h2>Table: <a name="osm.table.nodes">nodes</a> </h2> <table width="100%" cellspacing="0" cellpadding="3"> <caption>nodes Structure</caption> <tr> <th>F-Key</th> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr class="tr0"> <td> </td> <td>id</td> <td>bigint</td> <td><i> PRIMARY KEY </i> </td> </tr> <tr class="tr1"> <td> </td> <td>version</td> <td>integer</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> <a href="#osm.table.users">users.id</a> </td> <td>user_id</td> <td>integer</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr1"> <td> </td> <td>tstamp</td> <td>timestamp without time zone</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> </td> <td>changeset_id</td> <td>bigint</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr1"> <td> </td> <td>geom</td> <td>geometry</td> <td><i> </i> </td> </tr> </table> <!-- Inherits --> <!-- Constraint List --> <p>&nbsp;</p> <table width="100%" cellspacing="0" cellpadding="3"> <caption>nodes Constraints</caption> <tr> <th>Name</th> <th>Constraint</th> </tr> <tr class="tr0"> <td>enforce_dims_geom</td> <td>CHECK ((ndims(geom) = 2))</td> </tr> <tr class="tr1"> <td>enforce_geotype_geom</td> <td>CHECK (((geometrytype(geom) = &#39;POINT&#39;::text) OR (geom IS NULL)))</td> </tr> <tr class="tr0"> <td>enforce_srid_geom</td> <td>CHECK ((srid(geom) = 4326))</td> </tr> </table> <!-- Foreign Key Discovery --> <p>Tables referencing this one via Foreign Key Constraints:</p> <ul> <li><a href="#osm.table.node-tags">node_tags</a></li> </ul> <ul> <li><a href="#osm.table.way-nodes">way_nodes</a></li> </ul> <!-- Indexes --> idx_nodes_geom geom <!-- View Definition --> <!-- List off permissions --> <p> <a href="#index">Index</a> - <a href="#osm.schema">Schema osm</a> </p> <hr> <h2>Table: <a name="osm.table.relation-members">relation_members</a> </h2> <table width="100%" cellspacing="0" cellpadding="3"> <caption>relation_members Structure</caption> <tr> <th>F-Key</th> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr class="tr0"> <td> <a href="#osm.table.relations">relations.id</a> </td> <td>relation_id</td> <td>bigint</td> <td><i> PRIMARY KEY </i> </td> </tr> <tr class="tr1"> <td> </td> <td>member_id</td> <td>bigint</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> </td> <td>member_type</td> <td>character(1)</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr1"> <td> </td> <td>member_role</td> <td>text</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> </td> <td>sequence_id</td> <td>integer</td> <td><i> PRIMARY KEY </i> </td> </tr> </table> <!-- Inherits --> <!-- Constraint List --> <!-- Foreign Key Discovery --> <!-- Indexes --> <!-- View Definition --> <!-- List off permissions --> <p> <a href="#index">Index</a> - <a href="#osm.schema">Schema osm</a> </p> <hr> <h2>Table: <a name="osm.table.relation-tags">relation_tags</a> </h2> <table width="100%" cellspacing="0" cellpadding="3"> <caption>relation_tags Structure</caption> <tr> <th>F-Key</th> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr class="tr0"> <td> <a href="#osm.table.relations">relations.id</a> </td> <td>relation_id</td> <td>bigint</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr1"> <td> </td> <td>k</td> <td>text</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> </td> <td>v</td> <td>text</td> <td><i> NOT NULL </i> </td> </tr> </table> <!-- Inherits --> <!-- Constraint List --> <!-- Foreign Key Discovery --> <!-- Indexes --> idx_relation_tags_relation_id relation_id <!-- View Definition --> <!-- List off permissions --> <p> <a href="#index">Index</a> - <a href="#osm.schema">Schema osm</a> </p> <hr> <h2>Table: <a name="osm.table.relations">relations</a> </h2> <table width="100%" cellspacing="0" cellpadding="3"> <caption>relations Structure</caption> <tr> <th>F-Key</th> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr class="tr0"> <td> </td> <td>id</td> <td>bigint</td> <td><i> PRIMARY KEY </i> </td> </tr> <tr class="tr1"> <td> </td> <td>version</td> <td>integer</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> </td> <td>user_id</td> <td>integer</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr1"> <td> </td> <td>tstamp</td> <td>timestamp without time zone</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> </td> <td>changeset_id</td> <td>bigint</td> <td><i> NOT NULL </i> </td> </tr> </table> <!-- Inherits --> <!-- Constraint List --> <!-- Foreign Key Discovery --> <p>Tables referencing this one via Foreign Key Constraints:</p> <ul> <li><a href="#osm.table.relation-members">relation_members</a></li> </ul> <ul> <li><a href="#osm.table.relation-tags">relation_tags</a></li> </ul> <!-- Indexes --> <!-- View Definition --> <!-- List off permissions --> <p> <a href="#index">Index</a> - <a href="#osm.schema">Schema osm</a> </p> <hr> <h2>Table: <a name="osm.table.schema-info">schema_info</a> </h2> <table width="100%" cellspacing="0" cellpadding="3"> <caption>schema_info Structure</caption> <tr> <th>F-Key</th> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr class="tr0"> <td> </td> <td>version</td> <td>integer</td> <td><i> PRIMARY KEY </i> </td> </tr> </table> <!-- Inherits --> <!-- Constraint List --> <!-- Foreign Key Discovery --> <!-- Indexes --> <!-- View Definition --> <!-- List off permissions --> <p> <a href="#index">Index</a> - <a href="#osm.schema">Schema osm</a> </p> <hr> <h2>Table: <a name="osm.table.users">users</a> </h2> <table width="100%" cellspacing="0" cellpadding="3"> <caption>users Structure</caption> <tr> <th>F-Key</th> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr class="tr0"> <td> </td> <td>id</td> <td>integer</td> <td><i> PRIMARY KEY </i> </td> </tr> <tr class="tr1"> <td> </td> <td>name</td> <td>text</td> <td><i> NOT NULL </i> </td> </tr> </table> <!-- Inherits --> <!-- Constraint List --> <!-- Foreign Key Discovery --> <p>Tables referencing this one via Foreign Key Constraints:</p> <ul> <li><a href="#osm.table.nodes">nodes</a></li> </ul> <ul> <li><a href="#osm.table.ways">ways</a></li> </ul> <!-- Indexes --> <!-- View Definition --> <!-- List off permissions --> <p> <a href="#index">Index</a> - <a href="#osm.schema">Schema osm</a> </p> <hr> <h2>Table: <a name="osm.table.way-nodes">way_nodes</a> </h2> <table width="100%" cellspacing="0" cellpadding="3"> <caption>way_nodes Structure</caption> <tr> <th>F-Key</th> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr class="tr0"> <td> <a href="#osm.table.ways">ways.id</a> </td> <td>way_id</td> <td>bigint</td> <td><i> PRIMARY KEY </i> </td> </tr> <tr class="tr1"> <td> <a href="#osm.table.nodes">nodes.id</a> </td> <td>node_id</td> <td>bigint</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> </td> <td>sequence_id</td> <td>integer</td> <td><i> PRIMARY KEY </i> </td> </tr> </table> <!-- Inherits --> <!-- Constraint List --> <!-- Foreign Key Discovery --> <!-- Indexes --> idx_way_nodes_node_id node_id <!-- View Definition --> <!-- List off permissions --> <p> <a href="#index">Index</a> - <a href="#osm.schema">Schema osm</a> </p> <hr> <h2>Table: <a name="osm.table.way-tags">way_tags</a> </h2> <table width="100%" cellspacing="0" cellpadding="3"> <caption>way_tags Structure</caption> <tr> <th>F-Key</th> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr class="tr0"> <td> <a href="#osm.table.ways">ways.id</a> </td> <td>way_id</td> <td>bigint</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr1"> <td> </td> <td>k</td> <td>text</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> </td> <td>v</td> <td>text</td> <td><i> </i> </td> </tr> </table> <!-- Inherits --> <!-- Constraint List --> <!-- Foreign Key Discovery --> <!-- Indexes --> idx_way_tags_way_id way_id <!-- View Definition --> <!-- List off permissions --> <p> <a href="#index">Index</a> - <a href="#osm.schema">Schema osm</a> </p> <hr> <h2>Table: <a name="osm.table.ways">ways</a> </h2> <table width="100%" cellspacing="0" cellpadding="3"> <caption>ways Structure</caption> <tr> <th>F-Key</th> <th>Name</th> <th>Type</th> <th>Description</th> </tr> <tr class="tr0"> <td> </td> <td>id</td> <td>bigint</td> <td><i> PRIMARY KEY </i> </td> </tr> <tr class="tr1"> <td> </td> <td>version</td> <td>integer</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> <a href="#osm.table.users">users.id</a> </td> <td>user_id</td> <td>integer</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr1"> <td> </td> <td>tstamp</td> <td>timestamp without time zone</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr0"> <td> </td> <td>changeset_id</td> <td>bigint</td> <td><i> NOT NULL </i> </td> </tr> <tr class="tr1"> <td> </td> <td>bbox</td> <td>geometry</td> <td><i> </i> </td> </tr> <tr class="tr0"> <td> </td> <td>linestring</td> <td>geometry</td> <td><i> </i> </td> </tr> </table> <!-- Inherits --> <!-- Constraint List --> <p>&nbsp;</p> <table width="100%" cellspacing="0" cellpadding="3"> <caption>ways Constraints</caption> <tr> <th>Name</th> <th>Constraint</th> </tr> <tr class="tr0"> <td>enforce_dims_bbox</td> <td>CHECK ((ndims(bbox) = 2))</td> </tr> <tr class="tr1"> <td>enforce_dims_linestring</td> <td>CHECK ((ndims(linestring) = 2))</td> </tr> <tr class="tr0"> <td>enforce_srid_bbox</td> <td>CHECK ((srid(bbox) = 4326))</td> </tr> <tr class="tr1"> <td>enforce_srid_linestring</td> <td>CHECK ((srid(linestring) = 4326))</td> </tr> </table> <!-- Foreign Key Discovery --> <p>Tables referencing this one via Foreign Key Constraints:</p> <ul> <li><a href="#osm.table.way-nodes">way_nodes</a></li> </ul> <ul> <li><a href="#osm.table.way-tags">way_tags</a></li> </ul> <!-- Indexes --> idx_ways_bbox bbox idx_ways_linestring linestring <!-- View Definition --> <!-- List off permissions --> <p> <a href="#index">Index</a> - <a href="#osm.schema">Schema osm</a> </p> <!-- We've gone through the table structure, now lets take a look at user functions --> <hr> <h2>Function: <a href="#osm.schema"><a name="osm.function.osmosisupdate">osmosisupdate()</a> </h2> <h3>Returns: void</h3> <h3>Language: PLPGSQL</h3> <pre> DECLARE BEGIN END; </pre> <p class="w3ref">Generated by <a href="http://www.rbt.ca/autodoc/">PostgreSQL Autodoc</a></p> <p class="w3ref"><a href="http://validator.w3.org/check/referer">W3C HTML 4.01 Strict</a></p> </body></html>
bookz/templates/books.html
ch3ka/codingcontest2012
{% extends "base.html" %} {% load i18n %} {% block title%} {% trans "All Books"%} {% if by and key %} {% trans "by" %} {{by}} {{key}} {% endif %} {% endblock %} {% block content %} <ul> {% for book in books %} <li><a href="/book/{{book.isbn}}">{{ book }}</a></li> {% empty %} {% trans "No Books in record. Maybe you want to add one?" %} {% endfor %} </ul> {% endblock %}
docs/com/aurel/track/configExchange/impl/MailTemplateDefImporter.html
trackplus/Genji
<!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 (version 1.7.0_80) on Sat Dec 19 22:20:03 CET 2015 --> <title>MailTemplateDefImporter (Genji Scrum Tool &amp; Issue Tracking API Documentation 5.0.1)</title> <meta name="date" content="2015-12-19"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="MailTemplateDefImporter (Genji Scrum Tool & Issue Tracking API Documentation 5.0.1)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/aurel/track/configExchange/impl/MailTemplateDefExporter.html" title="class in com.aurel.track.configExchange.impl"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../com/aurel/track/configExchange/impl/MailTemplateExporter.html" title="class in com.aurel.track.configExchange.impl"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/aurel/track/configExchange/impl/MailTemplateDefImporter.html" target="_top">Frames</a></li> <li><a href="MailTemplateDefImporter.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.aurel.track.configExchange.impl</div> <h2 title="Class MailTemplateDefImporter" class="title">Class MailTemplateDefImporter</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../../com/aurel/track/configExchange/importer/AbstractEntityImporter.html" title="class in com.aurel.track.configExchange.importer">com.aurel.track.configExchange.importer.AbstractEntityImporter</a>&lt;<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&gt;</li> <li> <ul class="inheritance"> <li>com.aurel.track.configExchange.impl.MailTemplateDefImporter</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../com/aurel/track/configExchange/importer/IEntityImporter.html" title="interface in com.aurel.track.configExchange.importer">IEntityImporter</a>&lt;<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&gt;</dd> </dl> <hr> <br> <pre>public class <span class="strong">MailTemplateDefImporter</span> extends <a href="../../../../../com/aurel/track/configExchange/importer/AbstractEntityImporter.html" title="class in com.aurel.track.configExchange.importer">AbstractEntityImporter</a>&lt;<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&gt;</pre> <div class="block">Import MailTemplateDefBean from XML</div> <dl><dt><span class="strong">Since:</span></dt> <dd>4.0.0</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../com/aurel/track/configExchange/impl/MailTemplateDefImporter.html#MailTemplateDefImporter()">MailTemplateDefImporter</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="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/aurel/track/configExchange/impl/MailTemplateDefImporter.html#createInstance(java.util.Map)">createInstance</a></strong>(java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;attributes)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../com/aurel/track/configExchange/impl/MailTemplateDefImporter.html#isChanged(com.aurel.track.beans.TMailTemplateDefBean)">isChanged</a></strong>(<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&nbsp;bean)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../../com/aurel/track/configExchange/impl/MailTemplateDefImporter.html#loadSimilar(com.aurel.track.beans.TMailTemplateDefBean)">loadSimilar</a></strong>(<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&nbsp;bean)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.Integer</code></td> <td class="colLast"><code><strong><a href="../../../../../com/aurel/track/configExchange/impl/MailTemplateDefImporter.html#save(com.aurel.track.beans.TMailTemplateDefBean)">save</a></strong>(<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&nbsp;bean)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_com.aurel.track.configExchange.importer.AbstractEntityImporter"> <!-- --> </a> <h3>Methods inherited from class&nbsp;com.aurel.track.configExchange.importer.<a href="../../../../../com/aurel/track/configExchange/importer/AbstractEntityImporter.html" title="class in com.aurel.track.configExchange.importer">AbstractEntityImporter</a></h3> <code><a href="../../../../../com/aurel/track/configExchange/importer/AbstractEntityImporter.html#clearChildren(java.lang.Integer)">clearChildren</a>, <a href="../../../../../com/aurel/track/configExchange/importer/AbstractEntityImporter.html#queryForMatchingEntity(T)">queryForMatchingEntity</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>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="MailTemplateDefImporter()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>MailTemplateDefImporter</h4> <pre>public&nbsp;MailTemplateDefImporter()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="createInstance(java.util.Map)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createInstance</h4> <pre>public&nbsp;<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&nbsp;createInstance(java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;attributes)</pre> </li> </ul> <a name="save(com.aurel.track.beans.TMailTemplateDefBean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>save</h4> <pre>public&nbsp;java.lang.Integer&nbsp;save(<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&nbsp;bean)</pre> </li> </ul> <a name="loadSimilar(com.aurel.track.beans.TMailTemplateDefBean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadSimilar</h4> <pre>protected&nbsp;java.util.List&lt;<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&gt;&nbsp;loadSimilar(<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&nbsp;bean)</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../../com/aurel/track/configExchange/importer/AbstractEntityImporter.html#loadSimilar(T)">loadSimilar</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/aurel/track/configExchange/importer/AbstractEntityImporter.html" title="class in com.aurel.track.configExchange.importer">AbstractEntityImporter</a>&lt;<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&gt;</code></dd> </dl> </li> </ul> <a name="isChanged(com.aurel.track.beans.TMailTemplateDefBean)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>isChanged</h4> <pre>public&nbsp;boolean&nbsp;isChanged(<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&nbsp;bean)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../com/aurel/track/configExchange/importer/IEntityImporter.html#isChanged(T)">isChanged</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../com/aurel/track/configExchange/importer/IEntityImporter.html" title="interface in com.aurel.track.configExchange.importer">IEntityImporter</a>&lt;<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&gt;</code></dd> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../../com/aurel/track/configExchange/importer/AbstractEntityImporter.html#isChanged(T)">isChanged</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../com/aurel/track/configExchange/importer/AbstractEntityImporter.html" title="class in com.aurel.track.configExchange.importer">AbstractEntityImporter</a>&lt;<a href="../../../../../com/aurel/track/beans/TMailTemplateDefBean.html" title="class in com.aurel.track.beans">TMailTemplateDefBean</a>&gt;</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/aurel/track/configExchange/impl/MailTemplateDefExporter.html" title="class in com.aurel.track.configExchange.impl"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../com/aurel/track/configExchange/impl/MailTemplateExporter.html" title="class in com.aurel.track.configExchange.impl"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/aurel/track/configExchange/impl/MailTemplateDefImporter.html" target="_top">Frames</a></li> <li><a href="MailTemplateDefImporter.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 ======= --> <p class="legalCopy"><small><a href="http://www.trackplus.com">Genji Scrum Tool &amp; Issue Tracking API Documentation</a> &nbsp; &nbsp; &nbsp;<i>Copyright &#169; 2015 Steinbeis Task Management Solutions. All Rights Reserved.</i></small></p> </body> </html>
index.html
cbtc/spexchange
--- layout: default title: Blinktrade classe: home --- <!-- .mission --> <div id="mission" class="mission"> <!-- .wrapper --> <div class="mission__wrapper wrapper"> <!-- .mission__title --> <h1 class="mission__title gamma">Our mission statement is very simple</h1> <!-- /.mission__title --> <p>"Let's lower the costs of creating a bitcoin exchange with high quality open source software, so we can<br /> have bitcoin exchanges everywhere."</p> </div> <!-- /.wrapper --> </div> <!-- /.mission --> <!-- .media --> <div id="media" class="media"> <!-- .wrapper --> <div class="media__wrapper wrapper"> <!-- .media__title --> <h1 class="media__title gamma">BlinkTrade in the media</h1> <!-- /.media__title --> <!-- .media-sly --> <div id="media-sly" class="media-sly"> <ul class="media-sly-nav cf"> <li style="width:162px;"> <!-- .media-sly-nav__item --> <a class="media-sly-nav__item" href="http://www.coindesk.com/blinktrade-bitcoin-venezuela-west-africa/" title="CoinDesk"> <img src="assets/img/media/media_coindsk.png" alt="CoinDesk" /> </a> <!-- /.media-sly-nav__item --> </li> <li style="width:138px;"> <!-- .media-sly-nav__item --> <a class="media-sly-nav__item" href="http://pulsosocial.com/2014/08/26/de-la-mano-de-blinktrade-bitcoin-llega-venezuela-paraguay-republica-dominicana-y-guatemala/" title="PulsoSocial"> <img src="assets/img/media/media_pulso.png" alt="PulsoSocial" /> </a> <!-- /.media-sly-nav__item --> </li> <li style="width:108px;"> <!-- .media-sly-nav__item --> <a class="media-sly-nav__item" href="http://moneyandtech.com/august-20-news-update/" title="Money & Tech"> <img src="assets/img/media/media_mt.png" alt="Money & Tech" /> </a> <!-- /.media-sly-nav__item --> </li> <li style="width:124px;"> <!-- .media-sly-nav__item --> <a class="media-sly-nav__item" href="http://www.reuters.com/article/2014/10/08/us-venezuela-bitcoin-idUSKCN0HX11O20141008" title="Reuters"> <img src="assets/img/media/media_reuters.png" alt="Reuters" /> </a> <!-- /.media-sly-nav__item --> </li> <li style="width:165px;"> <!-- .media-sly-nav__item --> <a class="media-sly-nav__item" href="http://panampost.com/belen-marty/2014/08/18/exiles-launch-venezuelas-first-bitcoin-exchange/" title="PanamPost"> <img src="assets/img/media/media_panam.png" alt="PanamPost" /> </a> <!-- /.media-sly-nav__item --> </li> <li style="width:93px;"> <!-- .media-sly-nav__item --> <a class="media-sly-nav__item" href="http://www.dementesx.com/paraguay-bitcoin/" title="Dementesx"> <img src="assets/img/media/media_dx.png" alt="Dementesx" /> </a> <!-- /.media-sly-nav__item --> </li> <li style="width:168px;"> <!-- .media-sly-nav__item --> <a class="media-sly-nav__item" href="http://www.abc.com.py/edicion-impresa/suplementos/mundo-digital/moneda-virtual-1280124.html" title="ABC Color"> <img src="assets/img/media/media_abc.png" alt="ABC Color" /> </a> <!-- /.media-sly-nav__item --> </li> <li style="width:131px;"> <!-- .media-sly-nav__item --> <a class="media-sly-nav__item" href="http://www.lanacion.com.py/articulo/175135-llega-guarani-bitcoin-un-nuevo-sistema-de-pago-online.html" title="La Nacion"> <img src="assets/img/media/media_lanacion.png" alt="La Nacion" /> </a> <!-- /.media-sly-nav__item --> </li> </ul> </div> <!-- /.media-sly --> <!-- .media-action --> <div class="media-action"> <a class="media-action__prev prevPage" href="" title=""></a> <a class="media-action__next nextPage" href="" title=""></a> </div> <!-- /.media-action --> </div> <!-- /.wrapper --> </div> <!-- /.media --> <!-- .started --> <div id="started" class="started"> <!-- .wrapper --> <div class="wrapper"> <!-- .started__head --> <header class="started__head"> <!-- .started__title --> <h1 class="started__title gamma">Get started</h1> <!-- /.started__title --> <p>You can start your own bitcoin exchange in three different ways:</p> </header> <!-- /.started__head --> <!-- .started__body --> <div class="started__body"> <!-- .layout --> <div class="layout layout--ib layout--double"> <!-- .layout__item --> <div class="layout__item one-whole lap--one-half desk--one-third"> <!-- .started-item --> <div class="started-item"> <!-- .started-item__head --> <header class="started-item__head"> <img class="started-item__img" src="assets/img/diamond_opensource.png" alt="Open source" /> </header> <!-- /.started-item__head --> <!-- .started-item__body --> <div class="started-item__body"> <h2 class="started-item__title gamma">Open source</h2> <p>Download the code and you are on your own.</p> </div> <!-- /.started-item__body --> <!-- .started-item__foot --> <div class="started-item__foot"> <a href="https://github.com/blinktrade/" title="Fork our code">Fork our code</a> </div> <!-- /.started-item__foot --> </div> <!-- /.started-item --> </div> <!-- /.layout__item --> <!-- .layout__item --> <div class="layout__item one-whole lap--one-half desk--one-third"> <!-- .started-item --> <div class="started-item"> <!-- .started-item__head --> <header class="started-item__head"> <img class="started-item__img" src="assets/img/diamond_hireus.png" alt="Hiring us" /> </header> <!-- /.started-item__head --> <!-- .started-item__body --> <div class="started-item__body"> <h2 class="started-item__title gamma">Hiring us</h2> <p>We will be your tech team, give you personalized customer support over Skype and give priority to your development requests.</p> </div> <!-- /.started-item__body --> <!-- .started-item__foot --> <div class="started-item__foot"> <a href="mailto:contact@blinktrade.com" title="Contact us">Contact us</a> </div> <!-- /.started-item__foot --> </div> <!-- /.started-item --> </div> <!-- /.layout__item --> <!-- .layout__item --> <div class="layout__item one-whole lap--one-half desk--one-third"> <!-- .started-item --> <div class="started-item"> <!-- .started-item__head --> <header class="started-item__head"> <img class="started-item__img" src="assets/img/diamond_partnership.png" alt="Partner with us" /> </header> <!-- /.started-item__head --> <!-- .started-item__body --> <div class="started-item__body"> <h2 class="started-item__title gamma">Partner with us</h2> <p>We'll take care of the IT and you take care of operations. No monthly fee, and we split the revenue in 50%-50%.</p> </div> <!-- /.started-item__body --> <!-- .started-item__foot --> <div class="started-item__foot"> <a href="http://form.jotform.us/form/41205503470139 " title="Apply to be a partner">Apply to be a partner</a> </div> <!-- /.started-item__foot --> </div> <!-- /.started-item --> </div> <!-- /.layout__item --> </div> <!-- /.layout --> </div> <!-- /.started__body --> </div> <!-- /.wrapper --> </div> <!-- /.started --> <!-- .team --> <div id="team" class="team"> <!-- .wrapper --> <div class="wrapper"> <!-- .team__head --> <header class="team__head"> <!-- .team__title --> <h1 class="team__title gamma">The team</h1> <!-- /.team__title --> </header> <!-- /.team__head --> <!-- .team__body --> <div class="team__body"> <!-- .layout --> <div class="layout layout--ib layout--double"> <!-- .layout__item --> <div class="layout__item one-whole lap--one-half desk--one-third"> <!-- .team-item --> <div class="team-item"> <!-- .team-item__head --> <header class="team-item__head"> <img class="team-item__img" src="assets/img/team_yoanathan.jpg" alt="Rodrigo Souza" /> </header> <!-- /.team-item__head --> <div class="team-item__body"> <!-- .team-item__title --> <h3 class="team-item__title epsilon"> Yonathan Yuri Faber <span>CEO</span> </h3> <!-- /.team-item__title --> <p> Serial entrepreneur and veteran. He has international experience working with import, credit cards, financial apps, and most recently founded the brazilian ridesharing pioneer Zaznu. With a background in brazilian law he has excelled at business development and public relations. </p> </div> </div> <!-- /.team-item --> </div> <!-- /.layout__item --> <!-- .layout__item --> <div class="layout__item one-whole lap--one-half desk--one-third"> <!-- .team-item --> <div class="team-item"> <!-- .team-item__head --> <header class="team-item__head"> <img class="team-item__img" src="assets/img/team_rodrigo.jpg" alt="Rodrigo Souza" /> </header> <!-- /.team-item__head --> <div class="team-item__body"> <!-- .team-item__title --> <h3 class="team-item__title epsilon"> Rodrigo Souza <span>Core Developer</span> </h3> <!-- /.team-item__title --> <p>C++, Python programmer and bitcoin enthusiast. A veteran of the financial sector, he worked as a software developer at the NYSE and BFM Bovespa.</p> </div> </div> <!-- /.team-item --> </div> <!-- /.layout__item --> <!-- .layout__item --> <div class="layout__item one-whole lap--one-half desk--one-third"> <!-- .team-item --> <div class="team-item"> <!-- .team-item__head --> <header class="team-item__head"> <img class="team-item__img" src="assets/img/team_leo.jpg" alt="Leonardo Bittencourt" /> </header> <!-- /.team-item__head --> <div class="team-item__body"> <!-- .team-item__title --> <h3 class="team-item__title epsilon"> Leonardo Bittencourt <span>Designer</span> </h3> <!-- /.team-item__title --> <p>Responsible for Blinktrade's identity, UI/X, art, videos and other visual media. Got interested in bitcoin after experiencing its advantages against other payment methods when working with an international client.</p> </div> </div> <!-- /.team-item --> </div> <!-- /.layout__item --> <!-- .layout__item --> <div class="layout__item one-whole lap--one-half desk--one-third"> <!-- .team-item --> <div class="team-item"> <!-- .team-item__head --> <header class="team-item__head"> <img class="team-item__img" src="assets/img/team_alex.jpg" alt="Alex Gallager" /> </header> <!-- /.team-item__head --> <div class="team-item__body"> <!-- .team-item__title --> <h3 class="team-item__title epsilon"> Alex Gallager <span>Business Developer</span> </h3> <!-- /.team-item__title --> <p>Passionate about the Bitcoin technology. Studied Criminology in Barcelona. Interned at the Bitcoin Center as a Marketing Director in the Spring/Summer of 2014. Loves making fun of people and eating hot curry. </p> </div> </div> <!-- /.team-item --> </div> <!-- /.layout__item --> <!-- .layout__item --> <div class="layout__item one-whole lap--one-half desk--one-third"> <!-- .team-item --> <div class="team-item"> <!-- .team-item__head --> <header class="team-item__head"> <img class="team-item__img" src="assets/img/team_anderson_juhasc.jpg" alt="Anderson Juhasc" /> </header> <!-- /.team-item__head --> <div class="team-item__body"> <!-- .team-item__title --> <h3 class="team-item__title epsilon"> Anderson Juhasc <span>Front-End/UI Developer</span> </h3> <!-- /.team-item__title --> <p> Responsive Design and Redesign Specialist. Passionate about open-source, visual design and cryptocurrencies. </p> </div> </div> <!-- /.team-item --> </div> <!-- /.layout__item --> <!-- .layout__item --> <div class="layout__item one-whole lap--one-half desk--one-third"> <!-- .team-item --> <div class="team-item"> <!-- .team-item__head --> <header class="team-item__head"> <img class="team-item__img" src="assets/img/team_randson_oliveira.jpg" alt="Randson Oliveira" /> </header> <!-- /.team-item__head --> <div class="team-item__body"> <!-- .team-item__title --> <h3 class="team-item__title epsilon"> Randson Oliveira <span>Front-End Developer</span> </h3> <!-- /.team-item__title --> <p> Passionate about technology and programming including Web Develpment, Open Source and Unix Systems. </p> </div> </div> <!-- /.team-item --> </div> <!-- /.layout__item --> <!-- .layout__item --> <div class="layout__item one-whole lap--one-half desk--one-third"> <!-- .team-item --> <div class="team-item"> <!-- .team-item__head --> <header class="team-item__head"> <img class="team-item__img" src="assets/img/team_cesar_azevedo.jpg" alt="Cesar Augusto D. Azevedo" /> </header> <!-- /.team-item__head --> <div class="team-item__body"> <!-- .team-item__title --> <h3 class="team-item__title epsilon"> Cesar Augusto <span>Web Developer</span> </h3> <!-- /.team-item__title --> <p> Game Developer enthusiast, passionate about open-source Web Technologies, Cryptocurrencies and curious at Programming Languages Research. </p> </div> </div> <!-- /.team-item --> </div> <!-- /.layout__item --> </div> <!-- /.layout --> </div> <!-- /.team__body --> </div> <!-- /.wrapper --> </div> <!-- /.team --> <!--PROF OF OWNERSHIP BITCOIN TALK FOR ilcolonnello Congratulations ; ) You can request a proof that the site you mentioned is yours ? -->
html/devicetest.html
Berryville/janus_gateway
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Janus WebRTC Gateway: Echo Test</title> <script type="text/javascript" src="jquery.min.js" ></script> <script type="text/javascript" src="jquery.blockUI.js" ></script> <script type="text/javascript" src="js/bootstrap.js"></script> <script type="text/javascript" src="js/bootbox.min.js"></script> <script type="text/javascript" src="js/spin.min.js"></script> <script type="text/javascript" src="janus.js" ></script> <script type="text/javascript" src="devicetest.js"></script> <script> $(function() { $(".navbar-static-top").load("navbar.html", function() { $(".navbar-static-top li.dropdown").addClass("active"); $(".navbar-static-top a[href='devicetest.html']").parent().addClass("active"); }); $(".footer").load("footer.html"); }); </script> <link rel="stylesheet" href="css/cerulean/bootstrap.css" type="text/css"/> <link rel="stylesheet" href="css/demo.css" type="text/css"/> <link rel="stylesheet" href="css/font-awesome.css" type="text/css"/> </head> <body> <a href="https://github.com/meetecho/janus-gateway"><img style="position: absolute; top: 0; left: 0; border: 0; z-index: 1001;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png" alt="Fork me on GitHub"></a> <nav class="navbar navbar-default navbar-static-top"> </nav> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="page-header"> <h1>Device Selection <button class="btn btn-default" autocomplete="off" id="start">Start</button> </h1> </div> <div class="container" id="details"> <div class="row"> <div class="col-md-12"> <h3>Demo details</h3> <p>This is a variant of the Echo Test demo: everything is exactly the same in term of available controls, features, and the like, with the substantial difference that you can select which of the available devices (microphones, webcams) you want to use for the media setup.</p> <p>The demo will start by automatically selecting some default devices, pretty much as the regular Echo Test demo already does. Once done, you'll be able to individually change the capture audio and/or video device: this will result in the Echo Test channel being reset and recreated, in order to use the device(s) you selected instead.</p> <p>The feature exploits a functionality made available in the <code>janus.js</code> library, meaning you should be able to easily adapt all the other demos to follow the same approach as well, and that you'll be able to do the same in your Janus-based web application too.</p> <p>Press the <code>Start</code> button above to launch the demo.</p> </div> </div> </div> <div class="container"> <div class="row hide" id="devices"> <form class="form-inline"> <div class="form-group" style="margin-right: 20px;"> <label for="audio-device">Audio device:</label> <select id="audio-device" class="form-control"></select> </div> <div class="form-group" style="margin-right: 20px;"> <label for="video-device">Video device:</label> <select id="video-device" class="form-control"></select> </div> <div class="form-group"> <div id="change-devices" class="form-control btn btn-primary">Change devices</div> </div> </form> <hr> </div> <div class="row hide" id="videos"> <div class="col-md-6"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Local Stream <div class="btn-group btn-group-xs pull-right hide"> <button class="btn btn-danger" autocomplete="off" id="toggleaudio">Disable audio</button> <button class="btn btn-danger" autocomplete="off" id="togglevideo">Disable video</button> <div class="btn-group btn-group-xs"> <button id="bitrateset" autocomplete="off" class="btn btn-primary dropdown-toggle" data-toggle="dropdown"> Bandwidth<span class="caret"></span> </button> <ul id="bitrate" class="dropdown-menu" role="menu"> <li><a href="#" id="0">No limit</a></li> <li><a href="#" id="128">Cap to 128kbit</a></li> <li><a href="#" id="256">Cap to 256kbit</a></li> <li><a href="#" id="512">Cap to 512kbit</a></li> <li><a href="#" id="1024">Cap to 1mbit</a></li> <li><a href="#" id="1500">Cap to 1.5mbit</a></li> <li><a href="#" id="2000">Cap to 2mbit</a></li> </ul> </div> </div> </h3> </div> <div class="panel-body" id="videoleft"></div> </div> <div class="input-group margin-bottom-sm"> <span class="input-group-addon"><i class="fa fa-cloud-upload fa-fw"></i></span> <input class="form-control" type="text" placeholder="Write a DataChannel message" autocomplete="off" id="datasend" onkeypress="return checkEnter(event);" disabled></input> </div> </div> <div class="col-md-6"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Remote Stream <span class="label label-primary hide" id="curres"></span> <span class="label label-info hide" id="curbitrate"></span></h3> </div> <div class="panel-body" id="videoright"></div> </div> <div class="input-group margin-bottom-sm"> <span class="input-group-addon"><i class="fa fa-cloud-download fa-fw"></i></span> <input class="form-control" type="text" id="datarecv" disabled></input> </div> </div> </div> </div> </div> </div> <hr> <div class="footer"> </div> </div> </body> </html>
htmldoc/api/group__Attribute.html
GerHobbelt/htmltidy
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>HTML Tidy: Attribute Interrogation</title> <link href="tabs.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.9 --> <div class="contents"> <h1>Attribute Interrogation</h1><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Modules</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__AttrIsAttributeName.html">Deprecated attribute interrogation per AttrId</a></td></tr> <tr><td colspan="2"><br><h2>Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g42c5074e590ed76a7a641dfd179471d9"></a><!-- doxytag: member="Attribute::tidyAttrGetId" ref="g42c5074e590ed76a7a641dfd179471d9" args="(TidyAttr tattr)" --> TidyAttrId TIDY_CALL&nbsp;</td><td class="memItemRight" valign="bottom"><b>tidyAttrGetId</b> (<a class="el" href="structTidyAttr.html">TidyAttr</a> tattr)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1e4d8ec29e240a6415b2caa7fff2b502"></a><!-- doxytag: member="Attribute::tidyAttrIsEvent" ref="g1e4d8ec29e240a6415b2caa7fff2b502" args="(TidyAttr tattr)" --> Bool TIDY_CALL&nbsp;</td><td class="memItemRight" valign="bottom"><b>tidyAttrIsEvent</b> (<a class="el" href="structTidyAttr.html">TidyAttr</a> tattr)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9f52a0de76388df02294718c573911bd"></a><!-- doxytag: member="Attribute::tidyAttrIsProp" ref="g9f52a0de76388df02294718c573911bd" args="(TidyAttr tattr)" --> Bool TIDY_CALL&nbsp;</td><td class="memItemRight" valign="bottom"><b>tidyAttrIsProp</b> (<a class="el" href="structTidyAttr.html">TidyAttr</a> tattr)</td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> Get information about any given attribute. </div> <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jan 20 17:37:28 2010 for HTML Tidy by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> </body> </html>
Paths/HTML5/04.Meeting-Web-Accessibility-Guidelines/2-web-accessibility-meeting-guidelines-m2-exercise-files/Acme/products.html
phiratio/Pluralsight-materials
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Products | Acme Web Design</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> <meta name="description" content="We build and design the best sites!" /> <link href="css/main.css" rel="stylesheet" /> </head> <body> <header class="header"> <a class="skip-link" href="#main">Skip to main</a> <div class="wrapper"> <img class="header-logo" src="images/logo.png" alt="" /> <span class="header-title">Acme Web Design, we are the best!</span> <form action="/search" method="POST" role="search"> <label class="visuallyHidden visible@768" for="query">Search</label> <input id="query" type="search" /> <button>Search</button> </form> </div> <button id="menu-trigger" type="button">Menu</button> </header> <nav id="main-nav" class="navigation" aria-label="site"> <ul> <li><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="products.html">Products</a></li> <li><a href="services.html">Services</a></li> <li><a href="portfolio.html">Portfolio</a></li> <li><a href="contact.html">Contact</a></li> </ul> </nav> <div class="hero"> <img src="images/products-header.png" width="1280" height="360" alt="" /> </div> <div id="wrapper"> <main id="main" class="main" tabindex="-1"> <h1>Products</h1> <p> Here is a list of awesome products you can buy. If you don't see something you need, let us know! </p> <table> <caption>List of products</caption> <thead> <tr> <th scope="col">Product</th> <th scope="col">Description</th> <th scope="col">Cost</th> </tr> </thead> <tbody> <tr> <th scope="row">Basic Web Server</th> <td>Basic server to host your basic site</td> <td>$199/yr</td> </tr> <tr> <th scope="row">Awesome Web Server</th> <td>Awesome server to host your awesome site</td> <td>$299/yr</td> </tr> <tr> <th scope="row">SSL Cert</th> <td>Make sure your site is secure</td> <td>$99/yr</td> </tr> </tbody> </table> <table> <caption> Bundles <span class="visuallyHidden">: This table has a list of bundles, which are collections of products and services. The first column is the product or service and the second column is the cost. Each bundle includes a total cost, including any discounts.</span> </caption> <thead> <tr> <th id="prod" scope="col">Product</th> <th id="cost" scope="col">Cost</th> </tr> </thead> <tbody> <tr> <th id="basic" colspan="2" scope="colgroup">Basic Bundle</th> </tr> <tr> <td headers="basic prod">Basic Web Server</td> <td headers="basic cost">$199</td> </tr> <tr> <td headers="basic prod">Basic Web Design</td> <td headers="basic cost">$599</td> </tr> <tr> <td headers="basic">Cost (with discount)</td> <td headers="basic cost">$699</td> </tr> </tbody> <tbody> <tr> <th id="awesome" colspan="2" scope="colgroup">Awesome Bundle</th> </tr> <tr> <td headers="awesome prod">Awesome Web Server</td> <td headers="awesome cost">$299</td> </tr> <tr> <td headers="awesome prod">Awesome Web Design</td> <td headers="awesome cost">$799</td> </tr> <tr> <td headers="awesome">Cost (with discount)</td> <td headers="awesome cost">$999</td> </tr> </tbody> </table> <table> <caption>Bundle Upgrades</caption> <thead> <tr> <th scope="col">Product</th> <th scope="col">Cost</th> </tr> </thead> <tbody> <tr> <td>Accessibility</td> <td>$299</td> </tr> <tr> <td>Search Engine Optimization</td> <td>$199</td> </tr> <tr> <td>Responsive (Mobile Friendly)</td> <td>$599</td> </tr> </tbody> </table> </main> <aside class="sidebar"> <nav class="navigation" aria-label="page"> <ul> <li><a href="link1.html">Sub Link 1</a></li> <li><a href="link2.html">Sub Link 2</a></li> <li><a href="link3.html">Sub Link 3</a></li> <li><a href="link4.html">Sub Link 4</a></li> </ul> </nav> </aside> </div> <footer class="footer"> <nav class="navigation" aria-label="site"> <ul> <li><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="products.html">Products</a></li> <li><a href="services.html">Services</a></li> <li><a href="portfolio.html">Portfolio</a></li> <li><a href="contact.html">Contact</a></li> </ul> </nav> <p>Copyright 2016, All rights reserved.</p> <p>Best if viewed on my monitor</p> <p><a href="sitemap.html">Site Map</a></p> </footer> <script src="js/navigation.js"></script> </body> </html>
docs/api/koalanlp/kr.bydelta.koala/kotlin.-char/is-hanja.html
nearbydelta/KoreanAnalyzer
<HTML> <HEAD> <meta charset="UTF-8"> <title>isHanja - koalanlp</title> <link rel="stylesheet" href="../../../style.css"> </HEAD> <BODY> <a href="../../index.html">koalanlp</a>&nbsp;/&nbsp;<a href="../index.html">kr.bydelta.koala</a>&nbsp;/&nbsp;<a href="index.html">kotlin.Char</a>&nbsp;/&nbsp;<a href="./is-hanja.html">isHanja</a><br/> <br/> <h1>isHanja</h1> <a name="kr.bydelta.koala$isHanja(kotlin.Char)"></a> <code><span class="keyword">fun </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char/index.html"><span class="identifier">Char</span></a><span class="symbol">.</span><span class="identifier">isHanja</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> <a href="https://github.com/koalanlp/koalanlp/blob/master/core/src/main/kotlin/kr/bydelta/koala/extension.kt#L176">(source)</a> <p>현재 문자가 한자 범위인지 확인합니다.</p> <h2>사용법</h2> <h3>Kotlin</h3> <pre><code class="lang-kotlin">'樂'.isHanja() </code></pre> <h3>Scala + <a href="https://koalanlp.github.io/scala-support/">koalanlp-scala</a></h3> <pre><code class="lang-scala">import kr.bydelta.koala.Implicits._ '樂'.isHanja </code></pre> <h3>Java</h3> <pre><code class="lang-java">ExtUtil.isHanja('樂') </code></pre> <p><strong>Since</strong><br/> 2.0.0</p> <p><strong>Return</strong><br/> 한자범위라면 true</p> </BODY> </HTML>
doc/WebRTComm/index.html
Letractively/webrtcomm
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Index</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> </head> <body> <div id="main"> <h1 class="page-title">Index</h1> <h3> </h3> </div> <nav> <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-WebRTComm.html">WebRTComm</a></li></ul><h3>Classes</h3><ul><li><a href="fc0c5d343d.html">WebRTCommCall</a></li><li><a href="25bbf3c560.html">WebRTCommCallEventListenerInterface</a></li><li><a href="f1810eae06.html">WebRTCommClient</a></li><li><a href="4f7c1fc693.html">WebRTCommClientEventListenerInterface</a></li><li><a href="281ec49c1e.html">WebRTCommMessage</a></li><li><a href="87b7341681.html">WebRTCommMessageEventListenerInterface</a></li></ul> </nav> <br clear="both"> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.0-dev</a> on Wed Sep 25 2013 10:52:29 GMT+0200 (CEST) </footer> <script> prettyPrint(); </script> </body> </html>
catalog/language/de_DE/total/_vti_cnf/index.html
Vitronic/kaufreund.de
vti_encoding:SR|utf8-nl vti_timelastmodified:TW|21 Aug 2014 19:10:59 -0000 vti_extenderversion:SR|12.0.0.0 vti_author:SR|Office-PC\\Rafael vti_modifiedby:SR|Office-PC\\Rafael vti_timecreated:TR|01 Nov 2014 09:11:20 -0000 vti_backlinkinfo:VX| vti_nexttolasttimemodified:TW|21 Aug 2014 19:10:59 -0000 vti_cacheddtm:TX|03 Nov 2015 20:40:28 -0000 vti_filesize:IR|61 vti_cachedbodystyle:SR|<body style="background-color: #DEEDEB;"> vti_cachedneedsrewrite:BR|false vti_cachedhasbots:BR|false vti_cachedhastheme:BR|false vti_cachedhasborder:BR|false vti_charset:SR|utf-8 vti_syncofs_mydatalogger.de\:22/%2fvar/www/vhosts/s16851491.onlinehome-server.info/kaufreund.de:TW|21 Aug 2014 19:10:59 -0000 vti_syncwith_mydatalogger.de\:22/%2fvar/www/vhosts/s16851491.onlinehome-server.info/kaufreund.de:TW|03 Nov 2015 20:40:28 -0000
src/app/about/about.component.html
thoddi/cv
<div id="main"> <h1>So, this is me!</h1> <div id="banner" class="banner"></div> <p> I'm a graduated <strong>Computer scientist</strong> from Reykjavik University. Through my studies, I have mostly concentrated on gaining as much working knowledge in <strong>web development</strong>; both client- and server-side. <br><br> I have made an effort to keep myself on top of popular <strong>frameworks</strong> by staying busy with <strong>personal projects</strong>. </p> </div>
RossFamilyTree/ppl/0/5/d15f60a3a484ade4696d9f7a50.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - JONES, Richard</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> <link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../families.html" title="Families">Families</a></li> <li><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="IndividualDetail"> <h3>JONES, Richard<sup><small></small></sup></h3> <div id="summaryarea"> <table class="infolist"> <tr> <td class="ColumnAttribute">Birth Name</td> <td class="ColumnValue"> JONES, Richard <a href="#sref1a">1a</a> </td> </tr> <tr> <td class="ColumnAttribute">Gramps&nbsp;ID</td> <td class="ColumnValue">I18749</td> </tr> <tr> <td class="ColumnAttribute">Gender</td> <td class="ColumnValue">male</td> </tr> </table> </div> <div class="subsection" id="families"> <h4>Families</h4> <table class="infolist"> <tr class="BeginFamily"> <td class="ColumnType">&nbsp</td> <td class="ColumnAttribute">&nbsp</td> <td class="ColumnValue"><a href="../../../fam/4/4/d15f60a3a0d1e6f19ce8215b944.html" title="Family of JONES, Richard and COURTICE, Ann">Family of JONES, Richard and COURTICE, Ann<span class="grampsid"> [F6473]</span></a></td> </tr> <tr class="BeginFamily"> <td class="ColumnType">Unknown</td> <td class="ColumnAttribute">Partner</td> <td class="ColumnValue"> <a href="../../../ppl/d/5/d15f60a3a7b26add9e40e09195d.html">COURTICE, Ann<span class="grampsid"> [I18750]</span></a> </td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Children</td> <td class="ColumnValue"> <ol> <li> <a href="../../../ppl/a/0/d15f60a39f01837e5ba8a7aa40a.html">JONES, Maria<span class="grampsid"> [I18748]</span></a> </li> </ol> </td> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Attributes</td> <td class="ColumnValue"> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">22C6072A7D5F264DAD1AAFE27FC6B13EF4F0</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </td> </tr> </tr> </table> </div> <div class="subsection" id="attributes"> <h4>Attributes</h4> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">5FFB68A069DC06428B641406259C2EAF9680</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> <div class="subsection" id="pedigree"> <h4>Pedigree</h4> <ol class="pedigreegen"> <li> <ol> <li class="thisperson"> JONES, Richard <ol class="spouselist"> <li class="spouse"> <a href="../../../ppl/d/5/d15f60a3a7b26add9e40e09195d.html">COURTICE, Ann<span class="grampsid"> [I18750]</span></a> <ol> <li> <a href="../../../ppl/a/0/d15f60a39f01837e5ba8a7aa40a.html">JONES, Maria<span class="grampsid"> [I18748]</span></a> </li> </ol> </li> </ol> </li> </ol> </li> </ol> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/1/4/d15f60a39f929968059cc0c9641.html" title="Email from Marlene Ball 21/01/2008" name ="sref1"> Email from Marlene Ball 21/01/2008 <span class="grampsid"> [S0415]</span> </a> <ol> <li id="sref1a"> <ul> <li> Confidence: Low </li> </ul> </li> </ol> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:55:33<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
Web/ionic/component/modal/index.html
vimer/VI.test
<!DOCTYPE html> <html ng-app="ionicApp"> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"> <title>Ionic Modal</title> <script src="../../lib/js/ionic.bundle.min.js"></script> <link rel="stylesheet" type="text/css" href="../../lib/css/ionic.min.css"> <link href="style.css" rel="stylesheet"> <script src="script.js"></script> </head> <body> <ion-header-bar class="bar-positive"> <h1 class="title">Contacts</h1> <div class="buttons"> <button class="button button-icon ion-compose" ng-click="modal.show()"> </button> </div> </ion-header-bar> <ion-content> <div ng-controller="AppCtrl"> 214124 <button class="button " ng-click="modal.show()">show</button> </div> <div ng-controller="SecondCtrl"> 214124 <button class="button " ng-click="modal.show()">hide</button> </div> <ion-list> <ion-item ng-repeat="contact in contacts"> {{contact.name}} </ion-item> </ion-list> </ion-content> <script id="modal.html" type="text/ng-template"> <div class="modal" ng-controller="ModalCtrl"> <ion-header-bar class="bar bar-header bar-positive"> <h1 class="title">New Contact</h1> <button class="button button-clear button-primary" ng-click="modal.hide()">Cancel</button> </ion-header-bar> <ion-content> <div class="padding"> <div class="list"> <label class="item item-input"> <span class="input-label">First Name</span> <input ng-model="newUser.firstName" type="text"> </label> <label class="item item-input"> <span class="input-label">Last Name</span> <input ng-model="newUser.lastName" type="text"> </label> <label class="item item-input"> <span class="input-label">Email</span> <input ng-model="newUser.email" type="text"> </label> <button class="button button-full button-positive" ng-click="createContact()">Create</button> </div> </div> </ion-content> </div> </script> <script id="modal2.html" type="text/ng-template"> <div class="modal" ng-controller="Modal2Ctrl"> <ion-header-bar class="bar bar-header bar-positive"> <h1 class="title">New Contact 2</h1> <button class="button button-clear button-primary" ng-click="modal.hide()">Cancel</button> </ion-header-bar> <ion-content> <div class="padding"> <div class="list"> <label class="item item-input"> <span class="input-label">First Name</span> <input ng-model="newUser.firstName" type="text"> </label> <label class="item item-input"> <span class="input-label">Last Name</span> <input ng-model="newUser.lastName" type="text"> </label> <label class="item item-input"> <span class="input-label">Email</span> <input ng-model="newUser.email" type="text"> </label> <button class="button button-full button-positive" ng-click="createContact()">Create</button> </div> </div> </ion-content> </div> </script> </body> </html>
Doc/qtwinextras/qwinthumbnailtoolbutton-members.html
angeloprudentino/QtNets
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qwinthumbnailtoolbutton.cpp --> <title>List of All Members for QWinThumbnailToolButton | Qt Windows Extras 5.7</title> <link rel="stylesheet" type="text/css" href="style/offline-simple.css" /> <script type="text/javascript"> window.onload = function(){document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");}; </script> </head> <body> <div class="header" id="qtdocheader"> <div class="main"> <div class="main-rounded"> <div class="navigationbar"> <table><tr> <td ><a href="../qtdoc/supported-platforms-and-configurations.html#qt-5-7">Qt 5.7</a></td><td ><a href="qtwinextras-index.html">Qt Windows Extras</a></td><td ><a href="qtwinextras-module.html">C++ Classes</a></td><td >QWinThumbnailToolButton</td></tr></table><table class="buildversion"><tr> <td id="buildversion" width="100%" align="right">Qt 5.7.0 Reference Documentation</td> </tr></table> </div> </div> <div class="content"> <div class="line"> <div class="content mainContent"> <div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div> <h1 class="title">List of All Members for QWinThumbnailToolButton</h1> <p>This is the complete list of members for <a href="qwinthumbnailtoolbutton.html">QWinThumbnailToolButton</a>, including inherited members.</p> <div class="table"><table class="propsummary"> <tr><td class="topAlign"><ul> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#QWinThumbnailToolButton">QWinThumbnailToolButton</a></b></span>(QObject *)</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#dtor.QWinThumbnailToolButton">~QWinThumbnailToolButton</a></b></span>()</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#blockSignals">blockSignals</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#childEvent">childEvent</a></b></span>(QChildEvent *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#children">children</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#click">click</a></b></span>()</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#clicked">clicked</a></b></span>()</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connect">connect</a></b></span>(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connect-1">connect</a></b></span>(const QObject *, const QMetaMethod &amp;, const QObject *, const QMetaMethod &amp;, Qt::ConnectionType )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connect-2">connect</a></b></span>(const QObject *, const char *, const char *, Qt::ConnectionType ) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connect-3">connect</a></b></span>(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction , Qt::ConnectionType )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connect-4">connect</a></b></span>(const QObject *, PointerToMemberFunction , Functor )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connect-5">connect</a></b></span>(const QObject *, PointerToMemberFunction , const QObject *, Functor , Qt::ConnectionType )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connectNotify">connectNotify</a></b></span>(const QMetaMethod &amp;)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#customEvent">customEvent</a></b></span>(QEvent *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#d_ptr-var">d_ptr</a></b></span> : </li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#deleteLater">deleteLater</a></b></span>()</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#destroyed">destroyed</a></b></span>(QObject *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnect">disconnect</a></b></span>(const QObject *, const char *, const QObject *, const char *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnect-1">disconnect</a></b></span>(const QObject *, const QMetaMethod &amp;, const QObject *, const QMetaMethod &amp;)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnect-4">disconnect</a></b></span>(const QMetaObject::Connection &amp;)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnect-2">disconnect</a></b></span>(const char *, const QObject *, const char *) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnect-3">disconnect</a></b></span>(const QObject *, const char *) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnect-5">disconnect</a></b></span>(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnectNotify">disconnectNotify</a></b></span>(const QMetaMethod &amp;)</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#dismissOnClick-prop">dismissOnClick</a></b></span>() const : bool</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#dumpObjectInfo">dumpObjectInfo</a></b></span>()</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#dumpObjectTree">dumpObjectTree</a></b></span>()</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#dynamicPropertyNames">dynamicPropertyNames</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#event">event</a></b></span>(QEvent *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#eventFilter">eventFilter</a></b></span>(QObject *, QEvent *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#findChild">findChild</a></b></span>(const QString &amp;, Qt::FindChildOptions ) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#findChildren">findChildren</a></b></span>(const QString &amp;, Qt::FindChildOptions ) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#findChildren-1">findChildren</a></b></span>(const QRegExp &amp;, Qt::FindChildOptions ) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#findChildren-2">findChildren</a></b></span>(const QRegularExpression &amp;, Qt::FindChildOptions ) const</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#icon-prop">icon</a></b></span>() const : QIcon</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#inherits">inherits</a></b></span>(const char *) const</li> </ul></td><td class="topAlign"><ul> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#installEventFilter">installEventFilter</a></b></span>(QObject *)</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#enabled-prop">isEnabled</a></b></span>() const : bool</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#flat-prop">isFlat</a></b></span>() const : bool</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#interactive-prop">isInteractive</a></b></span>() const : bool</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#isSignalConnected">isSignalConnected</a></b></span>(const QMetaMethod &amp;) const</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#visible-prop">isVisible</a></b></span>() const : bool</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#isWidgetType">isWidgetType</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#isWindowType">isWindowType</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#killTimer">killTimer</a></b></span>(int )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#metaObject">metaObject</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#moveToThread">moveToThread</a></b></span>(QThread *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#objectName-prop">objectName</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#objectNameChanged">objectNameChanged</a></b></span>(const QString &amp;)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#parent">parent</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#property">property</a></b></span>(const char *) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#receivers">receivers</a></b></span>(const char *) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#removeEventFilter">removeEventFilter</a></b></span>(QObject *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#sender">sender</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#senderSignalIndex">senderSignalIndex</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#dismissOnClick-prop">setDismissOnClick</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#enabled-prop">setEnabled</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#flat-prop">setFlat</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#icon-prop">setIcon</a></b></span>(const QIcon &amp;)</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#interactive-prop">setInteractive</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#objectName-prop">setObjectName</a></b></span>(const QString &amp;)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#setParent">setParent</a></b></span>(QObject *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#setProperty">setProperty</a></b></span>(const char *, const QVariant &amp;)</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#toolTip-prop">setToolTip</a></b></span>(const QString &amp;)</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#visible-prop">setVisible</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#signalsBlocked">signalsBlocked</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#startTimer">startTimer</a></b></span>(int , Qt::TimerType )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#staticMetaObject-var">staticMetaObject</a></b></span> : </li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#staticQtMetaObject-var">staticQtMetaObject</a></b></span> : </li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#thread">thread</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#timerEvent">timerEvent</a></b></span>(QTimerEvent *)</li> <li class="fn"><span class="name"><b><a href="qwinthumbnailtoolbutton.html#toolTip-prop">toolTip</a></b></span>() const : QString</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#tr">tr</a></b></span>(const char *, const char *, int )</li> </ul> </td></tr> </table></div> </div> </div> </div> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.<br> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br> Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. </p> </div> </body> </html>
index.html
mesh-market/mesh-market.github.io
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>MeshMarket</title> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.4/addons/p5.dom.min.js"></script> <script type="text/javascript" src="https://unpkg.com/vue@2.0.3/dist/vue.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://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyCspgVlNqoa887cssVbYN4KwHfO1m5miyM"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/geocomplete/1.7.0/jquery.geocomplete.js"></script> <link rel="stylesheet" href="https://npmcdn.com/leaflet@1.0.0-rc.3/dist/leaflet.css"/> <script src="https://npmcdn.com/leaflet@1.0.0-rc.3/dist/leaflet.js"></script> <link rel="stylesheet" href="mesh-market/app/css/app.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"/> <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link href="https://cdnjs.cloudflare.com/ajax/libs/magicsuggest/2.1.4/magicsuggest-min.css" rel="stylesheet"> <script src="https://cdnjs.cloudflare.com/ajax/libs/magicsuggest/2.1.4/magicsuggest-min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/vue-focus/2.1.0/vue-focus.js"></script> </head> <body> <div id="site-container" class="container-fluid"> <div id="app-container" v-show="appShow"> <div id="map"> <transition name="fade"><div id="details" v-show="(offerShow || findShow)"></transition> <div id="details-close"> <i class="fa fa-times-circle-o fa-3x clickable" v-on:click="detailsClose"></i> </div> <div class="row"> <div> <div id="prompt" class="well"><h2>{{ offerPrompt }}</h2></div> </div> <div> <div id="option"> <form id="offer-form" v-on:submit="makeOffer" v-show="offerShow"> <div v-show="offerCount==1"><input class="offer-form form-control" type="text" v-model="offer.name" id="offer-name" v-focus="offerCount==1"> </div> <div v-show="offerCount==2"><input class="offer-form" type="text" v-model.lazy="offer.tags" id="offer-tags" v-focs="offerCount==2"> </div> <div v-show="offerCount==3"><textarea class="offer-form" rows="4" cols="82" v-model="offer.description" id="offer-description" v-focus="offerCount==3"></textarea> </div> <div v-show="offerCount==4" class="row"> <div class="col-xs-3"><label>USD<input class="offer-form" type="checkbox" value="USD" v-model="offer.currencies" name="currency"/></label></div> <div class="col-xs-3"><label>BTC<input class="offer-form" type="checkbox" value="BTC" v-model="offer.currencies" name="currency"/></label></div> <div class="col-xs-3"><label>ETH<input class="offer-form" type="checkbox" value="ETH" v-model="offer.currencies" name="currency"/></label></div> </div> <div v-show="offerCount==5" class="row"> <div id="conversions" class="col-xs-7"> <li v-for="currency in offer.currencies"> <conversion-row :currency="currency" :val="offer.values[currency]"> </conversion-row> </li> </div> <div id="per-unit" class="col-xs-5 well"> <h4><strong>per unit:</strong></h4> <select> <option v-for="(key, value) in offer.units" v-bind:value="offer.perUnit"> {{ value }}::{{ key }} </option> </select> </div> </div> <div v-show="offerCount==6"> <div id="location-inputs" class="col-sm-4"> <div class="row"> <span v-show="offer.destination"><strong>start: </strong></span><input type="text" name="offer-location-start" id="offer-location-start" v-model="offer.locationStart" v-focus="offerCount==6"/> </div> <div class="row"> <span v-show="offer.destination"><strong>end: </strong></span><input type="text" v-show="offer.destination" id="offer-location-end" v-model="offer.locationEnd" /> </div> </div> <div id="add-locations" class="col-sm-4"> <button v-on:click="toggleDestination"><div v-show="!offer.destination"><i class="fa fa-map" ></i></div><div v-show="offer.destination"><i class="fa fa-minus-circle"></i></div></button> </div> <div id="distances" class="col-sm-4"> <div v-show="offer.destination" class="distance"> <div class="col-xs-6" id="driving-distance"> <strong>{{ drivingDistance }}</strong> <i class="fa fa-car"></i> </div> <div class="col-xs-6" id="flying-distance"> <strong>{{ flyingDistance }}</strong> <i class="fa fa-plane"></i> </div> </div> </div> </div> <div v-show="offerCount==7" class="row"> <div><label for="from">Valid from: <input type="text" id="from" class="offer-form" name="from" v-model="offer.validFrom" v-focus="offerCount==7"></label></div> <div><label for="to">Valid to: <input type="text" id="to" class="offer-form" name="to" v-model="offer.validTo"></label></div> </div> <button v-show="offerCount==8" class="btn btn-primary" type="submit">make offer <i class="fa fa-legal"></i></button> <button v-show="offerCount==8" v-on:click="startOver" class="btn btn-primary">start over <i class="fa fa-eraser"></i></button> </form> </div> </div> </div> <div id="offer-preview" v-show="offer.name || offer.tags || offer.currencies[0] || offer.value || offer.location || offer.description"> <div v-show="offer.name"> <h4><strong>Name:</strong> {{offer.name}}</h4> </div> <div v-show="offer.tags"><h4><strong>Tags:</strong> {{offer.tags}}</h4> </div> <div v-show="offer.currencies[0]"> <h4><strong>Currencies:</strong> <span v-for="currency in offer.currencies">{{currency}} </span></h4> </div> <div v-show="offer.value"> <h4><strong>Value:</strong> {{offer.value}} MMR</h4></div> <div v-show="offer.location"> <h4><strong>Location(s):</strong> {{offer.location}}</h4> </div> <div v-show="offer.description"><h4><strong>Description:</strong> {{offer.description}}</h4></div> </div> <div id="wallet-config" v-show="walletShow"> <div id="nickname"> </div> <div id=""> </div> <div id="user-location"> </div> <button id="save">save <i class="fa fa-save"></i></button> </div> <nav id="details-nav"> <div id="details-back" v-show="offerCount>1" v-on:click="offerCount-=1"> <i class="fa fa-arrow-left fa-3x clickable"></i> </div> <div id="details-next" v-show="offerCount<8" v-on:click="offerCount+=1"> <i class="fa fa-arrow-right fa-3x clickable"></i> </div> </nav> </div> </div> <div id="side-bar"> <div id="side-bottom"> <div id="information"> <div id="news"> </div> <div id="results"> </div> </div> </div> <div id="side-top"> <div id="protocol"> <div id="explanation">Mesh Market</div> <div id="tag"></div> <div id="recommendation"></div> <div id="justification"></div> </div> <div id="top-right"> <div id="account"> <form> <div id="login" style="padding: 15px;"> <label>address:<input class="pro" id="address"/></label> <label>password:<input class="pro" id="password"/></label> </div> <div> <button id="open-wallet" class="pro col-xs-6 btn btn-primary">open <i class="fa fa-key" v-on:click="openWallet"></i></button> <button id="create-wallet" class="pro col-xs-6 btn btn-primary" v-on:click="createWallet">create <i class="fa fa-plus"></i></button> </div> </form> <div id="profile"></div> <div id="wallet"></div> </div> <div id="find" class="pro clickable" v-on:click="findShow=true"><i id="find-image" class="fa fa-search fa-3x" aria-hidden="true"></i> </div> <div id="offer" class="pro clickable" v-on:click="offerShow=true"><i id="offer-image" class="fa fa-file-text-o fa-3x" aria-hidden="true"></i> </div> </div> </div> </div> </div> <!-- <div v-show="protocolShow" id="protocol-container"> <div id="protocol-list"> </div> <div id="protocol-graph"> </div> <div id="protocol-add"> <form id="protocol-form"> <input id="tag-input"/> <input id="prescription-input"/> <input id="justification-input"/> <button id="btn btn-primary"></button> </form> </div> </div> <div v-show="apiShow" id="api-container"> </div> </div> --> </body> <script src="mesh-market/app/js/app.js"></script> </html>
CodeBasique/codeBasique.html
JulienPivard/Configuration-Vim
<!DOCTYPE html> <!-- vim: set foldmethod=indent: --> <!-- Squelette de page html --> <!-- Dernière modification : Dimanche 29 décembre[12] 2019 --> <html lang='fr'> <head> <meta charset='UTF-8' /> <meta http-equiv='content-type' content='text/html' /> <meta name='author' content='PIVARD Julien' /> <title> TitrePage </title> <!-- <link type='text/css' rel='stylesheet' href='nom.css' /> <link type='image/png' rel='shortcut icon' href='iconeOnglet/image.png' /> --> </head> <body> <main> <h1>Titre</h1> Ta mère sucre des frites en enfer ! </main> <!-- <script src='hello.js'></script> --> </body> </html>
game/data/scripts/quests/Q10331_StartOfFate/32146-05.html
karolusw/l2j
<html><body>Grand Master Valfar:<br> Are you ready to change to your new class?<br> <button value="Warder" action="bypass -h Quest Q10331_StartOfFate change_to_126" width=180 height=30 back="L2UI_CT1.HtmlWnd_DF_Level_Down" fore="L2UI_CT1.HtmlWnd_DF_Level"><br1> <table width=280 align=center border=0 bgcolor="111111"><tr><td><center><font color="CC8400"> Main weapon: crossbow; Armor: leather<br1> Specialty: ranged attacker - ranged attack </font></center></td></tr></table> </body></html>
public/resources/admin/public/css/styles.css
aspirin1988/mailer
@charset "UTF-8"; /* НАЧАЛО ОБЩИЕ СТИЛИ */ /* НАЧАЛО подключаем шрифт 'Univers': */ @font-face { font-family: 'Univers'; src: url("../fonts/univers/Univers Condensed.ttf") format("truetype"); font-weight: normal; } @font-face { font-family: 'Univers'; src: url("../fonts/univers/Univers Condensed Bold.ttf") format("truetype"); font-weight: bold; } /* КОНЕЦ подключаем шрифт 'Univers' */ /* НАЧАЛО общие стили */ body { color: white; font-size: 16px; line-height: 1.2; } h1, h2, h3, h4, h5, h6 { color: white; font-family: "Univers", sans-serif; } h2 { margin-top: 15px; font-size: 32px; } @media (min-width: 768px) { h2 { font-size: 38px; } } h3 { font-size: 24px; } @media (min-width: 768px) { h3 { font-size: 28px; } } a { color: inherit; text-decoration: none; } a:hover, a:focus, a:active { color: inherit; text-decoration: none; } .uk-close-alt, .uk-close-alt:hover, .uk-modal-close { color: black; } .uk-modal-dialog-lightbox .uk-modal-close.uk-close { z-index: 1000; background: white; border-radius: 50%; } .uk-modal-dialog-lightbox .uk-modal-close.uk-close:hover { color: black; } .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* КОНЕЦ общие стили */ /* НАЧАЛО header */ @media (min-width: 960px) { .logo-col { float: left; } } .logo-col img { display: block; margin: 0 auto; max-width: 269px; } .navbar-and-contacts-col { font-family: "Univers", sans-serif; } @media (min-width: 960px) { .navbar-and-contacts-col { float: right; padding-top: 20px; } } .navbar-and-contacts-col .contacts { text-align: center; } @media (min-width: 960px) { .navbar-and-contacts-col .contacts { text-align: right; } } .navbar-and-contacts-col .contacts span + span { display: block; margin-top: 10px; } @media (min-width: 480px) { .navbar-and-contacts-col .contacts span + span { margin-left: 20px; margin-top: 0; display: inline-block; } } .navbar-and-contacts-col .contacts a { color: white; text-shadow: 0 0 5px black; } .navbar-and-contacts-col .uk-navbar { background: transparent; } .navbar-and-contacts-col .uk-navbar.uk-active { background: rgba(255, 255, 255, 0.9); left: 0; right: 0; } .navbar-and-contacts-col .uk-navbar.uk-active .uk-navbar-nav li > a, .navbar-and-contacts-col .uk-navbar.uk-active .uk-navbar-nav li.uk-open > a { color: black; text-shadow: none; } .navbar-and-contacts-col .uk-navbar .uk-navbar-nav { float: none; text-align: center; } .navbar-and-contacts-col .uk-navbar .uk-navbar-nav > li { float: none; display: inline-block; text-align: left; } .navbar-and-contacts-col .uk-navbar .uk-navbar-nav > li.active > a { font-weight: bold; } .navbar-and-contacts-col .uk-navbar .uk-navbar-nav > li > a { font-family: "Univers", sans-serif; font-size: 18px; text-shadow: 0 0 5px black; } .navbar-and-contacts-col .uk-navbar .uk-navbar-nav li.uk-open a, .navbar-and-contacts-col .uk-navbar .uk-navbar-nav li a { background: transparent; color: white; } .navbar-and-contacts-col .uk-navbar .uk-navbar-nav li.uk-open ul, .navbar-and-contacts-col .uk-navbar .uk-navbar-nav li ul { font-size: 16px; } .navbar-and-contacts-col .uk-navbar .uk-navbar-nav li.uk-open ul li:hover a, .navbar-and-contacts-col .uk-navbar .uk-navbar-nav li ul li:hover a { background: #00c321; color: white; } .navbar-and-contacts-col .uk-navbar .uk-navbar-nav li.uk-active > a, .navbar-and-contacts-col .uk-navbar .uk-navbar-nav li:hover > a { color: #00c321; text-shadow: 1px 1px rgba(0, 0, 0, 0.9); } .uk-dropdown { background: rgba(155, 205, 11, 0.85); border-radius: 3px; } @media (min-width: 767px) { .uk-dropdown::after { position: absolute; top: -6px; left: 31px; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid rgba(155, 205, 11, 0.85); border-left: 6px solid transparent; content: ''; } } .uk-offcanvas .uk-nav-sub { background: rgba(255, 255, 255, 0.2); } .uk-offcanvas .uk-nav-sub li a { padding: 5px 0; } /* КОНЕЦ header */ /* НАЧАЛО main-section */ .main-section { background: 50% 0/cover url("../img/main-background.jpg"); min-height: 100vh; overflow: hidden; } .main-section .slogan-and-summary:not(.uk-container) { text-align: center; max-width: 500px; margin: 30px auto 0; position: relative; padding: 0 15px; } @media (min-width: 960px) { .main-section .slogan-and-summary:not(.uk-container)::before { content: url("../img/main-girl.png"); position: absolute; top: -55px; left: -235px; } } .main-section .slogan-and-summary:not(.uk-container) .slogan { font-family: "Univers", sans-serif; text-shadow: 0 5px 5px rgba(0, 0, 1, 0.35); text-transform: uppercase; } @media (min-width: 768px) { .main-section .slogan-and-summary:not(.uk-container) .slogan { margin: 0; } } .main-section .slogan-and-summary:not(.uk-container) .slogan.part-one { font-size: 28px; } @media (min-width: 768px) { .main-section .slogan-and-summary:not(.uk-container) .slogan.part-one { font-size: 50px; } } .main-section .slogan-and-summary:not(.uk-container) .slogan.part-two { font-size: 35px; font-weight: bold; } @media (min-width: 768px) { .main-section .slogan-and-summary:not(.uk-container) .slogan.part-two { font-size: 70px; } } .main-section .slogan-and-summary:not(.uk-container) .summary { color: black; font-size: 18px; font-family: "Univers", sans-serif; max-width: 330px; margin: 0 auto; } /* КОНЕЦ main-section */ /* НАЧАЛО divider-shadow */ .divider-shadow { background: #009235; text-align: center; } /* КОНЕЦ divider-shadow */ /* НАЧАЛО about */ .about { background: #009235; text-align: center; padding-bottom: 25px; } .about img { margin-top: 25px; max-width: 180px; } @media (min-width: 960px) { .about img { max-width: 230px; } } /* КОНЕЦ about */ /* НАЧАЛО services */ .services { background: #00a6de; padding: 15px 0; } .services h2 { text-align: center; font-weight: bold; } @media (min-width: 960px) { .services h2 { color: #002a07; max-width: 470px; margin: 0 auto 15px; position: relative; padding: 40px 0 60px; z-index: 10; } .services h2:before { content: url("../img/bubbles.png"); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; } } .services .data-uk-slider { text-align: center; } @media (min-width: 760px) { .services .data-uk-slider { padding: 0 100px; } } .services .data-uk-slider li a { padding: 5px; display: block; } .services .data-uk-slider li a img { border-radius: 3px; box-shadow: 0 0 5px white; width: 100%; } .services .data-uk-slider .uk-slidenav { display: block; } .services .data-uk-slider .uk-slidenav img { display: none; } @media (min-width: 760px) { .services .data-uk-slider .uk-slidenav img { display: block; } } @media (min-width: 760px) { .services .data-uk-slider .uk-slidenav-previous::before { content: none; } .services .data-uk-slider .uk-slidenav-next::before { content: none; } } /* НАЧАЛО старый вид страницы services (сохранён на всякий случай) .services { background: $background-color-light; padding: 15px 0; text-align: center; h2 { text-align: center; font-weight: bold; @media (min-width: 960px) { color: $main-color; max-width: 470px; margin: 0 auto 15px; position: relative; padding: 40px 0 60px; z-index: 10; &:before { content: url("../img/bubbles.png"); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; } } } .column + .column { margin-top: 15px; @media (min-width: 760px) { margin-top: 0; } } img { border: 3px $main-color solid; border-radius: 3px; display: block; margin: 0 auto; } @media (min-width: 760px) { .uk-width-medium-6-10 { text-align: left; } .uk-width-medium-6-10:not(.uk-pull-4-10) { text-align: right; } } } КОНЕЦ старый вид страницы services (сохранён на всякий случай) */ /* КОНЕЦ services */ /* НАЧАЛО gallery */ .gallery { background: #00a6de; padding: 15px 0; } .gallery h2 { text-align: center; font-weight: bold; } @media (min-width: 960px) { .gallery h2 { color: #002a07; max-width: 470px; margin: 0 auto 15px; position: relative; padding: 40px 0 60px; z-index: 10; } .gallery h2:before { content: url("../img/bubbles.png"); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; } } .gallery .data-uk-slider { text-align: center; } @media (min-width: 760px) { .gallery .data-uk-slider { padding: 0 100px; } } .gallery .data-uk-slider li a { padding: 5px; display: block; } .gallery .data-uk-slider li a img { border-radius: 3px; box-shadow: 0 0 5px white; width: 100%; } .gallery .data-uk-slider .uk-slidenav { display: block; } .gallery .data-uk-slider .uk-slidenav img { display: none; } @media (min-width: 760px) { .gallery .data-uk-slider .uk-slidenav img { display: block; } } @media (min-width: 760px) { .gallery .data-uk-slider .uk-slidenav-previous::before { content: none; } .gallery .data-uk-slider .uk-slidenav-next::before { content: none; } } /* КОНЕЦ gallery */ /* НАЧАЛО reviews */ .reviews { padding: 25px 0 35px; background: 100% 100%/cover url("../img/gallery-background-bubbles.png") no-repeat; } .reviews h2 { margin-top: 0; text-align: center; font-weight: bold; color: #002a07; } .reviews .data-uk-slider { padding: 0 35px; } @media (min-width: 760px) { .reviews .data-uk-slider { padding: 0 100px; } } .reviews .data-uk-slider li > a { display: block; } .reviews .data-uk-slider .uk-slidenav { display: block; width: 20px; height: 20px; } @media (min-width: 760px) { .reviews .data-uk-slider .uk-slidenav { width: 60px; height: 60px; } } .reviews .data-uk-slider img { display: block; width: 100%; border-radius: 3px; } .reviews .data-uk-slider .uk-slidenav-previous { left: 5px; } @media (min-width: 760px) { .reviews .data-uk-slider .uk-slidenav-previous { left: 20px; } } .reviews .data-uk-slider .uk-slidenav-previous::before { content: none; } .reviews .data-uk-slider .uk-slidenav-next { right: 5px; } @media (min-width: 760px) { .reviews .data-uk-slider .uk-slidenav-next { right: 20px; } } .reviews .data-uk-slider .uk-slidenav-next::before { content: none; } /* КОНЕЦ reviews */ /* НАЧАЛО request */ .request { background: #00a6de; font-size: 18px; overflow: hidden; } .request .uk-container { position: relative; padding: 15px; text-align: center; } @media (min-width: 760px) { .request .uk-container { text-align: left; padding: 150px 25px; } } .request .uk-container h2, .request .uk-container p { position: relative; z-index: 1; } .request form { max-width: 430px; position: relative; z-index: 1; margin: 0 auto; } @media (min-width: 760px) { .request form { margin: 0; } } .request form label { display: block; font-size: 16px; margin-top: 10px; } .request form input:not([type=submit]) { display: block; border: 1px solid #002a07; border-radius: 3px; font-size: 28px; width: 100%; } .request form input[type=submit] { border: 1px solid #002a07; border-radius: 3px; background: #009235; color: white; cursor: pointer; font-size: 16px; margin-top: 15px; padding: 10px 50px; float: right; } .request form input[type=submit]:hover { background: #002a07; } .request .hand { display: none; } @media (min-width: 760px) { .request .hand { display: block; position: absolute; right: 0; top: 0; z-index: 0; } } /* КОНЕЦ request */ /* НАЧАЛО news */ .news { background: #009235; padding: 30px 0; } .news .uk-grid-divider > [class*=uk-width-medium-]:not(.uk-width-medium-1-1):nth-child(n+2) { border-left: 3px white solid; } .news h2 { text-transform: uppercase; } .news h3 { text-transform: uppercase; } .news article { text-align: justify; margin-top: 30px; } .news .show-all { display: inline-block; background: white; color: #002a07; font-size: 14px; padding: 10px 12px; border-radius: 5px; margin-top: 15px; } .news .show-all:hover { background: #002a07; color: white; } /* КОНЕЦ news */ /* НАЧАЛО faq */ .faq { background: #00a6de; padding: 25px 0 10px; } .faq h2 { margin-bottom: 25px; text-transform: uppercase; text-align: center; } .faq .uk-grid .question, .faq .uk-grid .answer { position: relative; } .faq .uk-grid .question::before, .faq .uk-grid .answer::before { color: #002835; display: block; font-family: "Univers", sans-serif; font-size: 24px; font-weight: bold; text-align: center; } @media (min-width: 1200px) { .faq .uk-grid .question::before, .faq .uk-grid .answer::before { position: absolute; left: 25px; top: -10px; font-size: 32px; text-align: left; } } .faq .uk-grid .question:before { content: 'В'; } .faq .uk-grid .answer:before { content: 'О'; } .faq .flex-row { display: flex; align-items: center; margin-top: 30px; } .faq .flex-row .col-picture { margin-right: 30px; } .faq .flex-row .col-picture img { display: none; } @media (min-width: 480px) { .faq .flex-row .col-picture img { display: block; } } .faq .flex-row .col-form { flex: 1; } @media (max-width: 479px) { .faq .flex-row .col-form .uk-width-medium-1-2 { padding-left: 0; } } .faq .flex-row .col-form form label { display: block; font-size: 16px; margin-top: 10px; } .faq .flex-row .col-form form input:not([type=submit]), .faq .flex-row .col-form form textarea { display: block; border: 1px solid #002a07; border-radius: 3px; font-size: 18px; width: 100%; padding: 6px 0; } .faq .flex-row .col-form form textarea { height: 85px; resize: none; } .faq .flex-row .col-form form input[type=submit] { border: 1px solid #002a07; border-radius: 3px; background: #009235; color: white; cursor: pointer; font-size: 16px; margin-top: 15px; padding: 10px 50px; float: right; } .faq .flex-row .col-form form input[type=submit]:hover { background: #002a07; } /* КОНЕЦ faq */ /* НАЧАЛО footer */ footer { background: #009235; padding: 15px 0 10px; } @media (min-width: 768px) { footer { padding: 50px 0 40px; } } footer .uk-container { display: flex; flex-flow: column; align-items: center; } @media (min-width: 768px) { footer .uk-container { flex-flow: row wrap; justify-content: space-between; align-items: flex-start; } } footer .uk-container .contacts h3 { font-weight: bold; text-transform: uppercase; } footer .uk-container .contacts h4 { font-size: 18px; text-transform: uppercase; margin-bottom: 0; } footer .uk-container .contacts p { margin-top: 3px; } footer .uk-container .contacts .address-container, footer .uk-container .contacts .phone-number-container, footer .uk-container .contacts .email-container { position: relative; padding-left: 50px; margin-bottom: 20px; } footer .uk-container .contacts .address-container:before, footer .uk-container .contacts .phone-number-container:before, footer .uk-container .contacts .email-container:before { position: absolute; left: 0; } footer .uk-container .contacts .address-container:before { content: url("../img/footer-icon-pin.png"); left: 5px; } footer .uk-container .contacts .phone-number-container:before { content: url("../img/footer-icon-phone.png"); left: 7px; } footer .uk-container .contacts .email-container:before { content: url("../img/footer-icon-mail.png"); } footer .uk-container .contacts .uk-grid-divider:empty { margin-top: 10px; margin-bottom: 10px; } footer .uk-container .contacts .social-icons { margin-left: 45px; } footer .uk-container .contacts .social-icons a { display: inline-block; } footer .uk-container .contacts .social-icons a + a { margin-left: 10px; } /* КОНЕЦ footer */ /****************************** НАЧАЛО Страница списка статей *******************************/ /* НАЧАЛО main-section */ .main-section.articles { background: 50% 100%/cover url("../img/articles-list-main-background.jpg"); min-height: 450px; } .main-section.articles .slogan-and-summary { text-align: right; } .main-section.articles .slogan-and-summary::before { content: ""; } .main-section.articles .slogan-and-summary .slogan { font-family: "Univers", sans-serif; text-shadow: 0 5px 5px rgba(0, 0, 1, 0.35); text-transform: uppercase; } @media (min-width: 768px) { .main-section.articles .slogan-and-summary .slogan { margin: 0; } } .main-section.articles .slogan-and-summary .slogan.part-one { font-size: 28px; } @media (min-width: 768px) { .main-section.articles .slogan-and-summary .slogan.part-one { font-size: 50px; } } .main-section.articles .slogan-and-summary .slogan.part-two { font-size: 35px; font-weight: bold; } @media (min-width: 768px) { .main-section.articles .slogan-and-summary .slogan.part-two { font-size: 70px; } } .main-section.articles .slogan-and-summary .summary { color: black; font-size: 18px; font-family: "Univers", sans-serif; max-width: 330px; margin: 0 auto; } /* КОНЕЦ main-section */ /* НАЧАЛО articles-list */ .articles-list { background: #00a6de; color: white; padding: 30px 0; } .articles-list h1 { font-weight: bold; text-align: center; text-transform: uppercase; } .articles-list h3 { font-weight: bold; text-align: center; text-transform: uppercase; margin-top: 25px; } @media (min-width: 768px) { .articles-list h3 { margin-top: 0; text-align: left; } } .articles-list img { border: 3px solid white; border-radius: 3px; display: block; margin: 0 auto; } .articles-list p { text-align: justify; } /* КОНЕЦ articles-list */ /****************************** КОНЕЦ Страница списка статей *******************************/ /****************************** НАЧАЛО Страница единичной Статьи *******************************/ /* НАЧАЛО articles-list single */ .main-section.articles.single { background: 50% 0/cover url("../img/single-article-background.jpg"); } /* КОНЕЦ articles-list single */ /* НАЧАЛО список новостей и сама новость */ .article-box { color: black; padding: 30px 0; } .article-box .other-articles { text-align: center; display: none; } @media (min-width: 768px) { .article-box .other-articles { display: flex; } } .article-box .other-articles a { display: block; font-family: "Univers", sans-serif; font-size: 24px; } .article-box .other-articles a:hover { text-decoration: underline; } .article-box .article { text-align: justify; } .article-box .other-articles, .article-box .article { align-items: flex-start; } .article-box .other-articles .border, .article-box .article .border { flex: 1; } @media (min-width: 768px) { .article-box .other-articles .border, .article-box .article .border { border: 2px solid #00a6de; padding: 15px; } } .article-box .other-articles .border.on-article, .article-box .article .border.on-article { padding-left: 25px; padding-right: 25px; } .article-box h2 { color: #00a6de; text-align: center; text-transform: uppercase; font-size: 24px; } @media (min-width: 768px) { .article-box h2 { font-size: 28px; } } .article-box img { float: none; display: block; margin-right: 15px; margin-bottom: 15px; border: 3px solid #00a6de; border-radius: 3px; width: 100%; } @media (min-width: 550px) { .article-box img { margin-bottom: 5px; width: auto; float: left; } } /* КОНЕЦ список новостей и сама новость */ /****************************** КОНЕЦ Страница единичной Статьи *******************************/ /*# sourceMappingURL=styles.css.map */
kgusage/templates/kgusage/machine_detail_extra.html
Karaage-Cluster/karaage-usage
{% load usage %} {% load render_table from django_tables2 %} {% get_machine_recent_usage machine as usage_list %} <div class="module"> <h2>Latest Usage</h2> {% render_table usage_list %} <div class="object-tools"> <ul> <li><a href="{% url 'kg_usage_job_list' %}{% url_with_param machine=machine.pk %}">Display all jobs</a></li> </ul> </div> </div>
.gradlew/wrapper/dists/gradle-2.0-all/7rd4e4rcg4riqi0j6j508m2lbk/gradle-2.0/docs/groovydoc/org/gradle/language/base/package-summary.html
VolitionEos/DungFactory
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>org.gradle.language.base (Gradle API 2.0)</title> <meta name="keywords" content="org.gradle.language.base package"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" title="Style"> <link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../groovy.ico" type="image/x-icon" rel="icon"> <script type="text/javascript"> function windowTitle() { parent.document.title="org.gradle.language.base (Gradle API 2.0)"; } </script> <noscript> </noscript> </head> <body class="center" onload="windowTitle();"> <!-- ========= 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> <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="../../../../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="../../../../index.html?org/gradle/language/base/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> </div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Package org.gradle.language.base</h1> </div> <div class="header"> <h2 title=" General purpose types for language support. @Incubating " class="title"> General purpose types for language support. @Incubating </h2> </div> <div class="contentContainer"> <div class="summary"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Interface Summary"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tbody> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tr class="altColor"> <td class="colOne"> <strong><a href="FunctionalSourceSet.html" title="class in org/gradle/language/base"> FunctionalSourceSet </a></strong> </td> <td>A container holding LanguageSourceSets with a similar function (production code, test code, etc.).</td> </tr> <tr class="altColor"> <td class="colOne"> <strong><a href="LanguageSourceSet.html" title="class in org/gradle/language/base"> LanguageSourceSet </a></strong> </td> <td>A set of sources for a programming language.</td> </tr> <tr class="altColor"> <td class="colOne"> <strong><a href="ProjectSourceSet.html" title="class in org/gradle/language/base"> ProjectSourceSet </a></strong> </td> <td>A container of FunctionalSourceSets. </td> </tr> </tbody> </table> </li> </ul> </div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="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"> <div> <ul class="navList"> <li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> <li><a href="deprecated-list.html" target="_top">No Frames</a></li> </ul> </div> <div class="aboutLanguage"><em>Gradle API 2.0</em></div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
discovery/resources/fan/586/index.html
Timathom/timathom.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head prefix="og: http://ogp.me/ns# dc: http://purl.org/dc/terms/"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <title>Fan page: Dave Szurek</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"> <style type="text/css"> #top{ width: 100%; float: left; } #place{ width: 100%; float: left; } #address{ width: 15%; float: left; } #sgvzl{ width: 80%; float: left; } #credits{ width: 100%; float: left; clear: both; } #location-marker{ width: 1em; } #male-glyph{ width: 1em; } </style> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript" id="sgvzlr_script" src="http://mgskjaeveland.github.io/sgvizler/v/0.6/sgvizler.min.js"></script> <script type="text/javascript"> sgvizler .defaultEndpointURL("http://bibfram.es/fuseki/cobra/query"); //// Leave this as is. Ready, steady, go! $(document).ready(sgvizler.containerDrawAll); </script> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> <meta name="title" content="Dave Szurek"> <meta property="dc:title" content="Dave Szurek"> <meta property="og:title" content="Dave Szurek"> <meta name="author" content="Dave Szurek"> <meta name="dc:creator" content="Dave Szurek"> </head> <body prefix="cbo: http://comicmeta.org/cbo/ dc: http://purl.org/dc/elements/1.1/ dcterms: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ oa: http://www.w3.org/ns/oa# rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# schema: http://schema.org/ skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#"> <div id="wrapper" class="container" about="http://ivmooc-cobra2.github.io/resources/fan/586" typeof="http://comicmeta.org/cbo/Fan"> <div id="top"> <h1> <span property="http://schema.org/name">Dave Szurek</span> <img id="male-glyph" src="/static/resources/img/man.svg" alt="male glyph"> </h1> <dl> <dt> <label for="http://comicmeta.org/cbo/Fan"> <span>type</span> </label> </dt> <dd> <span>http://comicmeta.org/cbo/Fan</span> </dd> </dl> <dl> <dt> <label for="http://schema.org/name"> <span> <a href="http://schema.org/name">name</a> </span> </label> </dt> <dd> <span property="http://schema.org/name">Dave Szurek</span> </dd> </dl> </div> <div id="place" rel="http://schema.org/address" resource="http://ivmooc-cobra2.github.io/resources/place/565" typeof="http://schema.org/Place"> <h2>Location <a href="http://ivmooc-cobra2.github.io/resources/place/565"> <img id="location-marker" src="/static/resources/img/location.svg" alt="location marker glyph"> </a> </h2> <div id="address" rel="http://schema.org/address" typeof="http://schema.org/PostalAddress" resource="http://ivmooc-cobra2.github.io/resources/place/565/address"> <dl> <dt> <label for="http://schema.org/streetAddress"> <span> <a href="http://schema.org/streetAddress">Street address</a> </span> </label> </dt> <dd> <span property="http://schema.org/streetAddress">6328 Perkins St.</span> </dd> </dl> <dl> <dt> <label for="http://schema.org/addressLocality"> <span> <a href="http://schema.org/addressLocality">Address locality</a> </span> </label> </dt> <dd> <span property="http://schema.org/addressLocality">Detroit</span> </dd> </dl> <dl> <dt> <label for="http://schema.org/addressRegion"> <span> <a href="http://schema.org/addressRegion">Address region</a> </span> </label> </dt> <dd> <span property="http://schema.org/addressRegion">MI</span> </dd> </dl> <dl> <dt> <label for="http://schema.org/postalCode"> <span> <a href="http://schema.org/postalCode">Postal code</a> </span> </label> </dt> <dd> <span property="http://schema.org/postalCode">48210</span> </dd> </dl> <dl> <dt> <label for="http://schema.org/addressCountry"> <span> <a href="http://schema.org/addressCountry">Address country</a> </span> </label> </dt> <dd> <span property="http://schema.org/addressCountry">US</span> </dd> </dl> </div> <div id="sgvzl" data-sgvizler-endpoint="http://bibfram.es/fuseki/cobra/query" data-sgvizler-query="PREFIX dc: <http://purl.org/dc/elements/1.1/&gt; &#xA;PREFIX cbo: <http://comicmeta.org/cbo/&gt; &#xA;PREFIX foaf: <http://xmlns.com/foaf/0.1/&gt;&#xA;PREFIX schema: <http://schema.org/&gt;&#xA;SELECT ?lat ?long &#xA;WHERE {&#xA; ?fan schema:address ?Place .&#xA; ?Place schema:geo ?Geo .&#xA; ?Geo schema:latitude ?lat .&#xA; ?Geo schema:longitude ?long .&#xA; FILTER(?fan = <http://ivmooc-cobra2.github.io/resources/fan/586&gt;)&#xA;}" data-sgvizler-chart="google.visualization.GeoChart" data-sgvizler-loglevel="2" style="width:800px; height:400px;"></div> </div> <div id="letter" rel="http://purl.org/dc/elements/1.1/creator" resource="http://ivmooc-cobra2.github.io/resources/letter/3651 http://ivmooc-cobra2.github.io/resources/letter/621"> <dl> <dt> <label for="http://schema.org/streetAddress"> <span> <a href="http://schema.org/streetAddress">Street address</a> </span> </label> </dt> <dd> <span property="http://schema.org/streetAddress">6328 Perkins St.</span> </dd> </dl> </div> <div id="credits">Icons made by <a href="http://www.flaticon.com/authors/simpleicon" title="SimpleIcon">SimpleIcon</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a> </div> </div> </body> </html>
docs/xbmc-definition-now-the-default-definition.html
thica/ORCA-Remote
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>XBMC definition now the default definition - ORCA-Remote </title> <meta name="description" content="Hello, I deciced to create a pure XBMC defintion, which is now the default definition for new users. So XBMC users can use ORCA out of the box, they only need to adjust the host name of their XBMC device (and of cause need to&hellip;" /> <meta name="generator" content="Publii Open-Source CMS for Static Site" /> <link rel="canonical" href="https://orca-remote.de/xbmc-definition-now-the-default-definition.html"> <link rel="alternate" type="application/atom+xml" href="https://orca-remote.de/feed.xml" /> <link rel="alternate" type="application/json" href="https://orca-remote.de/feed.json" /> <meta property="og:title" content="XBMC definition now the default definition" /><meta property="og:site_name" content="ORCA-Remote" /><meta property="og:description" content="Hello, I deciced to create a pure XBMC defintion, which is now the default definition for new users. So XBMC users can use ORCA 'out of the box', they only need to adjust the host name of their XBMC device (and of cause need to&hellip;" /><meta property="og:url" content="https://orca-remote.de/xbmc-definition-now-the-default-definition.html" /><meta property="og:type" content="article" /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin> <style>h1,h2,h3,h4,h5,h6,.btn,[type=button],[type=submit],button,.navbar .navbar__menu li,.navbar_mobile_sidebar .navbar__menu li,.feed__author,.post__tag,.post__share>a span,.post__nav-link>span,.footer{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}body,h1,.h1,blockquote,.search__input,.author__name,.author__info>p,.feed__item h2,.post__nav-link{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}</style> <link rel="stylesheet" href="https://orca-remote.de/assets/css/style.css?v=2c4fe628aea2f72a9930ec5f6565c687"> <script type="application/ld+json">{"@context":"http://schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","@id":"https://orca-remote.de/xbmc-definition-now-the-default-definition.html"},"headline":"XBMC definition now the default definition","datePublished":"2013-04-02T08:19","dateModified":"2020-01-17T22:59","description":"Hello, I deciced to create a pure XBMC defintion, which is now the default definition for new users. So XBMC users can use ORCA \"out of the box\", they only need to adjust the host name of their XBMC device (and of cause need to&hellip;","author":{"@type":"Person","name":"Carsten Thielepape"},"publisher":{"@type":"Organization","name":"Carsten Thielepape"}}</script> <script src="https://orca-remote.de/assets/js/ls.parent-fit.min.js?v=1c78585e2a70398fe95085061942fd37"></script> <script async src="https://orca-remote.de/assets/js/lazysizes.min.js?v=149ff45fc6c2f13e892e438a58abb77f"></script> </head> <body> <div class="site-container"> <header class="top" id="js-header"> <a class="logo" href="https://orca-remote.de/"> ORCA-Remote </a> <nav class="navbar js-navbar"> <button class="navbar__toggle js-toggle" aria-label="Menu" aria-haspopup="true" aria-expanded="false"> <span class="navbar__toggle-box"> <span class="navbar__toggle-inner">Menu</span> </span> </button> <ul class="navbar__menu"> <li> <a href="https://orca-remote.de/about.html" target="_self" > About </a> </li> <li> <a href="https://orca-remote.de/gallery.html" target="_self" > Gallery </a> </li> <li> <a href="https://orca-remote.de/download-orca.html" target="_self" > Downloads </a> </li> <li class="has-submenu"> <a href="https://orca-remote.de/support.html" target="_self" aria-haspopup="true" > Support </a> <ul class="navbar__submenu level-2" aria-hidden="true" > <li> <a href="https://orca-remote.de/impressum.html" target="_self" > Impressum </a> </li> <li> <a href="https://orca-remote.de/sponsors.html" target="_self" > Sponsors </a> </li> <li> <a href="https://orca-remote.de/license.html" target="_blank" > License </a> </li> </ul> </li> </ul> </nav> </header> <main> <article class="post"> <div class="hero"> <header class="hero__content"> <div class="wrapper"> <div class="post__meta"> <time datetime="2013-04-02T08:19"> April 2, 2013 </time> </div> <h1> XBMC definition now the default definition </h1> <div class="post__meta post__meta--author"> <a href="https://orca-remote.de/authors/carsten-thielepape/" class="feed__author invert">Carsten Thielepape</a> </div> </div> </header> </div> <div class="wrapper post__entry"> <p>Hello,</p> <p>I deciced to create a pure XBMC defintion, which is now the default definition for new users. So XBMC users can use ORCA "out of the box", they only need to adjust the host name of their XBMC device (and of cause need to allow remote control in their XBMC settings)</p> <p>So Orca will be now delivered with three defintions:<br /> * xbmc pure: Ready to use for XBMC users. One Control Screen which all main XBMC functions<br /> * showcase: An overview to the most common screen widgets of ORCA<br /> * thica: My personal setup, which shows a more complex definition using multiple interfaces and a lot of devices</p> <p>You can now adjust the interface settings using the setup screen of ORCA Remote, so if you use the "xbmx pure" defintion, no manual editing of any ini / xml files is required.</p> <p>Have fun</p> <p>Carsten</p> </div> <footer class="wrapper post__footer"> <p class="post__last-updated"> This article was updated on January 17, 2020 </p> <div class="post__share"> </div> <div class="post__bio bio"> <div class="bio__info"> <h3 class="bio__name"> <a href="https://orca-remote.de/authors/carsten-thielepape/" class="invert" rel="author">Carsten Thielepape</a> </h3> </div> </div> </footer> </article> <nav class="post__nav"> <div class="post__nav-inner"> <div class="post__nav-prev"> <svg width="1.041em" height="0.416em" aria-hidden="true"> <use xlink:href="https://orca-remote.de/assets/svg/svg-map.svg#arrow-prev"/> </svg> <a href="https://orca-remote.de/beta-test-started.html" class="invert post__nav-link" rel="prev"> <span>Previous</span> Beta Test Started </a> </div> <div class="post__nav-next"> <a href="https://orca-remote.de/next-step-home-automation-interfaces.html" class="invert post__nav-link" rel="next"> <span>Next</span> Next Step: Home automation interface(s) </a> <svg width="1.041em" height="0.416em" aria-hidden="true"> <use xlink:href="https://orca-remote.de/assets/svg/svg-map.svg#arrow-next"/> </svg> </div> </div> </nav> </main> <footer class="footer"> <div class="footer__copyright"> Powered by <a href="https://getpublii.com" target="_blank" rel="nofollow noopener noreferrer">Publii Static CMS</a> </div> <button class="footer__bttop js-footer__bttop" aria-label="Back to top"> <svg> <title>Back to top</title> <use xlink:href="https://orca-remote.de/assets/svg/svg-map.svg#toparrow" /> </svg> </button> </footer> </div> <script> window.publiiThemeMenuConfig = { mobileMenuMode: 'sidebar', animationSpeed: 300, submenuWidth: 'auto', doubleClickTime: 500, mobileMenuExpandableSubmenus: true, relatedContainerForOverlayMenuSelector: '.top', }; </script> <script defer src="https://orca-remote.de/assets/js/scripts.min.js?v=f56b13ba141d95ea2a0b7aab75ca9528"></script> <script> var lazyFeaturedImage=function lazyFeaturedImage(){var b=document.querySelectorAll(".hero__image-img");for(var a=0;a<b.length;a++){var c=b[a];c.addEventListener("lazyloaded",function(f){var d=f.target.parentNode;d.classList.add("hero__image--overlay")})}};lazyFeaturedImage(); </script> </body> </html>
cbc/CBCJVM/doc/cbctools/jar/cbc/package-summary.html
bmcdorman/CBCJVM
<!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_0) on Sun Feb 07 16:38:07 EST 2010 --> <TITLE> cbctools.jar.cbc </TITLE> <META NAME="date" CONTENT="2010-02-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="cbctools.jar.cbc"; } } </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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../cbctools/jar/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;NEXT PACKAGE</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?cbctools/jar/cbc/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 cbctools.jar.cbc </H2> <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="../../../cbctools/jar/cbc/Main.html" title="class in cbctools.jar.cbc">Main</A></B></TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../cbctools/jar/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;NEXT PACKAGE</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?cbctools/jar/cbc/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> </BODY> </HTML>
docs/generated_docs/html/tox_8c_source.html
cmotc/toxcore
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.8"/> <title>libtoxcore: toxcore/tox.c Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="tox.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">libtoxcore </div> <div id="projectbrief">The future of instant messaging</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.8 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('tox_8c_source.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Pages</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">tox.c</div> </div> </div><!--header--> <div class="contents"> <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/* tox.c</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> *</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * The Tox public API.</span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> *</span></div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * Copyright (C) 2013 Tox project All Rights Reserved.</span></div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> *</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * This file is part of Tox.</span></div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> *</span></div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * Tox is free software: you can redistribute it and/or modify</span></div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * it under the terms of the GNU General Public License as published by</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * the Free Software Foundation, either version 3 of the License, or</span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * (at your option) any later version.</span></div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> *</span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * Tox is distributed in the hope that it will be useful,</span></div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * GNU General Public License for more details.</span></div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> *</span></div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * You should have received a copy of the GNU General Public License</span></div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * along with Tox. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> *</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment"> */</span></div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#ifdef HAVE_CONFIG_H</span></div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &quot;config.h&quot;</span></div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &quot;Messenger.h&quot;</span></div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &quot;group.h&quot;</span></div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &quot;logger.h&quot;</span></div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &quot;../toxencryptsave/defines.h&quot;</span></div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#define TOX_DEFINED</span></div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="struct_messenger.html">Messenger</a> <a class="code" href="struct_messenger.html">Tox</a>;</div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#include &quot;tox.h&quot;</span></div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="preprocessor">#define SET_ERROR_PARAMETER(param, x) {if(param) {*param = x;}}</span></div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;</div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#if TOX_HASH_LENGTH != crypto_hash_sha256_BYTES</span></div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="preprocessor">#error TOX_HASH_LENGTH is assumed to be equal to crypto_hash_sha256_BYTES</span></div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#if FILE_ID_LENGTH != crypto_box_KEYBYTES</span></div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="preprocessor">#error FILE_ID_LENGTH is assumed to be equal to crypto_box_KEYBYTES</span></div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;</div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#if TOX_FILE_ID_LENGTH != crypto_box_KEYBYTES</span></div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="preprocessor">#error TOX_FILE_ID_LENGTH is assumed to be equal to crypto_box_KEYBYTES</span></div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="preprocessor">#if TOX_FILE_ID_LENGTH != TOX_HASH_LENGTH</span></div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="preprocessor">#error TOX_FILE_ID_LENGTH is assumed to be equal to TOX_HASH_LENGTH</span></div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;</div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="preprocessor">#if TOX_PUBLIC_KEY_SIZE != crypto_box_PUBLICKEYBYTES</span></div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor">#error TOX_PUBLIC_KEY_SIZE is assumed to be equal to crypto_box_PUBLICKEYBYTES</span></div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;</div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="preprocessor">#if TOX_SECRET_KEY_SIZE != crypto_box_SECRETKEYBYTES</span></div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="preprocessor">#error TOX_SECRET_KEY_SIZE is assumed to be equal to crypto_box_SECRETKEYBYTES</span></div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;</div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="preprocessor">#if TOX_MAX_NAME_LENGTH != MAX_NAME_LENGTH</span></div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="preprocessor">#error TOX_MAX_NAME_LENGTH is assumed to be equal to MAX_NAME_LENGTH</span></div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;</div> <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="preprocessor">#if TOX_MAX_STATUS_MESSAGE_LENGTH != MAX_STATUSMESSAGE_LENGTH</span></div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="preprocessor">#error TOX_MAX_STATUS_MESSAGE_LENGTH is assumed to be equal to MAX_STATUSMESSAGE_LENGTH</span></div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="preprocessor">#endif</span></div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;</div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;uint32_t tox_version_major(<span class="keywordtype">void</span>)</div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;{</div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;}</div> <div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;</div> <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;uint32_t tox_version_minor(<span class="keywordtype">void</span>)</div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;{</div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;}</div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;</div> <div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;uint32_t tox_version_patch(<span class="keywordtype">void</span>)</div> <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;{</div> <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;}</div> <div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;</div> <div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="keywordtype">bool</span> tox_version_is_compatible(uint32_t major, uint32_t minor, uint32_t patch)</div> <div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;{</div> <div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="comment">//TODO</span></div> <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;}</div> <div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;</div> <div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;</div> <div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;<span class="keywordtype">void</span> tox_options_default(<span class="keyword">struct</span> <a class="code" href="struct_tox___options.html">Tox_Options</a> *options)</div> <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;{</div> <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <span class="keywordflow">if</span> (options) {</div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; memset(options, 0, <span class="keyword">sizeof</span>(<span class="keyword">struct</span> <a class="code" href="struct_tox___options.html">Tox_Options</a>));</div> <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; options-&gt;<a class="code" href="struct_tox___options.html#a320e68fce8ebf1b6f0bb10494d800441">ipv6_enabled</a> = 1;</div> <div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; options-&gt;<a class="code" href="struct_tox___options.html#a35c23f2b9cd2468e2a256ca93a21d5d5">udp_enabled</a> = 1;</div> <div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; options-&gt;<a class="code" href="struct_tox___options.html#a32a512eb6e2c820735f1c51cd1075ce4">proxy_type</a> = TOX_PROXY_TYPE_NONE;</div> <div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; }</div> <div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;}</div> <div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;</div> <div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;<span class="keyword">struct </span><a class="code" href="struct_tox___options.html">Tox_Options</a> *tox_options_new(TOX_ERR_OPTIONS_NEW *error)</div> <div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;{</div> <div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <span class="keyword">struct </span><a class="code" href="struct_tox___options.html">Tox_Options</a> *options = calloc(<span class="keyword">sizeof</span>(<span class="keyword">struct</span> <a class="code" href="struct_tox___options.html">Tox_Options</a>), 1);</div> <div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;</div> <div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <span class="keywordflow">if</span> (options) {</div> <div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; tox_options_default(options);</div> <div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_OPTIONS_NEW_OK);</div> <div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <span class="keywordflow">return</span> options;</div> <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; }</div> <div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;</div> <div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_OPTIONS_NEW_MALLOC);</div> <div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; <span class="keywordflow">return</span> NULL;</div> <div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;}</div> <div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;</div> <div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;<span class="keywordtype">void</span> tox_options_free(<span class="keyword">struct</span> <a class="code" href="struct_tox___options.html">Tox_Options</a> *options)</div> <div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;{</div> <div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; free(options);</div> <div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;}</div> <div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;</div> <div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;<a class="code" href="struct_messenger.html">Tox</a> *tox_new(<span class="keyword">const</span> <span class="keyword">struct</span> <a class="code" href="struct_tox___options.html">Tox_Options</a> *options, TOX_ERR_NEW *error)</div> <div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;{</div> <div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; <span class="keywordflow">if</span> (!logger_get_global())</div> <div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; logger_set_global(logger_new(LOGGER_OUTPUT_FILE, LOGGER_LEVEL, <span class="stringliteral">&quot;toxcore&quot;</span>));</div> <div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;</div> <div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; <a class="code" href="struct_messenger___options.html">Messenger_Options</a> m_options = {0};</div> <div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;</div> <div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; _Bool load_savedata_sk = 0, load_savedata_tox = 0;</div> <div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;</div> <div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; <span class="keywordflow">if</span> (options == NULL) {</div> <div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; m_options.ipv6enabled = TOX_ENABLE_IPV6_DEFAULT;</div> <div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; <span class="keywordflow">if</span> (options-&gt;<a class="code" href="struct_tox___options.html#a825cfabf7be0224b12d09c8b1f5cbed6">savedata_type</a> != TOX_SAVEDATA_TYPE_NONE) {</div> <div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; <span class="keywordflow">if</span> (options-&gt;<a class="code" href="struct_tox___options.html#af298081c5f07deace07b2ced2c0a9c3d">savedata_data</a> == NULL || options-&gt;<a class="code" href="struct_tox___options.html#a56c7956bddcb0d100c54e426b6e5f3ed">savedata_length</a> == 0) {</div> <div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_LOAD_BAD_FORMAT);</div> <div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keywordflow">return</span> NULL;</div> <div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; }</div> <div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; }</div> <div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;</div> <div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; <span class="keywordflow">if</span> (options-&gt;<a class="code" href="struct_tox___options.html#a825cfabf7be0224b12d09c8b1f5cbed6">savedata_type</a> == TOX_SAVEDATA_TYPE_SECRET_KEY) {</div> <div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; <span class="keywordflow">if</span> (options-&gt;<a class="code" href="struct_tox___options.html#a56c7956bddcb0d100c54e426b6e5f3ed">savedata_length</a> != TOX_SECRET_KEY_SIZE) {</div> <div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_LOAD_BAD_FORMAT);</div> <div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; <span class="keywordflow">return</span> NULL;</div> <div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; }</div> <div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;</div> <div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; load_savedata_sk = 1;</div> <div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (options-&gt;<a class="code" href="struct_tox___options.html#a825cfabf7be0224b12d09c8b1f5cbed6">savedata_type</a> == TOX_SAVEDATA_TYPE_TOX_SAVE) {</div> <div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; <span class="keywordflow">if</span> (options-&gt;<a class="code" href="struct_tox___options.html#a56c7956bddcb0d100c54e426b6e5f3ed">savedata_length</a> &lt; TOX_ENC_SAVE_MAGIC_LENGTH) {</div> <div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_LOAD_BAD_FORMAT);</div> <div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; <span class="keywordflow">return</span> NULL;</div> <div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; }</div> <div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160;</div> <div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; <span class="keywordflow">if</span> (memcmp(options-&gt;<a class="code" href="struct_tox___options.html#af298081c5f07deace07b2ced2c0a9c3d">savedata_data</a>, TOX_ENC_SAVE_MAGIC_NUMBER, TOX_ENC_SAVE_MAGIC_LENGTH) == 0) {</div> <div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_LOAD_ENCRYPTED);</div> <div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; <span class="keywordflow">return</span> NULL;</div> <div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; }</div> <div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;</div> <div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; load_savedata_tox = 1;</div> <div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160; }</div> <div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;</div> <div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; m_options.ipv6enabled = options-&gt;<a class="code" href="struct_tox___options.html#a320e68fce8ebf1b6f0bb10494d800441">ipv6_enabled</a>;</div> <div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; m_options.udp_disabled = !options-&gt;<a class="code" href="struct_tox___options.html#a35c23f2b9cd2468e2a256ca93a21d5d5">udp_enabled</a>;</div> <div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; m_options.port_range[0] = options-&gt;<a class="code" href="struct_tox___options.html#aa2de2e9258608a29877ef5d5610ea8f7">start_port</a>;</div> <div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160; m_options.port_range[1] = options-&gt;<a class="code" href="struct_tox___options.html#a72adaef23252363613b9ace5351ce521">end_port</a>;</div> <div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; m_options.tcp_server_port = options-&gt;<a class="code" href="struct_tox___options.html#a7c66715252e093e0b8b751a0c888623e">tcp_port</a>;</div> <div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;</div> <div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; <span class="keywordflow">switch</span> (options-&gt;<a class="code" href="struct_tox___options.html#a32a512eb6e2c820735f1c51cd1075ce4">proxy_type</a>) {</div> <div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; <span class="keywordflow">case</span> TOX_PROXY_TYPE_HTTP:</div> <div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; m_options.proxy_info.proxy_type = TCP_PROXY_HTTP;</div> <div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160;</div> <div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; <span class="keywordflow">case</span> TOX_PROXY_TYPE_SOCKS5:</div> <div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160; m_options.proxy_info.proxy_type = TCP_PROXY_SOCKS5;</div> <div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;</div> <div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; <span class="keywordflow">case</span> TOX_PROXY_TYPE_NONE:</div> <div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; m_options.proxy_info.proxy_type = TCP_PROXY_NONE;</div> <div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160;</div> <div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; <span class="keywordflow">default</span>:</div> <div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_PROXY_BAD_TYPE);</div> <div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160; <span class="keywordflow">return</span> NULL;</div> <div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; }</div> <div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;</div> <div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; <span class="keywordflow">if</span> (m_options.proxy_info.proxy_type != TCP_PROXY_NONE) {</div> <div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; <span class="keywordflow">if</span> (options-&gt;<a class="code" href="struct_tox___options.html#a0693366412d32f9b8ceba1bf4f320132">proxy_port</a> == 0) {</div> <div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_PROXY_BAD_PORT);</div> <div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160; <span class="keywordflow">return</span> NULL;</div> <div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; }</div> <div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160;</div> <div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160; ip_init(&amp;m_options.proxy_info.ip_port.ip, m_options.ipv6enabled);</div> <div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160;</div> <div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; <span class="keywordflow">if</span> (m_options.ipv6enabled)</div> <div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160; m_options.proxy_info.ip_port.ip.family = AF_UNSPEC;</div> <div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160;</div> <div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; <span class="keywordflow">if</span> (!addr_resolve_or_parse_ip(options-&gt;<a class="code" href="struct_tox___options.html#af7c34966a1703e0a031ce2674420c7cf">proxy_host</a>, &amp;m_options.proxy_info.ip_port.ip, NULL)) {</div> <div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_PROXY_BAD_HOST);</div> <div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160; <span class="comment">//TODO: TOX_ERR_NEW_PROXY_NOT_FOUND if domain.</span></div> <div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; <span class="keywordflow">return</span> NULL;</div> <div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; }</div> <div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160;</div> <div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160; m_options.proxy_info.ip_port.port = htons(options-&gt;<a class="code" href="struct_tox___options.html#a0693366412d32f9b8ceba1bf4f320132">proxy_port</a>);</div> <div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160; }</div> <div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; }</div> <div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160;</div> <div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> m_error;</div> <div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = new_messenger(&amp;m_options, &amp;m_error);</div> <div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160;</div> <div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; <span class="keywordflow">if</span> (!new_groupchats(m)) {</div> <div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160; kill_messenger(m);</div> <div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160;</div> <div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160; <span class="keywordflow">if</span> (m_error == MESSENGER_ERROR_PORT) {</div> <div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_PORT_ALLOC);</div> <div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (m_error == MESSENGER_ERROR_TCP_SERVER) {</div> <div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_PORT_ALLOC);</div> <div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_MALLOC);</div> <div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160; }</div> <div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160;</div> <div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160; <span class="keywordflow">return</span> NULL;</div> <div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160; }</div> <div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160;</div> <div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; <span class="keywordflow">if</span> (load_savedata_tox &amp;&amp; messenger_load(m, options-&gt;<a class="code" href="struct_tox___options.html#af298081c5f07deace07b2ced2c0a9c3d">savedata_data</a>, options-&gt;<a class="code" href="struct_tox___options.html#a56c7956bddcb0d100c54e426b6e5f3ed">savedata_length</a>) == -1) {</div> <div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_LOAD_BAD_FORMAT);</div> <div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160; } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (load_savedata_sk) {</div> <div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160; load_secret_key(m-&gt;net_crypto, options-&gt;<a class="code" href="struct_tox___options.html#af298081c5f07deace07b2ced2c0a9c3d">savedata_data</a>);</div> <div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_OK);</div> <div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_NEW_OK);</div> <div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160; }</div> <div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160;</div> <div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160; <span class="keywordflow">return</span> m;</div> <div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160;}</div> <div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160;</div> <div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160;<span class="keywordtype">void</span> tox_kill(<a class="code" href="struct_messenger.html">Tox</a> *tox)</div> <div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160;{</div> <div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160; kill_groupchats(m-&gt;group_chat_object);</div> <div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160; kill_messenger(m);</div> <div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160; logger_kill_global();</div> <div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160;}</div> <div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160;</div> <div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160;<span class="keywordtype">size_t</span> tox_get_savedata_size(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox)</div> <div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160;{</div> <div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; <span class="keywordflow">return</span> messenger_size(m);</div> <div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160;}</div> <div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160;</div> <div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160;<span class="keywordtype">void</span> tox_get_savedata(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint8_t *data)</div> <div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160;{</div> <div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; <span class="keywordflow">if</span> (data) {</div> <div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160; messenger_save(m, data);</div> <div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160; }</div> <div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160;}</div> <div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160;</div> <div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160;<span class="keywordtype">bool</span> tox_bootstrap(<a class="code" href="struct_messenger.html">Tox</a> *tox, <span class="keyword">const</span> <span class="keywordtype">char</span> *address, uint16_t port, <span class="keyword">const</span> uint8_t *public_key, TOX_ERR_BOOTSTRAP *error)</div> <div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160;{</div> <div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; <span class="keywordflow">if</span> (!address || !public_key) {</div> <div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_BOOTSTRAP_NULL);</div> <div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160; }</div> <div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160;</div> <div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160; <span class="keywordflow">if</span> (port == 0) {</div> <div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_BOOTSTRAP_BAD_PORT);</div> <div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160; }</div> <div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160;</div> <div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160; <span class="keyword">struct </span>addrinfo *root, *info;</div> <div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160;</div> <div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160; <span class="keywordflow">if</span> (getaddrinfo(address, NULL, NULL, &amp;root) != 0) {</div> <div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_BOOTSTRAP_BAD_HOST);</div> <div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160; }</div> <div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160;</div> <div class="line"><a name="l00279"></a><span class="lineno"> 279</span>&#160; info = root;</div> <div class="line"><a name="l00280"></a><span class="lineno"> 280</span>&#160;</div> <div class="line"><a name="l00281"></a><span class="lineno"> 281</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> count = 0;</div> <div class="line"><a name="l00282"></a><span class="lineno"> 282</span>&#160;</div> <div class="line"><a name="l00283"></a><span class="lineno"> 283</span>&#160; <span class="keywordflow">do</span> {</div> <div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160; <a class="code" href="struct_i_p___port.html">IP_Port</a> ip_port;</div> <div class="line"><a name="l00285"></a><span class="lineno"> 285</span>&#160; ip_port.port = htons(port);</div> <div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160; ip_port.ip.family = info-&gt;ai_family;</div> <div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160;</div> <div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160; <span class="keywordflow">if</span> (info-&gt;ai_socktype &amp;&amp; info-&gt;ai_socktype != SOCK_DGRAM) {</div> <div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160; <span class="keywordflow">continue</span>;</div> <div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160; }</div> <div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160;</div> <div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160; <span class="keywordflow">if</span> (info-&gt;ai_family == AF_INET) {</div> <div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160; ip_port.ip.ip4.in_addr = ((<span class="keyword">struct </span>sockaddr_in *)info-&gt;ai_addr)-&gt;sin_addr;</div> <div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160; } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (info-&gt;ai_family == AF_INET6) {</div> <div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160; ip_port.ip.ip6.in6_addr = ((<span class="keyword">struct </span>sockaddr_in6 *)info-&gt;ai_addr)-&gt;sin6_addr;</div> <div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160; <span class="keywordflow">continue</span>;</div> <div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160; }</div> <div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160;</div> <div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160; onion_add_bs_path_node(m-&gt;onion_c, ip_port, public_key);</div> <div class="line"><a name="l00302"></a><span class="lineno"> 302</span>&#160; DHT_bootstrap(m-&gt;dht, ip_port, public_key);</div> <div class="line"><a name="l00303"></a><span class="lineno"> 303</span>&#160; ++count;</div> <div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160; } <span class="keywordflow">while</span> ((info = info-&gt;ai_next));</div> <div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160;</div> <div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160; freeaddrinfo(root);</div> <div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160;</div> <div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160; <span class="keywordflow">if</span> (count) {</div> <div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_BOOTSTRAP_OK);</div> <div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_BOOTSTRAP_BAD_HOST);</div> <div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160; }</div> <div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160;}</div> <div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160;</div> <div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160;<span class="keywordtype">bool</span> tox_add_tcp_relay(<a class="code" href="struct_messenger.html">Tox</a> *tox, <span class="keyword">const</span> <span class="keywordtype">char</span> *address, uint16_t port, <span class="keyword">const</span> uint8_t *public_key,</div> <div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160; TOX_ERR_BOOTSTRAP *error)</div> <div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160;{</div> <div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160; <span class="keywordflow">if</span> (!address || !public_key) {</div> <div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_BOOTSTRAP_NULL);</div> <div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160; }</div> <div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160;</div> <div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160; <span class="keywordflow">if</span> (port == 0) {</div> <div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_BOOTSTRAP_BAD_PORT);</div> <div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160; }</div> <div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160;</div> <div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160; <span class="keyword">struct </span>addrinfo *root, *info;</div> <div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160;</div> <div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160; <span class="keywordflow">if</span> (getaddrinfo(address, NULL, NULL, &amp;root) != 0) {</div> <div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_BOOTSTRAP_BAD_HOST);</div> <div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160; }</div> <div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160;</div> <div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160; info = root;</div> <div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160;</div> <div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> count = 0;</div> <div class="line"><a name="l00340"></a><span class="lineno"> 340</span>&#160;</div> <div class="line"><a name="l00341"></a><span class="lineno"> 341</span>&#160; <span class="keywordflow">do</span> {</div> <div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160; <a class="code" href="struct_i_p___port.html">IP_Port</a> ip_port;</div> <div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160; ip_port.port = htons(port);</div> <div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160; ip_port.ip.family = info-&gt;ai_family;</div> <div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160;</div> <div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160; <span class="keywordflow">if</span> (info-&gt;ai_socktype &amp;&amp; info-&gt;ai_socktype != SOCK_STREAM) {</div> <div class="line"><a name="l00347"></a><span class="lineno"> 347</span>&#160; <span class="keywordflow">continue</span>;</div> <div class="line"><a name="l00348"></a><span class="lineno"> 348</span>&#160; }</div> <div class="line"><a name="l00349"></a><span class="lineno"> 349</span>&#160;</div> <div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160; <span class="keywordflow">if</span> (info-&gt;ai_family == AF_INET) {</div> <div class="line"><a name="l00351"></a><span class="lineno"> 351</span>&#160; ip_port.ip.ip4.in_addr = ((<span class="keyword">struct </span>sockaddr_in *)info-&gt;ai_addr)-&gt;sin_addr;</div> <div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160; } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (info-&gt;ai_family == AF_INET6) {</div> <div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160; ip_port.ip.ip6.in6_addr = ((<span class="keyword">struct </span>sockaddr_in6 *)info-&gt;ai_addr)-&gt;sin6_addr;</div> <div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l00355"></a><span class="lineno"> 355</span>&#160; <span class="keywordflow">continue</span>;</div> <div class="line"><a name="l00356"></a><span class="lineno"> 356</span>&#160; }</div> <div class="line"><a name="l00357"></a><span class="lineno"> 357</span>&#160;</div> <div class="line"><a name="l00358"></a><span class="lineno"> 358</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00359"></a><span class="lineno"> 359</span>&#160; add_tcp_relay(m-&gt;net_crypto, ip_port, public_key);</div> <div class="line"><a name="l00360"></a><span class="lineno"> 360</span>&#160; ++count;</div> <div class="line"><a name="l00361"></a><span class="lineno"> 361</span>&#160; } <span class="keywordflow">while</span> ((info = info-&gt;ai_next));</div> <div class="line"><a name="l00362"></a><span class="lineno"> 362</span>&#160;</div> <div class="line"><a name="l00363"></a><span class="lineno"> 363</span>&#160; freeaddrinfo(root);</div> <div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160;</div> <div class="line"><a name="l00365"></a><span class="lineno"> 365</span>&#160; <span class="keywordflow">if</span> (count) {</div> <div class="line"><a name="l00366"></a><span class="lineno"> 366</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_BOOTSTRAP_OK);</div> <div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l00369"></a><span class="lineno"> 369</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_BOOTSTRAP_BAD_HOST);</div> <div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00371"></a><span class="lineno"> 371</span>&#160; }</div> <div class="line"><a name="l00372"></a><span class="lineno"> 372</span>&#160;}</div> <div class="line"><a name="l00373"></a><span class="lineno"> 373</span>&#160;</div> <div class="line"><a name="l00374"></a><span class="lineno"> 374</span>&#160;TOX_CONNECTION tox_self_get_connection_status(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox)</div> <div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160;{</div> <div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160;</div> <div class="line"><a name="l00378"></a><span class="lineno"> 378</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> ret = onion_connection_status(m-&gt;onion_c);</div> <div class="line"><a name="l00379"></a><span class="lineno"> 379</span>&#160;</div> <div class="line"><a name="l00380"></a><span class="lineno"> 380</span>&#160; <span class="keywordflow">if</span> (ret == 2) {</div> <div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160; <span class="keywordflow">return</span> TOX_CONNECTION_UDP;</div> <div class="line"><a name="l00382"></a><span class="lineno"> 382</span>&#160; } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (ret == 1) {</div> <div class="line"><a name="l00383"></a><span class="lineno"> 383</span>&#160; <span class="keywordflow">return</span> TOX_CONNECTION_TCP;</div> <div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l00385"></a><span class="lineno"> 385</span>&#160; <span class="keywordflow">return</span> TOX_CONNECTION_NONE;</div> <div class="line"><a name="l00386"></a><span class="lineno"> 386</span>&#160; }</div> <div class="line"><a name="l00387"></a><span class="lineno"> 387</span>&#160;}</div> <div class="line"><a name="l00388"></a><span class="lineno"> 388</span>&#160;</div> <div class="line"><a name="l00389"></a><span class="lineno"> 389</span>&#160;</div> <div class="line"><a name="l00390"></a><span class="lineno"> 390</span>&#160;<span class="keywordtype">void</span> tox_callback_self_connection_status(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_self_connection_status_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l00391"></a><span class="lineno"> 391</span>&#160;{</div> <div class="line"><a name="l00392"></a><span class="lineno"> 392</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00393"></a><span class="lineno"> 393</span>&#160; m_callback_core_connection(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160;}</div> <div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160;</div> <div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160;uint32_t tox_iteration_interval(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox)</div> <div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160;{</div> <div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160; <span class="keywordflow">return</span> messenger_run_interval(m);</div> <div class="line"><a name="l00400"></a><span class="lineno"> 400</span>&#160;}</div> <div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160;</div> <div class="line"><a name="l00402"></a><span class="lineno"> 402</span>&#160;<span class="keywordtype">void</span> tox_iterate(<a class="code" href="struct_messenger.html">Tox</a> *tox)</div> <div class="line"><a name="l00403"></a><span class="lineno"> 403</span>&#160;{</div> <div class="line"><a name="l00404"></a><span class="lineno"> 404</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00405"></a><span class="lineno"> 405</span>&#160; do_messenger(m);</div> <div class="line"><a name="l00406"></a><span class="lineno"> 406</span>&#160; do_groupchats(m-&gt;group_chat_object);</div> <div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160;}</div> <div class="line"><a name="l00408"></a><span class="lineno"> 408</span>&#160;</div> <div class="line"><a name="l00409"></a><span class="lineno"> 409</span>&#160;<span class="keywordtype">void</span> tox_self_get_address(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint8_t *address)</div> <div class="line"><a name="l00410"></a><span class="lineno"> 410</span>&#160;{</div> <div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160; <span class="keywordflow">if</span> (address) {</div> <div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00413"></a><span class="lineno"> 413</span>&#160; getaddress(m, address);</div> <div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160; }</div> <div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160;}</div> <div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160;</div> <div class="line"><a name="l00417"></a><span class="lineno"> 417</span>&#160;<span class="keywordtype">void</span> tox_self_set_nospam(<a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t nospam)</div> <div class="line"><a name="l00418"></a><span class="lineno"> 418</span>&#160;{</div> <div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00420"></a><span class="lineno"> 420</span>&#160; set_nospam(&amp;(m-&gt;fr), nospam);</div> <div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160;}</div> <div class="line"><a name="l00422"></a><span class="lineno"> 422</span>&#160;</div> <div class="line"><a name="l00423"></a><span class="lineno"> 423</span>&#160;uint32_t tox_self_get_nospam(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox)</div> <div class="line"><a name="l00424"></a><span class="lineno"> 424</span>&#160;{</div> <div class="line"><a name="l00425"></a><span class="lineno"> 425</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160; <span class="keywordflow">return</span> get_nospam(&amp;(m-&gt;fr));</div> <div class="line"><a name="l00427"></a><span class="lineno"> 427</span>&#160;}</div> <div class="line"><a name="l00428"></a><span class="lineno"> 428</span>&#160;</div> <div class="line"><a name="l00429"></a><span class="lineno"> 429</span>&#160;<span class="keywordtype">void</span> tox_self_get_public_key(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint8_t *public_key)</div> <div class="line"><a name="l00430"></a><span class="lineno"> 430</span>&#160;{</div> <div class="line"><a name="l00431"></a><span class="lineno"> 431</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00432"></a><span class="lineno"> 432</span>&#160;</div> <div class="line"><a name="l00433"></a><span class="lineno"> 433</span>&#160; <span class="keywordflow">if</span> (public_key)</div> <div class="line"><a name="l00434"></a><span class="lineno"> 434</span>&#160; memcpy(public_key, m-&gt;net_crypto-&gt;self_public_key, crypto_box_PUBLICKEYBYTES);</div> <div class="line"><a name="l00435"></a><span class="lineno"> 435</span>&#160;}</div> <div class="line"><a name="l00436"></a><span class="lineno"> 436</span>&#160;</div> <div class="line"><a name="l00437"></a><span class="lineno"> 437</span>&#160;<span class="keywordtype">void</span> tox_self_get_secret_key(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint8_t *secret_key)</div> <div class="line"><a name="l00438"></a><span class="lineno"> 438</span>&#160;{</div> <div class="line"><a name="l00439"></a><span class="lineno"> 439</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00440"></a><span class="lineno"> 440</span>&#160;</div> <div class="line"><a name="l00441"></a><span class="lineno"> 441</span>&#160; <span class="keywordflow">if</span> (secret_key)</div> <div class="line"><a name="l00442"></a><span class="lineno"> 442</span>&#160; memcpy(secret_key, m-&gt;net_crypto-&gt;self_secret_key, crypto_box_SECRETKEYBYTES);</div> <div class="line"><a name="l00443"></a><span class="lineno"> 443</span>&#160;}</div> <div class="line"><a name="l00444"></a><span class="lineno"> 444</span>&#160;</div> <div class="line"><a name="l00445"></a><span class="lineno"> 445</span>&#160;<span class="keywordtype">bool</span> tox_self_set_name(<a class="code" href="struct_messenger.html">Tox</a> *tox, <span class="keyword">const</span> uint8_t *name, <span class="keywordtype">size_t</span> length, TOX_ERR_SET_INFO *error)</div> <div class="line"><a name="l00446"></a><span class="lineno"> 446</span>&#160;{</div> <div class="line"><a name="l00447"></a><span class="lineno"> 447</span>&#160; <span class="keywordflow">if</span> (!name &amp;&amp; length != 0) {</div> <div class="line"><a name="l00448"></a><span class="lineno"> 448</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_SET_INFO_NULL);</div> <div class="line"><a name="l00449"></a><span class="lineno"> 449</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00450"></a><span class="lineno"> 450</span>&#160; }</div> <div class="line"><a name="l00451"></a><span class="lineno"> 451</span>&#160;</div> <div class="line"><a name="l00452"></a><span class="lineno"> 452</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00453"></a><span class="lineno"> 453</span>&#160;</div> <div class="line"><a name="l00454"></a><span class="lineno"> 454</span>&#160; <span class="keywordflow">if</span> (setname(m, name, length) == 0) {</div> <div class="line"><a name="l00455"></a><span class="lineno"> 455</span>&#160; <span class="comment">//TODO: function to set different per group names?</span></div> <div class="line"><a name="l00456"></a><span class="lineno"> 456</span>&#160; send_name_all_groups(m-&gt;group_chat_object);</div> <div class="line"><a name="l00457"></a><span class="lineno"> 457</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_SET_INFO_OK);</div> <div class="line"><a name="l00458"></a><span class="lineno"> 458</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00459"></a><span class="lineno"> 459</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l00460"></a><span class="lineno"> 460</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_SET_INFO_TOO_LONG);</div> <div class="line"><a name="l00461"></a><span class="lineno"> 461</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00462"></a><span class="lineno"> 462</span>&#160; }</div> <div class="line"><a name="l00463"></a><span class="lineno"> 463</span>&#160;}</div> <div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160;</div> <div class="line"><a name="l00465"></a><span class="lineno"> 465</span>&#160;<span class="keywordtype">size_t</span> tox_self_get_name_size(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox)</div> <div class="line"><a name="l00466"></a><span class="lineno"> 466</span>&#160;{</div> <div class="line"><a name="l00467"></a><span class="lineno"> 467</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00468"></a><span class="lineno"> 468</span>&#160; <span class="keywordflow">return</span> m_get_self_name_size(m);</div> <div class="line"><a name="l00469"></a><span class="lineno"> 469</span>&#160;}</div> <div class="line"><a name="l00470"></a><span class="lineno"> 470</span>&#160;</div> <div class="line"><a name="l00471"></a><span class="lineno"> 471</span>&#160;<span class="keywordtype">void</span> tox_self_get_name(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint8_t *name)</div> <div class="line"><a name="l00472"></a><span class="lineno"> 472</span>&#160;{</div> <div class="line"><a name="l00473"></a><span class="lineno"> 473</span>&#160; <span class="keywordflow">if</span> (name) {</div> <div class="line"><a name="l00474"></a><span class="lineno"> 474</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00475"></a><span class="lineno"> 475</span>&#160; getself_name(m, name);</div> <div class="line"><a name="l00476"></a><span class="lineno"> 476</span>&#160; }</div> <div class="line"><a name="l00477"></a><span class="lineno"> 477</span>&#160;}</div> <div class="line"><a name="l00478"></a><span class="lineno"> 478</span>&#160;</div> <div class="line"><a name="l00479"></a><span class="lineno"> 479</span>&#160;<span class="keywordtype">bool</span> tox_self_set_status_message(<a class="code" href="struct_messenger.html">Tox</a> *tox, <span class="keyword">const</span> uint8_t *status, <span class="keywordtype">size_t</span> length, TOX_ERR_SET_INFO *error)</div> <div class="line"><a name="l00480"></a><span class="lineno"> 480</span>&#160;{</div> <div class="line"><a name="l00481"></a><span class="lineno"> 481</span>&#160; <span class="keywordflow">if</span> (!status &amp;&amp; length != 0) {</div> <div class="line"><a name="l00482"></a><span class="lineno"> 482</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_SET_INFO_NULL);</div> <div class="line"><a name="l00483"></a><span class="lineno"> 483</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00484"></a><span class="lineno"> 484</span>&#160; }</div> <div class="line"><a name="l00485"></a><span class="lineno"> 485</span>&#160;</div> <div class="line"><a name="l00486"></a><span class="lineno"> 486</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00487"></a><span class="lineno"> 487</span>&#160;</div> <div class="line"><a name="l00488"></a><span class="lineno"> 488</span>&#160; <span class="keywordflow">if</span> (m_set_statusmessage(m, status, length) == 0) {</div> <div class="line"><a name="l00489"></a><span class="lineno"> 489</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_SET_INFO_OK);</div> <div class="line"><a name="l00490"></a><span class="lineno"> 490</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00491"></a><span class="lineno"> 491</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l00492"></a><span class="lineno"> 492</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_SET_INFO_TOO_LONG);</div> <div class="line"><a name="l00493"></a><span class="lineno"> 493</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00494"></a><span class="lineno"> 494</span>&#160; }</div> <div class="line"><a name="l00495"></a><span class="lineno"> 495</span>&#160;}</div> <div class="line"><a name="l00496"></a><span class="lineno"> 496</span>&#160;</div> <div class="line"><a name="l00497"></a><span class="lineno"> 497</span>&#160;<span class="keywordtype">size_t</span> tox_self_get_status_message_size(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox)</div> <div class="line"><a name="l00498"></a><span class="lineno"> 498</span>&#160;{</div> <div class="line"><a name="l00499"></a><span class="lineno"> 499</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00500"></a><span class="lineno"> 500</span>&#160; <span class="keywordflow">return</span> m_get_self_statusmessage_size(m);</div> <div class="line"><a name="l00501"></a><span class="lineno"> 501</span>&#160;}</div> <div class="line"><a name="l00502"></a><span class="lineno"> 502</span>&#160;</div> <div class="line"><a name="l00503"></a><span class="lineno"> 503</span>&#160;<span class="keywordtype">void</span> tox_self_get_status_message(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint8_t *status)</div> <div class="line"><a name="l00504"></a><span class="lineno"> 504</span>&#160;{</div> <div class="line"><a name="l00505"></a><span class="lineno"> 505</span>&#160; <span class="keywordflow">if</span> (status) {</div> <div class="line"><a name="l00506"></a><span class="lineno"> 506</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00507"></a><span class="lineno"> 507</span>&#160; m_copy_self_statusmessage(m, status);</div> <div class="line"><a name="l00508"></a><span class="lineno"> 508</span>&#160; }</div> <div class="line"><a name="l00509"></a><span class="lineno"> 509</span>&#160;}</div> <div class="line"><a name="l00510"></a><span class="lineno"> 510</span>&#160;</div> <div class="line"><a name="l00511"></a><span class="lineno"> 511</span>&#160;<span class="keywordtype">void</span> tox_self_set_status(<a class="code" href="struct_messenger.html">Tox</a> *tox, TOX_USER_STATUS user_status)</div> <div class="line"><a name="l00512"></a><span class="lineno"> 512</span>&#160;{</div> <div class="line"><a name="l00513"></a><span class="lineno"> 513</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00514"></a><span class="lineno"> 514</span>&#160; m_set_userstatus(m, user_status);</div> <div class="line"><a name="l00515"></a><span class="lineno"> 515</span>&#160;}</div> <div class="line"><a name="l00516"></a><span class="lineno"> 516</span>&#160;</div> <div class="line"><a name="l00517"></a><span class="lineno"> 517</span>&#160;TOX_USER_STATUS tox_self_get_status(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox)</div> <div class="line"><a name="l00518"></a><span class="lineno"> 518</span>&#160;{</div> <div class="line"><a name="l00519"></a><span class="lineno"> 519</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00520"></a><span class="lineno"> 520</span>&#160; <span class="keywordflow">return</span> m_get_self_userstatus(m);</div> <div class="line"><a name="l00521"></a><span class="lineno"> 521</span>&#160;}</div> <div class="line"><a name="l00522"></a><span class="lineno"> 522</span>&#160;</div> <div class="line"><a name="l00523"></a><span class="lineno"> 523</span>&#160;<span class="keyword">static</span> <span class="keywordtype">void</span> set_friend_error(int32_t ret, TOX_ERR_FRIEND_ADD *error)</div> <div class="line"><a name="l00524"></a><span class="lineno"> 524</span>&#160;{</div> <div class="line"><a name="l00525"></a><span class="lineno"> 525</span>&#160; <span class="keywordflow">switch</span> (ret) {</div> <div class="line"><a name="l00526"></a><span class="lineno"> 526</span>&#160; <span class="keywordflow">case</span> FAERR_TOOLONG:</div> <div class="line"><a name="l00527"></a><span class="lineno"> 527</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_ADD_TOO_LONG);</div> <div class="line"><a name="l00528"></a><span class="lineno"> 528</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00529"></a><span class="lineno"> 529</span>&#160;</div> <div class="line"><a name="l00530"></a><span class="lineno"> 530</span>&#160; <span class="keywordflow">case</span> FAERR_NOMESSAGE:</div> <div class="line"><a name="l00531"></a><span class="lineno"> 531</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_ADD_NO_MESSAGE);</div> <div class="line"><a name="l00532"></a><span class="lineno"> 532</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00533"></a><span class="lineno"> 533</span>&#160;</div> <div class="line"><a name="l00534"></a><span class="lineno"> 534</span>&#160; <span class="keywordflow">case</span> FAERR_OWNKEY:</div> <div class="line"><a name="l00535"></a><span class="lineno"> 535</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_ADD_OWN_KEY);</div> <div class="line"><a name="l00536"></a><span class="lineno"> 536</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00537"></a><span class="lineno"> 537</span>&#160;</div> <div class="line"><a name="l00538"></a><span class="lineno"> 538</span>&#160; <span class="keywordflow">case</span> FAERR_ALREADYSENT:</div> <div class="line"><a name="l00539"></a><span class="lineno"> 539</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_ADD_ALREADY_SENT);</div> <div class="line"><a name="l00540"></a><span class="lineno"> 540</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00541"></a><span class="lineno"> 541</span>&#160;</div> <div class="line"><a name="l00542"></a><span class="lineno"> 542</span>&#160; <span class="keywordflow">case</span> FAERR_BADCHECKSUM:</div> <div class="line"><a name="l00543"></a><span class="lineno"> 543</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_ADD_BAD_CHECKSUM);</div> <div class="line"><a name="l00544"></a><span class="lineno"> 544</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00545"></a><span class="lineno"> 545</span>&#160;</div> <div class="line"><a name="l00546"></a><span class="lineno"> 546</span>&#160; <span class="keywordflow">case</span> FAERR_SETNEWNOSPAM:</div> <div class="line"><a name="l00547"></a><span class="lineno"> 547</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_ADD_SET_NEW_NOSPAM);</div> <div class="line"><a name="l00548"></a><span class="lineno"> 548</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00549"></a><span class="lineno"> 549</span>&#160;</div> <div class="line"><a name="l00550"></a><span class="lineno"> 550</span>&#160; <span class="keywordflow">case</span> FAERR_NOMEM:</div> <div class="line"><a name="l00551"></a><span class="lineno"> 551</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_ADD_MALLOC);</div> <div class="line"><a name="l00552"></a><span class="lineno"> 552</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00553"></a><span class="lineno"> 553</span>&#160;</div> <div class="line"><a name="l00554"></a><span class="lineno"> 554</span>&#160; }</div> <div class="line"><a name="l00555"></a><span class="lineno"> 555</span>&#160;}</div> <div class="line"><a name="l00556"></a><span class="lineno"> 556</span>&#160;</div> <div class="line"><a name="l00557"></a><span class="lineno"> 557</span>&#160;uint32_t tox_friend_add(<a class="code" href="struct_messenger.html">Tox</a> *tox, <span class="keyword">const</span> uint8_t *address, <span class="keyword">const</span> uint8_t *message, <span class="keywordtype">size_t</span> length,</div> <div class="line"><a name="l00558"></a><span class="lineno"> 558</span>&#160; TOX_ERR_FRIEND_ADD *error)</div> <div class="line"><a name="l00559"></a><span class="lineno"> 559</span>&#160;{</div> <div class="line"><a name="l00560"></a><span class="lineno"> 560</span>&#160; <span class="keywordflow">if</span> (!address || !message) {</div> <div class="line"><a name="l00561"></a><span class="lineno"> 561</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_ADD_NULL);</div> <div class="line"><a name="l00562"></a><span class="lineno"> 562</span>&#160; <span class="keywordflow">return</span> UINT32_MAX;</div> <div class="line"><a name="l00563"></a><span class="lineno"> 563</span>&#160; }</div> <div class="line"><a name="l00564"></a><span class="lineno"> 564</span>&#160;</div> <div class="line"><a name="l00565"></a><span class="lineno"> 565</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00566"></a><span class="lineno"> 566</span>&#160; int32_t ret = m_addfriend(m, address, message, length);</div> <div class="line"><a name="l00567"></a><span class="lineno"> 567</span>&#160;</div> <div class="line"><a name="l00568"></a><span class="lineno"> 568</span>&#160; <span class="keywordflow">if</span> (ret &gt;= 0) {</div> <div class="line"><a name="l00569"></a><span class="lineno"> 569</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_ADD_OK);</div> <div class="line"><a name="l00570"></a><span class="lineno"> 570</span>&#160; <span class="keywordflow">return</span> ret;</div> <div class="line"><a name="l00571"></a><span class="lineno"> 571</span>&#160; }</div> <div class="line"><a name="l00572"></a><span class="lineno"> 572</span>&#160;</div> <div class="line"><a name="l00573"></a><span class="lineno"> 573</span>&#160; set_friend_error(ret, error);</div> <div class="line"><a name="l00574"></a><span class="lineno"> 574</span>&#160; <span class="keywordflow">return</span> UINT32_MAX;</div> <div class="line"><a name="l00575"></a><span class="lineno"> 575</span>&#160;}</div> <div class="line"><a name="l00576"></a><span class="lineno"> 576</span>&#160;</div> <div class="line"><a name="l00577"></a><span class="lineno"> 577</span>&#160;uint32_t tox_friend_add_norequest(<a class="code" href="struct_messenger.html">Tox</a> *tox, <span class="keyword">const</span> uint8_t *public_key, TOX_ERR_FRIEND_ADD *error)</div> <div class="line"><a name="l00578"></a><span class="lineno"> 578</span>&#160;{</div> <div class="line"><a name="l00579"></a><span class="lineno"> 579</span>&#160; <span class="keywordflow">if</span> (!public_key) {</div> <div class="line"><a name="l00580"></a><span class="lineno"> 580</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_ADD_NULL);</div> <div class="line"><a name="l00581"></a><span class="lineno"> 581</span>&#160; <span class="keywordflow">return</span> UINT32_MAX;</div> <div class="line"><a name="l00582"></a><span class="lineno"> 582</span>&#160; }</div> <div class="line"><a name="l00583"></a><span class="lineno"> 583</span>&#160;</div> <div class="line"><a name="l00584"></a><span class="lineno"> 584</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00585"></a><span class="lineno"> 585</span>&#160; int32_t ret = m_addfriend_norequest(m, public_key);</div> <div class="line"><a name="l00586"></a><span class="lineno"> 586</span>&#160;</div> <div class="line"><a name="l00587"></a><span class="lineno"> 587</span>&#160; <span class="keywordflow">if</span> (ret &gt;= 0) {</div> <div class="line"><a name="l00588"></a><span class="lineno"> 588</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_ADD_OK);</div> <div class="line"><a name="l00589"></a><span class="lineno"> 589</span>&#160; <span class="keywordflow">return</span> ret;</div> <div class="line"><a name="l00590"></a><span class="lineno"> 590</span>&#160; }</div> <div class="line"><a name="l00591"></a><span class="lineno"> 591</span>&#160;</div> <div class="line"><a name="l00592"></a><span class="lineno"> 592</span>&#160; set_friend_error(ret, error);</div> <div class="line"><a name="l00593"></a><span class="lineno"> 593</span>&#160; <span class="keywordflow">return</span> UINT32_MAX;</div> <div class="line"><a name="l00594"></a><span class="lineno"> 594</span>&#160;}</div> <div class="line"><a name="l00595"></a><span class="lineno"> 595</span>&#160;</div> <div class="line"><a name="l00596"></a><span class="lineno"> 596</span>&#160;<span class="keywordtype">bool</span> tox_friend_delete(<a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, TOX_ERR_FRIEND_DELETE *error)</div> <div class="line"><a name="l00597"></a><span class="lineno"> 597</span>&#160;{</div> <div class="line"><a name="l00598"></a><span class="lineno"> 598</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00599"></a><span class="lineno"> 599</span>&#160; <span class="keywordtype">int</span> ret = m_delfriend(m, friend_number);</div> <div class="line"><a name="l00600"></a><span class="lineno"> 600</span>&#160;</div> <div class="line"><a name="l00601"></a><span class="lineno"> 601</span>&#160; <span class="comment">//TODO handle if realloc fails?</span></div> <div class="line"><a name="l00602"></a><span class="lineno"> 602</span>&#160; <span class="keywordflow">if</span> (ret == -1) {</div> <div class="line"><a name="l00603"></a><span class="lineno"> 603</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_DELETE_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00604"></a><span class="lineno"> 604</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00605"></a><span class="lineno"> 605</span>&#160; }</div> <div class="line"><a name="l00606"></a><span class="lineno"> 606</span>&#160;</div> <div class="line"><a name="l00607"></a><span class="lineno"> 607</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_DELETE_OK);</div> <div class="line"><a name="l00608"></a><span class="lineno"> 608</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00609"></a><span class="lineno"> 609</span>&#160;}</div> <div class="line"><a name="l00610"></a><span class="lineno"> 610</span>&#160;</div> <div class="line"><a name="l00611"></a><span class="lineno"> 611</span>&#160;uint32_t tox_friend_by_public_key(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, <span class="keyword">const</span> uint8_t *public_key, TOX_ERR_FRIEND_BY_PUBLIC_KEY *error)</div> <div class="line"><a name="l00612"></a><span class="lineno"> 612</span>&#160;{</div> <div class="line"><a name="l00613"></a><span class="lineno"> 613</span>&#160; <span class="keywordflow">if</span> (!public_key) {</div> <div class="line"><a name="l00614"></a><span class="lineno"> 614</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_BY_PUBLIC_KEY_NULL);</div> <div class="line"><a name="l00615"></a><span class="lineno"> 615</span>&#160; <span class="keywordflow">return</span> UINT32_MAX;</div> <div class="line"><a name="l00616"></a><span class="lineno"> 616</span>&#160; }</div> <div class="line"><a name="l00617"></a><span class="lineno"> 617</span>&#160;</div> <div class="line"><a name="l00618"></a><span class="lineno"> 618</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00619"></a><span class="lineno"> 619</span>&#160; int32_t ret = getfriend_id(m, public_key);</div> <div class="line"><a name="l00620"></a><span class="lineno"> 620</span>&#160;</div> <div class="line"><a name="l00621"></a><span class="lineno"> 621</span>&#160; <span class="keywordflow">if</span> (ret == -1) {</div> <div class="line"><a name="l00622"></a><span class="lineno"> 622</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_BY_PUBLIC_KEY_NOT_FOUND);</div> <div class="line"><a name="l00623"></a><span class="lineno"> 623</span>&#160; <span class="keywordflow">return</span> UINT32_MAX;</div> <div class="line"><a name="l00624"></a><span class="lineno"> 624</span>&#160; }</div> <div class="line"><a name="l00625"></a><span class="lineno"> 625</span>&#160;</div> <div class="line"><a name="l00626"></a><span class="lineno"> 626</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_BY_PUBLIC_KEY_OK);</div> <div class="line"><a name="l00627"></a><span class="lineno"> 627</span>&#160; <span class="keywordflow">return</span> ret;</div> <div class="line"><a name="l00628"></a><span class="lineno"> 628</span>&#160;}</div> <div class="line"><a name="l00629"></a><span class="lineno"> 629</span>&#160;</div> <div class="line"><a name="l00630"></a><span class="lineno"> 630</span>&#160;<span class="keywordtype">bool</span> tox_friend_get_public_key(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, uint8_t *public_key,</div> <div class="line"><a name="l00631"></a><span class="lineno"> 631</span>&#160; TOX_ERR_FRIEND_GET_PUBLIC_KEY *error)</div> <div class="line"><a name="l00632"></a><span class="lineno"> 632</span>&#160;{</div> <div class="line"><a name="l00633"></a><span class="lineno"> 633</span>&#160; <span class="keywordflow">if</span> (!public_key) {</div> <div class="line"><a name="l00634"></a><span class="lineno"> 634</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00635"></a><span class="lineno"> 635</span>&#160; }</div> <div class="line"><a name="l00636"></a><span class="lineno"> 636</span>&#160;</div> <div class="line"><a name="l00637"></a><span class="lineno"> 637</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00638"></a><span class="lineno"> 638</span>&#160;</div> <div class="line"><a name="l00639"></a><span class="lineno"> 639</span>&#160; <span class="keywordflow">if</span> (get_real_pk(m, friend_number, public_key) == -1) {</div> <div class="line"><a name="l00640"></a><span class="lineno"> 640</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_GET_PUBLIC_KEY_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00641"></a><span class="lineno"> 641</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00642"></a><span class="lineno"> 642</span>&#160; }</div> <div class="line"><a name="l00643"></a><span class="lineno"> 643</span>&#160;</div> <div class="line"><a name="l00644"></a><span class="lineno"> 644</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_GET_PUBLIC_KEY_OK);</div> <div class="line"><a name="l00645"></a><span class="lineno"> 645</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00646"></a><span class="lineno"> 646</span>&#160;}</div> <div class="line"><a name="l00647"></a><span class="lineno"> 647</span>&#160;</div> <div class="line"><a name="l00648"></a><span class="lineno"> 648</span>&#160;<span class="keywordtype">bool</span> tox_friend_exists(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number)</div> <div class="line"><a name="l00649"></a><span class="lineno"> 649</span>&#160;{</div> <div class="line"><a name="l00650"></a><span class="lineno"> 650</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00651"></a><span class="lineno"> 651</span>&#160; <span class="keywordflow">return</span> m_friend_exists(m, friend_number);</div> <div class="line"><a name="l00652"></a><span class="lineno"> 652</span>&#160;}</div> <div class="line"><a name="l00653"></a><span class="lineno"> 653</span>&#160;</div> <div class="line"><a name="l00654"></a><span class="lineno"> 654</span>&#160;uint64_t tox_friend_get_last_online(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, TOX_ERR_FRIEND_GET_LAST_ONLINE *error)</div> <div class="line"><a name="l00655"></a><span class="lineno"> 655</span>&#160;{</div> <div class="line"><a name="l00656"></a><span class="lineno"> 656</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00657"></a><span class="lineno"> 657</span>&#160; uint64_t timestamp = m_get_last_online(m, friend_number);</div> <div class="line"><a name="l00658"></a><span class="lineno"> 658</span>&#160;</div> <div class="line"><a name="l00659"></a><span class="lineno"> 659</span>&#160; <span class="keywordflow">if</span> (timestamp == UINT64_MAX) {</div> <div class="line"><a name="l00660"></a><span class="lineno"> 660</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_GET_LAST_ONLINE_FRIEND_NOT_FOUND)</div> <div class="line"><a name="l00661"></a><span class="lineno"> 661</span>&#160; return UINT64_MAX;</div> <div class="line"><a name="l00662"></a><span class="lineno"> 662</span>&#160; }</div> <div class="line"><a name="l00663"></a><span class="lineno"> 663</span>&#160;</div> <div class="line"><a name="l00664"></a><span class="lineno"> 664</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_GET_LAST_ONLINE_OK);</div> <div class="line"><a name="l00665"></a><span class="lineno"> 665</span>&#160; return timestamp;</div> <div class="line"><a name="l00666"></a><span class="lineno"> 666</span>&#160;}</div> <div class="line"><a name="l00667"></a><span class="lineno"> 667</span>&#160;</div> <div class="line"><a name="l00668"></a><span class="lineno"> 668</span>&#160;<span class="keywordtype">size_t</span> tox_self_get_friend_list_size(const <a class="code" href="struct_messenger.html">Tox</a> *tox)</div> <div class="line"><a name="l00669"></a><span class="lineno"> 669</span>&#160;{</div> <div class="line"><a name="l00670"></a><span class="lineno"> 670</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00671"></a><span class="lineno"> 671</span>&#160; <span class="keywordflow">return</span> count_friendlist(m);</div> <div class="line"><a name="l00672"></a><span class="lineno"> 672</span>&#160;}</div> <div class="line"><a name="l00673"></a><span class="lineno"> 673</span>&#160;</div> <div class="line"><a name="l00674"></a><span class="lineno"> 674</span>&#160;<span class="keywordtype">void</span> tox_self_get_friend_list(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t *list)</div> <div class="line"><a name="l00675"></a><span class="lineno"> 675</span>&#160;{</div> <div class="line"><a name="l00676"></a><span class="lineno"> 676</span>&#160; <span class="keywordflow">if</span> (list) {</div> <div class="line"><a name="l00677"></a><span class="lineno"> 677</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00678"></a><span class="lineno"> 678</span>&#160; <span class="comment">//TODO: size parameter?</span></div> <div class="line"><a name="l00679"></a><span class="lineno"> 679</span>&#160; copy_friendlist(m, list, tox_self_get_friend_list_size(tox));</div> <div class="line"><a name="l00680"></a><span class="lineno"> 680</span>&#160; }</div> <div class="line"><a name="l00681"></a><span class="lineno"> 681</span>&#160;}</div> <div class="line"><a name="l00682"></a><span class="lineno"> 682</span>&#160;</div> <div class="line"><a name="l00683"></a><span class="lineno"> 683</span>&#160;<span class="keywordtype">size_t</span> tox_friend_get_name_size(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, TOX_ERR_FRIEND_QUERY *error)</div> <div class="line"><a name="l00684"></a><span class="lineno"> 684</span>&#160;{</div> <div class="line"><a name="l00685"></a><span class="lineno"> 685</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00686"></a><span class="lineno"> 686</span>&#160; <span class="keywordtype">int</span> ret = m_get_name_size(m, friend_number);</div> <div class="line"><a name="l00687"></a><span class="lineno"> 687</span>&#160;</div> <div class="line"><a name="l00688"></a><span class="lineno"> 688</span>&#160; <span class="keywordflow">if</span> (ret == -1) {</div> <div class="line"><a name="l00689"></a><span class="lineno"> 689</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00690"></a><span class="lineno"> 690</span>&#160; <span class="keywordflow">return</span> SIZE_MAX;</div> <div class="line"><a name="l00691"></a><span class="lineno"> 691</span>&#160; }</div> <div class="line"><a name="l00692"></a><span class="lineno"> 692</span>&#160;</div> <div class="line"><a name="l00693"></a><span class="lineno"> 693</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK);</div> <div class="line"><a name="l00694"></a><span class="lineno"> 694</span>&#160; <span class="keywordflow">return</span> ret;</div> <div class="line"><a name="l00695"></a><span class="lineno"> 695</span>&#160;}</div> <div class="line"><a name="l00696"></a><span class="lineno"> 696</span>&#160;</div> <div class="line"><a name="l00697"></a><span class="lineno"> 697</span>&#160;<span class="keywordtype">bool</span> tox_friend_get_name(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, uint8_t *name, TOX_ERR_FRIEND_QUERY *error)</div> <div class="line"><a name="l00698"></a><span class="lineno"> 698</span>&#160;{</div> <div class="line"><a name="l00699"></a><span class="lineno"> 699</span>&#160; <span class="keywordflow">if</span> (!name) {</div> <div class="line"><a name="l00700"></a><span class="lineno"> 700</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_NULL);</div> <div class="line"><a name="l00701"></a><span class="lineno"> 701</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00702"></a><span class="lineno"> 702</span>&#160; }</div> <div class="line"><a name="l00703"></a><span class="lineno"> 703</span>&#160;</div> <div class="line"><a name="l00704"></a><span class="lineno"> 704</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00705"></a><span class="lineno"> 705</span>&#160; <span class="keywordtype">int</span> ret = getname(m, friend_number, name);</div> <div class="line"><a name="l00706"></a><span class="lineno"> 706</span>&#160;</div> <div class="line"><a name="l00707"></a><span class="lineno"> 707</span>&#160; <span class="keywordflow">if</span> (ret == -1) {</div> <div class="line"><a name="l00708"></a><span class="lineno"> 708</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00709"></a><span class="lineno"> 709</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00710"></a><span class="lineno"> 710</span>&#160; }</div> <div class="line"><a name="l00711"></a><span class="lineno"> 711</span>&#160;</div> <div class="line"><a name="l00712"></a><span class="lineno"> 712</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK);</div> <div class="line"><a name="l00713"></a><span class="lineno"> 713</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00714"></a><span class="lineno"> 714</span>&#160;}</div> <div class="line"><a name="l00715"></a><span class="lineno"> 715</span>&#160;</div> <div class="line"><a name="l00716"></a><span class="lineno"> 716</span>&#160;<span class="keywordtype">void</span> tox_callback_friend_name(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_friend_name_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l00717"></a><span class="lineno"> 717</span>&#160;{</div> <div class="line"><a name="l00718"></a><span class="lineno"> 718</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00719"></a><span class="lineno"> 719</span>&#160; m_callback_namechange(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l00720"></a><span class="lineno"> 720</span>&#160;}</div> <div class="line"><a name="l00721"></a><span class="lineno"> 721</span>&#160;</div> <div class="line"><a name="l00722"></a><span class="lineno"> 722</span>&#160;<span class="keywordtype">size_t</span> tox_friend_get_status_message_size(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, TOX_ERR_FRIEND_QUERY *error)</div> <div class="line"><a name="l00723"></a><span class="lineno"> 723</span>&#160;{</div> <div class="line"><a name="l00724"></a><span class="lineno"> 724</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00725"></a><span class="lineno"> 725</span>&#160; <span class="keywordtype">int</span> ret = m_get_statusmessage_size(m, friend_number);</div> <div class="line"><a name="l00726"></a><span class="lineno"> 726</span>&#160;</div> <div class="line"><a name="l00727"></a><span class="lineno"> 727</span>&#160; <span class="keywordflow">if</span> (ret == -1) {</div> <div class="line"><a name="l00728"></a><span class="lineno"> 728</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00729"></a><span class="lineno"> 729</span>&#160; <span class="keywordflow">return</span> SIZE_MAX;</div> <div class="line"><a name="l00730"></a><span class="lineno"> 730</span>&#160; }</div> <div class="line"><a name="l00731"></a><span class="lineno"> 731</span>&#160;</div> <div class="line"><a name="l00732"></a><span class="lineno"> 732</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK);</div> <div class="line"><a name="l00733"></a><span class="lineno"> 733</span>&#160; <span class="keywordflow">return</span> ret;</div> <div class="line"><a name="l00734"></a><span class="lineno"> 734</span>&#160;}</div> <div class="line"><a name="l00735"></a><span class="lineno"> 735</span>&#160;</div> <div class="line"><a name="l00736"></a><span class="lineno"> 736</span>&#160;<span class="keywordtype">bool</span> tox_friend_get_status_message(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, uint8_t *message,</div> <div class="line"><a name="l00737"></a><span class="lineno"> 737</span>&#160; TOX_ERR_FRIEND_QUERY *error)</div> <div class="line"><a name="l00738"></a><span class="lineno"> 738</span>&#160;{</div> <div class="line"><a name="l00739"></a><span class="lineno"> 739</span>&#160; <span class="keywordflow">if</span> (!message) {</div> <div class="line"><a name="l00740"></a><span class="lineno"> 740</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_NULL);</div> <div class="line"><a name="l00741"></a><span class="lineno"> 741</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00742"></a><span class="lineno"> 742</span>&#160; }</div> <div class="line"><a name="l00743"></a><span class="lineno"> 743</span>&#160;</div> <div class="line"><a name="l00744"></a><span class="lineno"> 744</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00745"></a><span class="lineno"> 745</span>&#160; <span class="comment">//TODO: size parameter?</span></div> <div class="line"><a name="l00746"></a><span class="lineno"> 746</span>&#160; <span class="keywordtype">int</span> ret = m_copy_statusmessage(m, friend_number, message, m_get_statusmessage_size(m, friend_number));</div> <div class="line"><a name="l00747"></a><span class="lineno"> 747</span>&#160;</div> <div class="line"><a name="l00748"></a><span class="lineno"> 748</span>&#160; <span class="keywordflow">if</span> (ret == -1) {</div> <div class="line"><a name="l00749"></a><span class="lineno"> 749</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00750"></a><span class="lineno"> 750</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00751"></a><span class="lineno"> 751</span>&#160; }</div> <div class="line"><a name="l00752"></a><span class="lineno"> 752</span>&#160;</div> <div class="line"><a name="l00753"></a><span class="lineno"> 753</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK);</div> <div class="line"><a name="l00754"></a><span class="lineno"> 754</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00755"></a><span class="lineno"> 755</span>&#160;}</div> <div class="line"><a name="l00756"></a><span class="lineno"> 756</span>&#160;</div> <div class="line"><a name="l00757"></a><span class="lineno"> 757</span>&#160;<span class="keywordtype">void</span> tox_callback_friend_status_message(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_friend_status_message_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l00758"></a><span class="lineno"> 758</span>&#160;{</div> <div class="line"><a name="l00759"></a><span class="lineno"> 759</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00760"></a><span class="lineno"> 760</span>&#160; m_callback_statusmessage(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l00761"></a><span class="lineno"> 761</span>&#160;}</div> <div class="line"><a name="l00762"></a><span class="lineno"> 762</span>&#160;</div> <div class="line"><a name="l00763"></a><span class="lineno"> 763</span>&#160;TOX_USER_STATUS tox_friend_get_status(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, TOX_ERR_FRIEND_QUERY *error)</div> <div class="line"><a name="l00764"></a><span class="lineno"> 764</span>&#160;{</div> <div class="line"><a name="l00765"></a><span class="lineno"> 765</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00766"></a><span class="lineno"> 766</span>&#160;</div> <div class="line"><a name="l00767"></a><span class="lineno"> 767</span>&#160; <span class="keywordtype">int</span> ret = m_get_userstatus(m, friend_number);</div> <div class="line"><a name="l00768"></a><span class="lineno"> 768</span>&#160;</div> <div class="line"><a name="l00769"></a><span class="lineno"> 769</span>&#160; <span class="keywordflow">if</span> (ret == USERSTATUS_INVALID) {</div> <div class="line"><a name="l00770"></a><span class="lineno"> 770</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00771"></a><span class="lineno"> 771</span>&#160; <span class="keywordflow">return</span> TOX_USER_STATUS_BUSY + 1;</div> <div class="line"><a name="l00772"></a><span class="lineno"> 772</span>&#160; }</div> <div class="line"><a name="l00773"></a><span class="lineno"> 773</span>&#160;</div> <div class="line"><a name="l00774"></a><span class="lineno"> 774</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK);</div> <div class="line"><a name="l00775"></a><span class="lineno"> 775</span>&#160; <span class="keywordflow">return</span> ret;</div> <div class="line"><a name="l00776"></a><span class="lineno"> 776</span>&#160;}</div> <div class="line"><a name="l00777"></a><span class="lineno"> 777</span>&#160;</div> <div class="line"><a name="l00778"></a><span class="lineno"> 778</span>&#160;<span class="keywordtype">void</span> tox_callback_friend_status(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_friend_status_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l00779"></a><span class="lineno"> 779</span>&#160;{</div> <div class="line"><a name="l00780"></a><span class="lineno"> 780</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00781"></a><span class="lineno"> 781</span>&#160; m_callback_userstatus(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l00782"></a><span class="lineno"> 782</span>&#160;}</div> <div class="line"><a name="l00783"></a><span class="lineno"> 783</span>&#160;</div> <div class="line"><a name="l00784"></a><span class="lineno"> 784</span>&#160;TOX_CONNECTION tox_friend_get_connection_status(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, TOX_ERR_FRIEND_QUERY *error)</div> <div class="line"><a name="l00785"></a><span class="lineno"> 785</span>&#160;{</div> <div class="line"><a name="l00786"></a><span class="lineno"> 786</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00787"></a><span class="lineno"> 787</span>&#160;</div> <div class="line"><a name="l00788"></a><span class="lineno"> 788</span>&#160; <span class="keywordtype">int</span> ret = m_get_friend_connectionstatus(m, friend_number);</div> <div class="line"><a name="l00789"></a><span class="lineno"> 789</span>&#160;</div> <div class="line"><a name="l00790"></a><span class="lineno"> 790</span>&#160; <span class="keywordflow">if</span> (ret == -1) {</div> <div class="line"><a name="l00791"></a><span class="lineno"> 791</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00792"></a><span class="lineno"> 792</span>&#160; <span class="keywordflow">return</span> TOX_CONNECTION_NONE;</div> <div class="line"><a name="l00793"></a><span class="lineno"> 793</span>&#160; }</div> <div class="line"><a name="l00794"></a><span class="lineno"> 794</span>&#160;</div> <div class="line"><a name="l00795"></a><span class="lineno"> 795</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK);</div> <div class="line"><a name="l00796"></a><span class="lineno"> 796</span>&#160; <span class="keywordflow">return</span> ret;</div> <div class="line"><a name="l00797"></a><span class="lineno"> 797</span>&#160;}</div> <div class="line"><a name="l00798"></a><span class="lineno"> 798</span>&#160;</div> <div class="line"><a name="l00799"></a><span class="lineno"> 799</span>&#160;<span class="keywordtype">void</span> tox_callback_friend_connection_status(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_friend_connection_status_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l00800"></a><span class="lineno"> 800</span>&#160;{</div> <div class="line"><a name="l00801"></a><span class="lineno"> 801</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00802"></a><span class="lineno"> 802</span>&#160; m_callback_connectionstatus(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l00803"></a><span class="lineno"> 803</span>&#160;}</div> <div class="line"><a name="l00804"></a><span class="lineno"> 804</span>&#160;</div> <div class="line"><a name="l00805"></a><span class="lineno"> 805</span>&#160;<span class="keywordtype">bool</span> tox_friend_get_typing(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, TOX_ERR_FRIEND_QUERY *error)</div> <div class="line"><a name="l00806"></a><span class="lineno"> 806</span>&#160;{</div> <div class="line"><a name="l00807"></a><span class="lineno"> 807</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00808"></a><span class="lineno"> 808</span>&#160; <span class="keywordtype">int</span> ret = m_get_istyping(m, friend_number);</div> <div class="line"><a name="l00809"></a><span class="lineno"> 809</span>&#160;</div> <div class="line"><a name="l00810"></a><span class="lineno"> 810</span>&#160; <span class="keywordflow">if</span> (ret == -1) {</div> <div class="line"><a name="l00811"></a><span class="lineno"> 811</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00812"></a><span class="lineno"> 812</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00813"></a><span class="lineno"> 813</span>&#160; }</div> <div class="line"><a name="l00814"></a><span class="lineno"> 814</span>&#160;</div> <div class="line"><a name="l00815"></a><span class="lineno"> 815</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_QUERY_OK);</div> <div class="line"><a name="l00816"></a><span class="lineno"> 816</span>&#160; <span class="keywordflow">return</span> !!ret;</div> <div class="line"><a name="l00817"></a><span class="lineno"> 817</span>&#160;}</div> <div class="line"><a name="l00818"></a><span class="lineno"> 818</span>&#160;</div> <div class="line"><a name="l00819"></a><span class="lineno"> 819</span>&#160;<span class="keywordtype">void</span> tox_callback_friend_typing(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_friend_typing_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l00820"></a><span class="lineno"> 820</span>&#160;{</div> <div class="line"><a name="l00821"></a><span class="lineno"> 821</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00822"></a><span class="lineno"> 822</span>&#160; m_callback_typingchange(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l00823"></a><span class="lineno"> 823</span>&#160;}</div> <div class="line"><a name="l00824"></a><span class="lineno"> 824</span>&#160;</div> <div class="line"><a name="l00825"></a><span class="lineno"> 825</span>&#160;<span class="keywordtype">bool</span> tox_self_set_typing(<a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, <span class="keywordtype">bool</span> is_typing, TOX_ERR_SET_TYPING *error)</div> <div class="line"><a name="l00826"></a><span class="lineno"> 826</span>&#160;{</div> <div class="line"><a name="l00827"></a><span class="lineno"> 827</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00828"></a><span class="lineno"> 828</span>&#160;</div> <div class="line"><a name="l00829"></a><span class="lineno"> 829</span>&#160; <span class="keywordflow">if</span> (m_set_usertyping(m, friend_number, is_typing) == -1) {</div> <div class="line"><a name="l00830"></a><span class="lineno"> 830</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_SET_TYPING_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00831"></a><span class="lineno"> 831</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00832"></a><span class="lineno"> 832</span>&#160; }</div> <div class="line"><a name="l00833"></a><span class="lineno"> 833</span>&#160;</div> <div class="line"><a name="l00834"></a><span class="lineno"> 834</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_SET_TYPING_OK);</div> <div class="line"><a name="l00835"></a><span class="lineno"> 835</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00836"></a><span class="lineno"> 836</span>&#160;}</div> <div class="line"><a name="l00837"></a><span class="lineno"> 837</span>&#160;</div> <div class="line"><a name="l00838"></a><span class="lineno"> 838</span>&#160;<span class="keyword">static</span> <span class="keywordtype">void</span> set_message_error(<span class="keywordtype">int</span> ret, TOX_ERR_FRIEND_SEND_MESSAGE *error)</div> <div class="line"><a name="l00839"></a><span class="lineno"> 839</span>&#160;{</div> <div class="line"><a name="l00840"></a><span class="lineno"> 840</span>&#160; <span class="keywordflow">switch</span> (ret) {</div> <div class="line"><a name="l00841"></a><span class="lineno"> 841</span>&#160; <span class="keywordflow">case</span> 0:</div> <div class="line"><a name="l00842"></a><span class="lineno"> 842</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_SEND_MESSAGE_OK);</div> <div class="line"><a name="l00843"></a><span class="lineno"> 843</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00844"></a><span class="lineno"> 844</span>&#160;</div> <div class="line"><a name="l00845"></a><span class="lineno"> 845</span>&#160; <span class="keywordflow">case</span> -1:</div> <div class="line"><a name="l00846"></a><span class="lineno"> 846</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_SEND_MESSAGE_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00847"></a><span class="lineno"> 847</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00848"></a><span class="lineno"> 848</span>&#160;</div> <div class="line"><a name="l00849"></a><span class="lineno"> 849</span>&#160; <span class="keywordflow">case</span> -2:</div> <div class="line"><a name="l00850"></a><span class="lineno"> 850</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_SEND_MESSAGE_TOO_LONG);</div> <div class="line"><a name="l00851"></a><span class="lineno"> 851</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00852"></a><span class="lineno"> 852</span>&#160;</div> <div class="line"><a name="l00853"></a><span class="lineno"> 853</span>&#160; <span class="keywordflow">case</span> -3:</div> <div class="line"><a name="l00854"></a><span class="lineno"> 854</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_SEND_MESSAGE_FRIEND_NOT_CONNECTED);</div> <div class="line"><a name="l00855"></a><span class="lineno"> 855</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00856"></a><span class="lineno"> 856</span>&#160;</div> <div class="line"><a name="l00857"></a><span class="lineno"> 857</span>&#160; <span class="keywordflow">case</span> -4:</div> <div class="line"><a name="l00858"></a><span class="lineno"> 858</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_SEND_MESSAGE_SENDQ);</div> <div class="line"><a name="l00859"></a><span class="lineno"> 859</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00860"></a><span class="lineno"> 860</span>&#160;</div> <div class="line"><a name="l00861"></a><span class="lineno"> 861</span>&#160; <span class="keywordflow">case</span> -5:</div> <div class="line"><a name="l00862"></a><span class="lineno"> 862</span>&#160; <span class="comment">/* can&#39;t happen */</span></div> <div class="line"><a name="l00863"></a><span class="lineno"> 863</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l00864"></a><span class="lineno"> 864</span>&#160; }</div> <div class="line"><a name="l00865"></a><span class="lineno"> 865</span>&#160;}</div> <div class="line"><a name="l00866"></a><span class="lineno"> 866</span>&#160;</div> <div class="line"><a name="l00867"></a><span class="lineno"> 867</span>&#160;uint32_t tox_friend_send_message(<a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, TOX_MESSAGE_TYPE type, <span class="keyword">const</span> uint8_t *message,</div> <div class="line"><a name="l00868"></a><span class="lineno"> 868</span>&#160; <span class="keywordtype">size_t</span> length, TOX_ERR_FRIEND_SEND_MESSAGE *error)</div> <div class="line"><a name="l00869"></a><span class="lineno"> 869</span>&#160;{</div> <div class="line"><a name="l00870"></a><span class="lineno"> 870</span>&#160; <span class="keywordflow">if</span> (!message) {</div> <div class="line"><a name="l00871"></a><span class="lineno"> 871</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_SEND_MESSAGE_NULL);</div> <div class="line"><a name="l00872"></a><span class="lineno"> 872</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00873"></a><span class="lineno"> 873</span>&#160; }</div> <div class="line"><a name="l00874"></a><span class="lineno"> 874</span>&#160;</div> <div class="line"><a name="l00875"></a><span class="lineno"> 875</span>&#160; <span class="keywordflow">if</span> (!length) {</div> <div class="line"><a name="l00876"></a><span class="lineno"> 876</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_SEND_MESSAGE_EMPTY);</div> <div class="line"><a name="l00877"></a><span class="lineno"> 877</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00878"></a><span class="lineno"> 878</span>&#160; }</div> <div class="line"><a name="l00879"></a><span class="lineno"> 879</span>&#160;</div> <div class="line"><a name="l00880"></a><span class="lineno"> 880</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00881"></a><span class="lineno"> 881</span>&#160; uint32_t message_id = 0;</div> <div class="line"><a name="l00882"></a><span class="lineno"> 882</span>&#160; set_message_error(m_send_message_generic(m, friend_number, type, message, length, &amp;message_id), error);</div> <div class="line"><a name="l00883"></a><span class="lineno"> 883</span>&#160; <span class="keywordflow">return</span> message_id;</div> <div class="line"><a name="l00884"></a><span class="lineno"> 884</span>&#160;}</div> <div class="line"><a name="l00885"></a><span class="lineno"> 885</span>&#160;</div> <div class="line"><a name="l00886"></a><span class="lineno"> 886</span>&#160;<span class="keywordtype">void</span> tox_callback_friend_read_receipt(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_friend_read_receipt_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l00887"></a><span class="lineno"> 887</span>&#160;{</div> <div class="line"><a name="l00888"></a><span class="lineno"> 888</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00889"></a><span class="lineno"> 889</span>&#160; m_callback_read_receipt(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l00890"></a><span class="lineno"> 890</span>&#160;}</div> <div class="line"><a name="l00891"></a><span class="lineno"> 891</span>&#160;</div> <div class="line"><a name="l00892"></a><span class="lineno"> 892</span>&#160;<span class="keywordtype">void</span> tox_callback_friend_request(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_friend_request_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l00893"></a><span class="lineno"> 893</span>&#160;{</div> <div class="line"><a name="l00894"></a><span class="lineno"> 894</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00895"></a><span class="lineno"> 895</span>&#160; m_callback_friendrequest(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l00896"></a><span class="lineno"> 896</span>&#160;}</div> <div class="line"><a name="l00897"></a><span class="lineno"> 897</span>&#160;</div> <div class="line"><a name="l00898"></a><span class="lineno"> 898</span>&#160;<span class="keywordtype">void</span> tox_callback_friend_message(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_friend_message_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l00899"></a><span class="lineno"> 899</span>&#160;{</div> <div class="line"><a name="l00900"></a><span class="lineno"> 900</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00901"></a><span class="lineno"> 901</span>&#160; m_callback_friendmessage(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l00902"></a><span class="lineno"> 902</span>&#160;}</div> <div class="line"><a name="l00903"></a><span class="lineno"> 903</span>&#160;</div> <div class="line"><a name="l00904"></a><span class="lineno"> 904</span>&#160;<span class="keywordtype">bool</span> tox_hash(uint8_t *hash, <span class="keyword">const</span> uint8_t *data, <span class="keywordtype">size_t</span> length)</div> <div class="line"><a name="l00905"></a><span class="lineno"> 905</span>&#160;{</div> <div class="line"><a name="l00906"></a><span class="lineno"> 906</span>&#160; <span class="keywordflow">if</span> (!hash || (length &amp;&amp; !data)) {</div> <div class="line"><a name="l00907"></a><span class="lineno"> 907</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00908"></a><span class="lineno"> 908</span>&#160; }</div> <div class="line"><a name="l00909"></a><span class="lineno"> 909</span>&#160;</div> <div class="line"><a name="l00910"></a><span class="lineno"> 910</span>&#160; crypto_hash_sha256(hash, data, length);</div> <div class="line"><a name="l00911"></a><span class="lineno"> 911</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00912"></a><span class="lineno"> 912</span>&#160;}</div> <div class="line"><a name="l00913"></a><span class="lineno"> 913</span>&#160;</div> <div class="line"><a name="l00914"></a><span class="lineno"> 914</span>&#160;<span class="keywordtype">bool</span> tox_file_control(<a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, uint32_t file_number, TOX_FILE_CONTROL control,</div> <div class="line"><a name="l00915"></a><span class="lineno"> 915</span>&#160; TOX_ERR_FILE_CONTROL *error)</div> <div class="line"><a name="l00916"></a><span class="lineno"> 916</span>&#160;{</div> <div class="line"><a name="l00917"></a><span class="lineno"> 917</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00918"></a><span class="lineno"> 918</span>&#160; <span class="keywordtype">int</span> ret = file_control(m, friend_number, file_number, control);</div> <div class="line"><a name="l00919"></a><span class="lineno"> 919</span>&#160;</div> <div class="line"><a name="l00920"></a><span class="lineno"> 920</span>&#160; <span class="keywordflow">if</span> (ret == 0) {</div> <div class="line"><a name="l00921"></a><span class="lineno"> 921</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_CONTROL_OK);</div> <div class="line"><a name="l00922"></a><span class="lineno"> 922</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00923"></a><span class="lineno"> 923</span>&#160; }</div> <div class="line"><a name="l00924"></a><span class="lineno"> 924</span>&#160;</div> <div class="line"><a name="l00925"></a><span class="lineno"> 925</span>&#160; <span class="keywordflow">switch</span> (ret) {</div> <div class="line"><a name="l00926"></a><span class="lineno"> 926</span>&#160; <span class="keywordflow">case</span> -1:</div> <div class="line"><a name="l00927"></a><span class="lineno"> 927</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_CONTROL_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00928"></a><span class="lineno"> 928</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00929"></a><span class="lineno"> 929</span>&#160;</div> <div class="line"><a name="l00930"></a><span class="lineno"> 930</span>&#160; <span class="keywordflow">case</span> -2:</div> <div class="line"><a name="l00931"></a><span class="lineno"> 931</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_CONTROL_FRIEND_NOT_CONNECTED);</div> <div class="line"><a name="l00932"></a><span class="lineno"> 932</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00933"></a><span class="lineno"> 933</span>&#160;</div> <div class="line"><a name="l00934"></a><span class="lineno"> 934</span>&#160; <span class="keywordflow">case</span> -3:</div> <div class="line"><a name="l00935"></a><span class="lineno"> 935</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_CONTROL_NOT_FOUND);</div> <div class="line"><a name="l00936"></a><span class="lineno"> 936</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00937"></a><span class="lineno"> 937</span>&#160;</div> <div class="line"><a name="l00938"></a><span class="lineno"> 938</span>&#160; <span class="keywordflow">case</span> -4:</div> <div class="line"><a name="l00939"></a><span class="lineno"> 939</span>&#160; <span class="comment">/* can&#39;t happen */</span></div> <div class="line"><a name="l00940"></a><span class="lineno"> 940</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00941"></a><span class="lineno"> 941</span>&#160;</div> <div class="line"><a name="l00942"></a><span class="lineno"> 942</span>&#160; <span class="keywordflow">case</span> -5:</div> <div class="line"><a name="l00943"></a><span class="lineno"> 943</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_CONTROL_ALREADY_PAUSED);</div> <div class="line"><a name="l00944"></a><span class="lineno"> 944</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00945"></a><span class="lineno"> 945</span>&#160;</div> <div class="line"><a name="l00946"></a><span class="lineno"> 946</span>&#160; <span class="keywordflow">case</span> -6:</div> <div class="line"><a name="l00947"></a><span class="lineno"> 947</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_CONTROL_DENIED);</div> <div class="line"><a name="l00948"></a><span class="lineno"> 948</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00949"></a><span class="lineno"> 949</span>&#160;</div> <div class="line"><a name="l00950"></a><span class="lineno"> 950</span>&#160; <span class="keywordflow">case</span> -7:</div> <div class="line"><a name="l00951"></a><span class="lineno"> 951</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_CONTROL_NOT_PAUSED);</div> <div class="line"><a name="l00952"></a><span class="lineno"> 952</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00953"></a><span class="lineno"> 953</span>&#160;</div> <div class="line"><a name="l00954"></a><span class="lineno"> 954</span>&#160; <span class="keywordflow">case</span> -8:</div> <div class="line"><a name="l00955"></a><span class="lineno"> 955</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_CONTROL_SENDQ);</div> <div class="line"><a name="l00956"></a><span class="lineno"> 956</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00957"></a><span class="lineno"> 957</span>&#160; }</div> <div class="line"><a name="l00958"></a><span class="lineno"> 958</span>&#160;</div> <div class="line"><a name="l00959"></a><span class="lineno"> 959</span>&#160; <span class="comment">/* can&#39;t happen */</span></div> <div class="line"><a name="l00960"></a><span class="lineno"> 960</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00961"></a><span class="lineno"> 961</span>&#160;}</div> <div class="line"><a name="l00962"></a><span class="lineno"> 962</span>&#160;</div> <div class="line"><a name="l00963"></a><span class="lineno"> 963</span>&#160;<span class="keywordtype">bool</span> tox_file_seek(<a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, uint32_t file_number, uint64_t position,</div> <div class="line"><a name="l00964"></a><span class="lineno"> 964</span>&#160; TOX_ERR_FILE_SEEK *error)</div> <div class="line"><a name="l00965"></a><span class="lineno"> 965</span>&#160;{</div> <div class="line"><a name="l00966"></a><span class="lineno"> 966</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l00967"></a><span class="lineno"> 967</span>&#160; <span class="keywordtype">int</span> ret = file_seek(m, friend_number, file_number, position);</div> <div class="line"><a name="l00968"></a><span class="lineno"> 968</span>&#160;</div> <div class="line"><a name="l00969"></a><span class="lineno"> 969</span>&#160; <span class="keywordflow">if</span> (ret == 0) {</div> <div class="line"><a name="l00970"></a><span class="lineno"> 970</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEEK_OK);</div> <div class="line"><a name="l00971"></a><span class="lineno"> 971</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l00972"></a><span class="lineno"> 972</span>&#160; }</div> <div class="line"><a name="l00973"></a><span class="lineno"> 973</span>&#160;</div> <div class="line"><a name="l00974"></a><span class="lineno"> 974</span>&#160; <span class="keywordflow">switch</span> (ret) {</div> <div class="line"><a name="l00975"></a><span class="lineno"> 975</span>&#160; <span class="keywordflow">case</span> -1:</div> <div class="line"><a name="l00976"></a><span class="lineno"> 976</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEEK_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l00977"></a><span class="lineno"> 977</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00978"></a><span class="lineno"> 978</span>&#160;</div> <div class="line"><a name="l00979"></a><span class="lineno"> 979</span>&#160; <span class="keywordflow">case</span> -2:</div> <div class="line"><a name="l00980"></a><span class="lineno"> 980</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEEK_FRIEND_NOT_CONNECTED);</div> <div class="line"><a name="l00981"></a><span class="lineno"> 981</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00982"></a><span class="lineno"> 982</span>&#160;</div> <div class="line"><a name="l00983"></a><span class="lineno"> 983</span>&#160; <span class="keywordflow">case</span> -3:</div> <div class="line"><a name="l00984"></a><span class="lineno"> 984</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEEK_NOT_FOUND);</div> <div class="line"><a name="l00985"></a><span class="lineno"> 985</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00986"></a><span class="lineno"> 986</span>&#160;</div> <div class="line"><a name="l00987"></a><span class="lineno"> 987</span>&#160; <span class="keywordflow">case</span> -4:</div> <div class="line"><a name="l00988"></a><span class="lineno"> 988</span>&#160; <span class="keywordflow">case</span> -5:</div> <div class="line"><a name="l00989"></a><span class="lineno"> 989</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEEK_DENIED);</div> <div class="line"><a name="l00990"></a><span class="lineno"> 990</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00991"></a><span class="lineno"> 991</span>&#160;</div> <div class="line"><a name="l00992"></a><span class="lineno"> 992</span>&#160; <span class="keywordflow">case</span> -6:</div> <div class="line"><a name="l00993"></a><span class="lineno"> 993</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEEK_INVALID_POSITION);</div> <div class="line"><a name="l00994"></a><span class="lineno"> 994</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00995"></a><span class="lineno"> 995</span>&#160;</div> <div class="line"><a name="l00996"></a><span class="lineno"> 996</span>&#160; <span class="keywordflow">case</span> -8:</div> <div class="line"><a name="l00997"></a><span class="lineno"> 997</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEEK_SENDQ);</div> <div class="line"><a name="l00998"></a><span class="lineno"> 998</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l00999"></a><span class="lineno"> 999</span>&#160; }</div> <div class="line"><a name="l01000"></a><span class="lineno"> 1000</span>&#160;</div> <div class="line"><a name="l01001"></a><span class="lineno"> 1001</span>&#160; <span class="comment">/* can&#39;t happen */</span></div> <div class="line"><a name="l01002"></a><span class="lineno"> 1002</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01003"></a><span class="lineno"> 1003</span>&#160;}</div> <div class="line"><a name="l01004"></a><span class="lineno"> 1004</span>&#160;</div> <div class="line"><a name="l01005"></a><span class="lineno"> 1005</span>&#160;<span class="keywordtype">void</span> tox_callback_file_recv_control(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_file_recv_control_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l01006"></a><span class="lineno"> 1006</span>&#160;{</div> <div class="line"><a name="l01007"></a><span class="lineno"> 1007</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01008"></a><span class="lineno"> 1008</span>&#160; callback_file_control(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l01009"></a><span class="lineno"> 1009</span>&#160;}</div> <div class="line"><a name="l01010"></a><span class="lineno"> 1010</span>&#160;</div> <div class="line"><a name="l01011"></a><span class="lineno"> 1011</span>&#160;<span class="keywordtype">bool</span> tox_file_get_file_id(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, uint32_t file_number, uint8_t *file_id,</div> <div class="line"><a name="l01012"></a><span class="lineno"> 1012</span>&#160; TOX_ERR_FILE_GET *error)</div> <div class="line"><a name="l01013"></a><span class="lineno"> 1013</span>&#160;{</div> <div class="line"><a name="l01014"></a><span class="lineno"> 1014</span>&#160; <span class="keywordflow">if</span> (!file_id) {</div> <div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_GET_NULL);</div> <div class="line"><a name="l01016"></a><span class="lineno"> 1016</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01017"></a><span class="lineno"> 1017</span>&#160; }</div> <div class="line"><a name="l01018"></a><span class="lineno"> 1018</span>&#160;</div> <div class="line"><a name="l01019"></a><span class="lineno"> 1019</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01020"></a><span class="lineno"> 1020</span>&#160; <span class="keywordtype">int</span> ret = file_get_id(m, friend_number, file_number, file_id);</div> <div class="line"><a name="l01021"></a><span class="lineno"> 1021</span>&#160;</div> <div class="line"><a name="l01022"></a><span class="lineno"> 1022</span>&#160; <span class="keywordflow">if</span> (ret == 0) {</div> <div class="line"><a name="l01023"></a><span class="lineno"> 1023</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_GET_OK);</div> <div class="line"><a name="l01024"></a><span class="lineno"> 1024</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l01025"></a><span class="lineno"> 1025</span>&#160; } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (ret == -1) {</div> <div class="line"><a name="l01026"></a><span class="lineno"> 1026</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_GET_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l01027"></a><span class="lineno"> 1027</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l01028"></a><span class="lineno"> 1028</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_GET_NOT_FOUND);</div> <div class="line"><a name="l01029"></a><span class="lineno"> 1029</span>&#160; }</div> <div class="line"><a name="l01030"></a><span class="lineno"> 1030</span>&#160;</div> <div class="line"><a name="l01031"></a><span class="lineno"> 1031</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01032"></a><span class="lineno"> 1032</span>&#160;}</div> <div class="line"><a name="l01033"></a><span class="lineno"> 1033</span>&#160;</div> <div class="line"><a name="l01034"></a><span class="lineno"> 1034</span>&#160;uint32_t tox_file_send(<a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, uint32_t kind, uint64_t file_size, <span class="keyword">const</span> uint8_t *file_id,</div> <div class="line"><a name="l01035"></a><span class="lineno"> 1035</span>&#160; <span class="keyword">const</span> uint8_t *filename, <span class="keywordtype">size_t</span> filename_length, TOX_ERR_FILE_SEND *error)</div> <div class="line"><a name="l01036"></a><span class="lineno"> 1036</span>&#160;{</div> <div class="line"><a name="l01037"></a><span class="lineno"> 1037</span>&#160; <span class="keywordflow">if</span> (filename_length &amp;&amp; !filename) {</div> <div class="line"><a name="l01038"></a><span class="lineno"> 1038</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_NULL);</div> <div class="line"><a name="l01039"></a><span class="lineno"> 1039</span>&#160; <span class="keywordflow">return</span> UINT32_MAX;</div> <div class="line"><a name="l01040"></a><span class="lineno"> 1040</span>&#160; }</div> <div class="line"><a name="l01041"></a><span class="lineno"> 1041</span>&#160;</div> <div class="line"><a name="l01042"></a><span class="lineno"> 1042</span>&#160; uint8_t f_id[FILE_ID_LENGTH];</div> <div class="line"><a name="l01043"></a><span class="lineno"> 1043</span>&#160;</div> <div class="line"><a name="l01044"></a><span class="lineno"> 1044</span>&#160; <span class="keywordflow">if</span> (!file_id) {</div> <div class="line"><a name="l01045"></a><span class="lineno"> 1045</span>&#160; <span class="comment">/* Tox keys are 32 bytes like FILE_ID_LENGTH. */</span></div> <div class="line"><a name="l01046"></a><span class="lineno"> 1046</span>&#160; new_symmetric_key(f_id);</div> <div class="line"><a name="l01047"></a><span class="lineno"> 1047</span>&#160; file_id = f_id;</div> <div class="line"><a name="l01048"></a><span class="lineno"> 1048</span>&#160; }</div> <div class="line"><a name="l01049"></a><span class="lineno"> 1049</span>&#160;</div> <div class="line"><a name="l01050"></a><span class="lineno"> 1050</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01051"></a><span class="lineno"> 1051</span>&#160; <span class="keywordtype">long</span> <span class="keywordtype">int</span> file_num = new_filesender(m, friend_number, kind, file_size, file_id, filename, filename_length);</div> <div class="line"><a name="l01052"></a><span class="lineno"> 1052</span>&#160;</div> <div class="line"><a name="l01053"></a><span class="lineno"> 1053</span>&#160; <span class="keywordflow">if</span> (file_num &gt;= 0) {</div> <div class="line"><a name="l01054"></a><span class="lineno"> 1054</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_OK);</div> <div class="line"><a name="l01055"></a><span class="lineno"> 1055</span>&#160; <span class="keywordflow">return</span> file_num;</div> <div class="line"><a name="l01056"></a><span class="lineno"> 1056</span>&#160; }</div> <div class="line"><a name="l01057"></a><span class="lineno"> 1057</span>&#160;</div> <div class="line"><a name="l01058"></a><span class="lineno"> 1058</span>&#160; <span class="keywordflow">switch</span> (file_num) {</div> <div class="line"><a name="l01059"></a><span class="lineno"> 1059</span>&#160; <span class="keywordflow">case</span> -1:</div> <div class="line"><a name="l01060"></a><span class="lineno"> 1060</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l01061"></a><span class="lineno"> 1061</span>&#160; <span class="keywordflow">return</span> UINT32_MAX;</div> <div class="line"><a name="l01062"></a><span class="lineno"> 1062</span>&#160;</div> <div class="line"><a name="l01063"></a><span class="lineno"> 1063</span>&#160; <span class="keywordflow">case</span> -2:</div> <div class="line"><a name="l01064"></a><span class="lineno"> 1064</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_NAME_TOO_LONG);</div> <div class="line"><a name="l01065"></a><span class="lineno"> 1065</span>&#160; <span class="keywordflow">return</span> UINT32_MAX;</div> <div class="line"><a name="l01066"></a><span class="lineno"> 1066</span>&#160;</div> <div class="line"><a name="l01067"></a><span class="lineno"> 1067</span>&#160; <span class="keywordflow">case</span> -3:</div> <div class="line"><a name="l01068"></a><span class="lineno"> 1068</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_TOO_MANY);</div> <div class="line"><a name="l01069"></a><span class="lineno"> 1069</span>&#160; <span class="keywordflow">return</span> UINT32_MAX;</div> <div class="line"><a name="l01070"></a><span class="lineno"> 1070</span>&#160;</div> <div class="line"><a name="l01071"></a><span class="lineno"> 1071</span>&#160; <span class="keywordflow">case</span> -4:</div> <div class="line"><a name="l01072"></a><span class="lineno"> 1072</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_FRIEND_NOT_CONNECTED);</div> <div class="line"><a name="l01073"></a><span class="lineno"> 1073</span>&#160; <span class="keywordflow">return</span> UINT32_MAX;</div> <div class="line"><a name="l01074"></a><span class="lineno"> 1074</span>&#160; }</div> <div class="line"><a name="l01075"></a><span class="lineno"> 1075</span>&#160;</div> <div class="line"><a name="l01076"></a><span class="lineno"> 1076</span>&#160; <span class="comment">/* can&#39;t happen */</span></div> <div class="line"><a name="l01077"></a><span class="lineno"> 1077</span>&#160; <span class="keywordflow">return</span> UINT32_MAX;</div> <div class="line"><a name="l01078"></a><span class="lineno"> 1078</span>&#160;}</div> <div class="line"><a name="l01079"></a><span class="lineno"> 1079</span>&#160;</div> <div class="line"><a name="l01080"></a><span class="lineno"> 1080</span>&#160;<span class="keywordtype">bool</span> tox_file_send_chunk(<a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, uint32_t file_number, uint64_t position, <span class="keyword">const</span> uint8_t *data,</div> <div class="line"><a name="l01081"></a><span class="lineno"> 1081</span>&#160; <span class="keywordtype">size_t</span> length, TOX_ERR_FILE_SEND_CHUNK *error)</div> <div class="line"><a name="l01082"></a><span class="lineno"> 1082</span>&#160;{</div> <div class="line"><a name="l01083"></a><span class="lineno"> 1083</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01084"></a><span class="lineno"> 1084</span>&#160; <span class="keywordtype">int</span> ret = file_data(m, friend_number, file_number, position, data, length);</div> <div class="line"><a name="l01085"></a><span class="lineno"> 1085</span>&#160;</div> <div class="line"><a name="l01086"></a><span class="lineno"> 1086</span>&#160; <span class="keywordflow">if</span> (ret == 0) {</div> <div class="line"><a name="l01087"></a><span class="lineno"> 1087</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_CHUNK_OK);</div> <div class="line"><a name="l01088"></a><span class="lineno"> 1088</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l01089"></a><span class="lineno"> 1089</span>&#160; }</div> <div class="line"><a name="l01090"></a><span class="lineno"> 1090</span>&#160;</div> <div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>&#160; <span class="keywordflow">switch</span> (ret) {</div> <div class="line"><a name="l01092"></a><span class="lineno"> 1092</span>&#160; <span class="keywordflow">case</span> -1:</div> <div class="line"><a name="l01093"></a><span class="lineno"> 1093</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_CHUNK_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l01094"></a><span class="lineno"> 1094</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01095"></a><span class="lineno"> 1095</span>&#160;</div> <div class="line"><a name="l01096"></a><span class="lineno"> 1096</span>&#160; <span class="keywordflow">case</span> -2:</div> <div class="line"><a name="l01097"></a><span class="lineno"> 1097</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_CHUNK_FRIEND_NOT_CONNECTED);</div> <div class="line"><a name="l01098"></a><span class="lineno"> 1098</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01099"></a><span class="lineno"> 1099</span>&#160;</div> <div class="line"><a name="l01100"></a><span class="lineno"> 1100</span>&#160; <span class="keywordflow">case</span> -3:</div> <div class="line"><a name="l01101"></a><span class="lineno"> 1101</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_CHUNK_NOT_FOUND);</div> <div class="line"><a name="l01102"></a><span class="lineno"> 1102</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01103"></a><span class="lineno"> 1103</span>&#160;</div> <div class="line"><a name="l01104"></a><span class="lineno"> 1104</span>&#160; <span class="keywordflow">case</span> -4:</div> <div class="line"><a name="l01105"></a><span class="lineno"> 1105</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_CHUNK_NOT_TRANSFERRING);</div> <div class="line"><a name="l01106"></a><span class="lineno"> 1106</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01107"></a><span class="lineno"> 1107</span>&#160;</div> <div class="line"><a name="l01108"></a><span class="lineno"> 1108</span>&#160; <span class="keywordflow">case</span> -5:</div> <div class="line"><a name="l01109"></a><span class="lineno"> 1109</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_CHUNK_INVALID_LENGTH);</div> <div class="line"><a name="l01110"></a><span class="lineno"> 1110</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01111"></a><span class="lineno"> 1111</span>&#160;</div> <div class="line"><a name="l01112"></a><span class="lineno"> 1112</span>&#160; <span class="keywordflow">case</span> -6:</div> <div class="line"><a name="l01113"></a><span class="lineno"> 1113</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_CHUNK_SENDQ);</div> <div class="line"><a name="l01114"></a><span class="lineno"> 1114</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01115"></a><span class="lineno"> 1115</span>&#160;</div> <div class="line"><a name="l01116"></a><span class="lineno"> 1116</span>&#160; <span class="keywordflow">case</span> -7:</div> <div class="line"><a name="l01117"></a><span class="lineno"> 1117</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEND_CHUNK_WRONG_POSITION);</div> <div class="line"><a name="l01118"></a><span class="lineno"> 1118</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01119"></a><span class="lineno"> 1119</span>&#160; }</div> <div class="line"><a name="l01120"></a><span class="lineno"> 1120</span>&#160;</div> <div class="line"><a name="l01121"></a><span class="lineno"> 1121</span>&#160; <span class="comment">/* can&#39;t happen */</span></div> <div class="line"><a name="l01122"></a><span class="lineno"> 1122</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01123"></a><span class="lineno"> 1123</span>&#160;}</div> <div class="line"><a name="l01124"></a><span class="lineno"> 1124</span>&#160;</div> <div class="line"><a name="l01125"></a><span class="lineno"> 1125</span>&#160;<span class="keywordtype">void</span> tox_callback_file_chunk_request(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_file_chunk_request_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l01126"></a><span class="lineno"> 1126</span>&#160;{</div> <div class="line"><a name="l01127"></a><span class="lineno"> 1127</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01128"></a><span class="lineno"> 1128</span>&#160; callback_file_reqchunk(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l01129"></a><span class="lineno"> 1129</span>&#160;}</div> <div class="line"><a name="l01130"></a><span class="lineno"> 1130</span>&#160;</div> <div class="line"><a name="l01131"></a><span class="lineno"> 1131</span>&#160;<span class="keywordtype">void</span> tox_callback_file_recv(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_file_recv_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l01132"></a><span class="lineno"> 1132</span>&#160;{</div> <div class="line"><a name="l01133"></a><span class="lineno"> 1133</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01134"></a><span class="lineno"> 1134</span>&#160; callback_file_sendrequest(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l01135"></a><span class="lineno"> 1135</span>&#160;}</div> <div class="line"><a name="l01136"></a><span class="lineno"> 1136</span>&#160;</div> <div class="line"><a name="l01137"></a><span class="lineno"> 1137</span>&#160;<span class="keywordtype">void</span> tox_callback_file_recv_chunk(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_file_recv_chunk_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l01138"></a><span class="lineno"> 1138</span>&#160;{</div> <div class="line"><a name="l01139"></a><span class="lineno"> 1139</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01140"></a><span class="lineno"> 1140</span>&#160; callback_file_data(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l01141"></a><span class="lineno"> 1141</span>&#160;}</div> <div class="line"><a name="l01142"></a><span class="lineno"> 1142</span>&#160;</div> <div class="line"><a name="l01143"></a><span class="lineno"> 1143</span>&#160;<span class="keyword">static</span> <span class="keywordtype">void</span> set_custom_packet_error(<span class="keywordtype">int</span> ret, TOX_ERR_FRIEND_CUSTOM_PACKET *error)</div> <div class="line"><a name="l01144"></a><span class="lineno"> 1144</span>&#160;{</div> <div class="line"><a name="l01145"></a><span class="lineno"> 1145</span>&#160; <span class="keywordflow">switch</span> (ret) {</div> <div class="line"><a name="l01146"></a><span class="lineno"> 1146</span>&#160; <span class="keywordflow">case</span> 0:</div> <div class="line"><a name="l01147"></a><span class="lineno"> 1147</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_CUSTOM_PACKET_OK);</div> <div class="line"><a name="l01148"></a><span class="lineno"> 1148</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l01149"></a><span class="lineno"> 1149</span>&#160;</div> <div class="line"><a name="l01150"></a><span class="lineno"> 1150</span>&#160; <span class="keywordflow">case</span> -1:</div> <div class="line"><a name="l01151"></a><span class="lineno"> 1151</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_CUSTOM_PACKET_FRIEND_NOT_FOUND);</div> <div class="line"><a name="l01152"></a><span class="lineno"> 1152</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l01153"></a><span class="lineno"> 1153</span>&#160;</div> <div class="line"><a name="l01154"></a><span class="lineno"> 1154</span>&#160; <span class="keywordflow">case</span> -2:</div> <div class="line"><a name="l01155"></a><span class="lineno"> 1155</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_CUSTOM_PACKET_TOO_LONG);</div> <div class="line"><a name="l01156"></a><span class="lineno"> 1156</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l01157"></a><span class="lineno"> 1157</span>&#160;</div> <div class="line"><a name="l01158"></a><span class="lineno"> 1158</span>&#160; <span class="keywordflow">case</span> -3:</div> <div class="line"><a name="l01159"></a><span class="lineno"> 1159</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_CUSTOM_PACKET_INVALID);</div> <div class="line"><a name="l01160"></a><span class="lineno"> 1160</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l01161"></a><span class="lineno"> 1161</span>&#160;</div> <div class="line"><a name="l01162"></a><span class="lineno"> 1162</span>&#160; <span class="keywordflow">case</span> -4:</div> <div class="line"><a name="l01163"></a><span class="lineno"> 1163</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_CUSTOM_PACKET_FRIEND_NOT_CONNECTED);</div> <div class="line"><a name="l01164"></a><span class="lineno"> 1164</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l01165"></a><span class="lineno"> 1165</span>&#160;</div> <div class="line"><a name="l01166"></a><span class="lineno"> 1166</span>&#160; <span class="keywordflow">case</span> -5:</div> <div class="line"><a name="l01167"></a><span class="lineno"> 1167</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_CUSTOM_PACKET_SENDQ);</div> <div class="line"><a name="l01168"></a><span class="lineno"> 1168</span>&#160; <span class="keywordflow">break</span>;</div> <div class="line"><a name="l01169"></a><span class="lineno"> 1169</span>&#160; }</div> <div class="line"><a name="l01170"></a><span class="lineno"> 1170</span>&#160;}</div> <div class="line"><a name="l01171"></a><span class="lineno"> 1171</span>&#160;</div> <div class="line"><a name="l01172"></a><span class="lineno"> 1172</span>&#160;<span class="keywordtype">bool</span> tox_friend_send_lossy_packet(<a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, <span class="keyword">const</span> uint8_t *data, <span class="keywordtype">size_t</span> length,</div> <div class="line"><a name="l01173"></a><span class="lineno"> 1173</span>&#160; TOX_ERR_FRIEND_CUSTOM_PACKET *error)</div> <div class="line"><a name="l01174"></a><span class="lineno"> 1174</span>&#160;{</div> <div class="line"><a name="l01175"></a><span class="lineno"> 1175</span>&#160; <span class="keywordflow">if</span> (!data) {</div> <div class="line"><a name="l01176"></a><span class="lineno"> 1176</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_CUSTOM_PACKET_NULL);</div> <div class="line"><a name="l01177"></a><span class="lineno"> 1177</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01178"></a><span class="lineno"> 1178</span>&#160; }</div> <div class="line"><a name="l01179"></a><span class="lineno"> 1179</span>&#160;</div> <div class="line"><a name="l01180"></a><span class="lineno"> 1180</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01181"></a><span class="lineno"> 1181</span>&#160;</div> <div class="line"><a name="l01182"></a><span class="lineno"> 1182</span>&#160; <span class="keywordflow">if</span> (length == 0) {</div> <div class="line"><a name="l01183"></a><span class="lineno"> 1183</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_CUSTOM_PACKET_EMPTY);</div> <div class="line"><a name="l01184"></a><span class="lineno"> 1184</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01185"></a><span class="lineno"> 1185</span>&#160; }</div> <div class="line"><a name="l01186"></a><span class="lineno"> 1186</span>&#160;</div> <div class="line"><a name="l01187"></a><span class="lineno"> 1187</span>&#160; <span class="keywordflow">if</span> (data[0] &lt; (PACKET_ID_LOSSY_RANGE_START + PACKET_LOSSY_AV_RESERVED)) {</div> <div class="line"><a name="l01188"></a><span class="lineno"> 1188</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_CUSTOM_PACKET_INVALID);</div> <div class="line"><a name="l01189"></a><span class="lineno"> 1189</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01190"></a><span class="lineno"> 1190</span>&#160; }</div> <div class="line"><a name="l01191"></a><span class="lineno"> 1191</span>&#160;</div> <div class="line"><a name="l01192"></a><span class="lineno"> 1192</span>&#160; <span class="keywordtype">int</span> ret = send_custom_lossy_packet(m, friend_number, data, length);</div> <div class="line"><a name="l01193"></a><span class="lineno"> 1193</span>&#160;</div> <div class="line"><a name="l01194"></a><span class="lineno"> 1194</span>&#160; set_custom_packet_error(ret, error);</div> <div class="line"><a name="l01195"></a><span class="lineno"> 1195</span>&#160;</div> <div class="line"><a name="l01196"></a><span class="lineno"> 1196</span>&#160; <span class="keywordflow">if</span> (ret == 0) {</div> <div class="line"><a name="l01197"></a><span class="lineno"> 1197</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l01198"></a><span class="lineno"> 1198</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l01199"></a><span class="lineno"> 1199</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01200"></a><span class="lineno"> 1200</span>&#160; }</div> <div class="line"><a name="l01201"></a><span class="lineno"> 1201</span>&#160;}</div> <div class="line"><a name="l01202"></a><span class="lineno"> 1202</span>&#160;</div> <div class="line"><a name="l01203"></a><span class="lineno"> 1203</span>&#160;<span class="keywordtype">void</span> tox_callback_friend_lossy_packet(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_friend_lossy_packet_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l01204"></a><span class="lineno"> 1204</span>&#160;{</div> <div class="line"><a name="l01205"></a><span class="lineno"> 1205</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01206"></a><span class="lineno"> 1206</span>&#160; custom_lossy_packet_registerhandler(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l01207"></a><span class="lineno"> 1207</span>&#160;}</div> <div class="line"><a name="l01208"></a><span class="lineno"> 1208</span>&#160;</div> <div class="line"><a name="l01209"></a><span class="lineno"> 1209</span>&#160;<span class="keywordtype">bool</span> tox_friend_send_lossless_packet(<a class="code" href="struct_messenger.html">Tox</a> *tox, uint32_t friend_number, <span class="keyword">const</span> uint8_t *data, <span class="keywordtype">size_t</span> length,</div> <div class="line"><a name="l01210"></a><span class="lineno"> 1210</span>&#160; TOX_ERR_FRIEND_CUSTOM_PACKET *error)</div> <div class="line"><a name="l01211"></a><span class="lineno"> 1211</span>&#160;{</div> <div class="line"><a name="l01212"></a><span class="lineno"> 1212</span>&#160; <span class="keywordflow">if</span> (!data) {</div> <div class="line"><a name="l01213"></a><span class="lineno"> 1213</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_CUSTOM_PACKET_NULL);</div> <div class="line"><a name="l01214"></a><span class="lineno"> 1214</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01215"></a><span class="lineno"> 1215</span>&#160; }</div> <div class="line"><a name="l01216"></a><span class="lineno"> 1216</span>&#160;</div> <div class="line"><a name="l01217"></a><span class="lineno"> 1217</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01218"></a><span class="lineno"> 1218</span>&#160;</div> <div class="line"><a name="l01219"></a><span class="lineno"> 1219</span>&#160; <span class="keywordflow">if</span> (length == 0) {</div> <div class="line"><a name="l01220"></a><span class="lineno"> 1220</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_FRIEND_CUSTOM_PACKET_EMPTY);</div> <div class="line"><a name="l01221"></a><span class="lineno"> 1221</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01222"></a><span class="lineno"> 1222</span>&#160; }</div> <div class="line"><a name="l01223"></a><span class="lineno"> 1223</span>&#160;</div> <div class="line"><a name="l01224"></a><span class="lineno"> 1224</span>&#160; <span class="keywordtype">int</span> ret = send_custom_lossless_packet(m, friend_number, data, length);</div> <div class="line"><a name="l01225"></a><span class="lineno"> 1225</span>&#160;</div> <div class="line"><a name="l01226"></a><span class="lineno"> 1226</span>&#160; set_custom_packet_error(ret, error);</div> <div class="line"><a name="l01227"></a><span class="lineno"> 1227</span>&#160;</div> <div class="line"><a name="l01228"></a><span class="lineno"> 1228</span>&#160; <span class="keywordflow">if</span> (ret == 0) {</div> <div class="line"><a name="l01229"></a><span class="lineno"> 1229</span>&#160; <span class="keywordflow">return</span> 1;</div> <div class="line"><a name="l01230"></a><span class="lineno"> 1230</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l01231"></a><span class="lineno"> 1231</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01232"></a><span class="lineno"> 1232</span>&#160; }</div> <div class="line"><a name="l01233"></a><span class="lineno"> 1233</span>&#160;}</div> <div class="line"><a name="l01234"></a><span class="lineno"> 1234</span>&#160;</div> <div class="line"><a name="l01235"></a><span class="lineno"> 1235</span>&#160;<span class="keywordtype">void</span> tox_callback_friend_lossless_packet(<a class="code" href="struct_messenger.html">Tox</a> *tox, tox_friend_lossless_packet_cb *<span class="keyword">function</span>, <span class="keywordtype">void</span> *user_data)</div> <div class="line"><a name="l01236"></a><span class="lineno"> 1236</span>&#160;{</div> <div class="line"><a name="l01237"></a><span class="lineno"> 1237</span>&#160; <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01238"></a><span class="lineno"> 1238</span>&#160; custom_lossless_packet_registerhandler(m, <span class="keyword">function</span>, user_data);</div> <div class="line"><a name="l01239"></a><span class="lineno"> 1239</span>&#160;}</div> <div class="line"><a name="l01240"></a><span class="lineno"> 1240</span>&#160;</div> <div class="line"><a name="l01241"></a><span class="lineno"> 1241</span>&#160;<span class="keywordtype">void</span> tox_self_get_dht_id(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, uint8_t *dht_id)</div> <div class="line"><a name="l01242"></a><span class="lineno"> 1242</span>&#160;{</div> <div class="line"><a name="l01243"></a><span class="lineno"> 1243</span>&#160; <span class="keywordflow">if</span> (dht_id) {</div> <div class="line"><a name="l01244"></a><span class="lineno"> 1244</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01245"></a><span class="lineno"> 1245</span>&#160; memcpy(dht_id , m-&gt;dht-&gt;self_public_key, crypto_box_PUBLICKEYBYTES);</div> <div class="line"><a name="l01246"></a><span class="lineno"> 1246</span>&#160; }</div> <div class="line"><a name="l01247"></a><span class="lineno"> 1247</span>&#160;}</div> <div class="line"><a name="l01248"></a><span class="lineno"> 1248</span>&#160;</div> <div class="line"><a name="l01249"></a><span class="lineno"> 1249</span>&#160;uint16_t tox_self_get_udp_port(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, TOX_ERR_GET_PORT *error)</div> <div class="line"><a name="l01250"></a><span class="lineno"> 1250</span>&#160;{</div> <div class="line"><a name="l01251"></a><span class="lineno"> 1251</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01252"></a><span class="lineno"> 1252</span>&#160; uint16_t port = htons(m-&gt;net-&gt;port);</div> <div class="line"><a name="l01253"></a><span class="lineno"> 1253</span>&#160;</div> <div class="line"><a name="l01254"></a><span class="lineno"> 1254</span>&#160; <span class="keywordflow">if</span> (port) {</div> <div class="line"><a name="l01255"></a><span class="lineno"> 1255</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_GET_PORT_OK);</div> <div class="line"><a name="l01256"></a><span class="lineno"> 1256</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l01257"></a><span class="lineno"> 1257</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_GET_PORT_NOT_BOUND);</div> <div class="line"><a name="l01258"></a><span class="lineno"> 1258</span>&#160; }</div> <div class="line"><a name="l01259"></a><span class="lineno"> 1259</span>&#160;</div> <div class="line"><a name="l01260"></a><span class="lineno"> 1260</span>&#160; <span class="keywordflow">return</span> port;</div> <div class="line"><a name="l01261"></a><span class="lineno"> 1261</span>&#160;}</div> <div class="line"><a name="l01262"></a><span class="lineno"> 1262</span>&#160;</div> <div class="line"><a name="l01263"></a><span class="lineno"> 1263</span>&#160;uint16_t tox_self_get_tcp_port(<span class="keyword">const</span> <a class="code" href="struct_messenger.html">Tox</a> *tox, TOX_ERR_GET_PORT *error)</div> <div class="line"><a name="l01264"></a><span class="lineno"> 1264</span>&#160;{</div> <div class="line"><a name="l01265"></a><span class="lineno"> 1265</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_messenger.html">Messenger</a> *m = tox;</div> <div class="line"><a name="l01266"></a><span class="lineno"> 1266</span>&#160;</div> <div class="line"><a name="l01267"></a><span class="lineno"> 1267</span>&#160; <span class="keywordflow">if</span> (m-&gt;tcp_server) {</div> <div class="line"><a name="l01268"></a><span class="lineno"> 1268</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_GET_PORT_OK);</div> <div class="line"><a name="l01269"></a><span class="lineno"> 1269</span>&#160; <span class="keywordflow">return</span> m-&gt;options.tcp_server_port;</div> <div class="line"><a name="l01270"></a><span class="lineno"> 1270</span>&#160; } <span class="keywordflow">else</span> {</div> <div class="line"><a name="l01271"></a><span class="lineno"> 1271</span>&#160; SET_ERROR_PARAMETER(error, TOX_ERR_GET_PORT_NOT_BOUND);</div> <div class="line"><a name="l01272"></a><span class="lineno"> 1272</span>&#160; <span class="keywordflow">return</span> 0;</div> <div class="line"><a name="l01273"></a><span class="lineno"> 1273</span>&#160; }</div> <div class="line"><a name="l01274"></a><span class="lineno"> 1274</span>&#160;}</div> <div class="line"><a name="l01275"></a><span class="lineno"> 1275</span>&#160;</div> <div class="line"><a name="l01276"></a><span class="lineno"> 1276</span>&#160;<span class="preprocessor">#include &quot;tox_old_code.h&quot;</span></div> <div class="ttc" id="struct_tox___options_html_a825cfabf7be0224b12d09c8b1f5cbed6"><div class="ttname"><a href="struct_tox___options.html#a825cfabf7be0224b12d09c8b1f5cbed6">Tox_Options::savedata_type</a></div><div class="ttdeci">TOX_SAVEDATA_TYPE savedata_type</div><div class="ttdef"><b>Definition:</b> <a href="tox_8h_source.html#l00479">tox.h:479</a></div></div> <div class="ttc" id="struct_tox___options_html_a35c23f2b9cd2468e2a256ca93a21d5d5"><div class="ttname"><a href="struct_tox___options.html#a35c23f2b9cd2468e2a256ca93a21d5d5">Tox_Options::udp_enabled</a></div><div class="ttdeci">bool udp_enabled</div><div class="ttdef"><b>Definition:</b> <a href="tox_8h_source.html#l00411">tox.h:411</a></div></div> <div class="ttc" id="struct_messenger___options_html"><div class="ttname"><a href="struct_messenger___options.html">Messenger_Options</a></div><div class="ttdef"><b>Definition:</b> <a href="_messenger_8h_source.html#l00068">Messenger.h:68</a></div></div> <div class="ttc" id="struct_tox___options_html_a320e68fce8ebf1b6f0bb10494d800441"><div class="ttname"><a href="struct_tox___options.html#a320e68fce8ebf1b6f0bb10494d800441">Tox_Options::ipv6_enabled</a></div><div class="ttdeci">bool ipv6_enabled</div><div class="ttdef"><b>Definition:</b> <a href="tox_8h_source.html#l00401">tox.h:401</a></div></div> <div class="ttc" id="struct_i_p___port_html"><div class="ttname"><a href="struct_i_p___port.html">IP_Port</a></div><div class="ttdef"><b>Definition:</b> <a href="network_8h_source.html#l00162">network.h:162</a></div></div> <div class="ttc" id="struct_tox___options_html_a0693366412d32f9b8ceba1bf4f320132"><div class="ttname"><a href="struct_tox___options.html#a0693366412d32f9b8ceba1bf4f320132">Tox_Options::proxy_port</a></div><div class="ttdeci">uint16_t proxy_port</div><div class="ttdef"><b>Definition:</b> <a href="tox_8h_source.html#l00438">tox.h:438</a></div></div> <div class="ttc" id="struct_tox___options_html_a56c7956bddcb0d100c54e426b6e5f3ed"><div class="ttname"><a href="struct_tox___options.html#a56c7956bddcb0d100c54e426b6e5f3ed">Tox_Options::savedata_length</a></div><div class="ttdeci">size_t savedata_length</div><div class="ttdef"><b>Definition:</b> <a href="tox_8h_source.html#l00491">tox.h:491</a></div></div> <div class="ttc" id="struct_tox___options_html_af7c34966a1703e0a031ce2674420c7cf"><div class="ttname"><a href="struct_tox___options.html#af7c34966a1703e0a031ce2674420c7cf">Tox_Options::proxy_host</a></div><div class="ttdeci">const char * proxy_host</div><div class="ttdef"><b>Definition:</b> <a href="tox_8h_source.html#l00429">tox.h:429</a></div></div> <div class="ttc" id="struct_tox___options_html"><div class="ttname"><a href="struct_tox___options.html">Tox_Options</a></div><div class="ttdef"><b>Definition:</b> <a href="tox_8h_source.html#l00391">tox.h:391</a></div></div> <div class="ttc" id="struct_tox___options_html_aa2de2e9258608a29877ef5d5610ea8f7"><div class="ttname"><a href="struct_tox___options.html#aa2de2e9258608a29877ef5d5610ea8f7">Tox_Options::start_port</a></div><div class="ttdeci">uint16_t start_port</div><div class="ttdef"><b>Definition:</b> <a href="tox_8h_source.html#l00453">tox.h:453</a></div></div> <div class="ttc" id="struct_tox___options_html_a32a512eb6e2c820735f1c51cd1075ce4"><div class="ttname"><a href="struct_tox___options.html#a32a512eb6e2c820735f1c51cd1075ce4">Tox_Options::proxy_type</a></div><div class="ttdeci">TOX_PROXY_TYPE proxy_type</div><div class="ttdef"><b>Definition:</b> <a href="tox_8h_source.html#l00417">tox.h:417</a></div></div> <div class="ttc" id="struct_messenger_html"><div class="ttname"><a href="struct_messenger.html">Messenger</a></div><div class="ttdef"><b>Definition:</b> <a href="_messenger_8h_source.html#l00211">Messenger.h:211</a></div></div> <div class="ttc" id="struct_tox___options_html_af298081c5f07deace07b2ced2c0a9c3d"><div class="ttname"><a href="struct_tox___options.html#af298081c5f07deace07b2ced2c0a9c3d">Tox_Options::savedata_data</a></div><div class="ttdeci">const uint8_t * savedata_data</div><div class="ttdef"><b>Definition:</b> <a href="tox_8h_source.html#l00485">tox.h:485</a></div></div> <div class="ttc" id="struct_tox___options_html_a7c66715252e093e0b8b751a0c888623e"><div class="ttname"><a href="struct_tox___options.html#a7c66715252e093e0b8b751a0c888623e">Tox_Options::tcp_port</a></div><div class="ttdeci">uint16_t tcp_port</div><div class="ttdef"><b>Definition:</b> <a href="tox_8h_source.html#l00473">tox.h:473</a></div></div> <div class="ttc" id="struct_tox___options_html_a72adaef23252363613b9ace5351ce521"><div class="ttname"><a href="struct_tox___options.html#a72adaef23252363613b9ace5351ce521">Tox_Options::end_port</a></div><div class="ttdeci">uint16_t end_port</div><div class="ttdef"><b>Definition:</b> <a href="tox_8h_source.html#l00459">tox.h:459</a></div></div> </div><!-- fragment --></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_0b4cb6aa1b49ded7d7b217b80a3955c0.html">toxcore</a></li><li class="navelem"><b>tox.c</b></li> <li class="footer">Generated on Mon Sep 14 2015 09:00:34 for libtoxcore by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.8 </li> </ul> </div> </body> </html>
theme/base/style/course.css
fbelles/moodle_paqui
/** * CSS for displaying courses and everything in them */ .section_add_menus {text-align:right;} .dir-rtl .section_add_menus {text-align:left;} .section_add_menus .horizontal div, .section_add_menus .horizontal form {display:inline;} .section_add_menus optgroup {font-weight:normal;font-style: italic;} .section_add_menus .urlselect { margin-left: .4em;} .dir-rtl .section_add_menus .urlselect { margin-right: .4em; margin-left: 0;} .section_add_menus .urlselect select { margin-left: .2em;} .dir-rtl .section_add_menus .urlselect select { margin-right: .2em; margin-left: 0;} .section_add_menus .urlselect img.iconhelp { padding: 0; margin: 0; vertical-align: text-bottom;} .site-topic ul.section, .course-content ul.section { margin: 1em;} .sitetopic .section .activity img.activityicon, .course-content .section .activity img.activityicon {vertical-align:text-bottom;margin-right: 6px;} .dir-rtl .sitetopic .section .activity img.activityicon, .dir-rtl .course-content .section .activity img.activityicon {margin-left: 6px; margin-right: 0;} .sitetopic .section .activity .activityinstance, .course-content .section .activity .activityinstance, .sitetopic .section .activity .activityinstance div, .course-content .section .activity .activityinstance div { display: inline;} .sitetopic .section .activity .activityinstance, .course-content .section .activity .activityinstance { padding-right: 3em; } .dir-rtl .sitetopic .section .activity .activityinstance, .dir-rtl .course-content .section .activity .activityinstance { padding-right: 0; padding-left: 3em;} .sitetopic .section .activity .commands, .course-content .section .activity .commands { white-space: nowrap; display: inline-block; } .section .activity .moodle-actionmenu .menubar > li > * {display:inline-block;min-height:16px;padding: 0.2em;} .section .activity .moodle-actionmenu .menubar > li > img {margin: 0.2em;vertical-align: text-bottom;padding:0 3px 0 0;} .section .activity .moodle-actionmenu .iconsmall {vertical-align: baseline;width:16px;height:16px;} .single-section h3.sectionname {text-align:center;clear:both;} .sitetopic .section li.activity, .course-content .section li.activity {padding: .2em;} .section .activity .activityinstance .groupinglabel { padding-left: .45em; } .sitetopic .section .activity .availabilityinfo, .sitetopic .section .activity .contentafterlink, .course-content .section .activity .availabilityinfo, .course-content .section .activity .contentafterlink { margin-top: 0.5em; margin-left: 30px;} .dir-rtl .sitetopic .section .activity .availabilityinfo, .dir-rtl .sitetopic .section .activity .contentafterlink, .dir-rtl .course-content .section .activity .availabilityinfo, .dir-rtl .course-content .section .activity .contentafterlink { margin-left: 0; margin-right: 30px;} .section .activity .contentafterlink p { margin:.5em 0; } .sitetopic .section .activity:hover, .course-content .section .activity:hover { background-color: #EEE; } .course-content .section-summary { border: 1px solid #DDD; margin-top: 5px; list-style: none; } .course-content .section-summary .section-title { margin: 2px 5px 10px 5px; } .course-content .section-summary .summarytext { margin: 2px 5px 2px 5px; } .course-content .section-summary .section-summary-activities .activity-count {margin-right: 10px;color: #AAA; font-size: 12px; margin-right: 15px;} .course-content .section-summary .summary { margin-top: 5px; } .course-content .single-section { margin-top: 1em; } .course-content .single-section .section-navigation { display: block; padding: 0.5em; margin-bottom: -0.5em; } .course-content .single-section .section-navigation .title { font-weight: bold; font-size: 108%; } .course-content .single-section .section-navigation .mdl-left { font-weight: normal; float: left; margin-right: 1em; } .dir-rtl .course-content .single-section .section-navigation .mdl-left {float:right;} .course-content .single-section .section-navigation .mdl-left .larrow { margin-right: 0.1em; } .course-content .single-section .section-navigation .mdl-right { font-weight: normal; float: right; margin-left: 1em; } .dir-rtl .course-content .single-section .section-navigation .mdl-right {float: left;} .course-content .single-section .section-navigation .mdl-right .rarrow { margin-left: 0.1em; } .course-content .single-section .section-navigation .mdl-bottom { margin-top: 0; } #page-site-index .subscribelink {text-align:right;} #site-news-forum h2, #frontpage-course-list h2, #frontpage-category-names h2, #frontpage-category-combo h2 {margin-bottom: 9px;} #page-site-index .clearfloat {float: none;clear: both; height:0px;} .path-course-view a.reduce-sections {padding-left: 0.2em;} .path-course-view .subscribelink {text-align:right;} .path-course-view .unread {margin-left: 3em;} .path-course-view .block.drag .header {cursor: move;} .path-course-view .completionprogress { text-align: right; } .dir-rtl.path-course-view .completionprogress { text-align: left; } .path-course-view .single-section .completionprogress { margin-right: 5px; } .path-course-view .section .summary {line-height:normal;} .path-site li.activity > div, .path-course-view li.activity > div {position:relative;} .path-course-view li.activity span.autocompletion, .path-course-view li.activity form.togglecompletion {position: absolute; top: 0; right: .2em;} .path-course-view li.activity span.autocompletion img, .path-course-view li.activity form.togglecompletion input {position:absolute; top: .25em; right: 0px;} .path-course-view li.activity form.togglecompletion .ajaxworking {position:absolute; right: 22px; top: 5px; width: 16px; height: 16px; background: url([[pix:i/ajaxloader]]) no-repeat;} .path-course-view li.activity form.togglecompletion div {display:inline;} .dir-rtl.path-course-view li.activity form.togglecompletion, .dir-rtl.path-course-view li.activity span.autocompletion {left:1.7em;right:auto;padding:0px;} .dir-rtl.path-course-view .completionprogress {float: none;} .dir-rtl.path-course-view li.activity form.togglecompletion .ajaxworking {right: -22px;} li.section.hidden span.commands a.editing_hide, li.section.hidden span.commands a.editing_show {cursor:default;} .section img.movetarget {height:16px;width:80px;} .course ul.section {margin:5px;padding:0;} .weeks-format, /* Window-width: 800 pixels.IE doesn't support, see inline IE conditional comment. */ .topics-format {margin-top: 8px;min-width: 763px;} #page-course-pending .singlebutton, #page-course-index .singlebutton, #page-course-index-category .singlebutton, #page-course-editsection .singlebutton {text-align:center;} #coursesearch {margin-top: 1em;text-align:center;} #page-course-pending .pendingcourserequests {margin-bottom: 1em;} #page-course-pending .pendingcourserequests .singlebutton {display: inline;} #page-course-pending .pendingcourserequests .cell {padding: 0 5px;} #page-course-pending .pendingcourserequests .cell.c6 {white-space: nowrap;} /* Courses and categories lists */ .coursebox {width: 100%;margin-bottom:15px;} .coursebox.collapsed {margin-bottom:0} .coursebox.collapsed > .content {display:none;} .coursebox > .info > .coursename a {display:block;background-image:url([[pix:moodle|i/course]]);background-repeat: no-repeat;padding-left:21px;background-position: left top;} .coursebox.remotehost .coursename a {background-image:url([[pix:moodle|i/mnethost]]);} .coursebox > .info > .coursename, .coursebox .content .teachers, .coursebox .content .courseimage, .coursebox .content .coursefile {float:left;width:40%;clear:left;} .coursebox .content .teachers li {list-style-type:none;padding:0;margin:0;} .coursebox .enrolmenticons {padding:3px 0;float:right;} .coursebox .moreinfo {padding:3px 0;float:right;} .coursebox .enrolmenticons img, .coursebox .moreinfo img {margin:0 .2em;} .coursebox .content {clear:both;overflow: hidden;} .coursebox .content .summary, .coursebox .content .coursecat {float:right;width: 55%;} .coursebox .content .coursecat {text-align:right;clear:right;} .coursebox.remotecoursebox .remotecourseinfo {float:left;width: 40%;} .coursebox .content .courseimage img {max-width:100px;max-height:100px;} .coursebox >.info >.coursename {margin: 5px;padding:0;} .coursebox .content .teachers, .coursebox .content .coursecat, .coursebox .content .summary, .coursebox .content .courseimage, .coursebox .content .coursefile, .coursebox.remotecoursebox .remotecourseinfo {margin:3px 5px;padding:0;} .dir-rtl .coursebox > .info > .coursename a {padding-left:0;padding-right:21px;background-position: top right;} .dir-rtl .coursebox > .info > .coursename, .dir-rtl .coursebox .teachers, .dir-rtl .coursebox .content .courseimage, .dir-rtl .coursebox .content .coursefile {float:right;clear:right;} .dir-rtl .coursebox .enrolmenticons, .dir-rtl .coursebox .moreinfo {float:left;} .dir-rtl .coursebox .summary, .dir-rtl .coursebox .coursecat {float:left;} .dir-rtl .coursebox .coursecat {text-align:left;clear:left;} .course_category_tree .category .numberofcourse {font-size: 0.85em;} .dir-rtl .course_category_tree .category .numberofcourse {padding-right: 20px;} .course_category_tree .controls {visibility: hidden;} .course_category_tree .controls div {display:inline;cursor:pointer;} .jsenabled .course_category_tree .controls {visibility: visible;} .course_category_tree .category >.info > .categoryname {background-image:url([[pix:moodle|t/collapsed_empty]]);background-repeat: no-repeat;background-position:center left;margin:0.5em 5px;} .dir-rtl .course_category_tree .category >.info > .categoryname {background-image:url([[pix:moodle|t/collapsed_empty_rtl]]);background-position:center right;margin:0.5em 5px;} .course_category_tree .category.with_children >.info > .categoryname {background-image:url([[pix:moodle|t/expanded]]);} .course_category_tree .category.with_children.collapsed >.info > .categoryname {background-image:url([[pix:moodle|t/collapsed]]);} .dir-rtl .course_category_tree .category.with_children.collapsed >.info .categoryname {background-image:url([[pix:moodle|t/collapsed_rtl]]);} .course_category_tree .category.collapsed >.content {display:none;} .course_category_tree .category > .info > .categoryname {padding:2px 18px;margin:3px;} .course_category_tree .category > .content {padding-left:16px;overflow: hidden;} .dir-rtl .course_category_tree .category > .content {padding-left:0;padding-right:16px;} .course_category_tree .subcategories > .paging, .courses > .paging {margin:0;padding:5px;text-align:center;} .courses > .paging.paging-morelink, .course_category_tree .subcategories > .paging.paging-morelink {text-align:left;} .dir-rtl .courses > .paging.paging-morelink, .dir-rtl .course_category_tree .subcategories > .paging.paging-morelink {text-align:right;} #page-course-info .generalbox.info, #page-enrol-index .generalbox.info {border:none;} .path-course .clearfloat {float:none; clear:both;height:0px;} /* Quick edit of module name */ .sitetopic .section .activity form.activityinstance, .course-content .section .activity form.activityinstance { display: inline; vertical-align: bottom; } span.editinstructions { position: absolute; top: 0px; left: 0px; margin-top: -22px; margin-left: 30px; line-height: 16px; font-size: .85em; padding: .1em .4em; background-color: #ffc; color: #000; text-decoration: none; z-index:9999; box-shadow:2px 2px 5px 1px #ccc; border:1px solid #ddd; } .dir-rtl span.editinstructions { left: auto; right: 32px;} input.titleeditor { width: 330px; vertical-align: text-bottom; } /* Course drag and drop upload styles */ #dndupload-status {width:40%;margin:0 30%;padding:6px;border:1px solid #ddd;text-align:center;background:#ffc;position:absolute;z-index:9999;box-shadow:2px 2px 5px 1px #ccc;border-radius:0px 0px 8px 8px;z-index: 0;} .dndupload-preview {color:#909090;border:1px dashed #909090;list-style:none; margin-top: .2em; padding: .3em; line-height: 16px;} .dndupload-preview img.icon { vertical-align: text-bottom; padding: 0;} .dndupload-progress-outer {width:70px;border:1px solid black;border-radius:4px;height:10px;display:inline-block;margin:0;padding:0;overflow:hidden;position:relative;} .dndupload-progress-inner {width:0%;height:100%;background-color:green;display:inline-block;margin:0;padding:0;float:left;box-shadow: 0 0 4px #229b15;border-radius:2px;background-repeat:repeat-x;background-position:top;background-image:url([[pix:theme_base|progress]])} .dndupload-hidden {display:none;} /** Course category management **/ #course-category-listings {background-color:#fff;border:1px solid #e1e1e8;margin-bottom:200px;} /** Two column layout */ #course-category-listings.columns-2 > #category-listing > div {border-right:1px solid #e1e1e8;} #course-category-listings.columns-2 > #course-listing > div {border-left:1px solid #e1e1e8;margin-left:-1px;} #course-category-listings.columns-2.viewmode-courses.course-selected > #course-listing > div {border-right:1px solid #e1e1e8;margin-right:-1px;} #course-category-listings.columns-2 > #course-detail > div {border-left:1px solid #e1e1e8;} /** Three column layout */ #course-category-listings.columns-3 #category-listing > div {border-right:1px solid #DDD;} #course-category-listings.columns-3 #course-listing > div {border-right:1px solid #e1e1e8;border-left:1px solid #e1e1e8;margin-right:-1px;margin-left:-1px;} #course-category-listings.columns-3 #course-detail > div {border-left:1px solid #DDD;} #course-category-listings > div {} #course-category-listings > div > div {min-height:300px;} #course-category-listings h3 {margin:0;padding:0.6em 1em 0.5em;text-align:left;background-color:#f7f7f9;border-bottom:1px solid #e1e1e8;} #course-category-listings h4 {margin:1em 0 0;padding:0.6em 1em 0.5em;text-align:left;} #course-category-listings .listing-actions {text-align:center;padding:0.4em 0.3em 0.3em;} #course-category-listings .listing-actions > * {display:inline-block;line-height:2.2em;} #course-category-listings .listing-actions > .moodle-actionmenu {display:inline-block;} #course-category-listings .listing-actions > .moodle-actionmenu .menu a {padding-left:1em;} #course-category-listings .listing-actions .iconsmall {margin-left:0.5em;} #course-category-listings ul.ml {list-style: none;margin:1em 0;} #course-category-listings ul.ml ul.ml {margin:0;} #course-category-listings li {line-height:2.2em;} #course-category-listings li > div {border-bottom:1px solid #fff;border-top:1px solid #fff;} #course-category-listings li > div:hover {background-color:#fafafa;} #course-category-listings li.highlight {background-color:transparent;} #course-category-listings li.highlight > div, #category-listing li.highlight.listitem > div > .ba-checkbox, #course-category-listings li.highlight > div:hover, #course-category-listings li[data-selected='1'].highlight > div {background-color:#ddffaa;} #course-category-listings li+li > div, #course-category-listings li:first-child > div {border-top-color:#f7f7f9;} #course-category-listings li .tree-icon {vertical-align:text-top;margin-right:0.5em;width:12px;height:12px;} #course-category-listings li[data-selected='1'] > div {background-color:#FFFFD8;border-top-color: #e1e1e8;border-bottom-color:#f7f7f9;} #course-category-listings li[data-selected='1'] li:first-of-type > div, #course-category-listings li[data-selected='1'][data-expandable='0']+li > div {border-top-color:#e1e1e8;} #course-category-listings li[data-selected='1']:last-of-type > div {border-bottom-color:#e1e1e8;} #course-category-listings > div > div > ul.ml > li:first-child > div {border-top:0;} .jsenabled #course-category-listings .category-item-actions .menu-action-text {padding-left:0.3em;} #course-category-listings .listing-actions .moodle-actionmenu:not([data-enhanced]) li {line-height:normal;} #course-category-listings .listing-actions .moodle-actionmenu:not([data-enhanced]) > .menubar a, #course-category-listings .listing-actions .moodle-actionmenu:not([data-enhanced]) > .menu .menu-action-text {display:inline-block;} #course-category-listings .listing-actions .moodle-actionmenu:not([data-enhanced]) > .menubar a {color:inherit;} #course-category-listings .listing-actions .moodle-actionmenu:not([data-enhanced]) > .menubar a > img {display:none;} #course-category-listings .item-actions {margin-right:1em;display:inline-block;display:initial;} #course-category-listings .item-actions img {margin: 0 0.3em;} #course-category-listings .item-actions .menu .menu-action {margin-right:1em;} #course-category-listings li .tree-icon {margin-left:0;} #course-category-listings li li .tree-icon {margin-left:1em;} #course-category-listings li li li .tree-icon {margin-left:2em;} #course-category-listings li li li li .tree-icon {margin-left:3em;} #course-category-listings li li li li li .tree-icon {margin-left:4em;} #course-category-listings li li li li li li .tree-icon {margin-left:4.5em;} #course-category-listings li li li li li li li .tree-icon {margin-left:5em;} #course-category-listings li li li li li li li li .tree-icon {margin-left:5.5em;} #course-listing .listitem .drag-handle {margin-right:0.5em;} #course-listing .listitem .idnumber {color:#a1a1a8;margin-right:2em;} #course-listing .listitem .categoryname {display:inline-block;margin-left:1em;color:#a1a1a8;} #course-listing .listitem .coursename {display:inline-block;} #category-listing .course-count {color:#a1a1a8;margin-right:2em;min-width:35px;display:inline-block;} #category-listing .listitem.collapsed > ul.ml {display: none;} #category-listing .course-count .smallicon {width:0.8em;height:0.8em;vertical-align:middle;margin:0 0.3em;} #category-listing .category-listing > ul > .listitem:first-child {position:relative;} #category-listing .category-listing > ul > .listitem:first-child .ba-checkbox:before {content: '.';background-color: #FaFaFb; color: #FaFaFb; position:absolute;top:-0.2em;line-height:0.2em;border: 1px solid #EFEFF4;border-width:1px 1px 0;margin:-1px;width:2.2em;display:block;border-radius: 2px 2px 0 0;} #category-listing .listitem > div {margin-left:0.5em;} #category-listing .listitem > div > .ba-checkbox {background-color: #FaFaFb;border-right: 1px solid #EFEFF4;border-left: 1px solid #EFEFF4;vertical-align:middle;width:2.2em;text-align:center;margin:-1px 0;padding-top:2px;margin-right:0.5em;} #category-listing .listitem[data-selected='1'] > div > .ba-checkbox {margin:0 0.5em 0 0;padding:0;background-color: inherit;} .category-bulk-actions {margin: 0 0.5em 0.5em; background-color: #FaFaFb; border: 1px solid #EFEFF4;position:relative;} .category-bulk-actions:before {content: '.';background-color: #FaFaFb; color: #FaFaFb; position:relative;top:-1em;line-height:110%;border: 1px solid #EFEFF4;border-width:0 1px;margin:-1px;width:2.2em;display:block;} #course-category-listings .listitem > div > .float-left {float:left;} #course-category-listings .listitem > div > .float-right {float:right;text-align:right;} #course-category-listings .listitem[data-visible="0"], #course-category-listings .listitem[data-visible="0"] a.categoryname, #course-category-listings .listitem[data-visible="0"] > div > a {color:#AAA;} #course-category-listings .listitem > div .item-actions .action-hide, #course-category-listings .listitem[data-visible="0"] > div .item-actions .action-show {display:inline;} #course-category-listings .listitem > div .item-actions .action-show, #course-category-listings .listitem[data-visible="0"] > div .item-actions .action-hide, #course-category-listings .listitem[data-visible="0"] > ul .item-actions.category-item-actions .action-hide, #course-category-listings .listitem[data-visible="0"] > ul .item-actions.category-item-actions .action-show, #category-listing .listitem:first-child > div .item-actions .action-moveup, #category-listing .listitem:last-child > div .item-actions .action-movedown, #course-listing > .firstpage .listitem:first-child > div .item-actions .action-moveup, #course-listing > .lastpage .listitem:last-child > div .item-actions .action-movedown {display: none;} #course-category-listings .listitem > div a.without-actions {color: #333;} #course-listing li > div {padding-left:1em;} #course-category-listings .detail-pair {border-bottom:1px solid #e1e1e8;margin:0 1em;} #course-category-listings .detail-pair > * {display:inline-block;line-height:2.2em;} #course-category-listings .detail-pair .pair-key {color:#075698;font-weight:bold;text-align:right;} #course-category-listings .detail-pair .pair-key span {margin-right: 1em;display:block;} #course-category-listings .detail-pair:last-child {border-bottom-width:0;} #course-category-listings .bulk-actions .detail-pair > * {display:block;width:100%;text-align:left;} #course-category-listings .bulk-actions .detail-pair .pair-value {margin-left:2.2em;} #course-category-listings .select-a-category .notifymessage, #course-category-listings .select-a-category .alert {margin: 1em;} /** Management header styling **/ .coursecat-management-header {vertical-align:middle;} .coursecat-management-header h2 {display:inline-block;text-align:left;} .coursecat-management-header > div {display:inline-block;float:right;margin-left:1em;} .coursecat-management-header .view-mode-selector img {margin-left:0.5em;vertical-align: baseline;} .coursecat-management-header select {max-width: 300px;white-space: nowrap;} .listing-pagination, .listing-pagination-totals {text-align:center;} .listing-pagination .yui3-button {background-color:#FFF;border:0;margin:0.4em 0.2em 0.45em;font-size:10.4px;} .listing-pagination .yui3-button.active-page {background-color:#E5EFFD;} .listing-pagination-totals.dimmed {color:#999;margin:0.4em 1em 0.45em;} #category-listing .bulk-action-checkbox {vertical-align:middle;margin:0 0 0.5em 3px;} #course-listing .bulk-action-checkbox {margin-right:0.6em;vertical-align:middle;margin-bottom:0.5em;} /** * Display sizes: * Large displays 1200 + * Default displays 980 1199 * Tablets 768 979 * Small tablets and large phones 481 767 * Phones 0 480 */ @media (min-width: 1200px) and (max-width: 1600px) { #course-category-listings.columns-3 {background-color:transparent;border:0;} #course-category-listings.columns-3 #category-listing, #course-category-listings.columns-3 #course-listing {width:50%;} #course-category-listings.columns-3 #category-listing > div, #course-category-listings.columns-3 #course-listing > div, #course-category-listings.columns-3 #course-detail {border:1px solid #e1e1e8;background-color:#FFF;} #course-category-listings.columns-3 #course-detail > div {border:0;} #course-category-listings.columns-3 #course-detail {width:100%;margin-top:1em;} } @media (max-width: 1199px) { #course-category-listings.columns-2, #course-category-listings.columns-3 {background-color:transparent;border:0;} #course-category-listings.columns-2 #category-listing, #course-category-listings.columns-2 #course-listing, #course-category-listings.columns-2 #course-detail, #course-category-listings.columns-3 #category-listing, #course-category-listings.columns-3 #course-listing, #course-category-listings.columns-3 #course-detail {width:100%;margin-bottom:1em;} #course-category-listings.columns-2 #category-listing > div, #course-category-listings.columns-2 #course-listing > div, #course-category-listings.columns-2 #course-detail > div, #course-category-listings.columns-3 #category-listing > div, #course-category-listings.columns-3 #course-listing > div, #course-category-listings.columns-3 #course-detail > div {border:1px solid #e1e1e8;background-color:#FFF;} } /** Custom YUI grid CSS **/ .grid-col { display: inline-block; zoom: 1; *display: inline; letter-spacing: normal; word-spacing: normal; vertical-align: top; text-rendering: auto; } .grid-col-1{display:block;} .grid-col-1-2{width: 50%;} .grid-col-1-3{width: 33.33333%;} .grid-col-2-3{width: 66.66667%;} .grid-col-1-4{width: 25%;} .grid-col-3-4{width: 75%;} .grid-col-1-5{width: 20%;} .grid-col-2-5{width: 40%;} .grid-col-3-5{width: 60%;} .grid-col-4-5{width: 80%;} .grid-col-1-6{width: 16.66667%;} .grid-col-5-6{width: 83.33333%;} .grid-col-1-7{width: 14.28571%;} .grid-col-2-7{width: 28.57143%;} .grid-col-3-7{width: 42.85714%;} .grid-col-4-7{width: 57.14286%;} .grid-col-5-7{width: 71.42857%;} .grid-col-6-7{width: 85.71429%;} .grid-col-1-8{width: 12.5%;} .grid-col-3-8{width: 37.5%;} .grid-col-5-8{width: 62.5%;} .grid-col-7-8{width: 87.5%;} .grid-col-1-9{width: 11.11111%;} .grid-col-2-9{width: 22.22222%;} .grid-col-4-9{width: 44.44444%;} .grid-col-5-9{width: 55.55556%;} .grid-col-6-9{width: 66.66667%;} .grid-col-7-9{width: 77.77778%;} .grid-col-8-9{width: 88.88889%;} .grid-col-1-10{width: 10%;} .grid-col-3-10{width: 30%;} .grid-col-7-10{width: 70%;} .grid-col-9-10{width: 90%;} .grid-col-1-11{width: 9.09091%;} .grid-col-2-11{width: 18.18182%;} .grid-col-3-11{width: 27.27273%;} .grid-col-4-11{width: 36.36364%;} .grid-col-5-11{width: 45.45455%;} .grid-col-6-11{width: 54.54545%;} .grid-col-7-11{width: 63.63636%;} .grid-col-8-11{width: 72.72727%;} .grid-col-9-11{width: 81.81818%;} .grid-col-10-11{width: 90.90909%;} .grid-col-1-12{width: 8.33333%;} .grid-col-5-12{width: 41.66667%;} .grid-col-7-12{width: 58.33333%;} .grid-col-9-12{width: 75%;} .grid-col-11-12{width: 91.66667%;} .grid-row-r { letter-spacing: -0.31em; *letter-spacing: normal; word-spacing: -0.43em; } .opera-only :-o-prefocus, .grid-row-r {word-spacing: -0.43em;} .grid-row-r img {max-width: 100%;} @media (min-width:980px) { .grid-visible-phone { display: none; } .grid-visible-tablet { display: none; } .grid-visible-desktop { } .grid-hidden-phone { } .grid-hidden-tablet { } .grid-hidden-desktop { display: none; } } @media (max-width:480px) { .grid-row-r > [class ^= "grid-col"] { width:100%; } } @media (max-width:767px) { .grid-row-r > [class ^= "grid-col"] { width:100%; } .grid-visible-phone { } .grid-hidden-phone { display: none; } .grid-hidden-desktop { } .grid-visible-desktop { display: none; } } @media (min-width:768px) and (max-width:979px) { .grid-visible-tablet {} .grid-hidden-tablet { display: none; } .grid-hidden-desktop {} .grid-visible-desktop { display: none; } }
dita/temp/epub/epub_temp/topics/205869098-Maintaining-an-audit-trail_d268.html
bjayaram/AppSheetDocs
<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="copyright" content="(C) Copyright 2005" /> <meta name="DC.rights.owner" content="(C) Copyright 2005" /> <meta name="DC.Type" content="topic" /> <meta name="DC.Title" content="Maintaining an audit trail – AppSheet" /> <meta name="DC.Relation" scheme="URI" content="unresolvable-reference.html" /> <meta name="DC.Relation" scheme="URI" content="unresolvable-reference.html" /> <meta name="DC.Relation" scheme="URI" content="211326838-Expressions_d121.html" /> <meta name="DC.Relation" scheme="URI" content="205856187-Column-types_d119.html" /> <meta name="DC.Relation" scheme="URI" content="205769278-Plan-upgrade-required_d307.html" /> <meta name="DC.Relation" scheme="URI" content="206337137-Printing-your-data_d248.html" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="CAFIGJAJIDMaintainingDanDauditDtrail" /> <meta name="DC.Language" content="en-us" /> <link rel="stylesheet" type="text/css" href="commonltr.css" /> <link rel="stylesheet" type="text/css" href="epubStyles.css" /> <title>Maintaining an audit trail – AppSheet</title> </head> <body id="CAFIGJAJIDMaintainingDanDauditDtrail"> <h1 class="title topictitle1">Maintaining an audit trail – AppSheet</h1> <div class="body"> <p class="p wysiwyg-text-align-left">In some apps, it is important to know who made each update. A pre-requisite for this is, of course, that users must be required to sign in to use the app. </p> <p class="p">The simplest mechanism is for the app to maintain an extra column of type Email to hold the user's email. If you provide @(_USEREMAIL) as the Default value of this column, then every new row entered will automatically populate with the email address of the currently logged in user. </p> <p class="p">Some apps require a richer audit-trail, to maintain the history of changes made by different users. Typically, the backend cloud storage provider has an auditing mechanism. For example, Google Spreadsheets provide a Change History that shows a detailed list of changes made, when they were made, who made them, etc. In order to utilize this backend audit history, it is important that the AppSheet app run with the security setting '<a href="unresolvable-reference.html" class="xref">As App User</a>'. Each potential app user should also be given permissions to access the backend spreadsheet. </p> <div class="section"> <h2 class="title sectiontitle">Related articles</h2> </div> <ul class="ul"> <li class="li"> <a href="unresolvable-reference.html" class="xref">How do I design a secure app?</a> </li> <li class="li"> <a href="211326838-Expressions_d121.html" class="xref">Expressions</a> </li> <li class="li"> <a href="205856187-Column-types_d119.html" class="xref">Column types</a> </li> <li class="li"> <a href="205769278-Plan-upgrade-required_d307.html" class="xref">Plan upgrade required</a> </li> <li class="li"> <a href="206337137-Printing-your-data_d248.html" class="xref">Printing your data</a> </li> </ul> </div> <div class="related-links"> <div class="linklist linklist"><strong>Collected links</strong><br /> <div><a href="unresolvable-reference.html" class="link">As App User</a></div> <div><a href="unresolvable-reference.html" class="link">How do I design a secure app?</a></div> <div><a href="211326838-Expressions_d121.html" class="link">Expressions</a></div> <div><a href="205856187-Column-types_d119.html" class="link">Column types</a></div> <div><a href="205769278-Plan-upgrade-required_d307.html" class="link">Plan upgrade required</a></div> <div><a href="206337137-Printing-your-data_d248.html" class="link">Printing your data</a></div> </div> </div> </body> </html>
css/default.css
karanpreetsingh/karanpreetsingh.github.io
@import url('https://fonts.googleapis.com/css?family=Baloo+Paaji|Hind+Siliguri|Noto+Sans|Roboto'); body{ margin: 0; padding: 0; } .backdrop{ position: absolute; bottom: 0; right: 0; z-index: -1; } *{ font-family: Roboto } .heading{ margin-top: 10%; } .github{ color: #000; font-size: 30px; padding: 10px; } .github:hover{ opacity: 0.8; } .punjabi{ font-family: 'Baloo Paaji', cursive; } .construction{ position: relative; margin-top: 5%; z-index: 999; } .footer{ font-size: 15px; position: absolute; bottom: 20px; }
BlogDjango/blog/templates/detail.html
zhaobin19918183/zhaobinCode
{% block title %} {{ blog.caption }} - DannyBlog {% endblock %} {% load comments %} {% block content_body %} <div class="main_body"> <div class="blog_body"> <div class="blog_title">{{ blog.caption }}</div> <div class="blog_info1"> <span class="blog_info1_list"> <span class="li_small_1">分类:<a href="#">{{ blog.classification }}</a></span> <span class="li_small_1">作者:<a href="#">{{ blog.author }}</a></span> <span class="li_small_1">发表时间:{{ blog.publish_time|date:"Y-m-d H:i" }}</span> </span> </div> <div class="blog_splitline"></div> <div class="blog_description">{{ blog.content }}</div> </div> <div class="comments"> <a name="blog_comments" id="comments"></a> {% get_comment_count for blog as comment_count %} <div class="comments_nav">评论({{ comment_count }})</div> {% ifequal comment_count 0 %} <div class="comments_body"> <div class="comment_container">没有评论 </div> {% else %} {% get_comment_list for blog as comments %} <div class="comments_body"> {% for comment in comments %} <div class="comment_container"> <div class="comment_id"><a href="{{ comment.user_url }}"></a></div> <div class="cmt_user_info"> <span class="li_small_2">{{ comment.user_name }}</span> <span class="li_small_2">{{ comment.submit_date|date:"Y-m-d H:i"}}</span> <span class="reply_comment" id="{{ comment.user_name }}"><a href="#newcomment">回复</a></span> </div> <div id="comment_content">{{ comment.comment }}</div> </div> {% endfor %} {% endifequal %} </div> <div class="comments_nav">新的评论</div> {% get_comment_form for blog as blog_form %} <div class="comments_body"> <div class="comment_form"> <form class="form-horizontal" action="{% comment_form_target %}" method="post" id="cmt_sub_form"> {% csrf_token %} {{ blog_form.object_pk }} {{ blog_form.content_type }} {{ blog_form.timestamp }} {{ blog_form.site }} {{ blog_form.submit_date }} {{ blog_form.security_hash }} <div class="control-group"> <label class="control-label" for="id_name">用户名: </label> <div class="controls"> <input type="text" id="id_name" class="input-xlarge" name="name" placeholder="请输入您的用户名" value="{{ user.username }}"/> </div> </div> <div class="control-group"> <label class="control-label" for="id_email">E-mail: </label> <div class="controls"> <input class="input-xlarge" id="id_email" type="email" name="email" placeholder="请输入您的邮箱地址" value="{{ user.email }}"/> </div> </div> <div class="control-group"> <label class="control-label" for="id_email">网址: </label> <div class="controls"> <input class="input-xlarge" id="id_url" type="url" name="url" placeholder="请输入您的网址" value="{{ user.url }}"/> </div> </div> <a name="newcomment" id="newcomment"></a> <div class="control-group"> <label class="control-label" for="id_comment">评论: </label> <div class="controls"> <textarea class="input-xlarge comment" id="id_comment" name="comment" placeholder="请输入评论内容"></textarea> </div> </div> <p style="display:none;"><label for="id_honeypot">如果你在该字段中输入任何内容,你的评论就会被视为垃圾评论。</label> <input type="text" name="honeypot" id="id_honeypot"></p> <div class="controls"> <div class="form-actions"> <input class="btn btn-info" id="submit_btn" type="submit" name="submit" value="提交"/> <input type="hidden" name="next" value="/blog/detail/?id={{ blog.id }}"/> </div> </div> </form> </div> </div> </div> </div> {% endblock %}
minisite/style.css
Phlum/Pixel-Emotes
/* Stylesheet for Pixel Emotes mini-site */ * { margin: 0; } table { border-collapse: collapse; border-spacing: 0; } /* Actual CSS starts here */ body { font-family: FreeSans, Helvetica, "Open Sans", Roboto, Arial, sans-serif; background-color: #e6e6e6; } nav { display: -webkit-flex; display: -ms-flexbox; display: flex; margin-left: auto; margin-right: auto; justify-content: center; } nav .nav-btn { padding: .7em 1em .5em 1em; margin: 0 .5em 0 .5em; color: #d4e5f9; background-color: #2f73c4; border-top: 1px solid #4381ca; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } nav a:link { text-decoration: none; } nav a:hover { background-color: #4381ca; } .header { text-align: center; padding: 3em 0 3.5em 0; background: #2f73c4 url("images/header.png") center; color: #d4e5f9; } .header h1 { font-size: 500%; padding-bottom: .1em; } .header h2 { font-size: 180%; font-weight: normal; } .main { width: 60%; min-width: 1024px; margin-left: auto; margin-right: auto; padding-bottom: 4em; background-color: #f5f5f5; color: #444; -webkit-box-shadow: 0px 6px 10px 1px rgba(145,145,145,1); -moz-box-shadow: 0px 6px 10px 1px rgba(145,145,145,1); box-shadow: 0px 6px 10px 1px rgba(145,145,145,1); } .main h3 { padding-left: 2em; padding-top: 1em; padding-bottom: .2em; margin-bottom: 1em; font-size: 150%; border-bottom: 1px solid lightgray; } .main p { margin-left: 2.9em; padding-bottom: 1em; } .main p a:link, .main p a:visited, .main p a:active { color: #666; } .main li a:hover { color: #888; } .popup-gallery { display: -webkit-flex; display: -ms-flexbox; display: flex; margin-left: auto; margin-right: auto; justify-content: center; } .popup-gallery img { padding: 1.5em .5em 3em .5em; } .popup-gallery .gallery-img { height: 100px; } .downloadbuttons { display: -webkit-flex; display: -ms-flexbox; display: flex; margin-left: auto; margin-right: auto; justify-content: center; } .downloadbuttons a { padding: 1.2em 2em 1em 2em; margin-left: 1em; margin-right: 1em; border-radius: 5px; } .downloadbuttons a.download-mono { color: #737373; background-color: #e6e6e6; border: 2px solid #8c8c8c; } .downloadbuttons a.download-mono:hover { background-color: #f5f5f5; } .downloadbuttons a.download-colour { color: #438077; background-color: #74ded0; border: 2px solid #4d948a; } .downloadbuttons a.download-colour:hover { background-color: #7df0e0; } .main ul, .main ol { margin-left: 1.5em; line-height: 120%; } .main ul { list-style-type: square; } .main ul li, .main ol li { padding-bottom: .5em; } .main li a:link, .main li a:visited, .main li a:active { color: #666; } .main li a:hover { color: #888; } .main table { margin-left: auto; margin-right: auto; width: 50%; text-align: center; table-layout: fixed; } .main table th { color: #d4e5f9; background-color: #2f73c4; padding: .8em 0 .7em 0; } .main table tr:nth-child(odd) { background-color: #fafafa; } .main table td { padding: 1em 0 1em 0; } .main pre { padding: 1em; margin: 1em; background-color: #e6e6e6; width: 60%; border-radius: 5px; font-family: "Source Code Pro", "Ubuntu Mono", "Lucida Console", Monaco, monospace; margin-left: auto; margin-right: auto; } @media all and (max-width:1024px) { .main { width: 100%; min-width: 640px; } }
css/styleguide.css
ViviTurtle/Speed-Rider
/*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% } body { margin: 0 } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block } audio, canvas, progress, video { display: inline-block; vertical-align: baseline } audio:not([controls]) { display: none; height: 0 } [hidden], template { display: none } a { background-color: transparent } a:active, a:hover { outline: 0 } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: 700 } dfn { font-style: italic } h1 { margin: .67em 0; font-size: 2em } mark { color: #000; background: #ff0 } small { font-size: 80% } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline } sup { top: -.5em } sub { bottom: -.25em } img { border: 0 } svg:not(:root) { overflow: hidden } figure { margin: 1em 40px } hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box } pre { overflow: auto } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em } button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit } button { overflow: visible } button, select { text-transform: none } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer } button[disabled], html input[disabled] { cursor: default } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0 } input { line-height: normal } input[type=checkbox], input[type=radio] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto } input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none } fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid silver } legend { padding: 0; border: 0 } textarea { overflow: auto } optgroup { font-weight: 700 } table { border-spacing: 0; border-collapse: collapse } td, th { padding: 0 } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, :after, :before { color: #000 !important; text-shadow: none !important; background: 0 0 !important; -webkit-box-shadow: none !important; box-shadow: none !important } a, a:visited { text-decoration: underline } a[href]:after { content: " (" attr(href) ")" } abbr[title]:after { content: " (" attr(title) ")" } a[href^="javascript:"]:after, a[href^="#"]:after { content: "" } blockquote, pre { border: 1px solid #999; page-break-inside: avoid } thead { display: table-header-group } img, tr { page-break-inside: avoid } img { max-width: 100% !important } h2, h3, p { orphans: 3; widows: 3 } h2, h3 { page-break-after: avoid } .navbar { display: none } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important } .label { border: 1px solid #000 } .table { border-collapse: collapse !important } .table td, .table th { background-color: #fff !important } .table-bordered td, .table-bordered th { border: 1px solid #ddd !important } } /* Horizontal Navigation Bar */ /* Completely remove from the flow and screen readers. */ .is-hidden { display: none !important; visibility: hidden !important; } /* Completely remove from the flow but leave available to screen readers. */ .is-vishidden { position: absolute !important; overflow: hidden; width: 1px; height: 1px; padding: 0; border: 0; clip: rect(1px, 1px, 1px, 1px); } /* Toggle Nav When Closed */ .nav-toggle { padding: 0.9rem 1rem 0.7rem; font-size: 1.3rem; line-height: 1; border-left: 1px solid #dbdbdb; } @media all and (min-width: 46.8em) { .nav-toggle { display: none; } } @media all and (max-width: 17em) { .nav-toggle { padding-left: 0.2rem; padding-right: 0.2rem; } } .navbartop { z-index: 666; background:transparent; position: fixed; width: 100%; transition: all 300ms } .navbartop.is-stuck { position: fixed; background-color: #1e1e35; width: 100%; padding: 0px; top: 0; left: 0; box-shadow: 0 0 3px rgba(0, 0, 0, 0.8) } /*Different Text Shadow for Scroll Down */ .navbartop.is-stuck a { text-decoration: inherit; text-shadow: 2px 2px 3px #000; } .logo { z-index: inherit; float: left; max-width: 15rem; margin: 0.0rem; } @media all and (min-width: 46.8em) { .logo { z-index: inherit; max-width: 20rem; } } #login-content { width: 100px; length: 400px; background-color: black; } /*End NavBar */ @font-face { font-family: 'Glyphicons Halflings'; src: url(../fonts/glyphicons-halflings-regular.eot); src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg') } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .glyphicon-asterisk:before { content: "\002a" } .glyphicon-plus:before { content: "\002b" } .glyphicon-eur:before, .glyphicon-euro:before { content: "\20ac" } .glyphicon-minus:before { content: "\2212" } .glyphicon-cloud:before { content: "\2601" } .glyphicon-envelope:before { content: "\2709" } .glyphicon-pencil:before { content: "\270f" } .glyphicon-glass:before { content: "\e001" } .glyphicon-music:before { content: "\e002" } .glyphicon-search:before { content: "\e003" } .glyphicon-heart:before { content: "\e005" } .glyphicon-star:before { content: "\e006" } .glyphicon-star-empty:before { content: "\e007" } .glyphicon-user:before { content: "\e008" } .glyphicon-film:before { content: "\e009" } .glyphicon-th-large:before { content: "\e010" } .glyphicon-th:before { content: "\e011" } .glyphicon-th-list:before { content: "\e012" } .glyphicon-ok:before { content: "\e013" } .glyphicon-remove:before { content: "\e014" } .glyphicon-zoom-in:before { content: "\e015" } .glyphicon-zoom-out:before { content: "\e016" } .glyphicon-off:before { content: "\e017" } .glyphicon-signal:before { content: "\e018" } .glyphicon-cog:before { content: "\e019" } .glyphicon-trash:before { content: "\e020" } .glyphicon-home:before { content: "\e021" } .glyphicon-file:before { content: "\e022" } .glyphicon-time:before { content: "\e023" } .glyphicon-road:before { content: "\e024" } .glyphicon-download-alt:before { content: "\e025" } .glyphicon-download:before { content: "\e026" } .glyphicon-upload:before { content: "\e027" } .glyphicon-inbox:before { content: "\e028" } .glyphicon-play-circle:before { content: "\e029" } .glyphicon-repeat:before { content: "\e030" } .glyphicon-refresh:before { content: "\e031" } .glyphicon-list-alt:before { content: "\e032" } .glyphicon-lock:before { content: "\e033" } .glyphicon-flag:before { content: "\e034" } .glyphicon-headphones:before { content: "\e035" } .glyphicon-volume-off:before { content: "\e036" } .glyphicon-volume-down:before { content: "\e037" } .glyphicon-volume-up:before { content: "\e038" } .glyphicon-qrcode:before { content: "\e039" } .glyphicon-barcode:before { content: "\e040" } .glyphicon-tag:before { content: "\e041" } .glyphicon-tags:before { content: "\e042" } .glyphicon-book:before { content: "\e043" } .glyphicon-bookmark:before { content: "\e044" } .glyphicon-print:before { content: "\e045" } .glyphicon-camera:before { content: "\e046" } .glyphicon-font:before { content: "\e047" } .glyphicon-bold:before { content: "\e048" } .glyphicon-italic:before { content: "\e049" } .glyphicon-text-height:before { content: "\e050" } .glyphicon-text-width:before { content: "\e051" } .glyphicon-align-left:before { content: "\e052" } .glyphicon-align-center:before { content: "\e053" } .glyphicon-align-right:before { content: "\e054" } .glyphicon-align-justify:before { content: "\e055" } .glyphicon-list:before { content: "\e056" } .glyphicon-indent-left:before { content: "\e057" } .glyphicon-indent-right:before { content: "\e058" } .glyphicon-facetime-video:before { content: "\e059" } .glyphicon-picture:before { content: "\e060" } .glyphicon-map-marker:before { content: "\e062" } .glyphicon-adjust:before { content: "\e063" } .glyphicon-tint:before { content: "\e064" } .glyphicon-edit:before { content: "\e065" } .glyphicon-share:before { content: "\e066" } .glyphicon-check:before { content: "\e067" } .glyphicon-move:before { content: "\e068" } .glyphicon-step-backward:before { content: "\e069" } .glyphicon-fast-backward:before { content: "\e070" } .glyphicon-backward:before { content: "\e071" } .glyphicon-play:before { content: "\e072" } .glyphicon-pause:before { content: "\e073" } .glyphicon-stop:before { content: "\e074" } .glyphicon-forward:before { content: "\e075" } .glyphicon-fast-forward:before { content: "\e076" } .glyphicon-step-forward:before { content: "\e077" } .glyphicon-eject:before { content: "\e078" } .glyphicon-chevron-left:before { content: "\e079" } .glyphicon-chevron-right:before { content: "\e080" } .glyphicon-plus-sign:before { content: "\e081" } .glyphicon-minus-sign:before { content: "\e082" } .glyphicon-remove-sign:before { content: "\e083" } .glyphicon-ok-sign:before { content: "\e084" } .glyphicon-question-sign:before { content: "\e085" } .glyphicon-info-sign:before { content: "\e086" } .glyphicon-screenshot:before { content: "\e087" } .glyphicon-remove-circle:before { content: "\e088" } .glyphicon-ok-circle:before { content: "\e089" } .glyphicon-ban-circle:before { content: "\e090" } .glyphicon-arrow-left:before { content: "\e091" } .glyphicon-arrow-right:before { content: "\e092" } .glyphicon-arrow-up:before { content: "\e093" } .glyphicon-arrow-down:before { content: "\e094" } .glyphicon-share-alt:before { content: "\e095" } .glyphicon-resize-full:before { content: "\e096" } .glyphicon-resize-small:before { content: "\e097" } .glyphicon-exclamation-sign:before { content: "\e101" } .glyphicon-gift:before { content: "\e102" } .glyphicon-leaf:before { content: "\e103" } .glyphicon-fire:before { content: "\e104" } .glyphicon-eye-open:before { content: "\e105" } .glyphicon-eye-close:before { content: "\e106" } .glyphicon-warning-sign:before { content: "\e107" } .glyphicon-plane:before { content: "\e108" } .glyphicon-calendar:before { content: "\e109" } .glyphicon-random:before { content: "\e110" } .glyphicon-comment:before { content: "\e111" } .glyphicon-magnet:before { content: "\e112" } .glyphicon-chevron-up:before { content: "\e113" } .glyphicon-chevron-down:before { content: "\e114" } .glyphicon-retweet:before { content: "\e115" } .glyphicon-shopping-cart:before { content: "\e116" } .glyphicon-folder-close:before { content: "\e117" } .glyphicon-folder-open:before { content: "\e118" } .glyphicon-resize-vertical:before { content: "\e119" } .glyphicon-resize-horizontal:before { content: "\e120" } .glyphicon-hdd:before { content: "\e121" } .glyphicon-bullhorn:before { content: "\e122" } .glyphicon-bell:before { content: "\e123" } .glyphicon-certificate:before { content: "\e124" } .glyphicon-thumbs-up:before { content: "\e125" } .glyphicon-thumbs-down:before { content: "\e126" } .glyphicon-hand-right:before { content: "\e127" } .glyphicon-hand-left:before { content: "\e128" } .glyphicon-hand-up:before { content: "\e129" } .glyphicon-hand-down:before { content: "\e130" } .glyphicon-circle-arrow-right:before { content: "\e131" } .glyphicon-circle-arrow-left:before { content: "\e132" } .glyphicon-circle-arrow-up:before { content: "\e133" } .glyphicon-circle-arrow-down:before { content: "\e134" } .glyphicon-globe:before { content: "\e135" } .glyphicon-wrench:before { content: "\e136" } .glyphicon-tasks:before { content: "\e137" } .glyphicon-filter:before { content: "\e138" } .glyphicon-briefcase:before { content: "\e139" } .glyphicon-fullscreen:before { content: "\e140" } .glyphicon-dashboard:before { content: "\e141" } .glyphicon-paperclip:before { content: "\e142" } .glyphicon-heart-empty:before { content: "\e143" } .glyphicon-link:before { content: "\e144" } .glyphicon-phone:before { content: "\e145" } .glyphicon-pushpin:before { content: "\e146" } .glyphicon-usd:before { content: "\e148" } .glyphicon-gbp:before { content: "\e149" } .glyphicon-sort:before { content: "\e150" } .glyphicon-sort-by-alphabet:before { content: "\e151" } .glyphicon-sort-by-alphabet-alt:before { content: "\e152" } .glyphicon-sort-by-order:before { content: "\e153" } .glyphicon-sort-by-order-alt:before { content: "\e154" } .glyphicon-sort-by-attributes:before { content: "\e155" } .glyphicon-sort-by-attributes-alt:before { content: "\e156" } .glyphicon-unchecked:before { content: "\e157" } .glyphicon-expand:before { content: "\e158" } .glyphicon-collapse-down:before { content: "\e159" } .glyphicon-collapse-up:before { content: "\e160" } .glyphicon-log-in:before { content: "\e161" } .glyphicon-flash:before { content: "\e162" } .glyphicon-log-out:before { content: "\e163" } .glyphicon-new-window:before { content: "\e164" } .glyphicon-record:before { content: "\e165" } .glyphicon-save:before { content: "\e166" } .glyphicon-open:before { content: "\e167" } .glyphicon-saved:before { content: "\e168" } .glyphicon-import:before { content: "\e169" } .glyphicon-export:before { content: "\e170" } .glyphicon-send:before { content: "\e171" } .glyphicon-floppy-disk:before { content: "\e172" } .glyphicon-floppy-saved:before { content: "\e173" } .glyphicon-floppy-remove:before { content: "\e174" } .glyphicon-floppy-save:before { content: "\e175" } .glyphicon-floppy-open:before { content: "\e176" } .glyphicon-credit-card:before { content: "\e177" } .glyphicon-transfer:before { content: "\e178" } .glyphicon-cutlery:before { content: "\e179" } .glyphicon-header:before { content: "\e180" } .glyphicon-compressed:before { content: "\e181" } .glyphicon-earphone:before { content: "\e182" } .glyphicon-phone-alt:before { content: "\e183" } .glyphicon-tower:before { content: "\e184" } .glyphicon-stats:before { content: "\e185" } .glyphicon-sd-video:before { content: "\e186" } .glyphicon-hd-video:before { content: "\e187" } .glyphicon-subtitles:before { content: "\e188" } .glyphicon-sound-stereo:before { content: "\e189" } .glyphicon-sound-dolby:before { content: "\e190" } .glyphicon-sound-5-1:before { content: "\e191" } .glyphicon-sound-6-1:before { content: "\e192" } .glyphicon-sound-7-1:before { content: "\e193" } .glyphicon-copyright-mark:before { content: "\e194" } .glyphicon-registration-mark:before { content: "\e195" } .glyphicon-cloud-download:before { content: "\e197" } .glyphicon-cloud-upload:before { content: "\e198" } .glyphicon-tree-conifer:before { content: "\e199" } .glyphicon-tree-deciduous:before { content: "\e200" } .glyphicon-cd:before { content: "\e201" } .glyphicon-save-file:before { content: "\e202" } .glyphicon-open-file:before { content: "\e203" } .glyphicon-level-up:before { content: "\e204" } .glyphicon-copy:before { content: "\e205" } .glyphicon-paste:before { content: "\e206" } .glyphicon-alert:before { content: "\e209" } .glyphicon-equalizer:before { content: "\e210" } .glyphicon-king:before { content: "\e211" } .glyphicon-queen:before { content: "\e212" } .glyphicon-pawn:before { content: "\e213" } .glyphicon-bishop:before { content: "\e214" } .glyphicon-knight:before { content: "\e215" } .glyphicon-baby-formula:before { content: "\e216" } .glyphicon-tent:before { content: "\26fa" } .glyphicon-blackboard:before { content: "\e218" } .glyphicon-bed:before { content: "\e219" } .glyphicon-apple:before { content: "\f8ff" } .glyphicon-erase:before { content: "\e221" } .glyphicon-hourglass:before { content: "\231b" } .glyphicon-lamp:before { content: "\e223" } .glyphicon-duplicate:before { content: "\e224" } .glyphicon-piggy-bank:before { content: "\e225" } .glyphicon-scissors:before { content: "\e226" } .glyphicon-bitcoin:before { content: "\e227" } .glyphicon-btc:before { content: "\e227" } .glyphicon-xbt:before { content: "\e227" } .glyphicon-yen:before { content: "\00a5" } .glyphicon-jpy:before { content: "\00a5" } .glyphicon-ruble:before { content: "\20bd" } .glyphicon-rub:before { content: "\20bd" } .glyphicon-scale:before { content: "\e230" } .glyphicon-ice-lolly:before { content: "\e231" } .glyphicon-ice-lolly-tasted:before { content: "\e232" } .glyphicon-education:before { content: "\e233" } .glyphicon-option-horizontal:before { content: "\e234" } .glyphicon-option-vertical:before { content: "\e235" } .glyphicon-menu-hamburger:before { content: "\e236" } .glyphicon-modal-window:before { content: "\e237" } .glyphicon-oil:before { content: "\e238" } .glyphicon-grain:before { content: "\e239" } .glyphicon-sunglasses:before { content: "\e240" } .glyphicon-text-size:before { content: "\e241" } .glyphicon-text-color:before { content: "\e242" } .glyphicon-text-background:before { content: "\e243" } .glyphicon-object-align-top:before { content: "\e244" } .glyphicon-object-align-bottom:before { content: "\e245" } .glyphicon-object-align-horizontal:before { content: "\e246" } .glyphicon-object-align-left:before { content: "\e247" } .glyphicon-object-align-vertical:before { content: "\e248" } .glyphicon-object-align-right:before { content: "\e249" } .glyphicon-triangle-right:before { content: "\e250" } .glyphicon-triangle-left:before { content: "\e251" } .glyphicon-triangle-bottom:before { content: "\e252" } .glyphicon-triangle-top:before { content: "\e253" } .glyphicon-console:before { content: "\e254" } .glyphicon-superscript:before { content: "\e255" } .glyphicon-subscript:before { content: "\e256" } .glyphicon-menu-left:before { content: "\e257" } .glyphicon-menu-right:before { content: "\e258" } .glyphicon-menu-down:before { content: "\e259" } .glyphicon-menu-up:before { content: "\e260" } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #dfe3c9; } button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit } a { color: #337ab7; text-decoration: none } a:focus, a:hover { color: #23527c; text-decoration: underline } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px } figure { margin: 0 } img { vertical-align: middle } .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img { display: block; max-width: 100%; height: auto } .img-rounded { border-radius: 6px } .img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out } .img-circle { border-radius: 50% } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto } [role=button] { cursor: pointer } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.1; z-index: 5; color: orange } .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-weight: 400; line-height: 1; color: #777 } .h1, .h2, .h3, h1, h2, h3 { margin-top: 20px; margin-bottom: 10px } .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small { font-size: 65% } .h4, .h5, .h6, h4, h5, h6 { margin-top: 10px; margin-bottom: 10px } .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-size: 75% } .h1, h1 { font-size: 36px } .h2, h2 { font-size: 30px } .h3, h3 { font-size: 24px } .h4, h4 { font-size: 18px } .h5, h5 { font-size: 14px } .h6, h6 { font-size: 12px } p { margin: 0 0 10px } .lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4 } @media (min-width: 768px) { .lead { font-size: 21px } } .small, small { font-size: 85% } .mark, mark { padding: .2em; background-color: #fcf8e3 } .text-left { text-align: left } .text-right { text-align: right } .text-center { text-align: center } .text-justify { text-align: justify } .text-nowrap { white-space: nowrap } .text-lowercase { text-transform: lowercase } .text-uppercase { text-transform: uppercase } .text-capitalize { text-transform: capitalize } .text-muted { color: #777 } .text-primary { color: #337ab7; } a.text-primary:focus, a.text-primary:hover { color: orange } .text-success { color: #3c763d } a.text-success:focus, a.text-success:hover { color: #2b542c } .text-info { color: #31708f } a.text-info:focus, a.text-info:hover { color: #245269 } .text-warning { color: #8a6d3b } a.text-warning:focus, a.text-warning:hover { color: #66512c } .text-danger { color: #a94442 } a.text-danger:focus, a.text-danger:hover { color: #843534 } .bg-primary { color: #fff; background-color: #1e1e35; } a.bg-primary:focus, a.bg-primary:hover { background-color: #286090 } .bg-success { background-color: #dff0d8 } a.bg-success:focus, a.bg-success:hover { background-color: #c1e2b3 } .bg-info { background-color: #d9edf7 } a.bg-info:focus, a.bg-info:hover { background-color: #afd9ee } .bg-warning { background-color: #fcf8e3 } a.bg-warning:focus, a.bg-warning:hover { background-color: #f7ecb5 } .bg-danger { background-color: #f2dede } a.bg-danger:focus, a.bg-danger:hover { background-color: #e4b9b9 } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee } ol, ul { margin-top: 10px; margin-bottom: 10px } ol ol, ol ul, ul ol, ul ul { margin-bottom: 0 } .list-unstyled { padding-left: 0; list-style: none } .list-inline { padding-left: 0; margin-left: -5px; list-style: none } .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px } dl { margin-top: 0; margin-bottom: 20px } dd, dt { line-height: 1.42857143 } dt { font-weight: 700 } dd { margin-left: 0 } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap } .dl-horizontal dd { margin-left: 180px } } abbr[data-original-title], abbr[title] { cursor: help; border-bottom: 1px dotted #777 } .initialism { font-size: 90%; text-transform: uppercase } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee } blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child { margin-bottom: 0 } blockquote .small, blockquote footer, blockquote small { display: block; font-size: 80%; line-height: 1.42857143; color: #777 } blockquote .small:before, blockquote footer:before, blockquote small:before { content: '\2014 \00A0' } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eee; border-left: 0 } .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before { content: '' } .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after { content: '\00A0 \2014' } address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143 } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px } kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25) } kbd kbd { padding: 0; font-size: 100%; font-weight: 700; -webkit-box-shadow: none; box-shadow: none } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0 } .pre-scrollable { max-height: 340px; overflow-y: scroll } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } @media (min-width: 768px) { .container { width: 750px } } @media (min-width: 992px) { .container { width: 970px } } @media (min-width: 1200px) { .container { width: 1170px } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto } .row { margin-right: -15px; margin-left: -15px; margin-top: 10px; } .rowError { color:red; } .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { float: left } .col-xs-12 { width: 100% } .col-xs-11 { width: 91.66666667% } .col-xs-10 { width: 83.33333333% } .col-xs-9 { width: 75% } .col-xs-8 { width: 66.66666667% } .col-xs-7 { width: 58.33333333% } .col-xs-6 { width: 50% } .col-xs-5 { width: 41.66666667% } .col-xs-4 { width: 33.33333333% } .col-xs-3 { width: 25% } .col-xs-2 { width: 16.66666667% } .col-xs-1 { width: 8.33333333% } .col-xs-pull-12 { right: 100% } .col-xs-pull-11 { right: 91.66666667% } .col-xs-pull-10 { right: 83.33333333% } .col-xs-pull-9 { right: 75% } .col-xs-pull-8 { right: 66.66666667% } .col-xs-pull-7 { right: 58.33333333% } .col-xs-pull-6 { right: 50% } .col-xs-pull-5 { right: 41.66666667% } .col-xs-pull-4 { right: 33.33333333% } .col-xs-pull-3 { right: 25% } .col-xs-pull-2 { right: 16.66666667% } .col-xs-pull-1 { right: 8.33333333% } .col-xs-pull-0 { right: auto } .col-xs-push-12 { left: 100% } .col-xs-push-11 { left: 91.66666667% } .col-xs-push-10 { left: 83.33333333% } .col-xs-push-9 { left: 75% } .col-xs-push-8 { left: 66.66666667% } .col-xs-push-7 { left: 58.33333333% } .col-xs-push-6 { left: 50% } .col-xs-push-5 { left: 41.66666667% } .col-xs-push-4 { left: 33.33333333% } .col-xs-push-3 { left: 25% } .col-xs-push-2 { left: 16.66666667% } .col-xs-push-1 { left: 8.33333333% } .col-xs-push-0 { left: auto } .col-xs-offset-12 { margin-left: 100% } .col-xs-offset-11 { margin-left: 91.66666667% } .col-xs-offset-10 { margin-left: 83.33333333% } .col-xs-offset-9 { margin-left: 75% } .col-xs-offset-8 { margin-left: 66.66666667% } .col-xs-offset-7 { margin-left: 58.33333333% } .col-xs-offset-6 { margin-left: 50% } .col-xs-offset-5 { margin-left: 41.66666667% } .col-xs-offset-4 { margin-left: 33.33333333% } .col-xs-offset-3 { margin-left: 25% } .col-xs-offset-2 { margin-left: 16.66666667% } .col-xs-offset-1 { margin-left: 8.33333333% } .col-xs-offset-0 { margin-left: 0 } @media (min-width: 768px) { .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 { float: left } .col-sm-12 { width: 100% } .col-sm-11 { width: 91.66666667% } .col-sm-10 { width: 83.33333333% } .col-sm-9 { width: 75% } .col-sm-8 { width: 66.66666667% } .col-sm-7 { width: 58.33333333% } .col-sm-6 { width: 50% } .col-sm-5 { width: 41.66666667% } .col-sm-4 { width: 33.33333333% } .col-sm-3 { width: 25% } .col-sm-2 { width: 16.66666667% } .col-sm-1 { width: 8.33333333% } .col-sm-pull-12 { right: 100% } .col-sm-pull-11 { right: 91.66666667% } .col-sm-pull-10 { right: 83.33333333% } .col-sm-pull-9 { right: 75% } .col-sm-pull-8 { right: 66.66666667% } .col-sm-pull-7 { right: 58.33333333% } .col-sm-pull-6 { right: 50% } .col-sm-pull-5 { right: 41.66666667% } .col-sm-pull-4 { right: 33.33333333% } .col-sm-pull-3 { right: 25% } .col-sm-pull-2 { right: 16.66666667% } .col-sm-pull-1 { right: 8.33333333% } .col-sm-pull-0 { right: auto } .col-sm-push-12 { left: 100% } .col-sm-push-11 { left: 91.66666667% } .col-sm-push-10 { left: 83.33333333% } .col-sm-push-9 { left: 75% } .col-sm-push-8 { left: 66.66666667% } .col-sm-push-7 { left: 58.33333333% } .col-sm-push-6 { left: 50% } .col-sm-push-5 { left: 41.66666667% } .col-sm-push-4 { left: 33.33333333% } .col-sm-push-3 { left: 25% } .col-sm-push-2 { left: 16.66666667% } .col-sm-push-1 { left: 8.33333333% } .col-sm-push-0 { left: auto } .col-sm-offset-12 { margin-left: 100% } .col-sm-offset-11 { margin-left: 91.66666667% } .col-sm-offset-10 { margin-left: 83.33333333% } .col-sm-offset-9 { margin-left: 75% } .col-sm-offset-8 { margin-left: 66.66666667% } .col-sm-offset-7 { margin-left: 58.33333333% } .col-sm-offset-6 { margin-left: 50% } .col-sm-offset-5 { margin-left: 41.66666667% } .col-sm-offset-4 { margin-left: 33.33333333% } .col-sm-offset-3 { margin-left: 25% } .col-sm-offset-2 { margin-left: 16.66666667% } .col-sm-offset-1 { margin-left: 8.33333333% } .col-sm-offset-0 { margin-left: 0 } } @media (min-width: 992px) { .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { float: left } .col-md-12 { width: 100% } .col-md-11 { width: 91.66666667% } .col-md-10 { width: 83.33333333% } .col-md-9 { width: 75% } .col-md-8 { width: 66.66666667% } .col-md-7 { width: 58.33333333% } .col-md-6 { width: 50% } .col-md-5 { width: 41.66666667% } .col-md-4 { width: 33.33333333% } .col-md-3 { width: 25% } .col-md-2 { width: 16.66666667% } .col-md-1 { width: 8.33333333% } .col-md-pull-12 { right: 100% } .col-md-pull-11 { right: 91.66666667% } .col-md-pull-10 { right: 83.33333333% } .col-md-pull-9 { right: 75% } .col-md-pull-8 { right: 66.66666667% } .col-md-pull-7 { right: 58.33333333% } .col-md-pull-6 { right: 50% } .col-md-pull-5 { right: 41.66666667% } .col-md-pull-4 { right: 33.33333333% } .col-md-pull-3 { right: 25% } .col-md-pull-2 { right: 16.66666667% } .col-md-pull-1 { right: 8.33333333% } .col-md-pull-0 { right: auto } .col-md-push-12 { left: 100% } .col-md-push-11 { left: 91.66666667% } .col-md-push-10 { left: 83.33333333% } .col-md-push-9 { left: 75% } .col-md-push-8 { left: 66.66666667% } .col-md-push-7 { left: 58.33333333% } .col-md-push-6 { left: 50% } .col-md-push-5 { left: 41.66666667% } .col-md-push-4 { left: 33.33333333% } .col-md-push-3 { left: 25% } .col-md-push-2 { left: 16.66666667% } .col-md-push-1 { left: 8.33333333% } .col-md-push-0 { left: auto } .col-md-offset-12 { margin-left: 100% } .col-md-offset-11 { margin-left: 91.66666667% } .col-md-offset-10 { margin-left: 83.33333333% } .col-md-offset-9 { margin-left: 75% } .col-md-offset-8 { margin-left: 66.66666667% } .col-md-offset-7 { margin-left: 58.33333333% } .col-md-offset-6 { margin-left: 50% } .col-md-offset-5 { margin-left: 41.66666667% } .col-md-offset-4 { margin-left: 33.33333333% } .col-md-offset-3 { margin-left: 25% } .col-md-offset-2 { margin-left: 16.66666667% } .col-md-offset-1 { margin-left: 8.33333333% } .col-md-offset-0 { margin-left: 0 } } @media (min-width: 1200px) { .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { float: left } .col-lg-12 { width: 100% } .col-lg-11 { width: 91.66666667% } .col-lg-10 { width: 83.33333333% } .col-lg-9 { width: 75% } .col-lg-8 { width: 66.66666667% } .col-lg-7 { width: 58.33333333% } .col-lg-6 { width: 50% } .col-lg-5 { width: 41.66666667% } .col-lg-4 { width: 33.33333333% } .col-lg-3 { width: 25% } .col-lg-2 { width: 16.66666667% } .col-lg-1 { width: 8.33333333% } .col-lg-pull-12 { right: 100% } .col-lg-pull-11 { right: 91.66666667% } .col-lg-pull-10 { right: 83.33333333% } .col-lg-pull-9 { right: 75% } .col-lg-pull-8 { right: 66.66666667% } .col-lg-pull-7 { right: 58.33333333% } .col-lg-pull-6 { right: 50% } .col-lg-pull-5 { right: 41.66666667% } .col-lg-pull-4 { right: 33.33333333% } .col-lg-pull-3 { right: 25% } .col-lg-pull-2 { right: 16.66666667% } .col-lg-pull-1 { right: 8.33333333% } .col-lg-pull-0 { right: auto } .col-lg-push-12 { left: 100% } .col-lg-push-11 { left: 91.66666667% } .col-lg-push-10 { left: 83.33333333% } .col-lg-push-9 { left: 75% } .col-lg-push-8 { left: 66.66666667% } .col-lg-push-7 { left: 58.33333333% } .col-lg-push-6 { left: 50% } .col-lg-push-5 { left: 41.66666667% } .col-lg-push-4 { left: 33.33333333% } .col-lg-push-3 { left: 25% } .col-lg-push-2 { left: 16.66666667% } .col-lg-push-1 { left: 8.33333333% } .col-lg-push-0 { left: auto } .col-lg-offset-12 { margin-left: 100% } .col-lg-offset-11 { margin-left: 91.66666667% } .col-lg-offset-10 { margin-left: 83.33333333% } .col-lg-offset-9 { margin-left: 75% } .col-lg-offset-8 { margin-left: 66.66666667% } .col-lg-offset-7 { margin-left: 58.33333333% } .col-lg-offset-6 { margin-left: 50% } .col-lg-offset-5 { margin-left: 41.66666667% } .col-lg-offset-4 { margin-left: 33.33333333% } .col-lg-offset-3 { margin-left: 25% } .col-lg-offset-2 { margin-left: 16.66666667% } .col-lg-offset-1 { margin-left: 8.33333333% } .col-lg-offset-0 { margin-left: 0 } } table { background-color: transparent } caption { padding-top: 8px; padding-bottom: 8px; color: #777; text-align: left } th { text-align: left } .table { width: 100%; max-width: 100%; margin-bottom: 20px } .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd } .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th { border-top: 0 } .table > tbody + tbody { border-top: 2px solid #ddd } .table .table { background-color: #fff } .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th { padding: 5px } .table-bordered { border: 1px solid #ddd } .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border: 1px solid #ddd } .table-bordered > thead > tr > td, .table-bordered > thead > tr > th { border-bottom-width: 2px } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9 } .table-hover > tbody > tr:hover { background-color: #f5f5f5 } table col[class*=col-] { position: static; display: table-column; float: none } table td[class*=col-], table th[class*=col-] { position: static; display: table-cell; float: none } .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active { background-color: #f5f5f5 } .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover { background-color: #e8e8e8 } .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success { background-color: #dff0d8 } .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover { background-color: #d0e9c6 } .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info { background-color: #d9edf7 } .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover { background-color: #c4e3f3 } .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning { background-color: #fcf8e3 } .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover { background-color: #faf2cc } .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger { background-color: #f2dede } .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover { background-color: #ebcccc } .table-responsive { min-height: .01%; overflow-x: auto } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd } .table-responsive > .table { margin-bottom: 0 } .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th { white-space: nowrap } .table-responsive > .table-bordered { border: 0 } .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child { border-left: 0 } .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child { border-right: 0 } .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0 } } fieldset { min-width: 0; padding: 0; margin: 0; border: 0 } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5 } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700 } input[type=search] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } input[type=checkbox], input[type=radio] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal } input[type=file] { display: block } input[type=range] { display: block; width: 100% } select[multiple], select[size] { height: auto } input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555 } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) } .form-control::-moz-placeholder { color: #999; opacity: 1 } .form-control:-ms-input-placeholder { color: #999 } .form-control::-webkit-input-placeholder { color: #999 } .form-control::-ms-expand { background-color: transparent; border: 0 } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eee; opacity: 1 } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed } textarea.form-control { height: auto } input[type=search] { -webkit-appearance: none } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control { line-height: 34px } .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm { line-height: 30px } .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg { line-height: 46px } } .form-group { margin-bottom: 15px } .checkbox, .radio { position: relative; display: block; margin-top: 10px; margin-bottom: 10px } .checkbox label, .radio label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer } .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { position: absolute; margin-top: 4px \9; margin-left: -20px } .checkbox + .checkbox, .radio + .radio { margin-top: -5px } .checkbox-inline, .radio-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer } .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline { margin-top: 0; margin-left: 10px } fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] { cursor: not-allowed } .checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline { cursor: not-allowed } .checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label { cursor: not-allowed } .form-control-static { min-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0 } .form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0 } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px } select.input-sm { height: 30px; line-height: 30px } select[multiple].input-sm, textarea.input-sm { height: auto } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px } .form-group-sm select.form-control { height: 30px; line-height: 30px } .form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control { height: auto } .form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5 } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px } select.input-lg { height: 46px; line-height: 46px } select[multiple].input-lg, textarea.input-lg { height: auto } .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px } .form-group-lg select.form-control { height: 46px; line-height: 46px } .form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control { height: auto } .form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333 } .has-feedback { position: relative } .has-feedback .form-control { padding-right: 42.5px } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none } .form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px } .form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px } .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label { color: #3c763d } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d } .has-success .form-control-feedback { color: #3c763d } .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label { color: #8a6d3b } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b } .has-warning .form-control-feedback { color: #8a6d3b } .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { color: #a94442 } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442 } .has-error .form-control-feedback { color: #a94442 } .has-feedback label ~ .form-control-feedback { top: 25px } .has-feedback label.sr-only ~ .form-control-feedback { top: 0 } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373 } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle } .form-inline .form-control-static { display: inline-block } .form-inline .input-group { display: inline-table; vertical-align: middle } .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn { width: auto } .form-inline .input-group > .form-control { width: 100% } .form-inline .control-label { margin-bottom: 0; vertical-align: middle } .form-inline .checkbox, .form-inline .radio { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle } .form-inline .checkbox label, .form-inline .radio label { padding-left: 0 } .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] { position: relative; margin-left: 0 } .form-inline .has-feedback .form-control-feedback { top: 0 } } .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0 } .form-horizontal .checkbox, .form-horizontal .radio { min-height: 27px } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px } @media (min-width: 768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right } } .form-horizontal .has-feedback .form-control-feedback { right: 15px } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px } } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px } .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px } .btn.focus, .btn:focus, .btn:hover { color: #333; text-decoration: none } .btn.active, .btn:active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65 } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none } .btn-default { color: #333; background-color: #fff; border-color: #ccc } .btn-default.focus, .btn-default:focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad } .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad } .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover { color: #333; background-color: #d4d4d4; border-color: #8c8c8c } .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default { background-image: none } .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover { background-color: #fff; border-color: #ccc } .btn-default .badge { color: #fff; background-color: #333 } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4 } .btn-primary.focus, .btn-primary:focus { color: #fff; background-color: #286090; border-color: #122b40 } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74 } .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74 } .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover { color: #fff; background-color: #204d74; border-color: #122b40 } .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary { background-image: none } .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { background-color: #337ab7; border-color: #2e6da4 } .btn-primary .badge { color: #337ab7; background-color: #fff } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c } .btn-success.focus, .btn-success:focus { color: #fff; background-color: #449d44; border-color: #255625 } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439 } .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439 } .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover { color: #fff; background-color: #398439; border-color: #255625 } .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success { background-image: none } .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover { background-color: #5cb85c; border-color: #4cae4c } .btn-success .badge { color: #5cb85c; background-color: #fff } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da } .btn-info.focus, .btn-info:focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85 } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc } .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc } .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover { color: #fff; background-color: #269abc; border-color: #1b6d85 } .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info { background-image: none } .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover { background-color: #5bc0de; border-color: #46b8da } .btn-info .badge { color: #5bc0de; background-color: #fff } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236 } .btn-warning.focus, .btn-warning:focus { color: #fff; background-color: #ec971f; border-color: #985f0d } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512 } .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512 } .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover { color: #fff; background-color: #d58512; border-color: #985f0d } .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning { background-image: none } .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover { background-color: #f0ad4e; border-color: #eea236 } .btn-warning .badge { color: #f0ad4e; background-color: #fff } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a } .btn-danger.focus, .btn-danger:focus { color: #fff; background-color: #c9302c; border-color: #761c19 } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925 } .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925 } .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover { color: #fff; background-color: #ac2925; border-color: #761c19 } .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger { background-image: none } .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover { background-color: #d9534f; border-color: #d43f3a } .btn-danger .badge { color: #d9534f; background-color: #fff } .btn-link { font-weight: 400; color: #337ab7; border-radius: 0 } .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none } .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover { border-color: transparent } .btn-link:focus, .btn-link:hover { color: #23527c; text-decoration: underline; background-color: transparent } .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover { color: #777; text-decoration: none } .btn-group-lg > .btn, .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px } .btn-group-sm > .btn, .btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px } .btn-group-xs > .btn, .btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px } .btn-block { display: block; width: 100% } .btn-block + .btn-block { margin-top: 5px } input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block { width: 100% } .fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear } .fade.in { opacity: 1 } .collapse { display: none } .collapse.in { display: block } tr.collapse.in { display: table-row } tbody.collapse.in { display: table-row-group } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .35s; -o-transition-duration: .35s; transition-duration: .35s; -webkit-transition-property: height, visibility; -o-transition-property: height, visibility; transition-property: height, visibility } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent } .dropdown, .dropup { position: relative } .dropdown-toggle:focus { outline: 0 } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175) } .dropdown-menu.pull-right { right: 0; left: auto } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5 } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap } .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { color: #262626; text-decoration: none; background-color: #f5f5f5 } .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { color: #fff; text-decoration: none; background-color: #337ab7; outline: 0 } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { color: #777 } .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) } .open > .dropdown-menu { display: block } .open > a { outline: 0 } .dropdown-menu-right { right: 0; left: auto } .dropdown-menu-left { right: auto; left: 0 } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777; white-space: nowrap } .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990 } .pull-right > .dropdown-menu { right: 0; left: auto } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9 } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px } @media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto } .navbar-right .dropdown-menu-left { right: auto; left: 0 } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle } .btn-group-vertical > .btn, .btn-group > .btn { position: relative; float: left } .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 2 } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px } .btn-toolbar { margin-left: -5px } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0 } .btn-group > .btn:first-child { margin-left: 0 } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0 } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0 } .btn-group > .btn-group { float: left } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0 } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0 } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0 } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0 } .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px } .btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none } .btn .caret { margin-left: 0 } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0 } .dropup .btn-lg .caret { border-width: 0 5px 5px } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100% } .btn-group-vertical > .btn-group > .btn { float: none } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0 } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0 } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0 } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0 } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0 } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0 } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate } .btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1% } .btn-group-justified > .btn-group .btn { width: 100% } .btn-group-justified > .btn-group .dropdown-menu { left: auto } [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none } .input-group { position: relative; display: table; border-collapse: separate } .input-group[class*=col-] { float: none; padding-right: 0; padding-left: 0 } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0 } .input-group .form-control:focus { z-index: 3 } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px } select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn { height: auto } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px } select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn { height: auto } .input-group .form-control, .input-group-addon, .input-group-btn { display: table-cell } .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) { border-radius: 0 } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px } .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] { margin-top: 0 } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0 } .input-group-addon:first-child { border-right: 0 } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle { border-top-left-radius: 0; border-bottom-left-radius: 0 } .input-group-addon:last-child { border-left: 0 } .input-group-btn { position: relative; font-size: 0; white-space: nowrap } .input-group-btn > .btn { position: relative } .input-group-btn > .btn + .btn { margin-left: -1px } .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover { z-index: 2 } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px } .nav { padding-left: 0; margin-bottom: 0; list-style: none } .nav > li { position: relative; display: block } .nav > li > a { position: relative; display: block; padding: 10px 15px } .nav > li > a:focus, .nav > li > a:hover { text-decoration: none; color: orange; } .nav > li.disabled > a { color: #777 } .nav > li.disabled > a:focus, .nav > li.disabled > a:hover { color: #777; text-decoration: none; cursor: not-allowed; background-color: transparent } .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: #eee; border-color: #337ab7 } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5 } .nav > li > a > img { max-width: none } .nav-tabs { border-bottom: 1px solid #ddd } .nav-tabs > li { float: left; margin-bottom: -1px } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0 } .nav-tabs > li > a:hover { border-color: #eee #eee #ddd } .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent } .nav-tabs.nav-justified { width: 100%; border-bottom: 0 } .nav-tabs.nav-justified > li { float: none } .nav-tabs.nav-justified > li > a { margin-bottom: 5px; text-align: center } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1% } .nav-tabs.nav-justified > li > a { margin-bottom: 0 } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover { border: 1px solid #ddd } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0 } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover { border-bottom-color: #fff } } .nav-pills > li { float: left } .nav-pills > li > a { border-radius: 4px } .nav-pills > li + li { margin-left: 2px } .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { color: #fff; background-color: #337ab7 } .nav-stacked > li { float: none } .nav-stacked > li + li { margin-top: 2px; margin-left: 0 } .nav-justified { width: 100% } .nav-justified > li { float: none } .nav-justified > li > a { margin-bottom: 5px; text-align: center } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1% } .nav-justified > li > a { margin-bottom: 0 } } .nav-tabs-justified { border-bottom: 0 } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover { border: 1px solid #ddd } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0 } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover { border-bottom-color: #fff } } .tab-content > .tab-pane { display: none } .tab-content > .active { display: block } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0 } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent } @media (min-width: 768px) { .navbar { border-radius: 4px } } @media (min-width: 768px) { .navbar-header { float: left } } .navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1) } .navbar-collapse.in { overflow-y: auto } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; -webkit-box-shadow: none; box-shadow: none } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important } .navbar-collapse.in { overflow-y: visible } .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse { padding-right: 0; padding-left: 0 } } .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 340px } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 200px } } .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header { margin-right: -15px; margin-left: -15px } @media (min-width: 768px) { .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header { margin-right: 0; margin-left: 0 } } .navbar-static-top { z-index: 1000; display: table-header-group; border-width: 0 0 1px } @media (min-width: 768px) { .navbar-static-top { border-radius: 0 } } .navbar-fixed-bottom, .navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1030 } @media (min-width: 768px) { .navbar-fixed-bottom, .navbar-fixed-top { border-radius: 0 } } .navbar-fixed-top { top: 0; border-width: 0 0 1px } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0 } .navbar-brand { float: left; height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px } .navbar-brand:focus, .navbar-brand:hover { text-decoration: none } .navbar-brand > img { display: block } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px } .navbar-toggle:focus { outline: 0 } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px } @media (min-width: 768px) { .navbar-toggle { display: none } } .navbar-nav { margin: 7.5px -15px } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none } .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a { padding: 5px 15px 5px 25px } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px } .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover { background-image: none } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0 } .navbar-nav > li { float: left } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px } } .navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1) } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle } .navbar-form .form-control-static { display: inline-block } .navbar-form .input-group { display: inline-table; vertical-align: middle } .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn { width: auto } .navbar-form .input-group > .form-control { width: 100% } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle } .navbar-form .checkbox, .navbar-form .radio { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle } .navbar-form .checkbox label, .navbar-form .radio label { padding-left: 0 } .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] { position: relative; margin-left: 0 } .navbar-form .has-feedback .form-control-feedback { top: 0 } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px } .navbar-form .form-group:last-child { margin-bottom: 0 } } @media (min-width: 768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0 } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0 } .navbar-btn { margin-top: 8px; margin-bottom: 8px } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px } .navbar-text { margin-top: 15px; margin-bottom: 15px } @media (min-width: 768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px } } @media (min-width: 768px) { .navbar-left { float: left !important } .navbar-right { float: right !important; margin-right: -15px } .navbar-right ~ .navbar-right { margin-right: 0 } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7 } .navbar-default .navbar-brand { color: #777 } .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover { color: #5e5e5e; background-color: transparent } .navbar-default .navbar-text { color: #777 } .navbar-default .navbar-nav > li > a { color: #777 } .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { color: #333; background-color: transparent } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { color: #555; background-color: #e7e7e7 } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover { color: #ccc; background-color: transparent } .navbar-default .navbar-toggle { border-color: #ddd } .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #ddd } .navbar-default .navbar-toggle .icon-bar { background-color: #888 } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7 } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { color: #555; background-color: #e7e7e7 } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777 } .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: #333; background-color: transparent } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover { color: #555; background-color: #e7e7e7 } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover { color: #ccc; background-color: transparent } } .navbar-default .navbar-link { color: #777 } .navbar-default .navbar-link:hover { color: #333 } .navbar-default .btn-link { color: #777 } .navbar-default .btn-link:focus, .navbar-default .btn-link:hover { color: #333 } .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover { color: #ccc } .navbar-inverse { background-color: #222; border-color: #080808 } .navbar-inverse .navbar-brand { color: #9d9d9d } .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { color: #fff; background-color: transparent } .navbar-inverse .navbar-text { color: #9d9d9d } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d } .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover { color: #fff; background-color: transparent } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { color: #fff; background-color: #080808 } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover { color: #444; background-color: transparent } .navbar-inverse .navbar-toggle { border-color: #333 } .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background-color: #333 } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010 } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover { color: #fff; background-color: #080808 } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808 } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808 } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover { color: #fff; background-color: transparent } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover { color: #fff; background-color: #080808 } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover { color: #444; background-color: transparent } } .navbar-inverse .navbar-link { color: #9d9d9d } .navbar-inverse .navbar-link:hover { color: #fff } .navbar-inverse .btn-link { color: #9d9d9d } .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover { color: #fff } .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover { color: #444 } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px } .breadcrumb > li { display: inline-block } .breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: "/\00a0" } .breadcrumb > .active { color: #777 } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px } .pagination > li { display: inline } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px } .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { z-index: 2; color: #23527c; background-color: #eee; border-color: #ddd } .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { z-index: 3; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7 } .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333 } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5 } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px } .pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none } .pager li { display: inline } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px } .pager li > a:focus, .pager li > a:hover { text-decoration: none; background-color: #eee } .pager .next > a, .pager .next > span { float: right } .pager .previous > a, .pager .previous > span { float: left } .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span { color: #777; cursor: not-allowed; background-color: #fff } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em } a.label:focus, a.label:hover { color: #fff; text-decoration: none; cursor: pointer } .label:empty { display: none } .btn .label { position: relative; top: -1px } .label-default { background-color: #777 } .label-default[href]:focus, .label-default[href]:hover { background-color: #5e5e5e } .label-primary { background-color: #337ab7 } .label-primary[href]:focus, .label-primary[href]:hover { background-color: #286090 } .label-success { background-color: #5cb85c } .label-success[href]:focus, .label-success[href]:hover { background-color: #449d44 } .label-info { background-color: #5bc0de } .label-info[href]:focus, .label-info[href]:hover { background-color: #31b0d5 } .label-warning { background-color: #f0ad4e } .label-warning[href]:focus, .label-warning[href]:hover { background-color: #ec971f } .label-danger { background-color: #d9534f } .label-danger[href]:focus, .label-danger[href]:hover { background-color: #c9302c } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #777; border-radius: 10px } .badge:empty { display: none } .btn .badge { position: relative; top: -1px } .btn-group-xs > .btn .badge, .btn-xs .badge { top: 0; padding: 1px 5px } a.badge:focus, a.badge:hover { color: #fff; text-decoration: none; cursor: pointer } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff } .list-group-item > .badge { float: right } .list-group-item > .badge + .badge { margin-right: 5px } .nav-pills > li > a > .badge { margin-left: 3px } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eee } .jumbotron .h1, .jumbotron h1 { color: inherit } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200 } .jumbotron > hr { border-top-color: #d5d5d5 } .container .jumbotron, .container-fluid .jumbotron { padding-right: 15px; padding-left: 15px; border-radius: 6px } .jumbotron .container { max-width: 100% } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px } .container .jumbotron, .container-fluid .jumbotron { padding-right: 60px; padding-left: 60px } .jumbotron .h1, .jumbotron h1 { font-size: 63px } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out } .thumbnail a > img, .thumbnail > img { margin-right: auto; margin-left: auto } a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover { border-color: #337ab7 } .thumbnail .caption { padding: 9px; color: #333 } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px } .alert h4 { margin-top: 0; color: inherit } .alert .alert-link { font-weight: 700 } .alert > p, .alert > ul { margin-bottom: 0 } .alert > p + p { margin-top: 5px } .alert-dismissable, .alert-dismissible { padding-right: 35px } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit } .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6 } .alert-success hr { border-top-color: #c9e2b3 } .alert-success .alert-link { color: #2b542c } .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1 } .alert-info hr { border-top-color: #a6e1ec } .alert-info .alert-link { color: #245269 } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc } .alert-warning hr { border-top-color: #f7e1b5 } .alert-warning .alert-link { color: #66512c } .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1 } .alert-danger hr { border-top-color: #e4b9c0 } .alert-danger .alert-link { color: #843534 } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0 } to { background-position: 0 0 } } @-o-keyframes progress-bar-stripes { from { background-position: 40px 0 } to { background-position: 0 0 } } @keyframes progress-bar-stripes { from { background-position: 40px 0 } to { background-position: 0 0 } } .progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) } .progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease } .progress-bar-striped, .progress-striped .progress-bar { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; background-size: 40px 40px } .progress-bar.active, .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite } .progress-bar-success { background-color: #5cb85c } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) } .progress-bar-info { background-color: #5bc0de } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) } .progress-bar-warning { background-color: #f0ad4e } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) } .progress-bar-danger { background-color: #d9534f } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) } .media { margin-top: 15px } .media:first-child { margin-top: 0 } .media, .media-body { overflow: hidden; zoom: 1 } .media-body { width: 10000px } .media-object { display: block } .media-object.img-thumbnail { max-width: none } .media-right, .media > .pull-right { padding-left: 10px } .media-left, .media > .pull-left { padding-right: 10px } .media-body, .media-left, .media-right { display: table-cell; vertical-align: top } .media-middle { vertical-align: middle } .media-bottom { vertical-align: bottom } .media-heading { margin-top: 0; margin-bottom: 5px } .media-list { padding-left: 0; list-style: none } .list-group { padding-left: 0; margin-bottom: 20px } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd } .list-group-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px } a.list-group-item, button.list-group-item { color: #555 } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333 } a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover { color: #555; text-decoration: none; background-color: #f5f5f5 } button.list-group-item { width: 100%; text-align: left } .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover { color: #777; cursor: not-allowed; background-color: #eee } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading { color: inherit } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text { color: #777 } .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7 } .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small { color: inherit } .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text { color: #c7ddef } .list-group-item-success { color: #3c763d; background-color: #dff0d8 } a.list-group-item-success, button.list-group-item-success { color: #3c763d } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit } a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover { color: #3c763d; background-color: #d0e9c6 } a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover { color: #fff; background-color: #3c763d; border-color: #3c763d } .list-group-item-info { color: #31708f; background-color: #d9edf7 } a.list-group-item-info, button.list-group-item-info { color: #31708f } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit } a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover { color: #31708f; background-color: #c4e3f3 } a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover { color: #fff; background-color: #31708f; border-color: #31708f } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3 } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit } a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover { color: #8a6d3b; background-color: #faf2cc } a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b } .list-group-item-danger { color: #a94442; background-color: #f2dede } a.list-group-item-danger, button.list-group-item-danger { color: #a94442 } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit } a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover { color: #a94442; background-color: #ebcccc } a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover { color: #fff; background-color: #a94442; border-color: #a94442 } .list-group-item-heading { margin-top: 0; margin-bottom: 5px } .list-group-item-text { margin-bottom: 0; line-height: 1.3 } .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05) } .panel-body { padding: 15px } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px } .panel-heading > .dropdown .dropdown-toggle { color: inherit } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit } .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a { color: inherit } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0 } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0 } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-left-radius: 3px; border-top-right-radius: 3px } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-left-radius: 0; border-top-right-radius: 0 } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0 } .list-group + .panel-footer { border-top-width: 0 } .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table { margin-bottom: 0 } .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption { padding-right: 15px; padding-left: 15px } .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px } .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px } .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child { border-top-left-radius: 3px } .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child { border-top-right-radius: 3px } .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px } .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px } .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px } .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd } .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th { border-top: 0 } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0 } .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child { border-left: 0 } .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child { border-right: 0 } .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th { border-bottom: 0 } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0 } .panel > .table-responsive { margin-bottom: 0; border: 0 } .panel-group { margin-bottom: 20px } .panel-group .panel { margin-bottom: 0; border-radius: 4px } .panel-group .panel + .panel { margin-top: 5px } .panel-group .panel-heading { border-bottom: 0 } .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body { border-top: 1px solid #ddd } .panel-group .panel-footer { border-top: 0 } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd } .panel-default { border-color: #ddd } .panel-default > .panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333 } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd } .panel-primary { border-color: #337ab7 } .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7 } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7 } .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7 } .panel-success { border-color: #d6e9c6 } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6 } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6 } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6 } .panel-info { border-color: #bce8f1 } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1 } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1 } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1 } .panel-warning { border-color: #faebcc } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc } .panel-danger { border-color: #ebccd1 } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1 } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1 } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442 } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1 } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden } .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0 } .embed-responsive-16by9 { padding-bottom: 56.25% } .embed-responsive-4by3 { padding-bottom: 75% } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15) } .well-lg { padding: 24px; border-radius: 6px } .well-sm { padding: 9px; border-radius: 3px } .close { float: right; font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2 } .close:focus, .close:hover { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5 } button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0 } .modal-open { overflow: hidden } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0 } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%) } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0) } .modal-open .modal { overflow-x: hidden; overflow-y: auto } .modal-dialog { position: relative; width: auto; margin: 10px } .modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5) } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000 } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0 } .modal-backdrop.in { filter: alpha(opacity=50); opacity: .5 } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5 } .modal-header .close { margin-top: -2px } .modal-title { margin: 0; line-height: 1.42857143 } .modal-body { position: relative; padding: 15px } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5 } .modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px } .modal-footer .btn-group .btn + .btn { margin-left: -1px } .modal-footer .btn-block + .btn-block { margin-left: 0 } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5) } .modal-sm { width: 300px } } @media (min-width: 992px) { .modal-lg { width: 900px } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: 400; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; filter: alpha(opacity=0); opacity: 0; line-break: auto } .tooltip.in { filter: alpha(opacity=90); opacity: .9 } .tooltip.top { padding: 5px 0; margin-top: -3px } .tooltip.right { padding: 0 5px; margin-left: 3px } .tooltip.bottom { padding: 5px 0; margin-top: 3px } .tooltip.left { padding: 0 5px; margin-left: -3px } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000 } .tooltip.top-left .tooltip-arrow { right: 5px; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000 } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000 } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000 } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000 } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000 } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000 } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000 } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2); line-break: auto } .popover.top { margin-top: -10px } .popover.right { margin-left: 10px } .popover.bottom { margin-top: 10px } .popover.left { margin-left: -10px } .popover-title { padding: 8px 14px; margin: 0; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0 } .popover-content { padding: 9px 14px } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid } .popover > .arrow { border-width: 11px } .popover > .arrow:after { content: ""; border-width: 10px } .popover.top > .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999; border-top-color: rgba(0, 0, 0, .25); border-bottom-width: 0 } .popover.top > .arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0 } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0, 0, 0, .25); border-left-width: 0 } .popover.right > .arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0 } .popover.bottom > .arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, .25) } .popover.bottom > .arrow:after { top: 1px; margin-left: -10px; content: " "; border-top-width: 0; border-bottom-color: #fff } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, .25) } .popover.left > .arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff } .carousel { position: relative } .carousel-inner { position: relative; width: 100%; overflow: hidden } .carousel-inner > .item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .6s ease-in-out left } .carousel-inner > .item > a > img, .carousel-inner > .item > img { line-height: 1 } @media all and (transform-3d),(-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px } .carousel-inner > .item.active.right, .carousel-inner > .item.next { left: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) } .carousel-inner > .item.active.left, .carousel-inner > .item.prev { left: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) } .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block } .carousel-inner > .active { left: 0 } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100% } .carousel-inner > .next { left: 100% } .carousel-inner > .prev { left: -100% } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0 } .carousel-inner > .active.left { left: -100% } .carousel-inner > .active.right { left: 100% } .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); background-color: rgba(0, 0, 0, 0); filter: alpha(opacity=50); opacity: .5 } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); background-repeat: repeat-x } .carousel-control.right { right: 0; left: auto; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x } .carousel-control:focus, .carousel-control:hover { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: .9 } .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -10px } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { left: 50%; margin-left: -10px } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 50%; margin-right: -10px } .carousel-control .icon-next, .carousel-control .icon-prev { width: 20px; height: 20px; font-family: serif; line-height: 1 } .carousel-control .icon-prev:before { content: '\2039' } .carousel-control .icon-next:before { content: '\203a' } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px } .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6) } .carousel-caption .btn { text-shadow: none } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { width: 30px; height: 30px; margin-top: -10px; font-size: 30px } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px } .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px } .carousel-indicators { bottom: 20px } } .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before { display: table; content: " " } .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after { clear: both } .center-block { display: block; margin-right: auto; margin-left: auto } .pull-right { float: right !important } .pull-left { float: left !important } .hide { display: none !important } .show { display: block !important } .invisible { visibility: hidden } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0 } .hidden { display: none !important } .affix { position: fixed } @-ms-viewport { width: device-width } .visible-lg, .visible-md, .visible-sm, .visible-xs { display: none !important } .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block { display: none !important } @media (max-width: 767px) { .visible-xs { display: block !important } table.visible-xs { display: table !important } tr.visible-xs { display: table-row !important } td.visible-xs, th.visible-xs { display: table-cell !important } } @media (max-width: 767px) { .visible-xs-block { display: block !important } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important } table.visible-sm { display: table !important } tr.visible-sm { display: table-row !important } td.visible-sm, th.visible-sm { display: table-cell !important } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important } table.visible-md { display: table !important } tr.visible-md { display: table-row !important } td.visible-md, th.visible-md { display: table-cell !important } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important } } @media (min-width: 1200px) { .visible-lg { display: block !important } table.visible-lg { display: table !important } tr.visible-lg { display: table-row !important } td.visible-lg, th.visible-lg { display: table-cell !important } } @media (min-width: 1200px) { .visible-lg-block { display: block !important } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important } } @media (max-width: 767px) { .hidden-xs { display: none !important } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important } } @media (min-width: 1200px) { .hidden-lg { display: none !important } } .visible-print { display: none !important } @media print { .visible-print { display: block !important } table.visible-print { display: table !important } tr.visible-print { display: table-row !important } td.visible-print, th.visible-print { display: table-cell !important } } .visible-print-block { display: none !important } @media print { .visible-print-block { display: block !important } } .visible-print-inline { display: none !important } @media print { .visible-print-inline { display: inline !important } } .visible-print-inline-block { display: none !important } @media print { .visible-print-inline-block { display: inline-block !important } } @media print { .hidden-print { display: none !important } } /*# sourceMappingURL=bootstrap.min.css.map */
css/main.css
clayfish/elusen-web
/* Elusen DB Web Interface Copyright (C) 2015-16 Ali Al-Ibrahim This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. */ body { font-family: 'Merriweather', serif; } .link:hover { text-decoration: underline; color: #23527c; } .link { text-decoration: none; color: #337ab7; cursor: pointer; } .right-sidebar { background-color: #ccc; padding: 2%; border-radius: 4px; border: 1px solid #888; /*box-shadow: 5px 5px 25px #888;*/ } .login-box { border: 1px solid #68BD68; padding: 5%; /*box-shadow: 5px 5px 25px #68A068;*/ border-radius: 25px; } .calculator { padding-bottom: 2%; border-bottom: 1px solid #ccc; } .margin-top { margin-top: 5%; }
V1.0/Documentos/Manual del sistema/HTML/class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager-members.html
ezequielgm25/Resa
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>Resa: Lista de los miembros</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="Resa Proyecto.ico"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Resa &#160;<span id="projectnumber">1.0</span> </div> <div id="projectbrief">Herramienta de reservacion de salones para eventos.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generado por Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Buscar'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Página&#160;principal</span></a></li> <li><a href="namespaces.html"><span>Paquetes</span></a></li> <li class="current"><a href="annotated.html"><span>Clases</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Buscar" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Lista&#160;de&#160;clases</span></a></li> <li><a href="classes.html"><span>Índice&#160;de&#160;clases</span></a></li> <li><a href="hierarchy.html"><span>Jerarquía&#160;de&#160;la&#160;clase</span></a></li> <li><a href="functions.html"><span>Miembros&#160;de&#160;las&#160;clases</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager Lista de los miembros</div> </div> </div><!--header--> <div class="contents"> <p>Lista completa de los miembros de <a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a>, incluyendo todos los heredados:</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BackupDataSetBeforeUpdate</b> (definido en <a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a>)</td><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Connection</b> (definido en <a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a>)</td><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>MatchTableAdapterConnection</b>(global::System.Data.IDbConnection inputConnection) (definido en <a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a>)</td><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>MatchTableAdapterConnection</b>(global::System.Data.IDbConnection inputConnection) (definido en <a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a>)</td><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SortSelfReferenceRows</b>(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) (definido en <a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a>)</td><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SortSelfReferenceRows</b>(global::System.Data.DataRow[] rows, global::System.Data.DataRelation relation, bool childFirst) (definido en <a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a>)</td><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>TableAdapterInstanceCount</b> (definido en <a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a>)</td><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html#a39946d71f6a19c2bd4695d36921be655">UpdateAll</a>(ResaDBDataSet dataSet)</td><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html#a39946d71f6a19c2bd4695d36921be655">UpdateAll</a>(ResaDBDataSet dataSet)</td><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>UpdateOrder</b> (definido en <a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a>)</td><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html#abf6ec1ff1e1e5cf1cc76a86e56b5892e">UpdateOrderOption</a> nombre de la enumeración</td><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html#abf6ec1ff1e1e5cf1cc76a86e56b5892e">UpdateOrderOption</a> nombre de la enumeración</td><td class="entry"><a class="el" href="class_resa___pro_1_1_resa_d_b_data_set_table_adapters_1_1_table_adapter_manager.html">Resa_Pro.ResaDBDataSetTableAdapters.TableAdapterManager</a></td><td class="entry"></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generado por <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li> </ul> </div> </body> </html>
casting_html/mapicons_box_3.html
teampheenix/StarCraft-Casting-Tool
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>StarCraft Casting Tool - Map Icons Box 3</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js"></script> <script src="src/js/jquery.textfill.min.js"></script> <script src="src/js/profile.js"></script> <script src="src/js/controller.js"></script> </head> <body> <div id="container"> </div> <script> var ident = 3; </script> <script src="src/js/mapicons_box.js"></script> </body> </html>
src/client/sass/example/example.css
richard-strauss-werke/xml-webapp
/* * This file is generated by Sencha Cmd and should NOT be edited. It redirects * to the most recently built CSS file for the application to allow theme.html * to load properly for image slicing (required to support non-CSS3 browsers * such as IE9 and below). */ @import '../../build/temp/production/Zen/slicer-temp/Zen-example.css';
testapidocs/fspotcloud/client/main/gin/EventGinjector.html
slspeek/FSpotCloudSite
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_18) on Thu Mar 08 01:25:32 CET 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> EventGinjector (F-Spot Cloud Java Edition 0.12-alpha-02 Test API) </TITLE> <META NAME="date" CONTENT="2012-03-08"> <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="EventGinjector (F-Spot Cloud Java Edition 0.12-alpha-02 Test 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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EventGinjector.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;PREV CLASS&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?fspotcloud/client/main/gin/EventGinjector.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="EventGinjector.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> fspotcloud.client.main.gin</FONT> <BR> Interface EventGinjector</H2> <DL> <DT><B>All Superinterfaces:</B> <DD>com.google.gwt.inject.client.Ginjector</DD> </DL> <HR> <DL> <DT><PRE>public interface <B>EventGinjector</B><DT>extends com.google.gwt.inject.client.Ginjector</DL> </PRE> <P> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../apidocs/fspotcloud/client/main/event/ActionFamily.html?is-external=true" title="class or interface in fspotcloud.client.main.event">ActionFamily</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../fspotcloud/client/main/gin/EventGinjector.html#getAllActions()">getAllActions</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../apidocs/fspotcloud/client/view/action/api/UserActionFactory.html?is-external=true" title="class or interface in fspotcloud.client.view.action.api">UserActionFactory</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../fspotcloud/client/main/gin/EventGinjector.html#getFactory()">getFactory</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getFactory()"><!-- --></A><H3> getFactory</H3> <PRE> <A HREF="../../../../../apidocs/fspotcloud/client/view/action/api/UserActionFactory.html?is-external=true" title="class or interface in fspotcloud.client.view.action.api">UserActionFactory</A> <B>getFactory</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getAllActions()"><!-- --></A><H3> getAllActions</H3> <PRE> <A HREF="../../../../../apidocs/fspotcloud/client/main/event/ActionFamily.html?is-external=true" title="class or interface in fspotcloud.client.main.event">ActionFamily</A> <B>getAllActions</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EventGinjector.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;PREV CLASS&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?fspotcloud/client/main/gin/EventGinjector.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="EventGinjector.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2012. All Rights Reserved. </BODY> </HTML>
examples/app.css
alebonfa/magic4sq
@media all and (device-width: 320px){ body { } } body { width: 200px; } div.venue { float: left; padding: 10px; background: #efefef; height: 90px; margin: 10px; width: 340px; } div.venue a { color:#000; text-decoration: none; } div.venue .icon { background: #000; width: 88px; height: 88px; float: left; margin: 0px 10px 0px 0px; } div.city { background: #ababff; color: #1313ff; clear: both; margin-top: 20px; } div.mapsRoute { height: 340px; margin: 0px; background-color:#ccc; color:#05ff05; } div.distance { width: 340px; margin: 0px; background-color:#000; color:#fff; } div.closePlaceList { width: 340px; padding-top:15px; padding-bottom:15px; margin:0px; background-color:#EDEDED; } div.closePlaceList a:hover { background-color:#D6D6D6; color: #6D6D6D; border-bottom:3px solid #EA0000; }
poetryproject/templates/404.html
ra1ski/poetrydb
404 қате. Бәрі жақсы болады ;)
templates/add_country.html
itucsdb1505/itucsdb1505
{% extends "layout.html" %} {%block title%}Add Country{%endblock%} {%block content%} <div class="wrapper"> <form id="form" class="blocks" method="post" action="/add_country"> <p> <label>Name:</label> <input type="text" class="text" name="name" autofocus/> </p> <p> <label>Population:</label> <input type="text" class="text" name="population" /> </p> <p> <label>Coordinates:</label> <input type="text" class="text" name="coordinates" value="0"/> </p> <p> <label>&nbsp;</label> <input type="submit" class="btn" value="Submit" /> </p> </form> </div> {%endblock%}
docs/html/dir_7789ef35241523d145c5d812059857d6.html
ojrosten/sequoia
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.18"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Sequoia: /Users/Claire/Dropbox/Sequoia/build/clang/TestFrameworkDiagnostics/Tests/Parsing Directory Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Sequoia </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.18 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_4fef79e7177ba769987a8da36c892c5f.html">build</a></li><li class="navelem"><a class="el" href="dir_69c2a92868248c37ed55cdc5fa6917a0.html">clang</a></li><li class="navelem"><a class="el" href="dir_49433f01cb40ac6f10d0e7b343237ec1.html">TestFrameworkDiagnostics</a></li><li class="navelem"><a class="el" href="dir_ee87bd66ce83e56b90c2aeb6a64040d1.html">Tests</a></li><li class="navelem"><a class="el" href="dir_7789ef35241523d145c5d812059857d6.html">Parsing</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">Parsing Directory Reference</div> </div> </div><!--header--> <div class="contents"> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.18 </small></address> </body> </html>
_pages/2012-06-25-pwn-the-wall.html
GraffitiResearchLabCanada/graffitiresearchlabcanada.github.io
--- layout: page title: PWN The Wall date: 2012-06-25 14:16:17.000000000 -07:00 type: page published: true status: publish categories: [] tags: [] meta: _edit_last: '10' just_the_page: '' author: login: agentscott email: agentscott@graffitiresearchlab.ca display_name: Agent Scott first_name: Agent last_name: Scott --- <p style="text-align: center;"><a href="http://graffitiresearchlab.ca/wp-content/uploads/2012/09/GRLC-large.jpg"><img class="aligncenter wp-image-457" title="GRLC large" src="{{ site.baseurl }}/assets/GRLC-large-300x199.jpg" alt="" width="450" height="298" /></a></p> <p>&nbsp;</p> <p>PWN THE WALL was a 25 hour interactive digital graffiti event connecting Vancouver, Berlin, and Seoul. Created by GRL members in Canada, Germany, and South Korea, PWN THE WALL uses open-source technology to collapse geographical space through a real-time telematic exchange. Simultaneous live digital painting events in all three cities showcased local graffiti writers. The installation was interactive and open to the public for the duration of  PWN THE WALL.</p> <p>PWN THE WALL continued our collaboration with German colleagues at <a href="http://www.graffitiresearchlab.de/">GRL Germany</a>. After working together to create 'Light Rider' (mobile projection bike) and Original G-Code (live drawing to 3-D fabrication system), our collectively-run groups developed the technology to produce digital graffiti that was live-streamed and re-projected, collapsing geographical space through a series of public events and ongoing interactive installations. GRL Canada Members include Jesse Scott &amp; Mirae Rosner with Semiramis Ceylan, Hauke Altmann and Achim Kern comprising the main team at GRL Germany.</p> <p>The final installation took the form of a networked 3-Channel video installation, with one interactive screen for each city, and two screens that represent real time updates from the interactive screens in the other two cities. During certain times, commissioned graffiti writers created custom pieces on the interactive wall, and these pieces were also projected on a much larger surface, drawing remote graffiti on the local, urban fabric.</p> <p>We coded and produced and distributing this project exclusively through open-source tools and technologies. PWN THE WALL furthers our ongoing commitment to urban interventions that take graffiti into the digital age through open approaches to community and technology.</p> <p>[gallery link="file" order="DESC" orderby="title"]</p> <p><em>PWN THE WALL was a three city digital graffiti exchange between Vancouver, Seoul, and Berlin. GRL Canada and Germany facilitated the work of local graffiti artists through an open-source, real time and interactive digital graffiti wall.  Photos by Devin Wells (Vancouver), Dooho Kim (Seoul) and Christian Vagt (Berlin). </em></p> <p>&nbsp;</p> <p><strong>CREDITS</strong></p> <p>PWN THE WALL is a collaboration between Graffiti Research Lab Canada (GRL-C) and Graffiti Research Lab Germany (GRL-G). Many people, across three continents, came on board to make this event possible.</p> <p>Artistic Direction: Jesse Scott (GRL-C), Mirae Rosner (GRL-C), Hauke Altmann (GRL-G), Semiramis Ceylan (GRL-G)<br /> Technical Development: Jesse Scott, Hauke Altmann<br /> Production: Mirae Rosner, Semiramis Ceylan</p> <p>GRL Canada<br /> Technical Support &amp; Installation Supervision: Michael Manning &amp; flyingoctopus<br /> Documentation: Devin Wells<br /> Event Crew: Prophecy Sun</p> <p>GRL Germany<br /> Artist Curation: Daniel Daoudi<br /> Technical Support: Falko<br /> Documentation: Open Media Accelerator OMA<br /> PR Jaime Schwartz<br /> Event Crew Sofia, Tau, Hanna</p> <p>Support in Seoul<br /> Artist Curation: Udo Lee<br /> Event Crew: Joon Kim<br /> Documentation: Doohoo Kim</p> <p>Many thanks to our host venues:<br /> W2 Community Media Arts (Irwin Oostindie, Lianne Payne, Jen Castro)<br /> Platoon Cultural Development (Tom Bueschemann + Christoph Frank, Eunsung Jeon, Inseong Kim, Marcello Dato)</p> <p>&nbsp;</p> <p><strong>Featured Graffiti Artists</strong></p> <p>Vancouver</p> <p><a href="http://www.wewillbuyyourdreams.com/">The Dark</a></p> <p><a href="https://www.facebook.com/take5lovesyou">Take 5 (DJ)</a></p> <p>Berlin</p> <p><a href="http://www.dissiziteurope.com/">ALESH ONE (DISSIZIT!)</a></p> <p><a href="www.facebook.com/CrenArt">Cren (KD, TNB, CBR, HSF, TPA)</a></p> <p><a href="http://klub7.de/">Klub7 </a></p> <p><a href="http://poet73.blogspot.de/">Poet73</a></p> <p><a href="http://gogoplata-illustration.blogspot.de/">gogoplata</a></p> <p><a href="http://missta.wordpress.com/">Marianne</a></p> <p>Seoul</p> <p><a href="http://www.jnjcrew.com/">JnJ Crew</a></p> <p>&nbsp;</p> <p><strong>Tech Deets</strong></p> <p>PWN THE WALL was a networked, three channel video installation, designed to operate with several simultaneous installations in different locations. The video channels are rear projection screens, and one exhibition computer runs all three channels in each installation.</p> <p>One video channel in each installation is an interactive screen, designed to work with an infrared pen - a spray can outfitted with an infrared LED. The artist gestures against the rear projection screen, while an infrared camera situated behind the screen tracks the IR LED from the spray can. The computer software receives the position of the tracked point in real time, and projects digital ‘paint’ at the matching point. There is an on-screen interface where the artist can change the colour and style of ‘paint, add drips, change from ‘marker’ to ‘spray paint’, etc.</p> <p>At the same time, the software sends the tracked point and paint colour/style to a server, which allows other installations to request those details and redraw them as part of their own installation. Each installation can request the data from any other installation on the second and third channels, and display that in real time on any appropriate screens.</p> <p>For PWN THE WALL, we worked between three installations in three cities, each with three channels/screens. So, for the installation in Vancouver, the second and third channels displayed the generated output from the installation in Berlin and Seoul.</p> <p>We tested the basic software components, networking with our Berlin allies, during <a href="http://2012.newformsfestival.com/">New Forms Festival</a>, September 13-15 2012. We’re happy to say the networking software ran smoothly between the two cities and that the public was able to interact in realtime through the use of a wacom tablet.</p> <p><strong>Artistic Directors' Bios</strong></p> <p>Jesse Scott is a new media artist, performer, coder, media designer, and visualist. Under various aliases and operating within several artist collectives, he produces work for live performance, site-specific actions, listening, viewing, reading … his work has spanned the domains of a/v performance, locative media, telematics, improvisational practice, urban projection, installation design, public workshops, and the written word. He has exhibited extensively across North America and Europe.</p> <p>Mirae Rosner is an interdisciplinary artist with a background in contemporary dance and urban geography. She often works collectively with the memelab and Dance Troupe Practice, and her solo practice is titled Fictional Anatomy. Recently, she completed residencies at the Incheon Art Platform, Platoon (Seoul), M.A.R.I.N. (Baltic Sea), and exhibited at Techno Ecologies Festival (Riga), Piksel Festival (Bergen) and Tracing Mobility (Berlin). Upcoming, she looks forward to working on new performance-based works at the Hammock Residency (Vancouver).</p> <p>Semiramis Ceylan studied visual communication at Folkwang University of the Arts, Essen, Germany and at École Boulle, Paris, France. For her degree work she collaborated with the dance department of Folkwang University on an experimental media-dance piece. She is working in interdisciplinary projects in the field of media art, performance arts and video as a visual artist and designer. A communication designer in Berlin, she is strongly involved with the local DIY culture and runs media &amp; sewing workshops.</p> <p>Hauke Altmann graduated in media &amp; computer science at the University of Applied Sciences Berlin. Since 2006, he has worked as an artist, mainly doing LED installations in public space. He is also a web developer at Doctors Without Borders Germany.</p>
sdk/index.html
vivotekweb/vivotekweb
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <base href="//www.vivotek.com/website/"><title> VIVOTEK - SDK </title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width" /> <script> location.href = "http://w3.vivotek.com/sdk/"; </script> <body> Redirect... </body> </html>
about/conferences.html
scgupta/scgupta.github.io
--- title: Conferences excerpt: "Relevant Conferences" sitemap: false --- <h2 id="TOC-Program-Analysis">Program Analysis</h2> <ul> <li>ACM SIGPLAN International Symposium on Memory Management (<a href="http://www.cs.technion.ac.il/~erez/ismm13/" target="_blank" rel="noopener nofollow">ISMM 2013</a>) Deadline : 10 Feb 2013</li> <li>Systems, Programming, Languages and Applications (<a href="http://splashcon.org/2013/" target="_blank" rel="noopener nofollow">SPLASH 2013</a>) Dealine : 28 March 2013</li> <li>International Conference on Runtime Verification (<a href="http://rv2013.gforge.inria.fr/" target="_blank" rel="noopener nofollow">RV 2013</a>) Deadline : 28 Apr 2013</li> <li>Principles of Programming Languages (<a href="http://popl.mpi-sws.org/2013/" target="_blank" rel="noopener nofollow">POPL 2013</a>) Deadline : 6 July 2012</li> <li>ACM/SPEC International Conference on Performance Engineering (<a href="http://icpe2013.ipd.kit.edu/" target="_blank" rel="noopener nofollow">ICPE 2013</a>) Deadline : 24 Sep 2012</li> <li>Programming Language Design and Implementation (<a href="http://pldi2013.ucombinator.org/" target="_blank" rel="noopener nofollow">PLDI 2013</a>) Deadline : 13 Nov 2012</li> <li>Languages, Compilers, and Tools for Embedded Systems (<a href="http://www.dcs.gla.ac.uk/conferences/lctes13/" target="_blank" rel="noopener nofollow">LCTES 2013</a>) (with <a href="http://pldi2013.ucombinator.org/" target="_blank" rel="noopener nofollow">PLDI 2013</a>) Deadline : 13 Nov 2012</li> <li>European Conference on Object-Oriented Programming (<a href="http://www.lirmm.fr/ecoop13/" target="_blank" rel="noopener nofollow">ECOOP 2013</a>) Deadline: 22 Dec 2012</li> </ul> <h2 id="TOC-Software-Engineering">Software Engineering</h2> <ul> <li>IEEE International Conference on Global Software Engineering (<a href="http://www.icgse.org/" target="_blank" rel="noopener nofollow">ICGSE 2013</a>) Deadline: 15 Feb 2013</li> <li>European Software Engineering Conference / Symposium on Foundations of Software Engineering (<a href="http://esec-fse.inf.ethz.ch/" target="_blank" rel="noopener nofollow">ESEC/FSE 2013</a>) Deadline: 1 March 2013</li> <li>IEEE International Conference on Software Maintenance (<a href="http://icsm2013.tue.nl/" target="_blank" rel="noopener nofollow">ICSM 2013</a>) Deadline: 5 Apr 2013</li> <li>Automated Software Engineering (<a href="http://ase2013.org/" target="_blank" rel="noopener nofollow">ASE 2013</a>) Deadline : 10 May 2013</li> <li>Asia-Pacific Software Engineering Conference (<a href="http://apsec2012.comp.polyu.edu.hk/" target="_blank" rel="noopener nofollow">APSEC 2012</a>) Deadline: 11 June 2012</li> <li>International Conference on Software Engineering (<a href="http://2013.icse-conferences.org/" target="_blank" rel="noopener nofollow">ICSE 2013</a>) Deadline: 17 Aug 2012</li> </ul> <h2 id="TOC-Algorithms">Algorithms</h2> <ul> <li>International Computing and Combinatorics Conference (<a href="http://www.cs.zju.edu.cn/algo/cocoon2013/" target="_blank" rel="noopener nofollow">COCOON 2013</a>) Deadline: 20 Jan 2013</li> <li>International Colloquium on Automata, Languages and Programming (<a href="http://www.icalp2013.lu.lv/" target="_blank" rel="noopener nofollow">ICALP 2013</a>) Deadline: 15 February 2013</li> <li>International Workshop on Graph-Theoretic Concepts in Computer Science (<a href="http://www.informatik.uni-rostock.de/wg2013/" target="_blank" rel="noopener nofollow">WG 2013</a>) Deadline: 1 March 2013</li> <li>IEEE Symposium on Foundations of Computer Science (<a href="http://ieee-focs.org/" target="_blank" rel="noopener nofollow">FOCS 2013</a>) Deadline : April 2013</li> <li>Foundations of Software Technology and Theoretical Computer Science (<a href="http://www.fsttcs.org/" target="_blank" rel="noopener nofollow">FSTTCS 2013</a>) Deadline:  June 2013</li> <li>International Symposium on Algorithms and Computation (<a href="http://www.csie.ntu.edu.tw/isaac2012/" target="_blank" rel="noopener nofollow">ISAAC 2012</a>) Deadline: 22 June 2012 <a href="http://www.nishizeki.ecei.tohoku.ac.jp/isaac07/" target="_blank" rel="noopener nofollow"></a></li> <li>SIAM/ACM Symposium on Discrete Algorithms (<a href="http://www.siam.org/meetings/da14/" target="_blank" rel="noopener nofollow">SODA 2014</a>) Deadline : July, 2013</li> <li>Symposium on Theoretical Aspects of Computer Science (<a href="http://www.stacs2013.uni-kiel.de/" target="_blank" rel="noopener nofollow">STACS 2013</a>) Deadline: 21 Sep 2012</li> <li>ACM Symposium on Theory of Computing (<a href="http://theory.stanford.edu/stoc2013/" target="_blank" rel="noopener nofollow">STOC 2013</a>) Deadline : 5 November 2012</li> </ul> <h2 id="TOC-Applications">Applications</h2> <ul> <li>Software Engineering Research, Management and Applications (<a href="http://d3s.mff.cuni.cz/conferences/sera2013/" target="_blank" rel="noopener nofollow">SERA 2013</a>) Deadline : 31 Jan 2013</li> <li>International Computer Software and Applications Conference (<a href="http://compsac.cs.iastate.edu/" target="_blank" rel="noopener nofollow">COMPSAC 2013</a>) Deadline : 7 Apr 2013</li> <li>International Conference on Information Systems (<a href="http://icis2013.aisnet.org/" target="_blank" rel="noopener nofollow">ICIS 2013</a>) Deadline : 3 May 2013</li> </ul> <h2 id="TOC-Journals">Journals</h2> <ul> <li>ACM Transactions on Algorithms <a href="http://talg.acm.org/" target="_blank" rel="noopener nofollow">http://talg.acm.org</a></li> <li>ACM Journal of Experimental Algorithmics <a href="http://www.jea.acm.org/" target="_blank" rel="noopener nofollow">http://www.jea.acm.org</a></li> <li>ACM Transactions of Computer Systems <a href="http://tocs.acm.org/" target="_blank" rel="noopener nofollow">http://tocs.acm.org/</a></li> <li>ACM Transactions on Information Systems <a href="http://tois.acm.org/" target="_blank" rel="noopener nofollow">http://tois.acm.org/</a></li> <li>Journal of Computer and System Sciences <a href="http://www.elsevier.com/locate/yjcss" target="_blank" rel="noopener nofollow">http://www.elsevier.com/locate/yjcss</a></li> <li>Information Processing Letters <a href="http://www.elsevier.com/locate/ipl" target="_blank" rel="noopener nofollow">http://www.elsevier.com/locate/ipl</a></li> </ul> <h2 id="TOC-Other-Lists">Other Lists</h2> <ul> <li><a href="http://erikdemaine.org/events/?prefix=WEA" target="_blank" rel="noopener nofollow">http://erikdemaine.org/events/?prefix=WEA</a></li> <li><a href="http://www.conferencealerts.com/software.htm" target="_blank" rel="noopener nofollow">http://www.conferencealerts.com/software.htm</a></li> <li>Computer Science Journals <a href="http://www.informatik.uni-trier.de/~ley/db/journals/index.html" target="_blank" rel="noopener nofollow">listed at DBLP</a></li> <li>Computer Science Journals <a href="http://en.wikipedia.org/wiki/Category:Computer_science_journals" target="_blank" rel="noopener nofollow">listed at Wikipedia</a></li> <li>Computer <a href="http://en.wikipedia.org/wiki/Category:Computer_magazines" target="_blank" rel="noopener nofollow">Magazines listed at Wikipedia</a></li> </ul>
files/coordinates-rectangle.html
bozhink/ProcessingTools
<!DOCTYPE html> <html> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <title>Rectangles</title> <style> html, body, #map-canvas { height: 100%; margin: 0px; padding: 0px } </style> <script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script> <script> // This example adds a red rectangle to a map. //13°52'S and 14°27'S, and 45°38'E and 47°46'E function initialize() { var map = new google.maps.Map(document.getElementById('map-canvas'), { zoom: 11, center: new google.maps.LatLng(-14.158333, 46.7), mapTypeId: google.maps.MapTypeId.TERRAIN }); var rectangle = new google.maps.Rectangle({ strokeColor: '#FF0000', strokeOpacity: 0.8, strokeWeight: 2, fillColor: '#FF0000', fillOpacity: 0.35, map: map, bounds: new google.maps.LatLngBounds( new google.maps.LatLng(-13.866667, 45.633333), new google.maps.LatLng(-14.45, 47.766667)) }); } google.maps.event.addDomListener(window, 'load', initialize); </script> </head> <body> <div id="map-canvas"></div> </body> </html>
tpl/default/modal.html
jreklund/php4dvd
<div class="modal fade" id="confirmation"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title"></h4> </div> <div class="hidden text-own">{$smarty.const.DO_YOU_OWN_THIS|htmlentities:3:'UTF-8'}</div> <div class="hidden text-seen">{$smarty.const.HAVE_YOU_SEEN_THIS|htmlentities:3:'UTF-8'}</div> <div class="hidden text-delete">{$smarty.const.CONFIRM_REMOVE|htmlentities:3:'UTF-8'}</div> <div class="hidden text-deleteuser">{$smarty.const.CONFIRM_REMOVE|htmlentities:3:'UTF-8'}</div> <div class="hidden text-deletecover">{$smarty.const.CONFIRM_REMOVE_COVER|htmlentities:3:'UTF-8'}</div> <div class="hidden text-logout">{$smarty.const.ARE_YOU_SURE_YOU_WANT_TO_LOG_OUT|htmlentities:3:'UTF-8'}</div> <div class="modal-body"></div> <div class="modal-footer"> <button type="button" class="btn btn-default modal-close pull-left" data-dismiss="modal">{$smarty.const.NO|htmlentities:3:'UTF-8'}</button> <button type="button" class="btn btn-primary modal-save">{$smarty.const.YES|htmlentities:3:'UTF-8'}</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal -->
java/src/org/executequery/gui/resource/exportResultSetInstruction.html
Black-millenium/rdb-executequery
<html> <body> <p> Enter the SQL SELECT query below<br> <strong>Note:</strong> The connection will run in auto-commit mode - use only valid SQL SELECT statements here as any INSERT, UPDATE or other statements will auto-commit to the database. </p> </body> </html>
jaam/templates/admin/edit_inline/photo_gallery.html
CoJMC/jaam
{% load i18n adminmedia admin_modify %} <div class="inline-group" id="{{ inline_admin_formset.formset.prefix }}-group"> <div class="tabular inline-related {% if forloop.last %}last-related{% endif %}"> {{ inline_admin_formset.formset.management_form }} <fieldset class="module"> <h2>{{ inline_admin_formset.opts.verbose_name_plural|capfirst }}</h2> {{ inline_admin_formset.formset.non_form_errors }} <table class="sortable"> <thead><tr> {% for field in inline_admin_formset.fields %} {% if not field.widget.is_hidden %} <th{% if forloop.first %} colspan="2"{% endif %}{% if field.required %} class="required"{% endif %}>{{ field.label|capfirst }}</th> {% endif %} {% endfor %} <th></th> {% if inline_admin_formset.formset.can_delete %}<th>{% trans "Delete?" %}</th>{% endif %} </tr></thead> <tbody> {% for inline_admin_form in inline_admin_formset %} {% if inline_admin_form.form.non_field_errors %} <tr><td colspan="{{ inline_admin_form|cell_count }}">{{ inline_admin_form.form.non_field_errors }}</td></tr> {% endif %} <tr class="{% cycle "row1" "row2" %} {% if inline_admin_form.original or inline_admin_form.show_url %}has_original{% endif %}{% if forloop.last %} empty-form{% endif %}" id="{{ inline_admin_formset.formset.prefix }}-{% if not forloop.last %}{{ forloop.counter0 }}{% else %}empty{% endif %}"> <td class="original"> {% if inline_admin_form.original or inline_admin_form.show_url %}<p> {% if inline_admin_form.original %} {{ inline_admin_form.original }}{% endif %} {% if inline_admin_form.show_url %}<a href="../../../r/{{ inline_admin_form.original_content_type_id }}/{{ inline_admin_form.original.id }}/">{% trans "View on site" %}</a>{% endif %} </p>{% endif %} {% if inline_admin_form.has_auto_field %}{{ inline_admin_form.pk_field.field }}{% endif %} {{ inline_admin_form.fk_field.field }} {% spaceless %} {% for fieldset in inline_admin_form %} {% for line in fieldset %} {% for field in line %} {% if field.is_hidden %} {{ field.field }} {% endif %} {% endfor %} {% endfor %} {% endfor %} {% endspaceless %} </td> {% for fieldset in inline_admin_form %} {% for line in fieldset %} {% for field in line %} <td class="{{ field.field.name }}"> {% if field.is_readonly %} <p>{{ field.contents }}</p> {% else %} {{ field.field.errors.as_ul }} {{ field.field }} {% endif %} </td> {% endfor %} {% endfor %} {% endfor %} <td class="image_placeholder" style="width: 100px; height: 100px">.</td> {% if inline_admin_formset.formset.can_delete %} <td class="delete">{% if inline_admin_form.original %}{{ inline_admin_form.deletion_field.field }}{% endif %}</td> {% endif %} </tr> {% endfor %} </tbody> </table> </fieldset> </div> </div> <script type="text/javascript"> if (typeof(jQuery) === "undefined") { jQuery = django.jQuery } </script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js"></script> <script type="text/javascript"> (function($) { function updatePhotoImage() { var id = Number($(this).val()) var image_place = $(this).parentsUntil('tbody', 'tr').children('.image_placeholder') if (id > 0) { $.getJSON('/api/v1/photo/'+id+'/?show_unpublished=true&format=json&size=(220,150)', function(data) { image_place.html('<img src="'+data.image+'">') }); } else { image_place.html('.') } } $(document).ready(function($) { // Make the table rows sortable $('table.sortable tbody').sortable({ update: function(event, ui) { updateOrder() $(rows).each(alternatingRows) } }) $('select[name^=photogalleryitem_set]').each(updatePhotoImage); $('select[name^=photogalleryitem_set]').change(updatePhotoImage); var rows = "#{{ inline_admin_formset.formset.prefix }}-group .tabular.inline-related tbody tr"; var alternatingRows = function(row) { $(rows).not(".add-row").removeClass("row1 row2") .filter(":even").addClass("row1").end() .filter(rows + ":odd").addClass("row2"); } var reinitDateTimeShortCuts = function() { // Reinitialize the calendar and clock widgets by force if (typeof DateTimeShortcuts != "undefined") { $(".datetimeshortcuts").remove(); DateTimeShortcuts.init(); } } var updateSelectFilter = function() { // If any SelectFilter widgets are a part of the new form, // instantiate a new SelectFilter instance for it. if (typeof SelectFilter != "undefined"){ $(".selectfilter").each(function(index, value){ var namearr = value.name.split('-'); SelectFilter.init(value.id, namearr[namearr.length-1], false, "{% admin_media_prefix %}"); }); $(".selectfilterstacked").each(function(index, value){ var namearr = value.name.split('-'); SelectFilter.init(value.id, namearr[namearr.length-1], true, "{% admin_media_prefix %}"); }); } } var initPrepopulatedFields = function(row) { row.find('.prepopulated_field').each(function() { var field = $(this); var input = field.find('input, select, textarea'); var dependency_list = input.data('dependency_list') || []; var dependencies = []; $.each(dependency_list, function(i, field_name) { dependencies.push('#' + row.find(field_name).find('input, select, textarea').attr('id')); }); if (dependencies.length) { input.prepopulate(dependencies, input.attr('maxlength')); } }); } var updateOrder = function() { $(rows + " td.order input").each(function(i) { $(this).val(i + 1); }); } $(rows).formset({ prefix: "{{ inline_admin_formset.formset.prefix }}", addText: "{% blocktrans with inline_admin_formset.opts.verbose_name|title as verbose_name %}Add another {{ verbose_name }}{% endblocktrans %}", formCssClass: "dynamic-{{ inline_admin_formset.formset.prefix }}", deleteCssClass: "inline-deletelink", deleteText: "{% trans "Remove" %}", emptyCssClass: "empty-form", removed: (function(row) { alternatingRows(row); updateOrder(); }), added: (function(row) { initPrepopulatedFields(row); reinitDateTimeShortCuts(); updateSelectFilter(); alternatingRows(row); updateOrder(); }) }); }); })(django.jQuery); </script>
test-pages/perf-tests/default/100-json-lazy_tags.html
fooplugins/foogallery-client-side
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <title>Tags - 100 JSON Items + Lazy Loading</title> <link href="../theme.css" rel="stylesheet"/> <link href="../../../dist/full/css/foogallery.min.css" rel="stylesheet"/> <script src="../../../node_modules/jquery/dist/jquery.min.js" defer></script> <script src="../../../dist/full/js/foogallery.min.js" defer></script> <script src="../theme.js" defer></script> </head> <body> <header> <ul> <li><a href="../index.html">Templates</a></li> <li><a href="index.html">Responsive</a></li> <li><h1>Tags - 100 JSON Items + Lazy Loading</h1></li> </ul> <button title="PageSpeed Insights"></button> </header> <main> <nav id="foogallery-gallery-1_filtering-top" class="fg-filtering-container fg-ph-tags"></nav> <div id="foogallery-gallery-1" class="foogallery fg-default fg-center fg-gutter-10 fg-dark fg-hover-fade fg-hover-zoom fg-caption-hover fg-loading-default fg-loaded-fade-in" data-foogallery='{"lazy":true,"filtering":{"type":"tags","theme":"fg-dark"}}' data-foogallery-lightbox='{"exif":"auto"}'> </div> <!-- To emulate the WP output the items would be rendered inline along with the rest of the gallery --> <script> window["foogallery-gallery-1_items"] = [ { "href": "https://dummyimage.com/1920x1200/f000ff/000000&text=Item+0+(1920×1200)", "src": "https://dummyimage.com/150x150/f000ff/000000&text=Item+0+(150×150)", "srcset": "https://dummyimage.com/300x300/f000ff/000000&text=Item+0+(300×300) 2x,https://dummyimage.com/450x450/f000ff/000000&text=Item+0+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 0", "alt": "This is a short description for item 0.", "tags": [ "150x150", "tag1" ], "exif": { "camera": "Canon 40D", "aperture": "f/1.0", "shutter_speed": "1/766 s", "focal_length": "22 mm", "iso": "51", "created_timestamp": "1/22/2021, 6:03:19 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/dc8a7f/000000&text=Item+1+(1920×1200)", "src": "https://dummyimage.com/150x150/dc8a7f/000000&text=Item+1+(150×150)", "srcset": "https://dummyimage.com/300x300/dc8a7f/000000&text=Item+1+(300×300) 2x,https://dummyimage.com/450x450/dc8a7f/000000&text=Item+1+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 1", "alt": "This is a medium description for item 1 to see how templates handle various lengths.", "tags": [ "150x150", "tag4" ], "exif": { "camera": "Olympus C8080WZ", "aperture": "f/4.0", "shutter_speed": "1/430 s", "focal_length": "10 mm", "iso": "76", "created_timestamp": "1/19/2021, 6:45:57 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/dc8a7f/000000&text=Item+2+(1920×1200)", "src": "https://dummyimage.com/150x150/dc8a7f/000000&text=Item+2+(150×150)", "srcset": "https://dummyimage.com/300x300/dc8a7f/000000&text=Item+2+(300×300) 2x,https://dummyimage.com/450x450/dc8a7f/000000&text=Item+2+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 2", "alt": "This is a short description for item 2.", "tags": [ "150x150", "tag4", "tag3", "tag2" ], "exif": { "camera": "Samsung Digimax i50", "aperture": "f/4.0", "shutter_speed": "1/473 s", "focal_length": "14 mm", "iso": "85", "created_timestamp": "1/23/2021, 6:11:44 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/660062/ffffff&text=Item+3+(1920×1200)", "src": "https://dummyimage.com/150x150/660062/ffffff&text=Item+3+(150×150)", "srcset": "https://dummyimage.com/300x300/660062/ffffff&text=Item+3+(300×300) 2x,https://dummyimage.com/450x450/660062/ffffff&text=Item+3+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 3", "alt": "This is a medium description for item 3 to see how templates handle various lengths.", "tags": [ "150x150", "tag2", "tag5", "tag3" ], "exif": { "camera": "Fujifilm FinePix E500", "aperture": "f/2.0", "shutter_speed": "1/262 s", "focal_length": "25 mm", "iso": "86", "created_timestamp": "1/20/2021, 6:50:31 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/cccccc/000000&text=Item+4+(1920×1200)", "src": "https://dummyimage.com/150x150/cccccc/000000&text=Item+4+(150×150)", "srcset": "https://dummyimage.com/300x300/cccccc/000000&text=Item+4+(300×300) 2x,https://dummyimage.com/450x450/cccccc/000000&text=Item+4+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 4", "alt": "This is a long description for item 4 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag1", "tag3" ], "exif": { "camera": "Kodak CX7530", "aperture": "f/4.0", "shutter_speed": "1/470 s", "focal_length": "38 mm", "iso": "94", "created_timestamp": "1/25/2021, 6:48:53 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/5400ff/ffffff&text=Item+5+(1920×1200)", "src": "https://dummyimage.com/150x150/5400ff/ffffff&text=Item+5+(150×150)", "srcset": "https://dummyimage.com/300x300/5400ff/ffffff&text=Item+5+(300×300) 2x,https://dummyimage.com/450x450/5400ff/ffffff&text=Item+5+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 5", "alt": "This is a long description for item 5 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag5", "tag3", "tag4" ], "exif": { "camera": "Nikon D70", "aperture": "f/2.0", "shutter_speed": "1/71 s", "focal_length": "2 mm", "iso": "61", "created_timestamp": "1/25/2021, 6:41:40 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/660062/ffffff&text=Item+6+(1920×1200)", "src": "https://dummyimage.com/150x150/660062/ffffff&text=Item+6+(150×150)", "srcset": "https://dummyimage.com/300x300/660062/ffffff&text=Item+6+(300×300) 2x,https://dummyimage.com/450x450/660062/ffffff&text=Item+6+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 6", "alt": "This is a medium description for item 6 to see how templates handle various lengths.", "tags": [ "150x150", "tag2", "tag1", "tag5" ], "exif": { "camera": "Fujifile FinePix6900ZOOM", "aperture": "f/4.0", "shutter_speed": "1/938 s", "focal_length": "31 mm", "iso": "57", "created_timestamp": "1/22/2021, 6:22:32 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/4c1616/ffffff&text=Item+7+(1920×1200)", "src": "https://dummyimage.com/150x150/4c1616/ffffff&text=Item+7+(150×150)", "srcset": "https://dummyimage.com/300x300/4c1616/ffffff&text=Item+7+(300×300) 2x,https://dummyimage.com/450x450/4c1616/ffffff&text=Item+7+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 7", "alt": "This is a short description for item 7.", "tags": [ "150x150", "tag2", "tag3", "tag1", "tag5" ], "exif": { "camera": "Olympus C8080WZ", "aperture": "f/1.0", "shutter_speed": "1/393 s", "focal_length": "39 mm", "iso": "86", "created_timestamp": "1/22/2021, 6:30:08 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/dc7f8c/000000&text=Item+8+(1920×1200)", "src": "https://dummyimage.com/150x150/dc7f8c/000000&text=Item+8+(150×150)", "srcset": "https://dummyimage.com/300x300/dc7f8c/000000&text=Item+8+(300×300) 2x,https://dummyimage.com/450x450/dc7f8c/000000&text=Item+8+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 8", "alt": "This is a long description for item 8 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag4", "tag5", "tag2" ], "exif": { "camera": "Sony HDR-HC3", "aperture": "f/2.0", "shutter_speed": "1/783 s", "focal_length": "5 mm", "iso": "97", "created_timestamp": "1/21/2021, 6:06:49 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/b8dc7f/000000&text=Item+9+(1920×1200)", "src": "https://dummyimage.com/150x150/b8dc7f/000000&text=Item+9+(150×150)", "srcset": "https://dummyimage.com/300x300/b8dc7f/000000&text=Item+9+(300×300) 2x,https://dummyimage.com/450x450/b8dc7f/000000&text=Item+9+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 9", "alt": "This is a long description for item 9 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag4", "tag1", "tag3" ], "exif": { "camera": "Canon 40D", "aperture": "f/3.0", "shutter_speed": "1/594 s", "focal_length": "18 mm", "iso": "93", "created_timestamp": "1/22/2021, 6:40:22 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/003c66/ffffff&text=Item+10+(1920×1200)", "src": "https://dummyimage.com/150x150/003c66/ffffff&text=Item+10+(150×150)", "srcset": "https://dummyimage.com/300x300/003c66/ffffff&text=Item+10+(300×300) 2x,https://dummyimage.com/450x450/003c66/ffffff&text=Item+10+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 10", "alt": "This is a medium description for item 10 to see how templates handle various lengths.", "tags": [ "150x150", "tag5", "tag1" ], "exif": { "camera": "Samsung Digimax i50", "aperture": "f/2.0", "shutter_speed": "1/632 s", "focal_length": "23 mm", "iso": "82", "created_timestamp": "1/23/2021, 6:56:16 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/dcd07f/000000&text=Item+11+(1920×1200)", "src": "https://dummyimage.com/150x150/dcd07f/000000&text=Item+11+(150×150)", "srcset": "https://dummyimage.com/300x300/dcd07f/000000&text=Item+11+(300×300) 2x,https://dummyimage.com/450x450/dcd07f/000000&text=Item+11+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 11", "alt": "This is a short description for item 11.", "tags": [ "150x150", "tag1", "tag4" ], "exif": { "camera": "Pentax K10D", "aperture": "f/2.0", "shutter_speed": "1/812 s", "focal_length": "34 mm", "iso": "82", "created_timestamp": "1/24/2021, 6:43:25 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/db7fdc/000000&text=Item+12+(1920×1200)", "src": "https://dummyimage.com/150x150/db7fdc/000000&text=Item+12+(150×150)", "srcset": "https://dummyimage.com/300x300/db7fdc/000000&text=Item+12+(300×300) 2x,https://dummyimage.com/450x450/db7fdc/000000&text=Item+12+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 12", "alt": "This is a short description for item 12.", "tags": [ "150x150", "tag5", "tag1", "tag3" ], "exif": { "camera": "Nikon D70", "aperture": "f/3.0", "shutter_speed": "1/814 s", "focal_length": "36 mm", "iso": "84", "created_timestamp": "1/25/2021, 6:49:15 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/b8dc7f/000000&text=Item+13+(1920×1200)", "src": "https://dummyimage.com/150x150/b8dc7f/000000&text=Item+13+(150×150)", "srcset": "https://dummyimage.com/300x300/b8dc7f/000000&text=Item+13+(300×300) 2x,https://dummyimage.com/450x450/b8dc7f/000000&text=Item+13+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 13", "alt": "This is a short description for item 13.", "tags": [ "150x150", "tag3", "tag4", "tag5" ], "exif": { "camera": "Panasonic DMC-FZ30", "aperture": "f/4.0", "shutter_speed": "1/858 s", "focal_length": "12 mm", "iso": "50", "created_timestamp": "1/22/2021, 6:59:06 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/66ff00/000000&text=Item+14+(1920×1200)", "src": "https://dummyimage.com/150x150/66ff00/000000&text=Item+14+(150×150)", "srcset": "https://dummyimage.com/300x300/66ff00/000000&text=Item+14+(300×300) 2x,https://dummyimage.com/450x450/66ff00/000000&text=Item+14+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 14", "alt": "This is a medium description for item 14 to see how templates handle various lengths.", "tags": [ "150x150", "tag1", "tag4" ], "exif": { "camera": "Konica Minolta DiMAGE Z3", "aperture": "f/2.0", "shutter_speed": "1/925 s", "focal_length": "6 mm", "iso": "56", "created_timestamp": "1/21/2021, 6:32:06 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/7fdbdc/000000&text=Item+15+(1920×1200)", "src": "https://dummyimage.com/150x150/7fdbdc/000000&text=Item+15+(150×150)", "srcset": "https://dummyimage.com/300x300/7fdbdc/000000&text=Item+15+(300×300) 2x,https://dummyimage.com/450x450/7fdbdc/000000&text=Item+15+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 15", "alt": "This is a long description for item 15 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag3", "tag2", "tag4", "tag5", "tag1" ], "exif": { "camera": "Pentax K10D", "aperture": "f/3.0", "shutter_speed": "1/850 s", "focal_length": "28 mm", "iso": "95", "created_timestamp": "1/20/2021, 6:06:50 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/dcd07f/000000&text=Item+16+(1920×1200)", "src": "https://dummyimage.com/150x150/dcd07f/000000&text=Item+16+(150×150)", "srcset": "https://dummyimage.com/300x300/dcd07f/000000&text=Item+16+(300×300) 2x,https://dummyimage.com/450x450/dcd07f/000000&text=Item+16+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 16", "alt": "This is a medium description for item 16 to see how templates handle various lengths.", "tags": [ "150x150", "tag5", "tag3" ], "exif": { "camera": "Fujifile FinePix6900ZOOM", "aperture": "f/4.0", "shutter_speed": "1/806 s", "focal_length": "18 mm", "iso": "91", "created_timestamp": "1/23/2021, 6:01:02 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/660062/ffffff&text=Item+17+(1920×1200)", "src": "https://dummyimage.com/150x150/660062/ffffff&text=Item+17+(150×150)", "srcset": "https://dummyimage.com/300x300/660062/ffffff&text=Item+17+(300×300) 2x,https://dummyimage.com/450x450/660062/ffffff&text=Item+17+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 17", "alt": "This is a long description for item 17 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag1", "tag3", "tag4", "tag2" ], "exif": { "camera": "Olympus C8080WZ", "aperture": "f/1.0", "shutter_speed": "1/539 s", "focal_length": "6 mm", "iso": "91", "created_timestamp": "1/22/2021, 6:36:30 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/dc7f8c/000000&text=Item+18+(1920×1200)", "src": "https://dummyimage.com/150x150/dc7f8c/000000&text=Item+18+(150×150)", "srcset": "https://dummyimage.com/300x300/dc7f8c/000000&text=Item+18+(300×300) 2x,https://dummyimage.com/450x450/dc7f8c/000000&text=Item+18+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 18", "alt": "This is a medium description for item 18 to see how templates handle various lengths.", "tags": [ "150x150", "tag2" ], "exif": { "camera": "Canon 40D", "aperture": "f/1.0", "shutter_speed": "1/90 s", "focal_length": "27 mm", "iso": "97", "created_timestamp": "1/25/2021, 6:32:23 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/00663e/ffffff&text=Item+19+(1920×1200)", "src": "https://dummyimage.com/150x150/00663e/ffffff&text=Item+19+(150×150)", "srcset": "https://dummyimage.com/300x300/00663e/ffffff&text=Item+19+(300×300) 2x,https://dummyimage.com/450x450/00663e/ffffff&text=Item+19+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 19", "alt": "This is a short description for item 19.", "tags": [ "150x150", "tag1", "tag2", "tag4" ], "exif": { "camera": "Fujifile FinePix6900ZOOM", "aperture": "f/2.0", "shutter_speed": "1/53 s", "focal_length": "1 mm", "iso": "92", "created_timestamp": "1/20/2021, 6:53:34 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/dc8a7f/000000&text=Item+20+(1920×1200)", "src": "https://dummyimage.com/150x150/dc8a7f/000000&text=Item+20+(150×150)", "srcset": "https://dummyimage.com/300x300/dc8a7f/000000&text=Item+20+(300×300) 2x,https://dummyimage.com/450x450/dc8a7f/000000&text=Item+20+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 20", "alt": "This is a short description for item 20.", "tags": [ "150x150", "tag2", "tag5", "tag3" ], "exif": { "camera": "Nikon COOLPIX P1", "aperture": "f/2.0", "shutter_speed": "1/66 s", "focal_length": "29 mm", "iso": "61", "created_timestamp": "1/23/2021, 6:04:33 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/cccccc/000000&text=Item+21+(1920×1200)", "src": "https://dummyimage.com/150x150/cccccc/000000&text=Item+21+(150×150)", "srcset": "https://dummyimage.com/300x300/cccccc/000000&text=Item+21+(300×300) 2x,https://dummyimage.com/450x450/cccccc/000000&text=Item+21+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 21", "alt": "This is a short description for item 21.", "tags": [ "150x150", "tag4", "tag3", "tag5" ], "exif": { "camera": "Canon DIGITAL IXUS 400", "aperture": "f/2.0", "shutter_speed": "1/619 s", "focal_length": "28 mm", "iso": "55", "created_timestamp": "1/22/2021, 6:29:03 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/dc7f8c/000000&text=Item+22+(1920×1200)", "src": "https://dummyimage.com/150x150/dc7f8c/000000&text=Item+22+(150×150)", "srcset": "https://dummyimage.com/300x300/dc7f8c/000000&text=Item+22+(300×300) 2x,https://dummyimage.com/450x450/dc7f8c/000000&text=Item+22+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 22", "alt": "This is a short description for item 22.", "tags": [ "150x150", "tag2" ], "exif": { "camera": "Kodak CX7530", "aperture": "f/1.0", "shutter_speed": "1/439 s", "focal_length": "25 mm", "iso": "98", "created_timestamp": "1/25/2021, 6:12:57 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/4c1616/ffffff&text=Item+23+(1920×1200)", "src": "https://dummyimage.com/150x150/4c1616/ffffff&text=Item+23+(150×150)", "srcset": "https://dummyimage.com/300x300/4c1616/ffffff&text=Item+23+(300×300) 2x,https://dummyimage.com/450x450/4c1616/ffffff&text=Item+23+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 23", "alt": "This is a medium description for item 23 to see how templates handle various lengths.", "tags": [ "150x150", "tag3", "tag4" ], "exif": { "camera": "Panasonic DMC-FZ30", "aperture": "f/3.0", "shutter_speed": "1/952 s", "focal_length": "9 mm", "iso": "83", "created_timestamp": "1/22/2021, 6:05:24 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/663e00/ffffff&text=Item+24+(1920×1200)", "src": "https://dummyimage.com/150x150/663e00/ffffff&text=Item+24+(150×150)", "srcset": "https://dummyimage.com/300x300/663e00/ffffff&text=Item+24+(300×300) 2x,https://dummyimage.com/450x450/663e00/ffffff&text=Item+24+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 24", "alt": "This is a medium description for item 24 to see how templates handle various lengths.", "tags": [ "150x150", "tag3" ], "exif": { "camera": "Nikon COOLPIX P1", "aperture": "f/2.0", "shutter_speed": "1/762 s", "focal_length": "21 mm", "iso": "96", "created_timestamp": "1/22/2021, 6:51:01 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/5400ff/ffffff&text=Item+25+(1920×1200)", "src": "https://dummyimage.com/150x150/5400ff/ffffff&text=Item+25+(150×150)", "srcset": "https://dummyimage.com/300x300/5400ff/ffffff&text=Item+25+(300×300) 2x,https://dummyimage.com/450x450/5400ff/ffffff&text=Item+25+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 25", "alt": "This is a short description for item 25.", "tags": [ "150x150", "tag4", "tag2", "tag5" ], "exif": { "camera": "Samsung Digimax i50", "aperture": "f/1.0", "shutter_speed": "1/995 s", "focal_length": "39 mm", "iso": "52", "created_timestamp": "1/22/2021, 6:18:10 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/7fdbdc/000000&text=Item+26+(1920×1200)", "src": "https://dummyimage.com/150x150/7fdbdc/000000&text=Item+26+(150×150)", "srcset": "https://dummyimage.com/300x300/7fdbdc/000000&text=Item+26+(300×300) 2x,https://dummyimage.com/450x450/7fdbdc/000000&text=Item+26+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 26", "alt": "This is a short description for item 26.", "tags": [ "150x150", "tag1" ], "exif": { "camera": "Canon 40D", "aperture": "f/1.0", "shutter_speed": "1/807 s", "focal_length": "19 mm", "iso": "71", "created_timestamp": "1/24/2021, 6:28:35 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/7fdbdc/000000&text=Item+27+(1920×1200)", "src": "https://dummyimage.com/150x150/7fdbdc/000000&text=Item+27+(150×150)", "srcset": "https://dummyimage.com/300x300/7fdbdc/000000&text=Item+27+(300×300) 2x,https://dummyimage.com/450x450/7fdbdc/000000&text=Item+27+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 27", "alt": "This is a medium description for item 27 to see how templates handle various lengths.", "tags": [ "150x150", "tag4" ], "exif": { "camera": "Fujifilm FinePix E500", "aperture": "f/3.0", "shutter_speed": "1/11 s", "focal_length": "39 mm", "iso": "89", "created_timestamp": "1/22/2021, 6:30:36 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/7fdbdc/000000&text=Item+28+(1920×1200)", "src": "https://dummyimage.com/150x150/7fdbdc/000000&text=Item+28+(150×150)", "srcset": "https://dummyimage.com/300x300/7fdbdc/000000&text=Item+28+(300×300) 2x,https://dummyimage.com/450x450/7fdbdc/000000&text=Item+28+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 28", "alt": "This is a long description for item 28 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag2" ], "exif": { "camera": "Nikon COOLPIX P1", "aperture": "f/3.0", "shutter_speed": "1/185 s", "focal_length": "27 mm", "iso": "59", "created_timestamp": "1/21/2021, 6:55:00 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/00663e/ffffff&text=Item+29+(1920×1200)", "src": "https://dummyimage.com/150x150/00663e/ffffff&text=Item+29+(150×150)", "srcset": "https://dummyimage.com/300x300/00663e/ffffff&text=Item+29+(300×300) 2x,https://dummyimage.com/450x450/00663e/ffffff&text=Item+29+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 29", "alt": "This is a medium description for item 29 to see how templates handle various lengths.", "tags": [ "150x150", "tag4", "tag5" ], "exif": { "camera": "Pentax K10D", "aperture": "f/3.0", "shutter_speed": "1/633 s", "focal_length": "18 mm", "iso": "64", "created_timestamp": "1/23/2021, 6:18:02 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/cccccc/000000&text=Item+30+(1920×1200)", "src": "https://dummyimage.com/150x150/cccccc/000000&text=Item+30+(150×150)", "srcset": "https://dummyimage.com/300x300/cccccc/000000&text=Item+30+(300×300) 2x,https://dummyimage.com/450x450/cccccc/000000&text=Item+30+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 30", "alt": "This is a short description for item 30.", "tags": [ "150x150", "tag3" ], "exif": { "camera": "Panasonic DMC-FZ30", "aperture": "f/1.0", "shutter_speed": "1/385 s", "focal_length": "35 mm", "iso": "91", "created_timestamp": "1/26/2021, 6:45:17 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/660062/ffffff&text=Item+31+(1920×1200)", "src": "https://dummyimage.com/150x150/660062/ffffff&text=Item+31+(150×150)", "srcset": "https://dummyimage.com/300x300/660062/ffffff&text=Item+31+(300×300) 2x,https://dummyimage.com/450x450/660062/ffffff&text=Item+31+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 31", "alt": "This is a long description for item 31 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag3", "tag1", "tag5" ], "exif": { "camera": "Sony HDR-HC3", "aperture": "f/1.0", "shutter_speed": "1/861 s", "focal_length": "6 mm", "iso": "96", "created_timestamp": "1/22/2021, 6:43:14 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/66000e/ffffff&text=Item+32+(1920×1200)", "src": "https://dummyimage.com/150x150/66000e/ffffff&text=Item+32+(150×150)", "srcset": "https://dummyimage.com/300x300/66000e/ffffff&text=Item+32+(300×300) 2x,https://dummyimage.com/450x450/66000e/ffffff&text=Item+32+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 32", "alt": "This is a short description for item 32.", "tags": [ "150x150", "tag2", "tag4", "tag1", "tag3" ], "exif": { "camera": "Canon DIGITAL IXUS 400", "aperture": "f/3.0", "shutter_speed": "1/483 s", "focal_length": "12 mm", "iso": "66", "created_timestamp": "1/20/2021, 6:49:13 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/f000ff/000000&text=Item+33+(1920×1200)", "src": "https://dummyimage.com/150x150/f000ff/000000&text=Item+33+(150×150)", "srcset": "https://dummyimage.com/300x300/f000ff/000000&text=Item+33+(300×300) 2x,https://dummyimage.com/450x450/f000ff/000000&text=Item+33+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 33", "alt": "This is a long description for item 33 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag4", "tag2", "tag5" ], "exif": { "camera": "Canon DIGITAL IXUS 400", "aperture": "f/2.0", "shutter_speed": "1/518 s", "focal_length": "17 mm", "iso": "74", "created_timestamp": "1/25/2021, 6:11:01 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/5400ff/ffffff&text=Item+34+(1920×1200)", "src": "https://dummyimage.com/150x150/5400ff/ffffff&text=Item+34+(150×150)", "srcset": "https://dummyimage.com/300x300/5400ff/ffffff&text=Item+34+(300×300) 2x,https://dummyimage.com/450x450/5400ff/ffffff&text=Item+34+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 34", "alt": "This is a short description for item 34.", "tags": [ "150x150", "tag4" ], "exif": { "camera": "Kodak CX7530", "aperture": "f/2.0", "shutter_speed": "1/295 s", "focal_length": "3 mm", "iso": "50", "created_timestamp": "1/26/2021, 6:29:33 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/290066/ffffff&text=Item+35+(1920×1200)", "src": "https://dummyimage.com/150x150/290066/ffffff&text=Item+35+(150×150)", "srcset": "https://dummyimage.com/300x300/290066/ffffff&text=Item+35+(300×300) 2x,https://dummyimage.com/450x450/290066/ffffff&text=Item+35+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 35", "alt": "This is a short description for item 35.", "tags": [ "150x150", "tag5" ], "exif": { "camera": "Fujifilm FinePix E500", "aperture": "f/2.0", "shutter_speed": "1/928 s", "focal_length": "40 mm", "iso": "84", "created_timestamp": "1/21/2021, 6:35:14 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/663e00/ffffff&text=Item+36+(1920×1200)", "src": "https://dummyimage.com/150x150/663e00/ffffff&text=Item+36+(150×150)", "srcset": "https://dummyimage.com/300x300/663e00/ffffff&text=Item+36+(300×300) 2x,https://dummyimage.com/450x450/663e00/ffffff&text=Item+36+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 36", "alt": "This is a short description for item 36.", "tags": [ "150x150", "tag1", "tag2", "tag3" ], "exif": { "camera": "Sony HDR-HC3", "aperture": "f/2.0", "shutter_speed": "1/96 s", "focal_length": "34 mm", "iso": "93", "created_timestamp": "1/21/2021, 6:56:59 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/00fcff/000000&text=Item+37+(1920×1200)", "src": "https://dummyimage.com/150x150/00fcff/000000&text=Item+37+(150×150)", "srcset": "https://dummyimage.com/300x300/00fcff/000000&text=Item+37+(300×300) 2x,https://dummyimage.com/450x450/00fcff/000000&text=Item+37+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 37", "alt": "This is a short description for item 37.", "tags": [ "150x150", "tag3", "tag5", "tag2", "tag1" ], "exif": { "camera": "Olympus C8080WZ", "aperture": "f/2.0", "shutter_speed": "1/889 s", "focal_length": "37 mm", "iso": "71", "created_timestamp": "1/25/2021, 6:30:04 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/7fdca6/000000&text=Item+38+(1920×1200)", "src": "https://dummyimage.com/150x150/7fdca6/000000&text=Item+38+(150×150)", "srcset": "https://dummyimage.com/300x300/7fdca6/000000&text=Item+38+(300×300) 2x,https://dummyimage.com/450x450/7fdca6/000000&text=Item+38+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 38", "alt": "This is a short description for item 38.", "tags": [ "150x150", "tag2" ], "exif": { "camera": "Canon 40D", "aperture": "f/1.0", "shutter_speed": "1/483 s", "focal_length": "3 mm", "iso": "91", "created_timestamp": "1/22/2021, 6:28:31 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/00663e/ffffff&text=Item+39+(1920×1200)", "src": "https://dummyimage.com/150x150/00663e/ffffff&text=Item+39+(150×150)", "srcset": "https://dummyimage.com/300x300/00663e/ffffff&text=Item+39+(300×300) 2x,https://dummyimage.com/450x450/00663e/ffffff&text=Item+39+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 39", "alt": "This is a medium description for item 39 to see how templates handle various lengths.", "tags": [ "150x150", "tag3", "tag1" ], "exif": { "camera": "Fujifilm FinePix E500", "aperture": "f/3.0", "shutter_speed": "1/326 s", "focal_length": "34 mm", "iso": "82", "created_timestamp": "1/25/2021, 6:08:09 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/f000ff/000000&text=Item+40+(1920×1200)", "src": "https://dummyimage.com/150x150/f000ff/000000&text=Item+40+(150×150)", "srcset": "https://dummyimage.com/300x300/f000ff/000000&text=Item+40+(300×300) 2x,https://dummyimage.com/450x450/f000ff/000000&text=Item+40+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 40", "alt": "This is a long description for item 40 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag1", "tag5" ], "exif": { "camera": "Fujifile FinePix6900ZOOM", "aperture": "f/1.0", "shutter_speed": "1/323 s", "focal_length": "6 mm", "iso": "57", "created_timestamp": "1/19/2021, 6:51:22 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/cccccc/000000&text=Item+41+(1920×1200)", "src": "https://dummyimage.com/150x150/cccccc/000000&text=Item+41+(150×150)", "srcset": "https://dummyimage.com/300x300/cccccc/000000&text=Item+41+(300×300) 2x,https://dummyimage.com/450x450/cccccc/000000&text=Item+41+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 41", "alt": "This is a long description for item 41 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag3", "tag1" ], "exif": { "camera": "Fujifilm FinePix E500", "aperture": "f/4.0", "shutter_speed": "1/845 s", "focal_length": "33 mm", "iso": "87", "created_timestamp": "1/20/2021, 6:19:39 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/4c1616/ffffff&text=Item+42+(1920×1200)", "src": "https://dummyimage.com/150x150/4c1616/ffffff&text=Item+42+(150×150)", "srcset": "https://dummyimage.com/300x300/4c1616/ffffff&text=Item+42+(300×300) 2x,https://dummyimage.com/450x450/4c1616/ffffff&text=Item+42+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 42", "alt": "This is a long description for item 42 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag3", "tag4" ], "exif": { "camera": "Konica Minolta DiMAGE Z3", "aperture": "f/2.0", "shutter_speed": "1/77 s", "focal_length": "17 mm", "iso": "61", "created_timestamp": "1/23/2021, 6:37:47 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/ffe400/000000&text=Item+43+(1920×1200)", "src": "https://dummyimage.com/150x150/ffe400/000000&text=Item+43+(150×150)", "srcset": "https://dummyimage.com/300x300/ffe400/000000&text=Item+43+(300×300) 2x,https://dummyimage.com/450x450/ffe400/000000&text=Item+43+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 43", "alt": "This is a long description for item 43 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag1", "tag4", "tag2" ], "exif": { "camera": "Pentax K10D", "aperture": "f/4.0", "shutter_speed": "1/268 s", "focal_length": "23 mm", "iso": "72", "created_timestamp": "1/25/2021, 6:48:24 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/376600/ffffff&text=Item+44+(1920×1200)", "src": "https://dummyimage.com/150x150/376600/ffffff&text=Item+44+(150×150)", "srcset": "https://dummyimage.com/300x300/376600/ffffff&text=Item+44+(300×300) 2x,https://dummyimage.com/450x450/376600/ffffff&text=Item+44+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 44", "alt": "This is a medium description for item 44 to see how templates handle various lengths.", "tags": [ "150x150", "tag1" ], "exif": { "camera": "Sony HDR-HC3", "aperture": "f/2.0", "shutter_speed": "1/377 s", "focal_length": "32 mm", "iso": "87", "created_timestamp": "1/23/2021, 6:09:39 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/001eff/ffffff&text=Item+45+(1920×1200)", "src": "https://dummyimage.com/150x150/001eff/ffffff&text=Item+45+(150×150)", "srcset": "https://dummyimage.com/300x300/001eff/ffffff&text=Item+45+(300×300) 2x,https://dummyimage.com/450x450/001eff/ffffff&text=Item+45+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 45", "alt": "This is a short description for item 45.", "tags": [ "150x150", "tag5", "tag2", "tag4", "tag3" ], "exif": { "camera": "Nikon D70", "aperture": "f/1.0", "shutter_speed": "1/52 s", "focal_length": "4 mm", "iso": "78", "created_timestamp": "1/22/2021, 6:04:14 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/b8dc7f/000000&text=Item+46+(1920×1200)", "src": "https://dummyimage.com/150x150/b8dc7f/000000&text=Item+46+(150×150)", "srcset": "https://dummyimage.com/300x300/b8dc7f/000000&text=Item+46+(300×300) 2x,https://dummyimage.com/450x450/b8dc7f/000000&text=Item+46+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 46", "alt": "This is a long description for item 46 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag5", "tag1", "tag2" ], "exif": { "camera": "Olympus C8080WZ", "aperture": "f/3.0", "shutter_speed": "1/396 s", "focal_length": "11 mm", "iso": "60", "created_timestamp": "1/21/2021, 6:18:02 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/00663e/ffffff&text=Item+47+(1920×1200)", "src": "https://dummyimage.com/150x150/00663e/ffffff&text=Item+47+(150×150)", "srcset": "https://dummyimage.com/300x300/00663e/ffffff&text=Item+47+(300×300) 2x,https://dummyimage.com/450x450/00663e/ffffff&text=Item+47+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 47", "alt": "This is a long description for item 47 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag4", "tag5", "tag3", "tag2" ], "exif": { "camera": "Sony HDR-HC3", "aperture": "f/3.0", "shutter_speed": "1/850 s", "focal_length": "3 mm", "iso": "82", "created_timestamp": "1/25/2021, 6:43:30 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/dc7f8c/000000&text=Item+48+(1920×1200)", "src": "https://dummyimage.com/150x150/dc7f8c/000000&text=Item+48+(150×150)", "srcset": "https://dummyimage.com/300x300/dc7f8c/000000&text=Item+48+(300×300) 2x,https://dummyimage.com/450x450/dc7f8c/000000&text=Item+48+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 48", "alt": "This is a medium description for item 48 to see how templates handle various lengths.", "tags": [ "150x150", "tag2", "tag3", "tag1", "tag5" ], "exif": { "camera": "Kodak CX7530", "aperture": "f/2.0", "shutter_speed": "1/490 s", "focal_length": "33 mm", "iso": "72", "created_timestamp": "1/21/2021, 6:47:28 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/7fdbdc/000000&text=Item+49+(1920×1200)", "src": "https://dummyimage.com/150x150/7fdbdc/000000&text=Item+49+(150×150)", "srcset": "https://dummyimage.com/300x300/7fdbdc/000000&text=Item+49+(300×300) 2x,https://dummyimage.com/450x450/7fdbdc/000000&text=Item+49+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 49", "alt": "This is a long description for item 49 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag5", "tag1", "tag2" ], "exif": { "camera": "Pentax K10D", "aperture": "f/2.0", "shutter_speed": "1/795 s", "focal_length": "33 mm", "iso": "77", "created_timestamp": "1/21/2021, 6:55:29 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/00fcff/000000&text=Item+50+(1920×1200)", "src": "https://dummyimage.com/150x150/00fcff/000000&text=Item+50+(150×150)", "srcset": "https://dummyimage.com/300x300/00fcff/000000&text=Item+50+(300×300) 2x,https://dummyimage.com/450x450/00fcff/000000&text=Item+50+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 50", "alt": "This is a short description for item 50.", "tags": [ "150x150", "tag4" ], "exif": { "camera": "Nikon D70", "aperture": "f/4.0", "shutter_speed": "1/874 s", "focal_length": "17 mm", "iso": "79", "created_timestamp": "1/21/2021, 6:35:47 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/66000e/ffffff&text=Item+51+(1920×1200)", "src": "https://dummyimage.com/150x150/66000e/ffffff&text=Item+51+(150×150)", "srcset": "https://dummyimage.com/300x300/66000e/ffffff&text=Item+51+(300×300) 2x,https://dummyimage.com/450x450/66000e/ffffff&text=Item+51+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 51", "alt": "This is a long description for item 51 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag3", "tag5", "tag4" ], "exif": { "camera": "Pentax K10D", "aperture": "f/3.0", "shutter_speed": "1/661 s", "focal_length": "12 mm", "iso": "67", "created_timestamp": "1/25/2021, 6:14:56 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/b8dc7f/000000&text=Item+52+(1920×1200)", "src": "https://dummyimage.com/150x150/b8dc7f/000000&text=Item+52+(150×150)", "srcset": "https://dummyimage.com/300x300/b8dc7f/000000&text=Item+52+(300×300) 2x,https://dummyimage.com/450x450/b8dc7f/000000&text=Item+52+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 52", "alt": "This is a medium description for item 52 to see how templates handle various lengths.", "tags": [ "150x150", "tag4", "tag1" ], "exif": { "camera": "Canon PowerShot S40", "aperture": "f/3.0", "shutter_speed": "1/337 s", "focal_length": "5 mm", "iso": "78", "created_timestamp": "1/21/2021, 6:38:46 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/f000ff/000000&text=Item+53+(1920×1200)", "src": "https://dummyimage.com/150x150/f000ff/000000&text=Item+53+(150×150)", "srcset": "https://dummyimage.com/300x300/f000ff/000000&text=Item+53+(300×300) 2x,https://dummyimage.com/450x450/f000ff/000000&text=Item+53+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 53", "alt": "This is a long description for item 53 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag3" ], "exif": { "camera": "Panasonic DMC-FZ30", "aperture": "f/3.0", "shutter_speed": "1/510 s", "focal_length": "16 mm", "iso": "88", "created_timestamp": "1/19/2021, 6:15:36 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/ffe400/000000&text=Item+54+(1920×1200)", "src": "https://dummyimage.com/150x150/ffe400/000000&text=Item+54+(150×150)", "srcset": "https://dummyimage.com/300x300/ffe400/000000&text=Item+54+(300×300) 2x,https://dummyimage.com/450x450/ffe400/000000&text=Item+54+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 54", "alt": "This is a long description for item 54 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag1", "tag4", "tag3" ], "exif": { "camera": "Samsung Digimax i50", "aperture": "f/3.0", "shutter_speed": "1/838 s", "focal_length": "4 mm", "iso": "50", "created_timestamp": "1/21/2021, 6:31:06 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/66000e/ffffff&text=Item+55+(1920×1200)", "src": "https://dummyimage.com/150x150/66000e/ffffff&text=Item+55+(150×150)", "srcset": "https://dummyimage.com/300x300/66000e/ffffff&text=Item+55+(300×300) 2x,https://dummyimage.com/450x450/66000e/ffffff&text=Item+55+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 55", "alt": "This is a medium description for item 55 to see how templates handle various lengths.", "tags": [ "150x150", "tag2", "tag5", "tag4" ], "exif": { "camera": "Sony HDR-HC3", "aperture": "f/2.0", "shutter_speed": "1/557 s", "focal_length": "11 mm", "iso": "87", "created_timestamp": "1/23/2021, 6:30:54 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/003c66/ffffff&text=Item+56+(1920×1200)", "src": "https://dummyimage.com/150x150/003c66/ffffff&text=Item+56+(150×150)", "srcset": "https://dummyimage.com/300x300/003c66/ffffff&text=Item+56+(300×300) 2x,https://dummyimage.com/450x450/003c66/ffffff&text=Item+56+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 56", "alt": "This is a medium description for item 56 to see how templates handle various lengths.", "tags": [ "150x150", "tag1" ], "exif": { "camera": "Panasonic DMC-FZ30", "aperture": "f/2.0", "shutter_speed": "1/213 s", "focal_length": "32 mm", "iso": "92", "created_timestamp": "1/20/2021, 6:25:16 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/290066/ffffff&text=Item+57+(1920×1200)", "src": "https://dummyimage.com/150x150/290066/ffffff&text=Item+57+(150×150)", "srcset": "https://dummyimage.com/300x300/290066/ffffff&text=Item+57+(300×300) 2x,https://dummyimage.com/450x450/290066/ffffff&text=Item+57+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 57", "alt": "This is a short description for item 57.", "tags": [ "150x150", "tag1", "tag3", "tag4" ], "exif": { "camera": "Canon 40D", "aperture": "f/1.0", "shutter_speed": "1/624 s", "focal_length": "24 mm", "iso": "90", "created_timestamp": "1/26/2021, 6:00:41 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/b8dc7f/000000&text=Item+58+(1920×1200)", "src": "https://dummyimage.com/150x150/b8dc7f/000000&text=Item+58+(150×150)", "srcset": "https://dummyimage.com/300x300/b8dc7f/000000&text=Item+58+(300×300) 2x,https://dummyimage.com/450x450/b8dc7f/000000&text=Item+58+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 58", "alt": "This is a medium description for item 58 to see how templates handle various lengths.", "tags": [ "150x150", "tag4", "tag2", "tag5" ], "exif": { "camera": "Konica Minolta DiMAGE Z3", "aperture": "f/3.0", "shutter_speed": "1/877 s", "focal_length": "28 mm", "iso": "67", "created_timestamp": "1/21/2021, 6:58:22 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/f000ff/000000&text=Item+59+(1920×1200)", "src": "https://dummyimage.com/150x150/f000ff/000000&text=Item+59+(150×150)", "srcset": "https://dummyimage.com/300x300/f000ff/000000&text=Item+59+(300×300) 2x,https://dummyimage.com/450x450/f000ff/000000&text=Item+59+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 59", "alt": "This is a long description for item 59 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag3", "tag2", "tag5", "tag1" ], "exif": { "camera": "Nikon COOLPIX P1", "aperture": "f/1.0", "shutter_speed": "1/41 s", "focal_length": "3 mm", "iso": "87", "created_timestamp": "1/26/2021, 6:12:55 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/4c1616/ffffff&text=Item+60+(1920×1200)", "src": "https://dummyimage.com/150x150/4c1616/ffffff&text=Item+60+(150×150)", "srcset": "https://dummyimage.com/300x300/4c1616/ffffff&text=Item+60+(300×300) 2x,https://dummyimage.com/450x450/4c1616/ffffff&text=Item+60+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 60", "alt": "This is a long description for item 60 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag4", "tag1" ], "exif": { "camera": "Canon PowerShot S40", "aperture": "f/2.0", "shutter_speed": "1/68 s", "focal_length": "31 mm", "iso": "71", "created_timestamp": "1/21/2021, 6:03:47 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/4c1616/ffffff&text=Item+61+(1920×1200)", "src": "https://dummyimage.com/150x150/4c1616/ffffff&text=Item+61+(150×150)", "srcset": "https://dummyimage.com/300x300/4c1616/ffffff&text=Item+61+(300×300) 2x,https://dummyimage.com/450x450/4c1616/ffffff&text=Item+61+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 61", "alt": "This is a medium description for item 61 to see how templates handle various lengths.", "tags": [ "150x150", "tag1", "tag3" ], "exif": { "camera": "Pentax K10D", "aperture": "f/2.0", "shutter_speed": "1/879 s", "focal_length": "33 mm", "iso": "58", "created_timestamp": "1/23/2021, 6:00:04 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/b8dc7f/000000&text=Item+62+(1920×1200)", "src": "https://dummyimage.com/150x150/b8dc7f/000000&text=Item+62+(150×150)", "srcset": "https://dummyimage.com/300x300/b8dc7f/000000&text=Item+62+(300×300) 2x,https://dummyimage.com/450x450/b8dc7f/000000&text=Item+62+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 62", "alt": "This is a medium description for item 62 to see how templates handle various lengths.", "tags": [ "150x150", "tag3", "tag4", "tag2" ], "exif": { "camera": "Olympus C8080WZ", "aperture": "f/3.0", "shutter_speed": "1/292 s", "focal_length": "27 mm", "iso": "100", "created_timestamp": "1/22/2021, 6:13:55 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/66ff00/000000&text=Item+63+(1920×1200)", "src": "https://dummyimage.com/150x150/66ff00/000000&text=Item+63+(150×150)", "srcset": "https://dummyimage.com/300x300/66ff00/000000&text=Item+63+(300×300) 2x,https://dummyimage.com/450x450/66ff00/000000&text=Item+63+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 63", "alt": "This is a medium description for item 63 to see how templates handle various lengths.", "tags": [ "150x150", "tag2", "tag4", "tag1" ], "exif": { "camera": "Fujifile FinePix6900ZOOM", "aperture": "f/3.0", "shutter_speed": "1/39 s", "focal_length": "37 mm", "iso": "90", "created_timestamp": "1/24/2021, 6:44:35 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/376600/ffffff&text=Item+64+(1920×1200)", "src": "https://dummyimage.com/150x150/376600/ffffff&text=Item+64+(150×150)", "srcset": "https://dummyimage.com/300x300/376600/ffffff&text=Item+64+(300×300) 2x,https://dummyimage.com/450x450/376600/ffffff&text=Item+64+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 64", "alt": "This is a short description for item 64.", "tags": [ "150x150", "tag4" ], "exif": { "camera": "Olympus C8080WZ", "aperture": "f/1.0", "shutter_speed": "1/29 s", "focal_length": "13 mm", "iso": "97", "created_timestamp": "1/23/2021, 6:18:45 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/001eff/ffffff&text=Item+65+(1920×1200)", "src": "https://dummyimage.com/150x150/001eff/ffffff&text=Item+65+(150×150)", "srcset": "https://dummyimage.com/300x300/001eff/ffffff&text=Item+65+(300×300) 2x,https://dummyimage.com/450x450/001eff/ffffff&text=Item+65+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 65", "alt": "This is a long description for item 65 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag1", "tag3", "tag4" ], "exif": { "camera": "Fujifilm FinePix E500", "aperture": "f/4.0", "shutter_speed": "1/361 s", "focal_length": "22 mm", "iso": "73", "created_timestamp": "1/22/2021, 6:14:57 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/290066/ffffff&text=Item+66+(1920×1200)", "src": "https://dummyimage.com/150x150/290066/ffffff&text=Item+66+(150×150)", "srcset": "https://dummyimage.com/300x300/290066/ffffff&text=Item+66+(300×300) 2x,https://dummyimage.com/450x450/290066/ffffff&text=Item+66+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 66", "alt": "This is a long description for item 66 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag1", "tag2", "tag5" ], "exif": { "camera": "Olympus C8080WZ", "aperture": "f/3.0", "shutter_speed": "1/959 s", "focal_length": "25 mm", "iso": "82", "created_timestamp": "1/20/2021, 6:18:55 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/4c1616/ffffff&text=Item+67+(1920×1200)", "src": "https://dummyimage.com/150x150/4c1616/ffffff&text=Item+67+(150×150)", "srcset": "https://dummyimage.com/300x300/4c1616/ffffff&text=Item+67+(300×300) 2x,https://dummyimage.com/450x450/4c1616/ffffff&text=Item+67+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 67", "alt": "This is a medium description for item 67 to see how templates handle various lengths.", "tags": [ "150x150", "tag4", "tag5" ], "exif": { "camera": "Pentax K10D", "aperture": "f/4.0", "shutter_speed": "1/428 s", "focal_length": "29 mm", "iso": "99", "created_timestamp": "1/21/2021, 6:55:41 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/7fdca6/000000&text=Item+68+(1920×1200)", "src": "https://dummyimage.com/150x150/7fdca6/000000&text=Item+68+(150×150)", "srcset": "https://dummyimage.com/300x300/7fdca6/000000&text=Item+68+(300×300) 2x,https://dummyimage.com/450x450/7fdca6/000000&text=Item+68+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 68", "alt": "This is a medium description for item 68 to see how templates handle various lengths.", "tags": [ "150x150", "tag2" ], "exif": { "camera": "Canon 40D", "aperture": "f/1.0", "shutter_speed": "1/41 s", "focal_length": "30 mm", "iso": "92", "created_timestamp": "1/23/2021, 6:29:22 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/f000ff/000000&text=Item+69+(1920×1200)", "src": "https://dummyimage.com/150x150/f000ff/000000&text=Item+69+(150×150)", "srcset": "https://dummyimage.com/300x300/f000ff/000000&text=Item+69+(300×300) 2x,https://dummyimage.com/450x450/f000ff/000000&text=Item+69+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 69", "alt": "This is a short description for item 69.", "tags": [ "150x150", "tag5", "tag1", "tag4" ], "exif": { "camera": "Nikon COOLPIX P1", "aperture": "f/2.0", "shutter_speed": "1/700 s", "focal_length": "16 mm", "iso": "96", "created_timestamp": "1/24/2021, 6:12:59 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/ff6c00/000000&text=Item+70+(1920×1200)", "src": "https://dummyimage.com/150x150/ff6c00/000000&text=Item+70+(150×150)", "srcset": "https://dummyimage.com/300x300/ff6c00/000000&text=Item+70+(300×300) 2x,https://dummyimage.com/450x450/ff6c00/000000&text=Item+70+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 70", "alt": "This is a long description for item 70 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag5", "tag2", "tag1" ], "exif": { "camera": "Canon PowerShot S40", "aperture": "f/4.0", "shutter_speed": "1/668 s", "focal_length": "10 mm", "iso": "55", "created_timestamp": "1/26/2021, 6:38:22 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/7f81dc/000000&text=Item+71+(1920×1200)", "src": "https://dummyimage.com/150x150/7f81dc/000000&text=Item+71+(150×150)", "srcset": "https://dummyimage.com/300x300/7f81dc/000000&text=Item+71+(300×300) 2x,https://dummyimage.com/450x450/7f81dc/000000&text=Item+71+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 71", "alt": "This is a long description for item 71 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag1" ], "exif": { "camera": "Canon PowerShot S40", "aperture": "f/1.0", "shutter_speed": "1/604 s", "focal_length": "39 mm", "iso": "75", "created_timestamp": "1/20/2021, 6:54:44 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/003c66/ffffff&text=Item+72+(1920×1200)", "src": "https://dummyimage.com/150x150/003c66/ffffff&text=Item+72+(150×150)", "srcset": "https://dummyimage.com/300x300/003c66/ffffff&text=Item+72+(300×300) 2x,https://dummyimage.com/450x450/003c66/ffffff&text=Item+72+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 72", "alt": "This is a long description for item 72 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag1", "tag5" ], "exif": { "camera": "Canon PowerShot S40", "aperture": "f/1.0", "shutter_speed": "1/541 s", "focal_length": "26 mm", "iso": "73", "created_timestamp": "1/22/2021, 6:37:50 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/290066/ffffff&text=Item+73+(1920×1200)", "src": "https://dummyimage.com/150x150/290066/ffffff&text=Item+73+(150×150)", "srcset": "https://dummyimage.com/300x300/290066/ffffff&text=Item+73+(300×300) 2x,https://dummyimage.com/450x450/290066/ffffff&text=Item+73+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 73", "alt": "This is a medium description for item 73 to see how templates handle various lengths.", "tags": [ "150x150", "tag2", "tag3", "tag5", "tag4", "tag1" ], "exif": { "camera": "Pentax K10D", "aperture": "f/1.0", "shutter_speed": "1/642 s", "focal_length": "23 mm", "iso": "81", "created_timestamp": "1/24/2021, 6:41:48 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/7fdca6/000000&text=Item+74+(1920×1200)", "src": "https://dummyimage.com/150x150/7fdca6/000000&text=Item+74+(150×150)", "srcset": "https://dummyimage.com/300x300/7fdca6/000000&text=Item+74+(300×300) 2x,https://dummyimage.com/450x450/7fdca6/000000&text=Item+74+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 74", "alt": "This is a long description for item 74 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag5", "tag4", "tag1" ], "exif": { "camera": "Canon PowerShot S40", "aperture": "f/3.0", "shutter_speed": "1/358 s", "focal_length": "6 mm", "iso": "88", "created_timestamp": "1/22/2021, 6:28:40 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/db7fdc/000000&text=Item+75+(1920×1200)", "src": "https://dummyimage.com/150x150/db7fdc/000000&text=Item+75+(150×150)", "srcset": "https://dummyimage.com/300x300/db7fdc/000000&text=Item+75+(300×300) 2x,https://dummyimage.com/450x450/db7fdc/000000&text=Item+75+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 75", "alt": "This is a medium description for item 75 to see how templates handle various lengths.", "tags": [ "150x150", "tag3", "tag1", "tag4" ], "exif": { "camera": "Canon DIGITAL IXUS 400", "aperture": "f/2.0", "shutter_speed": "1/467 s", "focal_length": "35 mm", "iso": "85", "created_timestamp": "1/22/2021, 6:12:55 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/dc8a7f/000000&text=Item+76+(1920×1200)", "src": "https://dummyimage.com/150x150/dc8a7f/000000&text=Item+76+(150×150)", "srcset": "https://dummyimage.com/300x300/dc8a7f/000000&text=Item+76+(300×300) 2x,https://dummyimage.com/450x450/dc8a7f/000000&text=Item+76+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 76", "alt": "This is a short description for item 76.", "tags": [ "150x150", "tag1", "tag2" ], "exif": { "camera": "Panasonic DMC-FZ30", "aperture": "f/4.0", "shutter_speed": "1/244 s", "focal_length": "11 mm", "iso": "87", "created_timestamp": "1/24/2021, 6:27:18 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/dcd07f/000000&text=Item+77+(1920×1200)", "src": "https://dummyimage.com/150x150/dcd07f/000000&text=Item+77+(150×150)", "srcset": "https://dummyimage.com/300x300/dcd07f/000000&text=Item+77+(300×300) 2x,https://dummyimage.com/450x450/dcd07f/000000&text=Item+77+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 77", "alt": "This is a long description for item 77 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag4", "tag3", "tag5" ], "exif": { "camera": "Canon DIGITAL IXUS 400", "aperture": "f/4.0", "shutter_speed": "1/85 s", "focal_length": "12 mm", "iso": "82", "created_timestamp": "1/24/2021, 6:12:56 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/dc7f8c/000000&text=Item+78+(1920×1200)", "src": "https://dummyimage.com/150x150/dc7f8c/000000&text=Item+78+(150×150)", "srcset": "https://dummyimage.com/300x300/dc7f8c/000000&text=Item+78+(300×300) 2x,https://dummyimage.com/450x450/dc7f8c/000000&text=Item+78+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 78", "alt": "This is a medium description for item 78 to see how templates handle various lengths.", "tags": [ "150x150", "tag3", "tag2", "tag1", "tag5" ], "exif": { "camera": "Pentax K10D", "aperture": "f/3.0", "shutter_speed": "1/494 s", "focal_length": "4 mm", "iso": "95", "created_timestamp": "1/20/2021, 6:10:37 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/dc8a7f/000000&text=Item+79+(1920×1200)", "src": "https://dummyimage.com/150x150/dc8a7f/000000&text=Item+79+(150×150)", "srcset": "https://dummyimage.com/300x300/dc8a7f/000000&text=Item+79+(300×300) 2x,https://dummyimage.com/450x450/dc8a7f/000000&text=Item+79+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 79", "alt": "This is a medium description for item 79 to see how templates handle various lengths.", "tags": [ "150x150", "tag4", "tag2", "tag3" ], "exif": { "camera": "Nikon COOLPIX P1", "aperture": "f/4.0", "shutter_speed": "1/953 s", "focal_length": "21 mm", "iso": "70", "created_timestamp": "1/24/2021, 6:55:28 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/cccccc/000000&text=Item+80+(1920×1200)", "src": "https://dummyimage.com/150x150/cccccc/000000&text=Item+80+(150×150)", "srcset": "https://dummyimage.com/300x300/cccccc/000000&text=Item+80+(300×300) 2x,https://dummyimage.com/450x450/cccccc/000000&text=Item+80+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 80", "alt": "This is a short description for item 80.", "tags": [ "150x150", "tag2" ], "exif": { "camera": "Canon 40D", "aperture": "f/4.0", "shutter_speed": "1/258 s", "focal_length": "13 mm", "iso": "94", "created_timestamp": "1/23/2021, 6:05:24 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/290066/ffffff&text=Item+81+(1920×1200)", "src": "https://dummyimage.com/150x150/290066/ffffff&text=Item+81+(150×150)", "srcset": "https://dummyimage.com/300x300/290066/ffffff&text=Item+81+(300×300) 2x,https://dummyimage.com/450x450/290066/ffffff&text=Item+81+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 81", "alt": "This is a medium description for item 81 to see how templates handle various lengths.", "tags": [ "150x150", "tag5", "tag2" ], "exif": { "camera": "Pentax K10D", "aperture": "f/2.0", "shutter_speed": "1/385 s", "focal_length": "5 mm", "iso": "51", "created_timestamp": "1/26/2021, 6:45:31 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/000000/ffffff&text=Item+82+(1920×1200)", "src": "https://dummyimage.com/150x150/000000/ffffff&text=Item+82+(150×150)", "srcset": "https://dummyimage.com/300x300/000000/ffffff&text=Item+82+(300×300) 2x,https://dummyimage.com/450x450/000000/ffffff&text=Item+82+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 82", "alt": "This is a short description for item 82.", "tags": [ "150x150", "tag2" ], "exif": { "camera": "Pentax K10D", "aperture": "f/2.0", "shutter_speed": "1/9 s", "focal_length": "23 mm", "iso": "74", "created_timestamp": "1/26/2021, 6:30:54 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/5400ff/ffffff&text=Item+83+(1920×1200)", "src": "https://dummyimage.com/150x150/5400ff/ffffff&text=Item+83+(150×150)", "srcset": "https://dummyimage.com/300x300/5400ff/ffffff&text=Item+83+(300×300) 2x,https://dummyimage.com/450x450/5400ff/ffffff&text=Item+83+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 83", "alt": "This is a long description for item 83 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag4", "tag2", "tag3", "tag5", "tag1" ], "exif": { "camera": "Kodak CX7530", "aperture": "f/3.0", "shutter_speed": "1/679 s", "focal_length": "12 mm", "iso": "83", "created_timestamp": "1/19/2021, 6:25:34 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/66000e/ffffff&text=Item+84+(1920×1200)", "src": "https://dummyimage.com/150x150/66000e/ffffff&text=Item+84+(150×150)", "srcset": "https://dummyimage.com/300x300/66000e/ffffff&text=Item+84+(300×300) 2x,https://dummyimage.com/450x450/66000e/ffffff&text=Item+84+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 84", "alt": "This is a medium description for item 84 to see how templates handle various lengths.", "tags": [ "150x150", "tag3", "tag2", "tag4" ], "exif": { "camera": "Canon DIGITAL IXUS 400", "aperture": "f/2.0", "shutter_speed": "1/544 s", "focal_length": "15 mm", "iso": "52", "created_timestamp": "1/22/2021, 6:24:35 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/4c1616/ffffff&text=Item+85+(1920×1200)", "src": "https://dummyimage.com/150x150/4c1616/ffffff&text=Item+85+(150×150)", "srcset": "https://dummyimage.com/300x300/4c1616/ffffff&text=Item+85+(300×300) 2x,https://dummyimage.com/450x450/4c1616/ffffff&text=Item+85+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 85", "alt": "This is a short description for item 85.", "tags": [ "150x150", "tag1", "tag5", "tag2", "tag4" ], "exif": { "camera": "Samsung Digimax i50", "aperture": "f/3.0", "shutter_speed": "1/218 s", "focal_length": "16 mm", "iso": "87", "created_timestamp": "1/21/2021, 6:48:58 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/ff6c00/000000&text=Item+86+(1920×1200)", "src": "https://dummyimage.com/150x150/ff6c00/000000&text=Item+86+(150×150)", "srcset": "https://dummyimage.com/300x300/ff6c00/000000&text=Item+86+(300×300) 2x,https://dummyimage.com/450x450/ff6c00/000000&text=Item+86+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 86", "alt": "This is a short description for item 86.", "tags": [ "150x150", "tag3", "tag1" ], "exif": { "camera": "Panasonic DMC-FZ30", "aperture": "f/4.0", "shutter_speed": "1/655 s", "focal_length": "15 mm", "iso": "64", "created_timestamp": "1/23/2021, 6:29:33 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/dc8a7f/000000&text=Item+87+(1920×1200)", "src": "https://dummyimage.com/150x150/dc8a7f/000000&text=Item+87+(150×150)", "srcset": "https://dummyimage.com/300x300/dc8a7f/000000&text=Item+87+(300×300) 2x,https://dummyimage.com/450x450/dc8a7f/000000&text=Item+87+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 87", "alt": "This is a medium description for item 87 to see how templates handle various lengths.", "tags": [ "150x150", "tag3" ], "exif": { "camera": "Fujifile FinePix6900ZOOM", "aperture": "f/2.0", "shutter_speed": "1/445 s", "focal_length": "9 mm", "iso": "82", "created_timestamp": "1/23/2021, 6:55:27 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/66000e/ffffff&text=Item+88+(1920×1200)", "src": "https://dummyimage.com/150x150/66000e/ffffff&text=Item+88+(150×150)", "srcset": "https://dummyimage.com/300x300/66000e/ffffff&text=Item+88+(300×300) 2x,https://dummyimage.com/450x450/66000e/ffffff&text=Item+88+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 88", "alt": "This is a long description for item 88 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag4", "tag3", "tag1" ], "exif": { "camera": "Nikon COOLPIX P1", "aperture": "f/2.0", "shutter_speed": "1/150 s", "focal_length": "28 mm", "iso": "52", "created_timestamp": "1/20/2021, 6:05:49 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/cccccc/000000&text=Item+89+(1920×1200)", "src": "https://dummyimage.com/150x150/cccccc/000000&text=Item+89+(150×150)", "srcset": "https://dummyimage.com/300x300/cccccc/000000&text=Item+89+(300×300) 2x,https://dummyimage.com/450x450/cccccc/000000&text=Item+89+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 89", "alt": "This is a short description for item 89.", "tags": [ "150x150", "tag3", "tag1", "tag4" ], "exif": { "camera": "Canon 40D", "aperture": "f/1.0", "shutter_speed": "1/122 s", "focal_length": "21 mm", "iso": "57", "created_timestamp": "1/25/2021, 6:39:43 PM", "orientation": "Left Side" } }, { "href": "https://dummyimage.com/1920x1200/db7fdc/000000&text=Item+90+(1920×1200)", "src": "https://dummyimage.com/150x150/db7fdc/000000&text=Item+90+(150×150)", "srcset": "https://dummyimage.com/300x300/db7fdc/000000&text=Item+90+(300×300) 2x,https://dummyimage.com/450x450/db7fdc/000000&text=Item+90+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 90", "alt": "This is a long description for item 90 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag5", "tag3", "tag1" ], "exif": { "camera": "Samsung Digimax i50", "aperture": "f/1.0", "shutter_speed": "1/814 s", "focal_length": "18 mm", "iso": "98", "created_timestamp": "1/24/2021, 6:25:30 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/7fdca6/000000&text=Item+91+(1920×1200)", "src": "https://dummyimage.com/150x150/7fdca6/000000&text=Item+91+(150×150)", "srcset": "https://dummyimage.com/300x300/7fdca6/000000&text=Item+91+(300×300) 2x,https://dummyimage.com/450x450/7fdca6/000000&text=Item+91+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 91", "alt": "This is a medium description for item 91 to see how templates handle various lengths.", "tags": [ "150x150", "tag4" ], "exif": { "camera": "Pentax K10D", "aperture": "f/3.0", "shutter_speed": "1/635 s", "focal_length": "40 mm", "iso": "73", "created_timestamp": "1/20/2021, 6:51:10 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/dc8a7f/000000&text=Item+92+(1920×1200)", "src": "https://dummyimage.com/150x150/dc8a7f/000000&text=Item+92+(150×150)", "srcset": "https://dummyimage.com/300x300/dc8a7f/000000&text=Item+92+(300×300) 2x,https://dummyimage.com/450x450/dc8a7f/000000&text=Item+92+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 92", "alt": "This is a medium description for item 92 to see how templates handle various lengths.", "tags": [ "150x150", "tag5", "tag3", "tag4" ], "exif": { "camera": "Sony HDR-HC3", "aperture": "f/2.0", "shutter_speed": "1/539 s", "focal_length": "11 mm", "iso": "87", "created_timestamp": "1/25/2021, 6:32:16 PM", "orientation": "Bottom" } }, { "href": "https://dummyimage.com/1920x1200/006566/ffffff&text=Item+93+(1920×1200)", "src": "https://dummyimage.com/150x150/006566/ffffff&text=Item+93+(150×150)", "srcset": "https://dummyimage.com/300x300/006566/ffffff&text=Item+93+(300×300) 2x,https://dummyimage.com/450x450/006566/ffffff&text=Item+93+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 93", "alt": "This is a medium description for item 93 to see how templates handle various lengths.", "tags": [ "150x150", "tag3", "tag5" ], "exif": { "camera": "Konica Minolta DiMAGE Z3", "aperture": "f/3.0", "shutter_speed": "1/140 s", "focal_length": "23 mm", "iso": "56", "created_timestamp": "1/26/2021, 6:19:35 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/ff0000/000000&text=Item+94+(1920×1200)", "src": "https://dummyimage.com/150x150/ff0000/000000&text=Item+94+(150×150)", "srcset": "https://dummyimage.com/300x300/ff0000/000000&text=Item+94+(300×300) 2x,https://dummyimage.com/450x450/ff0000/000000&text=Item+94+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 94", "alt": "This is a medium description for item 94 to see how templates handle various lengths.", "tags": [ "150x150", "tag4", "tag2" ], "exif": { "camera": "Sony HDR-HC3", "aperture": "f/3.0", "shutter_speed": "1/945 s", "focal_length": "25 mm", "iso": "86", "created_timestamp": "1/25/2021, 6:05:30 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/66ff00/000000&text=Item+95+(1920×1200)", "src": "https://dummyimage.com/150x150/66ff00/000000&text=Item+95+(150×150)", "srcset": "https://dummyimage.com/300x300/66ff00/000000&text=Item+95+(300×300) 2x,https://dummyimage.com/450x450/66ff00/000000&text=Item+95+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 95", "alt": "This is a short description for item 95.", "tags": [ "150x150", "tag2", "tag5", "tag3", "tag1" ], "exif": { "camera": "Canon DIGITAL IXUS 400", "aperture": "f/3.0", "shutter_speed": "1/763 s", "focal_length": "4 mm", "iso": "70", "created_timestamp": "1/21/2021, 6:24:19 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/003c66/ffffff&text=Item+96+(1920×1200)", "src": "https://dummyimage.com/150x150/003c66/ffffff&text=Item+96+(150×150)", "srcset": "https://dummyimage.com/300x300/003c66/ffffff&text=Item+96+(300×300) 2x,https://dummyimage.com/450x450/003c66/ffffff&text=Item+96+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 96", "alt": "This is a short description for item 96.", "tags": [ "150x150", "tag1", "tag5", "tag4" ], "exif": { "camera": "Pentax K10D", "aperture": "f/4.0", "shutter_speed": "1/226 s", "focal_length": "29 mm", "iso": "84", "created_timestamp": "1/23/2021, 6:33:52 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/00fcff/000000&text=Item+97+(1920×1200)", "src": "https://dummyimage.com/150x150/00fcff/000000&text=Item+97+(150×150)", "srcset": "https://dummyimage.com/300x300/00fcff/000000&text=Item+97+(300×300) 2x,https://dummyimage.com/450x450/00fcff/000000&text=Item+97+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 97", "alt": "This is a long description for item 97 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag5", "tag2", "tag3", "tag1", "tag4" ], "exif": { "camera": "Nikon D70", "aperture": "f/3.0", "shutter_speed": "1/509 s", "focal_length": "12 mm", "iso": "90", "created_timestamp": "1/25/2021, 6:44:54 PM", "orientation": "Right Side" } }, { "href": "https://dummyimage.com/1920x1200/290066/ffffff&text=Item+98+(1920×1200)", "src": "https://dummyimage.com/150x150/290066/ffffff&text=Item+98+(150×150)", "srcset": "https://dummyimage.com/300x300/290066/ffffff&text=Item+98+(300×300) 2x,https://dummyimage.com/450x450/290066/ffffff&text=Item+98+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 98", "alt": "This is a long description for item 98 to see how templates handle various lengths even if they start to get very, very long. Ideally if your descriptions are this long you should only display the title.", "tags": [ "150x150", "tag1", "tag3" ], "exif": { "camera": "Fujifile FinePix6900ZOOM", "aperture": "f/3.0", "shutter_speed": "1/280 s", "focal_length": "34 mm", "iso": "69", "created_timestamp": "1/24/2021, 6:40:24 PM", "orientation": "Top" } }, { "href": "https://dummyimage.com/1920x1200/006566/ffffff&text=Item+99+(1920×1200)", "src": "https://dummyimage.com/150x150/006566/ffffff&text=Item+99+(150×150)", "srcset": "https://dummyimage.com/300x300/006566/ffffff&text=Item+99+(300×300) 2x,https://dummyimage.com/450x450/006566/ffffff&text=Item+99+(450×450) 3x", "width": 150, "height": 150, "title": "Title for 99", "alt": "This is a short description for item 99.", "tags": [ "150x150", "tag3" ], "exif": { "camera": "Samsung Digimax i50", "aperture": "f/2.0", "shutter_speed": "1/80 s", "focal_length": "2 mm", "iso": "57", "created_timestamp": "1/25/2021, 6:27:04 PM", "orientation": "Right Side" } } ]; </script> </main> </body> </html>
jdk8en_us/docs/api/javax/rmi/CORBA/Tie.html
DeanAaron/jdk8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_11) on Mon Jun 16 17:35:26 PDT 2014 --> <title>Tie (Java Platform SE 8 )</title> <meta name="date" content="2014-06-16"> <meta name="keywords" content="javax.rmi.CORBA.Tie interface"> <meta name="keywords" content="thisObject()"> <meta name="keywords" content="deactivate()"> <meta name="keywords" content="orb()"> <meta name="keywords" content="setTarget()"> <meta name="keywords" content="getTarget()"> <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="Tie (Java Platform SE 8 )"; } } catch(err) { } //--> var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":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/Tie.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../javax/rmi/CORBA/StubDelegate.html" title="interface in javax.rmi.CORBA"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../javax/rmi/CORBA/Util.html" title="class in javax.rmi.CORBA"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/rmi/CORBA/Tie.html" target="_top">Frames</a></li> <li><a href="Tie.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">javax.rmi.CORBA</div> <h2 title="Interface Tie" class="title">Interface Tie</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd><a href="../../../org/omg/CORBA/portable/InvokeHandler.html" title="interface in org.omg.CORBA.portable">InvokeHandler</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">Tie</span> extends <a href="../../../org/omg/CORBA/portable/InvokeHandler.html" title="interface in org.omg.CORBA.portable">InvokeHandler</a></pre> <div class="block">Defines methods which all RMI-IIOP server side ties must implement.</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>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/rmi/CORBA/Tie.html#deactivate--">deactivate</a></span>()</code> <div class="block">Deactivates the target object represented by this tie.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/rmi/CORBA/Tie.html#getTarget--">getTarget</a></span>()</code> <div class="block">Returns the target for this tie.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code><a href="../../../org/omg/CORBA/ORB.html" title="class in org.omg.CORBA">ORB</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/rmi/CORBA/Tie.html#orb--">orb</a></span>()</code> <div class="block">Returns the ORB for this tie.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/rmi/CORBA/Tie.html#orb-org.omg.CORBA.ORB-">orb</a></span>(<a href="../../../org/omg/CORBA/ORB.html" title="class in org.omg.CORBA">ORB</a>&nbsp;orb)</code> <div class="block">Sets the ORB for this tie.</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/rmi/CORBA/Tie.html#setTarget-java.rmi.Remote-">setTarget</a></span>(<a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a>&nbsp;target)</code> <div class="block">Called by <a href="../../../javax/rmi/CORBA/Util.html#registerTarget-javax.rmi.CORBA.Tie-java.rmi.Remote-"><code>Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)</code></a> to set the target for this tie.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code><a href="../../../org/omg/CORBA/Object.html" title="interface in org.omg.CORBA">Object</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/rmi/CORBA/Tie.html#thisObject--">thisObject</a></span>()</code> <div class="block">Returns an object reference for the target object represented by this tie.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.omg.CORBA.portable.InvokeHandler"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.omg.CORBA.portable.<a href="../../../org/omg/CORBA/portable/InvokeHandler.html" title="interface in org.omg.CORBA.portable">InvokeHandler</a></h3> <code><a href="../../../org/omg/CORBA/portable/InvokeHandler.html#Z:Z_invoke-java.lang.String-org.omg.CORBA.portable.InputStream-org.omg.CORBA.portable.ResponseHandler-">_invoke</a></code></li> </ul> </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="thisObject--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>thisObject</h4> <pre><a href="../../../org/omg/CORBA/Object.html" title="interface in org.omg.CORBA">Object</a>&nbsp;thisObject()</pre> <div class="block">Returns an object reference for the target object represented by this tie.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>an object reference for the target object.</dd> </dl> </li> </ul> <a name="deactivate--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>deactivate</h4> <pre>void&nbsp;deactivate() throws <a href="../../../java/rmi/NoSuchObjectException.html" title="class in java.rmi">NoSuchObjectException</a></pre> <div class="block">Deactivates the target object represented by this tie.</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../java/rmi/NoSuchObjectException.html" title="class in java.rmi">NoSuchObjectException</a></code></dd> </dl> </li> </ul> <a name="orb--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>orb</h4> <pre><a href="../../../org/omg/CORBA/ORB.html" title="class in org.omg.CORBA">ORB</a>&nbsp;orb()</pre> <div class="block">Returns the ORB for this tie.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>the ORB.</dd> </dl> </li> </ul> <a name="orb-org.omg.CORBA.ORB-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>orb</h4> <pre>void&nbsp;orb(<a href="../../../org/omg/CORBA/ORB.html" title="class in org.omg.CORBA">ORB</a>&nbsp;orb)</pre> <div class="block">Sets the ORB for this tie.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>orb</code> - the ORB.</dd> </dl> </li> </ul> <a name="setTarget-java.rmi.Remote-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTarget</h4> <pre>void&nbsp;setTarget(<a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a>&nbsp;target)</pre> <div class="block">Called by <a href="../../../javax/rmi/CORBA/Util.html#registerTarget-javax.rmi.CORBA.Tie-java.rmi.Remote-"><code>Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)</code></a> to set the target for this tie.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>target</code> - the object to use as the target for this tie.</dd> </dl> </li> </ul> <a name="getTarget--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getTarget</h4> <pre><a href="../../../java/rmi/Remote.html" title="interface in java.rmi">Remote</a>&nbsp;getTarget()</pre> <div class="block">Returns the target for this tie.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>the target.</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Tie.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../javax/rmi/CORBA/StubDelegate.html" title="interface in javax.rmi.CORBA"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../javax/rmi/CORBA/Util.html" title="class in javax.rmi.CORBA"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/rmi/CORBA/Tie.html" target="_top">Frames</a></li> <li><a href="Tie.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><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> Copyright &#x00a9; 1993, 2014, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
javadoc/src-html/com/asemantics/rdfcoder/model/java/JavaCodeHandlerDebugImpl.html
RBMarklogic/rdfcoder
<HTML> <BODY BGCOLOR="white"> <PRE> <FONT color="green">001</FONT> /*<a name="line.1"></a> <FONT color="green">002</FONT> * Copyright 2007-2008 Michele Mostarda ( michele.mostarda@gmail.com ).<a name="line.2"></a> <FONT color="green">003</FONT> * All Rights Reserved.<a name="line.3"></a> <FONT color="green">004</FONT> *<a name="line.4"></a> <FONT color="green">005</FONT> * Licensed under the Apache License, Version 2.0 (the 'License');<a name="line.5"></a> <FONT color="green">006</FONT> * you may not use this file except in compliance with the License.<a name="line.6"></a> <FONT color="green">007</FONT> * You may obtain a copy of the License at<a name="line.7"></a> <FONT color="green">008</FONT> *<a name="line.8"></a> <FONT color="green">009</FONT> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.9"></a> <FONT color="green">010</FONT> *<a name="line.10"></a> <FONT color="green">011</FONT> * Unless required by applicable law or agreed to in writing, software<a name="line.11"></a> <FONT color="green">012</FONT> * distributed under the License is distributed on an 'AS IS' BASIS,<a name="line.12"></a> <FONT color="green">013</FONT> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.13"></a> <FONT color="green">014</FONT> * See the License for the specific language governing permissions and<a name="line.14"></a> <FONT color="green">015</FONT> * limitations under the License.<a name="line.15"></a> <FONT color="green">016</FONT> */<a name="line.16"></a> <FONT color="green">017</FONT> <a name="line.17"></a> <FONT color="green">018</FONT> <a name="line.18"></a> <FONT color="green">019</FONT> package com.asemantics.rdfcoder.model.java;<a name="line.19"></a> <FONT color="green">020</FONT> <a name="line.20"></a> <FONT color="green">021</FONT> import com.asemantics.rdfcoder.model.ErrorListener;<a name="line.21"></a> <FONT color="green">022</FONT> import com.asemantics.rdfcoder.model.Identifier;<a name="line.22"></a> <FONT color="green">023</FONT> import com.asemantics.rdfcoder.parser.javadoc.ClassJavadoc;<a name="line.23"></a> <FONT color="green">024</FONT> import com.asemantics.rdfcoder.parser.javadoc.ConstructorJavadoc;<a name="line.24"></a> <FONT color="green">025</FONT> import com.asemantics.rdfcoder.parser.javadoc.FieldJavadoc;<a name="line.25"></a> <FONT color="green">026</FONT> import com.asemantics.rdfcoder.parser.javadoc.MethodJavadoc;<a name="line.26"></a> <FONT color="green">027</FONT> import com.asemantics.rdfcoder.parser.ObjectsTable;<a name="line.27"></a> <FONT color="green">028</FONT> import org.apache.log4j.Logger;<a name="line.28"></a> <FONT color="green">029</FONT> <a name="line.29"></a> <FONT color="green">030</FONT> /**<a name="line.30"></a> <FONT color="green">031</FONT> * A &lt;code&gt;CodeHandler&lt;/code&gt; implementation used to perform debugging.<a name="line.31"></a> <FONT color="green">032</FONT> */<a name="line.32"></a> <FONT color="green">033</FONT> public class JavaCodeHandlerDebugImpl implements JavaCodeHandler {<a name="line.33"></a> <FONT color="green">034</FONT> <a name="line.34"></a> <FONT color="green">035</FONT> private static final Logger logger = Logger.getLogger(JavaCodeHandlerDebugImpl.class);<a name="line.35"></a> <FONT color="green">036</FONT> <a name="line.36"></a> <FONT color="green">037</FONT> public void startParsing(String libraryName, String location) {<a name="line.37"></a> <FONT color="green">038</FONT> if(logger.isDebugEnabled()) {<a name="line.38"></a> <FONT color="green">039</FONT> logger.debug("Start parsing process of library '" + libraryName + "' at location '" + location + "'");<a name="line.39"></a> <FONT color="green">040</FONT> }<a name="line.40"></a> <FONT color="green">041</FONT> }<a name="line.41"></a> <FONT color="green">042</FONT> <a name="line.42"></a> <FONT color="green">043</FONT> public void endParsing() {<a name="line.43"></a> <FONT color="green">044</FONT> if(logger.isDebugEnabled()) {<a name="line.44"></a> <FONT color="green">045</FONT> logger.debug("End parsing process");<a name="line.45"></a> <FONT color="green">046</FONT> }<a name="line.46"></a> <FONT color="green">047</FONT> }<a name="line.47"></a> <FONT color="green">048</FONT> <a name="line.48"></a> <FONT color="green">049</FONT> public void startCompilationUnit(String identifier) {<a name="line.49"></a> <FONT color="green">050</FONT> if(logger.isDebugEnabled()) {<a name="line.50"></a> <FONT color="green">051</FONT> logger.debug("Start compilation unit: " + identifier);<a name="line.51"></a> <FONT color="green">052</FONT> }<a name="line.52"></a> <FONT color="green">053</FONT> }<a name="line.53"></a> <FONT color="green">054</FONT> <a name="line.54"></a> <FONT color="green">055</FONT> public void endCompilationUnit() {<a name="line.55"></a> <FONT color="green">056</FONT> if(logger.isDebugEnabled()) {<a name="line.56"></a> <FONT color="green">057</FONT> logger.debug("End compilation unit");<a name="line.57"></a> <FONT color="green">058</FONT> }<a name="line.58"></a> <FONT color="green">059</FONT> }<a name="line.59"></a> <FONT color="green">060</FONT> <a name="line.60"></a> <FONT color="green">061</FONT> public void startPackage(Identifier pathToPackage) {<a name="line.61"></a> <FONT color="green">062</FONT> if(logger.isDebugEnabled()) {<a name="line.62"></a> <FONT color="green">063</FONT> logger.debug("Start package: " + pathToPackage);<a name="line.63"></a> <FONT color="green">064</FONT> }<a name="line.64"></a> <FONT color="green">065</FONT> }<a name="line.65"></a> <FONT color="green">066</FONT> <a name="line.66"></a> <FONT color="green">067</FONT> public void endPackage() {<a name="line.67"></a> <FONT color="green">068</FONT> if(logger.isDebugEnabled()) {<a name="line.68"></a> <FONT color="green">069</FONT> logger.debug("End package");<a name="line.69"></a> <FONT color="green">070</FONT> }<a name="line.70"></a> <FONT color="green">071</FONT> }<a name="line.71"></a> <FONT color="green">072</FONT> <a name="line.72"></a> <FONT color="green">073</FONT> public void startInterface(<a name="line.73"></a> <FONT color="green">074</FONT> Identifier pathToInterface,<a name="line.74"></a> <FONT color="green">075</FONT> Identifier[] extendedInterfaces<a name="line.75"></a> <FONT color="green">076</FONT> ) {<a name="line.76"></a> <FONT color="green">077</FONT> if(logger.isDebugEnabled()) {<a name="line.77"></a> <FONT color="green">078</FONT> logger.debug("Start interface " + pathToInterface + " extending &lt; ");<a name="line.78"></a> <FONT color="green">079</FONT> for(Identifier extendedInterface : extendedInterfaces) {<a name="line.79"></a> <FONT color="green">080</FONT> logger.debug(" " + extendedInterface + " ");<a name="line.80"></a> <FONT color="green">081</FONT> }<a name="line.81"></a> <FONT color="green">082</FONT> logger.debug("&gt;");<a name="line.82"></a> <FONT color="green">083</FONT> }<a name="line.83"></a> <FONT color="green">084</FONT> }<a name="line.84"></a> <FONT color="green">085</FONT> <a name="line.85"></a> <FONT color="green">086</FONT> public void endInterface() {<a name="line.86"></a> <FONT color="green">087</FONT> if(logger.isDebugEnabled()) {<a name="line.87"></a> <FONT color="green">088</FONT> logger.debug("End interface");<a name="line.88"></a> <FONT color="green">089</FONT> }<a name="line.89"></a> <FONT color="green">090</FONT> }<a name="line.90"></a> <FONT color="green">091</FONT> <a name="line.91"></a> <FONT color="green">092</FONT> public void startClass(<a name="line.92"></a> <FONT color="green">093</FONT> JavaCodeModel.JModifier[] modifiers,<a name="line.93"></a> <FONT color="green">094</FONT> JavaCodeModel.JVisibility visibility,<a name="line.94"></a> <FONT color="green">095</FONT> Identifier pathToClass,<a name="line.95"></a> <FONT color="green">096</FONT> Identifier extendedClass,<a name="line.96"></a> <FONT color="green">097</FONT> Identifier[] implementedInterfaces<a name="line.97"></a> <FONT color="green">098</FONT> ) {<a name="line.98"></a> <FONT color="green">099</FONT> if(logger.isDebugEnabled()) {<a name="line.99"></a> <FONT color="green">100</FONT> logger.debug(<a name="line.100"></a> <FONT color="green">101</FONT> "Start class " + pathToClass +<a name="line.101"></a> <FONT color="green">102</FONT> " visibility: " + visibility +<a name="line.102"></a> <FONT color="green">103</FONT> " modifiers: " + JavaCodeModel.JModifier.toByte(modifiers)<a name="line.103"></a> <FONT color="green">104</FONT> );<a name="line.104"></a> <FONT color="green">105</FONT> logger.debug(" extending class " + extendedClass);<a name="line.105"></a> <FONT color="green">106</FONT> logger.debug(" implemented interfaces &lt; ");<a name="line.106"></a> <FONT color="green">107</FONT> for (Identifier implementedInterface : implementedInterfaces) {<a name="line.107"></a> <FONT color="green">108</FONT> logger.debug(" " + implementedInterface + " ");<a name="line.108"></a> <FONT color="green">109</FONT> }<a name="line.109"></a> <FONT color="green">110</FONT> logger.debug("&gt;");<a name="line.110"></a> <FONT color="green">111</FONT> }<a name="line.111"></a> <FONT color="green">112</FONT> }<a name="line.112"></a> <FONT color="green">113</FONT> <a name="line.113"></a> <FONT color="green">114</FONT> public void endClass() {<a name="line.114"></a> <FONT color="green">115</FONT> if(logger.isDebugEnabled()) {<a name="line.115"></a> <FONT color="green">116</FONT> logger.debug("End class");<a name="line.116"></a> <FONT color="green">117</FONT> }<a name="line.117"></a> <FONT color="green">118</FONT> }<a name="line.118"></a> <FONT color="green">119</FONT> <a name="line.119"></a> <FONT color="green">120</FONT> public void startEnumeration(<a name="line.120"></a> <FONT color="green">121</FONT> JavaCodeModel.JModifier[] modifiers,<a name="line.121"></a> <FONT color="green">122</FONT> JavaCodeModel.JVisibility visibility,<a name="line.122"></a> <FONT color="green">123</FONT> Identifier pathToEnumeration,<a name="line.123"></a> <FONT color="green">124</FONT> String[] elements<a name="line.124"></a> <FONT color="green">125</FONT> ) {<a name="line.125"></a> <FONT color="green">126</FONT> if(logger.isDebugEnabled()) {<a name="line.126"></a> <FONT color="green">127</FONT> logger.debug(<a name="line.127"></a> <FONT color="green">128</FONT> "start enumeration " + pathToEnumeration +<a name="line.128"></a> <FONT color="green">129</FONT> " visibility " + visibility +<a name="line.129"></a> <FONT color="green">130</FONT> " modifiers " + JavaCodeModel.JModifier.toByte(modifiers)<a name="line.130"></a> <FONT color="green">131</FONT> );<a name="line.131"></a> <FONT color="green">132</FONT> logger.debug("{");<a name="line.132"></a> <FONT color="green">133</FONT> for(String element : elements) {<a name="line.133"></a> <FONT color="green">134</FONT> logger.debug(element);<a name="line.134"></a> <FONT color="green">135</FONT> }<a name="line.135"></a> <FONT color="green">136</FONT> logger.debug("}");<a name="line.136"></a> <FONT color="green">137</FONT> }<a name="line.137"></a> <FONT color="green">138</FONT> }<a name="line.138"></a> <FONT color="green">139</FONT> <a name="line.139"></a> <FONT color="green">140</FONT> public void endEnumeration() {<a name="line.140"></a> <FONT color="green">141</FONT> if(logger.isDebugEnabled()) {<a name="line.141"></a> <FONT color="green">142</FONT> logger.debug("end enumeration");<a name="line.142"></a> <FONT color="green">143</FONT> }<a name="line.143"></a> <FONT color="green">144</FONT> }<a name="line.144"></a> <FONT color="green">145</FONT> <a name="line.145"></a> <FONT color="green">146</FONT> public void attribute(<a name="line.146"></a> <FONT color="green">147</FONT> JavaCodeModel.JModifier[] modifiers,<a name="line.147"></a> <FONT color="green">148</FONT> JavaCodeModel.JVisibility visibility,<a name="line.148"></a> <FONT color="green">149</FONT> Identifier pathToAttribute,<a name="line.149"></a> <FONT color="green">150</FONT> JavaCodeModel.JType type,<a name="line.150"></a> <FONT color="green">151</FONT> String value<a name="line.151"></a> <FONT color="green">152</FONT> ) {<a name="line.152"></a> <FONT color="green">153</FONT> if(logger.isDebugEnabled()) {<a name="line.153"></a> <FONT color="green">154</FONT> logger.debug(<a name="line.154"></a> <FONT color="green">155</FONT> "attribute " + pathToAttribute +<a name="line.155"></a> <FONT color="green">156</FONT> " visibility " + visibility +<a name="line.156"></a> <FONT color="green">157</FONT> " modifiers " + JavaCodeModel.JModifier.toByte(modifiers)<a name="line.157"></a> <FONT color="green">158</FONT> );<a name="line.158"></a> <FONT color="green">159</FONT> logger.debug(" of type " + type + " ");<a name="line.159"></a> <FONT color="green">160</FONT> logger.debug(" with value " + value);<a name="line.160"></a> <FONT color="green">161</FONT> }<a name="line.161"></a> <FONT color="green">162</FONT> }<a name="line.162"></a> <FONT color="green">163</FONT> <a name="line.163"></a> <FONT color="green">164</FONT> public void constructor(<a name="line.164"></a> <FONT color="green">165</FONT> JavaCodeModel.JModifier[] modifiers,<a name="line.165"></a> <FONT color="green">166</FONT> JavaCodeModel.JVisibility visibility,<a name="line.166"></a> <FONT color="green">167</FONT> int signatureHashCode,<a name="line.167"></a> <FONT color="green">168</FONT> String[] parameterNames,<a name="line.168"></a> <FONT color="green">169</FONT> JavaCodeModel.JType[] parameterTypes,<a name="line.169"></a> <FONT color="green">170</FONT> JavaCodeModel.ExceptionType[] exceptions<a name="line.170"></a> <FONT color="green">171</FONT> ) {<a name="line.171"></a> <FONT color="green">172</FONT> if(logger.isDebugEnabled()) {<a name="line.172"></a> <FONT color="green">173</FONT> logger.debug(<a name="line.173"></a> <FONT color="green">174</FONT> "constructor " + signatureHashCode +<a name="line.174"></a> <FONT color="green">175</FONT> " visibility " + visibility +<a name="line.175"></a> <FONT color="green">176</FONT> " modifiers " + JavaCodeModel.JModifier.toByte(modifiers)<a name="line.176"></a> <FONT color="green">177</FONT> );<a name="line.177"></a> <FONT color="green">178</FONT> logger.debug("{");<a name="line.178"></a> <FONT color="green">179</FONT> printParameters(parameterNames, parameterTypes);<a name="line.179"></a> <FONT color="green">180</FONT> logger.debug("}");<a name="line.180"></a> <FONT color="green">181</FONT> printExceptions(exceptions);<a name="line.181"></a> <FONT color="green">182</FONT> }<a name="line.182"></a> <FONT color="green">183</FONT> }<a name="line.183"></a> <FONT color="green">184</FONT> <a name="line.184"></a> <FONT color="green">185</FONT> public void method(<a name="line.185"></a> <FONT color="green">186</FONT> JavaCodeModel.JModifier[] modifiers,<a name="line.186"></a> <FONT color="green">187</FONT> JavaCodeModel.JVisibility visibility,<a name="line.187"></a> <FONT color="green">188</FONT> Identifier pathToMethod,<a name="line.188"></a> <FONT color="green">189</FONT> int signatureHashCode,<a name="line.189"></a> <FONT color="green">190</FONT> String[] parameterNames,<a name="line.190"></a> <FONT color="green">191</FONT> JavaCodeModel.JType[] parameterTypes,<a name="line.191"></a> <FONT color="green">192</FONT> JavaCodeModel.JType returnType,<a name="line.192"></a> <FONT color="green">193</FONT> JavaCodeModel.ExceptionType[] exceptions<a name="line.193"></a> <FONT color="green">194</FONT> ) {<a name="line.194"></a> <FONT color="green">195</FONT> if(logger.isDebugEnabled()) {<a name="line.195"></a> <FONT color="green">196</FONT> logger.debug(<a name="line.196"></a> <FONT color="green">197</FONT> "method " + pathToMethod + " signature " + signatureHashCode +<a name="line.197"></a> <FONT color="green">198</FONT> " visibility " + visibility +<a name="line.198"></a> <FONT color="green">199</FONT> " modifiers " + JavaCodeModel.JModifier.toByte(modifiers)<a name="line.199"></a> <FONT color="green">200</FONT> );<a name="line.200"></a> <FONT color="green">201</FONT> logger.debug(" return type " + returnType);<a name="line.201"></a> <FONT color="green">202</FONT> logger.debug("{");<a name="line.202"></a> <FONT color="green">203</FONT> printParameters(parameterNames, parameterTypes);<a name="line.203"></a> <FONT color="green">204</FONT> logger.debug("}");<a name="line.204"></a> <FONT color="green">205</FONT> printExceptions(exceptions);<a name="line.205"></a> <FONT color="green">206</FONT> }<a name="line.206"></a> <FONT color="green">207</FONT> }<a name="line.207"></a> <FONT color="green">208</FONT> <a name="line.208"></a> <FONT color="green">209</FONT> public void parseError(String location, String description) {<a name="line.209"></a> <FONT color="green">210</FONT> if(logger.isDebugEnabled()) {<a name="line.210"></a> <FONT color="green">211</FONT> logger.debug("parseError: location: " + location + " description: " + description);<a name="line.211"></a> <FONT color="green">212</FONT> }<a name="line.212"></a> <FONT color="green">213</FONT> }<a name="line.213"></a> <FONT color="green">214</FONT> <a name="line.214"></a> <FONT color="green">215</FONT> public void unresolvedTypes(String[] types) {<a name="line.215"></a> <FONT color="green">216</FONT> if(logger.isDebugEnabled()) {<a name="line.216"></a> <FONT color="green">217</FONT> logger.debug("unresolvedTypes {");<a name="line.217"></a> <FONT color="green">218</FONT> for(String type : types) {<a name="line.218"></a> <FONT color="green">219</FONT> logger.debug(type);<a name="line.219"></a> <FONT color="green">220</FONT> }<a name="line.220"></a> <FONT color="green">221</FONT> logger.debug("}");<a name="line.221"></a> <FONT color="green">222</FONT> }<a name="line.222"></a> <FONT color="green">223</FONT> }<a name="line.223"></a> <FONT color="green">224</FONT> <a name="line.224"></a> <FONT color="green">225</FONT> public void preloadObjectsFromModel(ObjectsTable objectsTable) {<a name="line.225"></a> <FONT color="green">226</FONT> throw new UnsupportedOperationException();<a name="line.226"></a> <FONT color="green">227</FONT> }<a name="line.227"></a> <FONT color="green">228</FONT> <a name="line.228"></a> <FONT color="green">229</FONT> public void addErrorListener(ErrorListener errorListener) {<a name="line.229"></a> <FONT color="green">230</FONT> throw new UnsupportedOperationException();<a name="line.230"></a> <FONT color="green">231</FONT> }<a name="line.231"></a> <FONT color="green">232</FONT> <a name="line.232"></a> <FONT color="green">233</FONT> public void removeErrorListener(ErrorListener errorListener) {<a name="line.233"></a> <FONT color="green">234</FONT> throw new UnsupportedOperationException();<a name="line.234"></a> <FONT color="green">235</FONT> }<a name="line.235"></a> <FONT color="green">236</FONT> <a name="line.236"></a> <FONT color="green">237</FONT> public void classJavadoc(ClassJavadoc entry) {<a name="line.237"></a> <FONT color="green">238</FONT> if(logger.isDebugEnabled()) {<a name="line.238"></a> <FONT color="green">239</FONT> logger.debug("classJavadoc:" + entry);<a name="line.239"></a> <FONT color="green">240</FONT> }<a name="line.240"></a> <FONT color="green">241</FONT> }<a name="line.241"></a> <FONT color="green">242</FONT> <a name="line.242"></a> <FONT color="green">243</FONT> public void fieldJavadoc(FieldJavadoc entry) {<a name="line.243"></a> <FONT color="green">244</FONT> if(logger.isDebugEnabled()) {<a name="line.244"></a> <FONT color="green">245</FONT> logger.debug("fieldJavadoc:" + entry);<a name="line.245"></a> <FONT color="green">246</FONT> }<a name="line.246"></a> <FONT color="green">247</FONT> }<a name="line.247"></a> <FONT color="green">248</FONT> <a name="line.248"></a> <FONT color="green">249</FONT> public void constructorJavadoc(ConstructorJavadoc entry) {<a name="line.249"></a> <FONT color="green">250</FONT> if(logger.isDebugEnabled()) {<a name="line.250"></a> <FONT color="green">251</FONT> logger.debug("constructorJavadoc: " + entry);<a name="line.251"></a> <FONT color="green">252</FONT> }<a name="line.252"></a> <FONT color="green">253</FONT> }<a name="line.253"></a> <FONT color="green">254</FONT> <a name="line.254"></a> <FONT color="green">255</FONT> public void methodJavadoc(MethodJavadoc entry) {<a name="line.255"></a> <FONT color="green">256</FONT> if(logger.isDebugEnabled()) {<a name="line.256"></a> <FONT color="green">257</FONT> logger.debug("methodJavadoc: " + entry );<a name="line.257"></a> <FONT color="green">258</FONT> }<a name="line.258"></a> <FONT color="green">259</FONT> }<a name="line.259"></a> <FONT color="green">260</FONT> <a name="line.260"></a> <FONT color="green">261</FONT> public Identifier generateTempUniqueIdentifier() {<a name="line.261"></a> <FONT color="green">262</FONT> throw new UnsupportedOperationException();<a name="line.262"></a> <FONT color="green">263</FONT> }<a name="line.263"></a> <FONT color="green">264</FONT> <a name="line.264"></a> <FONT color="green">265</FONT> public int replaceIdentifierWithQualifiedType(Identifier identifier, Identifier qualifiedType) {<a name="line.265"></a> <FONT color="green">266</FONT> if(logger.isDebugEnabled()) {<a name="line.266"></a> <FONT color="green">267</FONT> logger.debug("replaceIdentifierWithQualifiedType " + identifier + " =&gt; " + qualifiedType);<a name="line.267"></a> <FONT color="green">268</FONT> }<a name="line.268"></a> <FONT color="green">269</FONT> return 0;<a name="line.269"></a> <FONT color="green">270</FONT> }<a name="line.270"></a> <FONT color="green">271</FONT> <a name="line.271"></a> <FONT color="green">272</FONT> private void printParameters(String[] names, JavaCodeModel.JType[] types) {<a name="line.272"></a> <FONT color="green">273</FONT> if(logger.isDebugEnabled()) {<a name="line.273"></a> <FONT color="green">274</FONT> for(int i = 0; i &lt; names.length; i++) {<a name="line.274"></a> <FONT color="green">275</FONT> logger.debug(names[i] + ": " + types[i]);<a name="line.275"></a> <FONT color="green">276</FONT> }<a name="line.276"></a> <FONT color="green">277</FONT> }<a name="line.277"></a> <FONT color="green">278</FONT> }<a name="line.278"></a> <FONT color="green">279</FONT> <a name="line.279"></a> <FONT color="green">280</FONT> private void printExceptions(JavaCodeModel.ExceptionType[] exceptions) {<a name="line.280"></a> <FONT color="green">281</FONT> if(exceptions == null || exceptions.length == 0) {<a name="line.281"></a> <FONT color="green">282</FONT> return;<a name="line.282"></a> <FONT color="green">283</FONT> }<a name="line.283"></a> <FONT color="green">284</FONT> if(logger.isDebugEnabled()) {<a name="line.284"></a> <FONT color="green">285</FONT> logger.debug(" throws ");<a name="line.285"></a> <FONT color="green">286</FONT> logger.debug("&lt;");<a name="line.286"></a> <FONT color="green">287</FONT> for (JavaCodeModel.ExceptionType exception : exceptions) {<a name="line.287"></a> <FONT color="green">288</FONT> logger.debug(" " + exception + " ");<a name="line.288"></a> <FONT color="green">289</FONT> }<a name="line.289"></a> <FONT color="green">290</FONT> logger.debug("&gt;");<a name="line.290"></a> <FONT color="green">291</FONT> }<a name="line.291"></a> <FONT color="green">292</FONT> }<a name="line.292"></a> <FONT color="green">293</FONT> <a name="line.293"></a> <FONT color="green">294</FONT> }<a name="line.294"></a> </PRE> </BODY> </HTML>
boost_1_42_0/libs/math/doc/html/index.html
kelvindk/Video-Stabilization
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Boost.Math</title> <link rel="stylesheet" href="../../../../doc/html/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.74.0"> <link rel="home" href="index.html" title="Boost.Math"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"></div> <div class="article" lang="en"> <div class="titlepage"> <div> <div><h2 class="title"> <a name="boost_math"></a>Boost.Math</h2></div> <div><p class="copyright">Copyright © 2007 Paul A. Bristow, Hubert Holin, John Maddock, Daryle Walker and Xiaogang Zhang</p></div> <div><div class="legalnotice"> <a name="id775863"></a><p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></div> </div> <hr> </div> <p> The following libraries are present in Boost.Math: </p> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Library </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> Complex Number Inverse Trigonometric Functions </p> <p> <a href="../complex/html/index.html" target="_top">HTML Docs</a> </p> <p> <a href="http://svn.boost.org/svn/boost/sandbox/pdf/math/release/complex-tr1.pdf" target="_top">PDF Docs</a> </p> </td> <td> <p> These complex number algorithms are the inverses of trigonometric functions currently present in the C++ standard. Equivalents to these functions are part of the C99 standard, and are part of the <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf" target="_top">Technical Report on C++ Library Extensions</a>. </p> </td> </tr> <tr> <td> <p> Greatest Common Divisor and Least Common Multiple </p> <p> <a href="../gcd/html/index.html" target="_top">HTML Docs</a> </p> <p> <a href="http://svn.boost.org/svn/boost/sandbox/pdf/math/release/math-gcd.pdf" target="_top">PDF Docs</a> </p> </td> <td> <p> The class and function templates in &lt;boost/math/common_factor.hpp&gt; provide run-time and compile-time evaluation of the greatest common divisor (GCD) or least common multiple (LCM) of two integers. These facilities are useful for many numeric-oriented generic programming problems. </p> </td> </tr> <tr> <td> <p> Octonions </p> <p> <a href="../octonion/html/index.html" target="_top">HTML Docs</a> </p> <p> <a href="http://svn.boost.org/svn/boost/sandbox/pdf/math/release/octonion.pdf" target="_top">PDF Docs</a> </p> </td> <td> <p> Octonions, like <a href="../quaternion/html/index.html" target="_top">quaternions</a>, are a relative of complex numbers. </p> <p> Octonions see some use in theoretical physics. </p> <p> In practical terms, an octonion is simply an octuple of real numbers (&#945;,&#946;,&#947;,&#948;,&#949;,&#950;,&#951;,&#952;), which we can write in the form <span class="emphasis"><em><code class="literal">o = &#945; + &#946;i + &#947;j + &#948;k + &#949;e' + &#950;i' + &#951;j' + &#952;k'</code></em></span>, where <span class="emphasis"><em><code class="literal">i</code></em></span>, <span class="emphasis"><em><code class="literal">j</code></em></span> and <span class="emphasis"><em><code class="literal">k</code></em></span> are the same objects as for quaternions, and <span class="emphasis"><em><code class="literal">e'</code></em></span>, <span class="emphasis"><em><code class="literal">i'</code></em></span>, <span class="emphasis"><em><code class="literal">j'</code></em></span> and <span class="emphasis"><em><code class="literal">k'</code></em></span> are distinct objects which play essentially the same kind of role as <span class="emphasis"><em><code class="literal">i</code></em></span> (or <span class="emphasis"><em><code class="literal">j</code></em></span> or <span class="emphasis"><em><code class="literal">k</code></em></span>). </p> <p> Addition and a multiplication is defined on the set of octonions, which generalize their quaternionic counterparts. The main novelty this time is that <span class="bold"><strong>the multiplication is not only not commutative, is now not even associative</strong></span> (i.e. there are quaternions <span class="emphasis"><em><code class="literal">x</code></em></span>, <span class="emphasis"><em><code class="literal">y</code></em></span> and <span class="emphasis"><em><code class="literal">z</code></em></span> such that <span class="emphasis"><em><code class="literal">x(yz) &#8800; (xy)z</code></em></span>). A way of remembering things is by using the following multiplication table: </p> <p> <span class="inlinemediaobject"><img src="../../octonion/graphics/octonion_blurb17.jpeg" alt="octonion_blurb17"></span> </p> <p> Octonions (and their kin) are described in far more details in this other <a href="../../quaternion/TQE.pdf" target="_top">document</a> (with <a href="../../quaternion/TQE_EA.pdf" target="_top">errata and addenda</a>). </p> <p> Some traditional constructs, such as the exponential, carry over without too much change into the realms of octonions, but other, such as taking a square root, do not (the fact that the exponential has a closed form is a result of the author, but the fact that the exponential exists at all for octonions is known since quite a long time ago). </p> </td> </tr> <tr> <td> <p> Special Functions </p> <p> <a href="../sf_and_dist/html/index.html" target="_top">HTML Docs</a> </p> <p> <a href="http://svn.boost.org/svn/boost/sandbox/pdf/math/release/math.pdf" target="_top">PDF Docs</a> </p> </td> <td> <p> Provides a number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. </p> <p> The function families currently implemented are the gamma, beta &amp; erf functions along with the incomplete gamma and beta functions (four variants of each) and all the possible inverses of these, plus digamma, various factorial functions, Bessel functions, elliptic integrals, sinus cardinals (along with their hyperbolic variants), inverse hyperbolic functions, Legrendre/Laguerre/Hermite polynomials and various special power and logarithmic functions. </p> <p> All the implementations are fully generic and support the use of arbitrary "real-number" types, although they are optimised for use with types with known-about significand (or mantissa) sizes: typically float, double or long double. </p> </td> </tr> <tr> <td> <p> Statistical Distributions </p> <p> <a href="../sf_and_dist/html/index.html" target="_top">HTML Docs</a> </p> <p> <a href="http://svn.boost.org/svn/boost/sandbox/pdf/math/release/math.pdf" target="_top">PDF Docs</a> </p> </td> <td> <p> Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. </p> <p> The initial focus is on the central univariate distributions. Both continuous (like normal &amp; Fisher) and discrete (like binomial &amp; Poisson) distributions are provided. </p> <p> A comprehensive tutorial is provided, along with a series of worked examples illustrating how the library is used to conduct statistical tests. </p> </td> </tr> <tr> <td> <p> Quaternions </p> <p> <a href="../quaternion/html/index.html" target="_top">HTML Docs</a> </p> <p> <a href="http://svn.boost.org/svn/boost/sandbox/pdf/math/release/quaternion.pdf" target="_top">PDF Docs</a> </p> </td> <td> <p> Quaternions are a relative of complex numbers. </p> <p> Quaternions are in fact part of a small hierarchy of structures built upon the real numbers, which comprise only the set of real numbers (traditionally named <span class="emphasis"><em><span class="bold"><strong>R</strong></span></em></span>), the set of complex numbers (traditionally named <span class="emphasis"><em><span class="bold"><strong>C</strong></span></em></span>), the set of quaternions (traditionally named <span class="emphasis"><em><span class="bold"><strong>H</strong></span></em></span>) and the set of octonions (traditionally named <span class="emphasis"><em><span class="bold"><strong>O</strong></span></em></span>), which possess interesting mathematical properties (chief among which is the fact that they are <span class="emphasis"><em>division algebras</em></span>, <span class="emphasis"><em>i.e.</em></span> where the following property is true: if <span class="emphasis"><em><code class="literal">y</code></em></span> is an element of that algebra and is <span class="bold"><strong>not equal to zero</strong></span>, then <span class="emphasis"><em><code class="literal">yx = yx'</code></em></span>, where <span class="emphasis"><em><code class="literal">x</code></em></span> and <span class="emphasis"><em><code class="literal">x'</code></em></span> denote elements of that algebra, implies that <span class="emphasis"><em><code class="literal">x = x'</code></em></span>). Each member of the hierarchy is a super-set of the former. </p> <p> One of the most important aspects of quaternions is that they provide an efficient way to parameterize rotations in <span class="emphasis"><em><span class="bold"><strong>R<sup>3</sup></strong></span></em></span> (the usual three-dimensional space) and <span class="emphasis"><em><span class="bold"><strong>R<sup>4</sup></strong></span></em></span>. </p> <p> In practical terms, a quaternion is simply a quadruple of real numbers (&#945;,&#946;,&#947;,&#948;), which we can write in the form <span class="emphasis"><em><code class="literal">q = &#945; + &#946;i + &#947;j + &#948;k</code></em></span>, where <span class="emphasis"><em><code class="literal">i</code></em></span> is the same object as for complex numbers, and <span class="emphasis"><em><code class="literal">j</code></em></span> and <span class="emphasis"><em><code class="literal">k</code></em></span> are distinct objects which play essentially the same kind of role as <span class="emphasis"><em><code class="literal">i</code></em></span>. </p> <p> An addition and a multiplication is defined on the set of quaternions, which generalize their real and complex counterparts. The main novelty here is that <span class="bold"><strong>the multiplication is not commutative</strong></span> (i.e. there are quaternions <span class="emphasis"><em><code class="literal">x</code></em></span> and <span class="emphasis"><em><code class="literal">y</code></em></span> such that <span class="emphasis"><em><code class="literal">xy &#8800; yx</code></em></span>). A good mnemotechnical way of remembering things is by using the formula <span class="emphasis"><em><code class="literal">i*i = j*j = k*k = -1</code></em></span>. </p> <p> Quaternions (and their kin) are described in far more details in this other <a href="../../quaternion/TQE.pdf" target="_top">document</a> (with <a href="../../quaternion/TQE_EA.pdf" target="_top">errata and addenda</a>). </p> <p> Some traditional constructs, such as the exponential, carry over without too much change into the realms of quaternions, but other, such as taking a square root, do not. </p> </td> </tr> </tbody> </table></div> <p> The following Boost libraries are also mathematically oriented: </p> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Library </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> <a href="../../../integer/index.html" target="_top">Integer</a> </p> </td> <td> <p> Headers to ease dealing with integral types. </p> </td> </tr> <tr> <td> <p> <a href="../../../numeric/interval/doc/interval.htm" target="_top">Interval</a> </p> </td> <td> <p> As implied by its name, this library is intended to help manipulating mathematical intervals. It consists of a single header &lt;boost/numeric/interval.hpp&gt; and principally a type which can be used as interval&lt;T&gt;. </p> </td> </tr> <tr> <td> <p> <a href="../../../multi_array/doc/index.html" target="_top">Multi Array</a> </p> </td> <td> <p> Boost.MultiArray provides a generic N-dimensional array concept definition and common implementations of that interface. </p> </td> </tr> <tr> <td> <p> <a href="../../../numeric/conversion/index.html" target="_top">Numeric.Conversion</a> </p> </td> <td> <p> The Boost Numeric Conversion library is a collection of tools to describe and perform conversions between values of different numeric types. </p> </td> </tr> <tr> <td> <p> <a href="../../../utility/operators.htm" target="_top">Operators</a> </p> </td> <td> <p> The header &lt;boost/operators.hpp&gt; supplies several sets of class templates (in namespace boost). These templates define operators at namespace scope in terms of a minimal number of fundamental operators provided by the class. </p> </td> </tr> <tr> <td> <p> <a href="../../../random/index.html" target="_top">Random</a> </p> </td> <td> <p> Random numbers are useful in a variety of applications. The Boost Random Number Library (Boost.Random for short) provides a vast variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. </p> </td> </tr> <tr> <td> <p> <a href="../../../rational/index.html" target="_top">Rational</a> </p> </td> <td> <p> The header rational.hpp provides an implementation of rational numbers. The implementation is template-based, in a similar manner to the standard complex number class. </p> </td> </tr> <tr> <td> <p> <a href="../../../numeric/ublas/doc/index.htm" target="_top">uBLAS</a> </p> </td> <td> <p> uBLAS is a C++ template class library that provides BLAS level 1, 2, 3 functionality for dense, packed and sparse matrices. The design and implementation unify mathematical notation via operator overloading and efficient code generation via expression templates. </p> </td> </tr> </tbody> </table></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"><p><small>Last revised: May 28, 2008 at 10:39:25 +0100</small></p></td> <td align="right"><div class="copyright-footer"></div></td> </tr></table> <hr> <div class="spirit-nav"></div> </body> </html>
restaurant-server/WebContent/ayuda-cliente/Registrarunanuevatarjeta.html
tinchoabbate/restaurant
<!DOCTYPE html> <html lang="es"> <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 rel="icon" href="favicon.ico"/> <title>Registrar una nueva tarjeta</title> <meta name="description" content="" /> <meta name="keywords" content=""> <!-- Twitter Card data --> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Registrar una nueva tarjeta"> <meta name="twitter:description" content=""> <!-- Open Graph data --> <meta property="og:title" content="Registrar una nueva tarjeta" /> <meta property="og:type" content="article" /> <meta property="og:description" content="" /> <meta property="og:site_name" content="Ayuda para clientes" /> <!-- Bootstrap core CSS --> <link href="../vendors/bootstrap-3.3.7/css/bootstrap.min.css" rel="stylesheet"/> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="../vendors/html5shiv-3.7.2/html5shiv.min.js"></script> <script src="../vendors/respond-1.4.2/respond.min.js"></script> <![endif]--> <!-- JsTree styles --> <link href="../vendors/jstree-3.3.2/themes/default/style.min.css" rel="stylesheet"/> <!-- Hnd styles --> <link href="../css/layout.min.css" rel="stylesheet" /> <link href="../css/effects.min.css" rel="stylesheet" /> <link href="css/theme-light-blue.min.css" rel="stylesheet" /> <link href="../css/print.min.css" rel="stylesheet" media="print" /> <style type="text/css">nav { width: 350px} @media screen and (min-width:769px) { body.md-nav-expanded #main { margin-left: 350px} body.md-nav-expanded header { padding-left: 364px} }</style> <!-- Content style --> <link href="../css/hnd.content.css" rel="stylesheet" /> </head> <body class="md-nav-expanded"> <div id="skip-link"> <a href="#main-content" class="element-invisible">Ir a contenido principal</a> </div> <header class="headroom"> <button class="hnd-toggle btn btn-default"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span> </button> <h1>Ayuda para clientes</h1> </header> <nav class="md-nav-expanded"> <!-- Nav tabs --> <ul class="tab-tabs nav nav-tabs" role="tablist"> <li id="nav-close"> <button class="hnd-toggle btn btn-default"> <span class="glyphicon glyphicon-remove" aria-hidden="true"></span> </button> </li> <li role="presentation" class="tab"> <a id="tab-home" role="tab" href="/RestaurantServer/home"> <i class="glyphicon glyphicon-arrow-left"></i> Salir </a> </li> <li role="presentation" class="tab active"> <a href="#contents" id="tab-contents" aria-controls="contents" role="tab" data-toggle="tab"> <i class="glyphicon glyphicon-list"></i> &Iacute;ndice </a> </li> <li role="presentation" class="tab"> <a href="#search" id="tab-search" aria-controls="search" role="tab" data-toggle="tab"> <i class="glyphicon glyphicon-search"></i> Buscar </a> </li> </ul> <!-- /Nav tabs --> <!-- Tab panes --> <div class="tab-content"> <div role="tabpanel" class="tab-pane active" id="contents"> <div id="toc" class="tree-container unselectable" data-url="_toc.json" data-openlvl="1" > </div> </div> <!-- /contents--> <div role="tabpanel" class="tab-pane" id="search"> <div class="search-content"> <div class="search-input"> <form id="search-form"> <div class="form-group"> <div class="input-group"> <input type="text" class="form-control" id="input-search" name="input-search" placeholder="Buscar..." /> <span class="input-group-btn"> <button class="btn btn-default" type="submit"> <span class="glyphicon glyphicon-search" aria-hidden="true"></span> </button> </span> </div> </div> </form> </div> <!-- /search-input --> <div class="search-result"> <div id="search-info"></div> <div class="tree-container unselectable" id="search-tree"></div> </div> <!-- /search-result --> </div> <!-- /search-content --> </div> <!-- /search--> </div> <!-- /Tab panes --> </nav> <div id="main"> <article> <div id="topic-content" class="container-fluid" data-hnd-id="Registrarunanuevatarjeta" data-hnd-context="8" data-hnd-title="Registrar una nueva tarjeta" > <div class="navigation"> <ol class="breadcrumb"> <li><a href="/RestaurantServer/ayuda-cliente/Tutoriales.html">Tutoriales</a></li> </ol> <div class="nav-arrows"> <div class="btn-group btn-group-xs" role="group"><a class="btn btn-default" href="/RestaurantServer/ayuda-cliente/Tutoriales.html" title="Tutoriales" role="button"><span class="glyphicon glyphicon-menu-up" aria-hidden="true"></span></a><a class="btn btn-default" href="/RestaurantServer/ayuda-cliente/Listarmistarjetas.html" title="Listar mis tarjetas" role="button"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span></a><a class="btn btn-default" href="/RestaurantServer/ayuda-cliente/Modificarlosdatosdeunatarjeta.html" title="Modificar los datos de una tarjeta" role="button"><span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span></a></div> </div> </div> <a id="main-content"></a> <h2>Registrar una nueva tarjeta</h2> <div class="main-content"> <p></p> <p class="rvps4"><span class="rvts11">Tanto si está a punto de&nbsp;</span><a class="rvts17" href="Realizarunpedido.html">realizar un pedido</a><span class="rvts11">&nbsp;y no ha registrado una tarjeta aún o desea agregar una nueva tarjeta al sistema, usted tiene la posibilidad de registrar una tarjeta y vincularla a su usuario para utilizarla como medio de pago en sus pedidos. Este proceso se realiza de la siguiente forma:</span></p> <p class="rvps4"><span class="rvts11"><br/></span></p> <ol style="text-indent: 0px; padding: 0; margin: 0 0 0 24px; list-style-position: outside; list-style-type: decimal;"> <li value="1" class="rvps4"><span class="rvts11">Una vez que haya iniciado sesión (si no sabe cómo hacerlo diríjase&nbsp;</span><a class="rvts17" href="Iniciarsesion.html">aquí</a><span class="rvts11">), usted puede acceder con al formulario de registro de tarjetas de tres formas diferentes:</span></li> </ol> <ul style="text-indent: 0px; padding: 0; margin: 0 0 0 0px; list-style-position: inside; list-style-type: disc;"><ol style="text-indent: 0px; padding: 0; margin: 0 0 0 72px; list-style-position: outside; list-style-type: lower-alpha;"> <li value="1" class="rvps4"><span class="rvts11">Terminando un pedido sin que su cuenta posea al menos una tarjeta registrada.</span></li> <li value="2" class="rvps4"><span class="rvts11">Seleccionando la opción "Tengo una nueva tarjeta", tal y como se indica en el paso 2 del tutorial&nbsp;</span><a class="rvts17" href="Realizarunpedido.html">Realizar un pedido</a><span class="rvts11">.</span></li> <li value="3" class="rvps4"><span class="rvts11">Seleccionando la opción "Registrar nueva tarjeta" en el listado de tarjetas de su cuenta (si no sabe cómo acceder a este listado diríjase </span><a class="rvts17" href="Registrarunanuevatarjeta.html">aquí</a><span class="rvts11">).</span></li> </ol></ul> <p class="rvps4"><span class="rvts11">&nbsp; &nbsp; Sea cual fuere el caso, usted se encontrará con un formulario como el que se muestra a continuación, el cual deberá completar con los datos de la tarjeta que desea registrar. Al finalizar seleccione la opción "Registrar".</span></p> <p class="rvps4"><span class="rvts11"><br/></span></p> <p class="rvps7"><img alt="" style="vertical-align: middle;" src="lib/UsersAlejogitrestaurantrestaurant-serverWeb19.png"></p> <p class="rvps7"><span class="rvts11"><br/></span></p> <ol style="text-indent: 0px; padding: 0; margin: 0 0 0 0px; list-style-position: inside; list-style-type: decimal;"> <li value="2" class="rvps6"><span class="rvts11">Una vez completado el paso anterior, la tarjeta debería estar registrada en el sistema, vinculada a su usuario y lista para ser utilizada como medio de pago en sus pedidos.</span></li> </ol> <p></p> <p class="rvps5" style="clear: both;"><span class="rvts13">Created with the Personal Edition of HelpNDoc: </span><a class="rvts14" href="https://www.helpndoc.com">Easy EPub and documentation editor</a></p> </div> <div id="topic_footer"><div id="topic_footer_content">&copy; Abbatemarco, Brizuela &amp; Cervino - Proyecto Final - 2017. </div></div> </div> <!-- /#topic-content --> </article> <footer></footer> </div> <!-- /#main --> <div class="mask" data-toggle="sm-nav-expanded"></div> <!-- Modal --> <div class="modal fade" id="hndModal" tabindex="-1" role="dialog" aria-labelledby="hndModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title" id="hndModalLabel"></h4> </div> <div class="modal-body"> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary modal-btn-close" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Scripts --> <script src="../vendors/jquery-1.11.2/jquery-1.11.2.min.js"></script> <script src="../vendors/bootstrap-3.3.7/js/bootstrap.min.js"></script> <script src="../vendors/fastclick-1.0.6/fastclick.min.js"></script> <script src="../vendors/markjs-8.8.3/jquery.mark.min.js"></script> <script src="../vendors/uri-1.18.9/uri.min.js"></script> <!-- Headroom --> <script src="../vendors/headroom-0.9.3/headroom.min.js"></script> <script src="../vendors/headroom-0.9.3/jquery.headroom.min.js"></script> <!-- JsTree --> <script src="../vendors/jstree-3.3.2/jstree.min.js"></script> <!-- HelpNDoc scripts --> <script src="_translations.js"></script> <script src="../js/hndsd.min.js"></script> <script src="../js/hndse.min.js"></script> <script src="../js/app.min.js"></script> <!-- Scripts --> <script> $(function() { // Instanciate FastClick Origami.fastclick(document.body); // Create the app var app = new Hnd.App(); // Update translations hnd_ut(app); // Custom JS // Boot the app app.Boot(); }); </script> </body> </html>
healthsurvey/build/reports/tests/packages/com.app.app.server.service.html
applifireAlgo/appApplifire
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="x-ua-compatible" content="IE=edge"/> <title>Test results - Package com.app.app.server.service</title> <link href="../css/base-style.css" rel="stylesheet" type="text/css"/> <link href="../css/style.css" rel="stylesheet" type="text/css"/> <script src="../js/report.js" type="text/javascript"></script> </head> <body> <div id="content"> <h1>Package com.app.app.server.service</h1> <div class="breadcrumbs"> <a href="../index.html">all</a> &gt; com.app.app.server.service</div> <div id="summary"> <table> <tr> <td> <div class="summaryGroup"> <table> <tr> <td> <div class="infoBox" id="tests"> <div class="counter">187</div> <p>tests</p> </div> </td> <td> <div class="infoBox" id="failures"> <div class="counter">0</div> <p>failures</p> </div> </td> <td> <div class="infoBox" id="ignored"> <div class="counter">0</div> <p>ignored</p> </div> </td> <td> <div class="infoBox" id="duration"> <div class="counter">36.285s</div> <p>duration</p> </div> </td> </tr> </table> </div> </td> <td> <div class="infoBox success" id="successRate"> <div class="percent">100%</div> <p>successful</p> </div> </td> </tr> </table> </div> <div id="tabs"> <ul class="tabLinks"> <li> <a href="#tab0">Classes</a> </li> </ul> <div id="tab0" class="tab"> <h2>Classes</h2> <table> <thread> <tr> <th>Class</th> <th>Tests</th> <th>Failures</th> <th>Ignored</th> <th>Duration</th> <th>Success rate</th> </tr> </thread> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.AddressTestCase.html">AddressTestCase</a> </td> <td>8</td> <td>0</td> <td>0</td> <td>3.682s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.AddressTypeTestCase.html">AddressTypeTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.241s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.AppCustomerCategoryTestCase.html">AppCustomerCategoryTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.398s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.AppCustomerTestCase.html">AppCustomerTestCase</a> </td> <td>7</td> <td>0</td> <td>0</td> <td>1.195s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.AppCustomerTypeTestCase.html">AppCustomerTypeTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.217s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.AppMenusTestCase.html">AppMenusTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.154s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.CityTestCase.html">CityTestCase</a> </td> <td>6</td> <td>0</td> <td>0</td> <td>0.425s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.CommunicationGroupTestCase.html">CommunicationGroupTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.253s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.CommunicationTypeTestCase.html">CommunicationTypeTestCase</a> </td> <td>5</td> <td>0</td> <td>0</td> <td>0.416s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.ContactTypeTestCase.html">ContactTypeTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.352s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.CoreContactsTestCase.html">CoreContactsTestCase</a> </td> <td>8</td> <td>0</td> <td>0</td> <td>1.555s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.CountryTestCase.html">CountryTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.175s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.CurrencyTestCase.html">CurrencyTestCase</a> </td> <td>5</td> <td>0</td> <td>0</td> <td>0.419s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.DistrictTestCase.html">DistrictTestCase</a> </td> <td>7</td> <td>0</td> <td>0</td> <td>0.585s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.GenderTestCase.html">GenderTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.165s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.LanguageTestCase.html">LanguageTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.199s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.LoginTestCase.html">LoginTestCase</a> </td> <td>6</td> <td>0</td> <td>0</td> <td>1.103s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.PasswordAlgoTestCase.html">PasswordAlgoTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.318s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.PasswordPolicyTestCase.html">PasswordPolicyTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.266s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.QuestionTestCase.html">QuestionTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.216s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.RegionTestCase.html">RegionTestCase</a> </td> <td>6</td> <td>0</td> <td>0</td> <td>0.482s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.RolesTestCase.html">RolesTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.431s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.StateTestCase.html">StateTestCase</a> </td> <td>5</td> <td>0</td> <td>0</td> <td>0.307s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.SurveyAnswerTestCase.html">SurveyAnswerTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.215s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.SurveyQuestionGroupTestCase.html">SurveyQuestionGroupTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.265s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.SurveyQuestionTestCase.html">SurveyQuestionTestCase</a> </td> <td>9</td> <td>0</td> <td>0</td> <td>0.254s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.SurveyResultTestCase.html">SurveyResultTestCase</a> </td> <td>7</td> <td>0</td> <td>0</td> <td>0.843s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.SurveyScoreTestCase.html">SurveyScoreTestCase</a> </td> <td>5</td> <td>0</td> <td>0</td> <td>0.699s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.TalukaTestCase.html">TalukaTestCase</a> </td> <td>8</td> <td>0</td> <td>0</td> <td>0.576s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.TimezoneTestCase.html">TimezoneTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.351s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.TitleTestCase.html">TitleTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.229s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.UserAccessDomainTestCase.html">UserAccessDomainTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.197s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.UserAccessLevelTestCase.html">UserAccessLevelTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.218s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.UserRoleBridgeTestCase.html">UserRoleBridgeTestCase</a> </td> <td>6</td> <td>0</td> <td>0</td> <td>1.062s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.UserTestCase.html">UserTestCase</a> </td> <td>4</td> <td>0</td> <td>0</td> <td>0.552s</td> <td class="success">100%</td> </tr> <tr> <td class="success"> <a href="../classes/com.app.app.server.service.VillageTestCase.html">VillageTestCase</a> </td> <td>9</td> <td>0</td> <td>0</td> <td>17.270s</td> <td class="success">100%</td> </tr> </table> </div> </div> <div id="footer"> <p> <div> <label class="hidden" id="label-for-line-wrapping-toggle" for="line-wrapping-toggle">Wrap lines <input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/> </label> </div>Generated by <a href="http://www.gradle.org">Gradle 2.3</a> at Nov 6, 2015 7:38:28 AM</p> </div> </div> </body> </html>
picat-wasm/picat-wasm.md.html
gabriel-fallen/talks
<meta charset="utf-8" lang="en"> <style> .md code > .large-code-font { font-size: 0.79em; line-height: 120%; } .md code > .medium-code-font { font-size: medium; line-height: 120%; } .md code > .small-code-font { font-size: small; line-height: 120%; } </style> **A compiler to WASM in PiCat** Alexander Tchitchigin<br> *Positive Technologies*<br> <small><em>January, 2020</em></small> --- # PiCat --- ## PiCat > Picat is a simple, and yet powerful, logic-based multi-paradigm programming language aimed for general-purpose applications. > > -- http://picat-lang.org/ --- ## PiCat * Predicates and unification * Functions * Uninterpreted functions * Local imperative programming * Tabling and memoization * Constraint programming * Planning --- ## Many faces of Fibonacci ```none linenumbers fibi(N) = F => if N==0 then F = 1 elseif N==1 then F = 1 else F = fibi(N-1) + fibi(N-2) end. ``` --- ## Many faces of Fibonacci ```none linenumbers fibf(0) = F => F = 1. fibf(1) = F => F = 1. fibf(N) = F, N>1 => F = fibf(N-1) + fibf(N-2). ``` --- ## Many faces of Fibonacci ```none linenumbers fibfa(0) = 1. fibfa(1) = 1. fibfa(N) = fibfa(N-1) + fibfa(N-2). ``` --- ## Many faces of Fibonacci ```none linenumbers fibp(0, F) => F = 1. fibp(1, F) => F = 1. fibp(N, F), N>1 => fibp(N-1, F1), fibp(N-2, F2), F = F1 + F2. ``` --- # WebAssembly --- ## WebAssembly > WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. > Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, > enabling deployment on the web for client and server applications. > > -- https://webassembly.org/ --- ## WebAssembly * Both binary and **text** format * Stack-based * Structured control flow * `i32`, `i64`, `f32`, `f64` --- ## WebAssembly ```scheme (module (func (param $lhs i32) (param $rhs i32) (result i32) local.get $lhs local.get $rhs i32.add)) ``` --- # Compiler --- ## A compiler ### is a translator from one language to another --- ******************************************************* * * .----------. .----------. .----------. * | | | | | | * | input | | | | output | * | language | -----> | compiler | -----> | language | * | | | | | | * '----------' '----------' '----------' * ******************************************************* --- ******************************************************************************* * * .-------. .---------------------------------------. .--------. * | | | | | | * | | | .-------. .--------. .------. | | | * | | | | front | --> | middle | --> | back | | | | * | | | '-------' '--------' '------' | | | * | | | | | | * | input | -----> | compiler | -----> | output | * | | | | | | * '-------' '---------------------------------------' '--------' * ******************************************************************************* --- ******************************************************************************* * * .-------. .---------------------------------------. .--------. * | | | \ | | | * | | | .--\----. .--------. .------. | | | * | | | | fr\nt | --> | middle | --> | back | | | | * | | | '----\--' '--------' '------' | | | * | | | \ | | | * | input | -----> | compiler | -----> | output | * | | | | | | * '-------' '---------------------------------------' '--------' * ******************************************************************************* --- ******************************************************* * * .---------. .----------. .-------. * | | | | | | * | AST | | middle | | AST | * | | -----> | end | -----> | | * | | | | | | * '---------' '----------' '-------' * ******************************************************* --- ******************************************************* * * .---------. .----------. .-------. * | | | | | | * | AST | | middle | | AST | * | | -----> | end | -----> | | * | | | | | | * '---------' '----------' '-------' * ******************************************************* * Name resolution * Type checking * Optimization --- ******************************************************* * * .---------. .----------. .-------. * | | | | | | * | AST | | middle | | AST | * | | -----> | end | -----> | | * | | | | | | * '---------' '----------' '-------' * ******************************************************* * ~~Name resolution~~ * Type checking * ~~Optimization~~ --- # What it actually does --- ## AST --- ### Expressions ```none linenumbers %% Expression = %% | ltrue | lfalse %% | ilit(i32) %% | flit(f32) %% | read(i32) %% | add(Expr, Expr) %% | sub(Expr, Expr) %% | mul(Expr, Expr) %% | div(Expr, Expr) %% | eq(Expr, Expr) %% | ne(Expr, Expr) %% | le(Expr, Expr) %% | ge(Expr, Expr) %% | lt(Expr, Expr) %% | gt(Expr, Expr) ``` --- ### Expressions ```none linenumbers ex1 = $add( ilit(42), sub( ilit(8), ilit(10))). ``` --- ### Statements ```none linenumbers %% Statement = %% | assign(i32, Expr) %% | expr(Expr) %% | if(Expr, Statement, Statement) %% | while(Expr, Statement) %% | block([Statement]) ``` --- ### Statements ```none linenumbers st2 = $block([ assign(0, mul(ilit(2), ilit(37))), if(eq(read(0), ilit(123)), assign(0, ilit(42)), assign(0, add(read(0), ilit(10)))), expr(sub(read(0), ilit(28))) ]). ``` --- ## Typing --- ### Context ```none linenumbers %% Ctx = [{N, Type}] get_var_type(N, [{N, Type} | _]) = Type. get_var_type(N, [_ | T]) = get_var_type(N, T). ``` --- ### Expressions ```none linenumbers typed_expr(Ctx, ltrue, T) => T = bool. typed_expr(Ctx, lfalse, T) => T = bool. typed_expr(Ctx, ilit(_), T) => T = int. typed_expr(Ctx, flit(_), T) => T = float. typed_expr(Ctx, read(N), T) => T = get_var_type(N, Ctx). typed_expr(Ctx, add(L, R), T) => typed_expr(Ctx, L, T), typed_expr(Ctx, R, T1), T = T1. typed_expr(Ctx, sub(L, R), T) => typed_expr(Ctx, L, T), typed_expr(Ctx, R, T1), T = T1. typed_expr(Ctx, mul(L, R), T) => typed_expr(Ctx, L, T), typed_expr(Ctx, R, T1), T = T1. typed_expr(Ctx, div(L, R), T) => typed_expr(Ctx, L, T), typed_expr(Ctx, R, T1), T = T1. typed_expr(Ctx, eq(L, R), T) => typed_expr(Ctx, L, T2), typed_expr(Ctx, R, T1), T2 = T1, T = bool. typed_expr(Ctx, ne(L, R), T) => typed_expr(Ctx, L, T2), typed_expr(Ctx, R, T1), T2 = T1, T = bool. typed_expr(Ctx, le(L, R), T) => typed_expr(Ctx, L, T2), typed_expr(Ctx, R, T1), T2 = T1, T = bool. typed_expr(Ctx, ge(L, R), T) => typed_expr(Ctx, L, T2), typed_expr(Ctx, R, T1), T2 = T1, T = bool. typed_expr(Ctx, lt(L, R), T) => typed_expr(Ctx, L, T2), typed_expr(Ctx, R, T1), T2 = T1, T = bool. typed_expr(Ctx, gt(L, R), T) => typed_expr(Ctx, L, T2), typed_expr(Ctx, R, T1), T2 = T1, T = bool. ``` --- ## Code generation --- ### Header and footer ```none linenumbers wat_header(Type) = Res => T = expression_result(Type), Res = "(module\n (func $test " ++ T ++"\n". wat_footer = ")\n (export \"test\" (func $test)))". wat_emit(Body, Type) => println(wat_header(Type) ++ Body ++ wat_footer()). ``` --- ### Helpers ```none linenumbers div_inst(int) = ".div_s". div_inst(float) = ".div". eq_inst(int) = "i32.eq". eq_inst(bool) = "i32.eq". eq_inst(float) = "f32.eq". ne_inst(int) = "i32.ne". ne_inst(bool) = "i32.ne". ne_inst(float) = "f32.ne". ``` --- ### Expressions ```none linenumbers compile_expr(Ctx, ltrue, Out) => Out = "i32.const 1\n". compile_expr(Ctx, lfalse, Out) => Out = "i32.const 0\n". compile_expr(Ctx, ilit(V), Out) => Out = "i32.const " ++ to_string(V) ++ "\n". compile_expr(Ctx, flit(V), Out) => Out = "f32.const " ++ to_string(V) ++ "\n". compile_expr(Ctx, read(N), Out) => Out = "get_local " ++ to_string(N) ++ "\n". compile_expr(Ctx, E@add(L, R), Out) => typed_expr(Ctx, E, T), S = show_type(T), compile_expr(Ctx, L, LOut), compile_expr(Ctx, R, ROut), Out = LOut ++ ROut ++ S ++ ".add\n". ``` --- ### Statements ```none linenumbers compile_stmt(Ctx, assign(N, Expr), Out) => compile_expr(Ctx, Expr, EOut), Out = EOut ++ "set_local " ++ to_string(N) ++ "\n". compile_stmt(Ctx, expr(Expr), Out) => compile_expr(Ctx, Expr, Out). compile_stmt(Ctx, if(Expr, Stmt1, Stmt2), Out) => compile_expr(Ctx, Expr, Out1), compile_stmt(Ctx, Stmt1, Out2), compile_stmt(Ctx, Stmt2, Out3), typed(Ctx, Stmt1, _, T), R = expression_result(T), Out = Out1 ++ "if " ++ R ++ "\n" ++ Out2 ++ "else\n" ++ Out3 ++ "end\n". ``` --- ### All together ```none linenumbers dump_locals([]) = "". dump_locals([{_, Type} | Tl]) = "(local " ++ show_type(Type) ++ ")\n" ++ dump_locals(Tl). compile_body(Stmt, T, Out) => typed([], Stmt, Ctx, T), Locals = dump_locals(Ctx), compile_stmt(Ctx, Stmt, Out1), Out = Locals ++ Out1. emit_st1 => S = st1(), compile_body(S, Type, B), wat_emit(B, Type). ``` --- ### Output ```none linenumbers (module (func $test (result i32) (local i32) i32.const 2 i32.const 37 i32.mul set_local 0 get_local 0 i32.const 28 i32.sub ) (export "test" (func $test))) ``` --- ## Factorial ```none linenumbers fact(N) = $block([ assign(0, ilit(N)), assign(1, ilit(1)), while( ge(read(0), ilit(2)), block([ assign(1, mul(read(1), read(0))), assign(0, sub(read(0), ilit(1)))]) ), expr(read(1))]). ``` --- ## Factorial output ```none linenumbers medium-code-font (module (func $test (result i32) (local i32) (local i32) i32.const 5 set_local 0 i32.const 1 set_local 1 block loop get_local 0 i32.const 2 i32.ge_s i32.const 1 i32.xor br_if 1 get_local 1 get_local 0 i32.mul set_local 1 get_local 0 i32.const 1 i32.sub set_local 0 br 0 end end get_local 1 ) (export "test" (func $test))) ``` --- ## Future work ### Functions * Function types * Name tables * Parameters --- ## Future work ### Optimizations * Peephole - Internal representation * AST-based - Easy with matching * Graph-based (CFG/PDG/SSA/SoN) - **Extremely** unlikely :D --- ## References Slides : https://github.com/gabriel-fallen/talks/tree/master/picat-wasm Code : https://gist.github.com/gabriel-fallen/5027a387ca75f595c03404c31d76ce86 Video : https://www.youtube.com/playlist?list=PL-vT8sV0teWg_nSJHfN31a0Sr_hsRdahI <!-- Markdeep slides stuff --> <script> markdeepSlidesOptions = { aspectRatio: 16 / 9, theme: 'serif', fontSize: 28, diagramZoom: 1.0, totalSlideNumber: false, progressBar: true, breakOnHeadings: false }; </script> <link rel="stylesheet" href="markdeep-slides/lib/markdeep-relative-sizes/1.07/relativize.css"> <link rel="stylesheet" href="markdeep-slides/markdeep-slides.css"> <script src="markdeep-slides/markdeep-slides.js"></script> <!-- Markdeep stuff --> <script> markdeepOptions = { tocStyle: 'none', detectMath: false, onLoad: function() { initSlides(); loadMathJax(); } }; </script> <style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style> <script src="markdeep-slides/lib/markdeep/1.07/markdeep.min.js" charset="utf-8"></script> <script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script> <!-- MathJax stuff --> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ jax: ["input/TeX","output/SVG"], TeX: { equationNumbers: {autoNumber: "AMS"}, extensions: ["color.js"] }, SVG: { font: "TeX" } }); </script> <script> var mathjaxUrl = "markdeep-slides/lib/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_SVG"; function loadMathJax() { var script = document.createElement("script"); script.src = mathjaxUrl; document.body.appendChild(script); } </script>
bower_components/JavaScript-MD5/css/demo.css
michaelnagy/odinsro
/* * JavaScript MD5 Demo CSS * https://github.com/blueimp/JavaScript-MD5 * * Copyright 2013, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * http://www.opensource.org/licenses/MIT */ body { max-width: 750px; margin: 0 auto; padding: 1em; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; font-size: 1em; line-height: 1.4em; background: #222; color: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a { color: orange; text-decoration: none; } img { border: 0; vertical-align: middle; } h1 { line-height: 1em; } textarea, input { display: inline-block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; margin: 0 0 10px; } @media (min-width: 481px) { .navigation { list-style: none; padding: 0; } .navigation li { display: inline-block; } .navigation li:not(:first-child):before { content: '| '; } } /* IE7 fixes */ *+html textarea, *+html input { width: 460px; }
cyo/choose.css
mrrboto/Riskories
body { color:#333; background-color:white; margin:20px; padding:0px; font: 16px verdana, arial, helvetica, sans-serif; min-width:550px; } h1 { margin:0px 0px 0px 0px; padding:0px; font-size:32px; font-weight:900; color:#ccc; } h2 { font:bold 18px verdana, arial, helvetica, sans-serif; margin:0px 0px 5px 0px; padding:0px; } p { margin:0px 0px 16px 0px; padding:0px; } .Content>p {margin:0px;} .Content>p+p {text-indent:30px;} a { color:#09c; font-family:verdana, arial, helvetica, sans-serif; font-weight:600; text-decoration:none; } h1 a { font-size:28px; font-weight:900; } td { font-size:11px; font-family:verdana, arial, helvetica, sans-serif; } a:link {color:#09c;} a:visited {color:#07a;} a:hover {background-color:#eee;} .content { width:a uto; margin: 0px 0px 20px 190px; border: 2px solid #ccc; padding: 10px; } #leftcol { position:absolute; width:190px; top:20px; left:20px; border: 2px dashed #999; background-color:#eee; padding:10px; } body>#leftcol { width:158px; } #leftcol a { text-decoration: underline; } .code { font-family: courier, courier new, monospace; font-size: 11px; } .choices { margin-left: 5em; } .problems { border: 3px solid red; background-color: pink; padding: 1em; font-weight: bold; font-size: 120%; } div.boxy { border: 1px solid #999; padding: 0.4em; } div.godbox { border: 1px solid #999; padding: 0.4em; background-color: #eef; } div.warnbox { border: 1px solid #f00; padding: 1em; background-color: #fcc; margin-bottom: 1em; }
moduleFiles/help/metarelateSiteBase/documentation/javadocs/net/metarelate/terminology/coreModel/Versioner.html
metarelate/terminology-server
<!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 Fri Jun 14 04:56:01 BST 2013 --> <TITLE> Versioner </TITLE> <META NAME="date" CONTENT="2013-06-14"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Versioner"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Versioner.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../net/metarelate/terminology/coreModel/TerminologySetTDBImpl.html" title="class in net.metarelate.terminology.coreModel"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../net/metarelate/terminology/coreModel/Visitee.html" title="interface in net.metarelate.terminology.coreModel"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?net/metarelate/terminology/coreModel/Versioner.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Versioner.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> net.metarelate.terminology.coreModel</FONT> <BR> Class Versioner</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>net.metarelate.terminology.coreModel.Versioner</B> </PRE> <HR> <DL> <DT><PRE>public class <B>Versioner</B><DT>extends java.lang.Object</DL> </PRE> <P> Provides services relative to versioning. A versioner is an object that is attached to a terminology entity. TODO this class could probably be converted to static, saving footprint. <P> <P> <DL> <DT><B>Author:</B></DT> <DD>andreasplendiani</DD> </DL> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/metarelate/terminology/coreModel/Versioner.html#createNextVersion(java.lang.String)">createNextVersion</A></B>(java.lang.String&nbsp;version)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a string for the next version.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="createNextVersion(java.lang.String)"><!-- --></A><H3> createNextVersion</H3> <PRE> public static java.lang.String <B>createNextVersion</B>(java.lang.String&nbsp;version)</PRE> <DL> <DD>Create a string for the next version. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>version</CODE> - the current version (assumed to follow a pattern: alphanumeric-numeric (e.g. v0). <DT><B>Returns:</B><DD>the string for the next version (e.g.: v1)</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Versioner.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../net/metarelate/terminology/coreModel/TerminologySetTDBImpl.html" title="class in net.metarelate.terminology.coreModel"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../net/metarelate/terminology/coreModel/Visitee.html" title="interface in net.metarelate.terminology.coreModel"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?net/metarelate/terminology/coreModel/Versioner.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Versioner.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
app/templates/_logins.html
blktechies/pCeep
<li> <a href="{{ url_for('get_login', social_network = 'github') }}"> <i class='fa fa-github'></i> </a> </li> <li> <a href="{{ url_for('get_login', social_network = 'linkedin') }}"> <i class='fa fa-linkedin'></i> </a> </li> <li> <a href="{{ url_for('get_login', social_network = 'twitter') }}"> <i class='fa fa-twitter'></i> </a> </li>
template/admin/plugins/datatables/extensions/ColVis/examples/text.html
IkoBB/IkoBB
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>ColVis example - Custom button text</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="../css/dataTables.colVis.css"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css"> <style type="text/css" class="init"> </style> <script type="text/javascript" language="javascript" src="../../../media/js/jquery.js"></script> <script type="text/javascript" language="javascript" src="../../../media/js/jquery.dataTables.js"></script> <script type="text/javascript" language="javascript" src="../js/dataTables.colVis.js"></script> <script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"></script> <script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script> <script type="text/javascript" language="javascript" class="init"> $(document).ready(function () { $('#example').DataTable({ "dom": 'C<"clear">lfrtip', "colVis": { "buttonText": "Change columns" } }); }); </script> </head> <body class="dt-example"> <div class="container"> <section> <h1>ColVis example <span>Custom button text</span></h1> <div class="info"> <p>You may wish to use your own text in the ColVis button - this is done by making use of the <code>buttonText</code> initialisation option, as shown in this example.</p> <p>For full information about the ColVis options, please refer to the <a href="//datatables.net/extensions/colvis/options">ColVis options documentation</a>.</p> </div> <table id="example" class="display" cellspacing="0" width="100%"> <thead> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </thead> <tfoot> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </tfoot> <tbody> <tr> <td>Tiger Nixon</td> <td>System Architect</td> <td>Edinburgh</td> <td>61</td> <td>2011/04/25</td> <td>$320,800</td> </tr> <tr> <td>Garrett Winters</td> <td>Accountant</td> <td>Tokyo</td> <td>63</td> <td>2011/07/25</td> <td>$170,750</td> </tr> <tr> <td>Ashton Cox</td> <td>Junior Technical Author</td> <td>San Francisco</td> <td>66</td> <td>2009/01/12</td> <td>$86,000</td> </tr> <tr> <td>Cedric Kelly</td> <td>Senior Javascript Developer</td> <td>Edinburgh</td> <td>22</td> <td>2012/03/29</td> <td>$433,060</td> </tr> <tr> <td>Airi Satou</td> <td>Accountant</td> <td>Tokyo</td> <td>33</td> <td>2008/11/28</td> <td>$162,700</td> </tr> <tr> <td>Brielle Williamson</td> <td>Integration Specialist</td> <td>New York</td> <td>61</td> <td>2012/12/02</td> <td>$372,000</td> </tr> <tr> <td>Herrod Chandler</td> <td>Sales Assistant</td> <td>San Francisco</td> <td>59</td> <td>2012/08/06</td> <td>$137,500</td> </tr> <tr> <td>Rhona Davidson</td> <td>Integration Specialist</td> <td>Tokyo</td> <td>55</td> <td>2010/10/14</td> <td>$327,900</td> </tr> <tr> <td>Colleen Hurst</td> <td>Javascript Developer</td> <td>San Francisco</td> <td>39</td> <td>2009/09/15</td> <td>$205,500</td> </tr> <tr> <td>Sonya Frost</td> <td>Software Engineer</td> <td>Edinburgh</td> <td>23</td> <td>2008/12/13</td> <td>$103,600</td> </tr> <tr> <td>Jena Gaines</td> <td>Office Manager</td> <td>London</td> <td>30</td> <td>2008/12/19</td> <td>$90,560</td> </tr> <tr> <td>Quinn Flynn</td> <td>Support Lead</td> <td>Edinburgh</td> <td>22</td> <td>2013/03/03</td> <td>$342,000</td> </tr> <tr> <td>Charde Marshall</td> <td>Regional Director</td> <td>San Francisco</td> <td>36</td> <td>2008/10/16</td> <td>$470,600</td> </tr> <tr> <td>Haley Kennedy</td> <td>Senior Marketing Designer</td> <td>London</td> <td>43</td> <td>2012/12/18</td> <td>$313,500</td> </tr> <tr> <td>Tatyana Fitzpatrick</td> <td>Regional Director</td> <td>London</td> <td>19</td> <td>2010/03/17</td> <td>$385,750</td> </tr> <tr> <td>Michael Silva</td> <td>Marketing Designer</td> <td>London</td> <td>66</td> <td>2012/11/27</td> <td>$198,500</td> </tr> <tr> <td>Paul Byrd</td> <td>Chief Financial Officer (CFO)</td> <td>New York</td> <td>64</td> <td>2010/06/09</td> <td>$725,000</td> </tr> <tr> <td>Gloria Little</td> <td>Systems Administrator</td> <td>New York</td> <td>59</td> <td>2009/04/10</td> <td>$237,500</td> </tr> <tr> <td>Bradley Greer</td> <td>Software Engineer</td> <td>London</td> <td>41</td> <td>2012/10/13</td> <td>$132,000</td> </tr> <tr> <td>Dai Rios</td> <td>Personnel Lead</td> <td>Edinburgh</td> <td>35</td> <td>2012/09/26</td> <td>$217,500</td> </tr> <tr> <td>Jenette Caldwell</td> <td>Development Lead</td> <td>New York</td> <td>30</td> <td>2011/09/03</td> <td>$345,000</td> </tr> <tr> <td>Yuri Berry</td> <td>Chief Marketing Officer (CMO)</td> <td>New York</td> <td>40</td> <td>2009/06/25</td> <td>$675,000</td> </tr> <tr> <td>Caesar Vance</td> <td>Pre-Sales Support</td> <td>New York</td> <td>21</td> <td>2011/12/12</td> <td>$106,450</td> </tr> <tr> <td>Doris Wilder</td> <td>Sales Assistant</td> <td>Sidney</td> <td>23</td> <td>2010/09/20</td> <td>$85,600</td> </tr> <tr> <td>Angelica Ramos</td> <td>Chief Executive Officer (CEO)</td> <td>London</td> <td>47</td> <td>2009/10/09</td> <td>$1,200,000</td> </tr> <tr> <td>Gavin Joyce</td> <td>Developer</td> <td>Edinburgh</td> <td>42</td> <td>2010/12/22</td> <td>$92,575</td> </tr> <tr> <td>Jennifer Chang</td> <td>Regional Director</td> <td>Singapore</td> <td>28</td> <td>2010/11/14</td> <td>$357,650</td> </tr> <tr> <td>Brenden Wagner</td> <td>Software Engineer</td> <td>San Francisco</td> <td>28</td> <td>2011/06/07</td> <td>$206,850</td> </tr> <tr> <td>Fiona Green</td> <td>Chief Operating Officer (COO)</td> <td>San Francisco</td> <td>48</td> <td>2010/03/11</td> <td>$850,000</td> </tr> <tr> <td>Shou Itou</td> <td>Regional Marketing</td> <td>Tokyo</td> <td>20</td> <td>2011/08/14</td> <td>$163,000</td> </tr> <tr> <td>Michelle House</td> <td>Integration Specialist</td> <td>Sidney</td> <td>37</td> <td>2011/06/02</td> <td>$95,400</td> </tr> <tr> <td>Suki Burks</td> <td>Developer</td> <td>London</td> <td>53</td> <td>2009/10/22</td> <td>$114,500</td> </tr> <tr> <td>Prescott Bartlett</td> <td>Technical Author</td> <td>London</td> <td>27</td> <td>2011/05/07</td> <td>$145,000</td> </tr> <tr> <td>Gavin Cortez</td> <td>Team Leader</td> <td>San Francisco</td> <td>22</td> <td>2008/10/26</td> <td>$235,500</td> </tr> <tr> <td>Martena Mccray</td> <td>Post-Sales support</td> <td>Edinburgh</td> <td>46</td> <td>2011/03/09</td> <td>$324,050</td> </tr> <tr> <td>Unity Butler</td> <td>Marketing Designer</td> <td>San Francisco</td> <td>47</td> <td>2009/12/09</td> <td>$85,675</td> </tr> <tr> <td>Howard Hatfield</td> <td>Office Manager</td> <td>San Francisco</td> <td>51</td> <td>2008/12/16</td> <td>$164,500</td> </tr> <tr> <td>Hope Fuentes</td> <td>Secretary</td> <td>San Francisco</td> <td>41</td> <td>2010/02/12</td> <td>$109,850</td> </tr> <tr> <td>Vivian Harrell</td> <td>Financial Controller</td> <td>San Francisco</td> <td>62</td> <td>2009/02/14</td> <td>$452,500</td> </tr> <tr> <td>Timothy Mooney</td> <td>Office Manager</td> <td>London</td> <td>37</td> <td>2008/12/11</td> <td>$136,200</td> </tr> <tr> <td>Jackson Bradshaw</td> <td>Director</td> <td>New York</td> <td>65</td> <td>2008/09/26</td> <td>$645,750</td> </tr> <tr> <td>Olivia Liang</td> <td>Support Engineer</td> <td>Singapore</td> <td>64</td> <td>2011/02/03</td> <td>$234,500</td> </tr> <tr> <td>Bruno Nash</td> <td>Software Engineer</td> <td>London</td> <td>38</td> <td>2011/05/03</td> <td>$163,500</td> </tr> <tr> <td>Sakura Yamamoto</td> <td>Support Engineer</td> <td>Tokyo</td> <td>37</td> <td>2009/08/19</td> <td>$139,575</td> </tr> <tr> <td>Thor Walton</td> <td>Developer</td> <td>New York</td> <td>61</td> <td>2013/08/11</td> <td>$98,540</td> </tr> <tr> <td>Finn Camacho</td> <td>Support Engineer</td> <td>San Francisco</td> <td>47</td> <td>2009/07/07</td> <td>$87,500</td> </tr> <tr> <td>Serge Baldwin</td> <td>Data Coordinator</td> <td>Singapore</td> <td>64</td> <td>2012/04/09</td> <td>$138,575</td> </tr> <tr> <td>Zenaida Frank</td> <td>Software Engineer</td> <td>New York</td> <td>63</td> <td>2010/01/04</td> <td>$125,250</td> </tr> <tr> <td>Zorita Serrano</td> <td>Software Engineer</td> <td>San Francisco</td> <td>56</td> <td>2012/06/01</td> <td>$115,000</td> </tr> <tr> <td>Jennifer Acosta</td> <td>Junior Javascript Developer</td> <td>Edinburgh</td> <td>43</td> <td>2013/02/01</td> <td>$75,650</td> </tr> <tr> <td>Cara Stevens</td> <td>Sales Assistant</td> <td>New York</td> <td>46</td> <td>2011/12/06</td> <td>$145,600</td> </tr> <tr> <td>Hermione Butler</td> <td>Regional Director</td> <td>London</td> <td>47</td> <td>2011/03/21</td> <td>$356,250</td> </tr> <tr> <td>Lael Greer</td> <td>Systems Administrator</td> <td>London</td> <td>21</td> <td>2009/02/27</td> <td>$103,500</td> </tr> <tr> <td>Jonas Alexander</td> <td>Developer</td> <td>San Francisco</td> <td>30</td> <td>2010/07/14</td> <td>$86,500</td> </tr> <tr> <td>Shad Decker</td> <td>Regional Director</td> <td>Edinburgh</td> <td>51</td> <td>2008/11/13</td> <td>$183,000</td> </tr> <tr> <td>Michael Bruce</td> <td>Javascript Developer</td> <td>Singapore</td> <td>29</td> <td>2011/06/27</td> <td>$183,000</td> </tr> <tr> <td>Donna Snider</td> <td>Customer Support</td> <td>New York</td> <td>27</td> <td>2011/01/25</td> <td>$112,000</td> </tr> </tbody> </table> <ul class="tabs"> <li class="active">Javascript</li> <li>HTML</li> <li>CSS</li> <li>Ajax</li> <li>Server-side script</li> </ul> <div class="tabs"> <div class="js"> <p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline language-js">$(document).ready(function() { $('#example').DataTable( { &quot;dom&quot;: 'C&lt;&quot;clear&quot;&gt;lfrtip', &quot;colVis&quot;: { &quot;buttonText&quot;: &quot;Change columns&quot; } } ); } );</code> <p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p> <ul> <li><a href="../../../media/js/jquery.js">../../../media/js/jquery.js</a></li> <li><a href="../../../media/js/jquery.dataTables.js">../../../media/js/jquery.dataTables.js</a></li> <li><a href="../js/dataTables.colVis.js">../js/dataTables.colVis.js</a></li> </ul> </div> <div class="table"> <p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p> </div> <div class="css"> <div> <p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The additional CSS used is shown below:</p> <code class="multiline language-css"></code> </div> <p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p> <ul> <li><a href="../../../media/css/jquery.dataTables.css">../../../media/css/jquery.dataTables.css</a> </li> <li><a href="../css/dataTables.colVis.css">../css/dataTables.colVis.css</a></li> </ul> </div> <div class="ajax"> <p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is loaded.</p> </div> <div class="php"> <p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables documentation</a>.</p> </div> </div> </section> </div> <section> <div class="footer"> <div class="gradient"></div> <div class="liner"> <h2>Other examples</h2> <div class="toc"> <div class="toc-group"> <h3><a href="./index.html">Examples</a></h3> <ul class="toc active"> <li><a href="./simple.html">Basic initialisation</a></li> <li><a href="./new_init.html">`new` initialisation</a></li> <li class="active"><a href="./text.html">Custom button text</a></li> <li><a href="./exclude_columns.html">Exclude columns from list</a></li> <li><a href="./title_callback.html">Column button callback</a></li> <li><a href="./button_order.html">Button ordering</a></li> <li><a href="./mouseover.html">Mouseover activation</a></li> <li><a href="./group_columns.html">Group columns</a></li> <li><a href="./two_tables.html">Two tables with individual controls</a></li> <li><a href="./two_tables_identical.html">Two tables with shared controls</a></li> <li><a href="./restore.html">Restore / show all</a></li> <li><a href="./jqueryui.html">jQuery UI styling</a></li> </ul> </div> </div> <div class="epilogue"> <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br> Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p> <p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2015<br> DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> </div> </div> </div> </section> </body> </html>
_source/news/2017-01-14-urjit-patel.html
InstantKhabar/_source
--- title: "नोटबंदी के कुप्रबंधन से RBI कर्मचारी नाराज़" layout: item category: ["business"] date: 2017-01-14T11:11:35.693Z image: 1484392295693urjit-patel.jpg --- <p>मुंबई। नोटबंदी के बाद के घटनाक्रमों से अपमानित महसूस कर रहे भारतीय रिजर्व बैंक (आरबीआई) के कर्मचारियों ने शुक्रवार को गवर्नर उर्जित पटेल को चिट्ठी लिखकर अपना विरोध दर्ज कराया है। कर्मचारियों ने पत्र में नोटबंदी की प्रक्रिया के परिचालन में कुप्रबंधन और सरकार द्वारा करेंसी संयोजन के लिए एक अधिकारी की नियुक्ति कर केंद्रीय बैंक की स्वायत्तता को चोट पहुंचाने का विरोध किया है।</p> <p>पत्र में कहा गया है कि इस कुप्रबंधन से आरबीआई की छवि और स्वायत्तता को इतना नुकसान पहुंचा है कि उसे ठीक करना काफी मुश्किल है। इसके अलावा मुद्रा प्रबंधन (करेंसी मैनेजमेंट) के आरबीआई के विशेष कार्य के लिए वित्त मंत्रालय के एक वरिष्ठ अधिकारी की नियुक्ति को कर्मचारियों ने जबर्दस्त अतिक्रमण बताया।</p> <p>उर्जित पटेल को संबोधित इस पत्र में यूनाइटेड फोरम ऑफ रिजर्व बैंक ऑफिसर्स एंड इम्पलॉइज की ओर से कहा गया है कि रिजर्व बैंक का कौशल और स्वतंत्रता वाली छवि उसके कर्मचारियों के दशकों की मेहनत से बनी थी, लेकिन इसे एक झटके में ही खत्म कर दिया गया। यह बहुत क्रोध का विषय है।</p> <p>इस पत्र पर ऑल इंडिया रिजर्व बैंक इम्पलॉइज एसोसिएशन के समीर घोष, ऑल इंडिया रिजर्व बैंक वर्कर्स फेडरेशन के सूर्यकांत महादिक, ऑल इंडिया रिजर्व बैंक ऑफिसर्स एसोसिएशन के सी.एम.पॉलसिल और आरबीआई ऑफिसर्स एसोसिएशन के आर. एन. वत्स के हस्ताक्षर हैं। इनमें से घोष और महादिक ने पत्र लिखने की पुष्टि की है। घोष ने कहा कि यह फोरम केंद्रीय बैंक के 18,000 कर्मचारियों का प्रतिनिधित्व करता है।</p> <p>उल्लेखनीय है कि इससे पहले आरबीआई के तीन पूर्व गवर्नर मनमोहन सिंह (पूर्व प्रधानमंत्री), वाई.वी.रेड्डी और विमल जालान ने रिजर्व बैंक के कामकाज के तरीकों पर सवाल उठाया था। केंद्रीय बैंक के पूर्व डिप्टी गवर्नर उषा थोराट और के. सी. चक्रवर्ती ने भी इस पर चिंता जताई थी।</p>
doc/html/buzzer_8c_source.html
oneonestar/tsk_interhousequiz
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.8"/> <title>Inter House Quiz Competition System: /home/onestar/Documents/InterHouseQuiz/main/src/buzzer.c Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Inter House Quiz Competition System &#160;<span id="projectnumber">1.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.8 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_0bd2e0ec583029c57c69b63cad9e7be0.html">main</a></li><li class="navelem"><a class="el" href="dir_08586b1a9f20da558105eb13826fa984.html">src</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">buzzer.c</div> </div> </div><!--header--> <div class="contents"> <div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#include &lt;stdio.h&gt;</span></div> <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#include &lt;stdlib.h&gt;</span></div> <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="preprocessor">#include &lt;string.h&gt;</span></div> <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div> <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#include &lt;arpa/inet.h&gt;</span></div> <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &lt;event2/event.h&gt;</span></div> <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div> <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &quot;include/buzzer.h&quot;</span></div> <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &quot;include/server.h&quot;</span></div> <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &quot;include/utilities.h&quot;</span></div> <div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &quot;include/layout.h&quot;</span></div> <div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div> <div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#define PORT 8888</span></div> <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div> <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keywordtype">void</span> buzzer_callback(evutil_socket_t sock, <span class="keywordtype">short</span> flags, <span class="keywordtype">void</span> * args)</div> <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;{</div> <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160; <span class="keywordtype">char</span> buf[5000]; </div> <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160; <span class="keywordtype">int</span> ret = recv(sock, buf, 128, 0);</div> <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; buf[ret] = 0;</div> <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; </div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160; <span class="keywordflow">if</span>(ret == 0) </div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; { </div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; <span class="comment">//printf(&quot;DEBUG: buzzer_callback(): read_cb connection closed\n&quot;); </span></div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; wprintw(msg_content, <span class="stringliteral">&quot;Connection to buzzer closed!\n&quot;</span>);</div> <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; event_del(ev_read); </div> <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; <span class="keywordflow">return</span>;</div> <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; }</div> <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; wprintw(msg_content, <span class="stringliteral">&quot;%s\n&quot;</span>, buf);</div> <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; wrefresh(msg_content);</div> <div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keywordtype">char</span> buffer[5000];</div> <div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <span class="keywordtype">char</span> buffer2[5000];</div> <div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160; strcpy(buffer, <span class="stringliteral">&quot;buzzer:{\&quot;&quot;</span>);</div> <div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="comment">// for(int i = 0, i&lt; ret, i++)</span></div> <div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <span class="comment">// strcat(buffer, &quot;A\&quot;:\&quot;123\&quot;}\n&quot;);</span></div> <div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; sprintf(buffer2, <span class="stringliteral">&quot;%c\&quot;:\&quot;123\&quot;}\n&quot;</span>, house_to_char(buf[0]-49));</div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; strcat(buffer, buffer2);</div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;</div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; send_message(webServer, webPort, buffer);</div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;}</div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;</div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="keyword">static</span> evutil_socket_t make_tcp_socket() </div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;{ </div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="keywordtype">int</span> on = 1; </div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; evutil_socket_t sock = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); </div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; </div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; evutil_make_socket_nonblocking(sock); </div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, (<span class="keywordtype">void</span> *)&amp;on, <span class="keyword">sizeof</span>(on)); </div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; </div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <span class="keywordflow">return</span> sock; </div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;} </div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;</div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="keywordtype">void</span> buzzer_init(<span class="keyword">struct</span> event_base *base)</div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;{</div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; evutil_socket_t sock = make_tcp_socket();</div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keyword">struct </span>sockaddr_in serv_addr; <span class="comment">//addr data structure for buzzer</span></div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;</div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="comment">//setup socket to the buzzer</span></div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; memset(&amp;serv_addr, <span class="charliteral">&#39;0&#39;</span>, <span class="keyword">sizeof</span>(serv_addr));</div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; serv_addr.sin_family = AF_INET;</div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; serv_addr.sin_port = htons(atoi(buzzerPort));</div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; inet_pton(AF_INET, webServer, &amp;serv_addr.sin_addr);</div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; connect(sock, (<span class="keyword">struct</span> sockaddr*)&amp;serv_addr, <span class="keyword">sizeof</span>(serv_addr));</div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;</div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;</div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; ev_read = malloc(<span class="keyword">sizeof</span>(<span class="keyword">struct</span> event*));</div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; ev_read = event_new(base, sock, (<span class="keywordtype">short</span>)EV_READ|EV_PERSIST, buzzer_callback, (<span class="keywordtype">void</span>*)ev_read);</div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; event_add(ev_read, 0); </div> <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;</div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;}</div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Thu Nov 13 2014 21:13:38 for Inter House Quiz Competition System by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.8 </small></address> </body> </html>
torios-manual/manual-files/html/node3.html
Tori-OS/torios-manual
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!--Converted with LaTeX2HTML 2008 (1.71) original version by: Nikos Drakos, CBLU, University of Leeds * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * with significant contributions from: Jens Lippmann, Marek Rouchal, Martin Wilck and others --> <HTML> <HEAD> <TITLE>About this Manual</TITLE> <META NAME="description" CONTENT="About this Manual"> <META NAME="keywords" CONTENT="torios-manual"> <META NAME="resource-type" CONTENT="document"> <META NAME="distribution" CONTENT="global"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <LINK REL="STYLESHEET" HREF="torios-manual.css"> <LINK REL="next" HREF="node4.html"> <LINK REL="previous" HREF="node2.html"> <LINK REL="up" HREF="node2.html"> <LINK REL="next" HREF="node4.html"> </HEAD> <BODY > <DIV CLASS="navigation"><!--Navigation Panel--> <A NAME="tex2html127" HREF="node4.html"> <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.svg"></A> <A NAME="tex2html123" HREF="node2.html"> <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.svg"></A> <A NAME="tex2html117" HREF="node2.html"> <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.svg"></A> <A NAME="tex2html125" HREF="node1.html"> <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.svg"></A> <BR> <B> Next:</B> <A NAME="tex2html128" HREF="node4.html">What is ToriOS</A> <B> Up:</B> <A NAME="tex2html124" HREF="node2.html">Welcome to ToriOS 1.0</A> <B> Previous:</B> <A NAME="tex2html118" HREF="node2.html">Welcome to ToriOS 1.0</A> &nbsp; <B> <A NAME="tex2html126" HREF="node1.html">Contents</A></B> <BR> <BR></DIV> <!--End of Navigation Panel--> <H1><A NAME="SECTION00210000000000000000"> About this Manual</A> </H1> <P> This manual refers to external websites to help explain concepts further, to avoid the need to reproduce what is already available The ToriOS team takes no responsibility for external content. The links are correct and suitable at the time of writing. Broken links are out of the authors control between revisions. It is your responsibility to ensure suitability of information, you should read fully, seek other sources of information and ask for help if unsure. This manual has been prepared using <SPAN CLASS="logo,LaTeX">L<SUP><SMALL>A</SMALL></SUP>T<SMALL>E</SMALL>X</SPAN>. Included in this manual are details about each software that will help your system administrator decide if ToriOS is a good fit for you. If you are the end-user, we invite you to continue reading this manual as it will give you insight on the software and technical concepts that ToriOS incorporates. <P> <BR><HR> <ADDRESS> Samuel J. Klein 2016-06-13 </ADDRESS> </BODY> </HTML>
library/communication_protocol.html
diego0020/braviz
<!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>Braviz Messages &mdash; Braviz Documentation</title> <link rel="stylesheet" href="../_static/agogo.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '0.3b', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="../_static/fold_classes.js"></script> <link rel="shortcut icon" href="../_static/favicon.png"/> <link rel="top" title="Braviz Documentation" href="../index.html" /> </head> <body role="document"> <div class="header-wrapper"> <div class="header"> <p class="logo"><a href="../index.html"> <img class="logo" src="../_static/Logo_Bravis_h.png" alt="Logo"/> </a></p> <!-- <div class="headertitle"><a href="../index.html"> Documentation </a></div> --> <nav class="parents"> <ol> <li><a href="../index.html"> Home </a> &raquo;</li> </ol> </nav> </div> </div> <div class="content-wrapper"> <div class="content"> <div class="sidebar" id="agogo-sidebar"> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <p class="logo"><a href="../index.html"> <img class="logo" src="../_static/Logo_Bravis_h.png" alt="Logo"/> </a></p> <h3><a href="../index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">Braviz Messages</a><ul> <li><a class="reference internal" href="#subject">Subject</a><ul> <li><a class="reference internal" href="#syntax">Syntax:</a></li> </ul> </li> <li><a class="reference internal" href="#sample">Sample</a><ul> <li><a class="reference internal" href="#syntax">Syntax</a></li> </ul> </li> <li><a class="reference internal" href="#log">Log</a><ul> <li><a class="reference internal" href="#syntax">Syntax</a></li> </ul> </li> <li><a class="reference internal" href="#reload-state">Reload State</a><ul> <li><a class="reference internal" href="#syntax">Syntax</a></li> <li><a class="reference internal" href="#example">Example</a></li> </ul> </li> <li><a class="reference internal" href="#variables">Variables</a><ul> <li><a class="reference internal" href="#syntax">Syntax</a></li> <li><a class="reference internal" href="#example">Example</a></li> </ul> </li> <li><a class="reference internal" href="#visualization">Visualization</a><ul> <li><a class="reference internal" href="#syntax">Syntax</a></li> <li><a class="reference internal" href="#example">Example</a></li> </ul> </li> <li><a class="reference internal" href="#ready">Ready</a><ul> <li><a class="reference internal" href="#syntax">Syntax</a></li> <li><a class="reference internal" href="#example">Example</a></li> </ul> </li> </ul> </li> </ul> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="braviz-messages"> <span id="braviz-messages"></span><h1>Braviz Messages<a class="headerlink" href="#braviz-messages" title="Permalink to this headline">¶</a></h1> <div class="section" id="subject"> <span id="subject"></span><h2>Subject<a class="headerlink" href="#subject" title="Permalink to this headline">¶</a></h2> <p>Communicate a change of the current focus subject</p> <div class="section" id="syntax"> <span id="syntax"></span><h3>Syntax:<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h3> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;subject&quot;</span><span class="p">,</span> <span class="nx">subject</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">subj_id</span><span class="o">&gt;</span> <span class="p">}</span> </pre></div> </div> </div> </div> <div class="section" id="sample"> <span id="sample"></span><h2>Sample<a class="headerlink" href="#sample" title="Permalink to this headline">¶</a></h2> <p>Communicate a change in the current focus sample</p> <div class="section" id="syntax"> <span id="id1"></span><h3>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h3> <p>For all processes</p> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;sample&quot;</span><span class="p">,</span> <span class="nx">sample</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">subjects</span> <span class="nx">list</span><span class="o">&gt;</span> <span class="p">}</span> </pre></div> </div> <p>For a single process</p> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;sample&quot;</span><span class="p">,</span> <span class="nx">sample</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">subjects</span> <span class="nx">list</span><span class="o">&gt;</span><span class="p">,</span> <span class="nx">target</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">id_of</span> <span class="nx">target</span> <span class="nx">instance</span><span class="o">&gt;</span> <span class="p">}</span> </pre></div> </div> </div> </div> <div class="section" id="log"> <span id="log"></span><h2>Log<a class="headerlink" href="#log" title="Permalink to this headline">¶</a></h2> <p>Communicate data about user actions. Include application state (scenario), so that the state can be revisited.</p> <div class="section" id="syntax"> <span id="id2"></span><h3>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h3> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;log&quot;</span><span class="p">,</span> <span class="nx">action</span><span class="o">:</span> <span class="o">&lt;</span><span class="nx">description</span> <span class="k">of</span> <span class="nx">user</span> <span class="nx">action</span><span class="o">&gt;</span><span class="p">,</span> <span class="nx">state</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">resulting</span> <span class="nx">state</span> <span class="k">of</span> <span class="nx">the</span> <span class="nx">application</span><span class="o">&gt;</span><span class="p">,</span> <span class="nx">pid</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">id</span> <span class="k">of</span> <span class="nx">application</span> <span class="nx">instance</span><span class="o">&gt;</span><span class="p">,</span> <span class="nx">application</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">name</span> <span class="k">of</span> <span class="nx">application</span><span class="o">&gt;</span><span class="p">,</span> <span class="nx">time</span> <span class="o">:</span> <span class="nx">timestamp</span> <span class="nx">when</span> <span class="nx">the</span> <span class="nx">action</span> <span class="nx">happened</span><span class="p">,</span> <span class="nx">sceensshot</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">optional</span><span class="p">,</span> <span class="nx">base64</span> <span class="nx">encoded</span> <span class="nx">raw</span> <span class="nx">png</span> <span class="nx">data</span> <span class="k">of</span> <span class="nx">a</span> <span class="mi">128</span><span class="nx">x128</span> <span class="nx">image</span><span class="o">&gt;</span> <span class="p">}</span> </pre></div> </div> <p>Example</p> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span><span class="o">:</span> <span class="s2">&quot;log&quot;</span><span class="p">,</span> <span class="nx">action</span><span class="o">:</span> <span class="nx">subject</span> <span class="nx">changed</span><span class="p">,</span> <span class="nx">state</span> <span class="o">:</span> <span class="p">{</span><span class="nx">current_subject</span><span class="o">:</span> <span class="mi">10</span><span class="p">,</span> <span class="nx">variables</span><span class="o">:</span> <span class="p">[</span><span class="mi">45</span><span class="p">,</span> <span class="mi">14</span><span class="p">,</span><span class="mi">32</span><span class="p">],</span> <span class="nx">plot</span><span class="o">:</span> <span class="p">[</span><span class="s1">&#39;scatter&#39;</span><span class="p">]},</span> <span class="nx">pid</span> <span class="o">:</span> <span class="mi">1546</span><span class="p">,</span> <span class="nx">application</span> <span class="o">:</span> <span class="s1">&#39;anova&#39;</span><span class="p">,</span> <span class="nx">time</span> <span class="o">:</span> <span class="mi">105130014</span> <span class="p">}</span> </pre></div> </div> </div> </div> <div class="section" id="reload-state"> <span id="reload-state"></span><h2>Reload State<a class="headerlink" href="#reload-state" title="Permalink to this headline">¶</a></h2> <p>Used to reload the state of an application stored in the log db.</p> <p>If the application that created that state is still open:</p> <div class="highlight-python"><div class="highlight"><pre><span></span>- Should it be reloaded on the same instance? (the current implementation will do this, but it has to be discussed with users). - or should a new instance be launched? </pre></div> </div> <p>If the application is no longer available then the menu should spawn a new instance, and then wait for the ready message from it. After that the menu will send the message again with the target changed to the new instance.</p> <div class="section" id="syntax"> <span id="id3"></span><h3>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h3> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;reload&quot;</span><span class="p">,</span> <span class="nx">target</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">instance_id</span><span class="o">&gt;</span><span class="p">,</span> <span class="nx">scenario</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">scenario</span> <span class="nx">data</span><span class="o">&gt;</span> <span class="p">}</span> </pre></div> </div> </div> <div class="section" id="example"> <span id="example"></span><h3>Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h3> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;reload&quot;</span><span class="p">,</span> <span class="nx">target</span> <span class="o">:</span> <span class="s1">&#39;486f3202-2d12-4122-9ad3-69c884c8ccbd&#39;</span><span class="p">,</span> <span class="nx">scenario</span> <span class="o">:</span> <span class="p">{</span><span class="nx">outcome</span> <span class="o">:</span> <span class="s2">&quot;my_outcome&quot;</span><span class="p">,</span> <span class="nx">sample</span> <span class="o">:</span> <span class="p">[</span><span class="mi">1</span><span class="p">,</span><span class="mi">2</span><span class="p">,</span><span class="mi">3</span><span class="p">,</span><span class="mi">4</span><span class="p">],</span> <span class="nx">regressors</span><span class="o">:</span><span class="p">[</span><span class="s2">&quot;reg_1&quot;</span><span class="p">.</span> <span class="s2">&quot;reg_2&quot;</span><span class="p">]}</span> <span class="p">}</span> </pre></div> </div> </div> </div> <div class="section" id="variables"> <span id="variables"></span><h2>Variables<a class="headerlink" href="#variables" title="Permalink to this headline">¶</a></h2> <p>Used to suggest variables from one application to the others. Applications that receive the message should display a dialog indicating the suggestion and asking the user if he wants to add all of them or a subset to the working set of variables.</p> <div class="section" id="syntax"> <span id="id4"></span><h3>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h3> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;variables&quot;</span><span class="p">,</span> <span class="nx">variables</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">vars_list</span><span class="o">&gt;</span> <span class="p">}</span> </pre></div> </div> </div> <div class="section" id="example"> <span id="id5"></span><h3>Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h3> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;variables&quot;</span><span class="p">,</span> <span class="nx">variables</span> <span class="o">:</span> <span class="p">[</span><span class="s2">&quot;var_1&quot;</span><span class="p">,</span> <span class="s2">&quot;var_2&quot;</span><span class="p">,</span> <span class="s2">&quot;var_3&quot;</span><span class="p">]</span> <span class="p">}</span> </pre></div> </div> </div> </div> <div class="section" id="visualization"> <span id="visualization"></span><h2>Visualization<a class="headerlink" href="#visualization" title="Permalink to this headline">¶</a></h2> <p>These messages are used to share visualizations between applications. The punctual cases considered right now are</p> <div class="highlight-python"><div class="highlight"><pre><span></span>- Copy the configuration of one subject_overview application to another, useful for comparing subjects side by side - Copy the configuration fron one subject_overview application to a sample_overview without saving a scenario </pre></div> </div> <p>These messages should be targeted to a specific application instance in order to not affect the state of other applications. For this purpose the sender instance must know which receivers are available and ask the user to select one of them.</p> <p>In the future more cases may be added.</p> <div class="section" id="syntax"> <span id="id6"></span><h3>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h3> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;Visualization&quot;</span><span class="p">,</span> <span class="nx">source</span> <span class="o">:</span> <span class="s2">&quot;subject_overview&quot;</span><span class="p">,</span> <span class="nx">target</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">id_of_target_application</span><span class="o">&gt;</span><span class="p">,</span> <span class="nx">scenario</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">scenario_data</span><span class="o">&gt;</span> <span class="p">}</span> </pre></div> </div> </div> <div class="section" id="example"> <span id="id7"></span><h3>Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h3> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;Visualization&quot;</span><span class="p">,</span> <span class="nx">source</span> <span class="o">:</span> <span class="s2">&quot;subject_overview&quot;</span><span class="p">,</span> <span class="nx">scenario</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">scenario_data</span><span class="o">&gt;</span> <span class="p">}</span> </pre></div> </div> </div> </div> <div class="section" id="ready"> <span id="ready"></span><h2>Ready<a class="headerlink" href="#ready" title="Permalink to this headline">¶</a></h2> <div class="section" id="syntax"> <span id="id8"></span><h3>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h3> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;ready&quot;</span><span class="p">,</span> <span class="nx">source_pid</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">pid</span><span class="o">&gt;</span><span class="p">,</span> <span class="nx">source_id</span> <span class="o">:</span> <span class="o">&lt;</span><span class="nx">uid</span><span class="o">&gt;</span> <span class="p">}</span> </pre></div> </div> </div> <div class="section" id="example"> <span id="id9"></span><h3>Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h3> <p>Desktop application</p> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;ready&quot;</span><span class="p">,</span> <span class="nx">source_pid</span> <span class="o">:</span> <span class="mi">345</span><span class="p">,</span> <span class="nx">source_id</span> <span class="o">:</span> <span class="s1">&#39;486f3202-2d12-4122-9ad3-69c884c8ccbd&#39;</span> <span class="p">}</span> </pre></div> </div> <p>Web application</p> <div class="highlight-javascript"><div class="highlight"><pre><span></span><span class="p">{</span> <span class="nx">type</span> <span class="o">:</span> <span class="s2">&quot;ready&quot;</span><span class="p">,</span> <span class="nx">source_pid</span> <span class="o">:</span> <span class="mi">345</span><span class="p">,</span> <span class="nx">source_id</span> <span class="o">:</span> <span class="s1">&#39;486f3202-2d12-4122-9ad3-69c884c8ccbd&#39;</span> <span class="p">}</span> </pre></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="clearer"></div> </div> </div> <div class="footer-wrapper"> <div class="footer"> <div class="left"> <a href="../py-modindex.html" title="Python Module Index" >modules</a> | <a href="../genindex.html" title="General Index" accesskey="I" >index</a> <br/> <a href="../_sources/library/communication_protocol.txt" rel="nofollow">Show Source</a> </div> <div class="right"> <div class="footer" role="contentinfo"> &copy; Copyright 2014, Diego Angulo. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.6. </div> </div> <div class="clearer"></div> </div> </div> </body> </html>
Slides/References/Physx 信息/zt_04.html
hanhonglei/Course_GamePhysics
<!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=gb2312" /> <title>GPU/PPU/CPUÈý×㶦Á¢ ÓÎÏ·ÐÔÄÜÌúÈý½Ç</title> <style type="text/css"> <!-- body { background-color: #FFFFFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } body,td,th { font-size: 12px; } .f14{font-size:14px} .div1{ width:650px; background-color:#f5f5f5; border-left: 100px; } .div1 ul{width:600px} .div1 li{width:300px;float:left;padding-top:5px} .news:link {color: #444; text-decoration:none;} .news:visited {color: #444;text-decoration:none;} .news:hover {color: #000000; text-decoration:underline;} .news:active {color: #000000;} --> </style></head> <body> <span style="font-size:24px; font-family:ºÚÌå;color:#CC0000">3Dʱ´úÕÙ»½ AGEIA PhysXÌíÕðº³</span><br /> <br /> <span class="f14"><b>GPU/PPU/CPUÈý×㶦Á¢ ÓÎÏ·ÐÔÄÜÌúÈý½Ç</b></span><br /> <br /> <div style="float:left;margin:20px"><img src="image/zhuanti_14.gif" /></div> <br /> ¡¡¡¡ ÓÎÏ·ÐÔÄÜÌúÈý½Ç´ú±íÁ˶ÔÓÚ´ïµ½×îºÃÓÎÏ·ÌåÑéÖÁ¹ØÖØÒªµÄÈý¸ö´¦ÀíÆ÷¡ª¡ªGPU/PPU/CPU¡£PPU×÷Ϊ´¦ÀíÎïÀíÔËËãµÄ¹Ø¼üºËÐÄÓ²¼þ£¬ÊÇ¿ªÆôÐÂÒ»´ú±ÆÕæÕðº³ÓÎϷмÍÔªµÄ±ØÒª×é³É²¿·Ö¡£´Ó´Ë£¬PPU½«ÎïÀíÔËËãµÄÈÎÎñ·ÖÀë³öÀ´£¬¸ºÔðרҵÐÔµÄÎïÌåÔ˶¯ºÍ½»»¥·´Ó¦µÄ´¦Àí£¬GPU¸ºÔð½øÐÐͼÏñµÄäÖȾºÍÏÔʾ£¬CPUÔò½øÐÐÁ½ÕßÖ®¼äµÄ×ÛºÏЭµ÷¡£<br /> <br /> ¡¡¡¡CPUµÄÉè¼ÆÊÇÒ»ÖÖ¿ª·ÅµÄ£¬¾ßÓи߶ÈÁé»îÐԵļÆËãÒýÇæ£¬ËüÌṩ¸ø³ÌÐòÔ±Ò»¸öÄÜ¿ìËÙ¿ª·¢¸÷ÖÖÓ¦ÓóÌÐòµÄƽ̨£¬¶øPPUºÍGPUÔòÊÇרÃÅÑз¢ÓÃÀ´Ö´ÐÐÌØ¶¨Ó¦ÓõĴ¦ÀíÆ÷£¬ËüÃÇÄÜÔÚ×Ô¼ºÌض¨Ëã·¨µÄÖ´ÐÐÄÜÁ¦ÉÏ´ó´ó³¬¹ýCPUËùÄÜÌṩµÄÐÔÄÜ¡£PPUºÍGPUµÄ´¦ÀíÊÇÍêÈ«²»Í¬µÄÁ½¸öÔËËã¸ÅÄGPUÖ÷ÒªÊǸºÔðäÖȾºÍÊä³ö£¬Êǽâ¾öÎïÌåÊÓ¾õ³ÊÏÖÎÊÌâµÄÓ²¼þ£»¶øPPUÊÇ×¨×¢ÕæÊµµÄÎïÀí¼ÆË㣬ÆäÇ¿´óµÄÕûÊý¼°¸¡µãÔËËãÄÜÁ¦£¬¿ÉÐγÉÈí¡¢¹ÌÖÊÌ嶯Á¦£¨Softor Rigid Body Dynamics£©£¬·ºÓÃÅöײÕì²â£¨Universal Collision Detection£©£¬ÓÐÏÞÔªËØ·ÖÎö£¨Finite Element Analysis£©£¬Á÷Ì嶯Á¦£¨Fluid Dynamics£©£¬Ã«·¢Ä£Ä⣨Hair Simulation£©£¬²¼ÁÏÄ£Ä⣨Cloth Simulation£©µÈ¼¼ÊõÌØÐ§¡£<br /> <br /> ¡¡¡¡CPU¡¢PPUºÍGPUÓÎÏ·ÌúÈý½ÇµÄ¹²Í¬Ð­×÷µÄÓÅ»¯Ä£Ê½£¬½â¾öÁËÓÎÏ·ÖÐÂß¼­×ÜÖ¸»Ó£¬Í¼Ïñ´¦ÀíºÍÎïÀíÔËËãÈý·½Ãæ´óÁ¿µÄ¼ÆËãÐèÇó¡£<br /> <br /> ¡¡¡¡´Ó´Ë£¬Íæ¼ÒÒ²½«ÌåÑéµ½ÏñµçÓ°ÖеÄÒ»ÑùµÄ׳¹Û³¡Ã棬¸÷ÖÖÎïÌ屬ը¡¢×²»÷¡¢½¨ÖþÎïµ¹ËúµÈµÈ¡£ÓÐÁËPPUµÄרҵÎïÀíÔËËã´¦Àí£¬¿ÉÒÔºÜÇáËɵÄʵÏÖ¸÷ÖÖ¸´ÔÓµÄÅöײ»òÕßÔ˶¯Ð§¹û¡£ÕâÖÖСµ½Ò»Á£É³Ò²»áÒòΪ¿ÕÆøµÄÁ÷¶¯¶øÒƶ¯µÄ³¡Ã棬ÁîÓÎÏ·µÄ¿ÉÍæÐÔ¡¢ÕæÊµÐÔÊÇÒÔǰ´«Í³µÄÈκÎÒ»¿î3DÓÎÏ·ÄÑÒÔ±ÈÄâµÄ¡£ <br /> <br /> <div class="div1"> <ul> <li>£±.<a href="zt_01.html" class="news f14"><b>µ¼Óï</b></a></li> <li>£².<a href="zt_02.html" class="news f14"><b>ÎïÀíÔËËã:3Dʱ´úÕÙ»½</b></a></li> <li>£³.<a href="zt_03.html" class="news f14"><b>PPU:ÒýÁì3D¼ÓËÙ¸ïÃü</b></a></li> <li>£´.<a href="zt_04.html" class="news f14"><b><font color="#FF0000">GPU/PPU/CPUÈý×㶦Á¢ ÓÎÏ·ÐÔÄÜÌúÈý½Ç</font></b></a></li> <li>£µ.<a href="zt_05.html" class="news f14"><b>AGEIA PhysXÎïÀí¼ÓËÙ¿¨µÄÏêϸ²ÎÊý</b></a></li> <li>£¶.<a href="zt_06.html" class="news f14"><b>ÒÆ¶¯¼¼ÊõAGEIA PhysX 100M</b></a></li> <li>£·.<a href="zt_07.html" class="news f14"><b>¹ØÓÚPhysX SDK(Èí¼þ¿ª·¢°ü)</b></a></li> <li>£¸.<a href="zt_08.html" class="news f14"><b>PhysX SDKÌØÐÔ</b></a></li> </ul> </div> <br /> </body> </html>
DMFX_1_1/c55xx_csl/doc/c55xx_csl_example_html/page15.html
DMFX-1/Software
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.3.1"/> <title>C55XX CSL LP EXAMPLE: CSL RTC EXAMPLE DOCUMENTATION</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">C55XX CSL LP EXAMPLE </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.3.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">CSL RTC EXAMPLE DOCUMENTATION </div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><h1><a class="anchor" id="RTC2"></a> RTC EXAMPLE2 - RTC COMPENSATION TEST</h1> <h2><a class="anchor" id="RTC2x"></a> TEST DESCRIPTION:</h2> <p>This example code tests the RTC module operation with positive and negative compensation settings. The RTC module of C5535/C5515/C5517 DSP can compensate for oscillator drift due to temperature by adding or subtracting the value of the compensation registers (in milliseconds) to the 32KHz counter every hour. RTC module can be configured for positive or negative compensation using "rtc oscillator drift compensation register".</p> <p>When RTC is configured for positive compensation of value 'N', N number of milliseconds are added to the millisecond component of time. This positive drift in time will occur after change in hours component.After each change in hours component, N number of milliseconds are counted and millisecond count starts again from 0.</p> <p>NOTE: RTC Positive compensation does not work for the compensation values that are multiple of 10 on the chip C5535. RTC_setCompensation API will return error for such compensation values. This issue is not present on chip C5515.</p> <p>When RTC is configured for negative compensation of value 'N', N number of milliseconds are removed from the millisecond component of time. This negative drift in time will happen after change in hours component. After each change in hours component count of milliseconds starts from N instead of 0.</p> <p>This test code configures the RTC for positive compensation and then for negative compensation. Positive compensation setting is also verified with compensation value which is multiple of ten. After starting the RTC, time is read and displayed in the CCS "stdout" window at regular intervals of time. Manual inspection is required to observe the drift in RTC time after change in hours component. Time and Date will be displayed in the format HH:MM:SS:mmmm, DD-MM-YY respectively. 'm' in the time format represents millisecond component of the time.</p> <p>For each compensation setting this test code will start at time 12:59:59:xxxx and runs till 13:00:01:xxxx. Drift in time will occur after hours component changes to 13 from 12.</p> <pre class="fragment">Small test log of RTC time when configured for positive compensation of value 256 is given below. After a change in hours component, milliseconds are counted till 256 and count again starts from 0. msec count shown below is not exactly 256 and 0 due to delay in read operation. Time and Date is : 12:59:59:1020, 16-10-08 Time and Date is : 13:00:00:0023, 16-10-08 Time and Date is : 13:00:00:0048, 16-10-08 Time and Date is : 13:00:00:0076, 16-10-08 Time and Date is : 13:00:00:0102, 16-10-08 Time and Date is : 13:00:00:0129, 16-10-08 Time and Date is : 13:00:00:0156, 16-10-08 Time and Date is : 13:00:00:0182, 16-10-08 Time and Date is : 13:00:00:0209, 16-10-08 Time and Date is : 13:00:00:0236, 16-10-08 Time and Date is : 13:00:00:0006, 16-10-08 &lt;== Positive Drift in Time Time and Date is : 13:00:00:0034, 16-10-08 Small test log of RTC time when configured for negative compensation of value 256 is given below. After a change in hours component, milliseconds are counted from 256 instead of 0. msec count shown below is not exactly 256 due to delay in read operation. Time and Date is : 12:59:59:0989, 16-10-08 Time and Date is : 12:59:59:1017, 16-10-08 Time and Date is : 13:00:00:0276, 16-10-08 &lt;== Negative Drift in Time Time and Date is : 13:00:00:0304, 16-10-08</pre><p>NOTE: THIS TEST HAS BEEN DEVELOPED TO WORK WITH CHIP VERSIONS C5535, C5515 AND C5517. MAKE SURE THAT PROPER CHIP VERSION MACRO IS DEFINED IN THE FILE c55xx_csl\inc\csl_general.h.</p> <h2><a class="anchor" id="RTC2y"></a> TEST PROCEDURE:</h2> <ul> <li>Open the CCS and connect the target (C5535/C5515/C5517 EVM) </li> <li>Open the project "CSL_RTC_Compensation_Example_Out.pjt" and build it </li> <li>Load the program on to the target </li> <li>Set the PLL frequency to 12.288MHz </li> <li>Run the program and observe the test result </li> <li>Repeat the test at the following PLL frequencies C5515: 60MHz and 100MHz C5517: 60MHz, 100MHz, 150MHz and 200MHz C5535 eZdsp: 60MHz and 100MHz </li> <li>Repeat the test in Release mode</li> </ul> <h2><a class="anchor" id="RTC2z"></a> TEST RESULT:</h2> <ul> <li>All the CSL RTC APIs should return success </li> <li>A Positive drift in time(msec) should be observed after change in hours component of time during the positive compensation test </li> <li>A Negative drift in time(msec) should be observed after change in hours component of time during the negative compensation test </li> <li>RTC_setCompensation API should return failure when tested with a positive compensation value which is multiple of ten on chip C5515. It should run successfully on chip C5515. </li> </ul> </div></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Apr 12 2013 15:14:33 for C55XX CSL LP EXAMPLE by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.3.1 </small></address> </body> </html>
dnsforever/web/templates/domain_cname/list.html
dnsforever/dnsforever-web
{% extends "base.html" %} {% block title %} {{ g.service_name }} - CNAME 레코드 설정 [{{ domain.name }}] {% endblock %} {% block head %} {% endblock %} {% block body %} <h1>CNAME 레코드 설정 <small>{{ domain.name }}</small></h1> <table class="table table-hover"> <thead> <tr> <th width="30"></th> <th>호스트 이름</th> <th>목적지 주소</th> <th>메모</th> <th></th> </tr> </tbody> <tbody> {% for record in records %} <tr> <td><input type="checkbox"></td> <td>{{ record.name and (record.name + '.') or '' }}{{ domain.name }}</td> <th>{{ record.target }}</th> <th>{{ record.memo }}</th> <th> <a href="{{ url_for('domain_cname.record_edit', domain=domain.name, record_id=record.id) }}" class="btn btn-warning btn-xs">수정</a> <a href="{{ url_for('domain_cname.record_delete', domain=domain.name, record_id=record.id) }}" class="btn btn-danger btn-xs">삭제</a> </th> </tr> {% endfor %} </tbody> </table> <div class="pull-right"> <a href="{{ url_for('domain_cname.record_new', domain=domain.name) }}" class="btn btn-primary">새 레코드 등록</a> <!-- button type="submit" class="btn btn-danger">Delete</button --> </div> {% endblock %}
doc/index-files/index-2.html
JoseHdez2/beeHave
<!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_66) on Mon Nov 30 17:33:22 WET 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>E-Index</title> <meta name="date" content="2015-11-30"> <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="E-Index"; } } 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="../apriori_1/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-1.html">Prev Letter</a></li> <li>Next Letter</li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-2.html" target="_top">Frames</a></li> <li><a href="index-2.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="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">E</a>&nbsp;<a name="I:E"> <!-- --> </a> <h2 class="title">E</h2> <dl> <dt><a href="../apriori_1/Environment.html" title="class in apriori_1"><span class="typeNameLink">Environment</span></a> - Class in <a href="../apriori_1/package-summary.html">apriori_1</a></dt> <dd> <div class="block">Clase que modela el entorno de una simulación.</div> </dd> <dt><span class="memberNameLink"><a href="../apriori_1/Environment.html#Environment--">Environment()</a></span> - Constructor for class apriori_1.<a href="../apriori_1/Environment.html" title="class in apriori_1">Environment</a></dt> <dd>&nbsp;</dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">E</a>&nbsp;</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="../apriori_1/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-1.html">Prev Letter</a></li> <li>Next Letter</li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-2.html" target="_top">Frames</a></li> <li><a href="index-2.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>
templates/k1/entry.html
glacials/kure
<div class="entry">{HOOK:ENTRY-TOP} <div class="entry-title">{ENTRYTITLE}</div>{HOOK:ENTRY-TITLE_AFTER} <div class="entry-date"><a class="date" href="{ENTRYADDRESS}">{ENTRYDAY} {ENTRYMONTH} {ENTRYYEAR}</a></div> <div class="entry-content"> {ENTRYCONTENT} </div>{HOOK:ENTRY-BODY_AFTER}{HOOK:ENTRY-BOTTOM} </div>
bushido-blocks/libs/SwarmConnect/docs/com/swarmconnect/SwarmMessageThread.GotMessagesCB.html
sandeel/Bushido-Blocks
<!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_10) on Mon Jan 21 16:25:05 EST 2013 --> <title>SwarmMessageThread.GotMessagesCB</title> <meta name="date" content="2013-01-21"> <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="SwarmMessageThread.GotMessagesCB"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../com/swarmconnect/SwarmMessageThread.html" title="class in com.swarmconnect"><span class="strong">Prev Class</span></a></li> <li><a href="../../com/swarmconnect/SwarmMessageThread.GotNumMessages.html" title="class in com.swarmconnect"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?com/swarmconnect/SwarmMessageThread.GotMessagesCB.html" target="_top">Frames</a></li> <li><a href="SwarmMessageThread.GotMessagesCB.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.swarmconnect</div> <h2 title="Class SwarmMessageThread.GotMessagesCB" class="title">Class SwarmMessageThread.GotMessagesCB</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.swarmconnect.SwarmMessageThread.GotMessagesCB</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../com/swarmconnect/SwarmMessageThread.html" title="class in com.swarmconnect">SwarmMessageThread</a></dd> </dl> <hr> <br> <pre>public abstract static class <span class="strong">SwarmMessageThread.GotMessagesCB</span> extends java.lang.Object</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="../../com/swarmconnect/SwarmMessageThread.GotMessagesCB.html#SwarmMessageThread.GotMessagesCB()">SwarmMessageThread.GotMessagesCB</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>abstract void</code></td> <td class="colLast"><code><strong><a href="../../com/swarmconnect/SwarmMessageThread.GotMessagesCB.html#gotMessages(java.util.List)">gotMessages</a></strong>(java.util.List&lt;<a href="../../com/swarmconnect/SwarmMessage.html" title="class in com.swarmconnect">SwarmMessage</a>&gt;&nbsp;messages)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="SwarmMessageThread.GotMessagesCB()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SwarmMessageThread.GotMessagesCB</h4> <pre>public&nbsp;SwarmMessageThread.GotMessagesCB()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="gotMessages(java.util.List)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>gotMessages</h4> <pre>public abstract&nbsp;void&nbsp;gotMessages(java.util.List&lt;<a href="../../com/swarmconnect/SwarmMessage.html" title="class in com.swarmconnect">SwarmMessage</a>&gt;&nbsp;messages)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../com/swarmconnect/SwarmMessageThread.html" title="class in com.swarmconnect"><span class="strong">Prev Class</span></a></li> <li><a href="../../com/swarmconnect/SwarmMessageThread.GotNumMessages.html" title="class in com.swarmconnect"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?com/swarmconnect/SwarmMessageThread.GotMessagesCB.html" target="_top">Frames</a></li> <li><a href="SwarmMessageThread.GotMessagesCB.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>
public/css/kdd.css
kbdick/RecycleTracker
/** * @license * MyFonts Webfont Build ID 2848619, 2014-07-19T23:04:08-0400 * * The fonts listed in this notice are subject to the End User License * Agreement(s) entered into by the website owner. All other parties are * explicitly restricted from using the Licensed Webfonts(s). * * You may obtain a valid license at the URLs below. * * Webfont: Chikita Pro by Canada Type * URL: http://www.myfonts.com/fonts/canadatype/chikita/pro/ * Copyright: Copyright &#x00A9; 2008 Canada Type. All rights reserved. * Licensed pageviews: 10,000 * * * License: http://www.myfonts.com/viewlicense?type=web&buildid=2848619 * * © 2014 MyFonts Inc */ /* @import must be at top of file, otherwise CSS will not work */ @import url("//hello.myfonts.net/count/2b776b"); @font-face { font-family: 'ChikitaPro'; src: url('webfonts/2B776B_0_0.eot'); src: url('webfonts/2B776B_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2B776B_0_0.woff') format('woff'),url('webfonts/2B776B_0_0.ttf') format('truetype'); } @font-face { font-family: 'LiberationSans-Regular'; src: url('./webfonts/LiberationSans-Regular.ttf'); } .imgportfolio { padding: 0; border: 1px solid gray; margin-bottom: 1%; } body { font-size: 100%; line-height: 1.4; font-family: 'LiberationSans-Regular'; background: #ffffff url('../images/stripe.png') repeat fixed center; } h1 { font-size: 125%; line-height: .8; } #kddheader { font-family: 'ChikitaPro'; font-size: 350%; background: #ffffff; min-height: 15%; height: auto; margin-top: 1%; } #kddmenu { background-color: black; height: auto; } #kddgap { background-color: transparent; height: auto; } #kddportfolio { background-color: #ffc241; height: auto; } #cover { font-size: 225%; } #woolf { font-size: 120% } .kddmenuborder { margin: 1% 0 1% 0; border-right: 1px solid white; display: table-cell; } .kddmenuend { margin: 1% 0 1% 0; display: table-cell; } .portfoliothumbs { margin: 10% 0 0 0; } .portfolio { background-color: #ffc241; margin: 0; padding: 0; } .portfolioheading { padding: 1% 0 0 3%; } .portfoliodetail { padding: 0 0 2% 3%; } .portfoliocaption { margin-right: 10%; } .card { background-color: transparent; margin: 5%; padding: 5%; font-family: 'LiberationSans-Regular'; } .contactcard { margin: 3% 15% 20% 15%; padding: 15% 10% 15% 40%; background: white; float: right; } .resumecard { margin: 1% 15% 20% 15%; background: white; } .aboutcard { margin: 1% 15% 20% 15%; padding: 5% 10% 5% 10%; background: white; float: right; } a:link { color: #ffc241; text-decoration: none; } a:visited { color: #ffc241; text-decoration: overline; } a:hover, color: #ffc241; text-decoration: none; } a:active { color: white; text-decoration: none; top: 1px; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
RossFamilyTree/plc/d/6/d15f604c2a27084d7333b7a206d.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Places</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body onload = "initialize();" > <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../families.html" title="Families">Families</a></li> <li><a href="../../../events.html" title="Events">Events</a></li> <li class = "CurrentSection"><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="PlaceDetail"> <h3></h3> <div id="summaryarea"> <table class="infolist place"> <tbody> <tr> <td class="ColumnAttribute">Gramps&nbsp;ID</td> <td class="ColumnValue">P1995</td> </tr> </tbody> </table> </div> <div class="subsection" id="references"> <h4>References</h4> <ol class="Col1" role="Volume-n-Page"type = 1> <li> <a href="../../../ppl/1/c/d15f604c2893662dc2e3e1045c1.html"> LEES, Ernest Joseph <span class="grampsid"> [I11214]</span> </a> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:54:58<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
gui/app/templates/_updates.html
kateract/Firebot
<div class="content-block info-page"> <div class="content-block-body"> <div class="page-content" style="min-height: 600px;"> <div class="update-alert alert alert-info" style="display: inline-block;" ng-if="!getUpdateData().updateIsAvailable"> <p><i class="fas fa-check-circle"></i> Firebot is up-to-date.</p> </div> <div class="update-alert alert alert-warning" style="display: inline-block;" ng-if="getUpdateData().updateIsAvailable"> <p>Hey! It looks like there was an update released!</p> <p>You can update by clicking the button below.</p> </div> <div class="latest-update" style="font-size:30px;font-weight:200;"> {{getUpdateData().gitName}} </div> <div class="release-date" style="font-weight:600;"> {{getUpdateData().gitDate | date: 'medium'}} </div> <div class="update-notes" ng-bind-html="getUpdateData().gitNotes"></div> <div class="update-buttons"> <a class="github-link" href><button class="btn btn-primary" ng-if="getUpdateData().updateIsAvailable" ng-click="downloadAndInstallUpdate()">Update</button></a> <a href ng-click="openLinkExternally('https://github.com/Firebottle/Firebot/issues?q=is%3Aopen+is%3Aissue+label%3Abug')"><button class="btn btn-danger">Report Bugs</button></a> <a href ng-click="openLinkExternally('https://github.com/Firebottle/Firebot/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22')"><button class="btn btn-info">Suggest Features</button></a> </div> </div> </div> </div>
storyboardz/uploads/styles/filemanager.css
nafergo/axsz_toolz
/** * Icons are from http://icomoon.io/app/ * color code : #666666 **/ * { font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; color: #333; box-sizing: content-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: content-box; } body { padding: 10px; background-color:#F4F1ED; overflow-x:hidden; /** prevent overflow if #uploader h1 path value is too long */ } video, audio { margin:3em; } #uploader { display: block; text-align: right; height: auto; min-height:30px; overflow: hidden; } #uploader h1 { display: block; float: left; margin-left:1em; line-height:1.9em; font-size: 0.8em; text-shadow:1px 1px 0px #ffffff; word-break: break-all; } button#home { float:left; } #uploadresponse { display: none; } #splitter { background-color: white; height: 400px; /* no padding allowed */ } #filetree { overflow: auto; min-width: 100px; /* optional */ border: 1px solid #ccc; /* no margin or border allowed */ } #filetree > ul { padding: 4px; } #fileinfo { min-width: 100px; overflow: auto; border: 1px solid #ccc; /* no margin or border allowed */ } #splitter .vsplitbar { width: 6px; background: #F4F1ED url(../scripts/jquery.splitter/vgrabber.gif) no-repeat center; } #fileinfo { text-align: center; padding:0; margin:0; } #fileinfo * { font-size: 12px; } #preview { width: 100%; } #preview > img { margin: 25px; max-width: 80%; } #fileinfo > h1 { font-size: 16px; margin: 100px auto; } #preview dl { display: block; width: 400px; margin: 10px auto; overflow: auto; } #preview dl dt, #preview dl dd { display: block; float: left; width: 190px; padding: 4px; text-align: left; border-bottom: 1px dotted #ccc; overflow: hidden; } #preview dt { clear: left; } #preview dd { font-weight: bold; } #toolbar { display: block; clear: left; margin: 50px auto; } button { -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; box-shadow:inset 0px 1px 0px 0px #ffffff; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ); background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf'); background-color:#ededed; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #dcdcdc; display:inline-block; color:#777777; padding:0.1em 0.3em; text-decoration:none; text-shadow:1px 1px 0px #ffffff; margin:0 0.2em 0.5em 0.2em; line-height:1.7em; } button:hover { background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ); background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed'); background-color:#dfdfdf; } button span { display: block; padding-left: 20px; background-position: left center; background-repeat: no-repeat; background-color: transparent; white-space: nowrap; } button:active, button:focus { color:#000; outline-color: transparent; outline-style: none; outline-width: 0; } /** Input file Replacement */ input, button { vertical-align: text-top; } #file-input-container { display:inline; margin:0; position:relative; top:0; width:255px; height:32px; overflow: hidden; } #newfile { position: absolute; top:0; right:0; height:32px; opacity:0; filter: alpha(opacity=0); cursor: pointer; border:1px solid blue; } #fileR { position: relative; bottom:0; right:100px; display:inline-block; opacity:1; filter: alpha(opacity=0); z-index:-1; visibility:hidden; width:110px; } #alt-fileinput { display: inline; wrap: no-wrap; } #filepath { background-color: #F4F1ED; border: 1px solid #dcdcdc; margin: 0; padding: 0.1em 0.3em; line-height: 1.7em; height:100%; -webkit-border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-bottomleft: 6px; border-top-left-radius: 6px; border-bottom-left-radius: 6px; } @-moz-document url-prefix() { #filepath { padding:0.2em 0.3em; } } button#browse { margin-left:0; -webkit-border-top-left-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-topleft: 0px; -moz-border-radius-bottomleft: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; min-height: 16px; min-width: 40px; } button#browse span { margin:0; padding:0; background: url(../images/plus.png) no-repeat center center; display: block; color:#666; text-shadow: none; } /** Input file Replacement - end */ #q { background-color: #F2F2F2; border: 1px solid #dcdcdc; margin: 0.5em 0 0; padding: 0.1em 0.3em; line-height: 1.7em; width: 200px; } #search span.q-inactive { color: #a1a1a1; font-style: italic; font-size: 0.85em; position: relative; left: -200px; top: 8px; } #search a.q-reset { display: inline-table; width: 20px; height: 20px; background: url(../images/reset.png) no-repeat center center; position: relative; opacity:0.5; left: -30px; top: 13px; z-index: 24; } /** Opera hack */ x:-o-prefocus, #search a.q-reset {top:-14px;} #contents.grid { padding: 25px; text-align: left; } #contents.grid li { display: block; float: left; width: 20%; min-height: 128px; text-align: center; overflow: hidden; margin-bottom: 25px; border: 1px solid white; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } #contents.grid li:hover { border: 1px solid #E5E5E5; background-color:#F7F7F7; cursor: pointer; } div.clip { width: 64px; height: 64px; margin: 10px auto; overflow: hidden; } #contents.grid li img { } #contents.grid p { display: block; text-align: center; margin-bottom: 10px; } #contents.list { width: 100%; } #contents.list th, #contents.list td { text-align: left; padding: 6px; white-space: nowrap; } #contents.list thead { background: rgb(244,241,237); /* Old browsers */ background: -moz-linear-gradient(top, rgba(244,241,237,1) 0%, rgba(214,212,209,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,241,237,1)), color-stop(100%,rgba(214,212,209,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(244,241,237,1) 0%,rgba(214,212,209,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(244,241,237,1) 0%,rgba(214,212,209,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(244,241,237,1) 0%,rgba(214,212,209,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(244,241,237,1) 0%,rgba(214,212,209,1) 100%); /* W3C */ border-bottom: 1px solid #ccc; } #contents.list th { font-weight: bold; cursor: pointer; } #contents.list th.tablesorter-headerAsc, #contents.list th.tablesorter-headerDesc { background: rgb(214,212,209); /* Old browsers */ background: -moz-linear-gradient(top, rgba(214,212,209,1) 0%, rgba(244,241,237,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,212,209,1)), color-stop(100%,rgba(244,241,237,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(214,212,209,1) 0%,rgba(244,241,237,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(214,212,209,1) 0%,rgba(244,241,237,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(214,212,209,1) 0%,rgba(244,241,237,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(214,212,209,1) 0%,rgba(244,241,237,1) 100%); /* W3C */ } #contents.list th.tablesorter-headerAsc span { display: block; width: 100%; padding-right: 20px; background-image: url(../images/bullet_arrow_up.png); background-repeat: no-repeat; background-position: right center; } #contents.list th.tablesorter-headerDesc span { display: block; width: 100%; padding-right: 20px; background-image: url(../images/bullet_arrow_down.png); background-repeat: no-repeat; background-position: right center; } #contents.list td { border-bottom: 1px dotted #ccc; } #contents.list td:first-child { width: 100%; padding-left: 22px; background-repeat: no-repeat; background-position: 3px center; } #contents.list tbody tr:hover { background-color: #eee; cursor: pointer; } .meta { display: none; } #activity { margin: 100px auto; } .contextMenu { background-color:#F4F1ED; } .contextMenu li.hover a { background-color: #BDF; } .contextMenu a { font-size: 11px; } /* these apply to the contextual menus as well as the buttons */ /* #select span, .contextMenu li.select a { background-image: url(../images/accept.png); } */ #download span, .contextMenu li.download a { background-image: url(../images/download.png); } #rename span, .contextMenu li.rename a { background-image: url(../images/pencil.png); } /* #move span, .contextMenu li.move a { background-image: url(../images/move.png); } */ #replace span, .contextMenu li.replace a { background-image: url(../images/replace.png); } #delete span, .contextMenu li.delete a { background-image: url(../images/bin_closed.png); } #upload span { background-image: url(../images/upload.png); } #upload span.loading { background-image: url(../images/ajax-loader.gif);color:#555555;font-size:0.9em; } #parentfolder span { background-image: url(../images/parentfolder.png); } #newfolder span { background-image: url(../images/folder_add.png); } #home span { background-image: url(../images/house.png); } /* div.jqi button { background-image: url(../images/circular/yes.png); } */ div.jqi { position: absolute; font-size: 12px; font-weight: bold; min-width: 300px; padding: 10px; background-color:#F4F1ED; border: 1px solid #888; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 8px; } .jqiclose { float: right; margin: -9px -7px 0 0; font-size: 9px; cursor: pointer; text-transform: lowercase; color: #666; } div.jqi button { margin-top: 20px; margin-right:0.5em; float: right; } div#jqistates {padding:1em;} div.jqimessage p { padding:0.3em; color:#555; } div.jqifade{ background-color: #000000; } #grid span, #list span { width: 20px; background-repeat: no-repeat; background-position: center center; } button.ON { background:none repeat scroll 0 0 #F9F8F7; border: 1px inset #ccc; } #grid span { background-image: url(../images/application_view_icons.png); } #list span { background-image: url(../images/application_view_list.png); } #list { margin-left: 0; } #progressbar { background:transparent url(../images/ajax-loader.gif) no-repeat 0 0; display:inline-table; width:30px; height:30px; } /* IE10-11 styles */ html[data-useragent*='MSIE 10.0'] #uploader button, html[data-useragent*='MSIE 11.0'] #uploader button { vertical-align: top; } html[data-useragent*='MSIE 10.0'] #file-input-container, html[data-useragent*='MSIE 11.0'] #file-input-container { width: 220px; height: 32px; overflow: hidden; } html[data-useragent*='MSIE 10.0'] #filepath, html[data-useragent*='MSIE 11.0'] #filepath { height: 22px; } html[data-useragent*='MSIE 10.0'] #newfile, html[data-useragent*='MSIE 11.0'] #newfile { height: 23px; }
public/404.html
patschbo/BaNG
<!DOCTYPE HTML> <html> <head> <title>Error 404</title> <meta charset="utf-8"/> <link rel="icon" type="image/ico" href="/favicon"> <link rel="stylesheet" href="/css/error.css"/> </head> <body> <h1>Error 404</h1> <div id="content"> <h2>Page Not Found</h2> </div> </body> </html>
doc/app/ApplicationController.html
voran/tiny-rails-gallery
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title>class ApplicationController - Rails Application Documentation</title> <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "./"; </script> <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script> <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script> <script type="text/javascript" charset="utf-8" src="./js/search.js"></script> <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script> <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script> <body id="top" class="class"> <nav id="metadata"> <nav id="home-section" class="section"> <h3 class="section-header"> <a href="./index.html">Home</a> <a href="./table_of_contents.html#classes">Classes</a> <a href="./table_of_contents.html#methods">Methods</a> </h3> </nav> <nav id="search-section" class="section project-section" class="initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <h3 class="section-header"> <input type="text" name="search" placeholder="Search" id="search-field" title="Type to search, Up and Down to navigate, Enter to load"> </h3> </form> <ul id="search-results" class="initially-hidden"></ul> </nav> <div id="file-metadata"> <nav id="file-list-section" class="section"> <h3 class="section-header">Defined In</h3> <ul> <li>app/controllers/application_controller.rb </ul> </nav> </div> <div id="class-metadata"> <nav id="parent-class-section" class="section"> <h3 class="section-header">Parent</h3> <p class="link">ActionController::Base </nav> <!-- Method Quickref --> <nav id="method-list-section" class="section"> <h3 class="section-header">Methods</h3> <ul class="link-list"> <li><a href="#method-i-browse">#browse</a> </ul> </nav> </div> <div id="project-metadata"> <nav id="fileindex-section" class="section project-section"> <h3 class="section-header">Pages</h3> <ul> <li class="file"><a href="./doc/README_FOR_APP.html">README_FOR_APP</a> </ul> </nav> <nav id="classindex-section" class="section project-section"> <h3 class="section-header">Class and Module Index</h3> <ul class="link-list"> <li><a href="./ApplicationController.html">ApplicationController</a> <li><a href="./ApplicationHelper.html">ApplicationHelper</a> </ul> </nav> </div> </nav> <div id="documentation"> <h1 class="class">class ApplicationController</h1> <div id="description" class="description"> </div><!-- description --> <section id="5Buntitled-5D" class="documentation-section"> <!-- Methods --> <section id="public-instance-5Buntitled-5D-method-details" class="method-section section"> <h3 class="section-header">Public Instance Methods</h3> <div id="method-i-browse" class="method-detail "> <div class="method-heading"> <span class="method-name">browse</span><span class="method-args">()</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="browse-source"> <pre><span class="ruby-comment"># File app/controllers/application_controller.rb, line 4</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">browse</span> <span class="ruby-identifier">files</span> = <span class="ruby-constant">Array</span>.<span class="ruby-identifier">new</span> <span class="ruby-identifier">subdirs</span> = <span class="ruby-constant">Array</span>.<span class="ruby-identifier">new</span> <span class="ruby-ivar">@entry</span> = <span class="ruby-identifier">params</span>[<span class="ruby-value">:dir</span>] <span class="ruby-operator">||</span> <span class="ruby-string">&quot;&quot;</span> <span class="ruby-identifier">entry_path</span> = <span class="ruby-constant">Rails</span>.<span class="ruby-identifier">public_path</span> <span class="ruby-operator">+</span> <span class="ruby-constant">Rails</span>.<span class="ruby-identifier">configuration</span>.<span class="ruby-identifier">thumbnails_url</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@entry</span> <span class="ruby-constant">Dir</span>.<span class="ruby-identifier">foreach</span>(<span class="ruby-identifier">entry_path</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">subentry</span><span class="ruby-operator">|</span> <span class="ruby-identifier">subentry_path</span> = <span class="ruby-identifier">entry_path</span> <span class="ruby-operator">+</span> <span class="ruby-string">&#39;/&#39;</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">subentry</span> <span class="ruby-keyword">if</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">directory?</span>(<span class="ruby-identifier">subentry_path</span>) <span class="ruby-keyword">and</span> <span class="ruby-operator">!</span><span class="ruby-constant">Rails</span>.<span class="ruby-identifier">configuration</span>.<span class="ruby-identifier">ignore_dirs</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">subentry</span> <span class="ruby-identifier">subdirs</span>.<span class="ruby-identifier">push</span>(<span class="ruby-identifier">subentry</span>) <span class="ruby-keyword">elsif</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">file?</span>(<span class="ruby-identifier">subentry_path</span>) <span class="ruby-keyword">and</span> <span class="ruby-constant">Rails</span>.<span class="ruby-identifier">configuration</span>.<span class="ruby-identifier">valid_file_types</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">subentry</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">&#39;.&#39;</span>)[<span class="ruby-value">-1</span>].<span class="ruby-identifier">downcase</span> <span class="ruby-identifier">files</span>.<span class="ruby-identifier">push</span>(<span class="ruby-identifier">subentry</span>) <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-ivar">@output</span> = { <span class="ruby-value">:subdirs</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">subdirs</span>.<span class="ruby-identifier">sort</span>.<span class="ruby-identifier">reverse</span>, <span class="ruby-value">:files</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">files</span>.<span class="ruby-identifier">sort</span> } <span class="ruby-identifier">respond_to</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">format</span><span class="ruby-operator">|</span> <span class="ruby-identifier">format</span>.<span class="ruby-identifier">html</span> { <span class="ruby-identifier">render</span> } <span class="ruby-identifier">format</span>.<span class="ruby-identifier">json</span> { <span class="ruby-identifier">render</span> <span class="ruby-value">:json</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-ivar">@output</span>} <span class="ruby-identifier">format</span>.<span class="ruby-identifier">xml</span> {<span class="ruby-identifier">render</span> <span class="ruby-value">:xml</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-ivar">@output</span>.<span class="ruby-identifier">to_xml</span>(<span class="ruby-value">:root</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">&#39;output&#39;</span>)} <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div><!-- browse-source --> </div> </div><!-- browse-method --> </section><!-- public-instance-method-details --> </section><!-- 5Buntitled-5D --> </div><!-- documentation --> <footer id="validator-badges"> <p><a href="http://validator.w3.org/check/referer">[Validate]</a> <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.2. <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3. </footer>
Manual/script-PositionAsUV1.html
rakuten/Uinty3D-Docs-zhcn
<!DOCTYPE html><html lang="en" class="no-js"> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Unity - Manual: Position as UV1</title> <meta name="description" content="Develop once, publish everywhere! Unity is the ultimate tool for video game development, architectural visualizations, and interactive media installations - publish to the web, Windows, OS X, Wii, Xbox 360, and iPhone with many more platforms to come."> <meta name="author" content="Unity Technologies"> <link rel="shortcut icon" href="../StaticFilesManual/images/favicons/favicon.ico"> <link rel="icon" type="image/png" href="../StaticFilesManual/images/favicons/favicon.png"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../StaticFilesManual/images/favicons/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../StaticFilesManual/images/favicons/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../StaticFilesManual/images/favicons/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../StaticFilesManual/images/favicons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../StaticFilesManual/images/favicons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" href="../StaticFilesManual/images/favicons/apple-touch-icon.png"> <meta name="msapplication-TileColor" content="#222c37"> <meta name="msapplication-TileImage" content="../StaticFilesManual/images/favicons/tileicon-144x144.png"> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-2854981-1']); _gaq.push(['_setDomainName', 'unity3d.com']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script><script type="text/javascript" src="../StaticFilesManual/js/jquery.js"></script><script type="text/javascript" src="../StaticFilesManual/js/core.js"></script><script type="text/javascript" src="../StaticFilesManual/js/highlight.js"></script><script type="text/javascript" src="docdata/toc.js"></script><script type="text/javascript" src="docdata/global_toc.js"></script><script>hljs.initHighlightingOnLoad();</script><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic" rel="stylesheet" type="text/css"> <link rel="stylesheet" type="text/css" href="../StaticFilesManual/css/core.css"> </head> <body> <div class="header-wrapper"> <div id="header" class="header"><div class="content"> <div class="spacer"><div class="menu"> <div class="logo"><a href="http://docs.unity3d.com"></a></div> <div class="search-form"><form action="30_search.html" method="get" class="apisearch"> <input type="text" name="q" placeholder="Search manual..." autosave="Unity Reference" results="5" class="sbox field" id="q"><input type="submit" class="submit"> </form></div> <ul> <li><a href="http://docs.unity3d.com">Overview</a></li> <li><a href="../Manual/index.html" class="selected">Manual</a></li> <li><a href="../ScriptReference/index.html">Scripting API</a></li> </ul> </div></div> <div class="more"> <div class="filler"></div> <ul><li><a href="http://unity3d.com/">unity3d.com</a></li></ul> </div> </div></div> <div class="toolbar"><div class="content"><div class="lang-switcher"> <div class="current toggle" data-target=".lang-list"> <div class="lbl">Language: <span class="b">English</span> </div> <div class="arrow"></div> </div> <div class="lang-list" style="display:none;"><ul> <li><a href="/Manual/script-PositionAsUV1.html">English</a></li> <li><a href="/es/current/Manual/script-PositionAsUV1.html">Español</a></li> <li><a href="/ru/current/Manual/script-PositionAsUV1.html">Русский</a></li> </ul></div> </div></div></div> </div> <div id="master-wrapper" class="master-wrapper clear"> <div id="sidebar" class="sidebar"><div class="sidebar-wrap"><div class="content"><div class="sidebar-menu"><div class="toc"><h2>Unity Manual</h2></div></div></div></div></div> <div id="content-wrap" class="content-wrap"><div class="content-block"><div class="content"> <div class="section"> <div class="breadcrumbs clear"><ul> <li><a href="UnityManualRestructured.html">Unity Manual</a></li> <li><a href="UISystem.html">UI</a></li> <li><a href="UIReference.html"> UI Reference</a></li> <li><a href="comp-UIVisual.html"> Visual Components</a></li> <li><a href="comp-UIEffects.html"> UI Effect Components</a></li> <li>Position as UV1</li> </ul></div> <div class="mb20"><div class="nextprev clear"> <div class="icon tt left mr1" data-distance="-40|-30|top"> <span class="prev"><a href="script-Outline.html"></a></span><div class="tip">Outline</div> </div> <div class="icon tt right" data-distance="-40|-30|top"> <span class="next"><a href="comp-UIInteraction.html"></a></span><div class="tip"> Interaction Components</div> </div> </div></div> <h1>Position as UV1</h1> <div class="suggest"> <a class="blue-btn sbtn">Suggest a change</a> <div class="suggest-wrap rel hide"> <div class="loading hide"> <div></div> <div></div> <div></div> </div> <div class="suggest-success hide"> <h2>Success!</h2> <p>Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.</p> <a class="gray-btn sbtn close">Close</a> </div> <div class="suggest-failed hide"> <h2>Sumbission failed</h2> <p>For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.</p> <a class="gray-btn sbtn close">Close</a> </div> <div class="suggest-form clear"> <label for="suggest_name">Your name</label> <input id="suggest_name" type="text"> <label for="suggest_email">Your email</label> <input id="suggest_email" type="email"> <label for="suggest_body" class="clear">Suggestion <span class="r">*</span></label> <textarea id="suggest_body" class="req"></textarea> <button id="suggest_submit" class="blue-btn mr10">Submit suggestion</button> <p class="mb0"><a class="cancel left lh42 cn">Cancel</a></p> </div> </div> </div> <!--BeginSwitchLink--><!--EndSwitchLink--> <div class="clear"></div> <p>This adds a simple Position as UV1 effect to text and image graphics.</p> <h2>Properties</h2> <figure> <img src="../uploads/Main/UI_PositionAsUV1Inspector.png" alt=""> <figcaption></figcaption></figure> <table> <colgroup> <col style="text-align:left;"> <col style="text-align:left;"> </colgroup> <thead> <tr> <th style="text-align:left;"><strong><em>Property:</em></strong></th> <th style="text-align:left;"><strong><em>Function:</em></strong></th> </tr> </thead> <tbody> <tr> <td style="text-align:left;" colspan="2"><span class="doc-prop">Script</span></td> </tr> </tbody> </table> <div class="nextprev clear"> <div class="icon tt left mr1" data-distance="-40|-30|top"> <span class="prev"><a href="script-Outline.html"></a></span><div class="tip">Outline</div> </div> <div class="icon tt right" data-distance="-40|-30|top"> <span class="next"><a href="comp-UIInteraction.html"></a></span><div class="tip"> Interaction Components</div> </div> </div> </div> <div class="footer-wrapper"><div class="footer clear"> <div class="copy">Copyright © 2014 Unity Technologies</div> <div class="menu"> <a href="http://unity3d.com/learn">Learn</a><a href="http://unity3d.com/community">Community</a><a href="http://unity3d.com/asset-store">Asset Store</a><a href="https://store.unity3d.com">Buy</a><a href="http://unity3d.com/unity/download">Download</a> </div> </div></div> </div></div></div> </div> </body> </html>
coding.html
zsck/zsck.github.io
<!DOCTYPE html> <html> <head> <title> Zack Mullaly </title> <link rel="stylesheet" href="/css/main.css" /> <link rel="stylesheet" href="/css/github.css" /> </head> <body> <nav> <div class="content center"> <div class="inline-block"> <img id="avatar" src="/img/avatar.jpg" /> <a href="/index.html">Zack Mullaly</a> </div> <div class="right"> <ul> <li id="writing-link"> <a href="/writing.html">Writing</a> </li> <li id="coding-link"> <a href="/coding.html">Coding</a> </li> <li id="photography-link"> <a href="/photography.html">Photography</a> </li> <li id="resume-link"> <a href="/resume.html">Resume</a> </li> </ul> </div> </div> </nav> <!-- CONTENT STARTS HERE --> <div class="content center"> <h1>Coding</h1> <h2><a href="https://github.com/DC416/DC416-CTF-Scoreboard">DC416-CTF-Scoreboard</a></h2> <p> A scoreboard application for Capture The Flag events designed to be easy to use and deploy. Features a simple, material design. </p> <h2><a href="https://github.com/StratumSecurity/scryptauth">scryptauth</a></h2> <p> A password hashing library that takes advantage of the standard implementation of <a href="https://en.wikipedia.org/wiki/Scrypt">Scrypt</a> built for Go. </p> <h2><a href="https://github.com/zsck/clink">clink</a></h2> <p> A tool designed to help developers with large refactoring efforts. Developers can add "tags" to their code inside of comments, which clink will reference when changes to marked sections of code change. This enables you to create semantic links throughout your codebase. </p> <h2><a href="https://github.com/zsck/miru">miru</a></h2> <p> An application built for the Environmental Data and Governance Initiative. Miru can be configured to periodically run scripts to check for changes on websites, and displays information about sites that have been determined to have changed enough to require archiving. </p> <h2><a href="https://github.com/zsck/UnicornFig">UnicornFig</a></h2> <p> A simple Lisp interpreter. The dialect of Lisp (Fig) that the interpreter (Unicorn) is designed to enable very simple data transformations on configuration parameters. Unicorn outputs JSON, YAML, and Go code to contain generated configurations. </p> <h2><a href="https://github.com/zsck/aIRChat">aIRChat</a></h2> <p> My first Node.js project- a browser-based IRC client with a very minimal, pleasant user interface. </p> </div> <!-- CONTENT ENDS HERE --> <footer> <div class="content center"> <p> Follow my social media </p> <ul id="social"> <li> <a href="https://github.com/zsck"> <img src="/img/github.svg" alt="github" /> </a> </li> <li> <a href="https://twitter.com/zsckrm"> <img src="/img/twitter.svg" alt="twitter" /> </a> </li> <li> <a href="https://instagram.com/zsck93"> <img src="/img/instagram.svg" alt="instagram" /> </a> </li> <li> <a href="https://www.linkedin.com/in/zack-mullaly-a1085668/"> <img src="/img/linkedin.svg" alt="linkedin" /> </a> </li> </ul> </div> </footer> <script src="/js/main.js"></script> <script src="/js/highlight.pack.js"></script> <script>hljs.initHighlightingOnLoad()</script> </body> </html>
doc/html/qaxobject.html
martyngigg/pyqt-msvc
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html><head><title>QAxObject Class Reference</title><style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm } a:link { color: #004faf; text-decoration: none } a:visited { color: #672967; text-decoration: none } td.postheader { font-family: sans-serif } tr.address { font-family: sans-serif } body { background: #ffffff; color: black; } </style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valign="top" width="32"><img align="left" border="0" height="32" src="images/rb-logo.png" width="32" /></td><td width="1">&#160;&#160;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&#160;&#183; <a href="classes.html"><font color="#004faf">All Classes</font></a>&#160;&#183; <a href="modules.html"><font color="#004faf">Modules</font></a></td></table><h1 align="center">QAxObject Class Reference<br /><sup><sup>[<a href="qaxcontainer.html">QAxContainer</a> module]</sup></sup></h1><p>The QAxObject class provides a <a href="qobject.html">QObject</a> that wraps a COM object. <a href="#details">More...</a></p> <p>Inherits <a href="qobject.html">QObject</a> and <a href="qaxbase.html">QAxBase</a>.</p><h3>Methods</h3><ul><li><div class="fn" /><b><a href="qaxobject.html#QAxObject">__init__</a></b> (<i>self</i>, QObject&#160;<i>parent</i>&#160;=&#160;None)</li><li><div class="fn" /><b><a href="qaxobject.html#QAxObject-2">__init__</a></b> (<i>self</i>, QString, QObject&#160;<i>parent</i>&#160;=&#160;None)</li><li><div class="fn" /><b><a href="qaxobject.html#connectNotify">connectNotify</a></b> (<i>self</i>, str)</li><li><div class="fn" />bool <b><a href="qaxobject.html#doVerb">doVerb</a></b> (<i>self</i>, QString)</li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>The QAxObject class provides a <a href="qobject.html">QObject</a> that wraps a COM object.</p> <p>A QAxObject can be instantiated as an empty object, with the name of the COM object it should wrap, or with a pointer to the IUnknown that represents an existing COM object. If the COM object implements the <tt>IDispatch</tt> interface, the properties, methods and events of that object become available as Qt properties, slots and signals. The base class, <a href="qaxbase.html">QAxBase</a>, provides an API to access the COM object directly through the IUnknown pointer.</p> <p>QAxObject is a <a href="qobject.html">QObject</a> and can be used as such, e.g. it can be organized in an object hierarchy, receive events and connect to signals and slots.</p> <p>QAxObject also inherits most of its ActiveX-related functionality from <a href="qaxbase.html">QAxBase</a>, notably <a href="qaxbase.html#dynamicCall">dynamicCall</a>() and <a href="qaxbase.html#querySubObject">querySubObject</a>().</p> <p><b>Warning:</b> You can subclass QAxObject, but you cannot use the <a href="qobject.html#Q_OBJECT">Q_OBJECT</a> macro in the subclass (the generated moc-file will not compile), so you cannot add further signals, slots or properties. This limitation is due to the metaobject information generated in runtime. To work around this problem, aggregate the QAxObject as a member of the <a href="qobject.html">QObject</a> subclass.</p> <hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QAxObject" />QAxObject.__init__ (<i>self</i>, <a href="qobject.html">QObject</a>&#160;<i>parent</i>&#160;=&#160;None)</h3><p>The <i>parent</i> argument, if not None, causes <i>self</i> to be owned by Qt instead of PyQt.</p><p>Creates an empty COM object and propagates <i>parent</i> to the <a href="qobject.html">QObject</a> constructor. To initialize the object, call <a href="qaxbase.html#control-prop">setControl</a>.</p> <h3 class="fn"><a name="QAxObject-2" />QAxObject.__init__ (<i>self</i>, QString, <a href="qobject.html">QObject</a>&#160;<i>parent</i>&#160;=&#160;None)</h3><p>The <i>parent</i> argument, if not None, causes <i>self</i> to be owned by Qt instead of PyQt.</p><p>Creates a <a href="qaxobject.html">QAxObject</a> that wraps the COM object <i>c</i>. <i>parent</i> is propagated to the <a href="qobject.html">QObject</a> constructor.</p> <p><b>See also</b> <a href="qaxbase.html#control-prop">setControl</a>().</p> <h3 class="fn"><a name="connectNotify" />QAxObject.connectNotify (<i>self</i>, str)</h3><p>Reimplemented from <a href="qobject.html#connectNotify">QObject.connectNotify</a>().</p> <h3 class="fn"><a name="doVerb" />bool QAxObject.doVerb (<i>self</i>, QString)</h3><p>Requests the COM object to perform the action <i>verb</i>. The possible verbs are returned by <a href="qaxbase.html#verbs">verbs</a>().</p> <p>The function returns true if the object could perform the action, otherwise returns false.</p> <p>This function was introduced in Qt 4.1.</p> <address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td align="left" width="25%">PyQt&#160;4.11.4 for Windows</td><td align="center" width="50%">Copyright &#169; <a href="http://www.riverbankcomputing.com">Riverbank&#160;Computing&#160;Ltd</a> and <a href="http://www.qt.io">The Qt Company</a> 2015</td><td align="right" width="25%">Qt&#160;4.8.7</td></tr></table></div></address></body></html>
jdk8en_us/docs/api/javax/lang/model/util/class-use/AbstractElementVisitor7.html
DeanAaron/jdk8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_11) on Mon Jun 16 17:36:06 PDT 2014 --> <title>Uses of Class javax.lang.model.util.AbstractElementVisitor7 (Java Platform SE 8 )</title> <meta name="date" content="2014-06-16"> <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 javax.lang.model.util.AbstractElementVisitor7 (Java Platform SE 8 )"; } } 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="../../../../../javax/lang/model/util/AbstractElementVisitor7.html" title="class in javax.lang.model.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-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?javax/lang/model/util/class-use/AbstractElementVisitor7.html" target="_top">Frames</a></li> <li><a href="AbstractElementVisitor7.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 javax.lang.model.util.AbstractElementVisitor7" class="title">Uses of Class<br>javax.lang.model.util.AbstractElementVisitor7</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="../../../../../javax/lang/model/util/AbstractElementVisitor7.html" title="class in javax.lang.model.util">AbstractElementVisitor7</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="#javax.lang.model.util">javax.lang.model.util</a></td> <td class="colLast"> <div class="block">Utilities to assist in the processing of <a href="../../../../../javax/lang/model/element/package-summary.html">program elements</a> and <a href="../../../../../javax/lang/model/type/package-summary.html">types</a>.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="javax.lang.model.util"> <!-- --> </a> <h3>Uses of <a href="../../../../../javax/lang/model/util/AbstractElementVisitor7.html" title="class in javax.lang.model.util">AbstractElementVisitor7</a> in <a href="../../../../../javax/lang/model/util/package-summary.html">javax.lang.model.util</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../javax/lang/model/util/AbstractElementVisitor7.html" title="class in javax.lang.model.util">AbstractElementVisitor7</a> in <a href="../../../../../javax/lang/model/util/package-summary.html">javax.lang.model.util</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="../../../../../javax/lang/model/util/AbstractElementVisitor8.html" title="class in javax.lang.model.util">AbstractElementVisitor8</a>&lt;R,P&gt;</span></code> <div class="block">A skeletal visitor of program elements with default behavior appropriate for the <a href="../../../../../javax/lang/model/SourceVersion.html#RELEASE_8"><code>RELEASE_8</code></a> source version.</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="../../../../../javax/lang/model/util/AbstractElementVisitor7.html" title="class in javax.lang.model.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-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?javax/lang/model/util/class-use/AbstractElementVisitor7.html" target="_top">Frames</a></li> <li><a href="AbstractElementVisitor7.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><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> Copyright &#x00a9; 1993, 2014, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
lib/dhtmlxSuite/docsExplorer/dhtmlxgrid/dhtmlxgrid___toc_dhtmlxgrid_step_by_step.html
AutonomyLab/rosdash
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="stylesheet" href="../codebase/default.css" type="text/css" media="screen" title="no title" charset="utf-8"><title> dhtmlxgrid:toc_dhtmlxgrid_step_by_step [DHX documentation] </title></head> <body> <div class="dokuwiki"> <div class="stylehead"> <div class="header"> <a class="logo" href="http://dhtmlx.com" title="DHTMLX Home Page"></a> <span class="tittle-dhtmlx">DHTMLX Docs & Samples Explorer</span> <div class="search-field"> <form action="/dhtmlx/docs/doku.php" accept-charset="utf-8" id="dw__search"><div class="no"><input type="hidden" name="do" value="search" /><input type="text" id="qsearch__in" accesskey="f" name="id" title="Search" /><button type="submit"></button><div id="qsearch__out" class="ajax_qsearch JSpopup"></div></div></form> </div> <div class="buttons"> <a class="doc"></a> <a title="DHTMLX Samples homepage" href="../samples.html" class="sample"/></a> </div> <!-- <div class="pagename"> [[<a href="#" title="Backlinks">dhtmlxgrid:toc_dhtmlxgrid_step_by_step</a>]] </div> <div class="logo"> <a href="/dhtmlx/docs/doku.php" name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[H]">DHX documentation</a> </div> <div class="clearer"></div>--> </div> <!-- <div class="bar" id="bar__top"> <div class="bar-left" id="bar__topleft"> <form class="button btn_edit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="" /><input type="hidden" name="id" value="dhtmlxgrid:toc_dhtmlxgrid_step_by_step" /><input type="submit" value="Edit this page" class="button" accesskey="e" title="Edit this page [E]" /></div></form> <form class="button btn_revs" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="revisions" /><input type="hidden" name="id" value="dhtmlxgrid:toc_dhtmlxgrid_step_by_step" /><input type="submit" value="Old revisions" class="button" accesskey="o" title="Old revisions [O]" /></div></form> </div> <div class="bar-right" id="bar__topright"> <form class="button btn_recent" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="recent" /><input type="hidden" name="id" value="dhtmlxgrid:toc_dhtmlxgrid_step_by_step" /><input type="submit" value="Recent changes" class="button" accesskey="r" title="Recent changes [R]" /></div></form> <form action="/dhtmlx/docs/doku.php" accept-charset="utf-8" id="dw__search"><div class="no"><input type="hidden" name="do" value="search" /><input type="text" id="qsearch__in" accesskey="f" name="id" title="Search" /><button type="submit"></button><div id="qsearch__out" class="ajax_qsearch JSpopup"></div></div></form>&nbsp; </div> <div class="clearer"></div> </div> --> <!-- <div class="breadcrumbs"> <span class="bchead">Trace:</span> <span class="bcsep">&raquo;</span> <span class="curid"><a href="/dhtmlx/docs/doku.php?id=dhtmlxgrid:toc_dhtmlxgrid_step_by_step" class="breadcrumbs" title="dhtmlxgrid:toc_dhtmlxgrid_step_by_step">toc_dhtmlxgrid_step_by_step</a></span> </div> --> </div> <div class="page"> <!-- wikipage start --> <!-- TOC START --> <div class="toc"> <div class="tocheader toctoggle" id="toc__header">Table of Contents</div> <div id="toc__inside"> <ul class="toc"> <li class="clear"> <ul class="toc"> <li class="level2"><div class="li"><span class="li"><a href="#dhtmlxgrid._step-by-step_guide._big_grid" class="toc">dhtmlxGrid. Step-by-step Guide. Big grid</a></span></div> <ul class="toc"> <li class="level3"><div class="li"><span class="li"><a href="#introduction._what_is_this_all_about" class="toc">Introduction. What is this all about?</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#real_introduction" class="toc">Real Introduction</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#step_1._include_script_and_css_files_into_the_page" class="toc">Step 1. Include Script and CSS Files into the Page</a></span></div></li> <li class="level3"><div class="li"><span class="li"><a href="#step_2._initialization_of_grid_with_smart_rendering" class="toc">Step 2. Initialization of Grid with Smart Rendering</a></span></div></li></ul> </li></ul> </li></ul> </div> </div> <!-- TOC END --> <p> <div class='backlinks'><div class='backlink last_backlink'><img src="icons___file.gif" class="media" alt="" /><a href="../index.html" class="wikilink1" title="start">Index</a></div><div class='arrow'></div><div class='backlink last_backlink'><img src="icons___grid.gif" class="media" alt="" /><a href="index.html" class="wikilink1" title="dhtmlxgrid:toc">dhtmlxgrid</a></div></div> </p> <h2><a name="dhtmlxgrid._step-by-step_guide._big_grid" id="dhtmlxgrid._step-by-step_guide._big_grid">dhtmlxGrid. Step-by-step Guide. Big grid</a></h2> <div class="level2"> </div> <div class="secedit"><form class="button btn_secedit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="lines" value="53-105" /><input type="hidden" name="rev" value="1365170998" /><input type="hidden" name="id" value="dhtmlxgrid:toc_dhtmlxgrid_step_by_step" /><input type="submit" value="Edit" class="button" title="dhtmlxGrid. Step-by-step Guide. Big grid" /></div></form></div> <h3><a name="introduction._what_is_this_all_about" id="introduction._what_is_this_all_about">Introduction. What is this all about?</a></h3> <div class="level3"> <p> I&#039;ve deleted a file recently. In a few moments I understood that it was a mistake (not the only one that day, to be honest). One would think: “What can be easier?” Just double-click the Recycle Bin and… I &#039;ve been waiting for 3 minutes, scrolling down, waiting again. My file was among thousands of others (right, I know it would be good to empty the Recycle Bin sometimes) and it took Windows (! - not even the web application, but Windows Explorer) minutes before I could scroll to the very bottom until I found my file. And then I thought: this can never happen with dhtmlxGrid! </p> <p> Now I&#039;m going to show you why. </p> </div> <div class="secedit"><form class="button btn_secedit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="lines" value="106-774" /><input type="hidden" name="rev" value="1365170998" /><input type="hidden" name="id" value="dhtmlxgrid:toc_dhtmlxgrid_step_by_step" /><input type="submit" value="Edit" class="button" title="Introduction. What is this all about?" /></div></form></div> <h3><a name="real_introduction" id="real_introduction">Real Introduction</a></h3> <div class="level3"> <p> Keeping thousands of records in grid is a common requirement for most business applications. These records can be goods, names of employees, invoices, customers, some history records, etc. They can also be files for sure… So, if you are developing a web application with a grid, you definitely need a grid control that is able to display…let&#039;s say… the whole list of you wife&#039;s purchases for the last two months, or the list of all possible reasons you can invent in order not to work on Sunday (which are going to be really long lists). </p> <p> dhtmlxGrid is the very component you need! </p> <p> This step-by-step tutorial will let you load 50,000 records into your grid and still have it working fast. </p> <p> Firstly, let me outline a problem. </p> <p> For example, you load a dataset with 10,000 records. Let&#039;s make some calculations. It takes a second to load this dataset from the server to your browser (probably, it takes more or less time depending on your connection speed), half a second to convert it to grid internal format, and 0.01 second to draw each row in the grid (all these figures are approximate, but you get the idea, I hope). </p> <p> The result of our calculation is 1+0.5+0.01*10000 = 101,5. It comes out more than a minute. So, you can go to the kitchen to make a cup of coffee… and even drink it if your computer is not fast enough. But why do you need to wait for 10,000 records to be drawn? We also think that you don&#039;t! You just need the first 100 rows to start working with as it is this number of rows that is visible in the grid frame. </p> <p> So we added some ingenious code to the grid and called this new possibility “Smart Rendering”, as our grid now needs to be smart enough to know which records to draw and which of them should be put off. </p> <p> There are two variants of Smart Rendering in dhtmlxGrid: </p> <p> You just turn Smart Rendering on and load the entire dataset with loadXML(…) method. This way is easy and doesn&#039;t require any server side support but… (as there are always some “buts”). If you load 100,000 records at once, they will take some memory of your computer. Not a big deal, but still it can affect the performance. What is more, this variant is available only for Grid Professional Edition users. You put the dataset into your browser by portions (dynamic loading). Grid will tell you what portion it needs (start and end record index). </p> <p> Thus, for the first variant the format of <acronym title="Extensible Markup Language">XML</acronym> remains the same as common grid, and it generally can be a static <acronym title="Extensible Markup Language">XML</acronym> file: </p> <pre class="code xml"> <span class="sc3"><span class="re1">&lt;rows<span class="re2">&gt;</span></span></span> <span class="sc3"><span class="re1">&lt;row</span> <span class="re0">id</span>=<span class="st0">&quot;xx&quot;</span><span class="re2">&gt;</span></span> <span class="sc3"><span class="re1">&lt;cell<span class="re2">&gt;</span></span></span> ... <span class="sc3"><span class="re1">&lt;/cell<span class="re2">&gt;</span></span></span> <span class="sc3"><span class="re1">&lt;/row<span class="re2">&gt;</span></span></span> <span class="sc3"><span class="re1">&lt;/rows<span class="re2">&gt;</span></span></span></pre> <p> For the variant with dynamic loading it gets two additional parameters and (as far as we should process some incoming arguments) needs to be created dynamically with some server side programming language: </p> <pre class="code xml"> <span class="sc3"><span class="re1">&lt;rows</span> <span class="re0">total_count</span>=<span class="st0">&quot;x&quot;</span> <span class="re0">pos</span>=<span class="st0">&quot;y&quot;</span><span class="re2">&gt;</span></span> <span class="sc3"><span class="re1">&lt;row</span> <span class="re0">id</span>=<span class="st0">&quot;xx&quot;</span><span class="re2">&gt;</span></span> <span class="sc3"><span class="re1">&lt;cell<span class="re2">&gt;</span></span></span> ... <span class="sc3"><span class="re1">&lt;/cell<span class="re2">&gt;</span></span></span> <span class="sc3"><span class="re1">&lt;/row<span class="re2">&gt;</span></span></span> <span class="sc3"><span class="re1">&lt;/rows<span class="re2">&gt;</span></span></span></pre> <p> Thus, this tutorial is not just about JavaScript, but also about server side a little. I&#039;ll show you server side code for <acronym title="Hypertext Preprocessor">PHP</acronym>, JSP, ColdFusion. But let&#039;s do everything in its turn. By the way, if some of the readers can send me necessary code for some other languages/technologies, I&#039;ll definitely put it here with big gratitude to the author. </p> </div> <div class="secedit"><form class="button btn_secedit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="lines" value="775-4114" /><input type="hidden" name="rev" value="1365170998" /><input type="hidden" name="id" value="dhtmlxgrid:toc_dhtmlxgrid_step_by_step" /><input type="submit" value="Edit" class="button" title="Real Introduction" /></div></form></div> <h3><a name="step_1._include_script_and_css_files_into_the_page" id="step_1._include_script_and_css_files_into_the_page">Step 1. Include Script and CSS Files into the Page</a></h3> <div class="level3"> <p> And again we start with including external JavaScript and <acronym title="Cascading Style Sheets">CSS</acronym> files into the page. In addition to the files we included in the previous chapter we&#039;ll use Smart Rendering extension to work with large amounts of data but still keep the grid fast. So additional file is ext/dhtmlxgrid_srnd.js: </p> <pre class="code html4strict"> <span class="sc2">&lt;<a href="http://december.com/html/4/element/link.html"><span class="kw2">link</span></a> <span class="kw3">rel</span><span class="sy0">=</span><span class="st0">&quot;STYLESHEET&quot;</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/css&quot;</span> <span class="kw3">href</span><span class="sy0">=</span><span class="st0">&quot;codebase/dhtmlxgrid.css&quot;</span>&gt;</span> <span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;codebase/dhtmlxcommon.js&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span> <span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;codebase/dhtmlxgrid.js&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span> <span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;codebase/dhtmlxgridcell.js&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span> <span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a> <span class="kw3">src</span><span class="sy0">=</span><span class="st0">&quot;codebase/ext/dhtmlxgrid_srnd.js&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span> <span class="sc2">&lt;<a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span> var gridQString = &quot;&quot;;//we'll save here the last url with query string we used for loading grid (see step 5 for details) //we'll use this script block for functions <span class="sc2">&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/script.html"><span class="kw2">script</span></a>&gt;</span></pre> </div> <div class="secedit"><form class="button btn_secedit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="lines" value="4115-4973" /><input type="hidden" name="rev" value="1365170998" /><input type="hidden" name="id" value="dhtmlxgrid:toc_dhtmlxgrid_step_by_step" /><input type="submit" value="Edit" class="button" title="Step 1. Include Script and CSS Files into the Page" /></div></form></div> <h3><a name="step_2._initialization_of_grid_with_smart_rendering" id="step_2._initialization_of_grid_with_smart_rendering">Step 2. Initialization of Grid with Smart Rendering</a></h3> <div class="level3"> <p> Depending on the data structure you&#039;ll need a grid with different columns set. I have 4 columns in the database table - unique ID (id), some name (nm), related alphanumeric code (code) and numeric value (num_val) (You can get the <a href="http://support.dhtmlx.com/x-files/documentation/sampledb.zip" class="urlextern" title="http://support.dhtmlx.com/x-files/documentation/sampledb.zip" rel="nofollow">sql file</a>. It contains only 5,000 records to minimize its size). </p> <p> This is an abstract sample, but we can think about those names as the names of some pharmaceuticals (it is not in reason to expect them to be something else), the codes will be their internal product codes, and numeric values will be the prices. So initialization code for such kind of a grid will be as follows: </p> <pre class="code html4strict"> <span class="sc2">&lt;<a href="http://december.com/html/4/element/div.html"><span class="kw2">div</span></a> <span class="kw3">id</span><span class="sy0">=</span><span class="st0">&quot;products_grid&quot;</span> <span class="kw3">style</span><span class="sy0">=</span><span class="st0">&quot;width:500px;height:200px;&quot;</span>&gt;&lt;<span class="sy0">/</span><a href="http://december.com/html/4/element/div.html"><span class="kw2">div</span></a>&gt;</span></pre><pre class="code javascript"> <span class="kw2">var</span> mygrid <span class="sy0">=</span> <span class="kw2">new</span> dhtmlXGridObject<span class="br0">&#40;</span><span class="st0">'products_grid'</span><span class="br0">&#41;</span>; mygrid.<span class="me1">setImagePath</span><span class="br0">&#40;</span><span class="st0">&quot;codebase/imgs/&quot;</span><span class="br0">&#41;</span>; mygrid.<span class="me1">setHeader</span><span class="br0">&#40;</span><span class="st0">&quot;Product Name,Internal Code,Price&quot;</span><span class="br0">&#41;</span>; mygrid.<span class="me1">setInitWidths</span><span class="br0">&#40;</span><span class="st0">&quot;*,150,150&quot;</span><span class="br0">&#41;</span>; mygrid.<span class="me1">setColAlign</span><span class="br0">&#40;</span><span class="st0">&quot;left,left,right&quot;</span><span class="br0">&#41;</span>; mygrid.<span class="me1">setSkin</span><span class="br0">&#40;</span><span class="st0">&quot;modern&quot;</span><span class="br0">&#41;</span>; mygrid.<span class="me1">init</span><span class="br0">&#40;</span><span class="br0">&#41;</span>; mygrid.<span class="me1">enableSmartRendering</span><span class="br0">&#40;</span><span class="kw2">true</span><span class="br0">&#41;</span>;</pre> <p> As you probably remember from the previous chapter, I used body “onload” event to call grid initialization function. The code mentioned above is another case as it calls script methods on the page placing them after DIV container we want to place our grid into. The goal here is the same: to call the grid constructor after the DIV container was initialized. </p> <p> So what is new in this script? A new line of code was added to enable Smart Rendering. As you see it is quite simple: just one command and you are ready to load thousands of records. Very simple indeed. </p> <p> So here is what we have now: </p> <p> <img src="dhtmlxgrid___dcbhphmh_13c73cv7vk_b.gif" class="media" alt="" /> </p> <p> <a href="/dhtmlx/docs/doku.php?id=dhtmlxgrid:step_3_loading_data_server_side_support_for_smart_rendering" class="wikilink2" title="dhtmlxgrid:step_3_loading_data_server_side_support_for_smart_rendering" rel="nofollow">Step 3. Loading Data. Server side Support for Smart Rendering</a> </p> <p> <a href="/dhtmlx/docs/doku.php?id=dhtmlxgrid:step_4_filtering_passing_parameters" class="wikilink2" title="dhtmlxgrid:step_4_filtering_passing_parameters" rel="nofollow">Step 4. Filtering. Passing Additional Parameters to Server Side</a> </p> <p> <a href="/dhtmlx/docs/doku.php?id=dhtmlxgrid:step_5_server_side_sorting" class="wikilink2" title="dhtmlxgrid:step_5_server_side_sorting" rel="nofollow">Step 5. Server Side Sorting.</a> </p> </div> <div class="secedit"><form class="button btn_secedit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="lines" value="4974-" /><input type="hidden" name="rev" value="1365170998" /><input type="hidden" name="id" value="dhtmlxgrid:toc_dhtmlxgrid_step_by_step" /><input type="submit" value="Edit" class="button" title="Step 2. Initialization of Grid with Smart Rendering" /></div></form></div> <!-- wikipage stop --> </div> <div class="clearer">&nbsp;</div> <div class="stylefoot"> <div class="meta"> <div class="user"> </div> <!-- <div class="doc"> dhtmlxgrid/toc_dhtmlxgrid_step_by_step.txt &middot; Last modified: 2013/04/05 18:09 by 192.168.1.111 </div> </div>--> <!--<div class="bar" id="bar__bottom">--> <!--<div class="bar-left" id="bar__bottomleft">--> <!--<form class="button btn_edit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="" /><input type="hidden" name="id" value="dhtmlxgrid:toc_dhtmlxgrid_step_by_step" /><input type="submit" value="Edit this page" class="button" accesskey="e" title="Edit this page [E]" /></div></form>--> <!--<form class="button btn_revs" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="revisions" /><input type="hidden" name="id" value="dhtmlxgrid:toc_dhtmlxgrid_step_by_step" /><input type="submit" value="Old revisions" class="button" accesskey="o" title="Old revisions [O]" /></div></form>--> <!--</div>--> <!--<div class="bar-right" id="bar__bottomright">--> <!----> <!----> <!----> <!----> <!----> <!--<form class="button btn_index" method="get" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="index" /><input type="hidden" name="id" value="dhtmlxgrid:toc_dhtmlxgrid_step_by_step" /><input type="submit" value="Index" class="button" accesskey="x" title="Index [X]" /></div></form>--> <!--<a class="nolink" href="#dokuwiki__top"><input type="button" class="button" value="Back to top" onclick="window.scrollTo(0, 0)" title="Back to top" /></a>&nbsp;--> <!--</div>--> <!--<div class="clearer"></div>--> <!--</div>--> </div> </div> <div class="footerinc"> </div> <div class="no"><img src="/dhtmlx/docs/lib/exe/indexer.php?id=dhtmlxgrid%3Atoc_dhtmlxgrid_step_by_step&amp;1366131704" width="1" height="1" alt="" /></div> <div class="footer"> <div class="footer-logo"></div> <div class="copyright">Copyright © 1998-2011 DHTMLX LTD.<br />All rights reserved.</div> <form class="button btn_edit" method="post" action="/dhtmlx/docs/doku.php"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="" /><input type="hidden" name="id" value="dhtmlxgrid:toc_dhtmlxgrid_step_by_step" /><input type="submit" value="Edit this page" class="button" accesskey="e" title="Edit this page [E]" /></div></form> </div> </body> </html>
src/dojo/parser3.html
veltzer/demos-javascript
<!-- Mark Veltzer <mark.veltzer@gmail.com> --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Hello, Parser (with Ajax)!</title> <script src="../toolkits/dojo/dojo/dojo.js" djConfig="parseOnLoad:true"></script> <link rel="stylesheet" href="../toolkits/dojo/dijit/themes/tundra/tundra.css"/> <link rel="stylesheet" href="../toolkits/dojo/dojo/resources/dojo.css"/> <script> dojo.require('dijit.form.Button'); dojo.require('dijit.layout.TabContainer'); dojo.require('dijit.layout.ContentPane'); var i=0; function connectedClick() { alert('it appears that the connection worked well...'); } function addTab() { i++; var container=dijit.byId('tabcontainer'); var mynewtab=new dijit.layout.ContentPane({title: 'tab '+i}); mynewtab.startup(); container.addChild(mynewtab); var elem=document.createElement('div'); mynewtab.setContent(elem); dojo.xhrGet({ url:'parser3.ajax', load:function(data){ elem.innerHTML = data; dojo.parser.parse(elem); } }); } </script> </head> <body class='tundra'> <div id='tabcontainer' dojoType='dijit.layout.TabContainer' style='width: 400px; height: 200px'> </div> <div dojoType='dijit.form.Button' onClick='addTab'> Click on me to add a tab! </div> </body> </html>
docs/org/validator/utils/class-use/Folder.html
danielgalassi/validate-my-request
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_111) on Tue Jan 10 21:40:21 AEDT 2017 --> <title>Uses of Class org.validator.utils.Folder</title> <meta name="date" content="2017-01-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="Uses of Class org.validator.utils.Folder"; } } 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/validator/utils/Folder.html" title="class in org.validator.utils">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/validator/utils/class-use/Folder.html" target="_top">Frames</a></li> <li><a href="Folder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.validator.utils.Folder" class="title">Uses of Class<br>org.validator.utils.Folder</h2> </div> <div class="classUseContainer">No usage of org.validator.utils.Folder</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/validator/utils/Folder.html" title="class in org.validator.utils">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/validator/utils/class-use/Folder.html" target="_top">Frames</a></li> <li><a href="Folder.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>
docs/javadoc/net/sourceforge/sqlunit/test/ReconnectOnFailureTest.html
ecalo/SQLUnit-5.0-Fork
<!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_03) on Sun Jun 25 16:31:55 PDT 2006 --> <TITLE> ReconnectOnFailureTest (SQLUnit API JavaDocs) </TITLE> <META NAME="keywords" CONTENT="net.sourceforge.sqlunit.test.ReconnectOnFailureTest class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="ReconnectOnFailureTest (SQLUnit API JavaDocs)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ReconnectOnFailureTest.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="../../../../net/sourceforge/sqlunit/test/MD5DigestionTest.html" title="class in net.sourceforge.sqlunit.test"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../net/sourceforge/sqlunit/test/SortingTest.html" title="class in net.sourceforge.sqlunit.test"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?net/sourceforge/sqlunit/test/ReconnectOnFailureTest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ReconnectOnFailureTest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> net.sourceforge.sqlunit.test</FONT> <BR> Class ReconnectOnFailureTest</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">junit.framework.Assert <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">junit.framework.TestCase <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>net.sourceforge.sqlunit.test.ReconnectOnFailureTest</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>junit.framework.Test</DD> </DL> <HR> <DL> <DT><PRE>public class <B>ReconnectOnFailureTest</B><DT>extends junit.framework.TestCase</DL> </PRE> <P> Simulates an exception situation in one of the tests and checks to see if the connection is re-established. <P> <P> <DL> <DT><B>Version:</B></DT> <DD>$Revision: 1.6 $</DD> <DT><B>Author:</B></DT> <DD>Sujit Pal (spal@users.sourceforge.net)</DD> </DL> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../net/sourceforge/sqlunit/test/ReconnectOnFailureTest.html#ReconnectOnFailureTest(java.lang.String)">ReconnectOnFailureTest</A></B>(java.lang.String&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Boilerplate constructor.</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/sourceforge/sqlunit/test/ReconnectOnFailureTest.html#main(java.lang.String[])">main</A></B>(java.lang.String[]&nbsp;argv)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Boilerplate main method.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;junit.framework.Test</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/sourceforge/sqlunit/test/ReconnectOnFailureTest.html#suite()">suite</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Boilerplate suite() method.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../net/sourceforge/sqlunit/test/ReconnectOnFailureTest.html#testReconnectOnFail()">testReconnectOnFail</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Simulates an exception situation in one of the tests and checks to see if the connection is re-established.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_junit.framework.TestCase"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class junit.framework.TestCase</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_junit.framework.Assert"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class junit.framework.Assert</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="ReconnectOnFailureTest(java.lang.String)"><!-- --></A><H3> ReconnectOnFailureTest</H3> <PRE> public <B>ReconnectOnFailureTest</B>(java.lang.String&nbsp;name)</PRE> <DL> <DD>Boilerplate constructor. <P> <DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of this test class.</DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="main(java.lang.String[])"><!-- --></A><H3> main</H3> <PRE> public static void <B>main</B>(java.lang.String[]&nbsp;argv)</PRE> <DL> <DD>Boilerplate main method. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>argv</CODE> - the arguments (none).</DL> </DD> </DL> <HR> <A NAME="suite()"><!-- --></A><H3> suite</H3> <PRE> public static junit.framework.Test <B>suite</B>()</PRE> <DL> <DD>Boilerplate suite() method. <P> <DD><DL> <DT><B>Returns:</B><DD>a Test object.</DL> </DD> </DL> <HR> <A NAME="testReconnectOnFail()"><!-- --></A><H3> testReconnectOnFail</H3> <PRE> public final void <B>testReconnectOnFail</B>() throws java.lang.Exception</PRE> <DL> <DD>Simulates an exception situation in one of the tests and checks to see if the connection is re-established. The test file for this JUnit test is test/mock/reconnect-test.jml. <P> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.lang.Exception</CODE> - if there was a problem executing the test.</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ReconnectOnFailureTest.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="../../../../net/sourceforge/sqlunit/test/MD5DigestionTest.html" title="class in net.sourceforge.sqlunit.test"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../net/sourceforge/sqlunit/test/SortingTest.html" title="class in net.sourceforge.sqlunit.test"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?net/sourceforge/sqlunit/test/ReconnectOnFailureTest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ReconnectOnFailureTest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
CMIPs_Data_Status_Report/201407311732/CMIP5/historical/Monthly.html
arulalant/CMIPs-Handler
<html> <head><title>Data Status</title><link href="../../css/data.css" type="text/css" rel="stylesheet"></head> <body><div class="bodyCls" name="body"><br><div class="headingCls" name="heading"><h1>CMIP5 Project Data Report Sheet</h1></div><form><div id="contentdiv"><table border="1" class="tableCls"> <tr><th colspan="23" class="expCls">Experiment = HISTORICAL</th></tr> <tr class="secondHeaderRowCls"><th colspan="3" rowspan="2">Frequency = Monthly</th><th colspan="20">Variables</th></tr> <tr class="secondHeaderRowCls"><th colspan="7">Atmosphere</th><th colspan="5">LandIce</th><th colspan="7">Ocean</th><th colspan="1">OceanIce</th></tr> <tr class="finalHeaderRowCls"><th>S. No.</th><th>Model</th><th>Run/ Realization</th><th>pr</th><th>psl</th><th>ta</th><th>tas</th><th>ts</th><th>ua</th><th>va</th><th>lwsnl</th><th>snc</th><th>snd</th><th>snm</th><th>snw</th><th>rsntds</th><th>so</th><th>tos</th><th>wfo</th><th>zos</th><th>zosga</th><th>zostoga</th><th>snd</th></tr> <tr class="evenCls"><td>1</td><td>ACCESS1-0</td><td>r1i1p1</td><td>199 MB</td><td>199 MB</td><td>to do</td><td>199 MB</td><td>199 MB</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>38 GB</td><td>776 MB</td><td>to do</td><td>776 MB</td><td>88 KB</td><td>88 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>2</td><td>ACCESS1-3</td><td>r1i1p1</td><td>199 MB</td><td>to do</td><td>to do</td><td>199 MB</td><td>199 MB</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>38 GB</td><td>776 MB</td><td>to do</td><td>776 MB</td><td>to do</td><td>88 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>199 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>776 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>38 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>88 KB</td><td>to do</td></tr> <tr class="evenCls"><td>3</td><td>BNU-ESM</td><td>r1i1p1</td><td>59 MB</td><td>to do</td><td>to do</td><td>59 MB</td><td>to do</td><td>995 MB</td><td>995 MB</td><td>to do</td><td>59 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>518 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>4</td><td>CCSM4</td><td>r1i1p1</td><td>395 MB</td><td>395 MB</td><td>4.5 GB</td><td>395 MB</td><td>395 MB</td><td>6.6 GB</td><td>6.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>52 GB</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>92 KB</td><td>92 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r1i2p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>6.6 GB</td><td>6.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r1i2p2</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>6.6 GB</td><td>6.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>395 MB</td><td>395 MB</td><td>to do</td><td>395 MB</td><td>395 MB</td><td>6.6 GB</td><td>6.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>52 GB</td><td>to do</td><td>to do</td><td>883 MB</td><td>92 KB</td><td>92 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>395 MB</td><td>395 MB</td><td>to do</td><td>395 MB</td><td>395 MB</td><td>6.6 GB</td><td>6.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>52 GB</td><td>to do</td><td>to do</td><td>883 MB</td><td>92 KB</td><td>92 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r4i1p1</td><td>395 MB</td><td>395 MB</td><td>to do</td><td>395 MB</td><td>395 MB</td><td>6.6 GB</td><td>6.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>52 GB</td><td>to do</td><td>to do</td><td>883 MB</td><td>92 KB</td><td>92 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r5i1p1</td><td>395 MB</td><td>395 MB</td><td>to do</td><td>395 MB</td><td>395 MB</td><td>6.6 GB</td><td>6.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>52 GB</td><td>to do</td><td>to do</td><td>883 MB</td><td>92 KB</td><td>92 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r6i1p1</td><td>395 MB</td><td>395 MB</td><td>to do</td><td>395 MB</td><td>395 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>52 GB</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td>5</td><td>CESM1-BGC</td><td>r1i1p1</td><td>395 MB</td><td>to do</td><td>to do</td><td>395 MB</td><td>to do</td><td>6.6 GB</td><td>6.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>52 GB</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>6</td><td>CESM1-CAM5</td><td>r1i1p1</td><td>395 MB</td><td>to do</td><td>to do</td><td>395 MB</td><td>to do</td><td>6.6 GB</td><td>6.6 GB</td><td>to do</td><td>to do</td><td>395 MB</td><td>to do</td><td>to do</td><td>to do</td><td>52 GB</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>395 MB</td><td>to do</td><td>to do</td><td>395 MB</td><td>to do</td><td>6.6 GB</td><td>6.6 GB</td><td>395 MB</td><td>395 MB</td><td>395 MB</td><td>to do</td><td>to do</td><td>to do</td><td>52 GB</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>395 MB</td><td>to do</td><td>to do</td><td>395 MB</td><td>to do</td><td>6.6 GB</td><td>6.6 GB</td><td>395 MB</td><td>395 MB</td><td>395 MB</td><td>to do</td><td>to do</td><td>to do</td><td>52 GB</td><td>883 MB</td><td>to do</td><td>4.0 KB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td>7</td><td>CESM1-CAM5-1-FV2</td><td>r1i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>8</td><td>CESM1-FASTCHEM</td><td>r1i1p1</td><td>395 MB</td><td>to do</td><td>to do</td><td>395 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>395 MB</td><td>to do</td><td>to do</td><td>395 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>395 MB</td><td>to do</td><td>to do</td><td>395 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td>9</td><td>CESM1-WACCM</td><td>r1i1p1</td><td>99 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>2.3 GB</td><td>2.3 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>52 GB</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>33 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>743 MB</td><td>743 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>17 GB</td><td>292 MB</td><td>to do</td><td>292 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>33 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>743 MB</td><td>743 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>17 GB</td><td>292 MB</td><td>to do</td><td>292 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p1</td><td>33 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>743 MB</td><td>743 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>17 GB</td><td>292 MB</td><td>to do</td><td>292 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>10</td><td>CMCC-CESM</td><td>r1i1p1</td><td>34 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>1.1 GB</td><td>1.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>696 MB</td><td>221 MB</td><td>to do</td><td>86 MB</td><td>356 KB</td><td>356 KB</td><td>to do</td></tr> <tr class="evenCls"><td>11</td><td>CMCC-CM</td><td>r1i1p1</td><td>824 MB</td><td>824 MB</td><td>to do</td><td>824 MB</td><td>824 MB</td><td>14 GB</td><td>14 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>5.9 GB</td><td>211 MB</td><td>to do</td><td>211 MB</td><td>236 KB</td><td>236 KB</td><td>to do</td></tr> <tr class="oddCls"><td>12</td><td>CMCC-CMS</td><td>r1i1p1</td><td>132 MB</td><td>to do</td><td>to do</td><td>132 MB</td><td>to do</td><td>4.3 GB</td><td>4.3 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>5.9 GB</td><td>211 MB</td><td>to do</td><td>211 MB</td><td>236 KB</td><td>236 KB</td><td>to do</td></tr> <tr class="evenCls"><td>13</td><td>CNRM-CM5</td><td>r10i1p1</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>32 GB</td><td>820 MB</td><td>to do</td><td>820 MB</td><td>236 KB</td><td>236 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p1</td><td>to do</td><td>to do</td><td>3.9 GB</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>32 GB</td><td>820 MB</td><td>to do</td><td>820 MB</td><td>236 KB</td><td>236 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>32 GB</td><td>820 MB</td><td>to do</td><td>820 MB</td><td>236 KB</td><td>236 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>32 GB</td><td>820 MB</td><td>to do</td><td>820 MB</td><td>236 KB</td><td>236 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p1</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>32 GB</td><td>823 MB</td><td>to do</td><td>820 MB</td><td>236 KB</td><td>236 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p1</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>to do</td><td>235 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>32 GB</td><td>820 MB</td><td>to do</td><td>820 MB</td><td>236 KB</td><td>236 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r6i1p1</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>to do</td><td>235 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>32 GB</td><td>820 MB</td><td>to do</td><td>820 MB</td><td>236 KB</td><td>236 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r7i1p1</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>to do</td><td>235 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>32 GB</td><td>820 MB</td><td>to do</td><td>820 MB</td><td>236 KB</td><td>236 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r8i1p1</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>32 GB</td><td>820 MB</td><td>to do</td><td>820 MB</td><td>236 KB</td><td>236 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r9i1p1</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>235 MB</td><td>235 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>32 GB</td><td>820 MB</td><td>to do</td><td>820 MB</td><td>236 KB</td><td>236 KB</td><td>to do</td></tr> <tr class="oddCls"><td>14</td><td>CNRM-CM5-2</td><td>r1i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>3.9 GB</td><td>3.9 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td>15</td><td>CSIRO-Mk3-6-0</td><td>r10i1p1</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>7.9 GB</td><td>260 MB</td><td>to do</td><td>260 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p1</td><td>132 MB</td><td>132 MB</td><td>2.4 GB</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>7.9 GB</td><td>260 MB</td><td>to do</td><td>260 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>7.9 GB</td><td>260 MB</td><td>to do</td><td>260 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>7.9 GB</td><td>260 MB</td><td>to do</td><td>260 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p1</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>35 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>7.9 GB</td><td>260 MB</td><td>to do</td><td>260 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p1</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>7.9 GB</td><td>260 MB</td><td>to do</td><td>260 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r6i1p1</td><td>132 MB</td><td>86 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>7.9 GB</td><td>260 MB</td><td>to do</td><td>260 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r7i1p1</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>123 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>7.9 GB</td><td>260 MB</td><td>to do</td><td>260 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r8i1p1</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>7.9 GB</td><td>46 MB</td><td>to do</td><td>260 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r9i1p1</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>7.9 GB</td><td>260 MB</td><td>to do</td><td>252 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="oddCls"><td>16</td><td>CSIRO-Mk3L-1-2</td><td>r1i2p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>458 MB</td><td>458 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i2p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>458 MB</td><td>458 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i2p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>458 MB</td><td>458 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td>17</td><td>CanCM4</td><td>r10i1p1</td><td>17 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>372 MB</td><td>372 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>102 MB</td><td>to do</td><td>102 MB</td><td>40 KB</td><td>44 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p1</td><td>17 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>372 MB</td><td>372 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>102 MB</td><td>to do</td><td>102 MB</td><td>40 KB</td><td>44 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>17 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>372 MB</td><td>372 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>102 MB</td><td>to do</td><td>102 MB</td><td>40 KB</td><td>44 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>17 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>372 MB</td><td>372 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>102 MB</td><td>to do</td><td>to do</td><td>40 KB</td><td>44 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p1</td><td>17 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>372 MB</td><td>372 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>102 MB</td><td>to do</td><td>102 MB</td><td>40 KB</td><td>44 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p1</td><td>17 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>372 MB</td><td>372 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>102 MB</td><td>to do</td><td>102 MB</td><td>40 KB</td><td>44 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r6i1p1</td><td>17 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>372 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>102 MB</td><td>to do</td><td>102 MB</td><td>40 KB</td><td>44 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r7i1p1</td><td>17 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>102 MB</td><td>to do</td><td>102 MB</td><td>40 KB</td><td>44 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r8i1p1</td><td>17 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td class="zeroByteWarningCls" title="Zero Byte Files">0 B</td><td>to do</td><td>102 MB</td><td>40 KB</td><td>44 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r9i1p1</td><td>17 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td class="zeroByteWarningCls" title="Zero Byte Files">0 B</td><td>to do</td><td>102 MB</td><td>40 KB</td><td>44 KB</td><td>to do</td></tr> <tr class="oddCls"><td>18</td><td>CanESM2</td><td>r1i1p1</td><td>59 MB</td><td>59 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>59 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>14 GB</td><td>352 MB</td><td>to do</td><td>352 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>59 MB</td><td>59 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>14 GB</td><td>352 MB</td><td>to do</td><td>352 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>59 MB</td><td>59 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>14 GB</td><td>352 MB</td><td>to do</td><td>352 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r4i1p1</td><td>59 MB</td><td>59 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>14 GB</td><td>352 MB</td><td>to do</td><td>352 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r5i1p1</td><td>59 MB</td><td>59 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>14 GB</td><td>352 MB</td><td>to do</td><td>352 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="evenCls"><td>19</td><td>EC-EARTH</td><td>r10i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>31 GB</td><td>759 MB</td><td>to do</td><td>760 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r11i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>118 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r12i1p1</td><td>383 MB</td><td>to do</td><td>to do</td><td>383 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>31 GB</td><td>759 MB</td><td>to do</td><td>760 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r13i1p1</td><td>141 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td class="xmlTAxisMissingWaringCls" title="Missing Time Slice : (1859, 1860)">13 GB</td><td class="xmlTAxisMissingWaringCls" title="Missing Time Slice : (1859, 1860)">318 MB</td><td>to do</td><td class="xmlTAxisMissingWaringCls" title="Missing Time Slice : (1859, 1860)">318 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r14i1p1</td><td>141 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>31 GB</td><td>759 MB</td><td>to do</td><td>760 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p1</td><td>378 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>383 MB</td><td>to do</td><td>to do</td><td>383 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>31 GB</td><td>759 MB</td><td>to do</td><td>760 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>31 GB</td><td>759 MB</td><td>to do</td><td>760 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>31 GB</td><td>759 MB</td><td>to do</td><td>760 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r6i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>366 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>31 GB</td><td>759 MB</td><td>to do</td><td>760 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r7i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>383 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>31 GB</td><td>764 MB</td><td>to do</td><td>764 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r8i1p1</td><td>383 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r9i1p1</td><td>383 MB</td><td>to do</td><td>to do</td><td>383 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>31 GB</td><td>759 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>20</td><td>FGOALS-g2</td><td>r1i1p1</td><td>56 MB</td><td>to do</td><td>to do</td><td>56 MB</td><td>to do</td><td>933 MB</td><td>933 MB</td><td>to do</td><td>11 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>15 GB</td><td>505 MB</td><td>to do</td><td>343 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>39 MB</td><td>to do</td><td>to do</td><td>39 MB</td><td>to do</td><td>658 MB</td><td>658 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>11 GB</td><td>to do</td><td>to do</td><td>518 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>56 MB</td><td>to do</td><td>to do</td><td>56 MB</td><td>56 MB</td><td>939 MB</td><td>939 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>15 GB</td><td>to do</td><td>to do</td><td>508 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r4i1p1</td><td>57 MB</td><td>to do</td><td>to do</td><td class="xmlTAxisMissingWaringCls" title="Missing Time Slice : (1940, 1949), (1960, 1969)">50 MB</td><td>to do</td><td>957 MB</td><td>957 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>16 GB</td><td>to do</td><td>to do</td><td>518 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r5i1p1</td><td>57 MB</td><td>to do</td><td>to do</td><td>57 MB</td><td>to do</td><td>957 MB</td><td>957 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>16 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td>21</td><td>FGOALS-s2</td><td>r1i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>505 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>99 MB</td><td>99 MB</td><td>to do</td><td>99 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>505 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>99 MB</td><td>99 MB</td><td>to do</td><td>99 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>505 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>22</td><td>FIO-ESM</td><td>r1i1p1</td><td>to do</td><td>59 MB</td><td>to do</td><td>to do</td><td>59 MB</td><td>995 MB</td><td>995 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>to do</td><td>59 MB</td><td>to do</td><td>to do</td><td>59 MB</td><td>995 MB</td><td>995 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>to do</td><td>59 MB</td><td>to do</td><td>to do</td><td>59 MB</td><td>995 MB</td><td>995 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td>23</td><td>GFDL-CM2p1</td><td>r10i1p1</td><td>to do</td><td>to do</td><td>202 MB</td><td>to do</td><td>to do</td><td>1.5 GB</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>622 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p1</td><td>to do</td><td>to do</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>1.5 GB</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>22 MB</td><td>to do</td><td>622 MB</td><td class="xmlTAxisMissingWaringCls" title="Missing Time Slice : (1941, 1945)">43 MB</td><td>622 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>1.5 GB</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>622 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>1.5 GB</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>622 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>1.5 GB</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>622 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>1.5 GB</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>622 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r6i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>1.5 GB</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>622 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r7i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>1.5 GB</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>622 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r8i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>1.5 GB</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>622 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r9i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>1.5 GB</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>622 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>24</td><td>GFDL-CM3</td><td>r1i1p1</td><td>88 MB</td><td>to do</td><td>to do</td><td>88 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>88 MB</td><td>88 MB</td><td>to do</td><td>24 GB</td><td>630 MB</td><td>to do</td><td>630 MB</td><td>284 KB</td><td>to do</td><td>630 MB</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>88 MB</td><td>to do</td><td>to do</td><td>88 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>88 MB</td><td>88 MB</td><td>to do</td><td>24 GB</td><td>630 MB</td><td>to do</td><td>630 MB</td><td>284 KB</td><td>to do</td><td>630 MB</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>88 MB</td><td>to do</td><td>to do</td><td>88 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>58 MB</td><td>88 MB</td><td>to do</td><td>24 GB</td><td>630 MB</td><td>to do</td><td>630 MB</td><td>276 KB</td><td>to do</td><td>630 MB</td></tr> <tr class="oddCls"><td><td><td>r4i1p1</td><td>88 MB</td><td>to do</td><td>to do</td><td>85 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>58 MB</td><td>88 MB</td><td>to do</td><td>24 GB</td><td>630 MB</td><td>to do</td><td>630 MB</td><td>284 KB</td><td>to do</td><td>630 MB</td></tr> <tr class="oddCls"><td><td><td>r5i1p1</td><td>88 MB</td><td>to do</td><td>to do</td><td>88 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>58 MB</td><td>88 MB</td><td>to do</td><td>24 GB</td><td>630 MB</td><td>to do</td><td>601 MB</td><td>284 KB</td><td>to do</td><td>630 MB</td></tr> <tr class="evenCls"><td>25</td><td>GFDL-ESM2G</td><td>r1i1p1</td><td>87 MB</td><td>87 MB</td><td>to do</td><td>87 MB</td><td>87 MB</td><td>1.5 GB</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>25 GB</td><td>670 MB</td><td>to do</td><td>639 MB</td><td>276 KB</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>26</td><td>GFDL-ESM2M</td><td>r1i1p1</td><td>87 MB</td><td>87 MB</td><td>to do</td><td>87 MB</td><td>87 MB</td><td>1.5 GB</td><td>1.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>24 GB</td><td>623 MB</td><td>to do</td><td>623 MB</td><td>276 KB</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td>27</td><td>GISS-E2-H</td><td>r1i1p1</td><td>93 MB</td><td>93 MB</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p2</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p3</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>93 MB</td><td>93 MB</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p2</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p3</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>93 MB</td><td>93 MB</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p2</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p3</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p1</td><td>93 MB</td><td>93 MB</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td class="xmlTAxisMissingWaringCls" title="Missing Time Slice : (1901, 1950)">1.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p2</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p3</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p1</td><td>93 MB</td><td>93 MB</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p2</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p3</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>28</td><td>GISS-E2-H-CC</td><td>r1i1p1</td><td>96 MB</td><td>to do</td><td>to do</td><td>96 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>96 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td>29</td><td>GISS-E2-R</td><td>r1i1p1</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>12 GB</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p121</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>12 GB</td><td>93 MB</td><td>to do</td><td>to do</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p122</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p124</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>12 GB</td><td>93 MB</td><td>to do</td><td>to do</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p125</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>12 GB</td><td>93 MB</td><td>to do</td><td>to do</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p126</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p127</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>5.6 GB</td><td>93 MB</td><td>to do</td><td>to do</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p128</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p2</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p3</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p2</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p3</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>1.6 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p2</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td class="xmlTAxisMissingWaringCls" title="Missing Time Slice : (1876, 1900)">1.3 GB</td><td>1.6 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p3</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p1</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p2</td><td>93 MB</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p3</td><td>93 MB</td><td>93 MB</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p1</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p2</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p3</td><td>93 MB</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r6i1p1</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>371 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r6i1p2</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r6i1p3</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>93 MB</td><td>to do</td><td>to do</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="oddCls"><td>30</td><td>GISS-E2-R-CC</td><td>r1i1p1</td><td>96 MB</td><td>to do</td><td>to do</td><td>96 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>96 MB</td><td>to do</td><td>383 MB</td><td>104 KB</td><td>104 KB</td><td>to do</td></tr> <tr class="evenCls"><td>31</td><td>HadCM3</td><td>r10i1p1</td><td>48 MB</td><td>to do</td><td>to do</td><td>48 MB</td><td>to do</td><td>786 MB</td><td>786 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>278 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r1i1p1</td><td>48 MB</td><td>48 MB</td><td>797 MB</td><td>48 MB</td><td>to do</td><td>786 MB</td><td>786 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>278 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>48 MB</td><td>to do</td><td>to do</td><td>48 MB</td><td>to do</td><td>786 MB</td><td>786 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>278 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>48 MB</td><td>to do</td><td>to do</td><td>48 MB</td><td>to do</td><td>786 MB</td><td>786 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>278 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p1</td><td>41 MB</td><td>to do</td><td>to do</td><td>48 MB</td><td>to do</td><td>786 MB</td><td>786 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>278 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p1</td><td>48 MB</td><td>to do</td><td>to do</td><td>48 MB</td><td>to do</td><td>786 MB</td><td>786 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>278 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r6i1p1</td><td>48 MB</td><td>to do</td><td>to do</td><td>48 MB</td><td>to do</td><td>786 MB</td><td>786 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>278 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r7i1p1</td><td>48 MB</td><td>to do</td><td>to do</td><td>48 MB</td><td>to do</td><td>786 MB</td><td>786 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>278 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r8i1p1</td><td>48 MB</td><td>to do</td><td>to do</td><td>48 MB</td><td>to do</td><td>786 MB</td><td>786 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>278 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r9i1p1</td><td>48 MB</td><td>to do</td><td>to do</td><td>48 MB</td><td>to do</td><td>786 MB</td><td>786 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>278 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>32</td><td>HadGEM2-AO</td><td>r1i1p1</td><td>187 MB</td><td>to do</td><td>to do</td><td>187 MB</td><td>to do</td><td>3.1 GB</td><td>3.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>520 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td>33</td><td>HadGEM2-CC</td><td>r1i1p1</td><td>187 MB</td><td>187 MB</td><td>to do</td><td>187 MB</td><td>187 MB</td><td>4.2 GB</td><td>4.2 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>520 MB</td><td>to do</td><td>521 MB</td><td>to do</td><td>96 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>59 MB</td><td>59 MB</td><td>1.4 GB</td><td>1.4 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>165 MB</td><td>to do</td><td>165 MB</td><td>to do</td><td>40 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>59 MB</td><td>59 MB</td><td>1.4 GB</td><td>1.4 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>164 MB</td><td>to do</td><td>to do</td><td>to do</td><td>56 KB</td><td>to do</td></tr> <tr class="oddCls"><td>34</td><td>HadGEM2-ES</td><td>r1i1p1</td><td>187 MB</td><td>to do</td><td>to do</td><td>187 MB</td><td>187 MB</td><td>3.1 GB</td><td>3.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>521 MB</td><td>to do</td><td>521 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>187 MB</td><td>187 MB</td><td>to do</td><td>187 MB</td><td>187 MB</td><td>3.1 GB</td><td>3.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>521 MB</td><td>to do</td><td>96 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>187 MB</td><td>187 MB</td><td>to do</td><td>187 MB</td><td>187 MB</td><td>3.1 GB</td><td>3.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>164 MB</td><td>to do</td><td>96 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r4i1p1</td><td>187 MB</td><td>187 MB</td><td>to do</td><td>187 MB</td><td>187 MB</td><td>3.1 GB</td><td>3.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>521 MB</td><td>to do</td><td>96 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r5i1p1</td><td>187 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>3.1 GB</td><td>3.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>21 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td>35</td><td>IPSL-CM5A-LR</td><td>r1i1p1</td><td>66 MB</td><td>198 MB</td><td>to do</td><td>66 MB</td><td>to do</td><td>1.1 GB</td><td>1.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>195 MB</td><td>to do</td><td>195 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>66 MB</td><td>66 MB</td><td>to do</td><td>66 MB</td><td>to do</td><td>1.1 GB</td><td>1.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>195 MB</td><td>to do</td><td>195 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>66 MB</td><td>66 MB</td><td>to do</td><td>66 MB</td><td>to do</td><td>1.1 GB</td><td>1.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>195 MB</td><td>to do</td><td>195 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p1</td><td>66 MB</td><td>66 MB</td><td>to do</td><td>66 MB</td><td>to do</td><td>1.1 GB</td><td>1.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>195 MB</td><td>to do</td><td>195 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p1</td><td>66 MB</td><td>to do</td><td>to do</td><td>66 MB</td><td>to do</td><td>1.1 GB</td><td>1.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>195 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r6i1p1</td><td>66 MB</td><td>to do</td><td>to do</td><td>66 MB</td><td>to do</td><td>1.1 GB</td><td>1.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="oddCls"><td>36</td><td>IPSL-CM5A-MR</td><td>r1i1p1</td><td>148 MB</td><td>to do</td><td>to do</td><td>148 MB</td><td>148 MB</td><td>2.5 GB</td><td>2.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>195 MB</td><td>to do</td><td>195 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>148 MB</td><td>to do</td><td>to do</td><td>148 MB</td><td>to do</td><td>2.5 GB</td><td>2.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>148 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>2.5 GB</td><td>2.5 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td>37</td><td>IPSL-CM5B-LR</td><td>r1i1p1</td><td>66 MB</td><td>to do</td><td>to do</td><td>66 MB</td><td>66 MB</td><td>1.1 GB</td><td>1.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>195 MB</td><td>to do</td><td>195 MB</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>38</td><td>MIROC-ESM</td><td>r1i1p1</td><td>59 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>2.0 GB</td><td>2.0 GB</td><td>to do</td><td>59 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>352 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>59 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>2.0 GB</td><td>2.0 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>352 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>59 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>2.0 GB</td><td>2.0 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>352 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td>39</td><td>MIROC-ESM-CHEM</td><td>r1i1p1</td><td>59 MB</td><td>59 MB</td><td>to do</td><td>59 MB</td><td>59 MB</td><td>2.0 GB</td><td>2.0 GB</td><td>to do</td><td>59 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>352 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="oddCls"><td>40</td><td>MIROC4h</td><td>r1i1p1</td><td>526 MB</td><td>526 MB</td><td>to do</td><td>526 MB</td><td>526 MB</td><td>12 GB</td><td>12 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>3.3 GB</td><td>104 KB</td><td>104 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>526 MB</td><td>526 MB</td><td>to do</td><td>526 MB</td><td>526 MB</td><td>12 GB</td><td>12 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>3.3 GB</td><td>104 KB</td><td>104 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>526 MB</td><td>526 MB</td><td>to do</td><td>526 MB</td><td>526 MB</td><td>12 GB</td><td>12 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>3.3 GB</td><td>104 KB</td><td>104 KB</td><td>to do</td></tr> <tr class="evenCls"><td>41</td><td>MIROC5</td><td>r1i1p1</td><td>245 MB</td><td>245 MB</td><td>to do</td><td>245 MB</td><td>245 MB</td><td>4.1 GB</td><td>4.1 GB</td><td>to do</td><td>245 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>431 MB</td><td>to do</td><td>431 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>245 MB</td><td>to do</td><td>to do</td><td>245 MB</td><td>245 MB</td><td>4.1 GB</td><td>4.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>431 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>245 MB</td><td>to do</td><td>to do</td><td>245 MB</td><td>245 MB</td><td>4.1 GB</td><td>4.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>431 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p1</td><td>245 MB</td><td>to do</td><td>to do</td><td>245 MB</td><td>245 MB</td><td>4.1 GB</td><td>4.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>431 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p1</td><td>245 MB</td><td>to do</td><td>to do</td><td>245 MB</td><td>to do</td><td>4.1 GB</td><td>4.1 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="oddCls"><td>42</td><td>MPI-ESM-LR</td><td>r1i1p1</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>405 MB</td><td>to do</td><td>405 MB</td><td>100 KB</td><td>100 KB</td><td>405 MB</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>405 MB</td><td>to do</td><td>405 MB</td><td>100 KB</td><td>100 KB</td><td>405 MB</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>405 MB</td><td>to do</td><td>405 MB</td><td>100 KB</td><td>100 KB</td><td>405 MB</td></tr> <tr class="evenCls"><td>43</td><td>MPI-ESM-MR</td><td>r1i1p1</td><td>132 MB</td><td>to do</td><td>3.3 GB</td><td>132 MB</td><td>to do</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>132 MB</td><td>to do</td><td>to do</td><td>132 MB</td><td>to do</td><td>to do</td><td>2.3 GB</td><td>to do</td><td>2.3 GB</td><td>100 KB</td><td>100 KB</td><td>2.3 GB</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>132 MB</td><td>to do</td><td>to do</td><td>132 MB</td><td>to do</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>132 MB</td><td>to do</td><td>to do</td><td>132 MB</td><td>to do</td><td>to do</td><td>2.3 GB</td><td>to do</td><td>2.3 GB</td><td>100 KB</td><td>100 KB</td><td>2.3 GB</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>132 MB</td><td>to do</td><td>to do</td><td>132 MB</td><td>to do</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>132 MB</td><td>to do</td><td>to do</td><td>132 MB</td><td>to do</td><td>to do</td><td>2.3 GB</td><td>to do</td><td>2.3 GB</td><td>100 KB</td><td>100 KB</td><td>2.3 GB</td></tr> <tr class="oddCls"><td>44</td><td>MPI-ESM-P</td><td>r1i1p1</td><td>132 MB</td><td>to do</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>405 MB</td><td>to do</td><td>405 MB</td><td>88 KB</td><td>88 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>132 MB</td><td>to do</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>3.3 GB</td><td>3.3 GB</td><td>to do</td><td>132 MB</td><td>to do</td><td>132 MB</td><td>132 MB</td><td>to do</td><td>to do</td><td>405 MB</td><td>to do</td><td>405 MB</td><td>88 KB</td><td>88 KB</td><td>to do</td></tr> <tr class="evenCls"><td>45</td><td>MRI-CGCM3</td><td>r1i1p1</td><td>366 MB</td><td>366 MB</td><td>to do</td><td>366 MB</td><td>366 MB</td><td>8.3 GB</td><td>8.3 GB</td><td>to do</td><td>366 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>952 MB</td><td>to do</td><td>952 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>366 MB</td><td>366 MB</td><td>to do</td><td>366 MB</td><td>366 MB</td><td>8.3 GB</td><td>8.3 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>952 MB</td><td>to do</td><td>952 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>366 MB</td><td>366 MB</td><td>to do</td><td>366 MB</td><td>366 MB</td><td>8.3 GB</td><td>8.3 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>952 MB</td><td>to do</td><td>952 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p2</td><td>366 MB</td><td>366 MB</td><td>to do</td><td>366 MB</td><td>366 MB</td><td>8.3 GB</td><td>8.3 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>952 MB</td><td>to do</td><td>952 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r5i1p2</td><td>366 MB</td><td>366 MB</td><td>to do</td><td>366 MB</td><td>366 MB</td><td>8.3 GB</td><td>8.3 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>952 MB</td><td>to do</td><td>952 MB</td><td>100 KB</td><td>100 KB</td><td>to do</td></tr> <tr class="oddCls"><td>46</td><td>MRI-ESM1</td><td>r1i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>8.2 GB</td><td>8.2 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>946 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="evenCls"><td>47</td><td>NorESM1-M</td><td>r1i1p1</td><td>99 MB</td><td>99 MB</td><td>to do</td><td>99 MB</td><td>99 MB</td><td>1.7 GB</td><td>1.7 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>88 KB</td><td>88 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>99 MB</td><td>99 MB</td><td>to do</td><td>99 MB</td><td>99 MB</td><td>1.7 GB</td><td>1.7 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>88 KB</td><td>88 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>99 MB</td><td>99 MB</td><td>to do</td><td>99 MB</td><td>99 MB</td><td>1.7 GB</td><td>1.7 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>295 MB</td><td>88 KB</td><td>88 KB</td><td>to do</td></tr> <tr class="oddCls"><td>48</td><td>NorESM1-ME</td><td>r1i1p1</td><td>99 MB</td><td>99 MB</td><td>to do</td><td>99 MB</td><td>to do</td><td>1.7 GB</td><td>1.7 GB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>883 MB</td><td>to do</td><td>883 MB</td><td>88 KB</td><td>88 KB</td><td>to do</td></tr> <tr class="evenCls"><td>49</td><td>bcc-csm1-1</td><td>r1i1p1</td><td>62 MB</td><td>62 MB</td><td>to do</td><td>62 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>62 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>624 MB</td><td>to do</td><td>624 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r2i1p1</td><td>62 MB</td><td>62 MB</td><td>to do</td><td>62 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>624 MB</td><td>to do</td><td>624 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r3i1p1</td><td>62 MB</td><td>62 MB</td><td>to do</td><td>62 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>624 MB</td><td>to do</td><td>624 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="evenCls"><td><td><td>r4i1p1</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td></tr> <tr class="oddCls"><td>50</td><td>bcc-csm1-1-m</td><td>r1i1p1</td><td>383 MB</td><td>383 MB</td><td>to do</td><td>383 MB</td><td>to do</td><td class="xmlTAxisMissingWaringCls" title="Missing Time Slice : (1910, 1939), (1970, 1999)">4.1 GB</td><td>2.9 GB</td><td>to do</td><td>383 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>624 MB</td><td>to do</td><td>624 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r2i1p1</td><td>383 MB</td><td>383 MB</td><td>to do</td><td>383 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>624 MB</td><td>to do</td><td>624 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="oddCls"><td><td><td>r3i1p1</td><td>383 MB</td><td>383 MB</td><td>to do</td><td>383 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>624 MB</td><td>to do</td><td>624 MB</td><td>108 KB</td><td>108 KB</td><td>to do</td></tr> <tr class="evenCls"><td>51</td><td>inmcm4</td><td>r1i1p1</td><td>155 MB</td><td>155 MB</td><td>to do</td><td>155 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>155 MB</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>to do</td><td>879 MB</td><td>to do</td><td>879 MB</td><td>to do</td><td>100 KB</td><td>to do</td></tr> </table></div></form><div id="footDiv">Table Created On 2014-07-31 17:32<p name="credits" id="author">Author : <a href="http://tuxcoder.wordpress.com" class="" target="_blank">Arulalan.T</a> &lt;arulalant@gmail.com&gt; Source : <a href="https://github.com/arulalant/CMIPs-Handler" class="" target="_blank">Repo</a> License : GPL V3</p></div></div></body> </html>
RossFamilyTree/fam/8/0/d15f60790fe3431007219394608.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Family of Gammon, Richard</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li class = "CurrentSection"><a href="../../../families.html" title="Families">Families</a></li> <li><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="RelationshipDetail"> <h2>Family of Gammon, Richard<sup><small></small></sup></h2> <div class="subsection" id="families"> <h4>Families</h4> <table class="infolist"> <tr class="BeginFamily"> <td class="ColumnType">Unknown</td> <td class="ColumnAttribute">Partner</td> <td class="ColumnValue"> <a href="../../../ppl/d/e/d15f60790dd6bbc6cd98d9cabed.html">Gammon, Richard<span class="grampsid"> [I4434]</span></a> </td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Attributes</td> <td class="ColumnValue"> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">322479383C41054F9C45D63FF871CCCCCFDF</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </td> </tr> </table> </div> <div class="subsection" id="attributes"> <h4>Attributes</h4> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">322479383C41054F9C45D63FF871CCCCCFDF</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:55:57<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
RossFamilyTree/evt/a/e/d15f601210836e8c8498434a0ea.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Events</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../families.html" title="Families">Families</a></li> <li class = "CurrentSection"><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="EventDetail"> <h3>Birth</h3> <table class="infolist eventlist"> <tbody> <tr> <td class="ColumnAttribute">Gramps ID</td> <td class="ColumnGRAMPSID">E8175</td> </tr> <tr> <td class="ColumnAttribute">Date</td> <td class="ColumnColumnDate"> 1870 </td> </tr> <tr> <td class="ColumnAttribute">Place</td> <td class="ColumnColumnPlace"> <a href="../../../plc/e/6/d15f601210c446e736a3e044d6e.html" title=""> </a> </td> </tr> </tbody> </table> <div class="subsection" id="references"> <h4>References</h4> <ol class="Col1" role="Volume-n-Page"type = 1> <li> <a href="../../../ppl/c/c/d15f60120ff287180d70e00a8cc.html"> HAYES, Catherine Louisa Mary <span class="grampsid"> [I7728]</span> </a> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:54:34<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
OutputReports/DHIS2 Reports/HTML Reports/UPHMIS-Updated/MPR - JSY Monthly (DistrictBlock)-test (1).html
hispindia/HISPReportArchive
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous"> <style> thead>tr>td { font-weight: bold; } /* Center the loader */ #loader { position: absolute; left: 50%; top: 50%; z-index: 1; width: 150px; height: 150px; margin: -75px 0 0 -75px; border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #34B4DB; width: 120px; height: 120px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Add animation to "page content" */ .animate-bottom { position: relative; -webkit-animation-name: animatebottom; -webkit-animation-duration: 1s; animation-name: animatebottom; animation-duration: 1s } @-webkit-keyframes animatebottom { from { bottom: -100px; opacity: 0 } to { bottom: 0px; opacity: 1 } } @keyframes animatebottom { from { bottom: -100px; opacity: 0 } to { bottom: 0; opacity: 1 } } #printing { display: none; text-align: center; } </style> <a id="dlink" style="display:none;"></a> <button type="button" id="btnBack" class="btn brn-default btn-sm" style="vertical-align: middle;" onclick="location.href='../api/apps/Report-App/index.html#/generate-report'"> <span class="glyphicon glyphicon-chevron-left" style="font-size: 15px;"></span>&nbsp; Goto Report Selection Page </button> <button type="button" class="btn btn-primary btn-sm" style="vertical-align: middle;" onclick="printContent('printing')"> <span class="glyphicon glyphicon-print" style="font-size: 15px;"></span> &nbsp; Print </button> <button type="button" class="btn btn-success btn-sm" style="vertical-align: middle;" id="btnExport" onclick="tableToExcel('dataTable', 'name', 'JSY_Monthly_Report.xls')"> <span class="glyphicon glyphicon-download-alt" style="font-size: 15px;"></span> &nbsp; Download As Excel </button> <br> <br> <div id="loader"></div> <div id="printing"> <div id='state'> <table width="100%" id="dataTable" border="1" class="table table-bordered table-hover text-center" cellspacing="6" cellpadding="4"> <thead style="background:#ADD8E6; font-weight:400; text-align:center"> <tr style="background:#ADD8E6; font-weight:400; text-align:center" height="37" style="height:27.75pt"> <td class="xl79" colspan="17" height="37" style="width:119pt;height:27.75pt; border:1px solid black;" width="159">जननी सुरक्षा योजना</td> </tr> <tr style="background:#ADD8E6; font-weight:400; text-align:center" height="41" style="height:30.75pt"> <td class="xl117" colspan="17" height="41" style="width:997pt;height:30.75pt; border:1px solid black;" width="1329">नोडल विभाग- चिकित्सा स्वास्थ्य एवं परिवार कल्याण - (Cumulative Report ) संचयी रिपोर्ट</td> </tr> <tr style="background:#ADD8E6; font-weight:400; text-align:center" height="31" style="height:23.25pt"> <td class="xl119" colspan="5" height="31" style="width:293pt;height:23.25pt; border:1px solid black;" width="390">मण्डल का नाम:- <span id="ouname"></span> </td> <td style="background:#ADD8E6; border:1px solid black;" colspan="5">TimeStamp:- <span id="timeStamp"></span> </td> <td class="xl120" colspan="7" height="31" style="width:152pt;height:23.25pt; border:1px solid black;" width="202">प्रगति माह:- <span id="periodName"></span> </td> </tr> <tr style="background:#ADD8E6; font-weight:400; text-align:center"> <td style="border:1px solid black" rowspan="1" width="64" id="level1"></td> <td style="border:1px solid black" rowspan="1" width="95" id="level2"></td> <td style="border:1px solid black" rowspan="1" width="64">जेएसवाई मे वर्ष हेतु प्रसओ का प्रस्तावित&nbsp; वार्षिक लक्ष्य</td> <td style="border:1px solid black" rowspan="1" width="73">जि0 म0/ सयुंक्त चिकित्सालयों मे हुए प्रसवो की संख्या</td> <td style="border:1px solid black" rowspan="1" width="94"> ब्लाक सी0एच0सी0/ ब्लाक पी0एच0सी0 मे हुए प्रसवो की संख्या सी0एच0सी0/ पी0एच0सी0 मे हुए प्रसवो की संख्या</td> <td style="border:1px solid black" rowspan="1" width="64">क्रियाशील स्वास्थ्य उपकेंद्र पर हुए प्रसवो की संख्या</td> <td style="border:1px solid black" rowspan="1" width="67">प्राधिकृत निजी चिकित्सालयों मे हुए कुल बी0 पी0 एल0 प्रसओ की संख्या</td> <td style="border:1px solid black" rowspan="1" width="71">प्राधिकृत निजी चिकित्सालयों मे हुए कुल बी0 पी0 एल0 सिजेरियन प्रसओ की संख्या</td> <td style="border:1px solid black" rowspan="1" width="63">कुल संस्थागत ग्रामीण प्रसओ की संख्या&nbsp;</td> <td style="border:1px solid black" rowspan="1" width="64">कुल संस्थागत शहरी प्रसओ की संख्या&nbsp;</td> <td style="border:1px solid black" rowspan="1" width="73">कुल संस्थागत प्रसव संख्या</td> <td style="border:1px solid black" rowspan="1" width="64">घरेलू प्रसव (बीपीएल लाभार्थी)</td> <td style="border:1px solid black" rowspan="1" width="67">शहरी + ग्रामीण कुल संस्थागत प्रसव + घरेलू प्रसव (बीपीएल लाभार्थी)</td> <td style="border:1px solid black" rowspan="1" width="80">प्रसओ की संख्या जिनमे मां को भुगतान किया गया </td> <td style="border:1px solid black" rowspan="1" width="67">प्रसओ की संख्या जिनमे लाभार्थी के साथ आशा भी आई</td> <td style="border:1px solid black" rowspan="1" width="64">प्रसओ की संख्या जिनमे आशा को भुगतान किया गया </td> <td style="border:1px solid black" rowspan="1" width="64">प्रसओ की संख्या जिनमे आशा को भुगतान किया जाना शेष है।</td> </tr> </thead> </table> </div> </div> <!-- printing script --> <script type="text/javascript"> function printContent(el) { var restorepage = document.body.innerHTML; var printcontent = document.getElementById(el).innerHTML; document.body.innerHTML = printcontent; window.print(); document.body.innerHTML = restorepage; } </script> <script> // Code fr date and time stamp var today = new Date(); var dd = today.getDate(); var mm = today.getMonth() + 1; //January is 0! var yyyy = today.getFullYear(); if (dd < 10) { dd = '0' + dd } if (mm < 10) { mm = '0' + mm } today = mm + '/' + dd + '/' + yyyy; function displayTime() { var str = ""; var currentTime = new Date() var hours = currentTime.getHours() var minutes = currentTime.getMinutes() var seconds = currentTime.getSeconds() if (minutes < 10) { minutes = "0" + minutes } if (seconds < 10) { seconds = "0" + seconds } str += hours + ":" + minutes + ":" + seconds + " "; if (hours > 11) { str += "PM" } else { str += "AM" } return str; } document.getElementById('timeStamp').innerHTML = today + "-" + displayTime(); </script> <!-- Main Script --> <script> jQuery.ajaxSetup({async:false}); var periods = dhis2.report.periods; var period = periods[0]; var periodName = getPeriod(period); console.log(periodName); var count = 1 document.getElementById('periodName').innerHTML = periodName; var url = window.location.href; var params = url.split('='); var gotOrgUnit = params[3]; var gotPeriod = params[2].toString().substring(0, 6); var periodArray = getPeriods(); var periodcum = periodArray.toString(); var periodcumulative = periodcum.replace(/,/g, ""); document.getElementById('periodName').innerHTML = periodName; console.log(period); var orgUnitChildren_Array = []; var secondChildren_Array = []; var orgUnit = dhis2.report.organisationUnit; var orgUnitName = orgUnit.name; var orgUnitChildren = dhis2.report.organisationUnitChildren; var selOrgUnitLevel = dhis2.report.organisationUnitHierarchy.length; document.getElementById('ouname').innerHTML = orgUnit.name; if (selOrgUnitLevel == 2) { document.getElementById('level1').innerHTML = "State Name"; document.getElementById('level2').innerHTML = "Divison Name"; } else if (selOrgUnitLevel == 3) { document.getElementById('level1').innerHTML = "Divison Name"; document.getElementById('level2').innerHTML = "District Name"; } else if (selOrgUnitLevel == 4) { document.getElementById('level1').innerHTML = "District Name"; document.getElementById('level2').innerHTML = "Block Name"; } else if (selOrgUnitLevel == 5) { document.getElementById('level1').innerHTML = "Block Name"; document.getElementById('level2').innerHTML = "Facility Name"; } var count = 0; var value0 = 0; var value00 = 0; var value1 = 0; // var value2 = 0; // var value3 = 0; //sum of this one var value4 = 0; //and this one var value5 = 0; // //here also sum of value3 and value4 and value5 var value56 = 0; //New Addition var value6 = 0; // var value7 = 0; // var targetjsy = 0; var sum1 = 0; var sum2 = 0; var sum3 = 0; var sum4 = 0; var sum34 = 0; var sum5 = 0; var sum345 = 0; var sum56 = 0; var sum6 = 0; var sum7 = 0; var dif67 = 0; var phcchc = 0; var sc = 0; var phcchcsum = 0; var scsum = 0; var dh = 0; //var ddh = 0; var dhsum = 0; var phhc = 0; var targetjsysum = 0; var i = 0; var dhsumm = 0; var phcchcsumm = 0; var scsumm = 0; var sum1m = 0; var sum2m = 0; var sum3m = 0; var sum4m = 0; var sum5m = 0; var sum6m = 0; var sum7m = 0; var sum8m = 0; var sum9m = 0; var sum10m = 0; var sum56m = 0; var mtargetjsysum = 0; $.each(orgUnitChildren, function (i, val) { orgUnitChildren_Array.push([val.id, val.name]); }); orgUnitChildren_Array.sort(arraySorting); if (selOrgUnitLevel == 4) { orgUnitChildren_Array.push([orgUnit.id, "District Total"]); } // New Code start from here var count1; orgUnitChildren_Array.forEach(function (element, index) { var ouid = element[0]; var ouidName = element[1]; sample(ouid, ouidName, 1); if (orgUnitChildren_Array.length - 1 == index) { sample(ouid, ouidName, 0); } }, this) function sample(ouid, ouidName, count1) { $.when( $.getJSON( "../api/analytics.json?dimension=dx:aRueVYr35yM&dimension=FmDv7glZ1V0:UBuxUMmdz1U&dimension=ou:" + ouid + "&filter=pe:" + periodcumulative + "&displayProperty=NAME", { format: "json" }), $.getJSON( "../api/analytics.json?dimension=dx:aRueVYr35yM&dimension=FmDv7glZ1V0:QF8UiPqHevI;FGrQvTRmfeb;nIVbiyAyRrb;gBerHA2rUH0&dimension=ou:" + ouid + "&filter=pe:" + periodcumulative + "&displayProperty=NAME", { format: "json" }), $.getJSON( "../api/analytics.json?dimension=dx:aRueVYr35yM&dimension=FmDv7glZ1V0:JRLIvJzK4H0&dimension=ou:" + ouid + "&filter=pe:" + periodcumulative + "&displayProperty=NAME", { format: "json" }), $.getJSON( "../api/analytics.json?dimension=dx:WjxN3ZJyeFb.Ti9FJqkSK6J;xOtxEYpvemK.Ti9FJqkSK6J;cyLwa0q6QNd.Ti9FJqkSK6J;IEPIolCiRdh.Ti9FJqkSK6J;vWSHWWYkYvt.Ti9FJqkSK6J;aSvhWxQO8Ck.Ti9FJqkSK6J;tYMFDM3VHbc.Ti9FJqkSK6J;iq79Esv2oDH.Ti9FJqkSK6J;ixBYYYjxXPP.Ti9FJqkSK6J;&dimension=ou:" + ouid + "&filter=pe:" + periodcumulative + "&displayProperty=NAME", { format: "json" }), $.getJSON( "../api/analytics.json?dimension=dx:g69FuEghiM5.Ti9FJqkSK6J&dimension=ou:" + ouid + "&filter=pe:" + yyyy + "&displayProperty=NAME", { format: "json" }) ).then(function (res3, res4, res5, res2,res6) { dh = 0; for (var i = 0; i < res3[0].rows.length; i++) { ddh = parseInt(res3[0].rows[i][3]); dh += ddh; } phcchc = 0; for (var i = 0; i < res4[0].rows.length; i++) { phhc = parseInt(res4[0].rows[i][3]); phcchc += phhc; } sc = 0; for (var i = 0; i < res5[0].rows.length; i++) { ssc = parseInt(res5[0].rows[i][3]); sc += ssc; } finalvalue(dh, phcchc, sc, res2, ouidName, count1,res6); }); } function finalvalue(dh, phcchc, sc, res2, ouidName, count1,res6) { if (count1 != 0) { value1 = datavalue(res2[0], 'xOtxEYpvemK.Ti9FJqkSK6J'); // value2 = datavalue(res2[0], 'cyLwa0q6QNd.Ti9FJqkSK6J'); // value3 = datavalue(res2[0], 'IEPIolCiRdh.Ti9FJqkSK6J'); //sum of this one value4 = datavalue(res2[0], 'vWSHWWYkYvt.Ti9FJqkSK6J'); //and this one value5 = datavalue(res2[0], 'aSvhWxQO8Ck.Ti9FJqkSK6J'); // //here also sum of value3 and value4 and value5 value56 = datavalue(res2[0], 'ixBYYYjxXPP.Ti9FJqkSK6J'); //New Addition value6 = datavalue(res2[0], 'tYMFDM3VHbc.Ti9FJqkSK6J'); // value7 = datavalue(res2[0], 'iq79Esv2oDH.Ti9FJqkSK6J'); // // targetjsy = parseInt(res6[0].rows[0][2]);// if(res6[0].rows.length && res6[0].rows[0][2]){ targetjsy = parseInt(res6[0].rows[0][2]);// } var tabledata = '<tr id=' + ouidName + '> '; tabledata += ("<td>" + orgUnitName + "</td><td>" + ouidName + "</td><td>" + targetjsy + "</td><td>" + dh + "</td><td>" + phcchc + "</td><td>" + sc + "</td><td>" + value1 + "</td><td>" + value2 + "</td><td>" + value3 + "</td><td>" + value4 + "</td><td>" + (value3 + value4) + "</td><td>" + value5 + "</td><td>" + (value3 + value4 + value5) + "</td><td>" + value56 + "</td><td>" + value6 + "</td><td>" + value7 + "</td><td>" + (value6 - value7) + "</td>"); tabledata += "</tr>"; document.getElementById("dataTable").innerHTML += tabledata; sum1 += value1; sum2 += value2; sum3 += value3; sum4 += value4; sum34 += (value3 + value4); sum5 += value5; sum345 += (value3 + value4 + value5); sum56 += value56; sum6 += value6; sum7 += value7; dif67 += (value6 - value7); phcchcsum += phcchc; scsum += sc; dhsum += dh; targetjsysum += targetjsy; dhsumm = dhsum; phcchcsumm = phcchcsum; scsumm = scsum; sum1m = sum1; sum2m = sum2; sum3m = sum3; sum4m = sum4; sum5m = sum34; sum56m = sum56; sum6m = sum5; sum7m = sum345; sum8m = sum6; sum9m = sum7; sum10m = dif67; mtargetjsysum = targetjsysum; } else if (count1 == 0) { if (selOrgUnitLevel == 3) { setTimeout(function () { tabledata = ("<tr style='background:#ADD8E6'><td colspan='2' >Grand Total</td><td>" + mtargetjsysum + "</td><td>" + dhsumm + "</td><td>" + phcchcsumm + "</td><td>" + scsumm + "</td><td>" + sum1m + "</td><td>" + sum2m + "</td><td>" + sum3m + "</td><td>" + sum4m + "</td><td>" + sum5m + "</td><td>" + sum6m + "</td><td>" + sum7m + "</td><td>" + sum56m + "</td><td>" + sum8m + "</td><td>" + sum9m + "</td><td>" + sum10m + "</td></tr>"); document.getElementById("dataTable").innerHTML += tabledata; }, 1000); } document.getElementById("loader").style.display = "none"; document.getElementById("printing").style.display = "block"; if (selOrgUnitLevel == 4) { document.getElementById("District").style.background = "#ADD8E6"; } } } function datavalue(dataJSON, id, id1, id2, id3) { var value1 = 0; var value2 = 0; var value3 = 0; var value4 = 0; for (var i = 0; i < dataJSON.rows.length; i++) { if (dataJSON.rows[i][0] == id) { value1 = parseInt(dataJSON.rows[i][2]); } else {} if (id1 = undefined) {} if (dataJSON.rows[i][0] == id1) { value2 = parseInt(dataJSON.rows[i][2]); } if (id2 = undefined) {} if (dataJSON.rows[i][0] == id2) { value3 = parseInt(dataJSON.rows[i][2]); } if (id3 = undefined) {} if (dataJSON.rows[i][0] == id3) { value4 = parseInt(dataJSON.rows[i][2]); } } return (value1 + value2 + value3 + value4); } function arraySorting(a, b) { return ((a[1] < b[1]) ? -1 : ((a[1] > b[1]) ? 1 : 0)); } function getPeriod(pr) { var year = pr.substring(0, 4); var month = pr.substring(4, 6); var strMonth = ""; if (month == "01" || month == "1") strMonth = "January"; else if (month == "02" || month == "2") strMonth = "February"; else if (month == "03" || month == "3") strMonth = "March"; else if (month == "04" || month == "4") strMonth = "April"; else if (month == "05" || month == "5") strMonth = "May"; else if (month == "06" || month == "6") strMonth = "June"; else if (month == "07" || month == "7") strMonth = "July"; else if (month == "08" || month == "8") strMonth = "August"; else if (month == "09" || month == "9") strMonth = "September"; else if (month == "10") strMonth = "October"; else if (month == "11") strMonth = "November"; else if (month == "12") strMonth = "December"; return strMonth + " " + year; } function getPeriods() { var periodArray = []; var year = parseInt(gotPeriod.substring(0, 4)); var mnth = parseInt(gotPeriod.substring(4, 6)); if (mnth > 3) { for (var i = 4; i <= mnth; i++) { if (i < 10) { periodArray.push(year.toString() + "0" + i + ";"); } else { periodArray.push(year.toString() + i + ";"); } } } if (mnth <= 3) { for (var i = 4; i <= 12; i++) { if (i < 10) { periodArray.push((year - 1).toString() + "0" + i + ";"); } else { periodArray.push((year - 1).toString() + i + ";"); } } for (var i = 1; i <= mnth; i++) { if (i < 10) { periodArray.push(year.toString() + "0" + i + ";"); } else { periodArray.push(year.toString() + i + ";"); } } } return periodArray; }; var tableToExcel = (function () { var uri = 'data:application/vnd.ms-excel;base64,', template = '<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head><!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines/></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--></head><body><table>{table}</table></body></html>', base64 = function (s) { return window.btoa(unescape(encodeURIComponent(s))) }, format = function (s, c) { return s.replace(/{(\w+)}/g, function (m, p) { return c[p]; }) } return function (table, name, filename) { if (!table.nodeType) table = document.getElementById(table) var ctx = { worksheet: name || 'Worksheet', table: table.innerHTML } document.getElementById("dlink").href = uri + base64(format(template, ctx)); document.getElementById("dlink").download = filename; document.getElementById("dlink").click(); } })(); </script>
dependencies/boost-1.46.0/libs/icl/doc/html/header/boost/icl/left_open_interval_hpp.html
gorkinovich/DefendersOfMankind
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Header &lt;boost/icl/left_open_interval.hpp&gt;</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.74.0"> <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Boost.Icl"> <link rel="up" href="../../../interval_container_library_reference.html" title="Interval Container Library Reference"> <link rel="prev" href="../../../boost/icl/inserter.html" title="Function template inserter"> <link rel="next" href="../../../boost/icl/left_open_interval.html" title="Class template left_open_interval"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../../../boost/icl/inserter.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../interval_container_library_reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../boost/icl/left_open_interval.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section" lang="en"> <div class="titlepage"><div><div><h3 class="title"> <a name="header.boost.icl.left_open_interval_hpp"></a>Header &lt;<a href="../../../../../../../boost/icl/left_open_interval.hpp" target="_top">boost/icl/left_open_interval.hpp</a>&gt;</h3></div></div></div> <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">icl</span> <span class="special">{</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span> <span class="identifier">ICL_COMPARE</span> Compare <span class="special">=</span> <span class="identifier">ICL_COMPARE_INSTANCE</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">less</span><span class="special">,</span> <span class="identifier">DomainT</span><span class="special">)</span><span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../../../boost/icl/left_open_interval.html" title="Class template left_open_interval">left_open_interval</a><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span> <span class="identifier">ICL_COMPARE</span> Compare<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/interval_traits_icl_lef_id517145.html" title="Struct template interval_traits&lt;icl::left_open_interval&lt; DomainT, Compare &gt;&gt;">interval_traits</a><span class="special">&lt;</span><span class="identifier">icl</span><span class="special">::</span><span class="identifier">left_open_interval</span><span class="special">&lt;</span> <span class="identifier">DomainT</span><span class="special">,</span> <span class="identifier">Compare</span> <span class="special">&gt;</span><span class="special">&gt;</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span> <span class="identifier">ICL_COMPARE</span> Compare<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/interval_bound_type_lef_id517245.html" title="Struct template interval_bound_type&lt;left_open_interval&lt; DomainT, Compare &gt;&gt;">interval_bound_type</a><span class="special">&lt;</span><span class="identifier">left_open_interval</span><span class="special">&lt;</span> <span class="identifier">DomainT</span><span class="special">,</span> <span class="identifier">Compare</span> <span class="special">&gt;</span><span class="special">&gt;</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span> <span class="identifier">ICL_COMPARE</span> Compare<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/type_to_string_icl_left_id517289.html" title="Struct template type_to_string&lt;icl::left_open_interval&lt; DomainT, Compare &gt;&gt;">type_to_string</a><span class="special">&lt;</span><span class="identifier">icl</span><span class="special">::</span><span class="identifier">left_open_interval</span><span class="special">&lt;</span> <span class="identifier">DomainT</span><span class="special">,</span> <span class="identifier">Compare</span> <span class="special">&gt;</span><span class="special">&gt;</span><span class="special">;</span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span> <span class="identifier">ICL_COMPARE</span> Compare<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/value_size_icl_left_ope_id517318.html" title="Struct template value_size&lt;icl::left_open_interval&lt; DomainT, Compare &gt;&gt;">value_size</a><span class="special">&lt;</span><span class="identifier">icl</span><span class="special">::</span><span class="identifier">left_open_interval</span><span class="special">&lt;</span> <span class="identifier">DomainT</span><span class="special">,</span> <span class="identifier">Compare</span> <span class="special">&gt;</span><span class="special">&gt;</span><span class="special">;</span> <span class="special">}</span> <span class="special">}</span></pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2007 -2010 Joachim Faulhaber<br>Copyright &#169; 1999 -2006 Cortex Software GmbH<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../../../boost/icl/inserter.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../interval_container_library_reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../boost/icl/left_open_interval.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
website/telkomnews/css/reset.css
SatrioDwiPrabowo/Telkom_PDC_News_App
Body,h1,h2,h3,h4,h5,p,ul,ol,li,blockquote,form,input { margin: 0; padding: 0; } html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, em, font, img, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: none; }
docs/html/structstd_1_1tr1_1_1gtest__internal_1_1_tuple_element_3_01true_00_018_00_01_g_t_e_s_t__10___t_u_p_l_e___07_t_08_01_4.html
bysreg/anjing
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.10"/> <title>anjing: std::tr1::gtest_internal::TupleElement&lt; true, 8, GTEST_10_TUPLE_(T) &gt; Struct Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">anjing </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacestd.html">std</a></li><li class="navelem"><a class="el" href="namespacestd_1_1tr1.html">tr1</a></li><li class="navelem"><a class="el" href="namespacestd_1_1tr1_1_1gtest__internal.html">gtest_internal</a></li><li class="navelem"><a class="el" href="structstd_1_1tr1_1_1gtest__internal_1_1_tuple_element_3_01true_00_018_00_01_g_t_e_s_t__10___t_u_p_l_e___07_t_08_01_4.html">TupleElement&lt; true, 8, GTEST_10_TUPLE_(T) &gt;</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> &#124; <a href="structstd_1_1tr1_1_1gtest__internal_1_1_tuple_element_3_01true_00_018_00_01_g_t_e_s_t__10___t_u_p_l_e___07_t_08_01_4-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">std::tr1::gtest_internal::TupleElement&lt; true, 8, GTEST_10_TUPLE_(T) &gt; Struct Template Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="gtest-tuple_8h_source.html">gtest-tuple.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a> Public Types</h2></td></tr> <tr class="memitem:a7b4d456a790291b651b4179650754587"><td class="memItemLeft" align="right" valign="top">typedef T8&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structstd_1_1tr1_1_1gtest__internal_1_1_tuple_element_3_01true_00_018_00_01_g_t_e_s_t__10___t_u_p_l_e___07_t_08_01_4.html#a7b4d456a790291b651b4179650754587">type</a></td></tr> <tr class="separator:a7b4d456a790291b651b4179650754587"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Member Typedef Documentation</h2> <a class="anchor" id="a7b4d456a790291b651b4179650754587"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;GTEST_10_TYPENAMES_(T) &gt; </div> <table class="memname"> <tr> <td class="memname">typedef T8 <a class="el" href="structstd_1_1tr1_1_1gtest__internal_1_1_tuple_element.html">std::tr1::gtest_internal::TupleElement</a>&lt; true, 8, <a class="el" href="namespacestd_1_1tr1.html#aa636d3269bf1f368a7bc09ff158bc482">GTEST_10_TUPLE_</a>(T) &gt;::<a class="el" href="structstd_1_1tr1_1_1gtest__internal_1_1_tuple_element_3_01true_00_018_00_01_g_t_e_s_t__10___t_u_p_l_e___07_t_08_01_4.html#a7b4d456a790291b651b4179650754587">type</a></td> </tr> </table> </div><div class="memdoc"> </div> </div> <hr/>The documentation for this struct was generated from the following file:<ul> <li>C:/Users/Hilman/Desktop/repo/anjing/src/third_party/googletest/include/gtest/internal/<a class="el" href="gtest-tuple_8h_source.html">gtest-tuple.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.10 </small></address> </body> </html>