path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
config/i18n/es/edit.html
yoqi/exp
<div class="intro_left"> <div class="tips blue"> <h1> <span>funcionalidad rica</span> </h1> <p> Código solicita automáticamente </p> <p> Multi-tema: Elija su estilo de programación favorita </p> <p> Fuente personalizado: para su uso en la escena </p> <p> cursor de edición de múltiples, edición de bloques experiencia en programación en línea comparable a lo sublime </p> <p> Bloque de plegado, expanda; envolver </p> <p> Soporte para múltiples ventanas, arrastre la secuencia de conmutación; </p> <p> El mantenimiento de múltiples documentos, buscar y reemplazar; Historia; </p> <p> Auto-completo [], {}, (), &#39;&#39; &#39;&#39; </p> <p> Vista previa en línea en tiempo real que le permite caer en el amor con la programación en línea! </p> <p> zendcodeing apoyo, escribir código ochenta </p> <p> Más características en espera de su descubrimiento ...... </p> </div> <div class="tips orange"> <h1> <span>150 tipos de código de relieve</span> </h1> <p> Consejo: HTML, JavaScript, CSS, menos, Sass, SCSS </p> <p> desarrollo web: PHP, Perl, Python, Ruby, elang, vaya ... </p> <p> lenguajes tradicionales: Java, C, C ++, C #, ACTIONSCRIPT, VBScript ... </p> <p> Otros: reducción del precio, cáscara, sql, lua, xml, yaml ... </p> </div> </div> <div class="intro_right"> <div class="tips green"> <h1> <span>Acción Atajo</span> </h1> <pre> atajos de uso común: ctrl + s para ahorrar Ctrl + A Seleccionar todo Ctrl + X Cortar Ctrl + C Ctrl + v copiar y pegar Ctrl + Z Deshacer Deshacer anti Ctrl + Y Ctrl + F para encontrar el reemplazo ctrl + f + f Win + alt + 0 Reducir todo Win + Alt + Shift + 0 Ampliar Todo esc [Búsqueda Salir cancela automáticamente le pide ...] Ctrl-Shift-s Vista previa Ctrl-Shift-E muestran y cerrar la función </pre> <pre> Elija: Ratón carpa - arrastre shift + Inicio / Fin / arriba / izquierda / abajo / derecha shift + Re Pág / Av Pág voltear hacia arriba y hacia abajo para seleccionar Ctrl + Shift + inicio / final de la actual del cursor hasta el principio y el fin alt + del ratón para arrastrar la selección de bloques ctrl + alt + g lotes seleccione e introduzca el actual editor de multi-tab </pre> <pre> cursor: Inicio / Fin / arriba / izquierda / abajo / derecha casa ctrl + / final mover el cursor al documento cabeza / cola Ctrl + P Ir a la etiqueta a juego PAGEUP / PageDown cursor arriba y abajo alt + flecha izquierda / derecha para pasar a la parte superior de la línea de shift + cursor izquierda / derecha hasta el final de la línea y Ctrl + L para saltar a una fila específica ctrl + alt + arriba / abajo (abajo) aumentar el cursor </pre> <pre> Editar: ctrl + / Comentario y ctrl + alt + elimine el comentario de un justificado la alineación de cambio pestaña mesa + mesa de avance global eliminar eliminar eliminar toda la línea de ctrl + d Ctrl + Suprimir para suprimir la fila en la palabra correcta ctrl / shift + tecla de retroceso para borrar la palabra de la izquierda alt + shift + arriba / abajo y se añaden a la línea de copia de avión (continuación) Alt + Supr para borrar el contenido de la derecha del cursor alt + arriba / abajo en la línea actual y la línea (al lado de cambio de línea) SHIFT + D + ctrl filas copian y se añaden a la siguiente Ctrl + Suprimir para suprimir la derecha de la palabra + Shift + ctrl u convertidos a minúsculas Ctrl + U texto seleccionado a mayúsculas </pre> </div> </div>
ci/templates/ci/job.html
brianmoose/civet
{% extends "ci/base.html" %} {% comment %} Copyright 2016 Battelle Energy Alliance, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. {% endcomment %} {% load humanize %} {% load staticfiles %} {% block title %}Civet: {{job.recipe.display_name}}{% endblock %} {% block head_scripts %} {{ block.super }} <link rel="stylesheet" href="{% static 'ci/css/ansi2html.css' %}" type="text/css" media="screen"> {% endblock head_scripts %} {% block content %} <ol class="breadcrumb"> <li>{{ job.event.base.branch.repository.user }}</li> <li><a href="{% url "ci:view_repo" job.event.base.branch.repository.pk %}">{{ job.event.base.branch.repository.name }}</a></li> <li><a href="{% url "ci:view_branch" job.event.base.branch.pk %}">{{ job.event.base.branch.name }}</a></li> {% if job.event.pull_request %} <li><a href="{% url "ci:view_pr" job.event.pull_request.pk %}">Pull request #{{ job.event.pull_request.number }}</a></li> {% endif %} <li><a href="{% url "ci:view_event" job.event.pk %}">Event</a></li> <li>Job</li> </ol> <div class="center"> <h3> {% if job.event.pull_request %} <a href="{{ job.event.pull_request.url }}">{{job.event.pull_request}} <i class="{{job.event.pull_request.repository.user.server.icon_class}}"></i></a> {% else %} <a href="{{ job.event.head.commit_html_url }}">{{job.event}} <i class="{{job.event.head.server.icon_class}}"></i></a> {% endif %} </h3> </div> <div class="center"> <h3> <a href="{% url "ci:recipe_events" job.recipe.pk %}">{{job.recipe.display_name}}</a> </h3> </div> <br> <div class="row job_status_{{job.status_slug}}" id="job_status_row"> <div class="col-sm-1">Complete</div> <div class="col-sm-1"> <span id="job_complete" class="glyphicon {% if job.complete %}glyphicon-ok{% else %}glyphicon-remove{%endif%}"></span> </div> <div class="col-sm-1">Ready</div> <div class="col-sm-1"> <span id="job_ready" class="glyphicon {% if job.ready %}glyphicon-ok{% else %}glyphicon-remove{%endif%}"></span> </div> <div class="col-sm-1">Active</div> <div class="col-sm-1"> {% if not job.active and can_activate %} <form id="job_active_form" name="activate-job" action="{% url "ci:activate_job" job.pk %}" method="post"> {%csrf_token%} <input type="submit" value="Activate"/> </form> {% elif not job.active %} Sign in to activate job {% else %} <span id="job_active" class="glyphicon glyphicon-ok"></span> {% endif %} </div> <div class="col-sm-1">Invalidated</div> <div class="col-sm-1"> <span id="job_invalidated" class="glyphicon {% if job.invalidated %}glyphicon-ok{% else %}glyphicon-remove{%endif%}"></span> </div> </div> {% if job.recipe.dependencies %} <div class="row"> <div class="col-sm-1">Dependencies</div> {% for dep in job.recipe.dependencies.all %} <div class="col-sm-1" id="job_depends_{{ dep.pk }}">{{dep}}</div> {% endfor %} </div> {% endif %} <div class="row"> <div class="col-sm-1">Last modified</div> <div class="col-sm-2" id="job_last_modified">{{job.last_modified|naturaltime}}</div> <div class="col-sm-1">Created</div> <div class="col-sm-2" id="job_created">{{job.created|naturaltime}}</div> </div> <div class="row"> <div class="col-sm-1">Run time</div> <div class="col-sm-1" id="job_time">{{job.seconds}}</div> </div> <div class="row"> <div class="col-sm-1">Build config</div> <div class="col-sm-1">{{job.config}}</div> </div> {% if can_see_client %} <div class="row"> <div class="col-sm-1">Client</div> <div id="job_client"> {% if job.client %} <a href="{% url "ci:view_client" job.client.pk %}">{{job.client}}</a> {% else %} Not set {% endif %} </div> </div> {% endif %} {% if job.changelog.count %} <div data-toggle="collapse" data-target="#job_changelog" class="row clickable"> <div class="col-sm-1"><span class="caret"></span> Change log</div> <div class="panel-group col-sm-11"> <div id="job_changelog" class="panel-collapse collapse"> <div class="panel-body"> <ul class="list-group"> {% autoescape off %} {% for message in job.changelog.all %} <li>{{ message }}</li> {% endfor %} {% endautoescape %} </ul> </div> </div> </div> </div> {% endif %} {% if job.active %} {% if can_admin and not job.complete %} <div class="row"> <div class="col-sm-12"> <a class="btn btn-warning" role="button" data-toggle="collapse" href="#cancelForm" aria-expanded="false" aria-controls="cancelForm"> <span class="caret"></span> Cancel Job </a> <div class="collapse" id="cancelForm"> <div class="well"> <form id="cancel" action="{% url "ci:cancel_job" job.pk %}" method="post"> {% csrf_token %} <div class="form-group"> <label for="cancelComment">Comment</label> <input class="form-control" id="cancelComment" type="text" name="comment" placeholder="(Optional) Short additional message"> </div> {% if job.event.pull_request %} <div class="checkbox"> <label> <input name="post_to_pr" type="checkbox" checked="true">Post comment to PR </label> </div> {% endif %} <button type="submit" class="btn btn-default" title="This will cancel the current job and immediately stop it.">Submit</button> </form> </div> </div> </div> </div> {% endif %} {% if can_admin %} <div class="row"> <div class="col-sm-12"> <a class="btn btn-primary" role="button" data-toggle="collapse" href="#invalidateForm" aria-expanded="false" aria-controls="invalidateForm"> <span class="caret"></span> Invalidate Job </a> <div class="collapse" id="invalidateForm"> <div class="well"> <form id="invalidate" action="{% url "ci:invalidate" job.pk %}" method="post"> {% csrf_token %} <div class="form-group"> <label for="invalidateComment">Comment</label> <input class="form-control" id="invalidateComment" type="text" name="comment" placeholder="(Optional) Short additional message"> </div> {% if job.event.pull_request %} <div class="checkbox"> <label> <input name="post_to_pr" type="checkbox" checked="true">Post comment to PR </label> </div> {% endif %} {% if clients %} <div class="form-group"> <label for="client_list">Client to run on</label> <select class="form-control" id="client_list" name="client_list"> <option value="0">Any client</option> {% for client in clients %} <option value="{{ client.pk }}">{{ client.name }}</option> {% endfor %} </select> </div> {% else %} <div class="checkbox"> <label class="form-group"> <input type="checkbox" name="same_client"> Run on same client </label> </div> {% endif %} <button type="submit" class="btn btn-default" title="This will stop the current job (if running) and allow it to start it again.">Submit</button> </form> </div> </div> </div> </div> {% endif %} {% endif %} {% if can_see_results %} <div class="center"> <h2>Results</h2> <a href="{% url "ci:job_results" job.pk %}">Download as tarball</a> </div> <p> {% if not job.complete %} <div id="waiting_for_results"> <div class="center"> <i class="fa fa-spinner fa-spin fa-2x fa-fw"></i> <br> <span>Waiting for results...</span> </div> </div> {% endif %} <div class="panel-group results-group" id="all_results"> {% for result in job.step_results.all %} <div class="panel panel-default" id="step_result_{{ result.pk }}"> <table class="result_table table table-hover table-bordered table-condensed table-sm"> <tbody> <tr data-toggle="collapse" data-parent="#all_results" data-target="#collapse{{result.pk}}" class="clickable"> <td id="result_status_{{ result.pk }}" class="result_{{result.status_slug}}"> <span class="caret"></span> {{result.name}} </td> <td id="result_time_{{ result.pk }}">Time: {{result.seconds}}</td> <td id="result_size_{{ result.pk }}">{{result.output_size}}</td> <td id="result_exit_{{ result.pk }}"> {% if result.complete %} Exit: {{result.exit_status}} {% else %} Not finished {% endif %} </td> </tr> </tbody> </table> <div class="panel-collapse collapse" id="collapse{{result.pk}}"> <pre id="result_output_{{ result.pk }}" class="panel-body job_result_output pre-scrollable">{% autoescape off %}{{result.clean_output}}{% endautoescape %}</pre> </div> </div> {% endfor %} </div> {% else %} You are not allowed to see results. Please sign in to an appropiate user. {% endif %} {% endblock content %} {% block end_scripts %} {{ block.super }} <script type="text/javascript"> function toggle_show(id) { $("#result_output_"+id).toggle("fast"); } {% if not job.complete and job.active and job.ready and can_see_results %} window.job_interval_id = 0; window.onerror=function(msg){ $("body").attr("JSError",msg); } function updateResults(contents) { var job_info = contents.job_info; var results = contents.results; if( job_info.length == 0 ){ return } $('#job_status_row').removeClass().addClass('row').addClass('job_status_' + job_info.status); if( job_info.complete ){ $('#job_complete').removeClass().addClass('glyphicon').addClass('glyphicon-ok'); } else { $('#job_complete').removeClass().addClass('glyphicon').addClass('glyphicon-remove'); } if( job_info.active ){ $('#job_active').removeClass().addClass('glyphicon').addClass('glyphicon-ok'); } if( job_info.invalidated ){ $('#job_invalidated').removeClass().addClass('glyphicon').addClass('glyphicon-ok'); } else { $('#job_invalidated').removeClass().addClass('glyphicon').addClass('glyphicon-remove'); } if( job_info.ready ){ $('#job_ready').removeClass().addClass('glyphicon').addClass('glyphicon-ok'); } else { $('#job_ready').removeClass().addClass('glyphicon').addClass('glyphicon-remove'); } $('#job_time').text(job_info.runtime); $('#job_last_modified').text(job_info.last_modified); $('#job_created').text(job_info.created); $('#job_recipe_repo_sha').text(job_info.recipe_repo_sha); if( job_info.client_name.length > 0 ){ var link = '<a href="' + job_info.client_url + '">' + job_info.client_name + '</a>'; $('#job_client').html(link); } for( i=0; i < results.length; i++ ){ var tb = $('#step_result_' + results[i].id); if( tb.length == 0 ){ /* if the user loaded the page before the job was started, there won't be any table for the results, so create one. Just a basic one since all the fields will be updated after. */ if( i == 0 ){ $('#all_results').html(''); } $('#waiting_for_results').show(); var tb_text = '<div class="panel panel-default" id="step_result_' + results[i].id + '">'; tb_text += '<table class="result_table table table-hover table-bordered table-condensed table-sm">'; tb_text += '<tbody>'; tb_text += '<tr data-toggle="collapse" data-parent="#all_results" data-target="#collapse' + results[i].id + '" class="clickable">'; tb_text += '<td id="result_status_' + results[i].id + '" class="result_' + results[i].status + '">'; tb_text += '<span class="caret"> </span> ' + results[i].name + '</td>'; tb_text += '<td id="result_time_' + results[i].id + '"></td>'; tb_text += '<td id="result_size_' + results[i].id + '"></td>'; tb_text += '<td id="result_exit_' + results[i].id + '"></td>'; tb_text += '</tr>'; tb_text += '</tbody>'; tb_text += '</table>'; tb_text += '<div class="panel-collapse collapse" id="collapse' + results[i].id + '">'; tb_text += '<pre id="result_output_' + results[i].id + '" class="panel-body job_result_output pre-scrollable"></pre>'; tb_text += '</div>'; tb_text += '</div>'; $('#all_results').append(tb_text); } $('#result_status_' + results[i].id).removeClass().addClass('result_' + results[i].status); $('#result_size_' + results[i].id).text(results[i].output_size); $('#result_time_' + results[i].id).text('Time: ' + results[i].runtime); if( results[i].complete ){ $('#result_exit_' + results[i].id).text('Exit: ' + results[i].exit_status); }else{ $('#result_exit_' + results[i].id).text("Not finished"); } var output_id = $('#result_output_' + results[i].id); output_id.html(results[i].output); output_id.scrollTop(output_id[0].scrollHeight); } if( job_info.complete ){ //clearInterval(window.job_interval_id); $('#waiting_for_results').hide(); } } var last_request = 0; function updateJob() { $.ajax({ url: "{% url "ci:ajax:job_results" %}", datatype: 'json', data: { 'last_request': last_request, 'job_id': {{job.pk}} }, success: function(contents) { updateResults(contents); last_request = contents.last_request; }, error: function(xhr, textStatus, errorThrown) { //alert('Problem with server, no more auto updates'); //clearInterval(window.job_interval_id); $('#waiting_for_results').hide(); } }); } $(document).ready(function() { if( window.job_interval_id == 0 ){ window.job_interval_id = setInterval(updateJob, {{ update_interval }}); $('#waiting_for_results').show(); } }); {% endif %} </script> {% endblock end_scripts %}
docs/versions/2.1.0/javadoc-devel/nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html
NLeSC/Xenon
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>FtpFileAdaptor (Xenon 2.1.0 API for Xenon developers)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="FtpFileAdaptor (Xenon 2.1.0 API for Xenon developers)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":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="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileSystem.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems.ftp"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html" target="_top">Frames</a></li> <li><a href="FtpFileAdaptor.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">nl.esciencecenter.xenon.adaptors.filesystems.ftp</div> <h2 title="Class FtpFileAdaptor" class="title">Class FtpFileAdaptor</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../../../nl/esciencecenter/xenon/adaptors/Adaptor.html" title="class in nl.esciencecenter.xenon.adaptors">nl.esciencecenter.xenon.adaptors.Adaptor</a></li> <li> <ul class="inheritance"> <li><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems">nl.esciencecenter.xenon.adaptors.filesystems.FileAdaptor</a></li> <li> <ul class="inheritance"> <li>nl.esciencecenter.xenon.adaptors.filesystems.ftp.FtpFileAdaptor</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../../nl/esciencecenter/xenon/AdaptorDescription.html" title="interface in nl.esciencecenter.xenon">AdaptorDescription</a>, <a href="../../../../../../nl/esciencecenter/xenon/filesystems/FileSystemAdaptorDescription.html" title="interface in nl.esciencecenter.xenon.filesystems">FileSystemAdaptorDescription</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">FtpFileAdaptor</span> extends <a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems">FileAdaptor</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>private static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#ADAPTOR_DESCRIPTION">ADAPTOR_DESCRIPTION</a></span></code> <div class="block">A description of this adaptor</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private static java.lang.String[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#ADAPTOR_LOCATIONS">ADAPTOR_LOCATIONS</a></span></code> <div class="block">The locations supported by this adaptor</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#ADAPTOR_NAME">ADAPTOR_NAME</a></span></code> <div class="block">The name of this adaptor</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#BUFFER_SIZE">BUFFER_SIZE</a></span></code> <div class="block">The buffer size to use when copying data.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#DEFAULT_PORT">DEFAULT_PORT</a></span></code> <div class="block">The default SSH port</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private static org.slf4j.Logger</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#LOGGER">LOGGER</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#PREFIX">PREFIX</a></span></code> <div class="block">All our own properties start with this prefix.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private static <a href="../../../../../../nl/esciencecenter/xenon/XenonPropertyDescription.html" title="class in nl.esciencecenter.xenon">XenonPropertyDescription</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#VALID_PROPERTIES">VALID_PROPERTIES</a></span></code> <div class="block">List of properties supported by this FTP adaptor</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.nl.esciencecenter.xenon.adaptors.filesystems.FileAdaptor"> <!-- --> </a> <h3>Fields inherited from class&nbsp;nl.esciencecenter.xenon.adaptors.filesystems.<a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems">FileAdaptor</a></h3> <code><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html#ADAPTORS_PREFIX">ADAPTORS_PREFIX</a></code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#FtpFileAdaptor--">FtpFileAdaptor</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#canAppend--">canAppend</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>protected org.apache.commons.net.ftp.FTPClient</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#connect-java.lang.String-nl.esciencecenter.xenon.credentials.Credential-">connect</a></span>(java.lang.String&nbsp;location, <a href="../../../../../../nl/esciencecenter/xenon/credentials/Credential.html" title="interface in nl.esciencecenter.xenon.credentials">Credential</a>&nbsp;credential)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#connectToServer-java.lang.String-int-org.apache.commons.net.ftp.FTPClient-">connectToServer</a></span>(java.lang.String&nbsp;host, int&nbsp;port, org.apache.commons.net.ftp.FTPClient&nbsp;ftp)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../../../../nl/esciencecenter/xenon/filesystems/FileSystem.html" title="class in nl.esciencecenter.xenon.filesystems">FileSystem</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#createFileSystem-java.lang.String-nl.esciencecenter.xenon.credentials.Credential-java.util.Map-">createFileSystem</a></span>(java.lang.String&nbsp;location, <a href="../../../../../../nl/esciencecenter/xenon/credentials/Credential.html" title="interface in nl.esciencecenter.xenon.credentials">Credential</a>&nbsp;credential, java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;properties)</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>private java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#getCurrentWorkingDirectory-org.apache.commons.net.ftp.FTPClient-java.lang.String-">getCurrentWorkingDirectory</a></span>(org.apache.commons.net.ftp.FTPClient&nbsp;ftpClient, java.lang.String&nbsp;location)</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#login-nl.esciencecenter.xenon.credentials.Credential-org.apache.commons.net.ftp.FTPClient-">login</a></span>(<a href="../../../../../../nl/esciencecenter/xenon/credentials/Credential.html" title="interface in nl.esciencecenter.xenon.credentials">Credential</a>&nbsp;credential, org.apache.commons.net.ftp.FTPClient&nbsp;ftp)</code>&nbsp;</td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#loginWithCredentialOrDefault-org.apache.commons.net.ftp.FTPClient-nl.esciencecenter.xenon.credentials.Credential-">loginWithCredentialOrDefault</a></span>(org.apache.commons.net.ftp.FTPClient&nbsp;ftp, <a href="../../../../../../nl/esciencecenter/xenon/credentials/Credential.html" title="interface in nl.esciencecenter.xenon.credentials">Credential</a>&nbsp;credential)</code>&nbsp;</td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#supportsReadingPosixPermissions--">supportsReadingPosixPermissions</a></span>()</code>&nbsp;</td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html#verifyLoginSuccess-int-">verifyLoginSuccess</a></span>(int&nbsp;replyCode)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.nl.esciencecenter.xenon.adaptors.filesystems.FileAdaptor"> <!-- --> </a> <h3>Methods inherited from class&nbsp;nl.esciencecenter.xenon.adaptors.filesystems.<a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems">FileAdaptor</a></h3> <code><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html#canCreateSymboliclinks--">canCreateSymboliclinks</a>, <a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html#canReadSymboliclinks--">canReadSymboliclinks</a>, <a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html#isConnectionless--">isConnectionless</a>, <a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html#needsSizeBeforehand--">needsSizeBeforehand</a>, <a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html#supportsRename--">supportsRename</a>, <a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html#supportsSettingPosixPermissions--">supportsSettingPosixPermissions</a>, <a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html#supportsThirdPartyCopy--">supportsThirdPartyCopy</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.nl.esciencecenter.xenon.adaptors.Adaptor"> <!-- --> </a> <h3>Methods inherited from class&nbsp;nl.esciencecenter.xenon.adaptors.<a href="../../../../../../nl/esciencecenter/xenon/adaptors/Adaptor.html" title="class in nl.esciencecenter.xenon.adaptors">Adaptor</a></h3> <code><a href="../../../../../../nl/esciencecenter/xenon/adaptors/Adaptor.html#getDescription--">getDescription</a>, <a href="../../../../../../nl/esciencecenter/xenon/adaptors/Adaptor.html#getName--">getName</a>, <a href="../../../../../../nl/esciencecenter/xenon/adaptors/Adaptor.html#getNewUniqueID--">getNewUniqueID</a>, <a href="../../../../../../nl/esciencecenter/xenon/adaptors/Adaptor.html#getSupportedLocations--">getSupportedLocations</a>, <a href="../../../../../../nl/esciencecenter/xenon/adaptors/Adaptor.html#getSupportedProperties--">getSupportedProperties</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> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.nl.esciencecenter.xenon.AdaptorDescription"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;nl.esciencecenter.xenon.<a href="../../../../../../nl/esciencecenter/xenon/AdaptorDescription.html" title="interface in nl.esciencecenter.xenon">AdaptorDescription</a></h3> <code><a href="../../../../../../nl/esciencecenter/xenon/AdaptorDescription.html#getDescription--">getDescription</a>, <a href="../../../../../../nl/esciencecenter/xenon/AdaptorDescription.html#getName--">getName</a>, <a href="../../../../../../nl/esciencecenter/xenon/AdaptorDescription.html#getSupportedLocations--">getSupportedLocations</a>, <a href="../../../../../../nl/esciencecenter/xenon/AdaptorDescription.html#getSupportedProperties--">getSupportedProperties</a></code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="LOGGER"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>LOGGER</h4> <pre>private static final&nbsp;org.slf4j.Logger LOGGER</pre> </li> </ul> <a name="ADAPTOR_NAME"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ADAPTOR_NAME</h4> <pre>public static final&nbsp;java.lang.String ADAPTOR_NAME</pre> <div class="block">The name of this adaptor</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#nl.esciencecenter.xenon.adaptors.filesystems.ftp.FtpFileAdaptor.ADAPTOR_NAME">Constant Field Values</a></dd> </dl> </li> </ul> <a name="DEFAULT_PORT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DEFAULT_PORT</h4> <pre>protected static final&nbsp;int DEFAULT_PORT</pre> <div class="block">The default SSH port</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#nl.esciencecenter.xenon.adaptors.filesystems.ftp.FtpFileAdaptor.DEFAULT_PORT">Constant Field Values</a></dd> </dl> </li> </ul> <a name="ADAPTOR_DESCRIPTION"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ADAPTOR_DESCRIPTION</h4> <pre>private static final&nbsp;java.lang.String ADAPTOR_DESCRIPTION</pre> <div class="block">A description of this adaptor</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#nl.esciencecenter.xenon.adaptors.filesystems.ftp.FtpFileAdaptor.ADAPTOR_DESCRIPTION">Constant Field Values</a></dd> </dl> </li> </ul> <a name="PREFIX"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>PREFIX</h4> <pre>public static final&nbsp;java.lang.String PREFIX</pre> <div class="block">All our own properties start with this prefix.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#nl.esciencecenter.xenon.adaptors.filesystems.ftp.FtpFileAdaptor.PREFIX">Constant Field Values</a></dd> </dl> </li> </ul> <a name="BUFFER_SIZE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>BUFFER_SIZE</h4> <pre>public static final&nbsp;java.lang.String BUFFER_SIZE</pre> <div class="block">The buffer size to use when copying data.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../constant-values.html#nl.esciencecenter.xenon.adaptors.filesystems.ftp.FtpFileAdaptor.BUFFER_SIZE">Constant Field Values</a></dd> </dl> </li> </ul> <a name="ADAPTOR_LOCATIONS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ADAPTOR_LOCATIONS</h4> <pre>private static final&nbsp;java.lang.String[] ADAPTOR_LOCATIONS</pre> <div class="block">The locations supported by this adaptor</div> </li> </ul> <a name="VALID_PROPERTIES"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>VALID_PROPERTIES</h4> <pre>private static final&nbsp;<a href="../../../../../../nl/esciencecenter/xenon/XenonPropertyDescription.html" title="class in nl.esciencecenter.xenon">XenonPropertyDescription</a>[] VALID_PROPERTIES</pre> <div class="block">List of properties supported by this FTP adaptor</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="FtpFileAdaptor--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>FtpFileAdaptor</h4> <pre>public&nbsp;FtpFileAdaptor()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="connect-java.lang.String-nl.esciencecenter.xenon.credentials.Credential-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>connect</h4> <pre>protected&nbsp;org.apache.commons.net.ftp.FTPClient&nbsp;connect(java.lang.String&nbsp;location, <a href="../../../../../../nl/esciencecenter/xenon/credentials/Credential.html" title="interface in nl.esciencecenter.xenon.credentials">Credential</a>&nbsp;credential) throws <a href="../../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code></dd> </dl> </li> </ul> <a name="createFileSystem-java.lang.String-nl.esciencecenter.xenon.credentials.Credential-java.util.Map-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createFileSystem</h4> <pre>public&nbsp;<a href="../../../../../../nl/esciencecenter/xenon/filesystems/FileSystem.html" title="class in nl.esciencecenter.xenon.filesystems">FileSystem</a>&nbsp;createFileSystem(java.lang.String&nbsp;location, <a href="../../../../../../nl/esciencecenter/xenon/credentials/Credential.html" title="interface in nl.esciencecenter.xenon.credentials">Credential</a>&nbsp;credential, java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;properties) throws <a href="../../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html#createFileSystem-java.lang.String-nl.esciencecenter.xenon.credentials.Credential-java.util.Map-">createFileSystem</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems">FileAdaptor</a></code></dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code></dd> </dl> </li> </ul> <a name="getCurrentWorkingDirectory-org.apache.commons.net.ftp.FTPClient-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCurrentWorkingDirectory</h4> <pre>private&nbsp;java.lang.String&nbsp;getCurrentWorkingDirectory(org.apache.commons.net.ftp.FTPClient&nbsp;ftpClient, java.lang.String&nbsp;location) throws <a href="../../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code></dd> </dl> </li> </ul> <a name="connectToServer-java.lang.String-int-org.apache.commons.net.ftp.FTPClient-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>connectToServer</h4> <pre>private&nbsp;void&nbsp;connectToServer(java.lang.String&nbsp;host, int&nbsp;port, org.apache.commons.net.ftp.FTPClient&nbsp;ftp) throws <a href="../../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code></dd> </dl> </li> </ul> <a name="login-nl.esciencecenter.xenon.credentials.Credential-org.apache.commons.net.ftp.FTPClient-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>login</h4> <pre>private&nbsp;void&nbsp;login(<a href="../../../../../../nl/esciencecenter/xenon/credentials/Credential.html" title="interface in nl.esciencecenter.xenon.credentials">Credential</a>&nbsp;credential, org.apache.commons.net.ftp.FTPClient&nbsp;ftp) throws <a href="../../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code></dd> </dl> </li> </ul> <a name="verifyLoginSuccess-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>verifyLoginSuccess</h4> <pre>private&nbsp;void&nbsp;verifyLoginSuccess(int&nbsp;replyCode) throws <a href="../../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../../../nl/esciencecenter/xenon/XenonException.html" title="class in nl.esciencecenter.xenon">XenonException</a></code></dd> </dl> </li> </ul> <a name="loginWithCredentialOrDefault-org.apache.commons.net.ftp.FTPClient-nl.esciencecenter.xenon.credentials.Credential-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loginWithCredentialOrDefault</h4> <pre>private&nbsp;void&nbsp;loginWithCredentialOrDefault(org.apache.commons.net.ftp.FTPClient&nbsp;ftp, <a href="../../../../../../nl/esciencecenter/xenon/credentials/Credential.html" title="interface in nl.esciencecenter.xenon.credentials">Credential</a>&nbsp;credential) throws java.io.IOException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.io.IOException</code></dd> </dl> </li> </ul> <a name="supportsReadingPosixPermissions--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>supportsReadingPosixPermissions</h4> <pre>public&nbsp;boolean&nbsp;supportsReadingPosixPermissions()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../nl/esciencecenter/xenon/filesystems/FileSystemAdaptorDescription.html#supportsReadingPosixPermissions--">supportsReadingPosixPermissions</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../nl/esciencecenter/xenon/filesystems/FileSystemAdaptorDescription.html" title="interface in nl.esciencecenter.xenon.filesystems">FileSystemAdaptorDescription</a></code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html#supportsReadingPosixPermissions--">supportsReadingPosixPermissions</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems">FileAdaptor</a></code></dd> </dl> </li> </ul> <a name="canAppend--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>canAppend</h4> <pre>public&nbsp;boolean&nbsp;canAppend()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../nl/esciencecenter/xenon/filesystems/FileSystemAdaptorDescription.html#canAppend--">canAppend</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../nl/esciencecenter/xenon/filesystems/FileSystemAdaptorDescription.html" title="interface in nl.esciencecenter.xenon.filesystems">FileSystemAdaptorDescription</a></code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html#canAppend--">canAppend</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/FileAdaptor.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems">FileAdaptor</a></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="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../../nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileSystem.html" title="class in nl.esciencecenter.xenon.adaptors.filesystems.ftp"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?nl/esciencecenter/xenon/adaptors/filesystems/ftp/FtpFileAdaptor.html" target="_top">Frames</a></li> <li><a href="FtpFileAdaptor.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
docs/javadocs/ch/ethz/vizzly/datatype/class-use/CacheConfiguration.html
friendranjith/vizzly
<!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_09) on Tue Jun 11 23:08:47 CEST 2013 --> <title>Uses of Class ch.ethz.vizzly.datatype.CacheConfiguration (Vizzly)</title> <meta name="date" content="2013-06-11"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class ch.ethz.vizzly.datatype.CacheConfiguration (Vizzly)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../ch/ethz/vizzly/datatype/CacheConfiguration.html" title="class in ch.ethz.vizzly.datatype">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?ch/ethz/vizzly/datatype/class-use/CacheConfiguration.html" target="_top">Frames</a></li> <li><a href="CacheConfiguration.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class ch.ethz.vizzly.datatype.CacheConfiguration" class="title">Uses of Class<br>ch.ethz.vizzly.datatype.CacheConfiguration</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../ch/ethz/vizzly/datatype/CacheConfiguration.html" title="class in ch.ethz.vizzly.datatype">CacheConfiguration</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="#ch.ethz.vizzly.cache">ch.ethz.vizzly.cache</a></td> <td class="colLast"> <div class="block">This package contains interface definitions and common functionalities for implementing a cache.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="ch.ethz.vizzly.cache"> <!-- --> </a> <h3>Uses of <a href="../../../../../ch/ethz/vizzly/datatype/CacheConfiguration.html" title="class in ch.ethz.vizzly.datatype">CacheConfiguration</a> in <a href="../../../../../ch/ethz/vizzly/cache/package-summary.html">ch.ethz.vizzly.cache</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../../../ch/ethz/vizzly/cache/package-summary.html">ch.ethz.vizzly.cache</a> with type arguments of type <a href="../../../../../ch/ethz/vizzly/datatype/CacheConfiguration.html" title="class in ch.ethz.vizzly.datatype">CacheConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../ch/ethz/vizzly/cache/CacheManager.html#CacheManager(java.util.Vector, ch.ethz.vizzly.datareader.DataReaderRegistry, ch.ethz.vizzly.performance.AbstractPerformanceTracker)">CacheManager</a></strong>(java.util.Vector&lt;<a href="../../../../../ch/ethz/vizzly/datatype/CacheConfiguration.html" title="class in ch.ethz.vizzly.datatype">CacheConfiguration</a>&gt;&nbsp;caches, <a href="../../../../../ch/ethz/vizzly/datareader/DataReaderRegistry.html" title="class in ch.ethz.vizzly.datareader">DataReaderRegistry</a>&nbsp;dataReaderRegistry, <a href="../../../../../ch/ethz/vizzly/performance/AbstractPerformanceTracker.html" title="class in ch.ethz.vizzly.performance">AbstractPerformanceTracker</a>&nbsp;perfTracker)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../ch/ethz/vizzly/datatype/CacheConfiguration.html" title="class in ch.ethz.vizzly.datatype">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?ch/ethz/vizzly/datatype/class-use/CacheConfiguration.html" target="_top">Frames</a></li> <li><a href="CacheConfiguration.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><i>Copyright &#169; 2013 ETH Zurich, Computer Engineering and Networks Laboratory.</i></small></p> </body> </html>
src/client/common/css/helpers.css
javimosch/bastack
.hidden{ display:none; } .btn.btn-xl { font-size: 20px; } .btn.btn-xxl { font-size: 25px; } .btn..btn-xxxl { font-size: 30px; } .fa-aboutme:before { content: "\f0c8"; } .fa-aboutme:after { content: "me"; color: white; margin-left: -8.6px; position: absolute; font-size: 6.4px; margin-top: 2.5px; } .list-bare, .without-dots, .list-style-none { list-style: none!important; } .fnt-9 { font-size: 9px; } .fnt-12 { font-size: 12px; } .fnt-14 { font-size: 14px; } .fnt-16 { font-size: 16px; } .fnt-18 { font-size: 18px; } .fnt-24 { font-size: 24px; } .fnt-30 { font-size: 32px; } .fnt-32 { font-size: 32px; } .flex { display: flex; } .inline-flex { display: inline-flex; } .inline-block { display: inline-block; } .inline-table { display: inline-table; } .inline { display: inline-flex; } .table-row { display: table-row; } .table-caption { display: table-caption; } .navbar-default { z-index: 100000; } .white { color: white; } .black { color: black; } .violet { color: #0B3967; } .azure-radiance { color: #00A9FF; } .bg-violet { background-color: #0B3967!important; } .bg-madison { background-color: #0A3967; } .bg-azure-radiance { background-color: #00A9FF; } .bg-pomegranate { background-color: #F42228; } .bg-blaze-orange { background-color: #FF6B00; } .sky-blue { color: #00A9FF; } .line-30 { line-height: 30px; } .line-60 { line-height: 60px; } .middle { vertical-align: middle; } .outline { outline: 2px dashed orange; } .bg-white { background-color: white; } .bg-black { background: black; } .bg-orange { background: orange; } .margin-left-0 { margin-left: 0px; } .margin-right-1 { margin-right: 5px; } .childs-margin-0>* { margin: 0px!important; } .color-black { color: black!important; } .overflow-500 { height: 500px; overflow-y: auto; overflow-x: hidden; } @media (min-width: 768px) { .sm-float-left { float: left; } .sm-float-right { float: right; } } .float-left { float: left; } .float-right { float: right; } .disable-childs> * { pointer-events: none; tab-index: -1; } .min-width-120 { min-width: 120px; } .childs-margin-1> * { margin: 5px; } table.minimal { margin: 0px!important; padding: 0px!important; } table.minimal tr { margin: 0px!important; padding: 0px!important; } table.minimal td { margin: 0px!important; padding: 0px!important; } .no-resize { resize: none; } .no-bg { background: none; } .lineThrough { text-decoration: line-through; } .borderless { border: none; } .border-sutil { border: 1px solid rgba(0, 0, 0, .1); } .focus-1:focus { /*outline: 5px solid blue;*/ } .always-on-top { z-index: 9999999; } .overlay { overflow: overlay; } .link:hover { cursor: pointer; } .small { font-size: 0.8rem; } .absolute { position: absolute; } .fixed { position: fixed; } .right-1 { right: 5px; } .left-1 { left: 5px; } .text-top { vertical-align: text-top; } .bottom-1 { bottom: 5px; } .bottom-none { bottom: 0em!important; } .center, .center-block { display: block; margin: 0 auto!important; } .vertical-center { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ display: flex; align-items: center; } .inline-flex { display: inline-flex; } .inline-block { display: inline-block; } @media (max-width: 568px) { .inline.table { display: table; } } .h-padding-2 { padding-left: 10px; padding-right: 10px; } .spacing-1 { padding: 5px; } .spacing-1 { padding: 5px; } .spacing-2 { padding: 10px; } .v-spacing-1 { padding: 5px 0px; } .padding-0 { padding: 0px; } .h-padding-15 { padding-left: 15px; padding-right: 15px; } .margin-1 { margin: 5px; } .v-margin-1 { margin-top: 5px; margin-bottom: 5px; } .v-margin-2 { margin-top: 10px; margin-bottom: 10px; } .vspacing-2 { padding: 10px 0px; } .relative { position: relative; } .fullwidth { width: 100%; } .size-medium { min-height: 200px; } @media only screen and (max-width: 480px) { .xs-margin-top-one { margin-top: 1em!important; } } .top-none { top: 0px; } .margin-top-none { margin-top: 0!important; } .margin-top-quarter { margin-top: 0.25em!important; } .margin-top-half { margin-top: 0.5em!important; } .margin-top-08em { margin-top: 0.8em!important; } .margin-top-one { margin-top: 1em!important; } .margin-top-two { margin-top: 2em!important; } .margin-top-three { margin-top: 3em!important; } .margin-top-four { margin-top: 4em!important; } .margin-bottom-none { margin-bottom: 0!important; } .margin-bottom-quarter { margin-bottom: 0.25em!important; } .margin-bottom-half { margin-bottom: 0.5em!important; } .margin-bottom-one { margin-bottom: 1em!important; } .margin-bottom-two { margin-bottom: 2em!important; } .margin-bottom-three { margin-bottom: 3em!important; } .margin-bottom-four { margin-bottom: 4em!important; } .margin-right-none { margin-right: 0!important; } .margin-right-quarter { margin-right: 0.25em!important; } .margin-right-half { margin-right: 0.5em!important; } .margin-right-one { margin-right: 1em!important; } .margin-right-two { margin-right: 2em!important; } .margin-right-three { margin-right: 3em; } .margin-right-four { margin-right: 4em!important; } .margin-left-none { margin-left: 0!important; } .margin-left-quarter { margin-left: 0.25em!important; } .margin-left-half { margin-left: 0.5em!important; } .margin-left-one { margin-left: 1em!important; } .margin-left-two { margin-left: 2em!important; } .margin-left-three { margin-left: 3em!important; } .margin-left-four { margin-left: 4em!important; } .margin-none { margin: 0!important; } .margin-quarter { margin: 0.25em!important; } .margin-half { margin: 0.5em!important; } .margin-one { margin: 1em!important; } .margin-two { margin: 2em!important; } .margin-three { margin: 3em!important; } .margin-four { margin: 4em!important; } .padding-top-none { padding-top: 0!important; } .padding-02em { padding: 0.2em!important; } .padding-top-quarter { padding-top: 0.25em!important; } .padding-top-halve { padding-top: 0.5em!important; } .padding-top-one { padding-top: 1em!important; } .padding-top-two { padding-top: 2em!important; } .padding-top-three { padding-top: 3em!important; } .padding-top-four { padding-top: 4em!important; } .padding-bottom-none { padding-bottom: 0!important; } .padding-bottom-quarter { padding-bottom: 0.25em!important; } .padding-bottom-halve { padding-bottom: 0.5em!important; } .padding-bottom-one { padding-bottom: 1em!important; } .padding-bottom-two { padding-bottom: 2em!important; } .padding-bottom-three { padding-bottom: 3em!important; } .padding-bottom-four { padding-bottom: 4em!important; } .padding-right-none { padding-right: 0!important; } .padding-right-quarter { padding-right: 0.25em!important; } .padding-right-halve { padding-right: 0.5em!important; } .padding-right-one { padding-right: 1em!important; } .padding-right-two { padding-right: 2em!important; } .padding-right-three { padding-right: 3em!important; } .padding-right-four { padding-right: 4em!important; } .padding-left-none { padding-left: 0!important; } .padding-left-quarter { padding-left: 0.25em!important; } .padding-left-halve { padding-left: 0.5em!important; } .padding-left-one { padding-left: 1em!important; } .padding-left-two { padding-left: 2em!important; } .padding-left-three { padding-left: 3em!important; } .padding-left-four { padding-left: 4em!important; } .padding-none { padding: 0!important; } .padding-quarter { padding: 0.25em!important; } .padding-halve { padding: 0.5em!important; } .padding-one { padding: 1em!important; } .padding-two { padding: 2em!important; } .padding-three { padding: 3em!important; } .padding-four { padding: 4em!important; } .max-size-medium-1 { max-width: 300px; } .max-w-100 { max-width: 100px; } .max-w-80 { max-width: 80px; } .max-w-60 { max-width: 60px; } .max-w-120 { max-width: 120px; } .max-w-150 { max-width: 150px; } .max-w-200 { max-width: 200px; } .max-w-300 { max-width: 300px; } .max-w-350 { max-width: 350px; } .max-w-500 { max-width: 350px; } .limit-h-200 { max-height: 200px; } .min-height-200 { min-height: 200px; } .min-height-600 { min-height: 600px; } .min-height-100 { min-height: 100px; } .top-1 { top: 5px; } .padding-0 { padding: 0px!important; } .margin-r-1 { margin-right: 5px; } .spacing-1 { margin: 5px; } .spacing-h-1 { margin-left: 5px; margin-right: 5px; } .spacing-v-1, .v-margin-1 { margin-top: 5px; margin-bottom: 5px; } .v-margin-2 { margin-top: 10px; margin-bottom: 10px; } .flex { display: flex; } .justify { text-align: justify!important; } .text-left { text-align: justify!important; } .text-right { /* text-align: right; */ } .unselectable { -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; } .width95p { width: 95%; } .width90p { width: 90%; } .width80p { width: 80%; } .width70p { width: 70%; } .width50p { width: 50%; } .width30p { width: 30%; } .width20p { width: 20%; } .width10p { width: 10%; } .box { display: flex; } .box-1-2 { width: 50%; } @media only screen and (min-width: 992px) { .min-md-padding-top-one-and-half { padding-top: 1.5em!important; } .min-md-margin-none { margin: 0px!important; } .min-md-margin-two { margin: 2em!important; } .min-md-margin-top-none { margin-top: 0em!important; } .min-md-margin-top-two { margin-top: 2em!important; } .min-md-padding-none { padding: 0px!important; } .min-md-margin-right-none { margin-right: 0px!important; } .min-md-margin-left-none { margin-left: 0px!important; } .min-md-border-top-width-none { border-top-width: 0px!important; } .min-md-border-left-width-none { border-left-width: 0px!important; } .min-md-border-right-width-none { border-right-width: 0px!important; } .min-md-border-right-width-2px { border-right-width: 2px!important; } .min-md-border-sides-width-none { border-right-width: 0px!important; border-left-width: 0px!important; } .md-margin-top-one { margin-top: 1em!important; } } @media only screen and (min-width: 1200px) { .min-lg-margin-top-none { margin-top: 0em!important; } .min-lg-margin-top-two { margin-top: 2em!important; } .min-lg-border-left-width-none { border-left-width: 0px!important; } .min-lg-border-right-width-none { border-right-width: 0px!important; } .min-lg-border-sides-width-none { border-right-width: 0px!important; border-left-width: 0px!important; } }
website/about.html
Geekpub/Cybersecurity
<html> <head> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300"> <link rel="stylesheet" href="main.css"> <link rel="stylesheet" href="banner2.css"> <link rel="stylesheet" href="side.css"> <title> Geek Networking </title> </head> <body> <div id = "container"> <div id="main"> <center><h1> GEEK-NETWORKING </h1> <div id="nav"> <ul id="ulist"><b> <li><a href="index.html"> • HOME</a></li> <li><a href="about.html"> • ABOUT</a></li> <li><a href="posts.html"> • POSTS</a></li> <li><a href="contact.html"> • CONTACT</a></li> </b> </div> </center> <br> <div id="banner"> <h1 id="bannertext"> For the love of Networking </h1> </div> <div id="sidebar"> <h1> Our Posts </h1> <br> <p><h2 class = "paralink">A BRIEF INTRO TO PROTOCOLS</h2> <a href="https://geeknetworking.wordpress.com/2016/05/29/a-brief-intro-to-protocols/"> Read more.. </a> </p> <p><h2 class = "paralink">OSI LAYERS</h2> <a href="https://geeknetworking.wordpress.com/2016/05/26/layers/"> Read more..</a> </p> <p><h2 class = "paralink">ETHERNET CABLING STANDARDS</h2> <a href="https://geeknetworking.wordpress.com/2016/05/25/ethernet-cabling-standards/"> Read more..</a> </p> <p><h2 class = "paralink">TYPES OF CABLES</h2> <a href="https://geeknetworking.wordpress.com/2016/05/25/types-of-cables/"> Read more..</a> </p> <p><h2 class = "paralink">IEEE STANDARDS</h2> <p> A definition or format that has been approved by a recognized standards organization or is accepted as a de facto standard by the industry. Standards exist for programming languages, OS, data formats, communication protocols, and electrical interfaces.Following table has some Basic IEEE standards. </p> <a href="https://geeknetworking.wordpress.com/2016/05/25/standards/"> Read more..</a> </p> </div> <div id="mainbar"> <h1 style="margin-left:30px;"> About Me <br><br> <p> Networking is not connecting wires. Networking is about connecting you to the world.This is a site for networking newbies who wants to learn,do and Rock in Networking !! </p> <p> I originally started writing about networking at<a style="margin-left:5px; color:blue;" href="https://geeknetworking.wordpress.com">this wordpress blog.</a> To this day, I have developed various simulations of networks and have done extensive research about my area of love that is networking. </p> <p> One of my goals is to develop my own protocol that has the advantages of all existing ones, and to bring revolution in the field of networking. </p> <center> <img src="kavi.jpg" width="400" height="400" /></center> </div> <div class="footer"> <br> <span style="margin-left:20px;display:inline-block; width: 200px;"><h2> BLOG STATS: </h2> </span><font style="font-size:28px;">2622 Hits</font> <br> <span style="margin-left:20px;display:inline-block; width: 200px;"><h2> AUTHORED BY: </h2> </span><font style="font-size:28px;">Kaviarasan</font> </div> </div> </div> </div> </body> </html>
_includes/head.html
evilwire/yokirestaurant
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> <meta name="viewport" content="width=device-width"> <meta name="description" content="{{ site.description }}"> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ --> <link rel="stylesheet" href="{{ "/style.css" | prepend: site.baseurl }}"> <!-- Custom Fonts --> <link rel="stylesheet" href="{{ "/css/font-awesome/css/font-awesome.min.css" | prepend: site.baseurl }}"> <link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href='http://fonts.googleapis.com/css?family=Lato:100,300,400' rel='stylesheet' type='text/css'> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head>
source_dir/documentation/reference/subsystems.html
PureBasicCN/PureBasicPreference
<html><head><title>Subsystems</title></head> <body bgcolor="#EFF1F0" link="#3A3966" vlink="#000000" alink="#000000"> <font face="Verdana, sans-serif" size="2"><p align="center"><b><font size="5">Subsystems</font></b></p> <p><b>Introduction</b></p><blockquote> PureBasic integrated commandset relies on available OS libraries. Sometimes, there is different way to achieve the same goal and when it makes sense, PureBasic offers the possibility to change the used underlying libraries for specific commands, without changing one line of source code. For example, on Windows there is the 'OpenGL' subsystem available, which will use OpenGL functions to render sprites, instead of DirectX (which is the default subsystem). It can be useful to use OpenGL instead of DirectX when writing a crossplatform game, as OS X and Linux use OpenGL as default. It also allows to use raw OpenGL commands directly on screen. <br> <br> To enable a subsystem, its name has to be set in the IDE <a href="ide_compiler.html">compiler options</a>, or through the /SUBSYSTEM <a href="cli_compiler.html">command-line</a> switch. This is a compile time option, which means an executable can not embed more than one subsystem at once. If multiple support is needed (for example shipping an OpenGL and DirectX version of a game), two executables needs to be created. <br> <br> The available subsystems are located in the PureBasic 'subsystems' folder. Any residents or libraries found in this drawer will have precedency over the default libraries and residents, when a subsystem is specified. Any number of different subsystems can be specified (as long it doesn't affect the same libraries). <br> <br> The <b><font color="#3A3966">Subsystem</font></b> <a href="compilerfunctions.html">compiler function</a> can be used to detect if a specific subsystem is used for the compilation. </blockquote> <p><b>Available subsystems</b></p><blockquote> Here is a list of available subsystems, and the affected libraries: <br> <br> <b>Windows</b> <pre><font face="Courier New, Courier, mono"size="2"> OpenGL: use OpenGL instead of DirectX. Affected libraries: - Sprite - Sprite3D - Screen - All 3D engine related libraries </font></pre> <br> <b>Linux</b> <pre><font face="Courier New, Courier, mono"size="2"> gtk2: Affected libraries: - 2D Drawing - AudioCD - Clipboard - Desktop - Drag &amp; Drop - Font - Gadget - Image - Menu - Movie - Printer - Requester - Scintilla - StatusBar - SysTray - Toolbar - Window </font></pre> <br> <b>MacOS X</b> <pre><font face="Courier New, Courier, mono"size="2"> None </font></pre> </body></html>
app/grandchallenge/evaluation/templates/evaluation/leaderboard_row.html
comic/comic-django
{% load humanize %} {% load evaluation_extras %} {% load profiles %} {% load humanize %} {% load remove_whitespace %} {% load url %} {% if object.submission.phase.evaluation_comparison_observable_url %} <div class="form-check"> <input type="checkbox" class="form-check-input position-static compareEvaluationCheckbox" title="Select for comparison" value="{{ object.pk }}"> </div> <split></split> {% endif %} {{ object.rank|ordinal }} {% if object.submission.phase.evaluation_detail_observable_url %} <input type="hidden" class="browseEvaluationPK" value="{{ object.pk }}"> {% endif %} <split></split> {{ object.submission.creator|user_profile_link }} {% if object.submission.phase.challenge.use_teams %} {% with user_teams|get_key:object.submission.creator.username as team %} {% if team %} (<a href="{{ team.1 }}">{{ team.0 }}</a>) {% endif %} {% endwith %} {% endif %} <split></split> {% if object.submission.phase.submission_kind == object.submission.phase.SubmissionKind.ALGORITHM %} <a href="{{ object.submission.algorithm_image.algorithm.get_absolute_url }}">{{ object.submission.algorithm_image.algorithm.title }}</a> <split></split> {% endif %} {{ object.submission.created|date:"j N Y" }} <split></split> {% if object.submission.phase.scoring_method_choice != object.submission.phase.ABSOLUTE %} <a href="{{ object.get_absolute_url }}"> <b>{{ object.rank_score|floatformat }}</b> </a> <split></split> {% endif %} {% with object.metrics.0|get_jsonpath:object.submission.phase.score_jsonpath as metric %} <a href="{{ object.get_absolute_url }}"> {% if object.submission.phase.scoring_method_choice == object.submission.phase.ABSOLUTE %} <b>{% endif %} {% filter remove_whitespace %} {{ metric|floatformat:object.submission.phase.score_decimal_places }} {% if object.submission.phase.score_error_jsonpath %} &nbsp;±&nbsp; {{ object.metrics.0|get_jsonpath:object.submission.phase.score_error_jsonpath|floatformat:object.submission.phase.score_decimal_places }} {% endif %} {% if object.submission.phase.scoring_method_choice != object.submission.phase.ABSOLUTE %} &nbsp;( {{ object.rank_per_metric|get_key:object.submission.phase.score_jsonpath }} ) {% endif %} {% endfilter %} {% if object.submission.phase.scoring_method_choice == object.submission.phase.ABSOLUTE %} </b>{% endif %} </a> <split></split> {% endwith %} {% for col in object.submission.phase.extra_results_columns %} {% with object.metrics.0|get_jsonpath:col.path as metric %} <a href="{{ object.get_absolute_url }}"> {% filter remove_whitespace %} {{ metric|floatformat:object.submission.phase.score_decimal_places }} {% if col.error_path %} &nbsp;±&nbsp; {{ object.metrics.0|get_jsonpath:col.error_path|floatformat:object.submission.phase.score_decimal_places }} {% endif %} {% if object.submission.phase.scoring_method_choice != object.submission.phase.ABSOLUTE %} &nbsp;( {{ object.rank_per_metric|get_key:col.path }} ) {% endif %} {% endfilter %} </a> <split></split> {% endwith %} {% endfor %} {% if object.submission.phase.display_submission_comments %} {{ object.submission.comment }} <split></split> {% endif %} {% if object.submission.phase.show_supplementary_url %} {% if object.submission.supplementary_url %} <a href="{{ object.submission.supplementary_url }}"> <i class="fas fa-link"></i> </a> {% endif %} <split></split> {% endif %} {% if object.submission.phase.show_supplementary_file_link %} {% if object.submission.supplementary_file %} <a href="{{ object.submission.supplementary_file.url }}"> <i class="fa fa-file"></i> </a> {% endif %} <split></split> {% endif %}
tools/FAKE/docs/deploy.html
Elders/Hermes
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <!-- The Deployment using FAKE parameters will be replaced with the document title extracted from the <h1> element or file name, if there is no <h1> heading --> <title>Deployment using FAKE </title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="FAKE - F# Make"> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> <script src="http://code.jquery.com/jquery-1.8.0.js"></script> <script src="http://code.jquery.com/ui/1.8.23/jquery-ui.js"></script> <script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="content/style.css" /> <script src="content/tips.js" type="text/javascript"></script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="http://fsharp.org">fsharp.org</a></li> <li><a href="https://github.com/fsharp/FAKE">github page</a></li> </ul> <h3 class="muted">FAKE - F# Make</h3> </div> <hr /> <div class="row"> <div class="span9" id="main"> <h1>Deployment using FAKE</h1> <p>This introduction assumes Fake.Deploy.exe is available in the current directory or path.</p> <h2>Introduction</h2> <p>The FAKE deployment tool allows users to deploy applications to remote computers and to run scripts on these remote agents. A typical scenario maybe as follows:</p> <ul> <li>Build an application -> run tests -> create artifacts and save on build server (Classical FAKE build workflow)</li> <li>Extract artifacts from build server and create a NuGet deployment package</li> <li>Push the NuGet package to the desired computer this will run the package's FAKE script on the remote machine</li> </ul> <h2>Installing Fake deployment services</h2> <p>In order to deploy application to a remote computer a deployment agent needs to be running on that server.</p> <p>To run an agent in a console, simply run:</p> <table class="pre"><tr><td class="lines"><pre class="fssnip"> <span class="l">1: </span> </pre> </td> <td class="snippet"><pre class="fssnip"> <span class="i">Fake</span><span class="o">.</span><span class="i">Deploy</span></pre> </td> </tr> </table> <p>To install a windows service on that agent:</p> <ul> <li>Open a command prompt with Administrator Priviledges</li> <li>Run Fake.Deploy /install</li> </ul> <p>By default the service starts a listener on port 8080. This can however be configured by editing the Fake.Deploy.exe.config file and changing</p> <table class="pre"><tr><td class="lines"><pre class="fssnip"> <span class="l">1: </span> <span class="l">2: </span> </pre> </td> <td class="snippet"><pre class="fssnip"> <span class="o">&lt;</span><span class="i">add</span> <span class="i">key</span><span class="o">=</span><span class="s">&quot;</span><span class="s">ServerName</span><span class="s">&quot;</span> <span class="i">value</span><span class="o">=</span><span class="s">&quot;</span><span class="s">localhost</span><span class="s">&quot;</span> <span class="o">/&gt;</span> <span class="o">&lt;</span><span class="i">add</span> <span class="i">key</span><span class="o">=</span><span class="s">&quot;</span><span class="s">Port</span><span class="s">&quot;</span> <span class="i">value</span><span class="o">=</span><span class="s">&quot;</span><span class="s">8080</span><span class="s">&quot;</span> <span class="o">/&gt;</span></pre> </td> </tr> </table> <p>to the desired value. If you use the asterisk as port no. then Fake.Deploy will assign the first open port behind of 8080.</p> <p>To ensure the service is running you can navigate to <a href="http://{computer}:{port}/fake/">http://{computer}:{port}/fake/</a> and you should be presented with a page giving the status if the service</p> <h2>Uninstalling Fake deployment services</h2> <p>To uninstall an agent</p> <ul> <li>Open a command prompt with Administrator Priviledges</li> <li>Run Fake.Deploy /uninstall</li> </ul> <h2>Running a FAKE Deployment Package</h2> <h2>Getting help</h2> <p>If you want to learn about Fake.Deploy's command line switches then run:</p> <table class="pre"><tr><td class="lines"><pre class="fssnip"> <span class="l">1: </span> </pre> </td> <td class="snippet"><pre class="fssnip"> <span class="i">Fake</span><span class="o">.</span><span class="i">Deploy</span> <span class="o">/</span><span class="i">help</span></pre> </td> </tr> </table> <h2>Creating a Deployment package</h2> <p>Since Fake.Deploy uses Nuget packages for deployment you only need to create one of those and include a .fsx file in the root folder of the package.</p> <p>Instructions for creating nuget packages can be found <a href="http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package">at the NuGet document page</a></p> <h2>Running deployment</h2> <p>Fake deployment packages can be run manually on the current machine or they can be pushed to an agent on a remote machine.</p> <p>To run a package on the local machine located at C:\Appdev\MyDeployment.nupkg you would run the following command:</p> <table class="pre"><tr><td class="lines"><pre class="fssnip"> <span class="l">1: </span> </pre> </td> <td class="snippet"><pre class="fssnip"> <span class="i">Fake</span><span class="o">.</span><span class="i">Deploy</span> <span class="o">/</span><span class="i">deploy</span> <span class="i">C</span><span class="o">:</span></pre> </td> </tr> </table> <p>To run the same package on a remote computer (e.g. integration-1) you can run:</p> <table class="pre"><tr><td class="lines"><pre class="fssnip"> <span class="l">1: </span> </pre> </td> <td class="snippet"><pre class="fssnip"> <span class="i">Fake</span><span class="o">.</span><span class="i">Deploy</span> <span class="o">/</span><span class="i">deployRemote</span> <span class="i">http</span><span class="o">:</span><span class="c">//integration-1:8080 C:\Appdev\MyDeployment.nupkg</span></pre> </td> </tr> </table> <p>It's also possible to just make a HTTP-POST with the package to http://integration-1:8080/fake</p> <p>This will push the directory to the given url. It is worth noting that the port may well be different, as this depends on the configuration of the listening agent (see. Installing Fake deployment service)</p> <h2>Getting information about the deployments</h2> <table class="pre"><tr><td class="lines"><pre class="fssnip"> <span class="l">1: </span> </pre> </td> <td class="snippet"><pre class="fssnip"> <span class="i">The</span> <span class="i">following</span> <span class="i">assumes</span> <span class="i">you</span> <span class="i">have</span> <span class="i">Fake</span><span class="o">.</span><span class="i">Deploy</span> <span class="i">running</span><span class="o">.</span></pre> </td> </tr> </table> <p>It's easy to get information about the deployments. Just make a HTTP request to server with:</p> <table class="pre"><tr><td class="lines"><pre class="fssnip"> <span class="l">1: </span> <span class="l">2: </span> <span class="l">3: </span> <span class="l">4: </span> </pre> </td> <td class="snippet"><pre class="fssnip"> <span class="i">fake</span><span class="o">/</span><span class="i">deployments</span><span class="o">/</span> <span class="k">-&gt;</span> <span class="i">gives</span> <span class="i">all</span> <span class="i">releases</span> <span class="i">fake</span><span class="o">/</span><span class="i">deployments</span><span class="o">?</span><span class="i">status</span><span class="o">=</span><span class="i">active</span> <span class="k">-&gt;</span> <span class="i">gives</span> <span class="i">all</span> <span class="i">active</span> <span class="i">releases</span> <span class="i">fake</span><span class="o">/</span><span class="i">deployments</span><span class="o">/</span>{<span class="i">app</span>} <span class="k">-&gt;</span> <span class="i">gives</span> <span class="i">all</span> <span class="i">releases</span> <span class="k">of</span> <span class="i">app</span> <span class="i">fake</span><span class="o">/</span><span class="i">deployments</span><span class="o">/</span>{<span class="i">app</span>}<span class="o">?</span><span class="i">status</span><span class="o">=</span><span class="i">active</span> <span class="k">-&gt;</span> <span class="i">gives</span> <span class="i">the</span> <span class="i">active</span> <span class="i">release</span> <span class="k">of</span> <span class="i">the</span> <span class="i">app</span></pre> </td> </tr> </table> <h2>Rollback of releases</h2> <p>If you want to perform a rollback of a release so do a HTTP-PUT to:</p> <table class="pre"><tr><td class="lines"><pre class="fssnip"> <span class="l">1: </span> <span class="l">2: </span> </pre> </td> <td class="snippet"><pre class="fssnip"> <span class="i">fake</span><span class="o">/</span><span class="i">deployments</span><span class="o">/</span>{<span class="i">app</span>}<span class="o">?</span><span class="i">version</span><span class="o">=</span>{<span class="i">version</span>} <span class="k">-&gt;</span> <span class="i">rolls</span> <span class="i">the</span> <span class="i">app</span> <span class="i">back</span> <span class="k">to</span> <span class="i">the</span> <span class="i">given</span> <span class="i">version</span> <span class="i">fake</span><span class="o">/</span><span class="i">deployments</span><span class="o">/</span>{<span class="i">app</span>}<span class="o">?</span><span class="i">version</span><span class="o">=</span><span class="i">HEAD</span><span class="k">~</span><span class="n">2</span> <span class="k">-&gt;</span> <span class="i">relative</span> <span class="i">rollback</span> <span class="k">of</span> <span class="i">the</span> <span class="i">app</span> (<span class="i">two</span> <span class="i">versions</span> <span class="i">earlier</span>)</pre> </td> </tr> </table> <h2>Security</h2> <p>To turn on authentication in Fake.Deploy set the configuration value for 'Authorization' to 'On' (default is 'Off') in fake.deploy.config. When you set this value to 'On' you must also set the configuration key 'AuthorizedKeysFile' to point to a file that that contains the mapping between keys and usernames.</p> <table class="pre"><tr><td class="lines"><pre class="fssnip"> <span class="l">1: </span> <span class="l">2: </span> </pre> </td> <td class="snippet"><pre class="fssnip"> <span class="o">&lt;</span><span class="i">add</span> <span class="i">key</span><span class="o">=</span><span class="s">&quot;</span><span class="s">Authorization</span><span class="s">&quot;</span> <span class="i">value</span><span class="o">=</span><span class="s">&quot;</span><span class="s">On</span><span class="s">&quot;</span> <span class="o">/&gt;</span> <span class="o">&lt;</span><span class="i">add</span> <span class="i">key</span><span class="o">=</span><span class="s">&quot;</span><span class="s">AuthorizedKeysFile</span><span class="s">&quot;</span> <span class="i">value</span><span class="o">=</span><span class="s">&quot;</span><span class="s">c</span><span class="s">:</span><span class="s">\f</span><span class="s">ake_deploy</span><span class="s">\a</span><span class="s">uthorized_keys</span><span class="s">&quot;</span> <span class="o">/&gt;</span></pre> </td> </tr> </table> <p>If you deploy from a fake buildscript you need to make a call to <code>FakeDeployAgentHelper.authenticate</code> before you perfrom any other call to the agent. <code>authenticate</code> takes 4 parameters, <code>server</code>, <code>userId</code>, <code>pathToPrivateKey</code> and the <code>password</code> for the private key</p> <h1>AuthorizedKeysFile</h1> <p>Is a rsa-pub key file where each line represents one user. ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAvjdQgaEHv11/yHvSDccRM0yW7Im/fJCXyxIa/K/iNJL1erCDO5s0uQVax0vX91hSIAjoZj0jiAkZQgcud/4HTBjqJ7jojJBuC3T2li1rNzxiCclvmujGNIkE/7hOtNyfcIyb4KxCBkL2pQePwOC6Cv2xaE6XnO1D55qC4Y3ABSAPnLEayx5ajOesEldf+E/GJC+shgRtPFzSLcoRqwc3crEu/sE51+Q6tJMJkFbkto71RSzY61NQLeBXKAJCuPej9CZj3YBX5BuM3MrLNAskj8uVzb529uulTdAv4K/WxVu0aFleSCycDQYmJ3bD1eya//lE91p+8JLFCaF3tLc8Aw== Test@Fake.org</p> <p>Each row has 3 values separated by space <em> which type of key it is, it must be 'ssh-rsa' </em> public key in base64 format (is it?) * username the key maps to.</p> <h1>How to authorize against Fake.Deploy</h1> <p>First you must perform a HTTP-GET to: fake/login/yourUserId</p> <p>From the response from this request, you take the body and base64 decode it, then you sign that value with your private key. Then you submit a HTTP-POST to /fake/login. There are 2 values you need to supply in the HTTP-POST. 1) <code>challenge</code> which should have the same base64 encoded value you received in the body of get fake/login/userId. 2) <code>signature</code> which should contain the signature you created using the <code>challenge</code> value and your private key.</p> <p>The body of the response from the HTTP-POST contains a guid, this guid should be passed in the header with the name <code>AuthToken</code>. To logout make a HTTP-GET to: fake/logout</p> <h1>How do I generate a key on Windows?</h1> <p>Get <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTYgen</a>. Run it. Make sure the key is 'SSH-2 RSA' and number of bits is (at least) 2048 Click <code>Generate</code> and follow the instructions to genereate the key. When the key is generated, change <code>Key comment</code> to be your username and set a passphrase. Then save the public key, you need to put this into Fake.Deploy's authorized keys file. To save the private key, click <code>Conversions</code> menu option and then click <code>Export OpenSSH key</code></p> <h1>Linux</h1> <p>ssh-keygen -t rsa -b 2048 -N password</p> </div> <div class="span3"> <img src="pics/logo.png" alt="FAKE - F# Make" style="width:150px;margin-left: 20px;" /> <ul class="nav nav-list" id="menu" style="margin-top: 20px;"> <li class="nav-header">FAKE - F# Make</li> <li><a href="index.html">Home page</a></li> <li class="divider"></li> <li><a href="https://nuget.org/packages/Fake">Get FAKE via NuGet</a></li> <li><a href="https://github.com/fsharp/FAKE">Source Code on GitHub</a></li> <li><a href="https://github.com/fsharp/FAKE/blob/develop/License.txt">License (MS-PL)</a></li> <li><a href="users.html">Who is using FAKE?</a></li> <li><a href="RELEASE_NOTES.html">Release Notes</a></li> <li><a href="contributing.html">Contributing to FAKE</a></li> <li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li> <li class="nav-header">Articles</li> <li><a href="gettingstarted.html">Getting started</a></li> <li class="divider"></li> <li><a href="nuget.html">NuGet package restore</a></li> <li><a href="fxcop.html">Using FxCop in a build</a></li> <li><a href="assemblyinfo.html">Generating AssemblyInfo</a></li> <li><a href="create-nuget-package.html">Create NuGet packages</a></li> <li><a href="specifictargets.html">Running specific targets</a></li> <li><a href="commandline.html">Running FAKE from command line</a></li> <li><a href="customtasks.html">Creating custom tasks</a></li> <li><a href="teamcity.html">TeamCity integration</a></li> <li><a href="canopy.html">Running canopy tests</a></li> <li><a href="octopusdeploy.html">Octopus Deploy</a></li> <li><a href="typescript.html">TypeScript support</a></li> <li class="divider"></li> <li><a href="deploy.html">Fake.Deploy</a></li> <li class="nav-header">Documentation</li> <li><a href="apidocs/index.html">API Reference</a></li> </ul> </div> </div> </div> <a href="https://github.com/fsharp/FAKE"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a> </body> </html>
backup/publication/las-04-abstraction-j/index.html
laszewski/laszewski.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academic 3.1.1"> <meta name="generator" content="Hugo 0.55.6" /> <meta name="author" content="Gregor von Laszewski"> <meta name="description" content=""> <link rel="alternate" hreflang="en-us" href="http://laszewski.github.io/publication/las-04-abstraction-j/"> <meta name="theme-color" content="#3f51b5"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha256-eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" integrity="sha256-ygkqlh3CYSUri3LhQxzdcm0n1EQvH2Y+U5S2idbLtxs=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" crossorigin="anonymous"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400italic,700|Roboto+Mono"> <link rel="stylesheet" href="/styles.css"> <link rel="alternate" href="http://laszewski.github.io/index.xml" type="application/rss+xml" title="Gregor von Laszewski"> <link rel="feed" href="http://laszewski.github.io/index.xml" type="application/rss+xml" title="Gregor von Laszewski"> <link rel="manifest" href="/site.webmanifest"> <link rel="icon" type="image/png" href="/img/icon.png"> <link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png"> <link rel="canonical" href="http://laszewski.github.io/publication/las-04-abstraction-j/"> <meta property="twitter:card" content="summary_large_image"> <meta property="og:site_name" content="Gregor von Laszewski"> <meta property="og:url" content="http://laszewski.github.io/publication/las-04-abstraction-j/"> <meta property="og:title" content="An Abstraction Model for a Grid Execution Framework | Gregor von Laszewski"> <meta property="og:description" content=""> <meta property="og:image" content="http://laszewski.github.io/img/icon-192.png"> <meta property="og:locale" content="en-us"> <meta property="article:published_time" content="2020-02-07T14:39:09&#43;00:00"> <meta property="article:modified_time" content="2006-01-01T00:00:00&#43;00:00"> <title>An Abstraction Model for a Grid Execution Framework | Gregor von Laszewski</title> </head> <body id="top" data-spy="scroll" data-target="#TableOfContents" data-offset="71" > <aside class="search-results" id="search"> <div class="container"> <section class="search-header fixed-top"> <div class="row no-gutters justify-content-between mb-3"> <div class="col-6"> <h1>Search</h1> </div> <div class="col-6 col-search-close"> <a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a> </div> </div> <div id="search-box"> <input name="q" id="search-query" placeholder="Search..." autocapitalize="off" autocomplete="off" autocorrect="off" role="textbox" spellcheck="false" type="search"> </div> </section> <section class="section-search-results"> <div id="search-hits"> </div> </section> </div> </aside> <nav class="navbar navbar-light fixed-top navbar-expand-lg py-0" id="navbar-main"> <div class="container"> <a class="navbar-brand" href="/">Gregor von Laszewski</a> <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> <span><i class="fas fa-bars"></i></span> </button> <div class="collapse navbar-collapse" id="navbar"> <ul class="navbar-nav ml-auto"> <li class="nav-item"> <a class="nav-link" href="/#about"> <span>Home</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/publication"> <span>Publications</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/#projects"> <span>Projects</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/#books"> <span>Books</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/#proceedings"> <span>Proceedings</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/#history"> <span>History</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/post/shuttle"> <span>Free Shuttle</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/#contact"> <span>Contact</span> </a> </li> <li class="nav-item"> <a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a> </li> </ul> </div> </div> </nav> <div class="pub" itemscope itemtype="http://schema.org/CreativeWork"> <div class="article-container pt-3"> <h1 itemprop="name">An Abstraction Model for a Grid Execution Framework</h1> <div class="article-metadata"> <div> <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">Kaizar Amin</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">Gregor von Laszewski</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">Rashid Al Ali</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">Omer Rana</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">David Walker</span> </span> </div> <span class="article-date"> <meta content="2006-01-01 00:00:00 &#43;0000 UTC" itemprop="datePublished"> <time datetime="2006-01-01 00:00:00 &#43;0000 UTC" itemprop="dateModified"> Jan 1, 2006 </time> </span> <span itemscope itemprop="publisher" itemtype="http://schema.org/Person"> <meta itemprop="name" content="Gregor von Laszewski"> </span> <div class="share-box" aria-hidden="true"> <ul class="share"> <li> <a class="twitter" href="https://twitter.com/intent/tweet?text=An%20Abstraction%20Model%20for%20a%20Grid%20Execution%20Framework&amp;url=http%3a%2f%2flaszewski.github.io%2fpublication%2flas-04-abstraction-j%2f" target="_blank" rel="noopener"> <i class="fab fa-twitter"></i> </a> </li> <li> <a class="facebook" href="https://www.facebook.com/sharer.php?u=http%3a%2f%2flaszewski.github.io%2fpublication%2flas-04-abstraction-j%2f" target="_blank" rel="noopener"> <i class="fab fa-facebook-f"></i> </a> </li> <li> <a class="linkedin" href="https://www.linkedin.com/shareArticle?mini=true&amp;url=http%3a%2f%2flaszewski.github.io%2fpublication%2flas-04-abstraction-j%2f&amp;title=An%20Abstraction%20Model%20for%20a%20Grid%20Execution%20Framework" target="_blank" rel="noopener"> <i class="fab fa-linkedin-in"></i> </a> </li> <li> <a class="weibo" href="http://service.weibo.com/share/share.php?url=http%3a%2f%2flaszewski.github.io%2fpublication%2flas-04-abstraction-j%2f&amp;title=An%20Abstraction%20Model%20for%20a%20Grid%20Execution%20Framework" target="_blank" rel="noopener"> <i class="fab fa-weibo"></i> </a> </li> <li> <a class="email" href="mailto:?subject=An%20Abstraction%20Model%20for%20a%20Grid%20Execution%20Framework&amp;body=http%3a%2f%2flaszewski.github.io%2fpublication%2flas-04-abstraction-j%2f"> <i class="fas fa-envelope"></i> </a> </li> </ul> </div> </div> <div class="btn-links mb-3"> <a class="btn btn-outline-primary my-1 mr-1" href="https://laszewski.github.io/papers/vonLaszewski-abstraction-jsa.pdf" target="_blank" rel="noopener"> PDF </a> <button type="button" class="btn btn-outline-primary my-1 mr-1 js-cite-modal" data-filename="/publication/las-04-abstraction-j/cite.bib"> Cite </button> <a class="btn btn-outline-primary my-1 mr-1" href="https://doi.org/10.1016/j.sysarc.2004.10.007" target="_blank" rel="noopener"> DOI </a> </div> </div> <div class="article-container"> <div class="row"> <div class="col-md-1"></div> <div class="col-md-10"> <div class="row"> <div class="col-12 col-md-3 pub-row-heading">Type</div> <div class="col-12 col-md-9"> <a href="/publication/#2"> Journal article </a> </div> </div> </div> <div class="col-md-1"></div> </div> <div class="d-md-none space-below"></div> <div class="row"> <div class="col-md-1"></div> <div class="col-md-10"> <div class="row"> <div class="col-12 col-md-3 pub-row-heading">Publication</div> <div class="col-12 col-md-9"><em>Euromicro Journal of Systems Architecture</em></div> </div> </div> <div class="col-md-1"></div> </div> <div class="d-md-none space-below"></div> <div class="row"> <div class="col-md-1"></div> <div class="col-md-10"> <div class="row"> <div class="col-12 col-md-3 pub-row-heading">Date</div> <div class="col-12 col-md-9" itemprop="datePublished"> January, 2006 </div> </div> </div> <div class="col-md-1"></div> </div> <div class="d-sm-none space-below"></div> <div class="space-below"></div> <div class="article-style"></div> </div> </div> <div class="container"> <footer class="site-footer"> <p class="powered-by"> &copy; Gregor von Laszewski, 2018-2020 &middot; <span class="float-right" aria-hidden="true"> <a href="#" id="back_to_top"> <span class="button_icon"> <i class="fas fa-chevron-up fa-2x"></i> </span> </a> </span> </p> </footer> </div> <div id="modal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Cite</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <pre><code class="tex hljs"></code></pre> </div> <div class="modal-footer"> <a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank"> <i class="fas fa-copy"></i> Copy </a> <a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank"> <i class="fas fa-download"></i> Download </a> <div id="modal-error"></div> </div> </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.3/imagesloaded.pkgd.min.js" integrity="sha512-umsR78NN0D23AzgoZ11K7raBD+R6hqKojyBZs1w8WvYlsI+QuKRGBx3LFCwhatzBunCjDuJpDHwxD13sLMbpRA==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha256-VsEqElsCHSGmnmHXGQzvoWjWwoznFSZc6hs7ARLRacQ=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" integrity="sha256-X5PoE3KU5l+JcX+w09p/wHl9AzK333C4hJ2I9S5mD4M=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" integrity="sha256-/BfiIkHlHoVihZdc6TFuj7MmJ0TWcWsMXkeDFwhi0zw=" crossorigin="anonymous"></script> <script>hljs.initHighlightingOnLoad();</script> <script> const search_index_filename = "/index.json"; const i18n = { 'placeholder': "Search...", 'results': "results found", 'no_results': "No results found" }; const content_type = { 'post': "Posts", 'project': "Projects", 'publication' : "Publications", 'talk' : "Talks" }; </script> <script id="search-hit-fuse-template" type="text/x-template"> <div class="search-hit" id="summary-{{key}}"> <div class="search-hit-content"> <div class="search-hit-name"> <a href="{{relpermalink}}">{{title}}</a> <div class="article-metadata search-hit-type">{{type}}</div> <p class="search-hit-description">{{snippet}}</p> </div> </div> </div> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script> <script src="/js/academic.min.14cafafda844d960749b7551524d1c3a.js"></script> </body> </html>
lib/lucene-6.0.1/docs/replicator/org/apache/lucene/replicator/class-use/ReplicationClient.html
YorkUIRLab/irlab
<!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_77) on Mon May 23 19:37:20 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.apache.lucene.replicator.ReplicationClient (Lucene 6.0.1 API)</title> <meta name="date" content="2016-05-23"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.lucene.replicator.ReplicationClient (Lucene 6.0.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/lucene/replicator/ReplicationClient.html" title="class in org.apache.lucene.replicator">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/lucene/replicator/class-use/ReplicationClient.html" target="_top">Frames</a></li> <li><a href="ReplicationClient.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.lucene.replicator.ReplicationClient" class="title">Uses of Class<br>org.apache.lucene.replicator.ReplicationClient</h2> </div> <div class="classUseContainer">No usage of org.apache.lucene.replicator.ReplicationClient</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/lucene/replicator/ReplicationClient.html" title="class in org.apache.lucene.replicator">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/lucene/replicator/class-use/ReplicationClient.html" target="_top">Frames</a></li> <li><a href="ReplicationClient.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2016 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
datavecdoc/org/datavec/spark/transform/analysis/string/package-tree.html
YeewenTan/YeewenTan.github.io
<!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_73) on Mon Sep 19 13:17:59 PDT 2016 --> <title>org.datavec.spark.transform.analysis.string Class Hierarchy</title> <meta name="date" content="2016-09-19"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.datavec.spark.transform.analysis.string Class Hierarchy"; } } 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">Tree</li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/datavec/spark/transform/analysis/seqlength/package-tree.html">Prev</a></li> <li><a href="../../../../../../org/datavec/spark/transform/filter/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/datavec/spark/transform/analysis/string/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package org.datavec.spark.transform.analysis.string</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">org.datavec.spark.transform.analysis.string.<a href="../../../../../../org/datavec/spark/transform/analysis/string/StringAnalysisCounter.html" title="class in org.datavec.spark.transform.analysis.string"><span class="typeNameLink">StringAnalysisCounter</span></a> (implements org.datavec.spark.transform.analysis.<a href="../../../../../../org/datavec/spark/transform/analysis/AnalysisCounter.html" title="interface in org.datavec.spark.transform.analysis">AnalysisCounter</a>&lt;T&gt;)</li> <li type="circle">org.datavec.spark.transform.analysis.string.<a href="../../../../../../org/datavec/spark/transform/analysis/string/StringAnalysisMergeFunction.html" title="class in org.datavec.spark.transform.analysis.string"><span class="typeNameLink">StringAnalysisMergeFunction</span></a> (implements org.apache.spark.api.java.function.Function2&lt;T1,T2,R&gt;)</li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/datavec/spark/transform/analysis/seqlength/package-tree.html">Prev</a></li> <li><a href="../../../../../../org/datavec/spark/transform/filter/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/datavec/spark/transform/analysis/string/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
4.00.00dev/a02374.html
stweil/tesseract-ocr.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>tesseract: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </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">tesseract &#160;<span id="projectnumber">4.00.00dev</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </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('a02377.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">tesseract::ChoiceIterator Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="a02377.html">tesseract::ChoiceIterator</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="a02377.html#a47a2f2fdad78720b4c1a0ccf09e802c1">ChoiceIterator</a>(const LTRResultIterator &amp;result_it)</td><td class="entry"><a class="el" href="a02377.html">tesseract::ChoiceIterator</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr> <tr><td class="entry"><a class="el" href="a02377.html#ae36a0f152f0755df2c0af377fe639094">Confidence</a>() const</td><td class="entry"><a class="el" href="a02377.html">tesseract::ChoiceIterator</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02377.html#a20e1745221e932cda71d5b8994aee2eb">GetUTF8Text</a>() const</td><td class="entry"><a class="el" href="a02377.html">tesseract::ChoiceIterator</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="a02377.html#a1038c9116c30e5dc1c85fa2e93d45259">Next</a>()</td><td class="entry"><a class="el" href="a02377.html">tesseract::ChoiceIterator</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="a02377.html#a67e30da1e05da880234e347787181898">~ChoiceIterator</a>()</td><td class="entry"><a class="el" href="a02377.html">tesseract::ChoiceIterator</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">Generated on Sat May 20 2017 22:15:29 for tesseract by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
doc/dokka/biomedicus-core/edu.umn.biomedicus.sh/-alcohol-method/start-index.html
NLPIE/BioMedICUS
<HTML> <HEAD> <meta charset="UTF-8"> <title>AlcoholMethod.startIndex - biomedicus-core</title> <link rel="stylesheet" href="../../../style.css"> </HEAD> <BODY> <a href="../../index.html">biomedicus-core</a>&nbsp;/&nbsp;<a href="../index.html">edu.umn.biomedicus.sh</a>&nbsp;/&nbsp;<a href="index.html">AlcoholMethod</a>&nbsp;/&nbsp;<a href="./start-index.html">startIndex</a><br/> <br/> <h1>startIndex</h1> <a name="edu.umn.biomedicus.sh.AlcoholMethod$startIndex"></a> <code><span class="keyword">val </span><span class="identifier">startIndex</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code> </BODY> </HTML>
src/main/webapp/static/js/star-rating/index.html
jacket1341214/Mywebsite
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"/> <title>jquery星级评分插件star-rating.js下载地址 - 我爱模板网www.5imoban.net</title> <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet"> <script src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js"></script> <link href="css/star-rating.css" media="all" rel="stylesheet" type="text/css"/> <script src="js/star-rating.js" type="text/javascript"></script> <body> <div id="main_demo"> <div class="container"> <form> <input id="input-2b" type="number" class="rating" min="0" max="5" step="0.5" data-size="xl" data-symbol="&#xe005;" data-default-caption="{rating} hearts" data-star-captions="{}"> <br> <input id="input-21a" value="0" type="number" class="rating" min=0 max=5 step=0.5 data-size="xl" > <br> <input id="input-21b" value="4" type="number" class="rating" min=0 max=5 step=0.2 data-size="lg"> <br> <input id="input-21c" value="0" type="number" class="rating" min=0 max=8 step=0.5 data-size="xl" data-stars="8"> <br> <input id="input-21d" value="2" type="number" class="rating" min=0 max=5 step=0.5 data-size="sm"> <br> <input id="input-21e" value="0" type="number" class="rating" min=0 max=5 step=0.5 data-size="xs" > <br> <input id="input-21f" value="0" type="number" class="rating" min=0 max=5 step=0.5 data-size="md" > <br> <input id="input-2ba" type="number" class="rating" min="0" max="5" step="0.5" data-stars=5 data-symbol="&#xe005;" data-default-caption="{rating} hearts" data-star-captions="{}"> <br> <input id="input-22" value="0" type="number" class="rating" min=0 max=5 step=0.5 data-rtl=1 data-container-class='' data-glyphicon=0> <div class="clearfix"></div> <div class="form-group"> <button type="submit" class="btn btn-primary">Submit</button> <button type="reset" class="btn btn-default">Reset</button> </div> </form> </div> <script> jQuery(document).ready(function () { $(".rating-kv").rating(); }); </script> </div> <div style="text-align:center;margin:50px 0; font:normal 14px/24px 'MicroSoft YaHei';"> <p>来源:<a href="http://www.5imoban.net/" target="_blank">模板网</a></p> </div> </body> </html>
modules/playground/src/material/radio/demo_app.html
zolfer/angular
<style> md-radio-button { max-width: 200px; } </style> <div> <h2>Radio buttons</h2> <h3>Inside of a radiogroup</h3> <md-radio-group #scifi (change)="onGroupChange()" id="scifi-group"> <md-radio-button value="star-wars">Star Wars</md-radio-button> <md-radio-button value="star-trek" id="special-radio">Star Trek</md-radio-button> <md-radio-button value="bsg" disabled>Battlestar Galactica</md-radio-button> <md-radio-button [value]="thirdValue">Dr. Who</md-radio-button> </md-radio-group> <p>Your selection: {{scifi.value}}</p> <p>radio group value change count: {{groupValueChangeCount}}</p> <hr> <h3>Standalone</h3> <md-radio-button name="element" (click)="onIndividualClick()">Earth</md-radio-button> <md-radio-button name="element" (click)="onIndividualClick()">Fire</md-radio-button> <md-radio-button name="element" (click)="onIndividualClick()" disabled>Wind (disabled)</md-radio-button> <md-radio-button name="element" (click)="onIndividualClick()">Heart</md-radio-button> <p>individual radio value change count: {{individualValueChanges}}</p> <hr> <h3>Disabled radio group</h3> <p>Chosen: {{pokemon}}</p> <md-radio-group disabled [value]="pokemon"> <md-radio-button value="fire">Charmander</md-radio-button> <md-radio-button value="leaf">Bulbasaur</md-radio-button> <md-radio-button value="water">Squirtle</md-radio-button> </md-radio-group> <button type="button" (click)="chooseCharmander()">Choose Charmander</button> </div>
thirdparty/source/asio-1.11.0/doc/asio/reference/ip__multicast__enable_loopback.html
letitvi/VideoGridPlayer
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>ip::multicast::enable_loopback</title> <link rel="stylesheet" href="../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../index.html" title="Asio"> <link rel="up" href="../reference.html" title="Reference"> <link rel="prev" href="ip__icmp/v6.html" title="ip::icmp::v6"> <link rel="next" href="ip__multicast__hops.html" title="ip::multicast::hops"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="ip__icmp/v6.html"><img src="../../prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../home.png" alt="Home"></a><a accesskey="n" href="ip__multicast__hops.html"><img src="../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="asio.reference.ip__multicast__enable_loopback"></a><a class="link" href="ip__multicast__enable_loopback.html" title="ip::multicast::enable_loopback">ip::multicast::enable_loopback</a> </h3></div></div></div> <p> <a class="indexterm" name="idp174936064"></a> Socket option determining whether outgoing multicast packets will be received on the same socket if it is a member of the multicast group. </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">enable_loopback</span><span class="special">;</span> </pre> <p> Implements the IPPROTO_IP/IP_MULTICAST_LOOP socket option. </p> <h5> <a name="asio.reference.ip__multicast__enable_loopback.h0"></a> <span><a name="asio.reference.ip__multicast__enable_loopback.examples"></a></span><a class="link" href="ip__multicast__enable_loopback.html#asio.reference.ip__multicast__enable_loopback.examples">Examples</a> </h5> <p> Setting the option: </p> <pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">udp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span> <span class="special">...</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">multicast</span><span class="special">::</span><span class="identifier">enable_loopback</span> <span class="identifier">option</span><span class="special">(</span><span class="keyword">true</span><span class="special">);</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">set_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span> </pre> <p> Getting the current option value: </p> <pre class="programlisting"><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">udp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span> <span class="special">...</span> <span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">multicast</span><span class="special">::</span><span class="identifier">enable_loopback</span> <span class="identifier">option</span><span class="special">;</span> <span class="identifier">socket</span><span class="special">.</span><span class="identifier">get_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span> <span class="keyword">bool</span> <span class="identifier">is_set</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span> </pre> <h5> <a name="asio.reference.ip__multicast__enable_loopback.h1"></a> <span><a name="asio.reference.ip__multicast__enable_loopback.requirements"></a></span><a class="link" href="ip__multicast__enable_loopback.html#asio.reference.ip__multicast__enable_loopback.requirements">Requirements</a> </h5> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">asio/ip/multicast.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="ip__icmp/v6.html"><img src="../../prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../home.png" alt="Home"></a><a accesskey="n" href="ip__multicast__hops.html"><img src="../../next.png" alt="Next"></a> </div> </body> </html>
programacao-web-2/tasks/luiz-devide/gulp/index.html
stehleao/dctb-utfpr
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Exemplo do Gulp</title> <link rel="stylesheet" href="./css/dist/style.css"> <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Indie+Flower|Montserrat" rel="stylesheet"> <script src="./js/dist/script.js" type="text/javascript"></script> </head> <body> <header> <div id="nome"> <h1>Luiz Guilherme Devide</h1> </div> <div id="foto"> <img id="foto-perfil" src="img.jpg"> </div> </header> <div class="slideshow-container"> <div class="mySlides fade"> <img src="programador.jpg" > </div> <div class="mySlides fade"> <img src="img-web.jpg" style="width:100%"> </div> </div> <br> <div style="text-align:center"> <span class="dot" onclick="currentSlide(1)"></span> <span class="dot" onclick="currentSlide(2)"></span> </div> <section> <div id="about-me"> <h2>Email: luizs.2014@alunos.utfpr.edu.br</h2> <h2>Áreas de Interesses: Desenvolvimento Web, desenvolvimento Mobile e segurança</h2> <h2>Tecnologias</h2> <h3> <ul> <li>Java</li> <li>C</li> <li>HTML5</li> <li>CSS3</li> <li>MySql</li> <li>Unity</li> <li>Android Studio</li> </ul> <h3> <h2>Formações</h2> <h3> <ul> <li>Cursando o setimo periodo de Engenharia de Software pela UTFPR-CP</li> <li>Diploma de ingles avançado</li> </ul> </h3> </div> </section> </body> </html>
doc/com/hourglassapps/threading/SkipTemplate.html
kieranjwhite/CPI-II
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Sun Apr 26 23:21:41 IST 2015 --> <title>SkipTemplate</title> <meta name="date" content="2015-04-26"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="SkipTemplate"; } //--> </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="class-use/SkipTemplate.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/hourglassapps/threading/RandomTemplate.html" title="class in com.hourglassapps.threading"><span class="strong">Prev Class</span></a></li> <li><a href="../../../com/hourglassapps/threading/ThreadFunction.html" title="interface in com.hourglassapps.threading"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/hourglassapps/threading/SkipTemplate.html" target="_top">Frames</a></li> <li><a href="SkipTemplate.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.hourglassapps.threading</div> <h2 title="Class SkipTemplate" class="title">Class SkipTemplate&lt;T&gt;</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.hourglassapps.threading.SkipTemplate&lt;T&gt;</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../com/hourglassapps/threading/FilterTemplate.html" title="interface in com.hourglassapps.threading">FilterTemplate</a>&lt;T&gt;, <a href="../../../com/hourglassapps/util/Converter.html" title="interface in com.hourglassapps.util">Converter</a>&lt;T,<a href="../../../com/hourglassapps/threading/ThreadFunction.html" title="interface in com.hourglassapps.threading">ThreadFunction</a>&gt;</dd> </dl> <hr> <br> <pre>public class <span class="strong">SkipTemplate&lt;T&gt;</span> extends java.lang.Object implements <a href="../../../com/hourglassapps/threading/FilterTemplate.html" title="interface in com.hourglassapps.threading">FilterTemplate</a>&lt;T&gt;</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../com/hourglassapps/threading/SkipTemplate.html#SkipTemplate(int,%20int)">SkipTemplate</a></strong>(int&nbsp;pNumThreads, int&nbsp;pNumToSkip)</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/hourglassapps/threading/ThreadFunction.html" title="interface in com.hourglassapps.threading">ThreadFunction</a></code></td> <td class="colLast"><code><strong><a href="../../../com/hourglassapps/threading/SkipTemplate.html#convert(T)">convert</a></strong>(<a href="../../../com/hourglassapps/threading/SkipTemplate.html" title="type parameter in SkipTemplate">T</a>&nbsp;pIn)</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="SkipTemplate(int, int)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SkipTemplate</h4> <pre>public&nbsp;SkipTemplate(int&nbsp;pNumThreads, int&nbsp;pNumToSkip)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="convert(java.lang.Object)"> <!-- --> </a><a name="convert(T)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>convert</h4> <pre>public&nbsp;<a href="../../../com/hourglassapps/threading/ThreadFunction.html" title="interface in com.hourglassapps.threading">ThreadFunction</a>&nbsp;convert(<a href="../../../com/hourglassapps/threading/SkipTemplate.html" title="type parameter in SkipTemplate">T</a>&nbsp;pIn)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../com/hourglassapps/util/Converter.html#convert(I)">convert</a></code>&nbsp;in interface&nbsp;<code><a href="../../../com/hourglassapps/util/Converter.html" title="interface in com.hourglassapps.util">Converter</a>&lt;<a href="../../../com/hourglassapps/threading/SkipTemplate.html" title="type parameter in SkipTemplate">T</a>,<a href="../../../com/hourglassapps/threading/ThreadFunction.html" title="interface in com.hourglassapps.threading">ThreadFunction</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="class-use/SkipTemplate.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/hourglassapps/threading/RandomTemplate.html" title="class in com.hourglassapps.threading"><span class="strong">Prev Class</span></a></li> <li><a href="../../../com/hourglassapps/threading/ThreadFunction.html" title="interface in com.hourglassapps.threading"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/hourglassapps/threading/SkipTemplate.html" target="_top">Frames</a></li> <li><a href="SkipTemplate.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>
demos/generator/index.html
tjpalmer/blockly
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Blockly Demo: Generating JavaScript</title> <script type="text/javascript" src="../../blockly_compressed.js"></script> <script type="text/javascript" src="../../en_compressed.js"></script> <script type="text/javascript" src="../../javascript_compressed.js"></script> <style> body { background-color: #fff; font-family: sans-serif; } h1 { font-weight: normal; font-size: 140%; } </style> </head> <body> <h1><a href="http://blockly.googlecode.com/">Blockly</a> &gt; <a href="../index.html">Demos</a> &gt; Generating JavaScript</h1> <p>This is a simple demo of generating code from blocks.</p> <p>&rarr; More info on <a href="http://code.google.com/p/blockly/wiki/LanguageGenerators">Language Generators</a>...</p> <p> <button onclick="showCode()">Show JavaScript</button> <button onclick="runCode()">Run JavaScript</button> </p> <div id="blocklyDiv" style="height: 480px; width: 600px;"></div> <xml id="toolbox" style="display: none"> <category name="Control"> <block type="controls_if"></block> <block type="controls_repeat_ext"> <value name="TIMES"> <block type="math_number"> <title name="NUM">10</title> </block> </value> </block> <block type="controls_whileUntil"></block> </category> <category name="Logic"> <block type="logic_compare"></block> <block type="logic_operation"></block> <block type="logic_negate"></block> <block type="logic_boolean"></block> </category> <category name="Math"> <block type="math_number"></block> <block type="math_arithmetic"></block> <block type="math_single"></block> </category> <category name="Text"> <block type="text"></block> <block type="text_length"></block> <block type="text_print"></block> </category> </xml> <script> Blockly.inject(document.getElementById('blocklyDiv'), {path: '../../', toolbox: document.getElementById('toolbox')}); function showCode() { // Generate JavaScript code and display it. Blockly.JavaScript.INFINITE_LOOP_TRAP = null; var code = Blockly.Generator.workspaceToCode('JavaScript'); alert(code); } function runCode() { // Generate JavaScript code and run it. window.LoopTrap = 1000; Blockly.JavaScript.INFINITE_LOOP_TRAP = 'if (--window.LoopTrap == 0) throw "Infinite loop.";\n'; var code = Blockly.Generator.workspaceToCode('JavaScript'); Blockly.JavaScript.INFINITE_LOOP_TRAP = null; try { eval(code); } catch (e) { alert(e); } } </script> </body> </html>
index.html
henrikosterman/testsite
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Grayscale - Start Bootstrap Theme</title> <!-- Bootstrap Core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <!-- Theme CSS --> <link href="css/grayscale.min.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top"> <!-- Navigation --> <nav class="navbar navbar-custom navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse"> Menu <i class="fa fa-bars"></i> </button> <a class="navbar-brand page-scroll" href="#page-top"> <i class="fa fa-play-circle"></i> <span class="light">Stall</span> Sollenkroka </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse navbar-right navbar-main-collapse"> <ul class="nav navbar-nav"> <!-- Hidden li included to remove active class from about link when scrolled up past about section --> <li class="hidden"> <a href="#page-top"></a> </li> <li> <a class="page-scroll" href="#about">Om</a> </li> <li> <a class="page-scroll" href="#download">Hitta hit</a> </li> <li> <a class="page-scroll" href="#contact">Kontakt</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Intro Header --> <header class="intro"> <div class="intro-body"> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h1 class="brand-heading">Grayscale</h1> <p class="intro-text">A free, responsive, one page Bootstrap theme. <br>Created by Start Bootstrap.</p> <a href="#about" class="btn btn-circle page-scroll"> <i class="fa fa-angle-double-down animated"></i> </a> </div> </div> </div> </div> </header> <!-- About Section --> <section id="about" class="container content-section text-center"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <h2>About Grayscale</h2> <p>Grayscale is a free Bootstrap 3 theme created by Start Bootstrap. It can be yours right now, simply download the template on <a href="http://startbootstrap.com/template-overviews/grayscale/">the preview page</a>. The theme is open source, and you can use it for any purpose, personal or commercial.</p> <p>This theme features stock photos by <a href="http://gratisography.com/">Gratisography</a> along with a custom Google Maps skin courtesy of <a href="http://snazzymaps.com/">Snazzy Maps</a>.</p> <p>Grayscale includes full HTML, CSS, and custom JavaScript files along with LESS files for easy customization.</p> </div> </div> </section> <!-- Download Section --> <section id="download" class="content-section text-center"> <div class="download-section"> <div class="container"> <div class="col-lg-8 col-lg-offset-2"> <h2>Download Grayscale</h2> <p>You can download Grayscale for free on the preview page at Start Bootstrap.</p> <a href="http://startbootstrap.com/template-overviews/grayscale/" class="btn btn-default btn-lg">Visit Download Page</a> </div> </div> </div> </section> <!-- Contact Section --> <section id="contact" class="container content-section text-center"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <h2>Contact Start Bootstrap</h2> <p>Feel free to email us to provide some feedback on our templates, give us suggestions for new templates and themes, or to just say hello!</p> <p><a href="mailto:feedback@startbootstrap.com">feedback@startbootstrap.com</a> </p> <ul class="list-inline banner-social-buttons"> <li> <a href="https://twitter.com/SBootstrap" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a> </li> <li> <a href="https://github.com/IronSummitMedia/startbootstrap" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a> </li> <li> <a href="https://plus.google.com/+Startbootstrap/posts" class="btn btn-default btn-lg"><i class="fa fa-google-plus fa-fw"></i> <span class="network-name">Google+</span></a> </li> </ul> </div> </div> </section> <!-- Map Section --> <div id="map"></div> <!-- Footer --> <footer> <div class="container text-center"> <p>Copyright &copy; Your Website 2016</p> </div> </footer> <!-- jQuery --> <script src="vendor/jquery/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ --> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script> <!-- Theme JavaScript --> <script src="js/grayscale.min.js"></script> </body> </html>
src/main/resources/static/learn/base.html
vontell/qstudio
<!-- START LIST OF LESSONS --> <md-content id="lesson-list"> <md-list flex> <md-subheader class="md-no-sticky">Quantum Algorithms</md-subheader> <md-list-item class="md-3-line" ng-repeat="lesson in lessons" ng-click="showLesson($index)"> <div class="md-avatar lesson-num" alt="" style="background: {{ getBackground($index); }}">{{$index}}</div> <div class="md-list-item-text" layout="column"> <h3>{{lesson.name}}</h3> <h4>Lesson {{$index}}</h4> <p>{{ lesson.description }}</p> </div> </md-list-item> <md-divider ></md-divider> </md-list> </md-content> <!-- / END LIST OF LESSONS -->
mvideo_captain/trigger_pick-up/отказ перекупщик.html
wim-agency/wim-agency.github.io
<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!--[if !mso]><!--> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!--<![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <style type="text/css"> .ExternalClass {width:100%;} .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div { line-height: 100%; } body {-webkit-text-size-adjust:none; -ms-text-size-adjust:none;} body {margin:0; padding:0;} table td {border-collapse:collapse;} p {margin:0; padding:0; margin-bottom:0;} h1, h2, h3, h4, h5, h6 { color: black; line-height: 100%; } a, a:link { color:#0070cc; text-decoration: none; } body, #body_style { background:#f5f5f5; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; } span.yshortcuts { color:#000; background-color:none; border:none;} span.yshortcuts:hover, span.yshortcuts:active, span.yshortcuts:focus {color:#000; background-color:none; border:none;} a:visited { color: #3c96e2; text-decoration: none} a:focus { color: #3c96e2; text-decoration: underline} a:hover { color: #3c96e2; text-decoration: underline} @media only screen and (max-device-width: 480px) { body[yahoo] #container1 {display:block !important} body[yahoo] p {font-size: 10px} } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body[yahoo] #container1 {display:block !important} body[yahoo] p {font-size: 12px} } @media only screen and (max-width: 640px), only screen and (max-device-width: 640px) { div[class=hide-menu], td[class=hide-menu] { height: 0 !important; max-height: 0 !important; display: none !important; visibility: hidden !important; } } @media only screen and (max-width: 600px), only screen and (max-device-width: 600px) { table[class=full-width], img[class=full-width], td[class=full-width], div[class=full-width] { width:100% !important; height:auto !important; } td[class=alignCenter] { text-align: center !important; } td[class=leftPadding] { width: 25px !important; } td[class=width-none] { width: 0 !important; } } @media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { div[class=w480-full] { width:100% !important; height:auto !important; } } @media only screen and (min-device-width: 640px) and (max-device-width: 640px) { table[class=w640-full] { width:100% !important; height:auto !important; } } .gmailfix { display:none; display:none!important; } .preheader {display:none !important; visibility:hidden; opacity:0; color:transparent; height:0; width:0;} </style> </head> <body style="color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#ffffff; " alink="#FF0000" link="#FF0000" bgcolor="#f5f5f5" text="#000000" yahoo="fix"> <table bgcolor="#f5f5f5" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td bgcolor="#f5f5f5" align="center" width="640" style="width: 640px;"> <table bgcolor="#ffffff" width="640" cellspacing="0" cellpadding="0" style="width: 640px; min-width: 640px;"> <tbody> <tr> <td align="center"> <table align="center" width="94%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="padding-top: 14px; font-size: 1px; line-height: 1px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#ffffff; text-align: center;"> Успейте купить ещё выгоднее. </td> </tr> <!--<tr> <td style="padding-bottom: 4px; font-size: 0; line-height: 0;"> <img style="display: block; border:none; width: 100% !important; max-width: 600px !important; height: auto !important; max-height: 15px !important;" src="top-shadow-img.gif" alt=""/> </td> </tr>--> <tr> <td align="center" style="padding-bottom: 18px; font-size: 24px; line-height: 28px; font-family: Arial, Helvetica, sans-serif; color: #000000; text-align: center;"> <a href="http://www.mvideo.ru?reff=Action_mail_email_a_transactional_pickup_a_head_logo&utm_source=Action_mail&utm_medium=email&utm_campaign=a_transactional_pickup&utm_content=a_head_logo" target="_blank"><img width="110" height="64" title="Перейти на сайт М.Видео" alt="Перейти на сайт М.Видео" src="logo.gif" style=" width: 110px; height: 64px; vertical-align: top; border:none;"></a> </td> </tr> <tr> <td style="color: #333333; font-size: 31px; font-weight: bold; padding-bottom: 30px; font-family: Arial, Helvetica, sans-serif; line-height: 34px; text-align: center;">{{ $fio }}, Ваш заказ отменён</td> </tr> <tr> <td style="color: #000000; padding-bottom: 20px; font-size: 14px; line-height: 20px; font-family: Arial, Helvetica, sans-serif;"> К сожалению, Ваш заказ {{ $order_id }} попал в категорию оптовых и был отменен.<br/> Рекомендуем <a href="http://www.mvideo.ru/mvideo-biznes?reff=Action_mail_email_a_transactional_pickup_a_txt_lnk_order&utm_source=Action_mail&utm_medium=email&utm_campaign=a_transactional_pickup&utm_content=a_txt_lnk_order">оформить заказ</a> на сайте как юридическое лицо.<br/> Если Ваш заказ по ошибке попал в категорию оптовых, то напишите нам на <a href="mailto:corporate@mvideo.ru">corporate@mvideo.ru</a> </td> </tr> <tr> <td style="border-top-width: 1px; border-top-style: solid; border-top-color: #9A9A9A; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #EEEEEE;"></td> </tr> <tr> <td style="color: #000000; font-weight: normal; padding-top: 20px; padding-bottom: 20px; font-size: 18px; line-height: 24px; font-family: Arial, Helvetica, sans-serif; text-align: center;"> <strong>Всегда в &laquo;М.Видео&raquo;:</strong> </td> </tr> <tr> <td align="center" style="padding-bottom: 20px; font-size: 19px; line-height: 24px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333;"> <a target="_blank" href="http://www.mvideo.ru/vse-akcii?reff=Action_mail_email_a_transactional_pickup_a_banner_sales&utm_source=Action_mail&utm_medium=email&utm_campaign=a_transactional_pickup&utm_content=a_banner_sales" style="color: #0070cc; text-decoration: underline;"> <img width="600" src="banner-sales.jpg" style="display: block; border:none; width: 100% !important; max-width: 600px !important; height: auto !important; max-height: 100px !important;" alt="Выгодные цены, скидки и интересные предложения" title="Выгодные цены, скидки и интересные предложения"> </a> </td> </tr> <tr> <td align="center" style="padding-bottom: 20px; font-size: 19px; line-height: 24px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333;"> <a target="_blank" href="http://www.mvideo.ru/obzory?reff=Action_mail_email_a_transactional_pickup_a_banner_review&utm_source=Action_mail&utm_medium=email&utm_campaign=a_transactional_pickup&utm_content=a_banner_review" style="color: #0070cc; text-decoration: underline;"> <img width="600" src="banner-review.jpg" style="display: block; border:none; width: 100% !important; max-width: 600px !important; height: auto !important; max-height: 100px !important;" alt="Обзоры всего самого интересного в М.Видео" title="Обзоры всего самого интересного в М.Видео"> </a> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center" bgcolor="#dfdfdf"> <table width="94%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="color: #333333; font-size: 14px; padding-top: 15px; padding-bottom: 0px; line-height: 20px; font-family: Arial,Helvetica,sans-serif;"> Это письмо было отправлено автоматически. </td> </tr> <tr> <td style="color: #333333; font-size: 14px; padding-bottom: 15px; line-height: 20px; font-family: Arial,Helvetica,sans-serif;"> Если Вы считаете, что получили его по ошибке, просто проигнорируйте его. </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center" bgcolor="#dfdfdf" style="padding-top: 10px; padding-bottom: 10px; border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #cccccc;"> <table width="94%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td width="300" height="40" style="font-size: 14px; line-height: 20px; color: #333333; font-family: Arial,Helvetica,sans-serif; font-weight: bold;"> &laquo;М.Видео&raquo; в социальных сетях </td> <td width="52" style="text-align: center;"> <a href="http://facebook.com/mvideo.ru?utm_source=mail&utm_medium=comingSoonAlert&utm_campaign=a_transactional_pickup"><img src="email_social_icon_fb.png" height="40" width="40" style="border: none" alt="Facebook"/></a> </td> <td width="52" style="text-align: center;"> <a href="http://twitter.com/mvideo?utm_source=mail&utm_medium=comingSoonAlert&utm_campaign=a_transactional_pickup"><img src="email_social_icon_tw.png" height="40" width="40" style="border: none" alt="Twitter"/></a> </td> <td width="52" style="text-align: center;"> <a href="http://vk.com/mvideo?utm_source=mail&utm_medium=comingSoonAlert&utm_campaign=a_transactional_pickup"><img src="email_social_icon_vk.png" height="40" width="40" style="border: none" alt="ВКонтакте"/></a> </td> <td width="52" style="text-align: center;"> <a href="http://odnoklassniki.ru/mvideo?utm_source=mail&utm_medium=comingSoonAlert&utm_campaign=a_transactional_pickup"><img src="email_social_icon_od.png" height="40" width="40" style="border: none" alt="Одноклассники"/></a> </td> <td width="52" style="text-align: center;"> <a href="http://youtube.com/mvideoru?utm_source=mail&utm_medium=comingSoonAlert&utm_campaign=a_transactional_pickup"><img src="email_social_icon_yt.png" height="40" width="40" style="border: none" alt="Youtube"/></a> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center" bgcolor="#dfdfdf"> <table width="94%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="padding-bottom: 10px; padding-top: 15px; font-family:Arial,sans-serif;font-size:14px;line-height:18px;font-weight:normal;color:#333333;text-decoration:none"> <font color="#333333" face="Arial, sans-serif" style="font-family:Arial,sans-serif;font-size:14px;line-height:18px;font-weight:normal;color:#333333;text-decoration:none"> ООО &laquo;М.Видео Менеджмент&raquo;, ОГРН 1057746840095. <br/>Юридический адрес: 105066, Россия, Москва, ул. Нижняя Красносельская, дом 40/12, корп. 20. </font> </td> </tr> <tr> <td style="padding-bottom: 15px; font-size: 0; text-align: center;"> <!--[if (gte mso 9)|(IE)]> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top" width="50%" align="left"> <![endif]--> <div style="display: inline-block; width:50%; min-width: 228px; vertical-align: top;"> <table align="left" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style=" font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333;"> <img style="display: block; border:none;" src="footer_logo_mvideo.jpg" width="49" height="49" alt=""/> </td> <td width="2" style="font-size:0; line-height: 0;">&nbsp;</td> <td style=" font-size: 13px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333;"> <span style="white-space: nowrap;">&nbsp;&nbsp;Copyright &copy; М.Видео, 2017</span> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="50%" align="right"> <![endif]--> <div style="display: inline-block; width:50%; min-width: 266px; vertical-align: top;"> <table align="right" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="padding-right: 5px; font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333;"> <a target="_blank" href="http://www.mvideo.ru/legalcontent#?reff=Action_mail_email_a_transactional_pickup_a_foot_links&utm_source=Action_mail&utm_medium=email&utm_campaign=a_transactional_pickup&utm_content=a_foot_links&userId=%SAP_ZMKT_S_PERS_ATTR_LV-ZZ_WEBID" style="color:#a3a0a0;text-decoration:underline; white-space: nowrap;" title="Политика конфиденциальности">Политика&nbsp;конфиденциальности&nbsp;</a> </td> <td style=" font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333;"> <img style="display: block; border:none;" src="footer_logo_akit.jpg" width="51" height="48" alt=""/> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <div class="gmailfix" style="white-space:nowrap; font:15px courier; line-height:0;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div> </body> </html>
packages/hbase-0.98.7-hadoop2/docs/devapidocs/org/apache/hadoop/hbase/metrics/class-use/PersistentMetricsTimeVaryingRate.html
gsoundar/mambo-ec2-deploy
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_67) on Wed Oct 08 15:57:24 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.apache.hadoop.hbase.metrics.PersistentMetricsTimeVaryingRate (HBase 0.98.7-hadoop2 API)</title> <meta name="date" content="2014-10-08"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.metrics.PersistentMetricsTimeVaryingRate (HBase 0.98.7-hadoop2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/hadoop/hbase/metrics/PersistentMetricsTimeVaryingRate.html" title="class in org.apache.hadoop.hbase.metrics">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/metrics/class-use/PersistentMetricsTimeVaryingRate.html" target="_top">Frames</a></li> <li><a href="PersistentMetricsTimeVaryingRate.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.hadoop.hbase.metrics.PersistentMetricsTimeVaryingRate" class="title">Uses of Class<br>org.apache.hadoop.hbase.metrics.PersistentMetricsTimeVaryingRate</h2> </div> <div class="classUseContainer">No usage of org.apache.hadoop.hbase.metrics.PersistentMetricsTimeVaryingRate</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/hadoop/hbase/metrics/PersistentMetricsTimeVaryingRate.html" title="class in org.apache.hadoop.hbase.metrics">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/hadoop/hbase/metrics/class-use/PersistentMetricsTimeVaryingRate.html" target="_top">Frames</a></li> <li><a href="PersistentMetricsTimeVaryingRate.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
app/css/freelancer.css
sederaa/gozouk
/*! * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ body { overflow-x: hidden; } p { font-size: 20px; } p.small { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: 0; color: #18bc9c; } h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; } hr.star-light, hr.star-primary { margin: 25px auto 30px; padding: 0; max-width: 250px; border: 0; border-top: solid 5px; text-align: center; } hr.star-light:after, hr.star-primary:after { content: "\f005"; display: inline-block; position: relative; top: -.8em; padding: 0 .25em; font-family: FontAwesome; font-size: 2em; } hr.star-light { border-color: #fff; } hr.star-light:after { color: #fff; background-color: #18bc9c; } hr.star-primary { border-color: #2c3e50; } hr.star-primary:after { color: #2c3e50; background-color: #fff; } .img-centered { margin: 0 auto; } header { text-align: center; color: #fff; background: #18bc9c; } header .container { padding-top: 100px; padding-bottom: 50px; } header img { display: block; margin: 0 auto 20px; } header .intro-text .name { display: block; text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 2em; font-weight: 700; } header .intro-text .skills { font-size: 1.25em; font-weight: 300; } @media(min-width:768px) { header .container { padding-top: 200px; padding-bottom: 100px; } header .intro-text .name { font-size: 4.75em; } header .intro-text .skills { font-size: 1.75em; } } @media(min-width:768px) { .navbar-fixed-top { padding: 25px 0; -webkit-transition: padding .3s; -moz-transition: padding .3s; transition: padding .3s; } .navbar-fixed-top .navbar-brand { font-size: 2em; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; } .navbar-fixed-top.navbar-shrink { padding: 10px 0; } .navbar-fixed-top.navbar-shrink .navbar-brand { font-size: 1.5em; } } .navbar { text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; } .navbar a:focus { outline: 0; } .navbar .navbar-nav { letter-spacing: 1px; } .navbar .navbar-nav li a:focus { outline: 0; } .navbar-default, .navbar-inverse { border: 0; } section { padding: 100px 0; } section h2 { margin: 0; } section.success { color: #fff; background: #18bc9c; } section.success a, section.success a:hover, section.success a:focus, section.success a:active, section.success a.active { outline: 0; color: #2c3e50; } @media(max-width:767px) { section { padding: 75px 0; } section.first { padding-top: 75px; } } #portfolio .portfolio-item { right: 0; margin: 0 0 15px; } #portfolio .portfolio-item .portfolio-link { display: block; position: relative; margin: 0 auto; max-width: 400px; } #portfolio .portfolio-item .portfolio-link .caption { position: absolute; width: 100%; height: 100%; opacity: 0; background: rgba(24,188,156,.9); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; } #portfolio .portfolio-item .portfolio-link .caption:hover { opacity: 1; } #portfolio .portfolio-item .portfolio-link .caption .caption-content { position: absolute; top: 50%; width: 100%; height: 20px; margin-top: -12px; text-align: center; font-size: 20px; color: #fff; } #portfolio .portfolio-item .portfolio-link .caption .caption-content i { margin-top: -12px; } #portfolio .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 { margin: 0; } #portfolio * { z-index: 2; } @media(min-width:767px) { #portfolio .portfolio-item { margin: 0 0 30px; } } .btn-outline { margin-top: 15px; border: solid 2px #fff; font-size: 20px; color: #fff; background: 0 0; transition: all .3s ease-in-out; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active { border: solid 2px #fff; color: #18bc9c; background: #fff; } .floating-label-form-group { position: relative; margin-bottom: 0; padding-bottom: .5em; border-bottom: 1px solid #eee; } .floating-label-form-group input, .floating-label-form-group textarea { z-index: 1; position: relative; padding-right: 0; padding-left: 0; border: 0; border-radius: 0; font-size: 1.5em; background: 0 0; box-shadow: none!important; resize: none; } .floating-label-form-group label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: .85em; line-height: 1.764705882em; vertical-align: middle; vertical-align: baseline; opacity: 0; -webkit-transition: top .3s ease,opacity .3s ease; -moz-transition: top .3s ease,opacity .3s ease; -ms-transition: top .3s ease,opacity .3s ease; transition: top .3s ease,opacity .3s ease; } .floating-label-form-group::not(:first-child) { padding-left: 14px; border-left: 1px solid #eee; } .floating-label-form-group-with-value label { top: 0; opacity: 1; } .floating-label-form-group-with-focus label { color: #18bc9c; } form .row:first-child .floating-label-form-group { border-top: 1px solid #eee; } footer { color: #fff; } footer h3 { margin-bottom: 30px; } footer .footer-above { padding-top: 50px; background-color: #2c3e50; } footer .footer-col { margin-bottom: 50px; } footer .footer-below { padding: 25px 0; background-color: #233140; } .btn-social { display: inline-block; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 100%; text-align: center; font-size: 20px; line-height: 45px; } .btn:focus, .btn:active, .btn.active { outline: 0; } .scroll-top { z-index: 1049; position: fixed; right: 2%; bottom: 2%; width: 50px; height: 50px; } .scroll-top .btn { width: 50px; height: 50px; border-radius: 100%; font-size: 20px; line-height: 28px; } .scroll-top .btn:focus { outline: 0; } .portfolio-modal .modal-content { padding: 100px 0; min-height: 100%; border: 0; border-radius: 0; text-align: center; background-clip: border-box; -webkit-box-shadow: none; box-shadow: none; } .portfolio-modal .modal-content h2 { margin: 0; font-size: 3em; } .portfolio-modal .modal-content img { margin-bottom: 30px; } .portfolio-modal .modal-content .item-details { margin: 30px 0; } .portfolio-modal .close-modal { position: absolute; top: 25px; right: 25px; width: 75px; height: 75px; background-color: transparent; cursor: pointer; } .portfolio-modal .close-modal:hover { opacity: .3; } .portfolio-modal .close-modal .lr { z-index: 1051; width: 1px; height: 75px; margin-left: 35px; background-color: #2c3e50; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .portfolio-modal .close-modal .lr .rl { z-index: 1052; width: 1px; height: 75px; background-color: #2c3e50; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .portfolio-modal .modal-backdrop { display: none; opacity: 0; }
backup/publication/las-05-portalarch/index.html
laszewski/laszewski.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academic 3.1.1"> <meta name="generator" content="Hugo 0.55.6" /> <meta name="author" content="Gregor von Laszewski"> <meta name="description" content=""> <link rel="alternate" hreflang="en-us" href="http://laszewski.github.io/publication/las-05-portalarch/"> <meta name="theme-color" content="#3f51b5"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha256-eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" integrity="sha256-ygkqlh3CYSUri3LhQxzdcm0n1EQvH2Y+U5S2idbLtxs=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" crossorigin="anonymous"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400italic,700|Roboto+Mono"> <link rel="stylesheet" href="/styles.css"> <link rel="alternate" href="http://laszewski.github.io/index.xml" type="application/rss+xml" title="Gregor von Laszewski"> <link rel="feed" href="http://laszewski.github.io/index.xml" type="application/rss+xml" title="Gregor von Laszewski"> <link rel="manifest" href="/site.webmanifest"> <link rel="icon" type="image/png" href="/img/icon.png"> <link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png"> <link rel="canonical" href="http://laszewski.github.io/publication/las-05-portalarch/"> <meta property="twitter:card" content="summary_large_image"> <meta property="og:site_name" content="Gregor von Laszewski"> <meta property="og:url" content="http://laszewski.github.io/publication/las-05-portalarch/"> <meta property="og:title" content="Grid Portal Architectures for scientific applications | Gregor von Laszewski"> <meta property="og:description" content=""> <meta property="og:image" content="http://laszewski.github.io/img/icon-192.png"> <meta property="og:locale" content="en-us"> <meta property="article:published_time" content="2020-02-07T14:39:09&#43;00:00"> <meta property="article:modified_time" content="2005-01-01T00:00:00&#43;00:00"> <title>Grid Portal Architectures for scientific applications | Gregor von Laszewski</title> </head> <body id="top" data-spy="scroll" data-target="#TableOfContents" data-offset="71" > <aside class="search-results" id="search"> <div class="container"> <section class="search-header fixed-top"> <div class="row no-gutters justify-content-between mb-3"> <div class="col-6"> <h1>Search</h1> </div> <div class="col-6 col-search-close"> <a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a> </div> </div> <div id="search-box"> <input name="q" id="search-query" placeholder="Search..." autocapitalize="off" autocomplete="off" autocorrect="off" role="textbox" spellcheck="false" type="search"> </div> </section> <section class="section-search-results"> <div id="search-hits"> </div> </section> </div> </aside> <nav class="navbar navbar-light fixed-top navbar-expand-lg py-0" id="navbar-main"> <div class="container"> <a class="navbar-brand" href="/">Gregor von Laszewski</a> <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> <span><i class="fas fa-bars"></i></span> </button> <div class="collapse navbar-collapse" id="navbar"> <ul class="navbar-nav ml-auto"> <li class="nav-item"> <a class="nav-link" href="/#about"> <span>Home</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/publication"> <span>Publications</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/#projects"> <span>Projects</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/#books"> <span>Books</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/#proceedings"> <span>Proceedings</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/#history"> <span>History</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/post/shuttle"> <span>Free Shuttle</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="/#contact"> <span>Contact</span> </a> </li> <li class="nav-item"> <a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a> </li> </ul> </div> </div> </nav> <div class="pub" itemscope itemtype="http://schema.org/CreativeWork"> <div class="article-container pt-3"> <h1 itemprop="name">Grid Portal Architectures for scientific applications</h1> <div class="article-metadata"> <div> <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">M. Thomas</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">J. Burruss</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">L. Cinquini</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">G. Fox</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">D. Gannon</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">L. Glilbert</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">Gregor von Laszewski</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">K. Jackson</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">D. Middleton</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">R. Moore</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">M. Pierce</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">B. Plale</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">A. Rajasekar</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">R. Regno</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">E. Roberts</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">D. Schissel</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">A. Seth</span> </span>, <span itemscope itemprop="author" itemtype="http://schema.org/Person"> <span itemprop="name">W. Schroeder</span> </span> </div> <span class="article-date"> <meta content="2005-01-01 00:00:00 &#43;0000 UTC" itemprop="datePublished"> <time datetime="2005-01-01 00:00:00 &#43;0000 UTC" itemprop="dateModified"> Jan 1, 2005 </time> </span> <span itemscope itemprop="publisher" itemtype="http://schema.org/Person"> <meta itemprop="name" content="Gregor von Laszewski"> </span> <div class="share-box" aria-hidden="true"> <ul class="share"> <li> <a class="twitter" href="https://twitter.com/intent/tweet?text=Grid%20Portal%20Architectures%20for%20scientific%20applications&amp;url=http%3a%2f%2flaszewski.github.io%2fpublication%2flas-05-portalarch%2f" target="_blank" rel="noopener"> <i class="fab fa-twitter"></i> </a> </li> <li> <a class="facebook" href="https://www.facebook.com/sharer.php?u=http%3a%2f%2flaszewski.github.io%2fpublication%2flas-05-portalarch%2f" target="_blank" rel="noopener"> <i class="fab fa-facebook-f"></i> </a> </li> <li> <a class="linkedin" href="https://www.linkedin.com/shareArticle?mini=true&amp;url=http%3a%2f%2flaszewski.github.io%2fpublication%2flas-05-portalarch%2f&amp;title=Grid%20Portal%20Architectures%20for%20scientific%20applications" target="_blank" rel="noopener"> <i class="fab fa-linkedin-in"></i> </a> </li> <li> <a class="weibo" href="http://service.weibo.com/share/share.php?url=http%3a%2f%2flaszewski.github.io%2fpublication%2flas-05-portalarch%2f&amp;title=Grid%20Portal%20Architectures%20for%20scientific%20applications" target="_blank" rel="noopener"> <i class="fab fa-weibo"></i> </a> </li> <li> <a class="email" href="mailto:?subject=Grid%20Portal%20Architectures%20for%20scientific%20applications&amp;body=http%3a%2f%2flaszewski.github.io%2fpublication%2flas-05-portalarch%2f"> <i class="fas fa-envelope"></i> </a> </li> </ul> </div> </div> <div class="btn-links mb-3"> <a class="btn btn-outline-primary my-1 mr-1" href="https://laszewski.github.io/papers/jpconf5_16_083.pdf" target="_blank" rel="noopener"> PDF </a> <button type="button" class="btn btn-outline-primary my-1 mr-1 js-cite-modal" data-filename="/publication/las-05-portalarch/cite.bib"> Cite </button> <a class="btn btn-outline-primary my-1 mr-1" href="https://doi.org/10.1088/1742-6596/16/1/083" target="_blank" rel="noopener"> DOI </a> </div> </div> <div class="article-container"> <div class="row"> <div class="col-md-1"></div> <div class="col-md-10"> <div class="row"> <div class="col-12 col-md-3 pub-row-heading">Type</div> <div class="col-12 col-md-9"> <a href="/publication/#2"> Journal article </a> </div> </div> </div> <div class="col-md-1"></div> </div> <div class="d-md-none space-below"></div> <div class="row"> <div class="col-md-1"></div> <div class="col-md-10"> <div class="row"> <div class="col-12 col-md-3 pub-row-heading">Publication</div> <div class="col-12 col-md-9"><em>Journal of Physics</em></div> </div> </div> <div class="col-md-1"></div> </div> <div class="d-md-none space-below"></div> <div class="row"> <div class="col-md-1"></div> <div class="col-md-10"> <div class="row"> <div class="col-12 col-md-3 pub-row-heading">Date</div> <div class="col-12 col-md-9" itemprop="datePublished"> January, 2005 </div> </div> </div> <div class="col-md-1"></div> </div> <div class="d-sm-none space-below"></div> <div class="space-below"></div> <div class="article-style"></div> </div> </div> <div class="container"> <footer class="site-footer"> <p class="powered-by"> &copy; Gregor von Laszewski, 2018-2020 &middot; <span class="float-right" aria-hidden="true"> <a href="#" id="back_to_top"> <span class="button_icon"> <i class="fas fa-chevron-up fa-2x"></i> </span> </a> </span> </p> </footer> </div> <div id="modal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Cite</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <pre><code class="tex hljs"></code></pre> </div> <div class="modal-footer"> <a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank"> <i class="fas fa-copy"></i> Copy </a> <a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank"> <i class="fas fa-download"></i> Download </a> <div id="modal-error"></div> </div> </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.3/imagesloaded.pkgd.min.js" integrity="sha512-umsR78NN0D23AzgoZ11K7raBD+R6hqKojyBZs1w8WvYlsI+QuKRGBx3LFCwhatzBunCjDuJpDHwxD13sLMbpRA==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha256-VsEqElsCHSGmnmHXGQzvoWjWwoznFSZc6hs7ARLRacQ=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" integrity="sha256-X5PoE3KU5l+JcX+w09p/wHl9AzK333C4hJ2I9S5mD4M=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" integrity="sha256-/BfiIkHlHoVihZdc6TFuj7MmJ0TWcWsMXkeDFwhi0zw=" crossorigin="anonymous"></script> <script>hljs.initHighlightingOnLoad();</script> <script> const search_index_filename = "/index.json"; const i18n = { 'placeholder': "Search...", 'results': "results found", 'no_results': "No results found" }; const content_type = { 'post': "Posts", 'project': "Projects", 'publication' : "Publications", 'talk' : "Talks" }; </script> <script id="search-hit-fuse-template" type="text/x-template"> <div class="search-hit" id="summary-{{key}}"> <div class="search-hit-content"> <div class="search-hit-name"> <a href="{{relpermalink}}">{{title}}</a> <div class="article-metadata search-hit-type">{{type}}</div> <p class="search-hit-description">{{snippet}}</p> </div> </div> </div> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script> <script src="/js/academic.min.14cafafda844d960749b7551524d1c3a.js"></script> </body> </html>
docs/typenum/consts/N539.t.html
nitro-devs/nitro-game-engine
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=type.N539.html"> </head> <body> <p>Redirecting to <a href="type.N539.html">type.N539.html</a>...</p> <script>location.replace("type.N539.html" + location.search + location.hash);</script> </body> </html>
node_modules/riot/node_modules/riot-cli/test/expected/export/tags.css
eric1foard/riot-pvfm
html-export,[riot-tag="html-export"],[data-is="html-export"]{ color: red; } html-export p,[riot-tag="html-export"] p,[data-is="html-export"] p{ font-size: 11px; } js-export,[riot-tag="js-export"],[data-is="js-export"]{ color: red; } js-export p,[riot-tag="js-export"] p,[data-is="js-export"] p{ font-size: 11px; } style-export,[riot-tag="style-export"],[data-is="style-export"]{ color: red; } style-export p,[riot-tag="style-export"] p,[data-is="style-export"] p{ font-size: 11px; }
docs/javadoc/jr-objects/2.13/com/fasterxml/jackson/jr/ob/impl/class-use/BeanPropertyReader.html
FasterXML/jackson-jr
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_272) on Thu Sep 30 13:25:08 PDT 2021 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.fasterxml.jackson.jr.ob.impl.BeanPropertyReader (jackson-jr-objects 2.13.0 API)</title> <meta name="date" content="2021-09-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="Uses of Class com.fasterxml.jackson.jr.ob.impl.BeanPropertyReader (jackson-jr-objects 2.13.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/fasterxml/jackson/jr/ob/impl/class-use/BeanPropertyReader.html" target="_top">Frames</a></li> <li><a href="BeanPropertyReader.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.fasterxml.jackson.jr.ob.impl.BeanPropertyReader" class="title">Uses of Class<br>com.fasterxml.jackson.jr.ob.impl.BeanPropertyReader</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="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.fasterxml.jackson.jr.ob.impl">com.fasterxml.jackson.jr.ob.impl</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.fasterxml.jackson.jr.ob.impl"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a> in <a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/package-summary.html">com.fasterxml.jackson.jr.ob.impl</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/package-summary.html">com.fasterxml.jackson.jr.ob.impl</a> with type parameters of type <a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BeanReader.</span><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanReader.html#Z:Z_propsByName">_propsByName</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/package-summary.html">com.fasterxml.jackson.jr.ob.impl</a> that return <a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a></code></td> <td class="colLast"><span class="typeNameLabel">BeanReader.</span><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanReader.html#findProperty-java.lang.String-">findProperty</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a></code></td> <td class="colLast"><span class="typeNameLabel">BeanPropertyReader.</span><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html#withReader-com.fasterxml.jackson.jr.ob.api.ValueReader-">withReader</a></span>(<a href="../../../../../../../com/fasterxml/jackson/jr/ob/api/ValueReader.html" title="class in com.fasterxml.jackson.jr.ob.api">ValueReader</a>&nbsp;vr)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/package-summary.html">com.fasterxml.jackson.jr.ob.impl</a> that return types with arguments of type <a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BeanReader.</span><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanReader.html#propertiesByName--">propertiesByName</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/package-summary.html">com.fasterxml.jackson.jr.ob.impl</a> with parameters of type <a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html#BeanPropertyReader-com.fasterxml.jackson.jr.ob.impl.BeanPropertyReader-com.fasterxml.jackson.jr.ob.api.ValueReader-">BeanPropertyReader</a></span>(<a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a>&nbsp;src, <a href="../../../../../../../com/fasterxml/jackson/jr/ob/api/ValueReader.html" title="class in com.fasterxml.jackson.jr.ob.api">ValueReader</a>&nbsp;vr)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/package-summary.html">com.fasterxml.jackson.jr.ob.impl</a> with type arguments of type <a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanReader.html#BeanReader-java.lang.Class-java.util.Map-java.lang.reflect.Constructor-java.lang.reflect.Constructor-java.lang.reflect.Constructor-">BeanReader</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a>&gt;&nbsp;props, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a>&lt;?&gt;&nbsp;defaultCtor, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a>&lt;?&gt;&nbsp;stringCtor, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a>&lt;?&gt;&nbsp;longCtor)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanReader.html#BeanReader-java.lang.Class-java.util.Map-java.lang.reflect.Constructor-java.lang.reflect.Constructor-java.lang.reflect.Constructor-java.util.Set-java.util.Map-">BeanReader</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;type, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">BeanPropertyReader</a>&gt;&nbsp;props, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a>&lt;?&gt;&nbsp;defaultCtor, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a>&lt;?&gt;&nbsp;stringCtor, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a>&lt;?&gt;&nbsp;longCtor, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;ignorableNames, <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;aliasMapping)</code> <div class="block">Constructors used for deserialization use case</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="../../../../../../../com/fasterxml/jackson/jr/ob/impl/BeanPropertyReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/fasterxml/jackson/jr/ob/impl/class-use/BeanPropertyReader.html" target="_top">Frames</a></li> <li><a href="BeanPropertyReader.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2021 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> </body> </html>
app/polymer/app/test/index.html
phonglk/CoffeeShopExample
<!doctype html> <!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> <html> <head> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <title>Elements Test Runner</title> <meta charset="UTF-8"> <script src="../../bower_components/webcomponentsjs/webcomponents-lite.min.js"></script> <script src="../../bower_components/web-component-tester/browser.js"></script> </head> <body> <script> WCT.loadSuites([ 'my-greeting-basic.html', 'my-greeting-basic.html?dom=shadow', 'my-list-basic.html', 'my-list-basic.html?dom=shadow' ]); </script> </body> </html>
docs/bindings/cl_sys/cl_h/constant.CL_FP_ROUND_TO_INF.html
liebharc/clFFT
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../cl_sys/constant.CL_FP_ROUND_TO_INF.html"> </head> <body> <p>Redirecting to <a href="../../cl_sys/constant.CL_FP_ROUND_TO_INF.html">../../cl_sys/constant.CL_FP_ROUND_TO_INF.html</a>...</p> <script>location.replace("../../cl_sys/constant.CL_FP_ROUND_TO_INF.html" + location.search + location.hash);</script> </body> </html>
build/Demos/Views/index.html
BabylonJS/Samples
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Babylon.js - Multi views demo</title> <script src="https://code.jquery.com/pep/0.4.2/pep.min.js"></script> <script src="https://preview.babylonjs.com/babylon.js"></script> <script src="index.js"></script> <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> <style> html, body { width: 100%; height: 100%; padding: 0; margin: 0; overflow: hidden; font-family: 'Open Sans'; color: white; background: #2A2342; } a { color: white; } canvas { width: 100%; height: 100%; align-self: center; justify-self: center; } #root { width: 100%; height: 100%; padding: 0px; margin: 0; display: grid; grid-template-columns: 100%; grid-template-rows: auto auto 1fr; } #title { grid-row: 1; grid-column: 1; margin: 20px; align-self: center; justify-self: center; } #description { grid-row: 2; grid-column: 1; margin: 20px; align-self: center; justify-self: center; } .container { grid-row: 3; grid-column: 1; width: 100%; height: 100%; padding: 0px; margin: 0; display: grid; grid-template-columns: 45% 10% 45%; grid-template-rows: 45% 10% 45%; } .renderCanvas { width: 100%; height: 100%; } #renderCanvas0 { grid-row: 1; grid-column: 1; } #renderCanvas1 { grid-row: 1; grid-column: 3; } #renderCanvas2 { grid-row: 3; grid-column: 1; } #renderCanvas3 { grid-row: 3; grid-column: 3; } </style> </head> <body> <div id="root"> <h1 id="title"> Babylon.js Multi Views (multi canvases) demo </h1> <div id="description"> This test page is intended to demonstrate the use of Babylon.js with multiple canvases but only one Engine (and thus only one WebGL context) <br/> There are <b>4 independent canvases</b> on this page all rendered using the same scene but with different cameras. The first canvas (Top left) can be controlled with an interactive camera <br/> <br/> Click <a href="https://doc.babylonjs.com/how_to/multi_canvases">here</a> for more documentation. </div> <div class="container"> <canvas class="renderCanvas" id="renderCanvas0" touch-action="none"></canvas> <canvas class="renderCanvas" id="renderCanvas1" touch-action="none"></canvas> <canvas class="renderCanvas" id="renderCanvas2" touch-action="none"></canvas> <canvas class="renderCanvas" id="renderCanvas3" touch-action="none"></canvas> </div> </div> <script> // Create a working document var canvas = document.createElement("canvas"); var engine = new BABYLON.Engine(canvas, true); // Set the default canvas to use for events engine.inputElement = document.getElementById("renderCanvas0"); var scene = createScene(); engine.runRenderLoop(function() { if (scene.activeCamera) { scene.render(); } }); </script> </body> </html>
Hibernate-source/源代码及重要说明/Hibernate相关资料/hibernate-3.2.0.ga/hibernate-3.2/doc/api/org/hibernate/id/class-use/IdentityGenerator.BasicDelegate.html
renmeng8875/projects
<!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.4.2_11) on Sun Oct 15 22:02:23 CDT 2006 --> <TITLE> Uses of Class org.hibernate.id.IdentityGenerator.BasicDelegate (Hibernate API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../jdstyle.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class org.hibernate.id.IdentityGenerator.BasicDelegate (Hibernate API Documentation)"; } </SCRIPT> </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=3 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/hibernate/id/IdentityGenerator.BasicDelegate.html" title="class in org.hibernate.id"><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" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IdentityGenerator.BasicDelegate.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.hibernate.id.IdentityGenerator.BasicDelegate</B></H2> </CENTER> No usage of org.hibernate.id.IdentityGenerator.BasicDelegate <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=3 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/hibernate/id/IdentityGenerator.BasicDelegate.html" title="class in org.hibernate.id"><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" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IdentityGenerator.BasicDelegate.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>
index.html
jhassan/unique
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Tours View</title> <script src="bower_components/jquery/dist/jquery.min.js"></script> <script src="unique/js/jquery.nicescroll.min.js"></script> <style type="text/css"> #boxscroll3 { height: 800px; width: 100%; overflow: hidden; /*display: none;*/ } </style> <script type="text/javascript"> $(document).ready(function(e) { $("#boxframe").niceScroll("#boxscroll3",{}); }); </script> </head> <body> <div id="boxframe" style="overflow: hidden;"> <iframe id="boxscroll3" src="unique/index" width="100%" height="100%" frameborder="0" scrolling="no"></iframe> </div> <!--<iframe src="unique/index" width="1330" height="850" frameborder="0" scrolling="no"></iframe>--> </body> </html>
Market/2017/kolesa_2017_07_04_weekly/kolesa_2017_07_04_weekly.html
wim-agency/wim-agency.github.io
<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!--[if !mso]><!--> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!--<![endif]--> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <style type="text/css"> .ExternalClass {width:100%;} .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div { line-height: 100%; } body {-webkit-text-size-adjust:none; -ms-text-size-adjust:none;} body {margin:0; padding:0;} table td {border-collapse:collapse;} p {margin:0; padding:0; margin-bottom:0;} h1, h2, h3, h4, h5, h6 { color: black; line-height: 100%; } a, a:link { color:#0066cc; text-decoration: none; } body, #body_style { background:#f2f2f2; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; } span.yshortcuts { color:#000; background-color:none; border:none;} span.yshortcuts:hover, span.yshortcuts:active, span.yshortcuts:focus {color:#000; background-color:none; border:none;} a:visited { color: #3c96e2; text-decoration: none} a:focus { color: #3c96e2; text-decoration: underline} a:hover { color: #3c96e2; text-decoration: underline} @media only screen and (max-device-width: 480px) { body[yahoo] #container1 {display:block !important} body[yahoo] p {font-size: 10px} } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body[yahoo] #container1 {display:block !important} body[yahoo] p {font-size: 12px} } @media only screen and (max-width: 640px), only screen and (max-device-width: 640px) { td[class=w640-full], table[class=w640-full], div[class=w640-full], img[class=w640-full] { width:100% !important; height:auto !important; } } @media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { div[class=w480-full] { width:100% !important; height:auto !important; } } @media only screen and (min-device-width: 640px) and (max-device-width: 640px) { table[class=w640-full] { width:100% !important; height:auto !important; } } .preheader {display:none !important; visibility:hidden; opacity:0; color:transparent; height:0; width:0;} </style> </head> <body style="color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#f2f2f2; " alink="#FF0000" link="#FF0000" bgcolor="#f2f2f2" text="#000000" yahoo="fix"> <div style="background-color:#f2f2f2;"> <!--[if gte mso 9]> <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t"> <v:fill type="tile" src="http://link.kolesa.kz/custloads/294943074/md_498436.gif" color="#f2f2f2"/> </v:background> <![endif]--> <table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top" align="left" background="http://link.kolesa.kz/custloads/294943074/md_498436.gif" style="background-image: url(http://link.kolesa.kz/custloads/294943074/md_498436.gif);"> <table cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td bgcolor="#f5be47" align="center" width="650" style="width: 650px;"> <!--[if gte mso 10]> <table align="center" width="650" border="0" cellspacing="0" cellpadding="0"> <tr><td><![endif]--> <table width="650" cellspacing="0" cellpadding="0" style="width: 100%; max-width: 650px; min-width: 320px;"> <tbody> <tr> <td align="center" style="padding-top: 25px; padding-bottom: 20px;"> <table width="93%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="font-size: 0; text-align: center;"> <!--[if (gte mso 9)|(IE)]> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top" width="33.3%"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 33.3%; min-width: 200px;" class="full-width"> <table cellspacing="0" cellpadding="0" border="0" align="left" class="full-width"> <tbody> <tr> <td height="28" valign="middle" style="padding-bottom: 10px; font-size: 10px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; text-align: left;" class=""> Новости от kolesa.kz </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="33.3%"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 33.3%; min-width: 155px;" class="full-width"> <table width="100%" cellspacing="0" cellpadding="0" border="0" class="full-width"> <tbody> <tr> <td align="center" style=" padding-bottom: 10px; font-size: 18px; line-height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#9f9f9f;" class=""> <a href="http://kolesa.kz/" target="_blank" style="text-decoration:none; color: #000000;"><img height="28" width="120" style="vertical-align:top; border: none; font-size: 21px; line-height: 25px; color: #000000; font-weight:bold; text-transform: uppercase;" src="http://link.kolesa.kz/custloads/294943074/md_498457.png" alt="КОЛЁСА"></a> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" width="33.3%"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 33.3%; min-width:200px;" class="full-width"> <table cellspacing="0" cellpadding="0" border="0" align="right" class="full-width"> <tbody> <tr> <td height="28" valign="middle" style="padding-bottom: 10px; font-size: 10px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; text-align: right;" class=""> <a style="color: #000000; text-decoration: underline;" target="_blank" href="http://link.kolesa.kz/u/gm.php?UID=$uid$&amp;ID=$ident$">Онлайн-версия</a> | <a style="color: #000000; text-decoration: underline;" target="_blank" href="https://id.kolesa.kz/login/?destination=https%3A%2F%2Fkolesa.kz%2Fmy%2F">Войти в кабинет</a> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center" style="font-size: 17px; line-height: 21px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <a target="_blank" href="https://kolesa.kz/content/articles/2017/05/kupit-avto-v-rossii-ili-v-kazahstane-gde-vygodnee/"><img alt="Изображение главной новости" src="banner-top.jpg" width="650" style="display: block; border: none; width: 100% !important; max-width: 650px !important; height: auto !important; max-height: 450px !important;"></a> </td> </tr> </tbody> </table> <!--[if gte mso 10]> </td></tr> </table><![endif]--> </td> </tr> <tr> <td align="center" width="650" style="width: 650px;"> <!--[if gte mso 9]> <table align="center" width="650" border="0" cellspacing="0" cellpadding="0"> <tr><td><![endif]--> <table width="650" cellspacing="0" cellpadding="0" border="0" style="width: 100%; max-width: 650px; min-width: 320px;"> <tbody> <!-- начало блока главной новости --> <tr> <td bgcolor="#ffffff" align="center" style="padding-top: 16px;"> <table width="92%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-bottom: 14px; font-size: 28px; line-height: 32px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> Купить авто в России или в Казахстане: где выгоднее? </td> </tr> <tr> <td style="padding-bottom: 13px; font-size: 16px; line-height: 21px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> Если ввозить машину из России, то лишь в одном случае. </td> </tr> <tr> <td align="center" style="font-size: 12px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-transform: uppercase;"> <a target="_blank" href="https://kolesa.kz/content/articles/2017/05/kupit-avto-v-rossii-ili-v-kazahstane-gde-vygodnee/" style="color: #0066cc; text-decoration: none;"><img height="40" width="120" alt="СМОТРЕТЬ" src="http://link.kolesa.kz/custloads/294943074/md_498441.gif" style="vertical-align: top; border: none; font-weight: bold;"></a> </td> </tr> </tbody> </table> </td> </tr> <!-- конец блока главной новости --> <!-- начало блока новостей --> <tr> <td bgcolor="#ffffff" style="padding-top: 22px; padding-bottom: 25px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center"> <table width="92%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-bottom: 20px; font-size: 30px; line-height: 35px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> Новости и обзоры </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center" style="font-size: 0; text-align: center; padding-left: 10px; padding-right: 10px; padding-bottom: 10px;"> <!--[if (gte mso 9)|(IE)]> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top" align="left" width="50%"> <![endif]--> <!-- начало блока 1й новости --> <div style="display: inline-block; vertical-align: top; width: 50%; min-width:300px;" class="w640-full"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tbody><tr> <td align="center" style="padding-bottom: 15px;"> <table width="90%" cellspacing="0" cellpadding="0" border="0"> <tbody> <!-- Изображение новости --> <tr> <td style="padding-bottom: 14px; font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> <a target="_blank" href="https://kolesa.kz/content/news/2017/05/ravon-nexia-nakonec-to-sdelano-v-kazahstane/"><img height="187" width="285" alt="Изображение новости" src="img01.jpg" style="display: block; border:none; text-align: center;" class="w640-full"></a> </td> </tr> <!-- Заголовок новости --> <tr> <td height="38" valign="top" style="padding-bottom: 6px; font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#9a9a9a; text-align: left;"> <a href="https://kolesa.kz/content/news/2017/05/ravon-nexia-nakonec-to-sdelano-v-kazahstane/" style="color: #0066cc; text-decoration: none;" target="_blank">&quot;Нексию&quot; начали делать в Казахстане</a> </td> </tr> <!-- Текст новости --> <tr> <td style="padding-bottom: 4px; font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#7e7e7e; text-align: left;"> Седан узбекской марки Ravon появился на сборочном конвейере в Костанае. </td> </tr> <tr> <td> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="left" style="padding-right: 4px; font-size: 0; line-height: 0;"> <img height="10" width="18" alt="" src="http://link.kolesa.kz/custloads/294943074/md_498446.png" style="display: block; border: none;"> </td> <td style="font-size: 11px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#a0a0a0; text-align: left;"> 8591 </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody></table> </div> <!-- конец блока 1й новости --> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" align="right" width="50%"> <![endif]--> <!-- начало блока 2й новости --> <div style="display: inline-block; vertical-align: top; width: 50%; min-width:300px;" class="w640-full"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tbody><tr> <td align="center" style="padding-bottom: 15px;"> <table width="90%" cellspacing="0" cellpadding="0" border="0"> <tbody> <!-- Изображение новости --> <tr> <td style="padding-bottom: 14px; font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> <a target="_blank" href="https://kolesa.kz/content/news/2017/05/kakie-yamy-dopustimy-na-kazahstanskih-dorogah/"><img height="187" width="285" alt="Изображение новости" src="img02.jpg" style="display: block; border:none; text-align: center;" class="w640-full"></a> </td> </tr> <!-- Заголовок новости --> <tr> <td height="38" valign="top" style="padding-bottom: 6px; font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#9a9a9a; text-align: left;"> <a href="https://kolesa.kz/content/news/2017/05/kakie-yamy-dopustimy-na-kazahstanskih-dorogah/" style="color: #0066cc; text-decoration: none;" target="_blank">Какого размера ямы допустимы на дорогах?</a> </td> </tr> <!-- Текст новости --> <tr> <td style="padding-bottom: 4px; font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#7e7e7e; text-align: left;"> Забавно, но по закону трассы и дороги в городах не обязаны быть ровными. </td> </tr> <tr> <td> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="left" style="padding-right: 4px; font-size: 0; line-height: 0;"> <img height="10" width="18" alt="" src="http://link.kolesa.kz/custloads/294943074/md_498446.png" style="display: block; border: none;"> </td> <td style="font-size: 11px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#a0a0a0; text-align: left;"> 4835 </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody></table> </div> <!-- конец блока 2й новости --> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <tr> <td align="center" style="font-size: 0; text-align: center; padding-left: 10px; padding-right: 10px; padding-bottom: 10px;"> <!--[if (gte mso 9)|(IE)]> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top" align="left" width="50%"> <![endif]--> <!-- начало блока 3й новости --> <div style="display: inline-block; vertical-align: top; width: 50%; min-width:300px;" class="w640-full"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tbody><tr> <td align="center" style="padding-bottom: 15px;"> <table width="90%" cellspacing="0" cellpadding="0" border="0"> <tbody> <!-- Изображение новости --> <tr> <td style="padding-bottom: 14px; font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> <a target="_blank" href="https://kolesa.kz/content/news/2017/05/dorogu-na-issyk-kul-nachnut-stroit-v-2018-m-vsyo-seryozno/"><img height="187" width="285" alt="Изображение новости" src="img03.jpg" style="display: block; border:none; text-align: center;" class="w640-full"></a> </td> </tr> <!-- Заголовок новости --> <tr> <td style="padding-bottom: 6px; font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#9a9a9a; text-align: left;"> <a href="https://kolesa.kz/content/news/2017/05/dorogu-na-issyk-kul-nachnut-stroit-v-2018-m-vsyo-seryozno/" style="color: #0066cc; text-decoration: none;" target="_blank">Интересные маршруты вокруг Иссык-Куля</a> </td> </tr> <!-- Текст новости --> <tr> <td style="padding-bottom: 4px; font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#7e7e7e; text-align: left;"> Куда ещё можно съездить, если ехать отдыхать на своей машине? </td> </tr> <tr> <td> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="left" style="padding-right: 4px; font-size: 0; line-height: 0;"> <img height="10" width="18" alt="" src="http://link.kolesa.kz/custloads/294943074/md_498446.png" style="display: block; border: none;"> </td> <td style="font-size: 11px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#a0a0a0; text-align: left;"> 6312 </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody></table> </div> <!-- конец блока 3й новости --> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" align="right" width="50%"> <![endif]--> <!-- начало блока 4й новости --> <div style="display: inline-block; vertical-align: top; width: 50%; min-width:300px;" class="w640-full"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tbody><tr> <td align="center" style="padding-bottom: 15px;"> <table width="90%" cellspacing="0" cellpadding="0" border="0"> <tbody> <!-- Изображение новости --> <tr> <td style="padding-bottom: 14px; font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> <a target="_blank" href="https://kolesa.kz/content/news/2017/05/v-mae-podorozhal-dizel-na-benzin-ceny-ne-izmenilis/"><img height="187" width="285" alt="Изображение новости" src="img04.jpg" style="display: block; border:none; text-align: center;" class="w640-full"></a> </td> </tr> <!-- Заголовок новости --> <tr> <td style="padding-bottom: 6px; font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#9a9a9a; text-align: left;"> <a href="https://kolesa.kz/content/news/2017/05/v-mae-podorozhal-dizel-na-benzin-ceny-ne-izmenilis/" style="color: #0066cc; text-decoration: none;" target="_blank">За май дизель снова подорожал</a> </td> </tr> <!-- Текст новости --> <tr> <td style="padding-bottom: 4px; font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#7e7e7e; text-align: left;"> Такими темпами к концу лета цена на тяжёлое топливо сравняется с 95-м бензином. </td> </tr> <tr> <td> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="left" style="padding-right: 4px; font-size: 0; line-height: 0;"> <img height="10" width="18" alt="" src="http://link.kolesa.kz/custloads/294943074/md_498446.png" style="display: block; border: none;"> </td> <td style="font-size: 11px; line-height: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#a0a0a0; text-align: left;"> 3541 </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody></table> </div> <!-- конец блока 4й новости --> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <tr> <td align="center" style="font-size: 12px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-transform: uppercase;"> <a target="_blank" href="http://kolesa.kz/content/" style="color: #0066cc; text-decoration: none;"><img height="40" width="140" alt="ВСЕ НОВОСТИ" src="http://link.kolesa.kz/custloads/294943074/md_498437.gif" style="vertical-align: top; border: none; font-weight: bold;"></a> </td> </tr> </tbody> </table> </td> </tr> <!-- конец блока новостей --> <!-- начало блока "другое видео" --> <tr> <td bgcolor="#ffffff" style="border-top-style: solid; border-top-width: 1px; border-top-color:#d9d9d9; padding-top: 22px; padding-bottom: 25px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center"> <table width="92%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-bottom: 20px; font-size: 30px; line-height: 35px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> Фото и видео </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center" style="font-size: 0; text-align: center; padding-left: 10px; padding-right: 10px;"> <!--[if (gte mso 9)|(IE)]> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top" align="left" width="50%"> <![endif]--> <!-- начало блока 1й новости --> <div style="display: inline-block; vertical-align: top; width: 50%; min-width:300px;" class="w640-full"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tbody><tr> <td align="center" style="padding-bottom: 15px;"> <table width="90%" cellspacing="0" cellpadding="0" border="0"> <tbody> <!-- Изображение новости --> <tr> <td style="padding-bottom: 14px; font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> <a target="_blank" href="https://kolesa.kz/content/media/video/obzor-1000-silnogo-gruzovika-man-dlya-dakara/"><img height="160" width="285" alt="Изображение новости" src="img05.jpg" style="display: block; border:none; text-align: center;" class="w640-full"></a> </td> </tr> <!-- Заголовок новости --> <tr> <td height="38" valign="top" style="padding-bottom: 6px; font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#9a9a9a; text-align: left;"> <a href="https://kolesa.kz/content/media/video/obzor-1000-silnogo-gruzovika-man-dlya-dakara/" style="color: #0066cc; text-decoration: none;" target="_blank">Тест-драйв 1000-сильного раллийного грузовика</a> </td> </tr> <!-- Текст новости --> <tr> <td style="font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#7e7e7e; text-align: left;"> Мы покатались на настоящем спортивном MAN для участия в “Дакаре”! </td> </tr> </tbody> </table> </td> </tr> </tbody></table> </div> <!-- конец блока 1й новости --> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" align="right" width="50%"> <![endif]--> <!-- начало блока 2й новости --> <div style="display: inline-block; vertical-align: top; width: 50%; min-width:300px;" class="w640-full"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tbody><tr> <td align="center" style="padding-bottom: 15px;"> <table width="90%" cellspacing="0" cellpadding="0" border="0"> <tbody> <!-- Изображение новости --> <tr> <td style="padding-bottom: 14px; font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> <a target="_blank" href="https://kolesa.kz/content/media/photo/bolee-30-avto-srazilis-za-titul-bystreyshego-na-sokole?preview=1"><img height="160" width="285" alt="Изображение новости" src="img06.jpg" style="display: block; border:none; text-align: center;" class="w640-full"></a> </td> </tr> <!-- Заголовок новости --> <tr> <td height="38" valign="top" style="padding-bottom: 6px; font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#9a9a9a; text-align: left;"> <a href="https://kolesa.kz/content/media/photo/bolee-30-avto-srazilis-za-titul-bystreyshego-na-sokole?preview=1" style="color: #0066cc; text-decoration: none;" target="_blank">Ночные гонки в Алматинской области</a> </td> </tr> <!-- Текст новости --> <tr> <td style="font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#7e7e7e; text-align: left;"> Sokol взялся проводить кольцевые гонки, и в этот раз они прошли ночью </td> </tr> </tbody> </table> </td> </tr> </tbody></table> </div> <!-- конец блока 2й новости --> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> <tr> <td align="center" style="font-size: 12px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-transform: uppercase;"> <a target="_blank" href="https://www.youtube.com/channel/UC1oPXX7TVaQS2Be5vy3NktA" style="color: #0066cc; text-decoration: none;"><img height="40" width="140" alt="ВСЕ ВИДЕО" src="http://link.kolesa.kz/custloads/294943074/md_489584.gif" style="vertical-align: top; border: none; font-weight: bold;"></a> </td> </tr> </tbody> </table> </td> </tr> <!-- конец блока "другое видео" --> <!-- начало блока с новостями из соцсетей --> <tr> <td bgcolor="#ffffff"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="border-top-style: solid; border-top-width: 1px; border-top-color:#d9d9d9; padding-top: 25px; padding-bottom: 14px;"> <table width="92%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-bottom: 10px; font-size: 30px; line-height: 35px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> Kolesa.kz в социальных сетях: </td> </tr> <tr> <td style="padding-bottom: 13px; font-size: 18px; line-height: 22px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> Отслеживайте автомобильные новости и обзоры &laquo;Колёс&raquo; <br><span style="white-space: nowrap;">в&nbsp;удобном</span> режиме &mdash; подпишитесь на наши Facebook и Вконтакте </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center" style="font-size: 0; text-align: center; padding-left: 10px; padding-right: 10px;"> <!--[if (gte mso 9)|(IE)]> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top" align="left" width="50%"> <![endif]--> <!-- начало блока с новостями из instagram --> <div class="w640-full" style="display: inline-block; vertical-align: top; width: 50%; min-width:300px;"> <table width="100%" align="center" cellspacing="0" cellpadding="0" border="0"> <tr> <td align="center"> <table width="90%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td align="center" bgcolor="#f2f5f9" style="padding-bottom: 12px; padding-top: 12px;"> <table width="90%" cellpadding="0" cellspacing="0" border="0"> <tr> <td style="padding-bottom: 17px;"> <table cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="padding-right: 9px;"> <a href="https://www.instagram.com/kolesakz_official/" target="_blank"><img style="display: block; border:none;" src="http://link.kolesa.kz/custloads/294943074/md_404651.png" width="40" height="40" alt="Instagram"></a> </td> <td> <table cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> <a href="https://www.instagram.com/kolesakz_official/" target="_blank" style="color: #147acc; text-decoration:none;"><strong>Kolesa.kz в Instagram</strong></a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <!-- Текст новости --> <tr> <td height="57" valign="top" style="font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> Случай, когда машина окупила себя на тысячу… нет, на миллион процентов! </td> </tr> </table> </td> </tr> <!-- Изображение новости --> <tr> <td style="font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> <a href="https://www.instagram.com/p/BUvb1yIA4Jo/?taken-by=kolesakz_official" target="_blank"><img class="w640-full" style="display: block; border:none; text-align: center;" src="img-inst.jpg" width="285" height="160" alt="Изображение новости"/></a> </td> </tr> <tr> <td align="center" style="padding-top: 20px; padding-bottom: 30px; font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000;"> <a href="https://www.instagram.com/p/BUvb1yIA4Jo/?taken-by=kolesakz_official" target="_blank"><img style="vertical-align: top; border: none; font-weight: bold;" width="140" height="40" src="http://link.kolesa.kz/custloads/294943074/md_487650.jpg" alt="Читать"></a> </td> </tr> </tbody> </table> </td> </tr> </table> </div> <!-- конец блока с новостями из instagram --> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" align="right" width="50%"> <![endif]--> <!-- начало блока с новостями из facebook --> <div class="w640-full" style="display: inline-block; vertical-align: top; width: 50%; min-width:300px;"> <table width="100%" align="center" cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td align="center"> <table width="90%" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td align="center" bgcolor="#f2f5f9" style="padding-bottom: 12px; padding-top: 12px;"> <table width="90%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td style="padding-bottom: 17px;"> <table cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="padding-right: 9px;"> <a href="https://www.facebook.com/Kolesakz/" target="_blank"><img style="display: block; border:none;" src="https://suite7.emarsys.net/custloads/294943074/md_237424.gif" width="40" height="40" alt="facebook ico"></a> </td> <td> <table cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> <a style="color: #3b5998; text-decoration:none;" target="_blank" href="https://www.facebook.com/Kolesakz/"><strong>Kolesa.kz на Facebook</strong></a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <!-- Текст новости --> <tr> <td style="font-size: 14px; line-height: 19px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> Интересный вопрос: переходит ли оплата налога на транспорт новому владельцу? </td> </tr> </tbody></table> </td> </tr> <!-- Изображение новости --> <tr> <td style="font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> <a href="https://www.facebook.com/Kolesakz/photos/a.487922717889190.124827.487915631223232/1608224725858978/?type=3&amp;theater" target="_blank"><img class="w640-full" style="display: block; border:none; text-align: center;" src="img-fb.jpg" width="285" height="160" alt="Изображение новости"></a> </td> </tr> <tr> <td align="center" style="padding-top: 20px; padding-bottom: 30px; font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000;"> <a href="https://www.facebook.com/Kolesakz/photos/a.487922717889190.124827.487915631223232/1608224725858978/?type=3&amp;theater" target="_blank"><img style="vertical-align: top; border: none; font-weight: bold;" width="140" height="40" src="http://link.kolesa.kz/custloads/294943074/md_487650.jpg" alt="Читать"></a> </td> </tr> </tbody> </table> </td> </tr> </tbody></table> </div> <!-- конец блока с новостями из youtube --> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]--> </td> </tr> </tbody> </table> </td> </tr> <!-- конец блока с новостями из соцсетей --> <!-- баннер нижний --> <tr> <td background="http://link.kolesa.kz/custloads/294943074/Kolesa_news_18052017/bg-banner-bottom.jpg" bgcolor="#0cb149" width="650" height="220" valign="top" style="background-image: url(http://link.kolesa.kz/custloads/294943074/Kolesa_news_18052017/bg-banner-bottom.jpg);"> <!--[if gte mso 9]> <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:650px;height:220px;"> <v:fill type="tile" src="http://link.kolesa.kz/custloads/294943074/Kolesa_news_18052017/bg-banner-bottom.jpg" color="#0cb149" /> <v:textbox inset="0,0,0,0"> <![endif]--> <table cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td height="220" valign="bottom" style="padding-left:9%;"> <table width="285" cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="padding-bottom: 20px; font-size: 16px; line-height: 21px; font-family: Arial, Helvetica, sans-serif; color:#ffffff; text-align: left;"> Воспользуйтесь нашим бесплатным сервисом, чтобы быстрее продать или купить проверенное авто! </td> </tr> <tr> <td align="left"> <table cellpadding="0" cellspacing="0" border="0"> <tbody> <tr> <td style="padding-bottom: 20px; padding-right: 20px; font-size: 12px; line-height: 18px; font-family: Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> <div><!--[if mso]> <v:roundrect href="https://kolesa.kz/promo/check-auto/?page=sellers" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" style="height:36px;v-text-anchor:middle;width:105px;" arcsize="50%" strokecolor="#ffffff" fillcolor="#0cb149"> <w:anchorlock/> <center style="color:#ffffff;font-family:sans-serif;font-size:13px;font-weight:bold;">Продаю</center> </v:roundrect> <![endif]--> <a href="https://kolesa.kz/promo/check-auto/?page=sellers" style="background-color:#0cb149;border:2px solid #ffffff; -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px; color:#ffffff;display:inline-block;font-family: Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;line-height:36px;text-align:center;text-decoration:none;width:105px;-webkit-text-size-adjust:none;mso-hide:all;">Продаю</a> </div> </td> <td style="padding-bottom: 20px; font-size: 12px; line-height: 18px; font-family: Arial, Helvetica, sans-serif; color:#000000; text-align: left;"> <div><!--[if mso]> <v:roundrect href="https://kolesa.kz/promo/check-auto/?page=buyers" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" style="height:36px;v-text-anchor:middle;width:105px;" arcsize="50%" strokecolor="#ffffff" fillcolor="#0cb149"> <w:anchorlock/> <center style="color:#ffffff;font-family:sans-serif;font-size:13px;font-weight:bold;">Ищу</center> </v:roundrect> <![endif]--> <a href="https://kolesa.kz/promo/check-auto/?page=buyers" style="background-color:#0cb149;border:2px solid #ffffff; -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px; color:#ffffff;display:inline-block;font-family: Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;line-height:36px;text-align:center;text-decoration:none;width:105px;-webkit-text-size-adjust:none;mso-hide:all;">Ищу</a> </div> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <!--[if gte mso 9]> </v:textbox> </v:rect> <![endif]--> </td> </tr> <!-- футер --> <tr> <td bgcolor="#f2f2f2" style="padding-bottom: 40px; padding-top: 23px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center"> <table width="92%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="text-align: center; font-size: 0;"> <!--[if (gte mso 9)|(IE)]> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td valign="top" valign="left" width="50%"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 50%; min-width: 220px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> <tbody> <tr> <td style="padding-bottom: 14px;"> <table cellspacing="0" cellpadding="0" border="0" > <tbody> <tr> <td width="24" style="padding-right: 5px; font-size: 16px; line-height: 19px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <img width="24" height="24" style="display: block; border: none;" src="http://link.kolesa.kz/custloads/294943074/md_498450.png" alt="✆"> </td> <td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="white-space: nowrap; font-size: 12px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> Телефон службы поддержки: </td> </tr> <tr> <td style="white-space: nowrap; font-size: 16px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> <span style="white-space: nowrap;">+7&nbsp;(727)&nbsp;331-11-86</span> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td style="padding-bottom: 14px;"> <table cellspacing="0" cellpadding="0" border="0" > <tbody> <tr> <td width="24" style="padding-right: 5px; font-size: 16px; line-height: 19px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <img width="24" height="24" style="display: block; border: none;" src="http://link.kolesa.kz/custloads/294943074/md_498444.png" alt="⏰"> </td> <td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="white-space: nowrap; font-size: 12px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> Режим работы: </td> </tr> <tr> <td style="white-space: nowrap; font-size: 16px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> <span style="white-space: nowrap;">с 09:00 до 18:00</span> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td style="padding-bottom: 14px;"> <table cellspacing="0" cellpadding="0" border="0" > <tbody> <tr> <td width="24" style="padding-right: 5px; font-size: 16px; line-height: 19px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> <img width="24" height="18" style="display: block; border: none;" src="http://link.kolesa.kz/custloads/294943074/md_498445.png" alt="✉"> </td> <td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="white-space: nowrap; font-size: 12px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> Наша почта: </td> </tr> <tr> <td style="white-space: nowrap; font-size: 16px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> <a href="mailto:&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#107;&#111;&#108;&#101;&#115;&#097;&#046;&#107;&#122;" style="color: #333333; text-decoration:none; white-space: nowrap;">&#115;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#107;&#111;&#108;&#101;&#115;&#097;&#046;&#107;&#122;</a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> <td valign="top" align="right" width="50%"> <![endif]--> <div style="display: inline-block; vertical-align: top; width: 50%; min-width: 285px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> <tbody> <!-- блок соцсетей --> <tr> <td style="padding-bottom: 6px; font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> Присоединяйтесь к нам: </td> </tr> <tr> <td style="padding-bottom: 14px;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; font-size: 12px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#ffffff;"> <a style="text-decoration:none; color: #333333;" target="_blank" href="http://vk.com/kolesakz"><img width="24" height="24" alt="VK" src="http://link.kolesa.kz/custloads/294943074/md_498452.png" style="display: block; border: none;"></a> </td> <td style="padding-right: 10px; font-size: 12px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#ffffff;"> <a style="text-decoration:none; color: #333333;" target="_blank" href="https://www.facebook.com/Kolesakz/"><img width="24" height="24" alt="facebook" src="http://link.kolesa.kz/custloads/294943074/md_498447.png" style="border: none; display: block;"></a> </td> <td style="padding-right: 10px; font-size: 12px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#ffffff;"> <a style="text-decoration:none; color: #333333;" target="_blank" href="https://www.instagram.com/kolesakz_official/"><img width="24" height="24" alt="instagram" src="http://link.kolesa.kz/custloads/294943074/md_498449.png" style="border: none; display: block;"></a> </td> <td style="font-size: 12px; line-height: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#ffffff;"> <a style="text-decoration:none; color: #333333;" target="_blank" href="https://www.youtube.com/user/kolesakzvideo"><img width="24" height="24" alt="youtube" src="http://link.kolesa.kz/custloads/294943074/md_498455.png" style="border: none; display: block;"></a> </td> </tr> </tbody> </table> </td> </tr> <!-- блок загрузки прилоежния для смартфона или планшета --> <tr> <td style="padding-bottom: 10px; font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: left;"> Kolesa.kz в вашем смартфоне или планшете: </td> </tr> <tr> <td style="padding-bottom: 14px;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="center" style="padding-right: 10px; font-size: 8px; line-height: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#ffffff;"> <a style="text-decoration:none; color: #333333;" target="_blank" href="https://itunes.apple.com/gb/app/kolesa.kz/id563291345?mt=8"><img width="84" height="25" alt="Скачать на App Store" src="http://link.kolesa.kz/custloads/294943074/md_498443.png" style="display: block; border: none;"></a> </td> <td align="center" style="padding-right: 10px; font-size: 8px; line-height: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#ffffff;"> <a style="text-decoration:none; color: #333333;" target="_blank" href="https://play.google.com/store/apps/details?id=kz.kolesa"><img width="84" height="25" alt="Скачать на GooglePlay" src="http://link.kolesa.kz/custloads/294943074/md_498448.png" style="display: block; border: none;"></a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> <!--[if (gte mso 9)|(IE)]> </td> </tr> </tbody> </table> <![endif]--> </td> </tr> <tr> <td align="center" style="padding-top: 4px; font-size: 10px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333333; text-align: center;"> Вы можете <a href="http://kolesa.kz/passport/manage-notifications/?code=$pers_40232$&amp;email=$pers_3$" target="_blank" style="color: #0070cc; text-decoration:none;">изменить настройки рассылки или отписаться</a>. <br>ТОО &laquo;Колёса&raquo;, A05K2P6 (050008), Республика Казахстан, г. Алматы, ул. Шевченко, 157/4 <br><a href="http://kolesa.kz/content/service/regulations/" target="_blank" style="color: #0070cc; text-decoration:none;">Политика конфиденциальности</a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <!--[if gte mso 9]> </td></tr> </table><![endif]--> </td> </tr> </table> </td> </tr> </table> </div> </body> </html>
WebContent/WEB-INF/pages/help/unitaFunzionali/RegistrazioneDocUscita.html
grusso14/eprot
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 10"> <meta name=Originator content="Microsoft Word 10"> <link rel=File-List href="RegistrazioneDocUscita_file/filelist.xml"> <link rel=Edit-Time-Data href="RegistrazioneDocUscita_file/editdata.mso"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--> <title>WebArch 4.0 (E-Prot) - Manuale Utente</title> <!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Author>finsiel</o:Author> <o:LastAuthor>Finsiel</o:LastAuthor> <o:Revision>15</o:Revision> <o:TotalTime>229</o:TotalTime> <o:LastPrinted>2006-03-23T14:41:00Z</o:LastPrinted> <o:Created>2005-08-22T13:45:00Z</o:Created> <o:LastSaved>2006-04-06T13:12:00Z</o:LastSaved> <o:Pages>1</o:Pages> <o:Words>1152</o:Words> <o:Characters>6568</o:Characters> <o:Company>finsiel</o:Company> <o:Lines>54</o:Lines> <o:Paragraphs>15</o:Paragraphs> <o:CharactersWithSpaces>7705</o:CharactersWithSpaces> <o:Version>10.2625</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:HyphenationZone>14</w:HyphenationZone> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> </w:WordDocument> </xml><![endif]--> <link rel=Stylesheet type="text/css" media=all href=unitaFunzionali.css> <style> <!-- /* Font Definitions */ @font-face {font-family:Wingdings; panose-1:5 0 0 0 0 0 0 0 0 0; mso-font-charset:2; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:0 268435456 0 0 -2147483648 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} a:link, span.MsoHyperlink {mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; font-family:Arial; mso-ascii-font-family:Arial; mso-hansi-font-family:Arial; mso-bidi-font-family:Arial; color:#FF9900; font-weight:normal; font-style:normal; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; font-family:Arial; mso-ascii-font-family:Arial; mso-hansi-font-family:Arial; mso-bidi-font-family:Arial; color:#FF9900; font-weight:normal; font-style:normal; text-decoration:underline; text-underline:single;} p {mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} p.titolo1, li.titolo1, div.titolo1 {mso-style-name:titolo1; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:16.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} p.titolo2, li.titolo2, div.titolo2 {mso-style-name:titolo2; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman"; font-weight:bold;} p.titolo3, li.titolo3, div.titolo3 {mso-style-name:titolo3; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman"; font-weight:bold;} p.titolo4, li.titolo4, div.titolo4 {mso-style-name:titolo4; mso-margin-top-alt:auto; margin-right:0cm; mso-margin-bottom-alt:auto; margin-left:0cm; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} p.Corpotesto, li.Corpotesto, div.Corpotesto {mso-style-name:"Corpo testo"; margin-top:12.0pt; margin-right:0cm; margin-bottom:0cm; margin-left:45.35pt; margin-bottom:.0001pt; text-align:justify; mso-pagination:widow-orphan; font-size:12.0pt; mso-bidi-font-size:10.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:595.3pt 841.9pt; margin:70.85pt 2.0cm 2.0cm 2.0cm; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.Section1 {page:Section1;} /* List Definitions */ @list l0 {mso-list-id:116685583; mso-list-type:hybrid; mso-list-template-ids:-1842840568 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;} @list l0:level1 {mso-level-number-format:bullet; mso-level-text:\F0B7; mso-level-tab-stop:36.0pt; mso-level-number-position:left; text-indent:-18.0pt; font-family:Symbol;} @list l1 {mso-list-id:164783761; mso-list-type:hybrid; mso-list-template-ids:917000354 68157441 68157443 68157445 68157441 68157443 68157445 68157441 68157443 68157445;} @list l1:level1 {mso-level-number-format:bullet; mso-level-text:\F0B7; mso-level-tab-stop:36.0pt; mso-level-number-position:left; text-indent:-18.0pt; font-family:Symbol;} @list l1:level2 {mso-level-tab-stop:72.0pt; mso-level-number-position:left; text-indent:-18.0pt;} @list l1:level3 {mso-level-tab-stop:108.0pt; mso-level-number-position:left; text-indent:-18.0pt;} @list l1:level4 {mso-level-tab-stop:144.0pt; mso-level-number-position:left; text-indent:-18.0pt;} @list l1:level5 {mso-level-tab-stop:180.0pt; mso-level-number-position:left; text-indent:-18.0pt;} @list l1:level6 {mso-level-tab-stop:216.0pt; mso-level-number-position:left; text-indent:-18.0pt;} @list l1:level7 {mso-level-tab-stop:252.0pt; mso-level-number-position:left; text-indent:-18.0pt;} @list l1:level8 {mso-level-tab-stop:288.0pt; mso-level-number-position:left; text-indent:-18.0pt;} @list l1:level9 {mso-level-tab-stop:324.0pt; mso-level-number-position:left; text-indent:-18.0pt;} @list l2 {mso-list-id:176701114; mso-list-template-ids:1300031154;} @list l2:level1 {mso-level-number-format:bullet; mso-level-text:\F0B7; mso-level-tab-stop:36.0pt; mso-level-number-position:left; text-indent:-18.0pt; mso-ansi-font-size:10.0pt; font-family:Symbol;} @list l3 {mso-list-id:1265843776; mso-list-template-ids:-1099237282;} @list l3:level1 {mso-level-number-format:bullet; mso-level-text:\F0B7; mso-level-tab-stop:36.0pt; mso-level-number-position:left; text-indent:-18.0pt; mso-ansi-font-size:10.0pt; font-family:Symbol;} @list l4 {mso-list-id:1893422342; mso-list-template-ids:-52387406;} @list l4:level1 {mso-level-number-format:bullet; mso-level-text:\F0B7; mso-level-tab-stop:36.0pt; mso-level-number-position:left; text-indent:-18.0pt; mso-ansi-font-size:10.0pt; font-family:Symbol;} ol {margin-bottom:0cm;} ul {margin-bottom:0cm;} --> </style> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Tabella normale"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";} </style> <![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="13314"/> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit"> <o:idmap v:ext="edit" data="1"/> </o:shapelayout></xml><![endif]--> </head> <body bgcolor=white lang=IT link="#FF9900" vlink="#FF9900" style='tab-interval: 35.4pt' onload="self.focus()"> <div class=Section1> <p class=MsoNormal>&nbsp; </p> <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span style='font-size:24.0pt'>WebArch 4.0 (E-prot) &#8211; Manuale Utente<o:p></o:p></span></b></p> <p class=MsoNormal><i style='mso-bidi-font-style:normal'><span style='font-size:22.0pt'><o:p>&nbsp;</o:p></span></i></p> <p class=MsoNormal><i style='mso-bidi-font-style:normal'><span style='font-size:22.0pt'>Unità funzionali<o:p></o:p></span></i></p> <p class=MsoNormal><o:p>&nbsp;</o:p></p> <table class=MsoNormalTable border=0 cellpadding=0 width=650 style='width:487.5pt; mso-cellspacing:1.5pt;mso-padding-alt:0cm 5.4pt 0cm 5.4pt'> <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'> <td valign=bottom style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial; color:black'><o:p>&nbsp;</o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:1'> <td valign=bottom style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial; color:black'><o:p>&nbsp;</o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:2;mso-yfti-firstrow:yes'> <td style='padding:.75pt .75pt .75pt .75pt'> <div align=center> <table class=MsoNormalTable border=0 cellpadding=0 style='mso-cellspacing: 1.5pt;mso-padding-alt:0cm 5.4pt 0cm 5.4pt'> <tr style='mso-yfti-irow:0;mso-yfti-lastrow:yes'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial; color:black'><a href="RegistrazioneDocIngresso.html"><span style='text-decoration:none;text-underline:none'><img border=0 width=25 height=23 id="_x0000_i1025" src="../immagini/precedente.gif" alt="Pagina precedente"></span></a><o:p></o:p></span></p> </td> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial; color:black'><a href="../sommario.html"><span style='text-decoration:none; text-underline:none'><img border=0 width=25 height=31 id="_x0000_i1026" src="../immagini/sommario.gif" alt=Sommario></span></a><o:p></o:p></span></p> </td> <!-- <TD><A href="../appendiciEdIndice/indice.html"><IMG src="../immagini/indice.gif" border="0" alt="Indice"></A> </TD> --> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial; color:black'><a href="fascicoli.html"><span style='text-decoration:none; text-underline:none'><img border=0 width=25 height=23 id="_x0000_i1027" src="../immagini/successiva.gif" alt="Pagina successiva"></span></a><o:p></o:p></span></p> </td> </tr> </table> </div> <p class=MsoNormal align=center style='text-align:center'><span style='font-size:10.0pt;font-family:Arial;color:black'><o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:3'> <td valign=bottom style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><span style='font-size:16.0pt;font-family:Arial; color:maroon'>Registrazione Documenti in Uscita</span><span style='font-size: 10.0pt;font-family:Arial;color:black'> <o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:4'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'>La funzione e' attivabile attraverso la navigazione del Menu selezionando la voce <u>Protocollo &gt; Registrazione &gt; Documento in uscita</u> e consente di registrare, mediante assegnazione di un numero di protocollo univoco all'interno di un registro, i documenti in uscita da ogni singola Area Organizzativa Omogenea. <o:p></o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'><o:p>&nbsp;</o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'>Il sistema assegna, automaticamente a tutti i documenti protocollati, le seguenti informazioni:<o:p></o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'><o:p>&nbsp;</o:p></span></p> <ul style='margin-top:0cm' type=disc> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Area Organizzativa Omogenea di appartenenza;<o:p></o:p></span></li> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Data di protocollazione;<o:p></o:p></span></li> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Numero di protocollo.<o:p></o:p></span></li> </ul> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'><o:p>&nbsp;</o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'>L&#8217;utente dovrà necessariamente valorizzare i seguenti campi:<o:p></o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'><o:p>&nbsp;</o:p></span></p> <ul style='margin-top:0cm' type=disc> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Tipo documento;<o:p></o:p></span></li> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Oggetto<o:p></o:p></span></li> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Mittente;<o:p></o:p></span></li> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Destinatari;<o:p></o:p></span></li> </ul> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'>Per il campo mittente è necessario valorizzare l&#8217;Ufficio/Utente.<o:p></o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'>Per il campo destinatario è necessario specificare se si tratta di una persona fisica, giuridica, Aoo oppure e&#8217; possibile selezionando il campo lista di distribuzione inserire le persone fisiche o giuridiche presenti nella lista.<o:p></o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'>Tutti i campi obbligatori sono contrassegnati da un asterisco e dal fondo di colore giallo.<o:p></o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'>Per eseguire una <u>protocollazione senza documento elettronico</u> occorre premere il tasto </span><span style='color:black'>registra</span><b style='mso-bidi-font-weight:normal'><span style='font-size:10.0pt;font-family:Arial;color:black'>.<o:p></o:p></span></b></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'>Nel caso in cui l&#8217;utente dovesse premere il tasto Registra senza aver valorizzato tutti i campi obbligatori, il sistema visualizzerà un messaggio in alto con l&#8217;indicazione dei campi obbligatori mancanti.<o:p></o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'>Superati tutti i controlli formali il sistema eseguirà la protocollazione e visualizzerà il seguente messaggio:<o:p></o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'><span style='mso-spacerun:yes'> </span><o:p></o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:11.0pt; color:red'>Protocollo Registrato con il numero: <b style='mso-bidi-font-weight: normal'>0000<strong>292/2005</strong></b></span><span style='font-size:10.0pt; font-family:Arial;color:black'><o:p></o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'><o:p>&nbsp;</o:p></span></p> <p class=MsoNormal style='margin-top:.75pt;margin-right:0cm;margin-bottom: 1.5pt;margin-left:0cm;vertical-align:middle'><span style='font-size:10.0pt; font-family:Arial;color:black'>Per eseguire una <u>protocollazione con documento elettronico</u> premere il tasto <b style='mso-bidi-font-weight: normal'>S</b></span><b style='mso-bidi-font-weight:normal'><span style='color:black'>foglia</span></b><b style='mso-bidi-font-weight:normal'><span style='font-size:10.0pt;font-family:Arial;color:black'>,</span></b><span style='font-size:10.0pt;font-family:Arial;color:black'> selezionare il documento sul proprio PC, premere il tasto </span><span style='color:black'>allega </span><span style='font-size:10.0pt;font-family:Arial;color:black'>per inviare il file selezionato al Server ed eseguire le stesse operazioni della protocollazione senza documento elettronico.<o:p></o:p></span></p> <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial; color:black'><o:p>&nbsp;</o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:5'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial; color:black'>Ad un protocollo in ingresso possono essere associate le seguenti altre informazioni facoltative:<o:p></o:p></span></p> <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial; color:black'><o:p>&nbsp;</o:p></span></p> <ul style='margin-top:0cm' type=disc> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Data documento;<o:p></o:p></span></li> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Allegati: si possono associare al documento protocollato altri documenti in formato elettronico selezionandoli dal proprio PC. Per selezionare gli allegati seguire i seguenti passi: premere il tasto <b style='mso-bidi-font-weight: normal'>Allegati</b>, premere il tasto sfoglia, selezionare sul proprio PC il file di interesse, premere il tasto </span><span style='color: windowtext'>allega</span><b style='mso-bidi-font-weight:normal'><span style='font-size:10.0pt;font-family:Arial'>.</span></b><span style='font-size:10.0pt;font-family:Arial'> <o:p></o:p></span></li> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Allacci: si possono creare dei legami logici (allacci) tra i documenti protocollati. Per aggiungere un allaccio seguire i seguenti passi: premere il tasto <b style='mso-bidi-font-weight:normal'>Allacci</b>, inserire anno e numero del protocollo che si vuole allacciare, premere il tasto </span><span style='color:windowtext'>allaccia</span><b style='mso-bidi-font-weight: normal'><span style='font-size:10.0pt;font-family:Arial'>.</span></b><span style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></li> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Annotazioni: si possono aggiungere delle note al protocollo, indicare la posizione dello stesso in un archivio cartaceo, inserire una parola chiave. Per inserire tali informazioni seguire i seguenti passi: premere il tasto <b style='mso-bidi-font-weight:normal'>Annotazioni</b>, avvalorare i campi Posizione, Chiave, Note.<o:p></o:p></span></li> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Titolario: associazione del protocollo ad una voce di classifica del Titolario. Per inserire tale informazione seguire i seguenti passi: premere il tasto Titolario, scegliere una voce di classificazione e premere il tasto </span><span style='color:windowtext'>imposta</span><b style='mso-bidi-font-weight: normal'><span style='font-size:10.0pt;font-family:Arial'>.</span></b><span style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></li> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Fascicolo: i protocolli possono essere inseriti in uno o più fascicoli. Per inserire tale informazione seguire i seguenti passi: premere il tasto </span><span style='color:windowtext'>fascicoli</span><span style='font-size:10.0pt; font-family:Arial'>, premere il tasto </span><span style='color:windowtext'>cerca </span><span style='font-size:10.0pt;font-family:Arial'>se si vuole inserire il protocollo in un fascicolo esistente, oppure premere il tasto </span><span style='color:windowtext'>nuovo </span><span style='font-size:10.0pt;font-family:Arial'>se si vuole creare contestualmente il Fascicolo nel quale inserire il protocollo.<o:p></o:p></span></li> <li class=MsoNormal style='color:black;margin-top:.75pt;margin-bottom:1.5pt; mso-list:l1 level1 lfo3;tab-stops:list 36.0pt;vertical-align:middle'><span style='font-size:10.0pt;font-family:Arial'>Procedimento </span><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>la funzione consente la ricerca dei procedimenti associati i campi che devono essere impostati dall&#8217;utente sono i seguenti</span><span style='font-size:10.0pt;font-family:Arial'><o:p></o:p></span></li> </ul> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Anno Procedimento;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Numero Procedimento;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Procedimento;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Data di Avvio Da;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Data di Avvio A;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Ufficio;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Servizio;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Categoria;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Stato del Procedimento (fase di iniziativa, fase istruttoria, fase decisoria, fase integrativa dell&#8217;efficacia, concluso);<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Posizione (in trattazione, in evidenza, agli atti);<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Data Evidenza Da;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Data Evidenza A;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Oggetto;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Note<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:45.35pt'><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'><o:p>&nbsp;</o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:15.75pt'><span style='color:black'>Il risultato della ricerca sarà una lista contenente i Procedimenti che soddisfano i criteri di ricerca. I campi visualizzati nella lista saranno i seguenti:<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:70.9pt'><span style='color:black'><o:p>&nbsp;</o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Procedimento (nel formato aaaannnnnnn);<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Data Avvio;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Ufficio;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Servizio;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Categoria;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Stato;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Tipo;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Oggetto<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:45.35pt'><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'><o:p>&nbsp;</o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:15.75pt'><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Cliccando sul Procedimento si dovrà entrare nel dettaglio nel quale saranno visualizzate le informazioni presenti nella lista più le seguenti:<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'>Tipo/Finalità</span><span lang=EN-US style='font-size: 11.0pt;mso-bidi-font-size:10.0pt;color:black;mso-ansi-language:EN-US'> del Procedimento;</span><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt; color:black'><o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span lang=EN-US style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black;mso-ansi-language:EN-US'>Responsabile;</span><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'><o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span lang=EN-US style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black;mso-ansi-language:EN-US'>Referente;</span><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'><o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span lang=EN-US style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black;mso-ansi-language:EN-US'>Posizione;</span><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'><o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span lang=EN-US style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black;mso-ansi-language:EN-US'>Data Evidenza;</span><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'><o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span lang=EN-US style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black;mso-ansi-language:EN-US'>Note</span><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'><o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:45.35pt'><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'><o:p>&nbsp;</o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:15.75pt;text-indent:-1.15pt'><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black'>Oltre alle informazioni proprie del Procedimento sarà visualizzata la lista degli oggetti aggregati (Documento, Faldone o Fascicolo). Per ciascun oggetto aggregato al Procedimento dovrà essere possibile visualizzare i campi significativi nella lista ed entrare nel dettaglio con un clik sul numero procedimento.<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:15.75pt;text-indent:-1.15pt'><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black'>Dal dettaglio del procedimento dovrà essere possibile modificarne gli attributi e la composizione (aggiunta ed eliminazione di Documenti, Faldoni e Fascicoli)<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:15.75pt;text-indent:-1.15pt'><span style='color:black'>La funzione di Inserimento nuovo Procedimento sarà attivata solo dalla maschera del documento protocollato inserendo un link che richiami la maschera di inserimento. I campi prospettati nella maschera di inserimento di un Procedimento saranno i seguenti:<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:70.9pt'><span style='color:black'><o:p>&nbsp;</o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:normal'><u><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black'>Data Avvio</span></u></i></b><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'>;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:normal'><u><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black'>Ufficio</span></u></i></b><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'> (default uguale a quello del Documento protocollato);<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:normal'><u><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black'>Servizio</span></u></i></b><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'> (default uguale a quello del Documento protocollato);<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:normal'><u><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black'>Categoria</span></u></i></b><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'> (default uguale a quello del Documento protocollato);<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:normal'><u><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black'>Stato</span></u></i></b><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'>;<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:normal'><u><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black'>Tipo/Finalità </span></u></i></b><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'>(da lista);<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:normal'><u><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black'>Oggetto</span></u></i></b><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'> (default uguale a quello del Documento protocollato);<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span lang=EN-US style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black;mso-ansi-language:EN-US'>Responsabile;</span><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'><o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:normal'><u><span lang=EN-US style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black;mso-ansi-language:EN-US'>Referente</span></u></i></b><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black; mso-ansi-language:EN-US'>;</span><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'><o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><b style='mso-bidi-font-weight:normal'><i style='mso-bidi-font-style:normal'><u><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black'>Posizione</span></u></i></b><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'> (in trattazione, in evidenza agli atti);<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span lang=EN-US style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black;mso-ansi-language:EN-US'>Data Evidenza;</span><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'><o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l1 level1 lfo3; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-size:11.0pt; mso-bidi-font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span lang=EN-US style='font-size:11.0pt; mso-bidi-font-size:10.0pt;color:black;mso-ansi-language:EN-US'>Note</span><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'><o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:45.35pt'><span style='font-size:11.0pt;mso-bidi-font-size: 10.0pt;color:black'><o:p>&nbsp;</o:p></span></p> <p class=Corpotesto align=left style='margin-top:0cm;margin-right:0cm; margin-bottom:6.0pt;margin-left:15.75pt;text-align:left'><span style='font-size:11.0pt;mso-bidi-font-size:10.0pt;color:black'>L&#8217;associazione tra un documento protocollato ed un procedimento determina il passaggio del documento allo stato &#8220;associato a procedimento&#8221;. Tale stato determina un congelamento del documento che non potrà subire i passaggi di stato tipici del protocollo (sospeso, in lavorazione, rifiutato ecc.) ma sarà il procedimento stesso con i suoi stati (in trattazione, in evidenza, agli atti) a guidare il flusso.<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:15.75pt'><span style='color:black'>La presenza di informazioni nelle sottomaschere(Mittente, Assegnatario, Allegati, ecc.) viene evidenziata nel seguente modo: Allegati(2)<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:15.75pt'><span style='color:black'>Una volta che si è ottenuto il numero di protocollo è possibile modificare, annullare, creare un nuovo protocollo con gli opportuni tasti.<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:15.75pt'><span style='color:black'>Con il tasto <b style='mso-bidi-font-weight:normal'>Ripeti dati </b>è possibile effettuare una nuova protocollazione ripetendo i dati obbligatori utilizzati nel precedente protocollo. Con la funzione Configurazione Utente è possibile specificare quali dati si intendono ripetere:<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo6; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-family:Symbol; mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='color:black'>oggetto,<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo6; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-family:Symbol; mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='color:black'>tipo documento, <o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo6; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-family:Symbol; mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='color:black'>data documento<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo6; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-family:Symbol; mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='color:black'>Ricevuto il <o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo6; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-family:Symbol; mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='color:black'>Tipo mittente<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo6; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-family:Symbol; mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='color:black'>Mittente<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo6; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-family:Symbol; mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='color:black'>Destinatario<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo6; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-family:Symbol; mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='color:black'>Assegnatari<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:36.0pt;text-indent:-18.0pt;mso-list:l0 level1 lfo6; tab-stops:list 36.0pt'><![if !supportLists]><span style='font-family:Symbol; mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:black'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span style='color:black'>Titolario<o:p></o:p></span></p> <p class=Corpotesto style='margin-top:0cm;margin-right:0cm;margin-bottom: 6.0pt;margin-left:15.75pt'><span style='color:black'>Con il tasto <b style='mso-bidi-font-weight:normal'>Etichetta </b>viene<b style='mso-bidi-font-weight: normal'> </b>stampata l&#8217;etichetta con le informazioni del protocollo ed il codice a barre.<o:p></o:p></span></p> <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial; color:black'><o:p>&nbsp;</o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:6'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><span style='font-size:10.0pt;font-family:Arial; color:black'>&nbsp;<o:p></o:p></span></p> </td> </tr> <tr style='mso-yfti-irow:7;mso-yfti-lastrow:yes;mso-yfti-firstrow:yes'> <td style='padding:.75pt .75pt .75pt .75pt'> <div align=center> <table class=MsoNormalTable border=0 cellpadding=0 style='mso-cellspacing: 1.5pt;mso-padding-alt:0cm 5.4pt 0cm 5.4pt'> <tr style='mso-yfti-irow:0;mso-yfti-lastrow:yes'> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><a name=funz></a><a href="paginaIndice.html"><span style='mso-bookmark:funz'><span style='font-size:10.0pt;font-family:Arial; text-decoration:none;text-underline:none'><img border=0 width=25 height=23 id="_x0000_i1028" src="../immagini/precedente.gif" alt="Pagina precedente"></span></span><span style='mso-bookmark:funz'></span></a><span style='mso-bookmark:funz'><span style='font-size:10.0pt;font-family:Arial;color:black'><o:p></o:p></span></span></p> </td> <span style='mso-bookmark:funz'></span> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><span style='mso-bookmark:funz'></span><a href="../sommario.html"><span style='mso-bookmark:funz'><span style='font-size:10.0pt;font-family:Arial;text-decoration:none;text-underline: none'><img border=0 width=25 height=31 id="_x0000_i1029" src="../immagini/sommario.gif" alt=Sommario></span></span><span style='mso-bookmark:funz'></span></a><span style='mso-bookmark:funz'><!-- <TD><A href="../appendiciEdIndice/indice.html"><IMG src="../immagini/indice.gif" border="0" alt="Indice"></A> </TD> --><span style='font-size:10.0pt;font-family:Arial;color:black'><o:p></o:p></span></span></p> </td> <span style='mso-bookmark:funz'></span> <td style='padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><span style='mso-bookmark:funz'></span><a href="fascicoli.html"><span style='mso-bookmark:funz'><span style='font-size:10.0pt;font-family:Arial;text-decoration:none;text-underline: none'><img border=0 width=25 height=23 id="_x0000_i1030" src="../immagini/successiva.gif" alt="Pagina successiva"></span></span><span style='mso-bookmark:funz'></span></a><span style='mso-bookmark:funz'><span style='font-size:10.0pt;font-family:Arial;color:black'><o:p></o:p></span></span></p> </td> <span style='mso-bookmark:funz'></span> </tr> </table> </div> <span style='mso-bookmark:funz'></span> <p class=MsoNormal align=center style='text-align:center'><span style='mso-bookmark:funz'><span style='font-size:10.0pt;font-family:Arial; color:black'><o:p></o:p></span></span></p> </td> <span style='mso-bookmark:funz'></span> </tr> </table> <span style='mso-bookmark:funz'></span> <p class=MsoNormal><o:p>&nbsp;</o:p></p> </div> </body> </html>
lounge/beverages/elixir.css
gn02527149/gn02527149.github.io
p#pgreen { color: green } p#ppurple { color: purple } p#pblue { color: blue } p#pred { color: red }
programacao-web-2/tasks/lucas-jacinto/bootstrap/index.html
stehleao/dctb-utfpr
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Bootstrap</title> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/style.css"> </head> <body> <nav class="navbar navbar-fixed-top navbar-expand-md navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="#">Bootstrap Atividade 03</a> </div> <ul class="nav navbar-nav"> <li><a href="#">Home</a></li> <li><a href="#product">Produtos</a></li> <li><a href="#contact">Contato</a></li> </ul> </div> </nav> <section id="product" class="jumbotron bg-product"> <div class="container"> <div class="title"> <h1>Produtos</h1> </div> <div class="row"> <div class="col-md-4 col-lg-3 col-sm-12"> <div class="product"> <div class="title"><h1>"Lorem ipsum dolor</h1></div> <div class="desc"> <p> "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi" </p> </div> <button type="button" class="btn btn-default">Comprar</button> </div> </div> <div class="col-md-4 col-lg-3 col-sm-12"> <div class="product"> <div class="title"><h1>"Lorem ipsum dolor</h1></div> <div class="desc"> <p> "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi" </p> </div> <button type="button" class="btn btn-default">Comprar</button> </div> </div> <div class="col-md-4 col-lg-3 col-sm-12"> <div class="product"> <div class="title"><h1>"Lorem ipsum dolor</h1></div> <div class="desc"> <p> "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi" </p> </div> <button type="button" class="btn btn-default">Comprar</button> </div> </div> <div class="col-md-4 col-lg-3 col-sm-12"> <div class="product"> <div class="title"><h1>"Lorem ipsum dolor</h1></div> <div class="desc"> <p> "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi" </p> </div> <button type="button" class="btn btn-default">Comprar</button> </div> </div> <div class="col-md-4 col-lg-3 col-sm-12"> <div class="product"> <div class="title"><h1>"Lorem ipsum dolor</h1></div> <div class="desc"> <p> "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi" </p> </div> <button type="button" class="btn btn-default">Comprar</button> </div> </div> <div class="col-md-4 col-lg-3 col-sm-12"> <div class="product"> <div class="title"><h1>"Lorem ipsum dolor</h1></div> <div class="desc"> <p> "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi" </p> </div> <button type="button" class="btn btn-default">Comprar</button> </div> </div> <div class="col-md-4 col-lg-3 col-sm-12"> <div class="product"> <div class="title"><h1>"Lorem ipsum dolor</h1></div> <div class="desc"> <p> "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi" </p> </div> <button type="button" class="btn btn-default">Comprar</button> </div> </div> <div class="col-md-4 col-lg-3 col-sm-12"> <div class="product"> <div class="title"><h1>"Lorem ipsum dolor</h1></div> <div class="desc"> <p> "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi" </p> </div> <button type="button" class="btn btn-default">Comprar</button> </div> </div> </div> </div> </section> <section id="contact"> <div class="container"> <div class="title"> <h1>Contato</h1> </div> <div class="row"> <form> <div class="col-lg-8 col-md-7 col-sm-6 col-xs-12"> <label for="name">Nome</label> <input type="text" class="form-control" name="name" id="name" placeholder="Nome"> <label for="email">Email</label> <input type="email" class="form-control" name="email" id="email" placeholder="Email"> </div> <div class="col-lg-4 col-md-5 col-sm-6 col-xs-12"> <label for="subject">Assunto</label> <input type="text" class="form-control" name="subject" id="subject" placeholder="Assunto"> <label for="msg">Mensagem</label> <input type="text" class="form-control" name="msg" id="msg" placeholder="Mensagem"> </div> <button type="button" class="btn btn-primary btn-form">Enviar</button> </form> </div> </div> </section> </body> </html>
docs/org/zeprs/action/generic/PersistentObjectAction.html
chrisekelley/zeprs
<!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_01) on Mon Jan 31 15:57:31 CAT 2005 --> <TITLE> PersistentObjectAction </TITLE> <META NAME="keywords" CONTENT="org.cidrz.webapp.dynasite.struts.action.generic.PersistentObjectAction class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="PersistentObjectAction"; } </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="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="../../../../org/zeprs/action/generic/ObjectListAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/zeprs/action/generic/SaveObjectAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/zeprs/action/generic/PersistentObjectAction.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PersistentObjectAction.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.zeprs.action.generic.BaseAction">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_org.zeprs.action.generic.BaseAction">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;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.cidrz.webapp.dynasite.struts.action.generic</FONT> <BR> Class PersistentObjectAction</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">org.apache.struts.action.Action <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/zeprs/action/generic/BaseAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic">org.cidrz.webapp.dynasite.struts.action.generic.BaseAction</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.cidrz.webapp.dynasite.struts.action.generic.PersistentObjectAction</B> </PRE> <DL> <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/zeprs/action/generic/CreateNewObjectAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic">CreateNewObjectAction</A>, <A HREF="../../../../org/zeprs/action/generic/DeleteObjectAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic">DeleteObjectAction</A>, <A HREF="../../../../org/zeprs/action/admin/EditFormAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.admin">EditFormAction</A>, <A HREF="../../../../org/zeprs/action/generic/EditObjectAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic">EditObjectAction</A>, <A HREF="../../../../org/zeprs/action/generic/ObjectListAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic">ObjectListAction</A>, <A HREF="../../../../org/zeprs/action/generic/SaveObjectAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic">SaveObjectAction</A></DD> </DL> <HR> <DL> <DT><PRE>public abstract class <B>PersistentObjectAction</B><DT>extends <A HREF="../../../../org/zeprs/action/generic/BaseAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic">BaseAction</A></DL> </PRE> <P> Base class for generic actions that manipulate persistent objects. To be used properly, the mappings for this class must have the "parameter" attribute set to a fully-qualified classname for the class to be manuipulated <P> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_org.zeprs.action.generic.BaseAction"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Fields inherited from class org.cidrz.webapp.dynasite.struts.action.generic.<A HREF="../../../../org/zeprs/action/generic/BaseAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic">BaseAction</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/zeprs/action/generic/BaseAction.html#ID_KEY">ID_KEY</A>, <A HREF="../../../../org/zeprs/action/generic/BaseAction.html#LOCKED_FORWARD">LOCKED_FORWARD</A>, <A HREF="../../../../org/zeprs/action/generic/BaseAction.html#NOTLOCKED_FORWARD">NOTLOCKED_FORWARD</A>, <A HREF="../../../../org/zeprs/action/generic/BaseAction.html#SETUP_FORWARD">SETUP_FORWARD</A>, <A HREF="../../../../org/zeprs/action/generic/BaseAction.html#SUBJECT_KEY">SUBJECT_KEY</A>, <A HREF="../../../../org/zeprs/action/generic/BaseAction.html#SUCCESS_FORWARD">SUCCESS_FORWARD</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_org.apache.struts.action.Action"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Fields inherited from class org.apache.struts.action.Action</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>ACTION_SERVLET_KEY, APPLICATION_KEY, DATA_SOURCE_KEY, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGE_KEY, MESSAGES_KEY, MULTIPART_KEY, PLUG_INS_KEY, REQUEST_PROCESSOR_KEY, SERVLET_KEY, TRANSACTION_TOKEN_KEY</CODE></TD> </TR> </TABLE> &nbsp; <!-- ======== 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="../../../../org/zeprs/action/generic/PersistentObjectAction.html#PersistentObjectAction()">PersistentObjectAction</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> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.zeprs.action.generic.BaseAction"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.cidrz.webapp.dynasite.struts.action.generic.<A HREF="../../../../org/zeprs/action/generic/BaseAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic">BaseAction</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../org/zeprs/action/generic/BaseAction.html#execute(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">execute</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.struts.action.Action"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.apache.struts.action.Action</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>execute, getServlet, perform, perform, setServlet</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>equals, getClass, hashCode, notify, notifyAll, toString, 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="PersistentObjectAction()"><!-- --></A><H3> PersistentObjectAction</H3> <PRE> public <B>PersistentObjectAction</B>()</PRE> <DL> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="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="../../../../org/zeprs/action/generic/ObjectListAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../org/zeprs/action/generic/SaveObjectAction.html" title="class in org.cidrz.webapp.dynasite.struts.action.generic"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/zeprs/action/generic/PersistentObjectAction.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PersistentObjectAction.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.zeprs.action.generic.BaseAction">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_org.zeprs.action.generic.BaseAction">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;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
resources/jprofiler8/api/javadoc/com/jprofiler/api/platform/descriptors/package-tree.html
hmlingesh/java-buildpack
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Tue Mar 10 11:19:21 GMT+01:00 2015 --> <title>com.jprofiler.api.platform.descriptors Class Hierarchy (JProfiler API)</title> <meta name="date" content="2015-03-10"> <link rel="stylesheet" type="text/css" href="../../../../../help_javadoc.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.jprofiler.api.platform.descriptors Class Hierarchy (JProfiler API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em>JProfiler API</em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/jprofiler/api/platform/data/package-tree.html">Prev</a></li> <li><a href="../../../../../com/jprofiler/api/platform/parameters/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/jprofiler/api/platform/descriptors/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package com.jprofiler.api.platform.descriptors</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">com.jprofiler.api.platform.descriptors.<a href="../../../../../com/jprofiler/api/platform/descriptors/Descriptor.html" title="interface in com.jprofiler.api.platform.descriptors"><span class="strong">Descriptor</span></a> <ul> <li type="circle">com.jprofiler.api.platform.descriptors.<a href="../../../../../com/jprofiler/api/platform/descriptors/ArrayDescriptor.html" title="interface in com.jprofiler.api.platform.descriptors"><span class="strong">ArrayDescriptor</span></a></li> <li type="circle">com.jprofiler.api.platform.descriptors.<a href="../../../../../com/jprofiler/api/platform/descriptors/ClassDescriptor.html" title="interface in com.jprofiler.api.platform.descriptors"><span class="strong">ClassDescriptor</span></a></li> <li type="circle">com.jprofiler.api.platform.descriptors.<a href="../../../../../com/jprofiler/api/platform/descriptors/MethodDescriptor.html" title="interface in com.jprofiler.api.platform.descriptors"><span class="strong">MethodDescriptor</span></a></li> <li type="circle">com.jprofiler.api.platform.descriptors.<a href="../../../../../com/jprofiler/api/platform/descriptors/PackageDescriptor.html" title="interface in com.jprofiler.api.platform.descriptors"><span class="strong">PackageDescriptor</span></a></li> <li type="circle">com.jprofiler.api.platform.descriptors.<a href="../../../../../com/jprofiler/api/platform/descriptors/PayloadDescriptor.html" title="interface in com.jprofiler.api.platform.descriptors"><span class="strong">PayloadDescriptor</span></a></li> <li type="circle">com.jprofiler.api.platform.descriptors.<a href="../../../../../com/jprofiler/api/platform/descriptors/URLDescriptor.html" title="interface in com.jprofiler.api.platform.descriptors"><span class="strong">URLDescriptor</span></a></li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em>JProfiler API</em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/jprofiler/api/platform/data/package-tree.html">Prev</a></li> <li><a href="../../../../../com/jprofiler/api/platform/parameters/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/jprofiler/api/platform/descriptors/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
generated/javadoc/com/communote/plugins/mq/adapter/activemq/configuration/class-use/ActiveMQEmbeddedConfiguration.html
Communote/communote.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_162) on Sat Feb 02 18:57:44 CET 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQEmbeddedConfiguration (Communote 3.5 API)</title> <meta name="date" content="2019-02-02"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQEmbeddedConfiguration (Communote 3.5 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?com/communote/plugins/mq/adapter/activemq/configuration/class-use/ActiveMQEmbeddedConfiguration.html" target="_top">Frames</a></li> <li><a href="ActiveMQEmbeddedConfiguration.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQEmbeddedConfiguration" class="title">Uses of Interface<br>com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQEmbeddedConfiguration</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="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">ActiveMQEmbeddedConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.communote.plugins.mq.adapter.activemq.configuration">com.communote.plugins.mq.adapter.activemq.configuration</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#com.communote.plugins.mq.provider.activemq.security">com.communote.plugins.mq.provider.activemq.security</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#com.communote.plugins.mq.provider.activemq.settings">com.communote.plugins.mq.provider.activemq.settings</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.communote.plugins.mq.adapter.activemq.configuration"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">ActiveMQEmbeddedConfiguration</a> in <a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/package-summary.html">com.communote.plugins.mq.adapter.activemq.configuration</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/package-summary.html">com.communote.plugins.mq.adapter.activemq.configuration</a> with parameters of type <a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">ActiveMQEmbeddedConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">ActiveMQAdapterConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQAdapterConfiguration.html#bindEmbeddedConfiguration-com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQEmbeddedConfiguration-">bindEmbeddedConfiguration</a></span>(<a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">ActiveMQEmbeddedConfiguration</a>&nbsp;embeddedConfiguration)</code> <div class="block">If there is a embedded configuration set it</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">ActiveMQAdapterConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQAdapterConfiguration.html#unbindEmbeddedConfiguration-com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQEmbeddedConfiguration-">unbindEmbeddedConfiguration</a></span>(<a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">ActiveMQEmbeddedConfiguration</a>&nbsp;embeddedConfiguration)</code> <div class="block">Remove the embedded configuration</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.communote.plugins.mq.provider.activemq.security"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">ActiveMQEmbeddedConfiguration</a> in <a href="../../../../../../../../com/communote/plugins/mq/provider/activemq/security/package-summary.html">com.communote.plugins.mq.provider.activemq.security</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../../../../com/communote/plugins/mq/provider/activemq/security/package-summary.html">com.communote.plugins.mq.provider.activemq.security</a> with parameters of type <a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">ActiveMQEmbeddedConfiguration</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../com/communote/plugins/mq/provider/activemq/security/CommunoteJaasAuthenticationBroker.html#CommunoteJaasAuthenticationBroker-com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO-com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQEmbeddedConfiguration-org.apache.activemq.broker.Broker-java.lang.String-java.lang.String-">CommunoteJaasAuthenticationBroker</a></span>(<a href="../../../../../../../../com/communote/plugins/mq/provider/activemq/settings/MQSettingsDAO.html" title="interface in com.communote.plugins.mq.provider.activemq.settings">MQSettingsDAO</a>&nbsp;settingsDao, <a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">ActiveMQEmbeddedConfiguration</a>&nbsp;embeddedConfiguration, org.apache.activemq.broker.Broker&nbsp;next, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;jaasConfiguration, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;jaasSslConfiguration)</code> <div class="block">Simple constructor.</div> </td> </tr> <tr class="rowColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../com/communote/plugins/mq/provider/activemq/security/CommunoteJaasAuthenticationPlugin.html#CommunoteJaasAuthenticationPlugin-com.communote.plugins.mq.provider.activemq.settings.MQSettingsDAO-com.communote.plugins.mq.adapter.activemq.configuration.ActiveMQEmbeddedConfiguration-">CommunoteJaasAuthenticationPlugin</a></span>(<a href="../../../../../../../../com/communote/plugins/mq/provider/activemq/settings/MQSettingsDAO.html" title="interface in com.communote.plugins.mq.provider.activemq.settings">MQSettingsDAO</a>&nbsp;settingsDao, <a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">ActiveMQEmbeddedConfiguration</a>&nbsp;embeddedConfiguration)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.communote.plugins.mq.provider.activemq.settings"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">ActiveMQEmbeddedConfiguration</a> in <a href="../../../../../../../../com/communote/plugins/mq/provider/activemq/settings/package-summary.html">com.communote.plugins.mq.provider.activemq.settings</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../../../com/communote/plugins/mq/provider/activemq/settings/package-summary.html">com.communote.plugins.mq.provider.activemq.settings</a> that implement <a href="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">ActiveMQEmbeddedConfiguration</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="../../../../../../../../com/communote/plugins/mq/provider/activemq/settings/ActiveMQProviderEmbeddedConfiguration.html" title="class in com.communote.plugins.mq.provider.activemq.settings">ActiveMQProviderEmbeddedConfiguration</a></span></code> <div class="block">This provides the embedded configuration for use by the embedded MQ client</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="../../../../../../../../com/communote/plugins/mq/adapter/activemq/configuration/ActiveMQEmbeddedConfiguration.html" title="interface in com.communote.plugins.mq.adapter.activemq.configuration">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?com/communote/plugins/mq/adapter/activemq/configuration/class-use/ActiveMQEmbeddedConfiguration.html" target="_top">Frames</a></li> <li><a href="ActiveMQEmbeddedConfiguration.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://communote.github.io/">Communote team</a>. All rights reserved.</small></p> </body> </html>
src/main/resources/assets/d3_line.html
alokmenghrajani/chronostream
<html> <head> <style> path { stroke: steelblue; stroke-width: 2; fill: none; } </style> <script type="text/javascript" src="https://unpkg.com/react@15.3.2/dist/react.js"></script> <script type="text/javascript" src="https://unpkg.com/react-dom@15.3.2/dist/react-dom.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <script type="text/javascript" src="http://canvasjs.com/assets/script/canvasjs.min.js"></script> <script type="text/javascript" src="https://unpkg.com/babel-core@5.8.38/browser.min.js"></script> <script type="text/javascript" src="https://d3js.org/d3.v4.min.js"></script> </head> <body> <p>d3 is a little painful to setup, mostlyl because v4 and v3 have different APIs.</p> <p>This page makes sure the d3 piece is working as expected.</p> <div id="d3"/> <script> var margin = {top: 20, right: 20, bottom: 30, left: 50}, width = 960 - margin.left - margin.right, height = 500 - margin.top - margin.bottom; var x = d3.scaleLinear() .domain([0,100]) .range([0, width]); var y = d3.scaleLinear() .domain([0,100]) .range([height, 0]); var xAxis = d3.axisBottom(x); var yAxis = d3.axisLeft(y); var line = d3.line() .x(function(d) { return x(d.x); }) .y(function(d) { return y(d.y); }) var counter = 0; var data = []; function tick() { data.push({x: counter, y: Math.random() * 100}) if (data.length > 101) { data.shift(); x.domain([counter - 100, counter - 2]); axis.transition() .duration(50) .ease(d3.easeLinear) .call(xAxis); p.attr("d", line) .attr("transform", null) .transition() .duration(50) .ease(d3.easeLinear) .attr("transform", "translate(" + ( x(0) - x(1)) + ")") .on("end", tick); } else { p.attr("d", line) .attr("transform", null) setTimeout(() => tick(), 20); } counter++; } setTimeout(() => tick(), 20); var svg = d3.select("body").append("svg") .attr("width", width + margin.left + margin.right) .attr("height", height + margin.top + margin.bottom) .append("g") .attr("transform", "translate(" + margin.left + "," + margin.top + ")"); svg.append("clipPath") .attr("id", "innerGraph") .append("rect") .attr("width", width + margin.left + margin.right) .attr("height", height + margin.top + margin.bottom); svg.append("g") .attr("class", "y axis") .call(yAxis) .append("text") .attr("transform", "rotate(-90)") .attr("y", 6) .attr("dy", ".71em") .style("text-anchor", "end") .text("foo"); var axis = svg.append("g") .attr("class", "x axis") .attr("transform", "translate(0," + height + ")") .call(xAxis); var clip = svg.append("g") .attr("clip-path", "url(#innerGraph)") var p = clip.append("path") .datum(data) .attr("class", "line") .attr("d", line); </script> </body> </html>
userGuide/general/security.html
montegoulding/revigniter
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Security : revIgniter User Guide</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="all" /> <meta name="author" content="Ralf Bitter" /> <meta name='description' content='revIgniter User Guide' /> <!-- Bootstrap --> <link rel="stylesheet" media="screen" href="../css/bootstrap.min.css"> <script src="../js/modernizr-2.6.2-respond-1.1.0.min.js"></script> <script src="../js/nav-ck.js"></script> <!-- Touch icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../images/apple-touch-icon-144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../images/apple-touch-icon-114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../images/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="../images/apple-touch-icon-57-precomposed.png"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="../js/html5shiv.js"></script><a href="models.html" id="" title="models">models</a> <script src="../js/respond.min.js"></script> <![endif]--> </head> <body> <!-- START PAGE HEAD --> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">revIgniter User Guide Version 1.7.1</a> </div> <div class="collapse navbar-collapse"> <form class="navbar-form navbar-right" role="search" method="get" action="http://www.google.com/search"> <div class="form-group"> <input type="hidden" name="as_sitesearch" id="as_sitesearch" value="revigniter.com/userGuide/" /> <span id="searchLabel">Search User Guide</span> &nbsp; <input type="search" placeholder="Search ..." name="q" id="q" class="revignitorsearch" accesskey="s" autosave="bsn_srch" results="5" /> &nbsp;<input type="image" id="submitSearch" src="../images/searchGo.png" alt="Search Go Button" /> </div> </form> </div><!--/.nav-collapse --> </div> <!-- START BREADCRUMB --> <div id="breadcrumbContainer"> <div class="container"> <ol class="breadcrumb"> <li><a href="http://revigniter.com/">revIgniter Home</a></li> <li><a href="../index.html">User Guide Home</a></li> <li class="active">Security</li> <li id="tocListItem" class="pull-right"><a href="../toc.html">Table of Contents Page</a></li> </ol> </div> </div> <!-- END BREADCRUMB --> <!-- START SLIDEBOX --> <div class="slide-panel top"> <div class="container"> <div id="panelContent"><script type="text/javascript">create_menu('../');</script></div> </div> <div id="open-button" class="slide-button">Table of Contents</div> <div id="close-button" class="slide-button">Close</div> </div> <!-- END SLIDEBOX --> </div> <!-- END PAGE HEAD --> <!-- START CONTENT --> <div class="container"> <div id="content"> <h1>Security</h1> <p>This page describes some "best practices" regarding web security, and details revIgniter's internal security features.</p> <h2>URI Security</h2> <p>revIgniter is fairly restrictive regarding which characters it allows in your URI strings in order to help minimize the possibility that malicious data can be passed to your application. URIs may only contain the following: </p> <ul> <li>Alpha-numeric text</li> <li>Tilde: ~ </li> <li>Period: .</li> <li>Colon: :</li> <li>Underscore: _</li> <li>Dash: -</li> </ul> <h2>GET Data</h2> <p>GET data is simply disallowed by revIgniter since the system utilizes URI segments rather than traditional URL query strings (unless you have the query string option enabled in your config file). The global GET array is set to <strong>empty</strong> by the Input library during system initialization.</p> <h1>Best Practices</h1> <p>Before accepting any data into your application, whether it be POST data from a form submission, COOKIE data, URI data, XML-RPC data, or even data from the SERVER array, you are encouraged to practice this three step approach:</p> <ol> <li>Filter the data as if it were tainted.</li> <li>Validate the data to ensure it conforms to the correct type, length, size, etc. (sometimes this step can replace step one)</li> <li>Escape the data before submitting it into your database.</li> </ol> <p>revIgniter provides the following handlers to assist in this process:</p> <ul> <li><h2>XSS Filtering</h2> <p>revIgniter comes with a Cross Site Scripting filter. This filter looks for commonly used techniques to embed malicious Javascript into your data, or other types of code that attempt to hijack cookies or do other malicious things. The XSS Filter is described <a href="../libraries/input.html">here</a>. </p> </li> <li><h2>CSRF Protection</h2> <p>Enable revIgniter's cross-site request forgery (CSRF) protection if you are accepting user data. CSRF protection is described <a href="../libraries/input.html">here</a>. </p> </li> <li><h2>Filename Sanitation</h2> <p>revIgniter comes with a function to <a href="../libraries/input.html">sanitize filenames</a> from user input. </p> </li> <li><h2>Validate the data</h2> <p>revIgniter has a <a href="../libraries/form_validation.html">Form Validation Library</a> that assists you in validating, filtering, and prepping your data.</p> </li> <li><h2>Escape all data before database insertion</h2> <p>Never insert information into your database without escaping it. Please see the section that discusses <a href="../database/queries.html">queries</a> for more information.</p> </li> </ul> </div> <!-- END CONTENT --> </div> <!-- /container --> <div id="footer"> <div class="container"> <p> Previous Topic:&nbsp;&nbsp;<a href="managing_apps.html">Managing Applications</a> <span class="separator"> :: </span> <a href="#top">Top of Page</a><span class="separator"> :: </span> <a href="../index.html">User Guide Home</a> </p> <p><a href="http://revigniter.com/">revIgniter</a><span class="separator"> :: </span>Copyright &#169; 2009 - 2015<span class="separator"> :: </span><a href="http://revigniter.com/">dimensionB Bitter u. Bitter GmbH</a></p> </div> </div> <script src="../js/jquery-1.9.1.min.js"></script> <script src="../js/bootstrap.min.js"></script> <script src="../js/script-ck.js"></script> <script>$(function() { Slidebox.init(); });</script> </body> </html>
examples/pipeline/index.html
wjakob/tbb
<!DOCTYPE html> <html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"> <head> <meta charset="UTF-8"> <style> ::selection { background: #b7ffb7; } ::-moz-selection { background: #b7ffb7; } body { font-family: Arial, Helvetica, sans-serif; font-size: 16px; width: 800px; margin: 0 auto; } #banner { /* Div for banner */ float:left; margin: 0px; margin-bottom: 10px; width: 100%; background-color: #0071C5; z-index: 0; } #banner .logo { /* Apply to logo in banner. Add as class to image tag. */ float: left; margin-right: 20px; margin-left: 20px; margin-top: 15px; padding-bottom: 5px; } h1 { text-align: center; font-size: 36px; } h1.title { /* Add as class to H1 in banner */ font-family: "Intel Clear", Verdana, Arial, sans-serif; font-weight:normal; color: #FFFFFF; font-size: 170%; margin-right: 40px; margin-left: 40px; padding-right: 20px; text-indent: 20px; } .h3-alike { display:inline; font-size: 1.17em; font-weight: bold; color: #0071C5; } h3 { font-size: 1.17em; font-weight: bold; color: #0071C5; } .h4-alike { display:inline; font-size: 1.05em; font-weight: bold; } pre { font-family: "Consolas", Monaco, monospace; font-size:small; background: #fafafa; margin: 0; padding-left:20px; } #footer { font-size: small; } code { font-family: "Consolas", Monaco, monospace; } .code-block { padding-left:20px; } .changes { margin: 1em 0; } .changes input:active { position: relative; top: 1px; } .changes input:hover:after { padding-left: 16px; font-size: 10px; content: 'More'; } .changes input:checked:hover:after { content: 'Less'; } .changes input + .show-hide { display: none; } .changes input:checked + .show-hide { display: block; } ul { margin: 0; padding: 0.5em 0 0.5em 2.5em; } ul li { margin-bottom: 3px; } ul li:last-child { margin-bottom: 0; } .disc { list-style-type:disc } .circ { list-style-type:circle } .single { padding: 0 0.5em; } /* ------------------------------------------------- */ /* Table styles */ table{ margin-bottom:5pt; border-collapse:collapse; margin-left:0px; margin-top:0.3em; font-size:10pt; } tr{ vertical-align:top; } th, th h3{ padding:4px; text-align:left; background-color:#0071C5; font-weight:bold; margin-top:1px; margin-bottom:0; color:#FFFFFF; font-size:10pt; vertical-align:middle; } th{ border:1px #dddddd solid; padding-top:2px; padding-bottom:0px; padding-right:3px; padding-left:3px; } td{ border:1px #dddddd solid; vertical-align:top; font-size:100%; text-align:left; margin-bottom:0; } td, td p{ margin-top:0; margin-left:0; text-align:left; font-size:inherit; line-height:120%; } td p{ margin-bottom:0; padding-top:5px; padding-bottom:5px; padding-right:5px; padding-left:1px; } .noborder{ border:0px none; } .noborder1stcol{ border:0px none; padding-left:0pt; } td ol{ font-size:inherit; margin-left:28px; } td ul{ font-size:inherit; margin-left:24px; } .DefListTbl{ width:90%; margin-left:-3pt; } .syntaxdiagramtbl{ margin-left:-3pt; } .sdtbl{ } .sdrow{ } .sdtblp{ border:0px none; font-size:inherit; line-height:120%; margin-bottom:0; padding-bottom:0px; padding-top:5px; padding-left:0px; padding-right:5px; vertical-align:top; } .idepara, .ide_para{ border:0px none; font-size:inherit; line-height:120%; margin-bottom:0; padding-bottom:0px; padding-top:5px; padding-left:0px; padding-right:5px; vertical-align:top; } .specs { border-collapse:collapse; } .specs td, .specs th { font-size: 14px; } .specs td { border: 1px solid black; } .specs td td, .specs td th { border: none; } .specs td, .specs td td, .specs td th { padding: 0 0.2em 0.2em; text-align: center; } .specs td tr:last-child td, .specs td tr:last-child th { padding: 0 0.2em; } .serial-time { } .modified-time { width: 6.5em; } .compiler { } .comp-opt { } .sys-specs { width: 18em; } .note { font-size:small; font-style: italic; } </style> <title>Intel&reg; Threading Building Blocks. Samples on parallel_pipeline algorithm</title> </head> <body> <div id="banner"> <img class="logo" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAAsCAYAAAA+aAX8AAAAAXNSR0IArs4c6QAAAARnQU1BAACx jwv8YQUAAAAJcEhZcwAALiIAAC4iAari3ZIAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVh ZHlxyWU8AAAIN0lEQVRoQ+WaCaxdUxSGW2ouatZWaVS15nkqkZhSVERQglLEPCam1BCixhqqCKUS NIiYpxhqHmouIeaY5ylFzA/v1fev8+/j3N5737v3vtf3buNP/uy9/7X2Ovuse4a997m9mgltbW2L wRHwcHgFfAx+AH+GCb/BT2fNmvUk5ZXwYOrrOsTcCU5CJ74pPBJeA5+Bn8LfOLmagf/f8Af4NrwD ngg3wdTHh2pOMMB1Gejx8AE4M85mNqD/A7+D78GXkXQFTIMPwUfhdPg6/AxWTRw29b8QruPD9zwY zPrwHPi2xxmg3QrfgDfD05BGU24EB1HvC3s7REXgtwDsDzeEY+Ak+AJsUfwE2sJdcBN37V4whiU4 +KGUM2JEBtpzUInZEa5g9y4FcYfAo+GLPmwOND2HFrXrnAUHWgnq0vzDB2+Bt0H9coPs1m3gmNvD ZyITBu234Jp26XoQfCC80sfTAXVv7wOXskuPgnHoSvnTw9P49MDdyOauAQEXhWdC4Vd4ARxmc1OB cW0Gv3U+lJDvKFa0ufMg4GXwR3gs7J57sRNoaWnR2+znLB2RkKds6jwItvbckIQiGO+eTkSby71t qh100qtsUCJxmmpSw5i2gWebR1jWm2047T1gf0vyfViJEKi/TtHua7wMdNJs8U/zDzjUpqYA47k4 O704wY+kUZ2P+glQc5ldac9j323sF1cH2EB6h8BxYZdbRDeDOJ16UBJiHDFuMMdYbhjEGA8DxJ4h jXIemmMpz6ccqbZ1JUlT/3SrHC+9XeB0MjzV9RHqKFAXVg2nBkH/lxxO8aZYbhjEKEuGQH1BuCKc z1IAN61jAtiut1wZ+ByIkwa6r9t6ZmhSFZw9eL0gxiMw4SLLDYMYFZNRDbhpcpgwzXI5MOqSEvKM Ue8D+xU4r/Xe+C8HB1ThkhFgNqAXk6FVqyZuA1LcItBXQd+WUvf6YMslwFZvMs7KvMP/SculwKa3 hfYPPsZpfsvS9QD9PRHbcOmUC9J+H2qfoRJ/0MHgFhHIQC8mQ8twxZ0Ji099vSGegn/TP0BdD/Db Ycn0nna9yZiceQcetFwKDE/4oNtZCtDeXHoC7dWlU1Uyvs7U6sBHJ7FaBAPU82TYJUAzFnCU+1mq COyfwGLi6k3G05l34BrL/wFxjA/0mKUcaNqBKiJODHclQ3sLCVqZprfEvVCLtThhiskRDFAvXhnv QPlfi5uW7ytTL14Nr0Bd1pfDXy1Lv93h6koGLstCLR/SuPJ5SQBBD8hPZATbWs6BrdZk7B4dDNpT Mjkw3bL0YjLOsxygPUWDyExtD1GNV6JAeyTUBlDCKtbrScYxhfjyj1s+B9o+dnifIj94AnpNyaC9 f3QwkNJCTnjOsvRiMi6xrHiaA3ycyYFNbcqBpisl/aoHWaspGdg03uIc43mb/gOilt3CREslQG80 GedmlkC1KyNPBnU9wOPWMp6Aut0S74HfwIQJ7ldTMjBPdBIiGWC0TRkQlseWNmR2tlwC9DmZjEmW pQ/zOAKqtwdcrnW/DpOBPtp9Ii6F9lhL1yWIo2zUvVhxzYHeLVcG/QfT/iuTA3qwan+zGndVP8p2 k4G8E/wLW4D6PxTlnxgwaDEjaMe6n+USYOvqZKTbUrjQcor3ZSYHRtjULvCrmgwkfY5oRc9B+3Cb S4FhIhS+gAtZLgH9Y6GWuQU6mwx9IEqYajlA+47CsZ6lGovFBDTNkA9xM4CmpXsAWySDUrPjqZQl QBsfnSoB41UKAvS9ouJmDfpaDpTQ2WRcXYinCZm+pdyEtDClPgLloP0unABPp3lrpoZ+KkWskSgP sVZMhlat2t7LQftE2aoCh0sVBOheXclyCYjTp7W19bUsZAQtJuPLTA39gOhg0D7PJtny1xj1tWA+ sUpAG2j7mZaqAh9tzPSVP+XStL+w/qY1XRlfWdOSYXvp7QKnU6Ayqk4jLZcB2zD4gv1iu52qkvG5 NKPsyrCuPs9aDtDeDr4EtS7RRyXNCgfYLPtYfoC33D0Hul6tE6jOfvsMhVqaT8PWG85PXR+WxlOP pHUIHPNXDsif7NWAT773STdlX6vK4ebi4WRgWybZqFe86tBXUAw4BL+S7UTautTXo9yFcjdKPbsq PuQTsKdbZ16YLzZrAgdRRvXLCF/Big/R/wXInn5dffdMt8opNs214Bz6cyqNbUDRcZwTIWjDt3m+ XtcBxq3pvL6p6mFftlFUE+i8JPxRCRGoawVbcVepGcF4V4eTGPNPHv+7NjUGAhzmQOl20fyhphlg T4CxLcQw9WC9Gxb3P4Q37NY4CHJXCuhSW3JnwEXs0qNgSHqVbw210ZP2XwK0A65/6C6NgziaAU5X wCIUHB4H86227gKH1+JtL3gd1N5sCdACbgZo5rtgnQKx+hLs/ixsdjBXBd2TtyKNhUOp1/dprgMQ rx9x16fcn1KbttrIyf9OkICWw1KApvY2YyXbpSBobKf7OGXApFtI+5d3Qq1BDoL6V87GcDVc9Ivq E4D+bjTQbc1i9demreDu8Ch0ffG6hdnmDMrvFbsSsAXczIGk3fwb4VYe+pwBB9Angkd83ADtqgkq AjetdTTV1icDlfl+Qi3AP4elHEjaDXscHgFjPdNt4ID6S9B9sNLiKoelmuFuJbCpDJi+hvqz2qFw iIfWc2AQusxPgvq484vH2eUgtpYHH0Hteeqb75ZwMQ+j+cDg9PlwFDwd6o9sr0KtbWI/tSPgp32M 76H+s6mNX3030df5neGq1OtbZDUbOIlFoFaha0L9j0qfCHeAerDqVtODU8+hNThZfR1fHHbpG6kx 9Or1LzUmVVz+HJXDAAAAAElFTkSuQmCC"> <h1 class="title">Intel&reg; Threading Building Blocks.<br>Samples on <code>parallel_pipeline</code> algorithm</h1> </div> <p> This directory has examples of the <code>parallel_pipeline</code> algorithm. </p> <div class="changes"> <div class="h3-alike">Directories</div> <input type="checkbox" checked="checked"> <div class="show-hide"> <dl> <dt><a href="square/readme.html">square</a> <dd>Another simple string transformation example that squares numbers read from a file. </dl> </div> </div> <br> <a href="../index.html">Up to parent directory</a> <hr> <div class="changes"> <div class="h3-alike">Legal Information:</div> <input type="checkbox"> <div class="show-hide"> <p> Intel and the Intel logo are trademarks of Intel Corporation in the U.S. and/or other countries. <br>* Other names and brands may be claimed as the property of others. <br>&copy; 2020, Intel Corporation </p> </div> </div> </body> </html>
docs/src/hipchat_client/emoticon.rs.html
rsolomo/hipchat-client
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="Source to the Rust file `src\emoticon.rs`."> <meta name="keywords" content="rust, rustlang, rust-lang"> <title>emoticon.rs.html -- source</title> <link rel="stylesheet" type="text/css" href="../../normalize.css"> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc source"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content"><pre class="line-numbers"><span id="1">1</span> <span id="2">2</span> <span id="3">3</span> <span id="4">4</span> <span id="5">5</span> <span id="6">6</span> <span id="7">7</span> <span id="8">8</span> </pre><pre class="rust "> <span class="attribute">#[<span class="ident">derive</span>(<span class="ident">Debug</span>, <span class="ident">Clone</span>, <span class="ident">Hash</span>, <span class="ident">Eq</span>, <span class="ident">PartialEq</span>, <span class="ident">Serialize</span>, <span class="ident">Deserialize</span>)]</span> <span class="kw">pub</span> <span class="kw">struct</span> <span class="ident">Emoticon</span> { <span class="kw">pub</span> <span class="ident">width</span>: <span class="ident">u64</span>, <span class="kw">pub</span> <span class="ident">audio_path</span>: <span class="prelude-ty">Option</span><span class="op">&lt;</span><span class="ident">String</span><span class="op">&gt;</span>, <span class="kw">pub</span> <span class="ident">id</span>: <span class="ident">u64</span>, <span class="kw">pub</span> <span class="ident">shortcut</span>: <span class="ident">String</span>, <span class="kw">pub</span> <span class="ident">height</span>: <span class="ident">String</span> } </pre> </section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "hipchat_client"; </script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
css/component.css
philippedubost/keybright
@font-face { font-family: 'icomoon'; src:url('../fonts/icomoon/icomoon.eot'); src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } /* General button style (reset) */ .btn { border: none; font-family: inherit; font-size: inherit; color: inherit; background: none; cursor: pointer; padding: 25px 80px; display: inline-block; margin: 15px 30px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; outline: none; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .btn:after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } /* Pseudo elements for icons */ .btn:before, .icon-heart:after, .icon-star:after, .icon-plus:after, .icon-file:before { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; position: relative; -webkit-font-smoothing: antialiased; } .icon-arrow-right:before { content: "\e00d"; } .icon-arrow-left:before { content: "\e003"; } /* Button 4 */ .btn-4 { border-radius: 50px; border: 3px solid #fff; color: #fff; overflow: hidden; } .btn-4:active { border-color: #17954c; color: #17954c; } .btn-4:hover { background: #24b662; } .btn-4:before { position: absolute; height: 100%; font-size: 125%; line-height: 3.5; color: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .btn-4:active:before { color: #17954c; } /* Button 4b */ .btn-4b:before { left: -50%; top: 0; } .btn-4b:hover:before { left: 10%; } /* Button 4c */ .btn-4c:before { left: 70%; opacity: 0; top: 0; } .btn-4c:hover:before { left: 80%; opacity: 1; } @-webkit-keyframes fadeOutText { 0% { color: transparent; } 80% { color: transparent; } 100% { color: #fff; } } @-moz-keyframes fadeOutText { 0% { color: transparent; } 80% { color: transparent; } 100% { color: #fff; } } @keyframes fadeOutText { 0% { color: transparent; } 80% { color: transparent; } 100% { color: #fff; } } @-webkit-keyframes moveToRight { 80% { -webkit-transform: translateX(250%); } 81% { opacity: 1; -webkit-transform: translateX(250%); } 82% { opacity: 0; -webkit-transform: translateX(250%); } 83% { opacity: 0; -webkit-transform: translateX(-50%); } 84% { opacity: 1; -webkit-transform: translateX(-50%); } 100% { -webkit-transform: translateX(0%); } } @-moz-keyframes moveToRight { 80% { -moz-transform: translateX(250%); } 81% { opacity: 1; -moz-transform: translateX(250%); } 82% { opacity: 0; -moz-transform: translateX(250%); } 83% { opacity: 0; -moz-transform: translateX(-50%); } 84% { opacity: 1; -moz-transform: translateX(-50%); } 100% { -moz-transform: translateX(0%); } } @keyframes moveToRight { 80% { transform: translateX(250%); } 81% { opacity: 1; transform: translateX(250%); } 82% { opacity: 0; transform: translateX(250%); } 83% { opacity: 0; transform: translateX(-50%); } 84% { opacity: 1; transform: translateX(-50%); } 100% { transform: translateX(0%); } } @-webkit-keyframes scaleUp { 80% { opacity: 0; -webkit-transform: scale(2); } 100% { opacity: 0; -webkit-transform: scale(2); } } @-moz-keyframes scaleUp { 80% { opacity: 0; -moz-transform: scale(2); } 100% { opacity: 0; -moz-transform: scale(2); } } @keyframes scaleUp { 80% { opacity: 0; transform: scale(2); } 100% { opacity: 0; transform: scale(2); } }
refstack/templates/show_status.html
achanda/refstack
{% extends "layout.html" %} {% block title %}Test Status{% endblock %} {% block body %} <h2>Test Status</h2> Test ID: {{ test.id }} <br> <input type='button' value="Back" onclick="location.href='{{ next_url }}'"> {% endblock %}
_includes/home/css/header.css
CatalinaID/geekgirls
/*! * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ body { overflow-x: hidden; font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 1.42857143; } .notepad-post-author-avatar { width: 15.9375rem; height: 15.9375rem; border-radius: 50%; float: none; margin-bottom: 1.25rem; } @media only screen and (min-width: 40.063em) { .notepad-post-author-avatar { margin-bottom: 20px;} } a:hover, a:focus { text-decoration: none; } h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; } hr.star-light, hr.star-primary { margin: 25px auto 30px; padding: 0; max-width: 250px; border: 0; border-top: solid 5px; text-align: center; } hr.star-light:after, hr.star-primary:after { content: "\f005"; display: inline-block; position: relative; top: -.8em; padding: 0 .25em; font-family: FontAwesome; font-size: 2em; } hr.star-light { border-color: #fff; } hr.star-light:after { color: #fff; background-color: #{{ site.color.primary }}; } hr.star-primary { border-color: #{{ site.color.secondary }}; } hr.star-primary:after { color: #{{ site.color.secondary }}; background-color: #fff; } .img-centered { margin: 0 auto; } header { text-align: center; color: #fff; background: #{{ site.color.primary }}; } header .container { padding-top: 100px; padding-bottom: 50px; } header img { display: block; margin: 0 auto 20px; } header .intro-text { line-height: 1.42857143; } header .intro-text .name { display: block; text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 2em; font-weight: 700; } header .intro-text .skills { font-size: 1.25em; } @media(min-width:768px) { header .container { padding-top: 200px; padding-bottom: 100px; } header .intro-text .name { font-size: 4.75em; } header .intro-text .skills { font-size: 1.75em; } } @media(min-width:768px) { .navbar-fixed-top { padding: 25px 0; -webkit-transition: padding .3s; -moz-transition: padding .3s; transition: padding .3s; } .navbar-fixed-top .navbar-brand { font-size: 2em; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; } .navbar-fixed-top.navbar-shrink { padding: 10px 0; } .navbar-fixed-top.navbar-shrink .navbar-brand { font-size: 1.5em; } } .navbar { text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; } .navbar a:focus { outline: 0; } .navbar .navbar-nav { letter-spacing: 1px; } .navbar .navbar-nav li a:focus { outline: 0; } .navbar-default, .navbar-inverse { border: 0; } .btn-outline { margin-top: 15px; border: solid 2px #fff; font-size: 20px; color: #fff; background: 0 0; transition: all .3s ease-in-out; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active { border: solid 2px #fff; color: #{{ site.color.primary }}; background: #fff; } .floating-label-form-group { position: relative; margin-bottom: 0; padding-bottom: .5em; border-bottom: 1px solid #eee; } .floating-label-form-group input, .floating-label-form-group textarea { z-index: 1; position: relative; padding-right: 0; padding-left: 0; border: 0; border-radius: 0; font-size: 1.5em; background: 0 0; box-shadow: none!important; resize: none; } .floating-label-form-group label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: .85em; line-height: 1.764705882em; vertical-align: middle; vertical-align: baseline; opacity: 0; -webkit-transition: top .3s ease,opacity .3s ease; -moz-transition: top .3s ease,opacity .3s ease; -ms-transition: top .3s ease,opacity .3s ease; transition: top .3s ease,opacity .3s ease; } .floating-label-form-group::not(:first-child) { padding-left: 14px; border-left: 1px solid #eee; } .floating-label-form-group-with-value label { top: 0; opacity: 1; } .floating-label-form-group-with-focus label { color: #{{ site.color.primary }}; } form .row:first-child .floating-label-form-group { border-top: 1px solid #eee; } footer { color: #fff; } footer h3 { margin-bottom: 30px; } footer .footer-above { padding-top: 50px; background-color: #{{ site.color.secondary }}; } footer .footer-col { margin-bottom: 50px; } footer .footer-below { padding: 25px 0; background-color: #{{ site.color.secondary-dark }}; } .btn-social { display: inline-block; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 100%; text-align: center; font-size: 20px; line-height: 45px; } .btn:focus, .btn:active, .btn.active { outline: 0; } .scroll-top { z-index: 1049; position: fixed; right: 2%; bottom: 2%; width: 50px; height: 50px; } .scroll-top .btn { width: 50px; height: 50px; border-radius: 100%; font-size: 20px; line-height: 28px; } .scroll-top .btn:focus { outline: 0; } .navbar-nav>.active>a { background-color: #{{ site.color.secondary-dark }} !important; } /* Fix modal mouse wheel issues */ /* https://github.com/twbs/bootstrap/issues/16297 */ .modal.fade.in { transform: translateZ(0); -webkit-transform: translateZ(0); }
javadocs/adept-kb/adept/utilities/class-use/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html
BBN-E/Adept
<!-- Copyright 2012-2017 Raytheon BBN Technologies Corp. All Rights Reserved. --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_20) on Wed Nov 15 19:26:28 EST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class adept.utilities.TacFormatConverter.KBSummary.TypeWithOptionalArgTypes (adept-kb 2.7.4 API)</title> <meta name="date" content="2017-11-15"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class adept.utilities.TacFormatConverter.KBSummary.TypeWithOptionalArgTypes (adept-kb 2.7.4 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?adept/utilities/class-use/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" target="_top">Frames</a></li> <li><a href="TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.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 adept.utilities.TacFormatConverter.KBSummary.TypeWithOptionalArgTypes" class="title">Uses of Class<br>adept.utilities.TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</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="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</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="#adept.utilities">adept.utilities</a></td> <td class="colLast"> <div class="block">General KB utility classes.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="adept.utilities"> <!-- --> </a> <h3>Uses of <a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</a> in <a href="../../../adept/utilities/package-summary.html">adept.utilities</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../adept/utilities/package-summary.html">adept.utilities</a> with type parameters of type <a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>(package private) com.google.common.collect.ImmutableSet&lt;<a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">TacFormatConverter.KBSummary.</span><code><span class="memberNameLink"><a href="../../../adept/utilities/TacFormatConverter.KBSummary.html#types">types</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../adept/utilities/package-summary.html">adept.utilities</a> that return <a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>(package private) static <a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</a></code></td> <td class="colLast"><span class="typeNameLabel">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.</span><code><span class="memberNameLink"><a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html#create-java.lang.String-com.google.common.base.Optional-">create</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type, com.google.common.base.Optional&lt;com.google.common.collect.ImmutableSet&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;&nbsp;argTypes)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../adept/utilities/package-summary.html">adept.utilities</a> that return types with arguments of type <a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>com.google.common.collect.ImmutableSet&lt;<a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">TacFormatConverter.KBSummary.</span><code><span class="memberNameLink"><a href="../../../adept/utilities/TacFormatConverter.KBSummary.html#types--">types</a></span>()</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../adept/utilities/package-summary.html">adept.utilities</a> with type arguments of type <a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>(package private) static <a href="../../../adept/utilities/TacFormatConverter.KBSummary.html" title="class in adept.utilities">TacFormatConverter.KBSummary</a></code></td> <td class="colLast"><span class="typeNameLabel">TacFormatConverter.KBSummary.</span><code><span class="memberNameLink"><a href="../../../adept/utilities/TacFormatConverter.KBSummary.html#create-adept.utilities.TacFormatConverter.KBSummary.ArtifactType-int-int-int-float-float-com.google.common.base.Optional-com.google.common.base.Optional-com.google.common.base.Optional-com.google.common.collect.ImmutableSet-">create</a></span>(<a href="../../../adept/utilities/TacFormatConverter.KBSummary.ArtifactType.html" title="enum in adept.utilities">TacFormatConverter.KBSummary.ArtifactType</a>&nbsp;artifactType, int&nbsp;count, int&nbsp;maxMentionCount, int&nbsp;maxDistinctDocs, float&nbsp;minConfidence, float&nbsp;maxConfidence, com.google.common.base.Optional&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;&nbsp;maxUniqueStrings, com.google.common.base.Optional&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;&nbsp;minNumArguments, com.google.common.base.Optional&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;&nbsp;maxNumArguments, com.google.common.collect.ImmutableSet&lt;<a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</a>&gt;&nbsp;types)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../adept/utilities/package-summary.html">adept.utilities</a> with type arguments of type <a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../adept/utilities/TacFormatConverter.KBSummary.html#KBSummary-adept.utilities.TacFormatConverter.KBSummary.ArtifactType-int-int-int-float-float-com.google.common.base.Optional-com.google.common.base.Optional-com.google.common.base.Optional-com.google.common.collect.ImmutableSet-">KBSummary</a></span>(<a href="../../../adept/utilities/TacFormatConverter.KBSummary.ArtifactType.html" title="enum in adept.utilities">TacFormatConverter.KBSummary.ArtifactType</a>&nbsp;artifactType, int&nbsp;count, int&nbsp;maxMentionCount, int&nbsp;maxDistinctDocs, float&nbsp;minConfidence, float&nbsp;maxConfidence, com.google.common.base.Optional&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;&nbsp;maxUniqueStrings, com.google.common.base.Optional&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;&nbsp;minNumArguments, com.google.common.base.Optional&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;&nbsp;maxNumArguments, com.google.common.collect.ImmutableSet&lt;<a href="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">TacFormatConverter.KBSummary.TypeWithOptionalArgTypes</a>&gt;&nbsp;types)</code>&nbsp;</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="../../../adept/utilities/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" title="class in adept.utilities">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?adept/utilities/class-use/TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" target="_top">Frames</a></li> <li><a href="TacFormatConverter.KBSummary.TypeWithOptionalArgTypes.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2017 <a href="http://www.raytheon.com/ourcompany/bbn">Raytheon BBN Technologies Corp.</a>. All rights reserved.</small></p> </body> </html>
cleff/profiles/templates/updates/update-genres.html
lancekrogers/music-network
{% extends 'profiles/base.html' %} {% block body %} <div class="container-fluid"> <div class="well"> {% if request.user.musician %} <form method="POST"> {% csrf_token %} {{ update_genres_form.as_p }} <button type="submit">Update</button> </form> {% endif %} </div> <!-- div well --> </div> <!-- div container-fluid --> {% endblock %}
external-apidocs/org/codehaus/plexus/plexus-archiver/3.4/org/codehaus/plexus/archiver/filters/class-use/JarSecurityFileSelector.html
play2-maven-plugin/play2-maven-plugin.github.io
<!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 Jun 18 13:56:54 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.codehaus.plexus.archiver.filters.JarSecurityFileSelector (Plexus Archiver Component 3.4 API)</title> <meta name="date" content="2016-06-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.codehaus.plexus.archiver.filters.JarSecurityFileSelector (Plexus Archiver Component 3.4 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/codehaus/plexus/archiver/filters/JarSecurityFileSelector.html" title="class in org.codehaus.plexus.archiver.filters">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/codehaus/plexus/archiver/filters/class-use/JarSecurityFileSelector.html" target="_top">Frames</a></li> <li><a href="JarSecurityFileSelector.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.codehaus.plexus.archiver.filters.JarSecurityFileSelector" class="title">Uses of Class<br>org.codehaus.plexus.archiver.filters.JarSecurityFileSelector</h2> </div> <div class="classUseContainer">No usage of org.codehaus.plexus.archiver.filters.JarSecurityFileSelector</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/codehaus/plexus/archiver/filters/JarSecurityFileSelector.html" title="class in org.codehaus.plexus.archiver.filters">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/codehaus/plexus/archiver/filters/class-use/JarSecurityFileSelector.html" target="_top">Frames</a></li> <li><a href="JarSecurityFileSelector.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://codehaus-plexus.github.io/">Codehaus Plexus</a>. All rights reserved.</small></p> </body> </html>
docs/javadoc/2.0/com/fasterxml/jackson/databind/module/class-use/SimpleSerializers.html
FasterXML/jackson-databind
<!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 Mon Mar 26 19:07:20 PDT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.fasterxml.jackson.databind.module.SimpleSerializers (jackson-databind 2.0.0 API) </TITLE> <META NAME="date" CONTENT="2012-03-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.fasterxml.jackson.databind.module.SimpleSerializers (jackson-databind 2.0.0 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/fasterxml/jackson/databind/module//class-useSimpleSerializers.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SimpleSerializers.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>com.fasterxml.jackson.databind.module.SimpleSerializers</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.fasterxml.jackson.databind.module"><B>com.fasterxml.jackson.databind.module</B></A></TD> <TD>Package that contains classes and interfaces to help implement custom extension <A HREF="../../../../../../com/fasterxml/jackson/databind/Module.html" title="class in com.fasterxml.jackson.databind"><CODE>Module</CODE></A>s (which are registered using <A HREF="../../../../../../com/fasterxml/jackson/databind/ObjectMapper.html#registerModule(com.fasterxml.jackson.databind.Module)"><CODE>ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module)</CODE></A>.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.fasterxml.jackson.databind.module"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</A> in <A HREF="../../../../../../com/fasterxml/jackson/databind/module/package-summary.html">com.fasterxml.jackson.databind.module</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../com/fasterxml/jackson/databind/module/package-summary.html">com.fasterxml.jackson.databind.module</A> declared as <A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</A></CODE></FONT></TD> <TD><CODE><B>SimpleModule.</B><B><A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_keySerializers">_keySerializers</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>protected &nbsp;<A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</A></CODE></FONT></TD> <TD><CODE><B>SimpleModule.</B><B><A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#_serializers">_serializers</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../com/fasterxml/jackson/databind/module/package-summary.html">com.fasterxml.jackson.databind.module</A> with parameters of type <A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>SimpleModule.</B><B><A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setKeySerializers(com.fasterxml.jackson.databind.module.SimpleSerializers)">setKeySerializers</A></B>(<A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</A>&nbsp;ks)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Resets all currently configured key serializers.</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>SimpleModule.</B><B><A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleModule.html#setSerializers(com.fasterxml.jackson.databind.module.SimpleSerializers)">setSerializers</A></B>(<A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module">SimpleSerializers</A>&nbsp;s)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Resets all currently configured serializers.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../com/fasterxml/jackson/databind/module/SimpleSerializers.html" title="class in com.fasterxml.jackson.databind.module"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/fasterxml/jackson/databind/module//class-useSimpleSerializers.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SimpleSerializers.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2012 <a href="http://fasterxml.com">fasterxml.com</a>. All Rights Reserved. </BODY> </HTML>
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_17a_testAbaNumberCheck_35488_bad_2xs.html
dcarda/aba.route.validator
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_17a.html">Class Test_AbaRouteValidator_17a</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_35488_bad </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_17a.html?line=9736#src-9736" >testAbaNumberCheck_35488_bad</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:46:16 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_35488_bad</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=3808#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=3808#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=3808#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.29411766</span>29.4% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
tests/suite/rss/original/Martin-ONeill-hoping-to-lure-Swansea-City-striker-Danny-Graham-to-Sunderland-for-4-million.html
muggot/python-goose
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/"> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Martin O'Neill hoping to lure Swansea City striker Danny Graham to Sunderland for £4 million - Telegraph</title> <meta name="description" content="Sunderland are hoping to sign Swansea striker Danny Graham this week as Martin O&amp;rsquo;Neill looks to add another attacking dimension to his side." /> <meta name="keywords" content="Sunderland,Teams,Football,Sport" /> <link rel="shortcut icon" href="/template/ver1-0/i/icons/sportBadge.ico?v=1.0"> <meta name="tmgads.zone" content="sport.football.teams.sunderland" /> <meta name="tmgads.channel" content="sport" /> <meta name="tmgads.section" content="sport-football-teams-sunderland" /> <meta name="tmgads.articleid" content="9786271" /> <meta name="tmgads.pagetype" content="story" /> <meta name="tmgads.level" content="5" /> <meta name="tmgads.otherdata" content="" /> <meta name="tmgads.geo" content="RU" /> <meta name="section-id" content="2448" /> <meta name="last-modified" content="2013-01-07" /> <meta name="article-id" content="9786271" /> <meta name="title" content="Martin O'Neill hoping to lure Swansea City striker Danny Graham to Sunderland for £4 million" /> <meta name="GSAMLC" content="sport/football/teams/sunderland" /> <meta name="GSAChannel" content="sport" /> <meta name="GSAChannelName" content="Sport" /> <meta name="GSACategory" content="football" /> <meta name="GSAGenre" content="teams" /> <meta name="GSASectionUniqueName" content="sport-football-teams-sunderland" /> <meta name="GSAArticleType" content="Story" /> <meta name="DC.date.issued" content="2013-01-07" /> <meta name="robots" content="noarchive,noodp" /> <meta property="fb:app_id" content="120118784736295" /> <meta property="fb:admins" content="686953094,531239902,100002344351237" /> <meta property="og:description" content="Sunderland are hoping to sign Swansea striker Danny Graham this week as Martin O&amp;rsquo;Neill looks to add another attacking dimension to his side." /> <meta property="og:site_name" content="Telegraph.co.uk" /> <meta property="og:title" content="Martin O'Neill hoping to lure Swansea City striker Danny Graham to Sunderland for £4 million - Telegraph" /> <meta property="og:url" content="http://www.telegraph.co.uk/sport/football/teams/sunderland/9786271/Martin-ONeill-hoping-to-lure-Swansea-City-striker-Danny-Graham-to-Sunderland-for-4-million.html" /> <meta property="og:image" content="http://i.telegraph.co.uk/multimedia/archive/02445/Danny-Graham_GI_2445330k.jpg" /> <meta property="og:type" content="article" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@Telegraph" /> <link rel="canonical" href="http://www.telegraph.co.uk/sport/football/teams/sunderland/9786271/Martin-ONeill-hoping-to-lure-Swansea-City-striker-Danny-Graham-to-Sunderland-for-4-million.html"/> <link rel="stylesheet" type="text/css" href="/template/ver1-0/css/screen.css" media="screen" /> <link href='http://fonts.googleapis.com/css?family=Arvo:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="/template/ver1-0/css/tracker.css" media="screen" /> <link href='http://fonts.googleapis.com/css?family=Arvo:400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="/template/ver1-0/templates/fragments/common/tmglBrandCSS.jsp" media="screen" /> <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="/template/ver1-0/css/ie6.css" media="screen" /> <![endif]--> <!--[if lte IE 7]> <link rel="stylesheet" type="text/css" href="/template/ver1-0/css/ie7.css" media="screen" /> <![endif]--> <link rel="alternate" type="application/rss+xml" title="RSS Feed for Sunderland articles - Telegraph.co.uk" href="http://www.telegraph.co.uk/sport/football/teams/sunderland/rss" /> <!-- Opta widget v2 --> <script src="http://widget.cloud.opta.net/2.0/js/widgets.opta.js" id="myscript" type="text/javascript"></script> <script type="text/javascript"> var _optaParams = { custID: 'ea84a6c1e3333c9d011be831766d51de', language: 'en', callbacks: [tmgOptaCallback] }; var tmgOptaCallback = function() { //Add logic below that will be executed once the opta widget loads $('.standings-container tr:even').addClass('odd'); //even rows for tables $('.standings-container tr:odd').addClass('even'); //odd rows for tables } </script> <script type="text/javascript" src="/template/ver1-0/js/jquery-1.5.min.js"></script> <script language="Javascript" type="text/javascript" src="/template/ver1-0/js/jquery.cookie.js"></script> <meta name="DCSext.MLC" content="/sport/football/teams/sunderland/article" /> <meta name="DCSext.Genre" content="teams" /> <meta name="DCSext.Category" content="football"/> <meta name="WT.cg_s" content="football"/> <meta name="DCSext.Channel" content="sport" /> <meta name="WT.cg_n" content="sport" /> <meta name="DCSext.Content_Type" content="Story" /> <meta name="DCSext.Level" content="5" /> <meta name="DCSext.author" content="Luke Edwards" /> <meta name="DCSext.articleFirstPublished" content="2013-01-07" /> <meta name="DCSext.articleId" content="9786271" /> <meta name="DCSext.cf" content="1"/> <meta name="DCSext.pd" content="1"/> <script src="/template/ver1-0/js/webtrends/WTDcsVid.js" type="text/javascript"></script> <script src="/template/ver1-0/js/webtrends/LIVE/WTID.js" type="text/javascript"></script> <!-- <script src="/template/ver1-0/js/asyncwebtrends/webtrends.js" type="text/javascript"></script> --> <script> window.webtrendsAsyncInit=function(){ var dcs=new Webtrends.dcs().init({ dcsid:"dcsshgbi400000gscd62rrg43_4o2o", domain:"webtrends.telegraph.co.uk", timezone:0, adimpressions:true, adsparam:"WT.ac", offsite:false, download:true, downloadtypes:"xls,doc,pdf,txt,csv,zip,docx,xlsx,rar,gzip", metanames:"DCSext.MLC, DCSext.source, DCSext.Category, DCSext.Genre, DCSext.Channel, DCSext.imageNo, DCSext.GalleryType, DCSext.Content_Type, DCSext.Level, DCSext.author, DCSext.articleFirstPublished, DCSext.articleId, DCSext.productProvider, DCSext.productName, DCSext.EA_Search_Type, DCSext.EA_Search_Engine, DCSext.EA_Search_Phrase, DCSext.oss, DCSext.ossType, DCSext.cf, DCSext.cn, DCSext.cd, DCSext.pd", fpcdom:".telegraph.co.uk", plugins:{ hm:{src:"/template/ver1-0/js/asyncwebtrends/webtrends.hm.js",hmurlparams:"frame,image"} } }).track(); }; (function(){ var s=document.createElement("script"); s.async=true; s.src="/template/ver1-0/js/asyncwebtrends/webtrends.js"; var s2=document.getElementsByTagName("script")[0]; s2.parentNode.insertBefore(s,s2); }()); </script> <noscript>< img alt="dcsimg" id="dcsimg" width="1" height="1" src="//webtrends.telegraph.co.uk/dcsshgbi400000gscd62rrg43_4o2o/njs.gif?MLC=&amp;Channel=&amp;Genre=&amp;Category=&amp;Content_Type=&amp;Level=&amp;source=&amp;dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=10.2.10&amp;dcssip=www.telegraph.co.uk"/></noscript> <!--[if IE 9 ]> <script type="text/javascript"> if ('external' in window && 'msIsSiteMode' in window.external) { var appVersion = navigator.appVersion; if (window.external.msIsSiteMode()&& !(appVersion.indexOf("Windows NT 6.0") !== -1)){ document.writeln("<meta name=\"DCSext.JL\" content=\"true\" />") if (window.external.msIsSiteModeFirstRun(false) > 0) { try{ document.writeln("<meta name=\"DCSext.PINNED\" content=\"1\" />") } catch(e){} } } } </script> <![endif]--> <script type="text/javascript" src="http://s.telegraph.co.uk/maxymiser/production/js/mmcore.js"></script> <script type="text/javascript"> //Events tracking for Google Analytics function trackGoogle() { try {var pageTracker = _gat._getTracker("UA-7226372-1");pageTracker._trackPageview();} catch(err) {} } //External links tracking through Google Analytics function isLinkExternal(link) { var r = new RegExp('^https?://(?:www.)?' + location.host.replace(/^www./, '')); return !r.test(link); } $(document).ready(function() { $(document).bind('click', function(e) { var target = (window.event) ? e.srcElement : e.target; while (target) { if (target.href) break; target = target.parentNode; } if (!target || !isLinkExternal(target.href)) return true; var link = target.href; link = '/outgoing/' + link.replace(/:\/\//, '/'); _gaq.push(['_trackPageview', link]); }); }); var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-7226372-1']); _gaq.push(['_setDomainName', 'telegraph.co.uk']); _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" language="JavaScript"> // name: Sport AdprobeTag // created at: 31.05.2011 - 14:48 // The placement ids to request, max 10 per request, comma delimited, no spaces: var wlCus = "10194,10195"; var wlOrd = new Date().getTime(); try { document.write('<scr' + 'ipt type="text/javascript" language="JavaScript" src="http://req.connect.wunderloop.net/AP/1585/5976/10194/js?cus=' + wlCus + '&ord=' + wlOrd + '"></sc' + 'ript>'); } catch(err) { } </script> <script type="text/javascript"> var gs_channels="default"; // Last-updated: 2013-01-08 07:21:53.444 gs_channels="spt_football"; </script> <script language="Javascript" type="text/javascript" src="/template/ver1-0/js/dfp.js"></script> <link rel="stylesheet" type="text/css" href="/template/ver1-0/css/subscriber.css?v=1357629713445" media="screen" /> <script language="Javascript" type="text/javascript" src="/template/ver1-0/js/ajax.js"></script> <script language="Javascript" type="text/javascript" src="/template/ver1-0/js/commWidget.js"></script> <!-- Begin KRUX Digital Control Tag for The Telegraph --> <!-- End KRUX Digital Control Tag for The Telegraph --> <link rel="stylesheet" href="http://widget.cloud.opta.net/2.0/css/widgets.opta.css" type="text/css"> <!--[if IE 9]> <link rel="stylesheet" type="text/css" href="http://widget.cloud.opta.net/2.0/css/ie9.widgets.opta.css" media="screen" /> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="http://widget.cloud.opta.net/2.0/css/ie8.widgets.opta.css" media="screen" /> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="http://widget.cloud.opta.net/2.0/css/ie7.widgets.opta.css" media="screen" /> <![endif]--> <link rel="stylesheet" type="text/css" href="/template/ver1-0/css/opta.css" media="screen" /> <link rel="stylesheet" type="text/css" href="/template/ver1-0/css/telegraph-opta-widgets.css" media="screen" /> <!-- Begin comScore Tag --> <script> var _comscore = _comscore || []; _comscore.push({ c1 : "2", c2 : "6035736" }); (function() { var s = document.createElement("script"), el = document .getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore(s, el); })(); </script> <noscript> <img src="http://b.scorecardresearch.com/p?c1=2&c2=6035736&cv=2.0&cj=1" /> </noscript> <!-- End comScore Tag --> </head> <body> <script type="text/javascript"> var inviteUrl = "/subscriptions/invitation-intl/"; var plink = "http://www.telegraph.co.uk/template/ver1-0/templates/fragments/common/toolBar-js.jsp"; </script> <script type="text/javascript"src="http://s.telegraph.co.uk/toolbar/js/tmgMenu.js"></script> <!--[if lte IE 6]> <div id="ieLteSix"> <div class="ieLteSixBanner"> <table cellspacing="0" cellpadding="0"> <tbody> <tr> <td class="ieLteSixLeft"> <p class="ieFirstP">We no longer check to see whether Telegraph.co.uk displays properly in Internet Explorer version 6 or earlier.</p> <p class="ieSecondtP">To see our content at its best we recommend <a href="/browser-support/">upgrading if you wish to continue using IE or using another browser such as Firefox, Safari or Google Chrome.</a></p> </td> <td valign="top" class="ieLteSixRight"> <a href="#" id="ieX"><img width="20" height="20" border="0" alt="Hide this banner" src="/template/ver1-0/i/ieX.gif"></a> </td> </tr> </tbody> </table> </div> </div> <script language="Javascript" type="text/javascript" src="/template/ver1-0/js/ieSix.js"></script> <![endif]--> <!-- googleoff: all --> <a name="top"></a> <div class="hidden"> <p>Accessibility links</p> <ul> <li><a href="#article">Skip to article</a></li> <li><a href="#mainsections">Skip to navigation</a></li> </ul> </div><div id="tmglSite"> <div class="printLogo"><img src="/template/ver1-0/i/telegraph_print_190.gif"/></div> <div id="tmglHeader" class=""> <div id="tmglBannerAd"> <div class="access">Advertisement</div> <div class="adbanner" align="center"> <div id="banner" class="InSkinHide"> <script type="text/javascript"> document.write(tmgAdsBuildAdTag("ban", "940x250,728x90,468x60", "adj", "", 2)); </script> </div> </div> </div> <div id="tmglBrandLarge"> <a href="/"> <div id="brand">Telegraph.co.uk</div></a> <div id="topBarRightContainer"> <div id="searchBar"> <div id="searchBlock"> <form name="tg_search" id="tg_search" method="get" action="/search/"> <input type="text" class="searchBox google" name="queryText" value="" size="19" tabindex="1" /> <input type="submit" class="formSubmit" tabindex="2" id="go" name="Search" value="" alt="Search" /> </form> <div class="cl"></div> </div> </div> <div id="tmgTopBar"> <div id="tmglTopRight" class="tmgTopBarDate"> <div id="tmglLasUpdatedDateFeed"> <p> Tuesday 08 January 2013</p> </div> </div> </div></div> <div class="cl"></div> </div> <div class="cl"></div> </div> <!-- googleon: all --> <!-- googleoff: all --> <div id="tmglMenu"> <div id="tmglPriExWrap"> <div id="tmglPrimaryNav" class="nonActiveNav"> <div class="access"><a name="mainsections"></a></div> <ul class="mainNav"> <li class="first styleFour"><a href="http://www.telegraph.co.uk/">Home</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/news/">News</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/news/worldnews/">World</a></li> <li class="selected styleFour" id="menuItemstyleFour"><a href="http://www.telegraph.co.uk/sport/">Sport</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/finance/">Finance</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/comment/">Comment</a></li> <li class="styleFour"><a href="http://blogs.telegraph.co.uk">Blogs</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/culture/">Culture</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/travel/">Travel</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/lifestyle/">Life</a></li> <li class="styleFour"><a href="http://fashion.telegraph.co.uk">Fashion</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/technology/">Tech</a></li> </ul></div> <div id="tmglExtraNav"> <ul class="extraNav"> <li class="first"> <a href="http://dating.telegraph.co.uk/s/a/4167">Dating</a> </li> <li> <a href="http://www.telegraph.co.uk/promotions/">Offers</a> </li> <li> <a href="http://jobs.telegraph.co.uk">Jobs</a> </li> </ul> <div class="cl"></div> </div> <div class="cl"></div> </div> <div id="tmglSecondNav" class="activeNav styleFour"> <ul class="mainNav"> <li class="selected first styleFour"><a href="http://www.telegraph.co.uk/sport/football/">Football</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/sport/rugbyunion/">Rugby Union</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/sport/cricket/">Cricket</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/sport/motorsport/formulaone/">F1</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/sport/tennis/">Tennis</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/sport/golf/">Golf</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/sport/othersports/cycling/">Cycling</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/sport/olympics/">Olympics</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/sport/othersports/boxing/">Boxing</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/sport/othersports/ufc/">UFC</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/sport/rugbyleague/">Rugby League</a></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/sport/horseracing/">Racing</a></li> <li class="styleFour"><a href="http://fantasyfootball.telegraph.co.uk/">Fantasy</a></li></ul> <div class="cl"></div> </div> <div id="tmglThirdNav"> <ul class="mainNav"> <li class="first "><a href="http://www.telegraph.co.uk/sport/football/live-scores/9495217/Live-scores.html">Live Scores</a></li> <li class=""><a href="http://blogs.telegraph.co.uk/sport/category/football/">Blog</a></li> <li class="selected "><a href="http://www.telegraph.co.uk/sport/football/teams/">Teams</a></li> <li class=""><a href="/sport/football/fixtures/9495462/Football-Fixtures.html">Fixtures</a></li> <li class=""><a href="/sport/football/results/9495525/Football-Results.html">Results</a></li> <li class=""><a href="/sport/football/tables/9484362/Barclays-Premier-League-table-2012-13.html">Tables</a></li> <li class=""><a href="http://www.telegraph.co.uk/sport/football/football-transfers/">Transfers</a></li> <li class=""><a href="http://www.telegraph.co.uk/sport/football/picturegalleries/">Galleries</a></li> <li class=""><a href="http://fantasyfootball.telegraph.co.uk/">Fantasy Football</a></li> </ul> <div class="cl"></div> </div> <div id="tmglCrumbtrail"> <ol> <li class="first"><a href="/">Home</a><span>&raquo;</span></li> <li><a href="http://www.telegraph.co.uk/sport/">Sport</a><span>&raquo;</span></li> <li><a href="http://www.telegraph.co.uk/sport/football/">Football</a><span>&raquo;</span></li> <li><a href="http://www.telegraph.co.uk/sport/football/teams/">Teams</a><span>&raquo;</span></li> <li class="styleFour"><a href="http://www.telegraph.co.uk/sport/football/teams/sunderland/">Sunderland</a></li></ol> <div class="cl"></div> </div> </div> <!-- googleon: all --> <div id="tmglBody" > <div class="access"><a name="article"></a></div> <div class="twoThirdsThird2 gutterUnder"> <div class="twoThirds gutter" > <div class="storyHead"> <h1>Martin O'Neill hoping to lure Swansea City striker Danny Graham to Sunderland for £4 million</h1> <h2> Sunderland are hoping to sign Swansea striker Danny Graham this week as Martin O&rsquo;Neill looks to add another attacking dimension to his side. </h2> <div class="artIntro"> <div id="storyEmbSlide"> <div class="slideshow ssIntro"> <div class="nextPrevLayer"> <div class="ssImg"> <img src="http://i.telegraph.co.uk/multimedia/archive/02445/Danny-Graham_GI_2445330b.jpg" width="620" height="387" alt="Martin O'Neill hoping to lure Swansea striker Danny Graham to Sunderland for £4 million"/> <div class="artImageExtras" > <div class="ingCaptionCredit"> <span class="caption">Wanted: Danny Graham, after scoring for Swansea against Arsenal, could be on his way to Sunderland</span>&nbsp;<span class="credit">Photo: GETTY IMAGES</span></div> </div> </div> </div> </div> </div> </div> </div> <div class="oneHalf gutter"> <div class="story"> <div class="cl"> </div> <!-- remove the whitespace added by escenic before end of </a> tag --> <div class="bylineComments"> <div > <div class="bylineImg"> <a href="http://www.telegraph.co.uk/sport/columnists/lukeedwards/" ><img src="http://i.telegraph.co.uk/multimedia/archive/02396/lukeedwards60px_2396778j.jpg" alt="" border="0" width="60" height="60" ></a> </div> <p class="bylineBody"> By <a rel="author" title="Luke Edwards" href="http://www.telegraph.co.uk/sport/columnists/lukeedwards/" > Luke Edwards</a></p> </div> <p class="publishedDate">11:00PM GMT 07 Jan 2013</p> <p class="comments"> <img src="/template/ver1-0/i/share/comments.gif" alt="Comments" /><a href="http://www.telegraph.co.uk/sport/football/teams/sunderland/9786271/Martin-ONeill-hoping-to-lure-Swansea-City-striker-Danny-Graham-to-Sunderland-for-4-million.html#disqus_thread" dsqid="9786271">Comments</a> </p> <div class="cl"> </div> </div> <div id="mainBodyArea" > <div class="firstPar"><p> Graham has scored three goals in his last three appearances for <strong><a href="http://www.telegraph.co.uk/sport/football/teams/swansea-city/" target="_blank">Swansea</a></strong>, including their equaliser in a 2-2 draw with <strong><a href="http://www.telegraph.co.uk/sport/football/teams/arsenal/">Arsenal</a></strong> in the FA Cup last weekend, but has been replaced as the club&rsquo;s main striker by Spanish import Michu. </p></div><div class="secondPar"> <p> The 27 year-old has previously aired his frustration at being asked to spend so much time on the bench after scoring 14 goals in his first season in the top flight. </p></div><div class="thirdPar"> <p> That has been noted by O&rsquo;Neill, who hopes to persuade Swansea manager Michael Laudrup to part with the striker with an official bid expected in the next 24 hours. </p></div><div class="fourthPar"> <p> Sunderland are willing to offer around &pound;4&thinsp;million for Graham and hope to be able to bring him back to his native North East to discuss personal terms this week. </p></div><div class="fifthPar"> <p> Although Steven Fletcher has been a success on Wearside following his &pound;12&thinsp; million summer move from <strong><a href="http://www.telegraph.co.uk/sport/football/teams/wolverhampton-wanderers/">Wolverhampton Wanderers</a></strong>, O&rsquo;Neill wants more competition for places in attack. </p></div><div id="tmg-related-links" class="related_links_inline"> <div class="headerOne styleFour"><h2><span>Related Articles</span></h2></div> <ul> <li class="bullet"> <p> <a href="/sport/football/teams/sunderland/9784015/Sunderland-striker-Connor-Wickham-sparks-revival-and-begins-to-prove-potential-in-FA-Cup-draw-with-Bolton.html">Wickham sparks Sunderland revival</a> </p> <span class="relContDate">06 Jan 2013</span> </li> <li class="bullet"> <p> <a href="/sport/football/competitions/fa-cup/9781132/Bolton-Wanderers-2-Sunderland-2-match-report.html">Bolton 2 Sunderland 2</a> </p> <span class="relContDate">05 Jan 2013</span> </li> <li class="bullet"> <p> <a href="/sport/football/competitions/premier-league/9777335/Poll-which-three-teams-are-set-for-the-Premier-League-drop-after-QPR-show-fight-at-Chelsea.html">Which teams face the drop?</a> </p> <span class="relContDate">03 Jan 2013</span> </li> <li class="bullet"> <p> <a href="/sport/football/competitions/premier-league/9767393/Luis-Suarez-double-is-perfect-cure-for-Liverpool-as-they-defeat-Sunderland-3-0-at-Anfield.html">Liverpool 3 Sunderland 0</a> </p> <span class="relContDate">03 Jan 2013</span> </li> <li class="bullet"> <p> <a href="/sport/football/teams/manchester-city/9776452/Roberto-Mancini-given-more-time-to-explain-his-criticism-of-referee-in-Manchester-Citys-defeat-by-Sunderland.html">Mancini gets more time to explain referee slur</a> </p> <span class="relContDate">02 Jan 2013</span> </li> <li class="bullet"> <p> <a href="/sport/football/competitions/premier-league/9759056/Liverpool-v-Sunderland-match-preview.html">Liverpool v Sunderland: preview</a> </p> <span class="relContDate">31 Dec 2012</span> </li> </ul> </div> <div class="body"> <p> Fletcher has mainly played as a lone striker with Stephane Sessegnon given a free role behind him, but O&rsquo;Neill feels Graham could be an ideal strike partner for the Scotland international. </p> <p> Sunderland signed Louis Saha on a free transfer in the summer, but he has failed to score in 11 appearances, while teenager Connor Wickham remains a work in progress on the training ground according to O&rsquo;Neill. </p> <p> Laudrup hinted on Sunday that Graham&rsquo;s future would be his to decide. &ldquo;He is playing well and is important for us because he is scoring goals, but let&rsquo;s see what he says,&rdquo; said Laudrup. &ldquo;I am going to speak to all players who are not playing regularly.&rdquo; </p> <p> Sunderland may face competition from neighbours Newcastle for Graham as their manager, Alan Pardew, is also an admirer. </p> <p> Graham has always maintained he would like return to his native North East having begun his career with Chester-le-Street, before joining Middlesbrough&rsquo;s academy. </p> <p> Despite failing to establish himself in Middlesbrough&rsquo;s first team, Graham has worked his way back up to the top level following successful spells at Carlisle United and Watford. </p> <p> Sunderland, meanwhile, are also close to announcing the &pound;3&thinsp;million signing of France Under-21 international midfielder Alfred N&rsquo;Diaye from Turkish club Bursaspor. </p> </div> <div class="cl"></div> </div></div> </div> <div class="oneSixth"> <!-- googleoff: all --> <div id="shareSideContainer" class="loading"> <div class="print invisible"><a href="javascript:print()" alt="Print" title="Print">&nbsp;</a></div> <div id="shareSide" class="storyFunc nobord"></div> <div class="cl"></div> </div> <div class="storyfct"> <div id="storyMoreOnFucntion"> <div class="secLinks"> <div class="section"> <div class="name"> <h2><a href="http://www.telegraph.co.uk/sport/football/teams/sunderland/">Sunderland</a></h2> </div> <div class="cl"></div> </div> <ul> <li class="first"> <h3><a href="http://www.telegraph.co.uk/sport/">Sport &#187;</a></h3> </li> <li> <h3><a href="http://www.telegraph.co.uk/sport/football/">Football &#187;</a></h3> </li> <li> <h3><a href="http://www.telegraph.co.uk/sport/football/teams/swansea-city/">Swansea City &#187;</a></h3> </li> <li> <h3><a href="http://www.telegraph.co.uk/sport/football/football-transfers/">Football Transfers &#187;</a></h3> </li> <li> <h3><a href="http://www.telegraph.co.uk/sport/football/news/">Football News &#187;</a></h3> </li> </ul> <div class="cl"></div> </div> </div> </div> <div class="related_links"> <div class="summaryMediumToSmall"><div class="headerOne styleFour"> <!-- 9752529 --> <p> <a href="http://www.telegraph.co.uk/sport/football/"><span>In football &#187;</span></a> </p></div> <div class="summary "> <div class="summarySmall"> <div class="piccentre containerdiv "> <a href="/sport/football/teams/manchester-city/9778185/Mario-Balotelli-and-Roberto-Mancini-clash-at-Manchester-City-training-session-in-pictures.html"><img src="http://i.telegraph.co.uk/multimedia/archive/02441/mancini-2_2441850g.jpg" alt="Mario Balotelli and Roberto Mancini come to blows following a mis-timed tackle by the striker on Scott Sinclair during training. " border="0" width="140" height="87" /> <span class="cornerimagephotocentre">&nbsp;</span></a> </div> <h3> <a href="/sport/football/teams/manchester-city/9778185/Mario-Balotelli-and-Roberto-Mancini-clash-at-Manchester-City-training-session-in-pictures.html">Balotelli and Mancini's bust-up</a> </h3> </div> </div> <div class="summary "> <div class="summarySmall"> <div class="piccentre containerdiv "> <a href="/sport/football/competitions/premier-league/2432939/Premier-League-Transfer-Talk-Club-by-club-Football-Transfers-Football-Rumours-.html"><img src="http://i.telegraph.co.uk/multimedia/archive/02439/zahaact_2439533g.jpg" alt="Premier League Transfer Talk" border="0" width="140" height="87" /> <span class="cornerimagephotocentre">&nbsp;</span></a> </div> <h3> <a href="/sport/football/competitions/premier-league/2432939/Premier-League-Transfer-Talk-Club-by-club-Football-Transfers-Football-Rumours-.html">Premier League Transfer Talk</a> </h3> </div> </div> <div class="summary"> <!-- 9752529 --> <script type="text/javascript"> // Move to common.js if ($('span.stateLatest').length > 0) { $('span.stateLatest').each(function() { //$(this).prependTo($(this).find('+ p')); var p = $(this).parent('a').next('p'); $(this).prependTo(p); }); } if ($('span.stateNew').length > 0) { $('span.stateNew').each(function() { //$(this).prependTo($(this).find('+ p')); var p = $(this).next('p'); $(this).prependTo(p); }); } </script><div class="cl"></div> </div></div> <div id="artComRelLinks" class="summaryMedium gutterUnder"> <div class="headerOne styleTen"><p>Related Partners</p></div> <ul> <li> <div class="comLink"> <!-- 6761942 --> <p class="comLinkText"><a href="http://tickets.telegraph.co.uk/sunderland-tickets" rel="nofollow">Sunderland Tickets</a></p> </div> </li> </ul></div> </div> <div class="summaryMedium secPuffs"> <div class="headerOne styleFour"><p>In Sunderland</p></div> <div class="summary "> <div class="summarySmall"> <div class="piccentre containerdiv "> <a href="/sport/football/picturegalleries/9646074/Fantasista-2013-Exhibition-group-of-talented-artists-celebrate-the-beautiful-game.html"><img src="http://i.telegraph.co.uk/multimedia/archive/02384/Clasico_image_0023_2384598g.jpg" alt="" border="0" width="140" height="87" /> <span class="cornerimagephotocentre">&nbsp;</span></a> </div> <h3> <a href="/sport/football/picturegalleries/9646074/Fantasista-2013-Exhibition-group-of-talented-artists-celebrate-the-beautiful-game.html">Rise of the 'football artists'</a> </h3> </div> </div> <div class="summary "> <div class="summarySmall"> <div class="piccentre containerdiv "> <a href="/sport/football/picturegalleries/9770953/Premier-League-action-in-pictures.html"><img src="http://i.telegraph.co.uk/multimedia/archive/02438/bassong-nasri_2438974g.jpg" alt="Seb Bassong and Samir Nasri - Premier League action" border="0" width="140" height="87" /> <span class="cornerimagephotocentre">&nbsp;</span></a> </div> <h3> <a href="/sport/football/picturegalleries/9770953/Premier-League-action-in-pictures.html">Premier League action</a> </h3> </div> </div> <div class="summary "> <div class="summarySmall"> <div class="piccentre containerdiv "> <a href="http://twitter.com/#!/TelegraphSport"><img src="http://i.telegraph.co.uk/multimedia/archive/01838/newtwit_1838978g.jpg" alt="Follow Telegraph Sport on Twitter" border="0" width="140" height="87" /> <span class="cornerimagecentre">&nbsp;</span></a> </div> <h3> <a href="http://twitter.com/#!/TelegraphSport">Follow Telegraph Sport on Twitter</a> </h3> </div> </div> </div> <!-- googleon: all --> </div> <!-- googleoff: index --> <!-- googleoff: all --> <!-- googleon: all --> <div class="cl"></div> <div class="storyFt"> <div class="print hidden"><a href="javascript:print()" title="Print">&nbsp;</a></div> <div id="shareBottom" class="storyFunc"></div> <div class="cl"></div> <div id="outbrain-links"> <script type="text/JavaScript"> var OB_permalink= 'http://www.telegraph.co.uk/sport/football/teams/sunderland/9786271/Martin-ONeill-hoping-to-lure-Swansea-City-striker-Danny-Graham-to-Sunderland-for-4-million.html'; var OB_Template="telegraph"; var OB_widgetId= 'AR_1'; var OB_langJS ='http://widgets.outbrain.com/lang_en.js'; if ( typeof(OB_Script)!='undefined' ) OutbrainStart(); else { var OB_Script = true; var str = "<script src='http://widgets.outbrain.com/outbrainWidget.js' type='text/javascript'></"+"script>"; document.write(str); } </script> </div> <div id="outbrain-links"> <script type="text/JavaScript"> var OB_permalink= 'http://www.telegraph.co.uk/sport/football/teams/sunderland/9786271/Martin-ONeill-hoping-to-lure-Swansea-City-striker-Danny-Graham-to-Sunderland-for-4-million.html'; var OB_Template="telegraph"; var OB_widgetId= 'AR_4'; var OB_langJS ='http://widgets.outbrain.com/lang_en.js'; if ( typeof(OB_Script)!='undefined' ) OutbrainStart(); else{ var OB_Script = true; var str = "<script src='http://widgets.outbrain.com/outbrainWidget.js'; type='text/javascript'></"+"script>"; document.write(str); } </script> </div> <div class="summaryMedium"> <div class="headerOne styleFour"> <!-- 6375904 --> <h2><a href="http://www.telegraph.co.uk/sport/football/leagues/premierleague/sunderland/4942904/Sunderland-Football-Club-Statistics.html "><span>Sunderland action photos &#187;</span></a> </h2></div> <div class="summary"> <!-- 4942724 --> <iframe width="620" height="320" marginwidth="0" scrolling="no" src="http://www.worldarcstudio.com/WAS/GettyImageGallery/v1/24/site " frameborder="0" marginheight="0">Sunderland action photos: The best full-colour action images for Sunderland Football Club. </iframe> </div> </div> <!-- googleoff: all --> <div class="googleads "> <div class="access">Advertisement</div> <script type="text/javascript"> <!-- google_ad_client = 'ca-telegraph_uk_300x250'; google_ad_channel = 'sport'; google_max_num_ads = '3'; google_ad_output="js"; google_ad_type="text"; google_language="en"; google_encoding="utf8"; google_safe="high"; /* Google Ad Functions */ function google_ad_request_done(google_ads) { var googleAdHeadText="Ads by Google"; var googleAdHeadLink="https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&gl=US&hideleadgen=1"; var google_max_num_ads = '3'; if(google_ads.length==0){ return; } var s="<div id='googleHead'><div class='headerOne styleTen'><p><span><a target=\"_blank\" title=\"About Google Ads\" href=\""+googleAdHeadLink+"\">"; s+=googleAdHeadText+"</a></span></p></div></div>"; s+="<div id='google-ads-container-inner'><div class='googleAdText'><ul class='googleAdText'>"; if (google_ads[0].type=="text") { for(i=0;i<google_ads.length;i++){ if (i == (google_max_num_ads - 1)){ s+="<li class=\"last\">"; } else if (i == 0) { s+="<li class=\"first\">"; } else { s+="<li>"; } s+='<h4><a target="_TOP" href="'+google_ads[i].url+'">'+google_ads[i].line1+"</a></h4>"; s+="<p>"+google_ads[i].line2+" "+google_ads[i].line3+"</p>"; s+='<p><a target="_TOP" href="'+google_ads[i].url+'">'+google_ads[i].visible_url+"</a></p>"; s+="</li>" } } s+="</ul><div class=\"cl\"><!-- --></div><span class=\"hl-brackets1\"><!-- --></span>"; s+="<span class=\"hl-brackets2\"><!-- --></span><span class=\"hl-brackets3\"><!-- --></span>"; s+="<span class=\"hl-brackets4\"><!-- --></span></div></div>"; document.getElementById("google-ads-container").innerHTML=s; // Slightly hacky, but if we're in a section then the container div needs a different class if (google_max_num_ads == 4) { document.getElementById("google-ads-container").parentNode.className = "googleadssection"; } } // --> </script> <div id="google-ads-container"></div> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> <noscript> <img height="1" width="1" border="0" src="http://pagead2.googlesyndication.com/pagead/imp.gif?client=ca-telegraph_uk_420x200&amp;event=noscript" alt=""/> </noscript> </div> <!-- googleon: all --> </div> <!-- googleon: index --> <!-- googleoff: all --> <div class="twoThirds"> <!--comments=disqus<br> disqusComments=active<br> userCommentsState=sectionProperties<br> showComments=true<br> article.articleTypeName=tmglstory<br>--> <div class="gutterUnder"> <div class="hide" id="disqusAcc">telegraphuk</div> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_title = "Martin O'Neill hoping to lure Swansea City striker Danny Graham to Sunderland for £4 million"; var disqus_identifier = "9786271"; var disqus_developer = 1; </script> <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=telegraphuk">comments powered by Disqus.</a></noscript> <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a> </div> </div> <div class="cl"></div> </div> <div class="oneThird"> <div class="articleSponsor"> <div class="puff"> <!-- 9394367 --> <a href="http://fantasyfootball.telegraph.co.uk/tinkerman/select-team?utm_source=tmg&utm_medium=sectionsponsor&utm_campaign=tinkermanleague" class="popNewWindow"><img src="http://i.telegraph.co.uk/multimedia/archive/02372/300x39-TinkermanL_2372465a.jpeg" width="300" height="39" border="0" alt=""/></a> </div> </div> <div class="headerOne styleFour"> <!-- 5497443 --> <h2><a href="http://www.telegraph.co.uk/sport/football/leagues/premierleague/sunderland/"><span>Sunderland &#187;</span></a> </h2></div> <div class="secNavLink"> <div class="secNavLinkBadge"> <div class="picright containerdiv "> <a href="http://www.telegraph.co.uk/sport/football/teams/sunderland/"><img src="http://i.telegraph.co.uk/multimedia/archive/01377/Sunderland-Footbal_1377169h.jpg" alt="Sunderland Football Club" border="0" width="60" height="60" /></a> </div> </div> <div class="secNavLinkItems"> <div class="oneColm"> <p><a class="bulletPoint" href="http://www.telegraph.co.uk/sport/football/teams/sunderland/9337541/Sunderland-Premier-League-fixtures-2012-13.html">Sunderland fixtures 2012-13</a></p> </div> <div class="oneColm"> <p><a class="bulletPoint" href="http://www.telegraph.co.uk/sport/football/leagues/premierleague/sunderland/4932856/Sunderland-Football-Club-Results.html ">Sunderland Results</a></p> </div> <div class="oneColm"> <p><a class="bulletPoint" href="http://www.telegraph.co.uk/sport/football/leagues/premierleague/sunderland/4942724/Sunderland-Football-Club-Action-Photos.html ">Sunderland Action Photos</a></p> </div> <div class="oneColm"> <p><a class="bulletPoint" href="http://www.telegraph.co.uk/sport/football/leagues/premierleague/sunderland/5042214/Sunderland-Football-Club-Players.html ">Sunderland Players</a></p> </div> <div class="oneColm"> <p><a class="bulletPoint" href="http://www.telegraph.co.uk/sport/football/leagues/premierleague/sunderland/4942904/Sunderland-Football-Club-Statistics.html ">Sunderland Statistics</a></p> </div> <div class="oneColm"> <p><a class="bulletPoint" href="http://fantasyfootball.telegraph.co.uk/premierleague/statistics/teams/SUN">Sunderland Fantasy Stats</a></p> </div> <div class="oneColm"> <p><a class="bulletPoint" href="http://tickets.telegraph.co.uk/sunderland-tickets">Sunderland Tickets</a></p> </div> </div> <div class="cl"></div> </div><div class="admpu gutterUnder"> <div class="access">Advertisement</div> <div id="mpu" class="InSkinHide"> <script type="text/javascript"> document.write(tmgAdsBuildAdTag("mpu", "300x250", "adj", "", 2)); </script> </div> </div> <div class="summaryMedium gutterUnder"> <div class="summary"> <!-- 9648141 --> <iframe width="300" height="450" marginwidth="0" scrolling="no" src="http://s.telegraph.co.uk/sponsored/_i/indeed/Indeed%20FR%20v2.html" frameborder="0" marginheight="0"></iframe> </div> <div class="headerOne styleFour"> <!-- 9648057 --> <p> <span>More from The Telegraph</span> </p></div> </div> <div class="access">Advertisement</div> <div id="yell"> <div class="adyell InSkinHide"> <script type="text/javascript"> document.write(tmgAdsBuildAdTag("yell", "300x150", "adj", "", 2)); </script> </div> </div> <div class="summaryMedium gutterUnder"> <div class="headerOne styleFour"> <!-- 9648057 --> <p> <span>More from The Telegraph</span> </p></div> <div class="summary"> <!-- 9648038 --> <iframe width="300" height="250" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?t=telegraphcouk-20&o=1&p=12&l=bn1&mode=books&browse=1000&fc1=696969&lt1=_blank&lc1=234B7B&bg1=F4F4F0&f=ifr" frameborder="0" marginheight="0"></iframe> </div> </div> <div class="adarea gutterUnder"> <div class="adsky"> <div class="access">Advertisement</div> <div class="InSkinHide" align="center"> <script type="text/javascript"> document.write(tmgAdsBuildAdTag("hpg,sks,skl", "300x600,120x600,160x600", "adj", "", 2)); </script> </div></div> <div class="cl"></div> </div> <div class="summaryMedium"> <div class="headerOne styleFour"> <!-- 9648063 --> <p> <span>More from The Telegraph</span> </p></div> <div id="configurableTabs" class="configTabs"> <div class="topline"> <div class="left"></div> <div class="right"></div> <div style="clear:both;"></div> </div> <div class="innerPlugin"> <div class="loadingMessage"> Loading </div> <div class="cl"></div> <script type="text/javascript"> var puffs_9013657 = new Array(); </script> <div id="configurableTab_9013657" class="controlledTab" style="display:none;"> <div class="tools"> <a class="prevArrowImage" id="p9013657" href="#"></a> <a class="nextArrowImage" id="n9013657" href="#"></a> <div class="cl"></div> </div> <ul class="configurableWidget ssAds"></ul> <script type="text/javascript"> var thisLink = "http://bit.ly/VJR6mc?WT.ac=9777705"; puffs_9013657.push({'id':'9777705', 'headline':'Prince2 certification training', 'bodyText':'Save an additional 5% on all courses with Simplilearn.', 'link':thisLink, 'imageUrl':'http://i.telegraph.co.uk/multimedia/archive/02441/Prince2-online_2441706a.png', 'weight':'3'}); </script> <script type="text/javascript"> var thisLink = "http://www.vistaprint.co.uk/vp/gateway.aspx?S=0216403433&WT.ac=9734411"; puffs_9013657.push({'id':'9734411', 'headline':'Free 2013 photo wall calendar', 'bodyText':'Choose from over 250 custom design templates and upload your favorite photos!', 'link':thisLink, 'imageUrl':'http://i.telegraph.co.uk/multimedia/archive/02423/FA2013Cal280x175_2423386a.jpg', 'weight':'3'}); </script> <script type="text/javascript"> var thisLink = "http://www.vistaprint.co.uk/vp/gateway.aspx?S=0216403433&WT.ac=9611249"; puffs_9013657.push({'id':'9611249', 'headline':'FREE 2013 Photo Wall Calendar', 'bodyText':'Personalise your year, showcase your photos, give as gifts and share with everyone...', 'link':thisLink, 'imageUrl':'http://i.telegraph.co.uk/multimedia/archive/02423/FA2013Cal280x175v2_2423390a.JPG', 'weight':'3'}); </script> </div> <script type="text/javascript"> var noOfPuffs = 10; for(var i=0; i < noOfPuffs; i++) { if(i < puffs_9013657.length) { rotateLayoutPuffs(9013657, i, true); } } </script><div class="cl"></div> </div> <div class="bottomline"> <div class="left"></div> <div class="right"></div> <div style="clear:both;"></div> </div> </div> </div> <script type="text/JavaScript"> var OB_permalink= 'http://www.telegraph.co.uk/sport/football/teams/sunderland/9786271/Martin-ONeill-hoping-to-lure-Swansea-City-striker-Danny-Graham-to-Sunderland-for-4-million.html'; var OB_Template="telegraph"; var OB_widgetId= 'AR_2'; var OB_langJS ='http://widgets.outbrain.com/lang_en.js'; if ( typeof(OB_Script)!='undefined' ) OutbrainStart(); else { var OB_Script = true; var str = "<script src='http://widgets.outbrain.com/outbrainWidget.js' type='text/javascript'></"+"script>"; document.write(str); } </script> </div> <div class="cl"></div> </div> <div class="printHide"> <div id="trafficDrivers"> <div class="headerOne styleFour"> <!-- 5778400 --> <p> <span>MORE FROM TELEGRAPH.CO.UK</span> </p></div> <div class="gutterUnder"> <div id="tmgPortalRand"> <!-- 9777424 --> <div class="oneQuarter servicesSmall "> <div class="summarySmall"> <div class="headerFive"> <a href="http://www.telegraph.co.uk/sponsored/travel/saga-holidays/?WT.mc_id=605521&source=TrafficDriver"> Saga Holidays</a> </div> <div class="piccentre containerdiv "> <a href="http://www.telegraph.co.uk/sponsored/travel/saga-holidays/9755607/Saga-Holidays-in-pictures.html?WT.mc_id=605521&source=TrafficDriver"> <img src="http://i.telegraph.co.uk/multimedia/archive/02434/new_saga_funchal_2434905f.jpg" alt="Saga Holidays offers fantastic travel itineraries and great deals on adults only cruises and holidays" border="0" width="219" height="137" /><span class="imgSlantOverlay">&nbsp;</span> </a> </div> <h3> <a href="http://www.telegraph.co.uk/sponsored/travel/saga-holidays/9755607/Saga-Holidays-in-pictures.html?WT.mc_id=605521&source=TrafficDriver"> See the exciting and exotic locations that await you on a Saga holiday or cruise</a> </h3> <div class="traffdrivViewLink"> <a href="http://www.telegraph.co.uk/sponsored/travel/saga-holidays/9755607/Saga-Holidays-in-pictures.html?WT.mc_id=605521&source=TrafficDriver"> View</a> </div> </div> </div> <!-- 9779869 --> <div class="oneQuarter servicesSmall "> <div class="summarySmall"> <div class="headerFive"> <a href="http://www.telegraph.co.uk/sponsored/business/contact-law/?WT.mc_id=605520&source=TrafficDriver"> Contact Law</a> </div> <div class="piccentre containerdiv "> <a href="http://www.telegraph.co.uk/sponsored/business/contact-law/?WT.mc_id=605520&source=TrafficDriver"> <img src="http://i.telegraph.co.uk/multimedia/archive/02427/solicitor-client_2427345f.jpg" alt="Solicitor and client - Contact Law" border="0" width="219" height="137" /><span class="imgSlantOverlay">&nbsp;</span> </a> </div> <h3> <a href="http://www.telegraph.co.uk/sponsored/business/contact-law/?WT.mc_id=605520&source=TrafficDriver"> Contact Law offers a free service connecting small businesses with local solicitors</a> </h3> <div class="traffdrivViewLink"> <a href="http://www.telegraph.co.uk/sponsored/business/contact-law/?WT.mc_id=605520&source=TrafficDriver"> View</a> </div> </div> </div> <!-- 9781373 --> <div class="oneQuarter servicesSmall "> <div class="summarySmall"> <div class="headerFive"> <a href="http://www.hand-picked.telegraph.co.uk/current-sales?utm_source=tmg&utm_medium=td_generic&utm_campaign=handpickedtds"> Telegraph Travel Hand-picked</a> </div> <div class="piccentre containerdiv "> <a href="http://www.hand-picked.telegraph.co.uk/current-sales?utm_source=tmg&utm_medium=td_generic&utm_campaign=handpickedtds"> <img src="http://i.telegraph.co.uk/multimedia/archive/02443/HP_Generic_2443301f.jpg" alt="" border="0" width="220" height="137" /><span class="imgSlantOverlay">&nbsp;</span> </a> </div> <h3> <a href="http://www.hand-picked.telegraph.co.uk/current-sales?utm_source=tmg&utm_medium=td_generic&utm_campaign=handpickedtds"> Book your travel for 2013 with up to 70% off luxury hotels and holidays</a> </h3> <div class="traffdrivViewLink"> <a href="http://www.hand-picked.telegraph.co.uk/current-sales?utm_source=tmg&utm_medium=td_generic&utm_campaign=handpickedtds"> View</a> </div> </div> </div> <!-- 9779913 --> <div class="oneQuarter servicesSmall last"> <div class="summarySmall"> <div class="headerFive"> <a href="http://www.telegraph.co.uk/sponsored/business/hiscox/?WT.mc_id=605508&source=TrafficDriver"> Hiscox Informed</a> </div> <div class="piccentre containerdiv "> <a href="http://www.telegraph.co.uk/sponsored/business/hiscox/9673039/competition-ipad-mini.html?WT.mc_id=605508&source=TrafficDriver"> <img src="http://i.telegraph.co.uk/multimedia/archive/02396/155654963_2396875f.jpg" alt="iPad mini" border="0" width="220" height="137" /><span class="imgSlantOverlay">&nbsp;</span> </a> </div> <h3> <a href="http://www.telegraph.co.uk/sponsored/business/hiscox/9673039/competition-ipad-mini.html?WT.mc_id=605508&source=TrafficDriver"> Win an iPad mini 32GB</a> </h3> <div class="traffdrivViewLink"> <a href="http://www.telegraph.co.uk/sponsored/business/hiscox/9673039/competition-ipad-mini.html?WT.mc_id=605508&source=TrafficDriver"> View</a> </div> </div> </div> <div class="cl"></div> </div> </div> <div class="cl"></div> </div> <!-- googleon: all --> </div> <!-- googleoff: all --> <div class="backtotop"><p><a href="#top">Back to top</a></p></div> <div id="tmglFooterLarge"> <a href="http://www.telegraph.co.uk/" id="footerlogolink" title="Telegraph.co.uk: news, business, sport, the Daily Telegraph newspaper, Sunday Telegraph - Telegraph"></a> <div id="tmglFooterLargeItems"> <div class="footercolumn"> <ul class="menu1"><li class="itemfocus"><a href="http://www.telegraph.co.uk/?utm_source=TMG&utm_medium=footer_home&utm_campaign=footerhomelink">HOME</a></li> <li><a href="http://www.telegraph.co.uk/sport/rugbyunion/">Rugby Union</a></li> <li><a href="http://www.telegraph.co.uk/sport/rugbyunion/international/england/">England</a></li> <li><a href="http://www.telegraph.co.uk/sport/rugbyunion/club/">Club</a></li> </ul> <ul class="menu2"><li class="itemfocus"><a href="http://www.telegraph.co.uk/sport/football/">Football</a></li> <li><a href="http://www.telegraph.co.uk/sport/football/teams/">Teams</a></li> <li><a href="http://www.telegraph.co.uk/sport/football/fixtures/4932375/Football-Fixtures.html">Fixtures</a></li> <li><a href="http://www.telegraph.co.uk/sport/football/results/4949070/Football-Results.html">Results</a></li> </ul> <ul class="menu3"><li class="itemfocus"><a href="http://www.telegraph.co.uk/news/">News</a></li> </ul> </div> <div class="footercolumn"> <ul class="menu1"><li class="itemfocus"><a href="http://www.telegraph.co.uk/sport/cricket/">Cricket</a></li> <li><a href="http://www.telegraph.co.uk/sport/cricket/cricket-world-cup/">World Cup 2011</a></li> <li><a href="http://www.telegraph.co.uk/sport/cricket/international/england/">England</a></li> <li><a href="http://optasportsdata.telegraph.co.uk/cricket/tcuk/livelink.htm">Live Scoreboards</a></li> </ul> <ul class="menu2"><li class="itemfocus"><a href="http://www.telegraph.co.uk/sport/motorsport/formulaone/">Formula One</a></li> <li><a href="http://www.telegraph.co.uk/sport/motorsport/formulaone/lewishamilton/">Lewis Hamilton</a></li> <li><a href="http://www.telegraph.co.uk/sport/motorsport/formulaone/jenson-button/">Jenson Button</a></li> <li><a href="http://www.telegraph.co.uk/sport/motorsport/formulaone/2432812/Live-Formula-1.html">F1 Live</a></li> </ul> <ul class="menu3"><li class="itemfocus"><a href="http://www.telegraph.co.uk/finance/">Finance</a></li> </ul> </div> <div class="footercolumn"> <ul class="menu1"><li class="itemfocus"><a href="http://www.telegraph.co.uk/sport/olympics/">Olympics</a></li> <li><a href="/sport/olympics/8288662/London-2012-Olympics-competition-schedule.html">London 2012 Schedule</a></li> <li><a href="http://www.telegraph.co.uk/sport/olympics/olympics-events/">Olympic Events</a></li> <li><a href="http://www.telegraph.co.uk/sport/olympics/paralympic-sport/">Paralympics</a></li> </ul> <ul class="menu2"><li class="itemfocus"><a href="http://www.telegraph.co.uk/sport/olympics/athletics/">Athletics</a></li> <li><a href="http://www.telegraph.co.uk/sport/othersports/cycling/">Cycling</a></li> <li><a href="http://www.telegraph.co.uk/sport/olympics/sailing/">Sailing</a></li> <li><a href="http://www.telegraph.co.uk/sport/olympics/swimming/">Swimming</a></li> </ul> <ul class="menu3"><li class="itemfocus"><a href="http://www.telegraph.co.uk/lifestyle/">Lifestyle</a></li> </ul> </div> <div class="footercolumn"> <ul class="menu1"><li class="itemfocus"><a href="http://www.telegraph.co.uk/sport/tennis/">Tennis</a></li> <li><a href="http://www.telegraph.co.uk/sport/tennis/andymurray/">Andy Murray</a></li> <li><a href="http://www.telegraph.co.uk/sport/tennis/rogerfederer/">Roger Federer</a></li> <li><a href="http://www.telegraph.co.uk/sport/tennis/atptour/">ATP Tour</a></li> </ul> <ul class="menu2"><li class="itemfocus"><a href="http://www.telegraph.co.uk/sport/golf/">Golf</a></li> <li><a href="http://www.telegraph.co.uk/sport/golf/tigerwoods/">Tiger Woods</a></li> <li><a href="http://www.telegraph.co.uk/sport/golf/europeantour/">European Tour</a></li> <li><a href="http://www.telegraph.co.uk/sport/golf/ustour/">US Tour</a></li> </ul> <ul class="menu3"><li class="itemfocus"><a href="http://www.telegraph.co.uk/comment/">Comment</a></li> </ul> </div> <div class="footercolumn"> <ul class="menu1"><li class="itemfocus"><a href="http://www.telegraph.co.uk/contactus">Contact Us</a></li> <li><a href="http://www.telegraph.co.uk/journalists/">Telegraph Journalists</a></li> <li><a href="http://www.telegraph.co.uk/advertising/">Advertising</a></li> <li><a href="http://fantasyfootball.telegraph.co.uk/">Fantasy Football</a></li> </ul> <ul> <li><a href="http://announcements.telegraph.co.uk/">Announcements</a></li> <li><a href="http://3276.e-printphoto.co.uk/dailytelegraph/">Reader Prints</a></li> <li><a href=""></a></li> </ul> </div> <!-- RSSFeeds Menu--> <div id="footercolumn_last"> <ul class="imgBulletList"> <li class="footrss"><a href="http://www.telegraph.co.uk/topics/follow-us/">Follow Us</a></li> <li class="footmobile"><a href="http://www.telegraph.co.uk/apps/">Apps</a></li> <li class="footepaper"><a href="http://dailytelegraph.newspaperdirect.com/epaper/viewer.aspx ">Epaper</a></li> <li class=""><a href="http://www.telegraph.co.uk/expat/">Expat</a></li> </ul> <ul class="ullast"> <li><a href="http://www.telegraph.co.uk/promotions/">Promotions</a></li> <li><a href="http://subscriber.telegraph.co.uk/loyalty/">Subscriber</a></li> <li><a href="http://www.telegraph.co.uk/topics/syndication-services/">Syndication</a></li> </ul> </div> <div class="cl"></div> </div> <!-- end of tmglFooterLargeItems div --> <div id="footerinfo"> <p>&copy; Copyright of Telegraph Media Group Limited 2013</p> <p><a href="http://www.telegraph.co.uk/termsandconditions">Terms and Conditions</a> </p> <p><a href="/archive/2013-1-8.html">Today's News</a></p> <p ><a href="http://www.telegraph.co.uk/archive/">Archive</a></p> <p ><a href="http://www.telegraph.co.uk/topics/about-us/style-book/">Style Book</a></p> <p class="last"><a href="/topics/weather/4142730/Weather-forecast.html">Weather Forecast</a></p> <div class="cl"></div> </div> </div> <!-- end of tmglFooterLargeNew div --> </div> <script type="text/javascript" src="http://js.revsci.net/gateway/gw.js?csid=E06560"></script> <script type="text/javascript"> DM_addToLoc("Site",escape("Telegraph")); DM_addToLoc("Level1",escape("Sport")); DM_addToLoc("Level2",escape("Football")); DM_addToLoc("Level3",escape("Teams")); DM_addToLoc("Level4",escape("Sunderland")); DM_tag(); </script> <script type="text/javascript" src="/template/ver1-0/js/jquery-ui-1.8.4.custom.min.js"></script> <script type="text/javascript" src="/template/ver1-0/js/jquery.tablesorter.js"></script> <script type="text/javascript" src="/template/ver1-0/js/common.js"></script> <script type="text/javascript" src="/template/ver1-0/js/tmglSlideShow.js"></script> <script type="text/javascript" src="/template/ver1-0/js/jquery.cycle.all.js"></script> <script type="text/javascript" src="/template/ver1-0/js/supersleight.plugin.js"></script> <script type="text/javascript" src="/template/ver1-0/js/tracker.js"></script> <link rel="stylesheet" type="text/css" href="/template/ver1-0/css/printArticle.css" media="print" /> <script type="text/javascript" src="/template/ver1-0/js/liveBloggingArticle.js"> </script> <script type="text/javascript"> (function() { var links = $("a[href*='disqus_thread']"); var query = ""; var blogQuery = ""; var normal = new Array(); var normalCounts = new Array(); var blog = new Array(); var blogCounts = new Array(); for(var i = 0; i < links.length; i++) { if (links[i].getAttribute('dsqid')) { var dsqid = links[i].getAttribute('dsqid'); if (links[i].className == 'dsqblog') { blogQuery += 'dsqid' + i + '=' + dsqid + '&'; } else { query += 'dsqid' + i + '=' + dsqid + '&'; } } } if (query.length != "" && blogQuery.length != "") { $("a[href*='disqus_thread']") && $("a.dsqblog").each(function(i) { blog[i] = $(this).attr("href"); $(this).attr("href","blog_link"); }); loadScript("http://telegraphuk.disqus.com/get_num_replies_from_dsqid.js?" + query, function() { $("a[href*='disqus_thread']").not(".dsqblog").each(function(i) { normal[i] = $(this).attr("href"); normalCounts[i] = $(this).html(); $(this).attr("href","normal_link"); }); $("a[href*='blog_link']").each(function(i) { $(this).attr("href",blog[i]); }); loadScript("http://telegraphblogs.disqus.com/get_num_replies_from_dsqid.js?" + blogQuery, function() { $("a[href*='normal_link']").each(function(i) { $(this).attr("href",normal[i]); }); }); }); } else { document.write('<script charset="utf-8" type="text/javascript" src="http://telegraphuk.disqus.com/get_num_replies_from_dsqid.js?' + query + '"></' + 'script>'); } })(); </script> <script type="text/javascript" src="/template/ver1-0/js/tmglMultitrackSelector1.js"></script> <script type="text/javascript" src="/template/ver1-0/js/popup.js"></script> <script language="Javascript" type="text/javascript" src="/template/ver1-0/js/poll.js"></script> <script type="text/javascript"> var _sf_async_config={uid:22437,domain:"telegraph.co.uk"}; _sf_async_config.sections = "Sport, Football, Sunderland, Swansea City, Football Transfers, Football News, Luke Edwards"; _sf_async_config.authors = "Luke Edwards"; (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', (("https:" == document.location.protocol) ? "https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/" : "http://") + "static.chartbeat.com/js/chartbeat.js"); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <script type="text/javascript" src="http://telegraphcouk.skimlinks.com/api/telegraph.skimlinks.js" id="skimLinks"></script> <!-- START Nielsen Online SiteCensus V6.0 --> <!-- COPYRIGHT 2010 Nielsen Online --> <script type="text/javascript" src="//secure-uk.imrworldwide.com/v60.js"> </script> <script type="text/javascript"> var pvar = { cid: "uk-101665h", content: "0", server: "secure-uk" }; var feat = { surveys_enabled: 1 }; var trac = nol_t(pvar, feat); trac.record().post().do_sample(); </script> <noscript> <div> <img src="//secure-uk.imrworldwide.com/cgi-bin/m?ci=uk-101665h&amp;cg=0&amp;cc=1&amp;ts=noscript" width="1" height="1" alt="" /> </div> </noscript> <!-- END Nielsen Online SiteCensus V6.0 --> <script type="text/javascript"> g_opt_ch = '{}';g_opt_cv = '{}';g_opt_b = true;g_opt_s = true;</script> <script type="text/javascript"> var s = document.createElement('script'); s.type='text/javascript'; s.src = "http://cdn.gigya.com/js/socialize.js?apikey=2_ASmwJuFXoCCY8YP8uB6mzZphj_UToZbQkeeM6bMOA8swtMk2P3Rwu2WSger_DOSt"; document.getElementsByTagName('head')[0].appendChild(s); function onGigyaServiceReady(e) { var s = document.createElement('script'); s.type='text/javascript'; s.src = "/template/ver1-0/js/shareTools.js"; document.getElementsByTagName('head')[0].appendChild(s); } </script> <script type="text/javascript"> document.write(tmgAdsBuildAdTag("ftr", "1x1", "adj", "", 2)); </script> </body> </html> <!-- googleon: all -->
external/svnkit/doc/javadoc/org/tmatesoft/svn/core/io/ISVNWorkspaceMediator.html
StephaneGerardVUB/quattor-one-vsc-vub-scdb
<!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.4.2_09) on Fri Jun 22 16:28:13 CEST 2007 --> <TITLE> ISVNWorkspaceMediator (JavaDoc :: Documentation :: Pure Java Subversion (SVN) Client Library) </TITLE> <META NAME="keywords" CONTENT="org.tmatesoft.svn.core.io.ISVNWorkspaceMediator interface"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../javadoc.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="ISVNWorkspaceMediator (JavaDoc :: Documentation :: Pure Java Subversion (SVN) Client Library)"; } </SCRIPT> </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=3 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="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> <a target=_top href=http://svnkit.com/><span class=svnkit>SVNKit</span>&nbsp;Home<a/></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/tmatesoft/svn/core/io/ISVNTunnelProvider.html" title="interface in org.tmatesoft.svn.core.io"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ISVNWorkspaceMediator.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"> org.tmatesoft.svn.core.io</FONT> <BR> Interface ISVNWorkspaceMediator</H2> <HR> <DL> <DT>public interface <B>ISVNWorkspaceMediator</B></DL> <P> The <b>ISVNWorkspaceMediator</b> interface is used for temporary data storage (mainly instructions and new text data for deltas) as well as for caching and getting some kind of wcprops. <P> <P> <DL> <DT><B>Version:</B></DT> <DD>1.1.1</DD> <DT><B>Author:</B></DT> <DD>TMate Software Ltd.</DD> <DT><B>See Also:</B><DD><A HREF="../../../../../org/tmatesoft/svn/core/io/SVNRepository.html#getCommitEditor(java.lang.String, java.util.Map, boolean, org.tmatesoft.svn.core.io.ISVNWorkspaceMediator)"><CODE>SVNRepository.getCommitEditor(String, Map, boolean, ISVNWorkspaceMediator)</CODE></A>, <a target="_top" href="http://svnkit.com/kb/examples/">Examples</a></DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/tmatesoft/svn/core/io/ISVNWorkspaceMediator.html#getWorkspaceProperty(java.lang.String, java.lang.String)">getWorkspaceProperty</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;path, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves an item's WC property from a <code>".svn/wcprops"</code> administrative subdirectory.</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="../../../../../org/tmatesoft/svn/core/io/ISVNWorkspaceMediator.html#setWorkspaceProperty(java.lang.String, java.lang.String, java.lang.String)">setWorkspaceProperty</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;path, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets a new value for an item's WC property in a <code>".svn/wcprops"</code> administrative subdirectory.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="getWorkspaceProperty(java.lang.String, java.lang.String)"><!-- --></A><H3> getWorkspaceProperty</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getWorkspaceProperty</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;path, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name) throws <A HREF="../../../../../org/tmatesoft/svn/core/SVNException.html" title="class in org.tmatesoft.svn.core">SVNException</A></PRE> <DL> <DD>Retrieves an item's WC property from a <code>".svn/wcprops"</code> administrative subdirectory. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>path</CODE> - a WC item's path<DD><CODE>name</CODE> - a propery name <DT><B>Returns:</B><DD>the value for the property <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../../org/tmatesoft/svn/core/SVNException.html" title="class in org.tmatesoft.svn.core">SVNException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../../org/tmatesoft/svn/core/io/ISVNWorkspaceMediator.html#setWorkspaceProperty(java.lang.String, java.lang.String, java.lang.String)"><CODE>setWorkspaceProperty(String, String, String)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setWorkspaceProperty(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> setWorkspaceProperty</H3> <PRE> public void <B>setWorkspaceProperty</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;path, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;value) throws <A HREF="../../../../../org/tmatesoft/svn/core/SVNException.html" title="class in org.tmatesoft.svn.core">SVNException</A></PRE> <DL> <DD>Sets a new value for an item's WC property in a <code>".svn/wcprops"</code> administrative subdirectory. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>path</CODE> - a WC item's path<DD><CODE>name</CODE> - a propery name<DD><CODE>value</CODE> - a value for the property <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../../org/tmatesoft/svn/core/SVNException.html" title="class in org.tmatesoft.svn.core">SVNException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../../org/tmatesoft/svn/core/io/ISVNWorkspaceMediator.html#getWorkspaceProperty(java.lang.String, java.lang.String)"><CODE>getWorkspaceProperty(String, String)</CODE></A></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=3 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="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> <a target=_top href=http://svnkit.com/><span class=svnkit>SVNKit</span>&nbsp;Home<a/></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/tmatesoft/svn/core/io/ISVNTunnelProvider.html" title="interface in org.tmatesoft.svn.core.io"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ISVNWorkspaceMediator.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; 2004-2007 TMate Software Ltd. All Rights Reserved. </BODY> </HTML>
project/Admin/View/supervisor/add.html
qixinjiazhuang/-
<include file="./Public/lay.html"/> <script src="__PUBLIC__/plugins/jQuery/jquery-2.2.3.min.js"></script> <script type="text/javascript" src="__PUBLIC__/jquery.cityselect.js"></script> <!-- Content Wrapper. Contains page content --> <!-- <div class="content-wrapper"> --> <!-- Content Header (Page header) --> <section class="content-header"> <h1> 监理 <small>添加监理</small> </h1> <ol class="breadcrumb"> <li><a href="{{ url('/admin/index') }}"><i class="fa fa-dashboard"></i> 主页</a></li> <li><a href="#">监理</a></li> <li class="active">添加</li> </ol> </section> <!-- Main content --> <section class="content"> <div class="row"> <!-- left column --> <div class="col-md-12"> <!-- general form elements --> <div class="box box-primary"> <div class="box-header with-border"> <h3 class="box-title">添加</h3> </div> <!-- /.box-header --> <!-- form start --> <div id="sid" style="display:none;width:50%;" class="alert alert-danger"> </div> <form role="form" action="__CONTROLLER__/insert" method="post" enctype="multipart/form-data"> <div class="box-body"> <div class="form-group"> <label for="exampleInputName">姓名</label> <input style="width:50%;" id="did" type="text" name="name" required="required" class="form-control" value="" placeholder="请输入姓名"> </div> <div class="form-group"> <label for="exampleInputName">联系方式</label> <input style="width:50%;" type="text" name="phone" required="required" class="form-control" value="" placeholder="请输入联系方式"> </div> <div class="form-group"> <label for="exampleInputName">地区</label><br/> <select class="form-control" style="width:10%;float:left;" id="s_province" name="province"></select>   <select class="form-control" style="width:10%;float:left;" id="s_city" name="city" ></select>   <select class="form-control" style="width:10%;float:left;" id="s_county" name="county"></select> <script class="resources library" src="__PUBLIC__/area.js" type="text/javascript"></script> <script type="text/javascript">_init_area();</script> </div><br/> <div class="form-group"> <label for="exampleInputName">简介</label> <input style="width:50%;" type="text" name="introduce" required="required" class="form-control" value="" placeholder="请输入简介"> </div> <div class="form-group"> <label for="exampleInputPassword4">状态</label> <select style="width:50%;" class="form-control" required="required" id="exampleInputPassword4" name="status"> <option value="1">已审核</option> <option value="2">未审核</option> </select> </div> </div> <!-- /.box-body --> <div class="box-footer"> <button id="btn" type="submit" class="btn btn-primary">添加</button> </div> </form> </div> <!-- /.box --> </div> <!--/.col (left) --> </div> <!-- /.row --> </section> <!-- /.content --> </div> <!-- /.content-wrapper -->
Assignment_3/se/mah/k3/robin/package-frame.html
robinmedin/KD405A_Robin_M
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="sv"> <head> <!-- Generated by javadoc (1.8.0_65) on Thu Feb 04 19:02:18 CET 2016 --> <title>se.mah.k3.robin</title> <meta name="date" content="2016-02-04"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../se/mah/k3/robin/package-summary.html" target="classFrame">se.mah.k3.robin</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="Constants.html" title="class in se.mah.k3.robin" target="classFrame">Constants</a></li> </ul> </div> </body> </html>
lib/cassandra/apache-cassandra-3.7/javadoc/org/apache/cassandra/db/compaction/CompactionHistoryTabularData.html
jasonwee/videoOnCloud
<!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_91) on Mon Jun 06 14:51:17 EDT 2016 --> <title>CompactionHistoryTabularData (apache-cassandra API)</title> <meta name="date" content="2016-06-06"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="CompactionHistoryTabularData (apache-cassandra API)"; } } catch(err) { } //--> var methods = {"i0":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static 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/CompactionHistoryTabularData.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/cassandra/db/compaction/CompactionController.html" title="class in org.apache.cassandra.db.compaction"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.html" title="class in org.apache.cassandra.db.compaction"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/db/compaction/CompactionHistoryTabularData.html" target="_top">Frames</a></li> <li><a href="CompactionHistoryTabularData.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">org.apache.cassandra.db.compaction</div> <h2 title="Class CompactionHistoryTabularData" class="title">Class CompactionHistoryTabularData</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.db.compaction.CompactionHistoryTabularData</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">CompactionHistoryTabularData</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/db/compaction/CompactionHistoryTabularData.html#CompactionHistoryTabularData--">CompactionHistoryTabularData</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static 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>static javax.management.openmbean.TabularData</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cassandra/db/compaction/CompactionHistoryTabularData.html#from-org.apache.cassandra.cql3.UntypedResultSet-">from</a></span>(<a href="../../../../../org/apache/cassandra/cql3/UntypedResultSet.html" title="class in org.apache.cassandra.cql3">UntypedResultSet</a>&nbsp;resultSet)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="CompactionHistoryTabularData--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CompactionHistoryTabularData</h4> <pre>public&nbsp;CompactionHistoryTabularData()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="from-org.apache.cassandra.cql3.UntypedResultSet-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>from</h4> <pre>public static&nbsp;javax.management.openmbean.TabularData&nbsp;from(<a href="../../../../../org/apache/cassandra/cql3/UntypedResultSet.html" title="class in org.apache.cassandra.cql3">UntypedResultSet</a>&nbsp;resultSet) throws javax.management.openmbean.OpenDataException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>javax.management.openmbean.OpenDataException</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/CompactionHistoryTabularData.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/cassandra/db/compaction/CompactionController.html" title="class in org.apache.cassandra.db.compaction"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/apache/cassandra/db/compaction/CompactionInfo.html" title="class in org.apache.cassandra.db.compaction"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/db/compaction/CompactionHistoryTabularData.html" target="_top">Frames</a></li> <li><a href="CompactionHistoryTabularData.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 ======= --> <p class="legalCopy"><small>Copyright &copy; 2016 The Apache Software Foundation</small></p> </body> </html>
rebbit/_functions/_set_from_object.html
inputx/code-ref-doc
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: _set_from_object()</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Thu Oct 23 19:15:14 2014 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_functions'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logFunction('_set_from_object'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Function and Method Cross Reference</h3> <h2><a href="index.html#_set_from_object">_set_from_object()</a></h2> <b>Defined at:</b><ul> <li><a href="../bonfire/codeigniter/libraries/Table.php.html#_set_from_object">/bonfire/codeigniter/libraries/Table.php</a> -> <a onClick="logFunction('_set_from_object', '/bonfire/codeigniter/libraries/Table.php.source.html#l393')" href="../bonfire/codeigniter/libraries/Table.php.source.html#l393"> line 393</a></li> </ul> <b>Referenced 1 times:</b><ul> <li><a href="../bonfire/codeigniter/libraries/Table.php.html">/bonfire/codeigniter/libraries/Table.php</a> -> <a href="../bonfire/codeigniter/libraries/Table.php.source.html#l241"> line 241</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Thu Oct 23 19:15:14 2014</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
application/index/view/shop/search.html
1874207723/SpWebShop
{include file="public/link1"} {include file="public/navigation"} <!--内容开始--> <!--筛选结果--> <!--品牌--> <!--品牌 更多--> <!--品牌热销--> <!--内容↓↑--> <div class="shop-page-con w1200" style="margin-top:0px;"> <div class="shop-pg-right f-r" style="width:1200px;"> <div class="shop-right-cmp" style="margin-top:0;width:1200px;"> <ul class="shop-cmp-l f-l"> <li class="current"><a href="#">综合 ↓</a></li> <li><a href="#">销量 ↓</a></li> <li><a href="#">新品 ↓</a></li> <li><a href="#">评价 ↓</a></li> <div style="clear:both;"></div> </ul> <div class="shop-cmp-m f-l"> <span>价格</span><input type="text" /><span>-</span><input type="text" /> </div> <div class="shop-cmp-r f-l"> <ul class="f-l"> <li> <input type="checkbox" name="hobby" value=""></input> <span>包邮</span> </li> <li> <input type="checkbox" name="hobby" value=""></input> <span>进口</span> </li> <li> <input type="checkbox" name="hobby" value=""></input> <span>仅显示有货</span> </li> <li> <input type="checkbox" name="hobby" value=""></input> <span>满赠</span> </li> <li> <input type="checkbox" name="hobby" value=""></input> <span>满减</span> </li> <div style="clear:both;"></div> </ul> <button>确定</button> </div> <div style="clear:both;"></div> </div> <div class="shop-right-con" style="width:1200px;"> <ul class="shop-ul-tu shop-ul-tu1" style="width:1200px;"> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li style="margin-right:0;"> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li style="margin-right:0;"> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <li style="margin-right:0;"> <div class="li-top"> <a href="#" class="li-top-tu"><img src="images/sp-con-r-tu.gif" /></a> <p class="jiage"><span class="sp1">¥109</span><span class="sp2">¥209</span></p> </div> <p class="miaoshu">德国原装进口Wurenbacher瓦伦冰黑啤5L/桶</p> <div class="li-md"> <div class="md-l f-l"> <p class="md-l-l f-l" ap="">1</p> <div class="md-l-r f-l"> <a href="JavaScript:;" class="md-xs" at="">∧</a> <a href="JavaScript:;" class="md-xx" ab="">∨</a> </div> <div style="clear:both;"></div> </div> <div class="md-r f-l"> <button class="md-l-btn1">立即购买</button> <button class="md-l-btn2">加入购物车</button> </div> <div style="clear:both;"></div> </div> <p class="pingjia">88888评价</p> <p class="weike">微克宅购自营</p> </li> <div style="clear:both;"></div> </ul> <!--分页--> <div class="paging"> <div class="pag-left f-l"> <a href="#" class="about left-r f-l"><</a> <ul class="left-m f-l"> <li><a href="#">1</a></li> <li class="current"><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> <li><a href="#">5</a></li> <li><a href="#">6</a></li> <li><a href="#">...</a></li> <li><a href="#">100</a></li> <div style="clear:both;"></div> </ul> <a href="#" class="about left-l f-l">></a> <div style="clear:both;"></div> </div> <div class="pag-right f-l"> <div class="jump-page f-l"> 到第<input type="text" />页 </div> <button class="f-l">确定</button> <div style="clear:both;"></div> </div> <div style="clear:both;"></div> </div> </div> </div> <div style="clear:both;"></div> </div> {include file="public/footer"}
2.3.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/class-use/BeanValidationConsumer.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Sat Mar 16 04:11:57 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.BeanValidationConsumer (BOM: * : All 2.3.1.Final-SNAPSHOT API)</title> <meta name="date" content="2019-03-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 Interface org.wildfly.swarm.config.BeanValidationConsumer (BOM: * : All 2.3.1.Final-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.3.1.Final-SNAPSHOT</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/BeanValidationConsumer.html" target="_top">Frames</a></li> <li><a href="BeanValidationConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.BeanValidationConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.BeanValidationConsumer</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a> in <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> that return <a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="type parameter in BeanValidationConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BeanValidationConsumer.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html#andThen-org.wildfly.swarm.config.BeanValidationConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="type parameter in BeanValidationConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="type parameter in BeanValidationConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">BeanValidationConsumer.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html#andThen-org.wildfly.swarm.config.BeanValidationConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">BeanValidationConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="type parameter in BeanValidationConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/wildfly/swarm/config/BeanValidationConsumer.html" title="interface in org.wildfly.swarm.config">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.3.1.Final-SNAPSHOT</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/class-use/BeanValidationConsumer.html" target="_top">Frames</a></li> <li><a href="BeanValidationConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
2018.3.3/apidocs/org/wildfly/swarm/remoting/RemotingProperties.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Thu Mar 08 14:17:32 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RemotingProperties (BOM: * : All 2018.3.3 API)</title> <meta name="date" content="2018-03-08"> <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="RemotingProperties (BOM: * : All 2018.3.3 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/RemotingProperties.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.3.3</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/remoting/RemotingFraction.html" title="class in org.wildfly.swarm.remoting"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/remoting/RemotingProperties.html" target="_top">Frames</a></li> <li><a href="RemotingProperties.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.remoting</div> <h2 title="Interface RemotingProperties" class="title">Interface RemotingProperties</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public interface <span class="typeNameLabel">RemotingProperties</span></pre> <div class="block">Properties for configuration of the remoting fraction.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Bob McWhirter</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/wildfly/swarm/remoting/RemotingProperties.html#REMOTING_PORT">REMOTING_PORT</a></span></code> <div class="block">Port upon standard-stockets for remoting binding.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="REMOTING_PORT"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>REMOTING_PORT</h4> <pre>static final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> REMOTING_PORT</pre> <div class="block">Port upon standard-stockets for remoting binding.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#org.wildfly.swarm.remoting.RemotingProperties.REMOTING_PORT">Constant Field Values</a></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/RemotingProperties.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2018.3.3</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/wildfly/swarm/remoting/RemotingFraction.html" title="class in org.wildfly.swarm.remoting"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/wildfly/swarm/remoting/RemotingProperties.html" target="_top">Frames</a></li> <li><a href="RemotingProperties.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
index.html
bjlds/bjlds.github.io
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="description" content="百家乐赌神 : 百家乐赌神"> <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css"> <title>百家乐赌神【银河世纪】 </title> </head> <iframe name="I1" src="http://www.588606.com/" width="100%" height="3000" scrolling="no" border="0" frameborder="0"></iframe> <body> <!-- HEADER --> <div id="header_wrap" class="outer"> <header class="inner"> <a id="forkme_banner" href="http://bjlds.github.io">百家乐赌神</a> <h1 id="project_title">百家乐赌神</h1> <h2 id="project_tagline">百家乐赌神</h2> </header> </div> <!-- MAIN CONTENT --> <div id="main_content_wrap" class="outer"> <section id="main_content" class="inner"> <p>母百家乐赌神亲有时气极了,就说“人家生了瘫子,哑巴,傻子的怎么着哩,你看不上我,我你生的这几个孩子,你也看不顺眼,好孩子,也让你嫌弃坏了……”</p> <p>父亲有多恨我啊,才在几年里一日日、一遍遍咬牙切齿,横眉怒目,反复地这样诅咒谩骂责罚着自己唯一的女儿。</p> <p>这些话,深深烙在我的心里,百家乐赌神使我有着永远抹不掉的自卑与心悸,处处缺乏起码的自信与安全感,即便后来有几个心仪男孩求婚,也因为父亲那句不断重复的“以后你如果嫁着好的人家一天打你八遍,也黑不了天……”而一一错过。</p> <p>一个人喜爱一样东西,多是因为能从它身上,体现自己人生价值百家乐赌神。</p> <p>那时百家乐赌神《诗潮》、《芒种》、《萌芽》等等刊物上,常常有征稿,将上面所述地址填好,把自己当年最得意的作品封存,贴好邮票,步行三四里,去有信箱的邻村寄信,曾是我人生中的一段风景;一投常是五六封,然后就在家等消息。</p> </section> </div> <!-- FOOTER --> <div id="footer_wrap" class="outer"> <footer class="inner"> <p>Published with <a href="http://bjlds.github.io">百家乐赌神</a></p> </footer> </div> </body> </html>
resources/style.css
Soivi/postalcode
body { background-color: rgb(185, 255, 185); } textarea { resize: none; } #area { background-color: rgb(255, 255, 255); padding: 10px; } .help-block { color: rgb(200,0,0); }
linux_mqtt_mbedtls-2.1.1/docs/html/dir_748b6fd1ee3f8abfea1fa46086244b5a.html
chainlinq/boatkeeper
<!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>AWS IoT Embedded C Device SDK: subscribe_publish_sample 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> <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">AWS IoT Embedded C Device SDK </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="annotated.html"><span>Data&#160;Structures</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> <!-- 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_6c10fac8df88488dd58bf2379869f114.html">samples</a></li><li class="navelem"><a class="el" href="dir_14530b8a5eb5a6ada55aa670cb6e1a20.html">linux</a></li><li class="navelem"><a class="el" href="dir_748b6fd1ee3f8abfea1fa46086244b5a.html">subscribe_publish_sample</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">subscribe_publish_sample Directory Reference</div> </div> </div><!--header--> <div class="contents"> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a> Files</h2></td></tr> <tr class="memitem:samples_2linux_2subscribe__publish__sample_2aws__iot__config_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><b>samples/linux/subscribe_publish_sample/aws_iot_config.h</b> <a href="samples_2linux_2subscribe__publish__sample_2aws__iot__config_8h_source.html">[code]</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:subscribe__publish__sample_8c"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="subscribe__publish__sample_8c.html">subscribe_publish_sample.c</a></td></tr> <tr class="memdesc:subscribe__publish__sample_8c"><td class="mdescLeft">&#160;</td><td class="mdescRight">simple MQTT publish and subscribe on the same topic <br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.10 </small></address> </body> </html>
themes/mainroad/layouts/partials/menu.html
oracloud-kr/oracloud_repo
<nav class="menu" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <ul class="menu__list"> {{- if .Site.Menus.main }} {{- $currentNode := . }} {{- range sort .Site.Menus.main }} <li class="menu__item {{if or ($currentNode.IsMenuCurrent "main" .) ($currentNode.HasMenuCurrent "main" .) }}menu__item--active{{end}}"><a class="menu__link" href="{{ .URL }}" title="{{ .Identifier }}" {{- if gt .Weight 0 }}target='_blank' {{- end }} >{{ .Name }}</a></li> {{- end }} {{- end }} </ul> </nav>
docs/_docs/javadoc/com/centurylink/mdw/script/JsonSlurper.html
CenturyLinkCloud/mdw
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>JsonSlurper (MDW 6 API JavaDocs)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="JsonSlurper (MDW 6 API JavaDocs)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":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="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/centurylink/mdw/script/JsonBuilder.html" title="class in com.centurylink.mdw.script"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/centurylink/mdw/script/ScriptEvaluator.html" title="interface in com.centurylink.mdw.script"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/centurylink/mdw/script/JsonSlurper.html" target="_top">Frames</a></li> <li><a href="JsonSlurper.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.centurylink.mdw.script</div> <h2 title="Class JsonSlurper" class="title">Class JsonSlurper</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.centurylink.mdw.script.JsonSlurper</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../com/centurylink/mdw/script/Slurper.html" title="interface in com.centurylink.mdw.script">Slurper</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">JsonSlurper</span> extends java.lang.Object implements <a href="../../../../com/centurylink/mdw/script/Slurper.html" title="interface in com.centurylink.mdw.script">Slurper</a></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/centurylink/mdw/script/JsonSlurper.html#JsonSlurper-java.lang.String-java.lang.String-">JsonSlurper</a></span>(java.lang.String&nbsp;name, java.lang.String&nbsp;input)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/centurylink/mdw/script/JsonSlurper.html#getInput--">getInput</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/centurylink/mdw/script/JsonSlurper.html#getName--">getName</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="JsonSlurper-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>JsonSlurper</h4> <pre>public&nbsp;JsonSlurper(java.lang.String&nbsp;name, java.lang.String&nbsp;input)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getName--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getName</h4> <pre>public&nbsp;java.lang.String&nbsp;getName()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../com/centurylink/mdw/script/Slurper.html#getName--">getName</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/centurylink/mdw/script/Slurper.html" title="interface in com.centurylink.mdw.script">Slurper</a></code></dd> </dl> </li> </ul> <a name="getInput--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getInput</h4> <pre>public&nbsp;java.lang.Object&nbsp;getInput()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../com/centurylink/mdw/script/Slurper.html#getInput--">getInput</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/centurylink/mdw/script/Slurper.html" title="interface in com.centurylink.mdw.script">Slurper</a></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="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/centurylink/mdw/script/JsonBuilder.html" title="class in com.centurylink.mdw.script"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/centurylink/mdw/script/ScriptEvaluator.html" title="interface in com.centurylink.mdw.script"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/centurylink/mdw/script/JsonSlurper.html" target="_top">Frames</a></li> <li><a href="JsonSlurper.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 ======= --> <p class="legalCopy"><small><i>Copyright &#169; 2019 CenturyLink, Inc.</i></small></p> </body> </html>
azbuka_vkusa/2017/azbuka_2017_03_03_order_change/azbuka_2017_03_03_order_change.html
wim-agency/wim-agency.github.io
<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Азбука вкуса</title> <style type="text/css"> .ExternalClass {width:100%;} .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div { line-height: 100%; } html, body {-webkit-text-size-adjust:none; -ms-text-size-adjust:none;} body {margin:0; padding:0;} table td {border-collapse:collapse;} p {margin:0; padding:0; margin-bottom:0;} h1, h2, h3, h4, h5, h6 { color: black; line-height: 100%; } a, a:link { color:#2A5DB0; text-decoration: underline; } body, #body_style { background:#f0f1f3; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:12px; } span.yshortcuts { color:#000; background-color:none; border:none;} span.yshortcuts:hover, span.yshortcuts:active, span.yshortcuts:focus {color:#000; background-color:none; border:none;} a:visited { color: #3c96e2; text-decoration: none} a:focus { color: #3c96e2; text-decoration: underline} a:hover { color: #3c96e2; text-decoration: underline} @media only screen and (max-device-width: 480px) { body[yahoo] #container1 {display:block !important} body[yahoo] p {font-size: 10px} } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body[yahoo] #container1 {display:block !important} body[yahoo] p {font-size: 12px} } @media only screen and (min-device-width: 700px) { .table700{ width: 700px !important; } } @media only screen and (max-device-width: 420px), only screen and (max-width: 420px) { .w420-full { width: 100% !important; height: auto !important; } } .table700{ width:700px; } .gmailfix { display:none; display:none!important; } .ExternalClass * {line-height: 100%;} </style> </head> <body bgcolor="#f0f1f3" style="margin-left:0; margin-right: 0; margin-bottom: 0; margin-top: 0;"> <table bgcolor="#f0f1f3" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" bgcolor="#f0f1f3" align="center"> <div style="max-width: 700px;"> <table width="700" cellspacing="0" cellpadding="0" style="width: 700px; min-width: 700px;"> <tbody> <tr><!-- preheader --> <td style="padding-top: 21px; padding-bottom: 4px; padding-left: 5px; padding-right: 5px;"> <table width="100%" cellspacing="0" cellpadding="0"> <tbody> <tr><!-- preheader text --> <td height="40" valign="middle" style="padding-right: 5px; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; color:#6b7075; text-align: left;"> </td> <td height="40" valign="middle" style="padding-right: 5px; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; color:#6b7075; text-align: right;"> Если письмо отображается некорректно, посмотрите его на <a href="http://link.av.ru/u/gm.php?UID=$uid$&ID=$ident$" style="color: #6b7075; text-decoration: underline;">сайте</a> </td> </tr> </tbody> </table> </td> </tr> <tr><!-- header --> <td align="center" bgcolor="#ffffff" style="padding-top: 20px; padding-bottom: 18px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #e4e4e4;"> <table width="660" cellspacing="0" cellpadding="0"> <tbody> <tr> <td align="left" style="font-size: 20px; line-height: 26px; font-family: Arial, Helvetica, sans-serif; color:#9f9f9f;"> <a href="https://av.ru/" target="_blank" style="color: #4b711d; font-weight: bold; text-decoration: none;"><img width="180" style="display: block; border: none;" src="http://link.av.ru/custloads/295035085/md_623596.png" alt=""></a> </td> <td align="right"> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 25px; font-size: 16px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; text-align: right;"> <a href="https://av.ru/food/all/" target="_blank" style="color: #404040; text-decoration: underline;">Каталог</a> </td> <td style="padding-right: 25px; font-size: 16px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; text-align: right;"> <a href="https://av.ru/discount" target="_blank" style="color: #404040; text-decoration: underline;">Спецпредложения</a> </td> <td style="font-size: 16px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000; text-align: right;"> <a href="https://av.ru/my-account/profile/" target="_blank" style="color: #404040; text-decoration: underline;">Личный кабинет</a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> </td> </tr> <tr> <td valign="top" align="center"> <div style="max-width: 700px;"> <table width="700" cellspacing="0" cellpadding="0" style="width: 700px; min-width: 700px;"> <tbody> <tr> <td bgcolor="#ffffff" align="center" style="padding-top: 36px; padding-bottom: 25px;"> <table width="660" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr><!--heading--> <td style="padding-bottom: 22px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 28px; line-height: 34px; text-align: left;"> Сергей, ваш заказ изменен </td> </tr> <tr><!--main text--> <td style="padding-bottom: 20px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 22px; text-align: left;"> Номер заказа: <strong>334356</strong> <br>Способ оплаты: банковская карта при получении заказа </td> </tr> <tr> <td style="padding-bottom: 20px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td width="50%" style="padding-right: 10px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td bgcolor="#f7f7f7" height="30" style="padding-left: 10px; padding-right: 10px;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="left" style="padding-right: 8px; color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px;"> <img style="display: block; border: none;" width="14" height="20" src="ico-map.png" alt=""> </td> <td style="color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"> Адрес доставки </td> </tr> </tbody> </table> </td> </tr> <tr><!--order adress--> <td style="padding-left: 10px; padding-top: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 22px; text-align: left;"> г. Москва, ул. Угрешская, д.2, кв.47 </td> </tr> </tbody> </table> </td> <td width="50%" style="padding-left: 10px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td bgcolor="#f7f7f7" height="30" style="padding-left: 10px; padding-right: 10px;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="left" style="padding-right: 8px; color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px;"> <img style="display: block; border: none;" width="20" height="22" src="ico-calendar.png" alt=""> </td> <td style="color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"> Время доставки </td> </tr> </tbody> </table> </td> </tr> <tr><!--order time--> <td style="padding-left: 10px; padding-top: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 22px; text-align: left;"> <strong>18 сентябpя</strong> с 17:00 до 21:00 </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <!--<tr> <td style="padding-bottom: 12px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 22px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: underline;">Изменить заказ</a> </td> </tr>--> </tbody> </table> </td> </tr> <tr> <td style="font-size: 0; line-height: 0; padding-bottom: 20px;">&nbsp;</td> </tr> <tr><!--orders block--> <td bgcolor="#ffffff" align="center" style="padding-bottom: 40px; padding-top: 14px;"> <table width="660" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr><!--block heading--> <td align="center" style="padding-bottom: 18px; font-size: 21px; line-height: 22px; font-family: Arial, Helvetica, sans-serif; color:#000000; text-transform: uppercase;"> <img style="display: block; border: none;" width="660" height="29" src="title-vy-zakazali.png" alt="ВЫ ЗАКАЗАЛИ"> </td> </tr> <tr> <td style="padding-bottom: 26px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td bgcolor="#f7f7f7" height="30" width="350" style="padding-right: 10px; padding-left: 10px; color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"> Товар </td> <td bgcolor="#f7f7f7" height="30" width="70" style="color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"> Цена </td> <td bgcolor="#f7f7f7" height="30" width="90" style="color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: center;"> Кол-во </td> <td bgcolor="#f7f7f7" height="30" style="padding-left: 10px; color: #6b7075; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; text-align: left;"> Сумма </td> </tr> <tr><!--item 1 row--> <td width="350" style="padding-top: 10px; padding-bottom: 10px; padding-right: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; text-align: left;"> <a href="#" target="_blank"><img style="display: block; border: none;" width="80" src="img01.jpg" alt="Изображение товара"></a> </td> <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: none;">Молоко ультрапастеризованное Савушкин продукт 1,5% 1л</a> </td> </tr> </tbody> </table> </td> <td width="70" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 104.35 </td> <td width="90" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: center;"> 4 </td> <td style="padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 416 р. </td> </tr> <tr><!--item 2 row--> <td width="350" style="padding-top: 10px; padding-bottom: 10px; padding-right: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; text-align: left;"> <a href="#" target="_blank"><img style="display: block; border: none;" width="80" src="img02.jpg" alt="Изображение товара"></a> </td> <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: none;">Молоко ультрапастеризованное Савушкин продукт 1,5% 1л</a> </td> </tr> </tbody> </table> </td> <td width="70" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 298.37 </td> <td width="90" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: center;"> 25 </td> <td style="padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 7 450.79 р. </td> </tr> <tr><!--item 3 row--> <td width="350" style="padding-top: 10px; padding-bottom: 10px; padding-right: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; text-align: left;"> <a href="#" target="_blank"><img style="display: block; border: none;" width="80" src="img03.jpg" alt="Изображение товара"></a> </td> <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: none;">Мандарины в сетке Просто Азбука</a> </td> </tr> </tbody> </table> </td> <td width="70" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 396.90 </td> <td width="90" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: center;"> 248 </td> <td style="padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 98 208.21 р. </td> </tr> <tr><!--item 4 row--> <td width="350" style="padding-top: 10px; padding-bottom: 10px; padding-right: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; text-align: left;"> <a href="#" target="_blank"><img style="display: block; border: none;" width="80" src="img01.jpg" alt="Изображение товара"></a> </td> <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: none;">Молоко ультрапастеризованное Савушкин продукт 1,5% 1л</a> </td> </tr> </tbody> </table> </td> <td width="70" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 104.35 </td> <td width="90" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: center;"> 4 </td> <td style="padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 416 р. </td> </tr> <tr><!--item 5 row--> <td width="350" style="padding-top: 10px; padding-bottom: 10px; padding-right: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; text-align: left;"> <a href="#" target="_blank"><img style="display: block; border: none;" width="80" src="img02.jpg" alt="Изображение товара"></a> </td> <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: none;">Молоко ультрапастеризованное Савушкин продукт 1,5% 1л</a> </td> </tr> </tbody> </table> </td> <td width="70" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 298.37 </td> <td width="90" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: center;"> 25 </td> <td style="padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 7 450.79 р. </td> </tr> <tr><!--item 6 row--> <td width="350" style="padding-top: 10px; padding-bottom: 10px; padding-right: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="padding-right: 10px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; text-align: left;"> <a href="#" target="_blank"><img style="display: block; border: none;" width="80" src="img03.jpg" alt="Изображение товара"></a> </td> <td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> <a href="#" target="_blank" style="color: #000000; text-decoration: none;">Мандарины в сетке Просто Азбука</a> </td> </tr> </tbody> </table> </td> <td width="70" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 396.90 </td> <td width="90" style="padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: center;"> 248 </td> <td style="padding-left: 10px; padding-top: 10px; padding-bottom: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; text-align: left;"> 98 208.21 р. </td> </tr> </tbody> </table> </td> </tr> <tr><!--order total sum--> <td align="right" style="padding-bottom: 35px;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody> <tr><!--order sum--> <td style="padding-right: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> Сумма: </td> <td style="padding-left: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> 217 190.56 р. </td> </tr> <tr><!--sale sum--> <td style="padding-right: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> Скидка: </td> <td style="padding-left: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> 0 р. </td> </tr> <tr><!--delivery sum--> <td style="padding-right: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> Доставка: </td> <td style="padding-left: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> 0 р. </td> </tr> <tr><!--total sum--> <td style="padding-right: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> Всего: </td> <td style="padding-left: 5px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; text-align: right;"> 217 190.56 р. </td> </tr> </tbody> </table> </td> </tr> <tr> <td align="center" style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px;"> <a href="#" target="_blank" style="color: #000000; text-decoration: underline;"><img style="vertical-align: top; border: none;" width="106" height="49" src="btn-my-orders.png" alt="Мои заказы" title="Мои заказы"></a> </td> </tr> </tbody> </table> </td> </tr> <tr> <td style="font-size: 0; line-height: 0; padding-bottom: 20px;">&nbsp;</td> </tr> <!-- pre footer start --> <tr> <td bgcolor="#ffffff" align="center" style="padding-bottom: 25px; padding-top: 25px;"> <table width="660" cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="padding-bottom: 22px;"> <table> <tbody><tr> <td valign="top" width="200" align="left"> <table cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="padding-left: 10px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c; text-align: left;"> +7 (495) 223-0200 <br>(с 9:00 до 21:00) </td> </tr> </tbody></table> </td> <td valign="top" width="220" align="center" style="border-left: 1px solid #e1e4e7; border-right: 1px solid #e1e4e7;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="font-size: 13px; line-height: 24px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c; text-align: left;"> <a href="https://av.ru/personal/delivery_products/" target="_blank" style="color: #7c7c7c; text-decoration: underline;">Доставка и оплата</a> <br><a href="https://av.ru/shops/" target="_blank" style="color: #7c7c7c; text-decoration: underline;">Адреса магазинов</a> <br><a href="http://vkusomania.ru/about/" target="_blank" style="color: #7c7c7c; text-decoration: underline;">Клубная карта</a> </td> </tr> </tbody></table> </td> <td valign="top" width="215" align="left" style="padding-left: 25px;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="font-size: 13px; line-height: 19px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c; text-align: left;"> Мы принимаем к оплате <br>наличные и банковские карты </td> </tr> <tr> <td align="left" style="font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="86" height="45" src="http://link.av.ru/custloads/295035085/md_571597.png" alt=""> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> <tr> <td style="padding-bottom: 32px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td valign="top" align="left"> <table cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td align="left" style="padding-left: 10px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="50" height="38" src="http://link.av.ru/custloads/295035085/md_571593.png" alt=""> </td> <td style="padding-left: 10px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c; text-align: left;"> Получайте бонусы за каждый потраченный рубль! <br><a href="http://vkusomania.ru/about/" target="_blank" style="color: #7c7c7c; text-decoration: underline;">О клубной программе &laquo;Вкусомания&raquo;</a> </td> </tr> </tbody></table> </td> <td valign="top" align="right" style="padding-left: 10px;"> <table cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="padding-bottom: 10px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c; text-align: left;"> Следите за нами в соцсетях: </td> </tr> <!--socyalnye sety--> <tr> <td align="right"> <table cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td width="27" align="center" style="padding-right: 6px;"> <a style="color: #3b589e; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;" target="_blank" href="https://www.facebook.com/AzbukaVkusa"><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#3b589e" style="font-size: 14px;"> <img height="27" width="27" border="0" style="display: block;" alt="f" src="http://link.av.ru/custloads/295035085/md_549313.png"></font></a> </td> <td width="27" align="center" style="padding-right: 6px;"> <a style="color: #00aced; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;" target="_blank" href="https://twitter.com/azbukavkusa"><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#00aced" style="font-size: 14px;"> <img height="27" width="27" border="0" style="display: block;" alt="tw" src="http://link.av.ru/custloads/295035085/md_549315.png"></font></a> </td> <td width="27" align="center" style="padding-right: 6px;"> <a style="color: #3d739c; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;" target="_blank" href="https://instagram.com/azbukavkusa/"><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#3d739c" style="font-size: 14px;"> <img height="27" width="27" border="0" style="display: block;" alt="in" src="http://link.av.ru/custloads/295035085/md_549316.png"></font></a> </td> <td width="27" align="center" style="padding-right: 6px;"> <a style="color: #6f9bc8; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;" target="_blank" href="https://vk.com/azbukavkusa_ru"><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#6f9bc8" style="font-size: 14px;"> <img height="27" width="27" border="0" style="display: block;" alt="vk" src="https://resize.yandex.net/mailservice?url=http%3A%2F%2Fav.ru%2Fmain%2Fav_ru%2Fcrm%2Fimg%2Fvk.png&amp;proxy=yes&amp;key=3f6dead425ca46329a6a05e6131d5561"></font></a> </td> <td width="27" align="center"> <a href="https://www.youtube.com/user/azbukav" style="color: #6f9bc8; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;" target="_blank"><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#6f9bc8" style="font-size: 14px;"> <img height="27" width="27" border="0" style="display: block;" alt="youtube" src="http://link.av.ru/custloads/295035085/md_549317.png"></font></a> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> <!--brands logo--> <tr> <td style="border-top: 1px solid #e1e4e7; padding-top: 25px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td align="left" style="padding-right: 15px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="70" src="http://link.av.ru/custloads/295035085/md_578174.png" alt=""> </td> <td align="left" style="padding-right: 15px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="125" src="http://link.av.ru/custloads/295035085/md_578171.png" alt=""> </td> <td align="left" style="padding-right: 15px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="81" src="http://link.av.ru/custloads/295035085/md_578172.png" alt=""> </td> <td align="left" style="padding-right: 15px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="75" src="http://link.av.ru/custloads/295035085/md_578198.png" alt=""> </td> <td align="left" style="padding-right: 15px; font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="91" src="http://link.av.ru/custloads/295035085/md_578175.png" alt=""> </td> <td align="left" style="font-size: 13px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#7c7c7c;"> <img style="display: block; border: none;" width="103" src="http://link.av.ru/custloads/295035085/md_578173.png" alt=""> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> <!-- pre footer end --> <!-- footer start --> <tr> <td align="center" style="padding-top: 20px; padding-bottom: 20px;"> <table width="660" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td align="left" valign="top"> <table width="380" align="left" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td style="padding-bottom: 17px; font-size: 11px; line-height: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7c7c7c; text-align: left;"> Данное письмо не является офертой. Цены действительны на момент совершения рассылки. <br>Вы получили это письмо, так как Ваш электронный адрес был указан в анкете при получении дисконтной карты старого образца, при регистрации на сайте av.ru или при заполнении профиля в мобильном приложении &laquo;Вкусомания&raquo; или на сайте vkusomania.av.ru. Если это письмо попало к Вам по ошибке, пожалуйста, примите наши искренние извинения. Чтобы не получать более письма с информационными уведомлениями от &laquo;Азбуки Вкуса&raquo;, перейдите по&nbsp;<a href="https://link.av.ru/u/un.php?par=$uid$_$cid$_$llid$_$sid$" style="color: rgb(124, 124, 124);">ссылке</a>. </td> </tr> </tbody></table> </td> <td align="right" valign="top"> <table width="250" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td> <table cellpadding="0" cellspacing="0" border="0"> <!--yandex ocenka--> <tbody><tr> <td style="padding-bottom: 7px; font-size: 11px; line-height: 19px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7c7c7c; text-align: right;"> Оставьте отзыв о нас на: </td> </tr> <tr> <td align="right" style="font-size: 18px; line-height: 23px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000;"> <a href="https://market.yandex.ru/shop/235600/reviews/add?hid&amp;retpath=https%3A%2F%2Fmarket.yandex.ru%2Fshop%2F235600%2Freviews%3Fclid%3D703&amp;track=rev_mc_write" target="_blank" style="color: #000000; text-decoration: none;"><img style="display: block; border: none;" width="248" height="28" src="http://link.av.ru/custloads/295035085/md_571594.png" alt="Яндекс Маркет"></a> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> <tr> <td style="font-size: 11px; line-height: 19px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7c7c7c; text-align: left;"> &copy; Азбука Вкуса, 2017 </td> </tr> </tbody></table> </td> </tr> <!-- footer end --> </tbody> </table> </div> </td> </tr> </table> <div class="gmailfix" style="white-space:nowrap; font:15px courier; line-height:0;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div> </body> </html>
templates/blog/view/about.ftl.html
ishubin/blogix
<h1>About</h1> <a href="http://blogix.info">Blogix</a> is an open-source web framework for working with static content. It can be launched as a web server but also it can export all resources into static content so later this content can be deployed to your web server.
legendshop/WebRoot/plugins/fckeditor/editor/dialog/fck_radiobutton.html
8090boy/gomall.la
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <!-- * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * http://www.gnu.org/licenses/gpl.html * * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") * http://www.gnu.org/licenses/lgpl.html * * - Mozilla Public License Version 1.1 or later (the "MPL") * http://www.mozilla.org/MPL/MPL-1.1.html * * == END LICENSE == * * Radio Button dialog window. --> <html> <head> <title>Radio Button Properties</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta content="noindex, nofollow" name="robots"> <script src="common/fck_dialog_common.js" type="text/javascript"></script> <script type="text/javascript"> var dialog = window.parent ; var oEditor = dialog.InnerDialogLoaded() ; // Gets the document DOM var oDOM = oEditor.FCK.EditorDocument ; var oActiveEl = dialog.Selection.GetSelectedElement() ; window.onload = function() { // First of all, translate the dialog box texts oEditor.FCKLanguageManager.TranslatePage(document) ; if ( oActiveEl && oActiveEl.tagName.toUpperCase() == 'INPUT' && oActiveEl.type == 'radio' ) { GetE('txtName').value = oActiveEl.name ; GetE('txtValue').value = oEditor.FCKBrowserInfo.IsIE ? oActiveEl.value : GetAttribute( oActiveEl, 'value' ) ; GetE('txtSelected').checked = oActiveEl.checked ; } else oActiveEl = null ; dialog.SetOkButton( true ) ; dialog.SetAutoSize( true ) ; SelectField( 'txtName' ) ; } function Ok() { oEditor.FCKUndo.SaveUndoStep() ; oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'INPUT', {name: GetE('txtName').value, type: 'radio' } ) ; if ( oEditor.FCKBrowserInfo.IsIE ) oActiveEl.value = GetE('txtValue').value ; else SetAttribute( oActiveEl, 'value', GetE('txtValue').value ) ; var bIsChecked = GetE('txtSelected').checked ; SetAttribute( oActiveEl, 'checked', bIsChecked ? 'checked' : null ) ; // For Firefox oActiveEl.checked = bIsChecked ; return true ; } </script> </head> <body style="OVERFLOW: hidden" scroll="no"> <table height="100%" width="100%"> <tr> <td align="center"> <table border="0" cellpadding="0" cellspacing="0" width="80%"> <tr> <td><span fckLang="DlgCheckboxName">Name</span><br> <input type="text" size="20" id="txtName" style="WIDTH: 100%"></td> </tr> <tr> <td><span fckLang="DlgCheckboxValue">Value</span><br> <input type="text" size="20" id="txtValue" style="WIDTH: 100%"> </td> </tr> <tr> <td><input type="checkbox" id="txtSelected"><label for="txtSelected" fckLang="DlgCheckboxSelected">Checked</label></td> </tr> </table> </td> </tr> </table> </body> </html>
_site/docs/1.0.0/api/directive/menuClose/index.html
martinjbaker/ionic-site
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS."> <meta name="keywords" content="html5,javascript,mobile,drifty,ionic,hybrid,phonegap,cordova,native,ios,android,angularjs"> <meta name="author" content="Drifty"> <meta property="og:image" content="http://ionicframework.com/img/ionic-logo-blog.png"/> <title>menu-close - Directive in module ionic - Ionic Framework</title> <link href="/css/site.css?12" rel="stylesheet"> <!--<script src="//cdn.optimizely.com/js/595530035.js"></script>--> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-44023830-1', 'ionicframework.com'); ga('send', 'pageview'); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> </head> <body class="docs docs-page docs-api"> <nav class="navbar navbar-default horizontal-gradient" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle button ionic" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <i class="icon ion-navicon"></i> </button> <a class="navbar-brand" href="/"> <img src="/img/ionic-logo-white.svg" width="123" height="43" alt="Ionic Framework"> </a> <a href="http://blog.ionic.io/announcing-ionic-1-0/" target="_blank"> <img src="/img/ionic1-tag.png" alt="Ionic 1.0 is out!" width="28" height="32" style="margin-left: 140px; margin-top:22px; display:block"> </a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="getting-started-nav nav-link" href="/getting-started/">Getting Started</a></li> <li><a class="docs-nav nav-link" href="/docs/">Docs</a></li> <li><a class="nav-link" href="http://ionic.io/support">Support</a></li> <li><a class="blog-nav nav-link" href="http://blog.ionic.io/">Blog <span id="blog-badge">1</span></a></li> <li><a class="nav-link" href="http://forum.ionicframework.com/">Forum</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <div class="arrow-up"></div> <li><a class="products-nav nav-link" href="http://ionic.io/">Ionic.io</a></li> <li><a class="examples-nav nav-link" href="http://showcase.ionicframework.com/">Showcase</a></li> <li><a class="nav-link" href="http://jobs.ionic.io/">Job Board</a></li> <li><a class="nav-link" href="http://market.ionic.io/">Market</a></li> <li><a class="nav-link" href="http://ionicworldwide.herokuapp.com/">Ionic Worldwide</a></li> <li><a class="nav-link" href="http://play.ionic.io/">Playground</a></li> <li><a class="nav-link" href="http://creator.ionic.io/">Creator</a></li> <li><a class="nav-link" href="http://shop.ionic.io/">Shop</a></li> <!--<li><a class="nav-link" href="http://ngcordova.com/">ngCordova</a></li>--> </ul> </li> </ul> </div> </div> </nav> <div class="header horizontal-gradient"> <div class="container"> <h3>menu-close</h3> <h4>Directive in module ionic</h4> </div> <div class="news"> <div class="container"> <div class="row"> <div class="col-sm-8 news-col"> <div class="picker"> <select onchange="window.location.href=this.options[this.selectedIndex].value"> <option value="/docs/nightly/api/directive/menuClose/" > nightly </option> <option value="/docs/api/directive/menuClose/" > 1.1.0 (latest) </option> <option value="/docs/1.0.1/api/directive/menuClose/" > 1.0.1 </option> <option value="/docs/1.0.0/api/directive/menuClose/" selected> 1.0.0 </option> <option value="/docs/1.0.0-rc.5/api/directive/menuClose/" > 1.0.0-rc.5 </option> <option value="/docs/1.0.0-rc.4/api/directive/menuClose/" > 1.0.0-rc.4 </option> <option value="/docs/1.0.0-rc.3/api/directive/menuClose/" > 1.0.0-rc.3 </option> <option value="/docs/1.0.0-rc.2/api/directive/menuClose/" > 1.0.0-rc.2 </option> <option value="/docs/1.0.0-rc.1/api/directive/menuClose/" > 1.0.0-rc.1 </option> <option value="/docs/1.0.0-rc.0/api/directive/menuClose/" > 1.0.0-rc.0 </option> <option value="/docs/1.0.0-beta.14/api/directive/menuClose/" > 1.0.0-beta.14 </option> <option value="/docs/1.0.0-beta.13/api/directive/menuClose/" > 1.0.0-beta.13 </option> <option value="/docs/1.0.0-beta.12/api/directive/menuClose/" > 1.0.0-beta.12 </option> <option value="/docs/1.0.0-beta.11/api/directive/menuClose/" > 1.0.0-beta.11 </option> <option value="/docs/1.0.0-beta.10/api/directive/menuClose/" > 1.0.0-beta.10 </option> </select> </div> </div> <div class="col-sm-4 search-col"> <div class="search-bar"> <span class="search-icon ionic"><i class="ion-ios7-search-strong"></i></span> <input type="search" id="search-input" value="Search"> </div> </div> </div> </div> </div> </div> <div id="search-results" class="search-results" style="display:none"> <div class="container"> <div class="search-section search-api"> <h4>JavaScript</h4> <ul id="results-api"></ul> </div> <div class="search-section search-css"> <h4>CSS</h4> <ul id="results-css"></ul> </div> <div class="search-section search-content"> <h4>Resources</h4> <ul id="results-content"></ul> </div> </div> </div> <div class="container content-container"> <div class="row"> <div class="col-md-2 col-sm-3 aside-menu"> <div> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/overview/">Overview</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/components/">CSS</a> </li> </ul> <!-- Docs: JavaScript --> <ul class="nav left-menu active-menu"> <li class="menu-title"> <a href="/docs/api/"> JavaScript </a> </li> <!-- Action Sheet --> <li class="menu-section"> <a href="/docs/api/service/$ionicActionSheet/" class="api-section"> Action Sheet </a> <ul> <li> <a href="/docs/api/service/$ionicActionSheet/"> $ionicActionSheet </a> </li> </ul> </li> <!-- Backdrop --> <li class="menu-section"> <a href="/docs/api/service/$ionicBackdrop/" class="api-section"> Backdrop </a> <ul> <li> <a href="/docs/api/service/$ionicBackdrop/"> $ionicBackdrop </a> </li> </ul> </li> <!-- Content --> <li class="menu-section"> <a href="/docs/api/directive/ionContent/" class="api-section"> Content </a> <ul> <li> <a href="/docs/api/directive/ionContent/"> ion-content </a> </li> <li> <a href="/docs/api/directive/ionRefresher/"> ion-refresher </a> </li> <li> <a href="/docs/api/directive/ionPane/"> ion-pane </a> </li> </ul> </li> <!-- Form Inputs --> <li class="menu-section"> <a href="/docs/api/directive/ionCheckbox/" class="api-section"> Form Inputs </a> <ul> <li> <a href="/docs/api/directive/ionCheckbox/"> ion-checkbox </a> </li> <li> <a href="/docs/api/directive/ionRadio/"> ion-radio </a> </li> <li> <a href="/docs/api/directive/ionToggle/"> ion-toggle </a> </li> </ul> </li> <!-- Gesture and Events --> <li class="menu-section"> <a href="/docs/api/directive/onHold/" class="api-section"> Gestures and Events </a> <ul> <li> <a href="/docs/api/directive/onHold/"> on-hold </a> </li> <li> <a href="/docs/api/directive/onTap/"> on-tap </a> </li> <li> <a href="/docs/api/directive/onDoubleTap/"> on-double-tap </a> </li> <li> <a href="/docs/api/directive/onTouch/"> on-touch </a> </li> <li> <a href="/docs/api/directive/onRelease/"> on-release </a> </li> <li> <a href="/docs/api/directive/onDrag/"> on-drag </a> </li> <li> <a href="/docs/api/directive/onDragUp/"> on-drag-up </a> </li> <li> <a href="/docs/api/directive/onDragRight/"> on-drag-right </a> </li> <li> <a href="/docs/api/directive/onDragDown/"> on-drag-down </a> </li> <li> <a href="/docs/api/directive/onDragLeft/"> on-drag-left </a> </li> <li> <a href="/docs/api/directive/onSwipe/"> on-swipe </a> </li> <li> <a href="/docs/api/directive/onSwipeUp/"> on-swipe-up </a> </li> <li> <a href="/docs/api/directive/onSwipeRight/"> on-swipe-right </a> </li> <li> <a href="/docs/api/directive/onSwipeDown/"> on-swipe-down </a> </li> <li> <a href="/docs/api/directive/onSwipeLeft/"> on-swipe-left </a> </li> <li> <a href="/docs/api/service/$ionicGesture/"> $ionicGesture </a> </li> </ul> </li> <!-- Headers/Footers --> <li class="menu-section"> <a href="/docs/api/directive/ionHeaderBar/" class="api-section"> Headers/Footers </a> <ul> <li> <a href="/docs/api/directive/ionHeaderBar/"> ion-header-bar </a> </li> <li> <a href="/docs/api/directive/ionFooterBar/"> ion-footer-bar </a> </li> </ul> </li> <!-- Keyboard --> <li class="menu-section"> <a href="/docs/api/page/keyboard/" class="api-section"> Keyboard </a> <ul> <li> <a href="/docs/api/page/keyboard/"> Keyboard </a> </li> <li> <a href="/docs/api/directive/keyboardAttach/"> keyboard-attach </a> </li> </ul> </li> <!-- Lists --> <li class="menu-section"> <a href="/docs/api/directive/ionList/" class="api-section"> Lists </a> <ul> <li> <a href="/docs/api/directive/ionList/"> ion-list </a> </li> <li> <a href="/docs/api/directive/ionItem/"> ion-item </a> </li> <li> <a href="/docs/api/directive/ionDeleteButton/"> ion-delete-button </a> </li> <li> <a href="/docs/api/directive/ionReorderButton/"> ion-reorder-button </a> </li> <li> <a href="/docs/api/directive/ionOptionButton/"> ion-option-button </a> </li> <li> <a href="/docs/api/directive/collectionRepeat/"> collection-repeat </a> </li> <li> <a href="/docs/api/service/$ionicListDelegate/"> $ionicListDelegate </a> </li> </ul> </li> <!-- Loading --> <li class="menu-section"> <a href="/docs/api/service/$ionicLoading/" class="api-section"> Loading </a> <ul> <li> <a href="/docs/api/service/$ionicLoading/"> $ionicLoading </a> </li> </ul> <ul> <li> <a href="/docs/api/object/$ionicLoadingConfig/"> $ionicLoadingConfig </a> </li> </ul> </li> <!-- Modal --> <li class="menu-section"> <a href="/docs/api/service/$ionicModal/" class="api-section"> Modal </a> <ul> <li> <a href="/docs/api/service/$ionicModal/"> $ionicModal </a> </li> <li> <a href="/docs/api/controller/ionicModal/"> ionicModal </a> </li> </ul> </li> <!-- Navigation --> <li class="menu-section"> <a href="/docs/api/directive/ionNavView/" class="api-section"> Navigation </a> <ul> <li> <a href="/docs/api/directive/ionNavView/"> ion-nav-view </a> </li> <li> <a href="/docs/api/directive/ionView/"> ion-view </a> </li> <li> <a href="/docs/api/directive/ionNavBar/"> ion-nav-bar </a> </li> <li> <a href="/docs/api/directive/ionNavBackButton/"> ion-nav-back-button </a> </li> <li> <a href="/docs/api/directive/ionNavButtons/"> ion-nav-buttons </a> </li> <li> <a href="/docs/api/directive/ionNavTitle/"> ion-nav-title </a> </li> <li> <a href="/docs/api/directive/navTransition/"> nav-transition </a> </li> <li> <a href="/docs/api/directive/navDirection/"> nav-direction </a> </li> <li> <a href="/docs/api/service/$ionicNavBarDelegate/"> $ionicNavBarDelegate </a> </li> <li> <a href="/docs/api/service/$ionicHistory/"> $ionicHistory </a> </li> </ul> </li> <!-- Platform --> <li class="menu-section"> <a href="/docs/api/service/$ionicPlatform/" class="api-section"> Platform </a> <ul> <li> <a href="/docs/api/service/$ionicPlatform/"> $ionicPlatform </a> </li> </ul> </li> <!-- Popover --> <li class="menu-section"> <a href="/docs/api/service/$ionicPopover/" class="api-section"> Popover </a> <ul> <li> <a href="/docs/api/service/$ionicPopover/"> $ionicPopover </a> </li> <li> <a href="/docs/api/controller/ionicPopover/"> ionicPopover </a> </li> </ul> </li> <!-- Popup --> <li class="menu-section"> <a href="/docs/api/service/$ionicPopup/" class="api-section"> Popup </a> <ul> <li> <a href="/docs/api/service/$ionicPopup/"> $ionicPopup </a> </li> </ul> </li> <!-- Scroll --> <li class="menu-section"> <a href="/docs/api/directive/ionScroll/" class="api-section"> Scroll </a> <ul> <li> <a href="/docs/api/directive/ionScroll/"> ion-scroll </a> </li> <li> <a href="/docs/api/directive/ionInfiniteScroll/"> ion-infinite-scroll </a> </li> <li> <a href="/docs/api/service/$ionicScrollDelegate/"> $ionicScrollDelegate </a> </li> </ul> </li> <!-- Side Menus --> <li class="menu-section"> <a href="/docs/api/directive/ionSideMenus/" class="api-section"> Side Menus </a> <ul> <li> <a href="/docs/api/directive/ionSideMenus/"> ion-side-menus </a> </li> <li> <a href="/docs/api/directive/ionSideMenuContent/"> ion-side-menu-content </a> </li> <li> <a href="/docs/api/directive/ionSideMenu/"> ion-side-menu </a> </li> <li> <a href="/docs/api/directive/exposeAsideWhen/"> expose-aside-when </a> </li> <li> <a href="/docs/api/directive/menuToggle/"> menu-toggle </a> </li> <li> <a href="/docs/api/directive/menuClose/"> menu-close </a> </li> <li> <a href="/docs/api/service/$ionicSideMenuDelegate/"> $ionicSideMenuDelegate </a> </li> </ul> </li> <!-- Slide Box --> <li class="menu-section"> <a href="/docs/api/directive/ionSlideBox/" class="api-section"> Slide Box </a> <ul> <li> <a href="/docs/api/directive/ionSlideBox/"> ion-slide-box </a> </li> <li> <a href="/docs/api/directive/ionSlidePager/"> ion-slide-pager </a> </li> <li> <a href="/docs/api/directive/ionSlide/"> ion-slide </a> </li> <li> <a href="/docs/api/service/$ionicSlideBoxDelegate/"> $ionicSlideBoxDelegate </a> </li> </ul> </li> <!-- Spinner --> <li class="menu-section"> <a href="/docs/api/directive/ionSpinner/" class="api-section"> Spinner </a> <ul> <li> <a href="/docs/api/directive/ionSpinner/"> ion-spinner </a> </li> </ul> </li> <!-- Tabs --> <li class="menu-section"> <a href="/docs/api/directive/ionTabs/" class="api-section"> Tabs </a> <ul> <li> <a href="/docs/api/directive/ionTabs/"> ion-tabs </a> </li> <li> <a href="/docs/api/directive/ionTab/"> ion-tab </a> </li> <li> <a href="/docs/api/service/$ionicTabsDelegate/"> $ionicTabsDelegate </a> </li> </ul> </li> <!-- Tap --> <li class="menu-section"> <a href="/docs/api/page/tap/" class="api-section"> Tap &amp; Click </a> </li> <!-- Utility --> <li class="menu-section"> <a href="#" class="api-section"> Utility </a> <ul> <li> <a href="/docs/api/provider/$ionicConfigProvider/"> $ionicConfigProvider </a> </li> <li> <a href="/docs/api/utility/ionic.Platform/"> ionic.Platform </a> </li> <li> <a href="/docs/api/utility/ionic.DomUtil/"> ionic.DomUtil </a> </li> <li> <a href="/docs/api/utility/ionic.EventController/"> ionic.EventController </a> </li> <li> <a href="/docs/api/service/$ionicPosition/"> $ionicPosition </a> </li> </ul> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/cli/">CLI</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="http://learn.ionicframework.com/">Learn Ionic</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/guide/">Guide</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/ionic-cli-faq/">FAQ</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/getting-help/">Getting Help</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/concepts/">Ionic Concepts</a> </li> </ul> </div> </div> <div class="col-md-10 col-sm-9 main-content"> <div class="improve-docs"> <a href='http://github.com/driftyco/ionic/tree/master/js/angular/directive/menuClose.js#L1'> View Source </a> &nbsp; <a href='http://github.com/driftyco/ionic/edit/master/js/angular/directive/menuClose.js#L1'> Improve this doc </a> </div> <h1 class="api-title"> menu-close </h1> <p><code>menu-close</code> is an attribute directive that closes a currently opened side menu. Note that by default, navigation transitions will not animate between views when the menu is open. Additionally, this directive will reset the entering view&#39;s history stack, making the new page the root of the history stack. This is done to replicate the user experience seen in most side menu implementations, which is to not show the back button at the root of the stack and show only the menu button. We recommend that you also use the <code>enable-menu-with-back-views=&quot;false&quot;</code> <a href="/docs/api/directive/ionSideMenus/"><code>ionSideMenus</code></a> attribute when using the menuClose directive.</p> <h2 id="usage">Usage</h2> <p>Below is an example of a link within a side menu. Tapping this link would automatically close the currently opened menu.</p> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;a</span> <span class="na">menu-close</span> <span class="na">href=</span><span class="s">&quot;#/home&quot;</span> <span class="na">class=</span><span class="s">&quot;item&quot;</span><span class="nt">&gt;</span>Home<span class="nt">&lt;/a&gt;</span> </code></pre></div> </div> </div> </div> <div class="pre-footer"> <div class="row ionic"> <div class="col-sm-6 col-a"> <h4> <a href="/getting-started/">Getting started <span class="icon ion-arrow-right-c"></span></a> </h4> <p> Learn more about how Ionic was built, why you should use it, and what's included. We'll cover the basics and help you get started from the ground up. </p> </div> <div class="col-sm-6 col-b"> <h4> <a href="/docs/">Documentation <span class="icon ion-arrow-right-c"></span></a> </h4> <p> What are you waiting for? Take a look and get coding! Our documentation covers all you need to know to get an app up and running in minutes. </p> </div> </div> </div> <footer class="footer"> <nav class="base-links"> <dl> <dt>Docs</dt> <dd><a href="http://ionicframework.com/docs/">Documentation</a></dd> <dd><a href="http://ionicframework.com/getting-started/">Getting Started</a></dd> <dd><a href="http://ionicframework.com/docs/overview/">Overview</a></dd> <dd><a href="http://ionicframework.com/docs/components/">Components</a></dd> <dd><a href="http://ionicframework.com/docs/api/">JavaScript</a></dd> <dd><a href="http://ionicframework.com/submit-issue/">Submit Issue</a></dd> </dl> <dl> <dt>Resources</dt> <dd><a href="http://learn.ionicframework.com/">Learn Ionic</a></dd> <dd><a href="http://ngcordova.com/">ngCordova</a></dd> <dd><a href="http://ionicons.com/">Ionicons</a></dd> <dd><a href="http://creator.ionic.io/">Creator</a></dd> <dd><a href="http://showcase.ionicframework.com/">Showcase</a></dd> <dd><a href="http://manning.com/wilken/?a_aid=ionicinactionben&a_bid=1f0a0e1d">The Ionic Book</a></dd> </dl> <dl> <dt>Contribute</dt> <dd><a href="http://forum.ionicframework.com/">Community Forum</a></dd> <dd><a href="http://webchat.freenode.net/?randomnick=1&amp;channels=%23ionic&amp;uio=d4">Ionic IRC</a></dd> <dd><a href="http://ionicframework.com/present-ionic/">Present Ionic</a></dd> <dd><a href="http://ionicframework.com/contribute/">Contribute</a></dd> <dd><a href="https://github.com/driftyco/ionic-learn/issues/new">Write for us</a></dd> <dd><a href="http://shop.ionic.io/">Ionic Shop</a></dd> </dl> <dl class="small-break"> <dt>About</dt> <dd><a href="http://blog.ionic.io/">Blog</a></dd> <dd><a href="http://ionic.io">Services</a></dd> <dd><a href="http://drifty.com">Company</a></dd> <dd><a href="https://s3.amazonaws.com/ionicframework.com/logo-pack.zip">Logo Pack</a></dd> <dd><a href="mailto:hi@ionicframework.com">Contact</a></dd> <dd><a href="http://ionicframework.com/jobs/">Jobs</a></dd> </dl> <dl> <dt>Connect</dt> <dd><a href="https://twitter.com/IonicFramework">Twitter</a></dd> <dd><a href="https://github.com/driftyco/ionic">GitHub</a></dd> <dd><a href="https://www.facebook.com/ionicframework">Facebook</a></dd> <dd><a href="https://plus.google.com/b/112280728135675018538/+Ionicframework/posts">Google+</a></dd> <dd><a href="https://www.youtube.com/channel/UChYheBnVeCfhCmqZfCUdJQw">YouTube</a></dd> <dd><a href="https://twitter.com/ionitron">Ionitron</a></dd> </dl> </nav> <div class="newsletter row"> <div class="newsletter-container"> <div class="col-sm-7"> <div class="newsletter-text">Stay in the loop</div> <div class="sign-up">Sign up to receive emails for the latest updates, features, and news on the framework.</div> </div> <form action="http://codiqa.createsend.com/t/t/s/jytylh/" method="post" class="input-group col-sm-5"> <input id="fieldEmail" name="cm-jytylh-jytylh" class="form-control" type="email" placeholder="Email" required /> <span class="input-group-btn"> <button class="btn btn-default" type="submit">Subscribe</button> </span> </form> </div> </div> <div class="copy"> <div class="copy-container"> <p class="authors"> Code licensed under <a href="/docs/#license">MIT</a>. Docs under <a href="https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache 2</a> <span>|</span> &copy; 2013-2015 <a href="http://drifty.com/">Drifty Co</a> </p> </div> </div> </footer> <script type="text/javascript"> var _sf_async_config = { uid: 54141, domain: 'ionicframework.com', useCanonical: true }; (function() { function loadChartbeat() { window._sf_endpt = (new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src','//static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); }; var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> <script src="/js/site.js?1"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/0.4.0/cookies.min.js"></script> <script> $('.navbar .dropdown').on('show.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').addClass('animated fadeInDown'); }); // ADD SLIDEUP ANIMATION TO DROPDOWN // $('.navbar .dropdown').on('hide.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').first().stop(true, true).slideUp(200); //$(this).find('.dropdown-menu').removeClass('animated fadeInDown'); }); try { var d = new Date('2015-03-20 05:00:00 +0000'); var ts = d.getTime(); var cd = Cookies.get('_iondj'); if(cd) { cd = JSON.parse(atob(cd)); if(parseInt(cd.lp) < ts) { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; } cd.lp = ts; } else { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; cd = { lp: ts } } Cookies.set('_iondj', btoa(JSON.stringify(cd))); } catch(e) { } </script> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </body> </html>
console/error.html
stratos-cartridge-store/stratos-manager-ui
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Apache Stratos - Error </title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800' rel='stylesheet' type='text/css'> <link href="themes/theme1/ui/css/bootstrap.css" rel="stylesheet"> <link href="themes/theme1/ui/css/bootstrap-theme.css" rel="stylesheet"> <link href="themes/theme1/ui/css/bootstrap-missing.css" rel="stylesheet"> <link href="themes/theme1/ui/css/main.css" rel="stylesheet"> <link rel="shortcut icon" href="themes/theme1/ui/img/favicon.png"> </head> <body> <div id="dcontainer"></div> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <!-- Part 1: Wrap all page content here --> <div id="wrap"> <div class="top-blue-strip"></div> <style> body { padding-top: 0; padding-bottom: 0; } </style> <div class="container"> <div class="row"> <div class="col-lg-12"> <a style="margin-top: 20px;display: inline-block" href="/"><img src="themes/theme1/ui/img/logo-login.png"/></a> <h1>OOPS!</h1> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="h2-wrapper"><h2>We're sorry, the Apache Stratos have encountered an error.</h2></div> </div> </div> <div class="row"> <div class="col-md-12"> <p> We apologize for the interruption to your work. Apache Stratos had a problem processing your request. We take these problems seriously. </p> <p>Please report your problem by creating a JIRA at <a href="https://issues.apache.org/jira/browse/STRATOS">https://issues.apache.org/jira/browse/STRATOS</a>.</p> <p> Or drop a mail to our developer list as described in <a href="http://stratos.incubator.apache.org/community/mailing-lists.html">http://stratos.incubator.apache.org/community/mailing-lists.html</a> </p> </div> </div> </div> <!-- /container --> <div id="push"></div> </div> <footer id="footer"> <div class="container"> <div class="pull-left"><img src="themes/theme1/ui/img/egg-logo.png" /></div> <div class="pull-right footer-right"> Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache Stratos, Apache, the Apache feather logo are trademarks of The Apache Software Foundation. </div> <div style="clear:both"></div> </div> </footer> </body> </html>
app/accordion-menu/web-accordion.css
amalgupta08/angular2-demo-project
.accordion-main { background-color: #434b60; } .accordion-content { border-bottom: 2px solid #394156; min-height: 40px; line-height: 40px; color: white; padding-right: 15px } .accordion-content-wrapper-overflown { overflow: hidden; } .cursor-pointer { cursor: pointer; } .right { float: right } .clear-fix { display: table; clear: both; } .active { background-color: #373e52; } .word-break { word-break: break-all; }
about.html
honorking/honorking.github.io
--- layout: page title: "About" description: "Hey, this is honorking." header-img: "img/about-bg.jpg" ---
rtk/v4/2134.html
hochanh/hochanh.github.io
<!DOCTYPE html> <meta charset=utf-8> <title>Redirecting...</title> <link rel=canonical href="../冴/index.html"> <meta http-equiv=refresh content="0; url='../冴/index.html'"> <h1>Redirecting...</h1> <a href="../冴/index.html">Click here if you are not redirected.</a> <script>location='../冴/index.html'</script>
hadoop-gpu-0.20.1/docs/api/org/apache/hadoop/util/bloom/class-use/Key.html
koichi626/hadoop-gpu
<!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_07) on Tue Sep 01 20:57:02 UTC 2009 --> <TITLE> Uses of Class org.apache.hadoop.util.bloom.Key (Hadoop 0.20.1 API) </TITLE> <META NAME="date" CONTENT="2009-09-01"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.util.bloom.Key (Hadoop 0.20.1 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/util/bloom//class-useKey.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Key.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.util.bloom.Key</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.util.bloom"><B>org.apache.hadoop.util.bloom</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.util.bloom"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A> in <A HREF="../../../../../../org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</A> with parameters of type <A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>DynamicBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/DynamicBloomFilter.html#add(org.apache.hadoop.util.bloom.Key)">add</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</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;void</CODE></FONT></TD> <TD><CODE><B>RetouchedBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#add(org.apache.hadoop.util.bloom.Key)">add</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</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;void</CODE></FONT></TD> <TD><CODE><B>CountingBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/CountingBloomFilter.html#add(org.apache.hadoop.util.bloom.Key)">add</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</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;void</CODE></FONT></TD> <TD><CODE><B>BloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/BloomFilter.html#add(org.apache.hadoop.util.bloom.Key)">add</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</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>abstract &nbsp;void</CODE></FONT></TD> <TD><CODE><B>Filter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Filter.html#add(org.apache.hadoop.util.bloom.Key)">add</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a key to <i>this</i> filter.</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>Filter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Filter.html#add(org.apache.hadoop.util.bloom.Key[])">add</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>[]&nbsp;keys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds an array of keys to <i>this</i> filter.</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>RetouchedBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#addFalsePositive(org.apache.hadoop.util.bloom.Key)">addFalsePositive</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a false positive information to <i>this</i> retouched Bloom filter.</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>RetouchedBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#addFalsePositive(org.apache.hadoop.util.bloom.Key[])">addFalsePositive</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>[]&nbsp;keys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds an array of false positive information to <i>this</i> retouched Bloom filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>CountingBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/CountingBloomFilter.html#approximateCount(org.apache.hadoop.util.bloom.Key)">approximateCount</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method calculates an approximate count of the key, i.e.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>Key.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html#compareTo(org.apache.hadoop.util.bloom.Key)">compareTo</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;other)</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;void</CODE></FONT></TD> <TD><CODE><B>CountingBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/CountingBloomFilter.html#delete(org.apache.hadoop.util.bloom.Key)">delete</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a specified key from <i>this</i> counting Bloom filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int[]</CODE></FONT></TD> <TD><CODE><B>HashFunction.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/HashFunction.html#hash(org.apache.hadoop.util.bloom.Key)">hash</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;k)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hashes a specified key into several integers.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>DynamicBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/DynamicBloomFilter.html#membershipTest(org.apache.hadoop.util.bloom.Key)">membershipTest</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</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;boolean</CODE></FONT></TD> <TD><CODE><B>CountingBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/CountingBloomFilter.html#membershipTest(org.apache.hadoop.util.bloom.Key)">membershipTest</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</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;boolean</CODE></FONT></TD> <TD><CODE><B>BloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/BloomFilter.html#membershipTest(org.apache.hadoop.util.bloom.Key)">membershipTest</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</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>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>Filter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Filter.html#membershipTest(org.apache.hadoop.util.bloom.Key)">membershipTest</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines wether a specified key belongs to <i>this</i> filter.</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>RetouchedBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#selectiveClearing(org.apache.hadoop.util.bloom.Key, short)">selectiveClearing</A></B>(<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&nbsp;k, short&nbsp;scheme)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Performs the selective clearing for a given key.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../../org/apache/hadoop/util/bloom/package-summary.html">org.apache.hadoop.util.bloom</A> with type arguments of type <A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>Filter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Filter.html#add(java.util.Collection)">add</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&gt;&nbsp;keys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a collection of keys to <i>this</i> filter.</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>Filter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/Filter.html#add(java.util.List)">add</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&gt;&nbsp;keys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a list of keys to <i>this</i> filter.</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>RetouchedBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#addFalsePositive(java.util.Collection)">addFalsePositive</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&gt;&nbsp;coll)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a collection of false positive information to <i>this</i> retouched Bloom filter.</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>RetouchedBloomFilter.</B><B><A HREF="../../../../../../org/apache/hadoop/util/bloom/RetouchedBloomFilter.html#addFalsePositive(java.util.List)">addFalsePositive</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom">Key</A>&gt;&nbsp;keys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a list of false positive information to <i>this</i> retouched Bloom filter.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/util/bloom/Key.html" title="class in org.apache.hadoop.util.bloom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/util/bloom//class-useKey.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Key.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
src/main/resources/templates/fibonacci.html
rottened23/serv
<!DOCTYPE HTML> <html xmlns:th="http://www.thymeleaf.org"> <head> <title>Getting Started: Serving Web Content</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <p th:text="'The '+ ${term} +'th term of the fibonacci sequence is ' + ${result} + '!'" /> <p th:text="'Computation started at ' + ${elapsed} + ' milliseconds '"/> </body> </html>
web-app/js/siesta-3.0.1-lite/docs/source/CanFormatStrings.html
department-of-veterans-affairs/ChartReview
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="text/css"> .highlight { display: block; background-color: #ddd; } </style> <script type="text/javascript"> function highlight() { document.getElementById(location.hash.replace(/#/, "")).className = "highlight"; } </script> </head> <body onload="prettyPrint(); highlight();"> <pre class="prettyprint lang-js">/* Siesta 3.0.1 Copyright(c) 2009-2015 Bryntum AB http://bryntum.com/contact http://bryntum.com/products/siesta/license */ Role('Siesta.Util.Role.CanFormatStrings', { has : { serializeFormatingPlaceholders : true }, methods : { formatString: function (string, data) { if (!data) return string var match var variables = [] var isRaw = [] var regexp = /\{(\!)?((?:\w|-|_)+?)\}/g while (match = regexp.exec(string)) { isRaw.push(match[ 1 ]) variables.push(match[ 2 ]) } var result = string Joose.A.each(variables, function (variable, index) { var varIsRaw = isRaw[ index ] result = result.replace( new RegExp('\\{' + (varIsRaw ? '!' : '') + variable + '\\}', 'g'), data.hasOwnProperty(variable) ? varIsRaw || !this.serializeFormatingPlaceholders ? data[ variable ] + '' : Siesta.Util.Serializer.stringify(data[ variable ]) : '' ) }, this) return result } } }) </pre> </body> </html>
docs/apidocs/org/apache/hadoop/hbase/protobuf/generated/class-use/ErrorHandlingProtos.StackTraceElementMessage.Builder.html
axfcampos/hbase-0.94.19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Tue Apr 22 01:43:52 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage.Builder (HBase 0.94.19 API) </TITLE> <META NAME="date" CONTENT="2014-04-22"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage.Builder (HBase 0.94.19 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated//class-useErrorHandlingProtos.StackTraceElementMessage.Builder.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ErrorHandlingProtos.StackTraceElementMessage.Builder.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage.Builder</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.hbase.protobuf.generated"><B>org.apache.hadoop.hbase.protobuf.generated</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.hbase.protobuf.generated"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A> in <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/package-summary.html">org.apache.hadoop.hbase.protobuf.generated</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/package-summary.html">org.apache.hadoop.hbase.protobuf.generated</A> that return <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#addTraceBuilder()">addTraceBuilder</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#addTraceBuilder(int)">addTraceBuilder</A></B>(int&nbsp;index)</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#clear()">clear</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#clearDeclaringClass()">clearDeclaringClass</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#clearFileName()">clearFileName</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#clearLineNumber()">clearLineNumber</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#clearMethodName()">clearMethodName</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#clone()">clone</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#getTraceBuilder(int)">getTraceBuilder</A></B>(int&nbsp;index)</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#mergeFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite)">mergeFrom</A></B>(com.google.protobuf.CodedInputStream&nbsp;input, com.google.protobuf.ExtensionRegistryLite&nbsp;extensionRegistry)</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#mergeFrom(org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage)">mergeFrom</A></B>(<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage</A>&nbsp;other)</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#mergeFrom(com.google.protobuf.Message)">mergeFrom</A></B>(com.google.protobuf.Message&nbsp;other)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html#newBuilder()">newBuilder</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html#newBuilder(org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage)">newBuilder</A></B>(<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage</A>&nbsp;prototype)</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html#newBuilderForType()">newBuilderForType</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>protected &nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html#newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent)">newBuilderForType</A></B>(com.google.protobuf.GeneratedMessage.BuilderParent&nbsp;parent)</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#setDeclaringClass(java.lang.String)">setDeclaringClass</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;value)</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#setFileName(java.lang.String)">setFileName</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;value)</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#setLineNumber(int)">setLineNumber</A></B>(int&nbsp;value)</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html#setMethodName(java.lang.String)">setMethodName</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;value)</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.StackTraceElementMessage.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.html#toBuilder()">toBuilder</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/package-summary.html">org.apache.hadoop.hbase.protobuf.generated</A> that return types with arguments of type <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A>&gt;</CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#getTraceBuilderList()">getTraceBuilderList</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/package-summary.html">org.apache.hadoop.hbase.protobuf.generated</A> with parameters of type <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.GenericExceptionMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#addTrace(org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage.Builder)">addTrace</A></B>(<A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A>&nbsp;builderForValue)</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.GenericExceptionMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#addTrace(int, org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage.Builder)">addTrace</A></B>(int&nbsp;index, <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A>&nbsp;builderForValue)</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="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.GenericExceptionMessage.Builder</A></CODE></FONT></TD> <TD><CODE><B>ErrorHandlingProtos.GenericExceptionMessage.Builder.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.GenericExceptionMessage.Builder.html#setTrace(int, org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage.Builder)">setTrace</A></B>(int&nbsp;index, <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated">ErrorHandlingProtos.StackTraceElementMessage.Builder</A>&nbsp;builderForValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.StackTraceElementMessage.Builder.html" title="class in org.apache.hadoop.hbase.protobuf.generated"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated//class-useErrorHandlingProtos.StackTraceElementMessage.Builder.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ErrorHandlingProtos.StackTraceElementMessage.Builder.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
iOSDemoSet/iOSDemoSet/Classes/Demo/UISplitViewController/menuDatas/Html/food/41.html
iOSHJH/iOSDemoSet
<html><head><link type="text/css" rel="stylesheet" charset="UTF-8" href="../css/recipe.css"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><div class="recinfo"><h1 id="page_cm_id" ctype="caipu" uid="42891" val="179070">醋泡鸡蛋</h1><div class="bmayi mbm" > <a class="cboxElement" rel="recipe_img" href="http://cp1.douguo.net/upload/caiku/c/2/e/yuan_c2f0773a8aa3f11f05e580090e8ffa9e.jpg"></a><div class="bipic" style="background-image: url(http://cp1.douguo.net/upload/caiku/c/2/e/600_c2f0773a8aa3f11f05e580090e8ffa9e.jpg);" title="醋泡鸡蛋的做法"></div></a> <!-- <a href="#1" class="btnsp gsp">查看视频版</a> --> <!--<span class="ic_yuanc"></span>--> </div><div class="retew r3 pb25 mb20"> <div class="xtip hidden" id="fullStory"> 醋泡鸡蛋的美容作用1、坚持喝醋泡鸡蛋,可使皮肤色泽变光洁、细嫩。因为鸡蛋壳里含有许多钙,它们以胶质状况溶解在醋液中,这种钙能使人体保持绝对于是的碱性,提高细胞活性,防止皮肤老化,同时可以逐渐扫清脸部所有的斑别。<br />2、喝醋泡鸡蛋,可以达到排毒养颜的效果。排除体内的毒素,皮肤自然就好啦!不过要注意在开始的时候,排除的大便是绿色的,排一段时间会发现大便带血,而且很多,这时候要停止使用。因为这是在清理肠道,肠道里的毒素都排出来了,最后就是肠壁了,大便带血是因为肠壁出血导致,但是只要停一段时间就会好了!<br />3、醋泡鸡蛋不仅可以内服还可以外用,用醋蛋液涂抹脸部,可以去痘痘,而且很明显。醋蛋液也可使皮肤瘙痒治愈,因为食醋对致病病菌有杀伤作用。<br />4、用醋泡鸡蛋做面膜也有神奇美容功效:蛋清有收缩毛孔和美,醋有杀毒和美白的作用,醋泡鸡蛋面膜有美白杀菌,润肤去皱,细肤,且善于治疗面部粉刺、黑斑,同时还能美白肌肤等作用。<br />有两类人不适合吃醋蛋液。一是儿童不宜。因为儿童胃壁薄弱,吃醋会伤胃。二是患有胃溃疡、十二指肠溃疡病表现上酸水、烧心的人。此类人胃酸分泌多,忌吃。要提醒的是,即使是没有胃病的成人,用醋蛋液作食疗,也不宜空腹吃或食之过多,这样都会损伤胃黏膜。 </div> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="retamr"> <tr class="mtim"> <td class="lirre" width="50%" ><span class="fwb">难度:</span>切墩(初级) </td> <td> <span class="fwb">时间:</span>10-30分钟 </td> </tr> <tr class="mtim"> <td width="50%"><h2 class="zfliao">主料</h2></td> <td class="relative"></td> </tr> <tr><td class="lirre"> <span><label class="fcbm inblok">9度米醋</label></span><span class='right'>适量</span> </td><td> <span><label class="fcbm inblok">生鸡蛋</label></span><span class='right'>1个</span> </td></tr> </table> <div class="step clearfix"> <h2>醋泡鸡蛋的做法步骤</h2> <div class="stepcont mll libdm pvl clearfix"> <div class="pldc" align=center><img src="http://cp1.douguo.net/upload/caiku/7/0/9/yuan_70838b3e137de3fc92611ab95c0b9389.png" style="max-width:100%; max-height:200px;" ></a></div> <p><span class="fwb">1.</span> 把鸡蛋洗净,蛋壳上不要有脏东西。用毛巾或纸巾把鸡蛋擦干,不能有水。<br /></p> </div> <div class="stepcont mll libdm pvl clearfix"> <div class="pldc" align=center><img src="http://cp1.douguo.net/upload/caiku/8/4/d/yuan_847963b2176d1e1b026db252b9f853dd.png" style="max-width:100%; max-height:200px;" ></a></div> <p><span class="fwb">2.</span> 准备个有密封盖的小瓶,倒入米醋(没过鸡蛋即可)盖上盖子,密封24小时。</p> </div> <div class="stepcont mll libdm pvl clearfix"> <div class="pldc" align=center><img src="http://cp1.douguo.net/upload/caiku/2/7/0/yuan_27194721aa2ff71b8bb05d90b6644510.png" style="max-width:100%; max-height:200px;" ></a></div> <p><span class="fwb">3.</span> 24小时候打开盖子,蛋壳已经软化,鸡蛋膨胀的跟个气球一样。用筷子把鸡蛋捅破,轻轻的,小心醋喷到眼睛。</p> </div> <div class="stepcont mll libdm pvl clearfix"> <div class="pldc" align=center><img src="http://cp1.douguo.net/upload/caiku/3/b/0/yuan_3b016a3063b12a04ec02e60859b0c7f0.png" style="max-width:100%; max-height:200px;" ></a></div> <p><span class="fwb">4.</span> 把蛋液和醋搅拌在一起,搅拌均匀。再盖上盖子,密封24小时后即可饮用。</p> </div> </div> <div class="xtieshi"> <h2>小贴士</h2> <p>喝的时候,用温开水冲服,可以放些蜂蜜调味。 一个鸡蛋泡出来的醋蛋液分7-10天用完。<br />醋蛋液是民间流传了上百年的养生秘方,醋有助消化、消食滞的作用,可以帮助人吸收食物中的营养成分,起到强身祛病的效果;鸡蛋中则含有丰富的蛋白质和卵磷脂。蛋壳经醋浸泡后,一部分钙被溶解,形成易被胃肠吸收的水溶性醋酸钙。</p> </div> </div></div></body></html>
standard/site/docs/subcomponents/drlvm/doxygen/intf/html/functions_func_0x72.html
freeVM/freeVM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Inter-component Interfaces: Class Members - Functions</title> <link href="hydoxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.2 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Packages</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li class="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> <li><a href="functions_eval.html"><span>Enumerator</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="functions_func.html#index__"><span>_</span></a></li> <li><a href="functions_func_0x61.html#index_a"><span>a</span></a></li> <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_func_0x6a.html#index_j"><span>j</span></a></li> <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li> <li class="current"><a href="functions_func_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_func_0x7e.html#index_~"><span>~</span></a></li> </ul> </div> <p> &nbsp; <p> <h3><a class="anchor" name="index_r">- r -</a></h3><ul> <li>ReadyForExceptions() : <a class="el" href="struct_global___env.html#fab6fe76e03e26f0638d8f799336e833">Global_Env</a> <li>register_jit_extended_class_callback() : <a class="el" href="struct_class.html#9dcb6927603d8ed4cf95b9291a73f742">Class</a> <li>release() : <a class="el" href="class_logger_string.html#2377bcb4007ad5429f706bbc9b84c4a6">LoggerString</a> <li>resolve_as_error() : <a class="el" href="struct_constant_pool.html#6eeb520f08346d6908e31e0273d08506">ConstantPool</a> <li>resolve_declaring_class() : <a class="el" href="struct_class.html#a71a9d0b44e782ae20e2011b6ca8d137">Class</a> <li>resolve_entry() : <a class="el" href="struct_constant_pool.html#6944614a14b412ef06bf197c2b0dd2c4">ConstantPool</a> </ul> <hr size="1"> <address style="text-align: center;"> <small> <p>Genereated on Tue Mar 11 19:25:24 2008 by Doxygen.</p> <p>(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable. </p> </small> </address> </body> </html>
NCABase/app/templates/login.html
sfloresk/NCA-Container-Builder
{% extends "base.html" %} {% block head %} {{ super() }} <title>NCA Plus</title> {% endblock head %} {% block navbar %} <div class="container"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <a href="/" class="navbar-brand"> <div class="pn-noncollapse">NCA Plus</div> </a> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar navbar-inverse"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="ciscoliveitem"><a target="blank" data-toggle="modal" data-target="#ABOUT" href="#">About</a></li> </ul> <ul class="nav navbar-nav navbar-right navHeaderCollapse"> <img width="35px" style="margin:6px;" src="/static/images/CiscoLogoWhite.png"> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </div> {% endblock navbar %} {% block content %} <div class="container" style="max-width:650px"> <div id="div_error_banner" class="alert alert-warning" role="alert" style="text-align:center"> Cobra version is {{ cobra_version }}. APIC with a different version may cause issues </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <form action="login" id="login_form" method=post class="form-horizontal"> <!-- Static navbar --> <div id="div_login" class="panel panel-default" > <div class="panel-heading">Please, log-in into the APIC controller <div id="login_response" style="float:right;font-size:16px"></div> </div> <div class="panel-body"> <div class="form-group"> <label class="col-xs-12"> APIC-URL <span class="fa fa-info-circle" aria-hidden="true" data-toggle="popover" data-trigger="hover" title="APIC URL" data-content="Write the URL that you configured for the APIC. Do not forget to add 'http' or 'https' at the beginning"> </span> </label> <div class="col-xs-12"> <input type="text" class="form-control" maxlength="50" id="login_apic_url" value="{{ login_apic_url }}" name="login_apic_url" placeholder="https://10.1.1.1"> </div> </div> <div class="form-group"> <label class="col-xs-12"> Username <span class="fa fa-info-circle" aria-hidden="true" data-toggle="popover" data-trigger="hover" title="Username" data-content="The username must be valid APIC user"> </span> </label> <div class="col-xs-12"> <input type="text" class="form-control" maxlength="50" id="login_username" value="{{ login_username }}" name="login_username" placeholder="Username"> </div> </div> <div class="form-group"> <label class="col-xs-12"> Password <span class="fa fa-info-circle" aria-hidden="true" data-toggle="popover" data-trigger="hover" title="Username" data-content="Password for the above username"> </span> </label> <div class="col-xs-12"> <input type="password" class="form-control" maxlength="50" id="login_password" value="" name="login_password" placeholder="Password"> </div> </div> <hr> <button id="btn_create_group" type="submit" class="btn btn-primary" onclick="login()"> Login </button> </div> </div> </form> </div> </div> {% endblock content %} {% block scripts %} {{ super() }} <script> $().ready(function() { // validations $("#login_form").validate({ errorClass: "error", errorElement: "label", rules: { login_apic_url: { required: true }, login_username: { required: true }, login_password: { required: true } }, highlight: function(element, errorClass) { $(element).removeClass(errorClass); } }); }); {% if error %} create_notification('Can not login','{{ error }}', 'danger', 0); {% endif %} </script> {% endblock scripts %}
jyhton/extlibs/titan-1.0.0-hadoop1/javadocs/com/thinkaurelius/titan/util/datastructures/Retriever.html
nelmiux/CarnotKE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Sat Sep 19 17:52:58 EDT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Retriever (Titan 1.0.0 API)</title> <meta name="date" content="2015-09-19"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Retriever (Titan 1.0.0 API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Retriever.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/thinkaurelius/titan/util/datastructures/Removable.html" title="interface in com.thinkaurelius.titan.util.datastructures"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/thinkaurelius/titan/util/datastructures/Retriever.html" target="_top">Frames</a></li> <li><a href="Retriever.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">com.thinkaurelius.titan.util.datastructures</div> <h2 title="Interface Retriever" class="title">Interface Retriever&lt;I,O&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public interface <span class="typeNameLabel">Retriever&lt;I,O&gt;</span></pre> <div class="block">Interface for the Retriever design pattern.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Matthias Broecheler (me@matthiasb.com)</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../../com/thinkaurelius/titan/util/datastructures/Retriever.html" title="type parameter in Retriever">O</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/thinkaurelius/titan/util/datastructures/Retriever.html#get-I-">get</a></span>(<a href="../../../../../com/thinkaurelius/titan/util/datastructures/Retriever.html" title="type parameter in Retriever">I</a>&nbsp;input)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get-java.lang.Object-"> <!-- --> </a><a name="get-I-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>get</h4> <pre><a href="../../../../../com/thinkaurelius/titan/util/datastructures/Retriever.html" title="type parameter in Retriever">O</a>&nbsp;get(<a href="../../../../../com/thinkaurelius/titan/util/datastructures/Retriever.html" title="type parameter in Retriever">I</a>&nbsp;input)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Retriever.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/thinkaurelius/titan/util/datastructures/Removable.html" title="interface in com.thinkaurelius.titan.util.datastructures"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/thinkaurelius/titan/util/datastructures/Retriever.html" target="_top">Frames</a></li> <li><a href="Retriever.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2015. All rights reserved.</small></p> </body> </html>
app/options.html
rogersilvasouza/paperwhats
<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="description" content="Extension for chrome to change background for WhatsApp site"/> <meta name="author" content="PaperWhats"/> <link rel="icon" href="/app/icons/16.png"/> <link rel="stylesheet" href="/app/css/bootstrap.min.css" crossorigin="anonymous"/> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" crossorigin="anonymous"/> <title>PAPERWHATS</title> </head> <body id="options"> <div class="site-wrapper"> <div class="site-wrapper-inner"> <div class="cover-container"> <div class="masthead clearfix"> <div class="inner"> <h1 class="cover-heading">Options</h1> </div> </div> <div class="inner cover"> <h3 class="masthead-brand">Altere a imagem</h3> <div class="col-lg-6"> <div class="input-group"> <input type="text" class="form-control" aria-label="Text input with multiple buttons" name="url" id="url" placeholder="Insira a url da imagem"/> <div class="input-group-btn"> <button type="button" class="btn btn-default" aria-label="Help" id="help"> <span class="fa fa-info-circle"></span> </button> <button type="button" class="btn btn-default" id="save">Salvar</button> </div> </div> </div> </div> </div> </div> </div> <script src="/app/js/options.js"></script> </body> </html>
2017.10.2/apidocs/org/wildfly/swarm/config/ejb3/class-use/AsyncServiceConsumer.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Feb 06 09:38:18 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.ejb3.AsyncServiceConsumer (BOM: * : All 2017.10.2 API)</title> <meta name="date" content="2018-02-06"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.ejb3.AsyncServiceConsumer (BOM: * : All 2017.10.2 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.10.2</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/ejb3/class-use/AsyncServiceConsumer.html" target="_top">Frames</a></li> <li><a href="AsyncServiceConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.ejb3.AsyncServiceConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.ejb3.AsyncServiceConsumer</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.ejb3">org.wildfly.swarm.config.ejb3</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a> in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/EJB3.html" title="type parameter in EJB3">T</a></code></td> <td class="colLast"><span class="typeNameLabel">EJB3.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/EJB3.html#asyncService-org.wildfly.swarm.config.ejb3.AsyncServiceConsumer-">asyncService</a></span>(<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a>&nbsp;consumer)</code> <div class="block">The EJB3 Asynchronous Invocation Service</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.wildfly.swarm.config.ejb3"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a> in <a href="../../../../../../org/wildfly/swarm/config/ejb3/package-summary.html">org.wildfly.swarm.config.ejb3</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/ejb3/package-summary.html">org.wildfly.swarm.config.ejb3</a> that return <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="type parameter in AsyncServiceConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AsyncServiceConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html#andThen-org.wildfly.swarm.config.ejb3.AsyncServiceConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="type parameter in AsyncServiceConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/ejb3/package-summary.html">org.wildfly.swarm.config.ejb3</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="type parameter in AsyncServiceConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">AsyncServiceConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html#andThen-org.wildfly.swarm.config.ejb3.AsyncServiceConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">AsyncServiceConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="type parameter in AsyncServiceConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/ejb3/AsyncServiceConsumer.html" title="interface in org.wildfly.swarm.config.ejb3">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2017.10.2</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/ejb3/class-use/AsyncServiceConsumer.html" target="_top">Frames</a></li> <li><a href="AsyncServiceConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
java/server/test/org/openqa/selenium/tests/TestMouseSpeed.html
denis-vilyuzhanin/selenium
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- Copyright 2011 Software Freedom Conservancy Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>Test set/getMouseSpeed()</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <tbody> <tr> <td rowspan="1" colspan="3">Test setSpeed<br> </td> </tr> <tr> <td>storeMouseSpeed</td> <td>lastMouseSpeed</td> <td></td> </tr> <!-- The max value in slider is 1000, but setSpeed command can set higher than this --> <tr> <td>setMouseSpeed</td> <td>23</td> <td></td> </tr> <tr> <td>verifyMouseSpeed</td> <td>23</td> <td></td> </tr> <!-- Negative value should be treated as 0 --> <tr> <td>setMouseSpeed</td> <td>0</td> <td></td> </tr> <tr> <td>verifyMouseSpeed</td> <td>0</td> <td></td> </tr> <tr> <td>setMouseSpeed</td> <td>-100</td> <td></td> </tr> <tr> <td>verifyMouseSpeed</td> <td>10</td> <td></td> </tr> <tr> <td>setMouseSpeed</td> <td>${lastMouseSpeed}</td> <td></td> </tr> <tr> <td>pause</td> <td>100</td> <td></td> </tr> </tbody> </table> </body> </html>
docs/site/core/apidocs/io/doov/core/BaseFieldModel.html
lesfurets/dOOv
<!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-adoptopenjdk) on Tue Aug 07 14:38:45 CEST 2018 --> <title>BaseFieldModel (doov-core 2.1.0 API)</title> <meta name="date" content="2018-08-07"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="BaseFieldModel (doov-core 2.1.0 API)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":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="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="../../../io/doov/core/AbstractWrapper.html" title="class in io.doov.core"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../io/doov/core/CodeLookup.html" title="interface in io.doov.core"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?io/doov/core/BaseFieldModel.html" target="_top">Frames</a></li> <li><a href="BaseFieldModel.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">io.doov.core</div> <h2 title="Class BaseFieldModel" class="title">Class BaseFieldModel</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>io.doov.core.BaseFieldModel</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../io/doov/core/dsl/DslModel.html" title="interface in io.doov.core.dsl">DslModel</a>, <a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a>, <a href="../../../io/doov/core/serial/StringMapper.html" title="interface in io.doov.core.serial">StringMapper</a>, java.lang.Iterable&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">BaseFieldModel</span> extends java.lang.Object implements <a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></pre> <div class="block"><code>FieldModel</code> implementation based on <code>java.util.Map</code></div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#fieldInfos">fieldInfos</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.util.Map&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#values">values</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#BaseFieldModel-io.doov.core.FieldModel-">BaseFieldModel</a></span>(<a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a>&nbsp;fieldModel)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#BaseFieldModel-java.util.List-">BaseFieldModel</a></span>(java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;&nbsp;fieldInfos)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#BaseFieldModel-java.util.Map-java.util.List-">BaseFieldModel</a></span>(java.util.Map&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&nbsp;values, java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;&nbsp;fieldInfos)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>java.util.Map&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#asMap--">asMap</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#get-io.doov.core.FieldId-">get</a></span>(<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>&nbsp;fieldId)</code> <div class="block">Returns the <code>FieldId</code> value from the <code>FieldId</code> to read</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#getFieldInfos--">getFieldInfos</a></span>()</code> <div class="block">Returns all the <code>FieldInfo</code> for this model</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../io/doov/core/serial/TypeAdapterRegistry.html" title="interface in io.doov.core.serial">TypeAdapterRegistry</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#getTypeAdapterRegistry--">getTypeAdapterRegistry</a></span>()</code> <div class="block">Returns the registry for TypeAdapters</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>java.util.Iterator&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#iterator--">iterator</a></span>()</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>java.util.stream.Stream&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#parallelStream--">parallelStream</a></span>()</code> <div class="block">Returns a parallel <code>Stream</code> with all key-value pairs</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#set-io.doov.core.FieldId-java.lang.Object-">set</a></span>(<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>&nbsp;fieldId, java.lang.Object&nbsp;value)</code> <div class="block">Sets the given value to the given field id.</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>java.util.Spliterator&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#spliterator--">spliterator</a></span>()</code>&nbsp;</td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>java.util.stream.Stream&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../io/doov/core/BaseFieldModel.html#stream--">stream</a></span>()</code> <div class="block">Returns a sequential <code>Stream</code> with all key-value pairs</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.io.doov.core.FieldModel"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;io.doov.core.<a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></h3> <code><a href="../../../io/doov/core/FieldModel.html#clear--">clear</a>, <a href="../../../io/doov/core/FieldModel.html#clear-io.doov.core.TagId-">clear</a>, <a href="../../../io/doov/core/FieldModel.html#getAsString-io.doov.core.FieldId-">getAsString</a>, <a href="../../../io/doov/core/FieldModel.html#getAsString-io.doov.core.FieldInfo-">getAsString</a>, <a href="../../../io/doov/core/FieldModel.html#getFieldIds--">getFieldIds</a>, <a href="../../../io/doov/core/FieldModel.html#info-io.doov.core.FieldId-">info</a>, <a href="../../../io/doov/core/FieldModel.html#setAll-io.doov.core.FieldModel-">setAll</a>, <a href="../../../io/doov/core/FieldModel.html#setAsString-io.doov.core.FieldId-java.lang.String-">setAsString</a>, <a href="../../../io/doov/core/FieldModel.html#setAsString-io.doov.core.FieldInfo-java.lang.String-">setAsString</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Iterable"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;java.lang.Iterable</h3> <code>forEach</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.io.doov.core.dsl.DslModel"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;io.doov.core.dsl.<a href="../../../io/doov/core/dsl/DslModel.html" title="interface in io.doov.core.dsl">DslModel</a></h3> <code><a href="../../../io/doov/core/dsl/DslModel.html#get-io.doov.core.dsl.DslField-">get</a>, <a href="../../../io/doov/core/dsl/DslModel.html#set-io.doov.core.dsl.DslField-T-">set</a></code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="values"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>protected&nbsp;java.util.Map&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt; values</pre> </li> </ul> <a name="fieldInfos"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>fieldInfos</h4> <pre>protected&nbsp;java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt; fieldInfos</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="BaseFieldModel-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>BaseFieldModel</h4> <pre>public&nbsp;BaseFieldModel(java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;&nbsp;fieldInfos)</pre> </li> </ul> <a name="BaseFieldModel-java.util.Map-java.util.List-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>BaseFieldModel</h4> <pre>public&nbsp;BaseFieldModel(java.util.Map&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&nbsp;values, java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;&nbsp;fieldInfos)</pre> </li> </ul> <a name="BaseFieldModel-io.doov.core.FieldModel-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>BaseFieldModel</h4> <pre>public&nbsp;BaseFieldModel(<a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a>&nbsp;fieldModel)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="asMap--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>asMap</h4> <pre>public&nbsp;java.util.Map&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&nbsp;asMap()</pre> </li> </ul> <a name="getFieldInfos--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getFieldInfos</h4> <pre>public&nbsp;java.util.List&lt;<a href="../../../io/doov/core/FieldInfo.html" title="interface in io.doov.core">FieldInfo</a>&gt;&nbsp;getFieldInfos()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../io/doov/core/FieldModel.html#getFieldInfos--">FieldModel</a></code></span></div> <div class="block">Returns all the <code>FieldInfo</code> for this model</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/FieldModel.html#getFieldInfos--">getFieldInfos</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the list of field infos</dd> </dl> </li> </ul> <a name="getTypeAdapterRegistry--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTypeAdapterRegistry</h4> <pre>public&nbsp;<a href="../../../io/doov/core/serial/TypeAdapterRegistry.html" title="interface in io.doov.core.serial">TypeAdapterRegistry</a>&nbsp;getTypeAdapterRegistry()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../io/doov/core/serial/StringMapper.html#getTypeAdapterRegistry--">StringMapper</a></code></span></div> <div class="block">Returns the registry for TypeAdapters</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/serial/StringMapper.html#getTypeAdapterRegistry--">getTypeAdapterRegistry</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/serial/StringMapper.html" title="interface in io.doov.core.serial">StringMapper</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the type adapter registry</dd> </dl> </li> </ul> <a name="get-io.doov.core.FieldId-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get</h4> <pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;get(<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>&nbsp;fieldId)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../io/doov/core/FieldModel.html#get-io.doov.core.FieldId-">FieldModel</a></code></span></div> <div class="block">Returns the <code>FieldId</code> value from the <code>FieldId</code> to read</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/dsl/DslModel.html#get-io.doov.core.FieldId-">get</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/dsl/DslModel.html" title="interface in io.doov.core.dsl">DslModel</a></code></dd> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/FieldModel.html#get-io.doov.core.FieldId-">get</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></code></dd> <dt><span class="paramLabel">Type Parameters:</span></dt> <dd><code>T</code> - the type of the return</dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>fieldId</code> - the field id to get</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the field value</dd> </dl> </li> </ul> <a name="set-io.doov.core.FieldId-java.lang.Object-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set</h4> <pre>public&nbsp;void&nbsp;set(<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>&nbsp;fieldId, java.lang.Object&nbsp;value)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../io/doov/core/FieldModel.html#set-io.doov.core.FieldId-T-">FieldModel</a></code></span></div> <div class="block">Sets the given value to the given field id.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/dsl/DslModel.html#set-io.doov.core.FieldId-T-">set</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/dsl/DslModel.html" title="interface in io.doov.core.dsl">DslModel</a></code></dd> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/FieldModel.html#set-io.doov.core.FieldId-T-">set</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>fieldId</code> - the field id to set</dd> <dd><code>value</code> - the value to set</dd> </dl> </li> </ul> <a name="iterator--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>iterator</h4> <pre>public&nbsp;java.util.Iterator&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;&nbsp;iterator()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>iterator</code>&nbsp;in interface&nbsp;<code>java.lang.Iterable&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</code></dd> </dl> </li> </ul> <a name="spliterator--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>spliterator</h4> <pre>public&nbsp;java.util.Spliterator&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;&nbsp;spliterator()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/FieldModel.html#spliterator--">spliterator</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></code></dd> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>spliterator</code>&nbsp;in interface&nbsp;<code>java.lang.Iterable&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;</code></dd> </dl> </li> </ul> <a name="stream--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>stream</h4> <pre>public&nbsp;java.util.stream.Stream&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;&nbsp;stream()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../io/doov/core/FieldModel.html#stream--">FieldModel</a></code></span></div> <div class="block">Returns a sequential <code>Stream</code> with all key-value pairs</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/FieldModel.html#stream--">stream</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the stream</dd> </dl> </li> </ul> <a name="parallelStream--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>parallelStream</h4> <pre>public&nbsp;java.util.stream.Stream&lt;java.util.Map.Entry&lt;<a href="../../../io/doov/core/FieldId.html" title="interface in io.doov.core">FieldId</a>,java.lang.Object&gt;&gt;&nbsp;parallelStream()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../io/doov/core/FieldModel.html#parallelStream--">FieldModel</a></code></span></div> <div class="block">Returns a parallel <code>Stream</code> with all key-value pairs</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../io/doov/core/FieldModel.html#parallelStream--">parallelStream</a></code>&nbsp;in interface&nbsp;<code><a href="../../../io/doov/core/FieldModel.html" title="interface in io.doov.core">FieldModel</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the parallel stream</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="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="../../../io/doov/core/AbstractWrapper.html" title="class in io.doov.core"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../io/doov/core/CodeLookup.html" title="interface in io.doov.core"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?io/doov/core/BaseFieldModel.html" target="_top">Frames</a></li> <li><a href="BaseFieldModel.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
index.html
TwistOnIdea/TwistOnIdea.github.io
--- layout: page description: "我很好奇" --- {% for post in paginator.posts %} <div class="post-preview"> <a href="{{ post.url | prepend: site.baseurl }}"> <h2 class="post-title"> {{ post.title }} </h2> {% if post.subtitle %} <h3 class="post-subtitle"> {{ post.subtitle }} </h3> {% endif %} <div class="post-content-preview"> {{ post.content | strip_html | truncate:200 }} </div> </a> <p class="post-meta"> Posted by {% if post.author %}{{ post.author }}{% else %}{{ site.title }}{% endif %} on {{ post.date | date: "%B %-d, %Y" }} </p> </div> <hr> {% endfor %} <!-- Pager --> {% if paginator.total_pages > 1 %} <ul class="pager"> {% if paginator.previous_page %} <li class="previous"> <a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&larr; Newer Posts</a> </li> {% endif %} {% if paginator.next_page %} <li class="next"> <a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Older Posts &rarr;</a> </li> {% endif %} </ul> {% endif %}
build/default/index.html
alogan519/date-picker
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes"> <title>d2l-date-picker</title> <script src="../webcomponentsjs/webcomponents-lite.js"></script> <link rel="import" href="../iron-component-page/iron-component-page.html"> </head> <body> <iron-component-page src="d2l-date-picker.html"></iron-component-page> </body></html>
2.0.0.Final/apidocs/org/wildfly/swarm/netflix/ribbon/secured/client/class-use/SecuredRibbonResourceFactory.html
wildfly-swarm/wildfly-swarm-javadocs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Fri Jun 22 04:34:22 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory (BOM: * : All 2.0.0.Final API)</title> <meta name="date" content="2018-06-22"> <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.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory (BOM: * : All 2.0.0.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.0.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/wildfly/swarm/netflix/ribbon/secured/client/class-use/SecuredRibbonResourceFactory.html" target="_top">Frames</a></li> <li><a href="SecuredRibbonResourceFactory.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.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory" class="title">Uses of Class<br>org.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.netflix.ribbon.secured.client">org.wildfly.swarm.netflix.ribbon.secured.client</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.netflix.ribbon.secured.client"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a> in <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/package-summary.html">org.wildfly.swarm.netflix.ribbon.secured.client</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/package-summary.html">org.wildfly.swarm.netflix.ribbon.secured.client</a> declared as <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a></code></td> <td class="colLast"><span class="typeNameLabel">SecuredRibbonResourceFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html#INSTANCE">INSTANCE</a></span></code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/package-summary.html">org.wildfly.swarm.netflix.ribbon.secured.client</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static &lt;T&gt;&nbsp;T</code></td> <td class="colLast"><span class="typeNameLabel">SecuredRibbon.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbon.html#from-org.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory-java.lang.Class-">from</a></span>(<a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a>&nbsp;factory, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;classType)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.0.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/wildfly/swarm/netflix/ribbon/secured/client/class-use/SecuredRibbonResourceFactory.html" target="_top">Frames</a></li> <li><a href="SecuredRibbonResourceFactory.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
vendor/github.com/youtube/vitess/docs/getting-started/index.html
theskyinflames/bpulse-go-client
<!DOCTYPE html> <html lang="en" itemscope itemtype="https://schema.org/WebPage"> <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>Vitess / Running Vitess on Kubernetes</title> <!-- Webfont --> <link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> <!--<link rel="shortcut icon" type="image/png" href="/favicon.png">--> <!-- Bootstrap --> <link href="/libs/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- Styles --> <link rel="stylesheet" type="text/css" href="/css/site.css" /> <!-- Font Awesome icons --> <link href="/libs/font-awesome-4.4.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="/libs/bootstrap/js/bootstrap.min.js"></script> <!-- metadata --> <meta name="og:title" content="Vitess / Running Vitess on Kubernetes"/> <meta name="og:image" content="/images/vitess_logo_with_border.svg"/> <meta name="og:description" content="Vitess is a database clustering system for horizontal scaling of MySQL."/> <link rel="icon" href="/images/vitess_logo_icon_size.png" type="image/png"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-60219601-1', 'auto'); ga('send', 'pageview'); </script> </head> <body class="docs" id="top_of_page"> <span id="toc-depth" data-toc-depth="h2,h3"></span> <nav id="common-nav" class="navbar navbar-fixed-top inverse"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"> <img class="logo" src="/images/vitess_logo_with_border.svg" alt="Vitess"> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="navbar-collapse-1"> <ul class="nav navbar-nav navbar-right" id="standard-menu-links"> <li><a href="/overview/">Overview</a></li> <li><a href="/user-guide/introduction.html">Guides</a></li> <li><a href="/reference/vitess-api.html">Reference</a></li> <li><a href="http://blog.vitess.io">Blog</a></li> <li><a href="https://github.com/youtube/vitess"><i class="fa fa-github"></i> GitHub</a></li> <!-- Hide link to blog unless we have actual posts --> <!-- <li><a href="/blog/" title="">Blog</a></li> --> </ul> <ul class="nav nav-stacked mobile-left-nav-menu" id="collapsed-left-menu"> <li class="submenu"> <h4 class="arrow-r no-top-margin">Overview</h4> <ul style="display: none"> <li><a href="/overview/">What is Vitess</a></li> <li><a href="/overview/scaling-mysql.html">Scaling MySQL with Vitess</a></li> <li><a href="/overview/concepts.html">Key Concepts</a></li> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Getting Started</h4> <ul style="display: none"> <li style="padding-bottom: 0"><a href="/getting-started/">Run Vitess on Kubernetes</a> <ul style="display: block"> <li style="padding-bottom: 0"><a href="/getting-started/docker-build.html">Custom Docker Build</a></li> </ul> </li> <li><a href="/getting-started/local-instance.html">Run Vitess Locally</a></li> </ul> </li> <li class="submenu"> <h4 class="arrow-r">User Guide</h4> <ul style="display: none"> <li><a href="/user-guide/introduction.html">Introduction</a> <li><a href="/user-guide/client-libraries.html">Client Libraries</a> <li><a href="/user-guide/backup-and-restore.html">Backing Up Data</a> <li><a href="/user-guide/reparenting.html">Reparenting</a></li> <li style="padding-bottom: 0"><a href="/user-guide/schema-management.html">Schema Management</a></li> <ul style="display: block"> <li style="padding-bottom: 0"><a href="/user-guide/vschema.html">VSchema Guide</a></li> <li style="padding-bottom: 0"><a href="/user-guide/schema-swap.html">Schema Swap (Tutorial)</a></li> </ul> <li style="padding-bottom: 0"><a href="/user-guide/sharding.html">Sharding</a> <ul style="display: block"> <li><a href="/user-guide/horizontal-sharding-workflow.html">Horizontal Sharding (Tutorial, automated)</a></li> <li><a href="/user-guide/horizontal-sharding.html">Horizontal Sharding (Tutorial, manual)</a></li> <li><a href="/user-guide/sharding-kubernetes-workflow.html">Sharding in Kubernetes (Tutorial, automated)</a></li> <li style="padding-bottom: 0"><a href="/user-guide/sharding-kubernetes.html">Sharding in Kubernetes (Tutorial, manual)</a></li> </ul> </li> <li><a href="/user-guide/vitess-sequences.html">Vitess Sequences</a></li> <li><a href="/user-guide/mysql-server-protocol.html">MySQL Server Protocol</a></li> <li><a href="/user-guide/vitess-replication.html">Vitess and Replication</a></li> <li><a href="/user-guide/update-stream.html">Update Stream</a></li> <li><a href="/user-guide/row-based-replication.html">Row Based Replication</a></li> <li><a href="/user-guide/topology-service.html">Topology Service</a></li> <li><a href="/user-guide/transport-security-model.html">Transport Security Model</a></li> <li style="padding-bottom: 0"><a href="/user-guide/launching.html">Launching</a> <ul style="display: block"> <li><a href="/user-guide/scalability-philosophy.html">Scalability Philosophy</a></li> <li><a href="/user-guide/production-planning.html">Production Planning</a></li> <li><a href="/user-guide/server-configuration.html">Server Configuration</a></li> <li><a href="/user-guide/twopc.html">2PC Guide</a></li> <li style="padding-bottom: 0"><a href="/user-guide/troubleshooting.html">Troubleshooting</a></li> </ul> </li> <li><a href="/user-guide/upgrading.html">Upgrading</a></li> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Reference Guides</h4> <ul style="display: none"> <li><a href="/reference/vitess-api.html">Vitess API</a> <li><a href="/reference/vtctl.html">vtctl Commands</a> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Other Resources</h4> <ul style="display: none"> <li><a href="/resources/presentations.html">Presentations</a> <li><a href="http://blog.vitess.io/">Blog</a> <li><a href="/resources/roadmap.html">Roadmap</a> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Contributing</h4> <ul style="display: none"> <li><a href="/contributing/">Contributing to Vitess</a> <li><a href="/contributing/github-workflow.html">GitHub Workflow</a> <li><a href="/contributing/code-reviews.html">Code Reviews</a> </ul> </li> <div> <form method="get" action="/search/"> <input id="search-form" name="q" type="text" placeholder="Search"> </form> </div> <li><a href="https://github.com/youtube/vitess" id="collapsed-left-menu-repo-link"><i class="fa fa-github"></i> GitHub</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> <div id="masthead"> <div class="container"> <div class="row"> <div class="col-md-9"> <h1>Running Vitess on Kubernetes</h1> </div> </div> </div> </div> <div class="container"> <div class="row scroll-margin" id="toc-content-row"> <div class="col-md-2" id="leftCol"> <ul class="nav nav-stacked mobile-left-nav-menu" id="sidebar"> <li class="submenu"> <h4 class="arrow-r no-top-margin">Overview</h4> <ul style="display: none"> <li><a href="/overview/">What is Vitess</a></li> <li><a href="/overview/scaling-mysql.html">Scaling MySQL with Vitess</a></li> <li><a href="/overview/concepts.html">Key Concepts</a></li> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Getting Started</h4> <ul style="display: none"> <li style="padding-bottom: 0"><a href="/getting-started/">Run Vitess on Kubernetes</a> <ul style="display: block"> <li style="padding-bottom: 0"><a href="/getting-started/docker-build.html">Custom Docker Build</a></li> </ul> </li> <li><a href="/getting-started/local-instance.html">Run Vitess Locally</a></li> </ul> </li> <li class="submenu"> <h4 class="arrow-r">User Guide</h4> <ul style="display: none"> <li><a href="/user-guide/introduction.html">Introduction</a> <li><a href="/user-guide/client-libraries.html">Client Libraries</a> <li><a href="/user-guide/backup-and-restore.html">Backing Up Data</a> <li><a href="/user-guide/reparenting.html">Reparenting</a></li> <li style="padding-bottom: 0"><a href="/user-guide/schema-management.html">Schema Management</a></li> <ul style="display: block"> <li style="padding-bottom: 0"><a href="/user-guide/vschema.html">VSchema Guide</a></li> <li style="padding-bottom: 0"><a href="/user-guide/schema-swap.html">Schema Swap (Tutorial)</a></li> </ul> <li style="padding-bottom: 0"><a href="/user-guide/sharding.html">Sharding</a> <ul style="display: block"> <li><a href="/user-guide/horizontal-sharding-workflow.html">Horizontal Sharding (Tutorial, automated)</a></li> <li><a href="/user-guide/horizontal-sharding.html">Horizontal Sharding (Tutorial, manual)</a></li> <li><a href="/user-guide/sharding-kubernetes-workflow.html">Sharding in Kubernetes (Tutorial, automated)</a></li> <li style="padding-bottom: 0"><a href="/user-guide/sharding-kubernetes.html">Sharding in Kubernetes (Tutorial, manual)</a></li> </ul> </li> <li><a href="/user-guide/vitess-sequences.html">Vitess Sequences</a></li> <li><a href="/user-guide/mysql-server-protocol.html">MySQL Server Protocol</a></li> <li><a href="/user-guide/vitess-replication.html">Vitess and Replication</a></li> <li><a href="/user-guide/update-stream.html">Update Stream</a></li> <li><a href="/user-guide/row-based-replication.html">Row Based Replication</a></li> <li><a href="/user-guide/topology-service.html">Topology Service</a></li> <li><a href="/user-guide/transport-security-model.html">Transport Security Model</a></li> <li style="padding-bottom: 0"><a href="/user-guide/launching.html">Launching</a> <ul style="display: block"> <li><a href="/user-guide/scalability-philosophy.html">Scalability Philosophy</a></li> <li><a href="/user-guide/production-planning.html">Production Planning</a></li> <li><a href="/user-guide/server-configuration.html">Server Configuration</a></li> <li><a href="/user-guide/twopc.html">2PC Guide</a></li> <li style="padding-bottom: 0"><a href="/user-guide/troubleshooting.html">Troubleshooting</a></li> </ul> </li> <li><a href="/user-guide/upgrading.html">Upgrading</a></li> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Reference Guides</h4> <ul style="display: none"> <li><a href="/reference/vitess-api.html">Vitess API</a> <li><a href="/reference/vtctl.html">vtctl Commands</a> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Other Resources</h4> <ul style="display: none"> <li><a href="/resources/presentations.html">Presentations</a> <li><a href="http://blog.vitess.io/">Blog</a> <li><a href="/resources/roadmap.html">Roadmap</a> </ul> </li> <li class="submenu"> <h4 class="arrow-r">Contributing</h4> <ul style="display: none"> <li><a href="/contributing/">Contributing to Vitess</a> <li><a href="/contributing/github-workflow.html">GitHub Workflow</a> <li><a href="/contributing/code-reviews.html">Code Reviews</a> </ul> </li> <div> <form method="get" action="/search/"> <input id="search-form" name="q" type="text" placeholder="Search"> </form> </div> </ul> </div> <div class="col-md-3" id="rightCol"> <div class="nav nav-stacked" id="tocSidebar"> <div id="toc"></div> </div> </div> <div class="col-md-7" id="centerCol"> <div id="centerTextCol"> <p>This page explains how to run Vitess on <a href="http://kubernetes.io">Kubernetes</a>. It also gives the steps to start a Kubernetes cluster with <a href="https://cloud.google.com/container-engine/">Google Container Engine</a>.</p> <p>If you already have Kubernetes v1.0+ running in one of the other <a href="http://kubernetes.io/docs/getting-started-guides/">supported platforms</a>, you can skip the <code class="prettyprint">gcloud</code> steps. The <code class="prettyprint">kubectl</code> steps will apply to any Kubernetes cluster.</p> <h2 id="prerequisites">Prerequisites</h2> <p>To complete the exercise in this guide, you must locally install Go 1.8+, Vitess&#39; <code class="prettyprint">vtctlclient</code> tool, and Google Cloud SDK. The following sections explain how to set these up in your environment.</p> <h3 id="install-go-1-8">Install Go 1.8+</h3> <p>You need to install <a href="http://golang.org/doc/install">Go 1.8+</a> to build the <code class="prettyprint">vtctlclient</code> tool, which issues commands to Vitess.</p> <p>After installing Go, make sure your <code class="prettyprint">GOPATH</code> environment variable is set to the root of your workspace. The most common setting is <code class="prettyprint">GOPATH=$HOME/go</code>, and the value should identify a directory to which your non-root user has write access.</p> <p>In addition, make sure that <code class="prettyprint">$GOPATH/bin</code> is included in your <code class="prettyprint">$PATH</code>. More information about setting up a Go workspace can be found at <a href="http://golang.org/doc/code.html#Organization">How to Write Go Code</a>.</p> <h3 id="build-and-install-vtctlclient">Build and install vtctlclient</h3> <p>The <code class="prettyprint">vtctlclient</code> tool issues commands to Vitess.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>go get github.com/youtube/vitess/go/cmd/vtctlclient </code></pre></div> <p>This command downloads and builds the Vitess source code at:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$GOPATH</span>/src/github.com/youtube/vitess/ </code></pre></div> <p>It also copies the built <code class="prettyprint">vtctlclient</code> binary into <code class="prettyprint">$GOPATH/bin</code>.</p> <h3 id="set-up-google-compute-engine-container-engine-and-cloud-tools">Set up Google Compute Engine, Container Engine, and Cloud tools</h3> <p><strong>Note:</strong> If you are running Kubernetes elsewhere, skip to <a href="#locate-kubectl">Locate kubectl</a>.</p> <p>To run Vitess on Kubernetes using Google Compute Engine (GCE), you must have a GCE account with billing enabled. The instructions below explain how to enable billing and how to associate a billing account with a project in the Google Developers Console.</p> <ol> <li><p>Log in to the Google Developers Console to <a href="https://console.developers.google.com/billing">enable billing</a>.</p> <ol> <li> Click the <strong>Billing</strong> pane if you are not there already.</li> <li> Click <strong>New billing account</strong>.</li> <li> Assign a name to the billing account -- e.g. &quot;Vitess on Kubernetes.&quot; Then click <strong>Continue</strong>. You can sign up for the <a href="https://cloud.google.com/free-trial/">free trial</a> to avoid any charges.</li> </ol></li> <li><p>Create a project in the Google Developers Console that uses your billing account:</p> <ol> <li> At the top of the Google Developers Console, click the <strong>Projects</strong> dropdown.</li> <li> Click the Create a Project... link.</li> <li> Assign a name to your project. Then click the <strong>Create</strong> button. Your project should be created and associated with your billing account. (If you have multiple billing accounts, confirm that the project is associated with the correct account.)</li> <li> After creating your project, click <strong>API Manager</strong> in the left menu.</li> <li> Find <strong>Google Compute Engine</strong> and <strong>Google Container Engine API</strong>. (Both should be listed under &quot;Google Cloud APIs&quot;.) For each, click on it, then click the <strong>&quot;Enable API&quot;</strong> button.</li> </ol></li> <li><p>Follow the <a href="https://cloud.google.com/sdk/#Quick_Start">Google Cloud SDK quickstart instructions</a> to set up and test the Google Cloud SDK. You will also set your default project ID while completing the quickstart.</p> <p><strong>Note:</strong> If you skip the quickstart guide because you&#39;ve previously set up the Google Cloud SDK, just make sure to set a default project ID by running the following command. Replace <code class="prettyprint">PROJECT</code> with the project ID assigned to your <a href="https://console.developers.google.com/">Google Developers Console</a> project. You can <a href="https://cloud.google.com/compute/docs/projects#projectids">find the ID</a> by navigating to the <strong>Overview</strong> page for the project in the Console.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gcloud config <span class="nb">set </span>project PROJECT </code></pre></div></li> <li><p>Install or update the <code class="prettyprint">kubectl</code> tool:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gcloud components update kubectl </code></pre></div></li> </ol> <h3 id="locate-kubectl">Locate kubectl</h3> <p>Check if <code class="prettyprint">kubectl</code> is on your <code class="prettyprint">PATH</code>:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>which kubectl <span class="c">### example output:</span> <span class="c"># ~/google-cloud-sdk/bin/kubectl</span> </code></pre></div> <p>If <code class="prettyprint">kubectl</code> isn&#39;t on your <code class="prettyprint">PATH</code>, you can tell our scripts where to find it by setting the <code class="prettyprint">KUBECTL</code> environment variable:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span><span class="nb">export </span><span class="nv">KUBECTL</span><span class="o">=</span>/example/path/to/google-cloud-sdk/bin/kubectl </code></pre></div> <h2 id="start-a-container-engine-cluster">Start a Container Engine cluster</h2> <p><strong>Note:</strong> If you are running Kubernetes elsewhere, skip to <a href="#start-a-vitess-cluster">Start a Vitess cluster</a>.</p> <ol> <li><p>Set the <a href="https://cloud.google.com/compute/docs/zones#overview">zone</a> that your installation will use:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gcloud config <span class="nb">set </span>compute/zone us-central1-b </code></pre></div></li> <li><p>Create a Container Engine cluster:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gcloud container clusters create example --machine-type n1-standard-4 --num-nodes <span class="m">5</span> --scopes storage-rw <span class="c">### example output:</span> <span class="c"># Creating cluster example...done.</span> <span class="c"># Created [https://container.googleapis.com/v1/projects/vitess/zones/us-central1-b/clusters/example].</span> <span class="c"># kubeconfig entry generated for example.</span> </code></pre></div> <p><strong>Note:</strong> The <code class="prettyprint">--scopes storage-rw</code> argument is necessary to allow <a href="http://vitess.io/user-guide/backup-and-restore.html">built-in backup/restore</a> to access <a href="https://cloud.google.com/storage/">Google Cloud Storage</a>.</p></li> <li><p>Create a Cloud Storage bucket:</p> <p>To use the Cloud Storage plugin for built-in backups, first create a <a href="https://cloud.google.com/storage/docs/concepts-techniques#concepts">bucket</a> for Vitess backup data. See the <a href="https://cloud.google.com/storage/docs/bucket-naming">bucket naming guidelines</a> if you&#39;re new to Cloud Storage.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gsutil mb gs://my-backup-bucket </code></pre></div></li> </ol> <h2 id="start-a-vitess-cluster">Start a Vitess cluster</h2> <ol> <li><p><strong>Navigate to your local Vitess source code</strong></p> <p>This directory would have been created when you installed <code class="prettyprint">vtctlclient</code>:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span><span class="nb">cd</span> <span class="nv">$GOPATH</span>/src/github.com/youtube/vitess/examples/kubernetes </code></pre></div></li> <li><p><strong>Configure site-local settings</strong></p> <p>Run the <code class="prettyprint">configure.sh</code> script to generate a <code class="prettyprint">config.sh</code> file, which will be used to customize your cluster settings.</p> <p>Currently, we have out-of-the-box support for storing <a href="http://vitess.io/user-guide/backup-and-restore.html">backups</a> in <a href="https://cloud.google.com/storage/">Google Cloud Storage</a>. If you&#39;re using GCS, fill in the fields requested by the configure script, including the name of the bucket you created above.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./configure.sh <span class="c">### example output:</span> <span class="c"># Backup Storage (file, gcs) [gcs]:</span> <span class="c"># Google Developers Console Project [my-project]:</span> <span class="c"># Google Cloud Storage bucket for Vitess backups: my-backup-bucket</span> <span class="c"># Saving config.sh...</span> </code></pre></div> <p>For other platforms, you&#39;ll need to choose the <code class="prettyprint">file</code> backup storage plugin, and mount a read-write network volume into the <code class="prettyprint">vttablet</code> and <code class="prettyprint">vtctld</code> pods. For example, you can mount any storage service accessible through NFS into a <a href="http://kubernetes.io/v1.1/docs/user-guide/volumes.html#nfs">Kubernetes volume</a>. Then provide the mount path to the configure script here.</p> <p>Direct support for other cloud blob stores like Amazon S3 can be added by implementing the Vitess <a href="https://github.com/youtube/vitess/blob/master/go/vt/mysqlctl/backupstorage/interface.go">BackupStorage plugin interface</a>. Let us know on the <a href="https://groups.google.com/forum/#!forum/vitess">discussion forum</a> if you have any specific plugin requests.</p></li> <li><p><strong>Start an etcd cluster</strong></p> <p>The Vitess <a href="http://vitess.io/overview/concepts.html#topology-service">topology service</a> stores coordination data for all the servers in a Vitess cluster. It can store this data in one of several consistent storage systems. In this example, we&#39;ll use <a href="https://github.com/coreos/etcd">etcd</a>. Note that we need our own etcd clusters, separate from the one used by Kubernetes itself.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./etcd-up.sh <span class="c">### example output:</span> <span class="c"># Creating etcd service for global cell...</span> <span class="c"># service &quot;etcd-global&quot; created</span> <span class="c"># service &quot;etcd-global-srv&quot; created</span> <span class="c"># Creating etcd replicationcontroller for global cell...</span> <span class="c"># replicationcontroller &quot;etcd-global&quot; created</span> <span class="c"># ...</span> </code></pre></div> <p>This command creates two clusters. One is for the <a href="/user-guide/topology-service.html#global-vs-local">global cell</a>, and the other is for a <a href="http://vitess.io/overview/concepts.html#cell-data-center">local cell</a> called <em>test</em>. You can check the status of the <a href="http://kubernetes.io/v1.1/docs/user-guide/pods.html">pods</a> in the cluster by running:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>kubectl get pods <span class="c">### example output:</span> <span class="c"># NAME READY STATUS RESTARTS AGE</span> <span class="c"># etcd-global-8oxzm 1/1 Running 0 1m</span> <span class="c"># etcd-global-hcxl6 1/1 Running 0 1m</span> <span class="c"># etcd-global-xupzu 1/1 Running 0 1m</span> <span class="c"># etcd-test-e2y6o 1/1 Running 0 1m</span> <span class="c"># etcd-test-m6wse 1/1 Running 0 1m</span> <span class="c"># etcd-test-qajdj 1/1 Running 0 1m</span> </code></pre></div> <p>It may take a while for each Kubernetes node to download the Docker images the first time it needs them. While the images are downloading, the pod status will be Pending.</p> <p><strong>Note:</strong> In this example, each script that has a name ending in <code class="prettyprint">-up.sh</code> also has a corresponding <code class="prettyprint">-down.sh</code> script, which can be used to stop certain components of the Vitess cluster without bringing down the whole cluster. For example, to tear down the <code class="prettyprint">etcd</code> deployment, run:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./etcd-down.sh </code></pre></div></li> <li><p><strong>Start vtctld</strong></p> <p>The <code class="prettyprint">vtctld</code> server provides a web interface to inspect the state of the Vitess cluster. It also accepts RPC commands from <code class="prettyprint">vtctlclient</code> to modify the cluster.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./vtctld-up.sh <span class="c">### example output:</span> <span class="c"># Creating vtctld ClusterIP service...</span> <span class="c"># service &quot;vtctld&quot; created</span> <span class="c"># Creating vtctld replicationcontroller...</span> <span class="c"># replicationcontroller &quot;vtctld&quot; create createdd</span> </code></pre></div></li> <li><p><strong>Access vtctld web UI</strong></p> <p>To access vtctld from outside Kubernetes, use <a href="http://kubernetes.io/v1.1/docs/user-guide/kubectl/kubectl_proxy.html">kubectl proxy</a> to create an authenticated tunnel on your workstation:</p> <p><strong>Note:</strong> The proxy command runs in the foreground, so you may want to run it in a separate terminal.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>kubectl proxy --port<span class="o">=</span>8001 <span class="c">### example output:</span> <span class="c"># Starting to serve on localhost:8001</span> </code></pre></div> <p>You can then load the vtctld web UI on <code class="prettyprint">localhost</code>:</p> <p><a href="http://localhost:8001/api/v1/proxy/namespaces/default/services/vtctld:web/">http://localhost:8001/api/v1/proxy/namespaces/default/services/vtctld:web/</a></p> <p>You can also use this proxy to access the <a href="http://kubernetes.io/v1.1/docs/user-guide/ui.html">Kubernetes Dashboard</a>, where you can monitor nodes, pods, and services:</p> <p><a href="http://localhost:8001/ui">http://localhost:8001/ui</a></p></li> <li><p><strong>Use vtctlclient to send commands to vtctld</strong></p> <p>You can now run <code class="prettyprint">vtctlclient</code> locally to issue commands to the <code class="prettyprint">vtctld</code> service on your Kubernetes cluster.</p> <p>To enable RPC access into the Kubernetes cluster, we&#39;ll again use <code class="prettyprint">kubectl</code> to set up an authenticated tunnel. Unlike the HTTP proxy we used for the web UI, this time we need raw <a href="http://kubernetes.io/v1.1/docs/user-guide/kubectl/kubectl_port-forward.html">port forwarding</a> for vtctld&#39;s <a href="http://grpc.io">gRPC</a> port.</p> <p>Since the tunnel needs to target a particular vtctld pod name, we&#39;ve provided the <code class="prettyprint">kvtctl.sh</code> script, which uses <code class="prettyprint">kubectl</code> to discover the pod name and set up the tunnel before running <code class="prettyprint">vtctlclient</code>.</p> <p>Now, running <code class="prettyprint">kvtctl.sh help</code> will test your connection to <code class="prettyprint">vtctld</code> and also list the <code class="prettyprint">vtctlclient</code> commands that you can use to administer the Vitess cluster.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh <span class="nb">help</span> <span class="c">### example output:</span> <span class="c"># Available commands:</span> <span class="c">#</span> <span class="c"># Tablets:</span> <span class="c"># InitTablet ...</span> <span class="c"># ...</span> </code></pre></div> <p>You can also use the <code class="prettyprint">help</code> command to get more details about each command:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh <span class="nb">help </span>ListAllTablets </code></pre></div> <p>See the <a href="http://vitess.io/reference/vtctl.html">vtctl reference</a> for a web-formatted version of the <code class="prettyprint">vtctl help</code> output.</p></li> <li><p><strong>Start vttablets</strong></p> <p>A Vitess <a href="http://vitess.io/overview/concepts.html#tablet">tablet</a> is the unit of scaling for the database. A tablet consists of the <code class="prettyprint">vttablet</code> and <code class="prettyprint">mysqld</code> processes, running on the same host. We enforce this coupling in Kubernetes by putting the respective containers for vttablet and mysqld inside a single <a href="http://kubernetes.io/v1.1/docs/user-guide/pods.html">pod</a>.</p> <p>Run the following script to launch the vttablet pods, which also include mysqld:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./vttablet-up.sh <span class="c">### example output:</span> <span class="c"># Creating test_keyspace.shard-0 pods in cell test...</span> <span class="c"># Creating pod for tablet test-0000000100...</span> <span class="c"># pod &quot;vttablet-100&quot; created</span> <span class="c"># Creating pod for tablet test-0000000101...</span> <span class="c"># pod &quot;vttablet-101&quot; created</span> <span class="c"># Creating pod for tablet test-0000000102...</span> <span class="c"># pod &quot;vttablet-102&quot; created</span> <span class="c"># Creating pod for tablet test-0000000103...</span> <span class="c"># pod &quot;vttablet-103&quot; created</span> <span class="c"># Creating pod for tablet test-0000000104...</span> <span class="c"># pod &quot;vttablet-104&quot; created</span> </code></pre></div> <p>In the vtctld web UI, you should soon see a <a href="http://vitess.io/overview/concepts.html#keyspace">keyspace</a> named <code class="prettyprint">test_keyspace</code> with a single <a href="http://vitess.io/overview/concepts.html#shard">shard</a> named <code class="prettyprint">0</code>. Click on the shard name to see the list of tablets. When all 5 tablets show up on the shard status page, you&#39;re ready to continue. Note that it&#39;s normal for the tablets to be unhealthy at this point, since you haven&#39;t initialized the databases on them yet.</p> <p>It can take some time for the tablets to come up for the first time if a pod was scheduled on a node that hasn&#39;t downloaded the <a href="https://hub.docker.com/u/vitess/">Vitess Docker image</a> yet. You can also check the status of the tablets from the command line using <code class="prettyprint">kvtctl.sh</code>:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh ListAllTablets <span class="nb">test</span> <span class="c">### example output:</span> <span class="c"># test-0000000100 test_keyspace 0 spare 10.64.1.6:15002 10.64.1.6:3306 []</span> <span class="c"># test-0000000101 test_keyspace 0 spare 10.64.2.5:15002 10.64.2.5:3306 []</span> <span class="c"># test-0000000102 test_keyspace 0 spare 10.64.0.7:15002 10.64.0.7:3306 []</span> <span class="c"># test-0000000103 test_keyspace 0 spare 10.64.1.7:15002 10.64.1.7:3306 []</span> <span class="c"># test-0000000104 test_keyspace 0 spare 10.64.2.6:15002 10.64.2.6:3306 []</span> </code></pre></div></li> <li><p><strong>Initialize MySQL databases</strong></p> <p>Once all the tablets show up, you&#39;re ready to initialize the underlying MySQL databases.</p> <p><strong>Note:</strong> Many <code class="prettyprint">vtctlclient</code> commands produce no output on success.</p> <p>First, designate one of the tablets to be the initial master. Vitess will automatically connect the other slaves&#39; mysqld instances so that they start replicating from the master&#39;s mysqld. This is also when the default database is created. Since our keyspace is named <code class="prettyprint">test_keyspace</code>, the MySQL database will be named <code class="prettyprint">vt_test_keyspace</code>.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh InitShardMaster -force test_keyspace/0 <span class="nb">test</span>-0000000100 <span class="c">### example output:</span> <span class="c"># master-elect tablet test-0000000100 is not the shard master, proceeding anyway as -force was used</span> <span class="c"># master-elect tablet test-0000000100 is not a master in the shard, proceeding anyway as -force was used</span> </code></pre></div> <p><strong>Note:</strong> Since this is the first time the shard has been started, the tablets are not already doing any replication, and there is no existing master. The <code class="prettyprint">InitShardMaster</code> command above uses the <code class="prettyprint">-force</code> flag to bypass the usual sanity checks that would apply if this wasn&#39;t a brand new shard.</p> <p>After the tablets finish updating, you should see one <strong>master</strong>, and several <strong>replica</strong> and <strong>rdonly</strong> tablets:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh ListAllTablets <span class="nb">test</span> <span class="c">### example output:</span> <span class="c"># test-0000000100 test_keyspace 0 master 10.64.1.6:15002 10.64.1.6:3306 []</span> <span class="c"># test-0000000101 test_keyspace 0 replica 10.64.2.5:15002 10.64.2.5:3306 []</span> <span class="c"># test-0000000102 test_keyspace 0 replica 10.64.0.7:15002 10.64.0.7:3306 []</span> <span class="c"># test-0000000103 test_keyspace 0 rdonly 10.64.1.7:15002 10.64.1.7:3306 []</span> <span class="c"># test-0000000104 test_keyspace 0 rdonly 10.64.2.6:15002 10.64.2.6:3306 []</span> </code></pre></div> <p>The <strong>replica</strong> tablets are used for serving live web traffic, while the <strong>rdonly</strong> tablets are used for offline processing, such as batch jobs and backups. The amount of each <a href="http://vitess.io/overview/concepts.html#tablet">tablet type</a> that you launch can be configured in the <code class="prettyprint">vttablet-up.sh</code> script.</p></li> <li><p><strong>Create a table</strong></p> <p>The <code class="prettyprint">vtctlclient</code> tool can be used to apply the database schema across all tablets in a keyspace. The following command creates the table defined in the <code class="prettyprint">create_test_table.sql</code> file:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="c"># Make sure to run this from the examples/kubernetes dir, so it finds the file.</span> vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh ApplySchema -sql <span class="s2">&quot;$(cat create_test_table.sql)&quot;</span> test_keyspace </code></pre></div> <p>The SQL to create the table is shown below:</p> <div class="highlight"><pre><code class="language-sql" data-lang="sql"><span class="k">CREATE</span> <span class="k">TABLE</span> <span class="n">messages</span> <span class="p">(</span> <span class="n">page</span> <span class="nb">BIGINT</span><span class="p">(</span><span class="mi">20</span><span class="p">)</span> <span class="n">UNSIGNED</span><span class="p">,</span> <span class="n">time_created_ns</span> <span class="nb">BIGINT</span><span class="p">(</span><span class="mi">20</span><span class="p">)</span> <span class="n">UNSIGNED</span><span class="p">,</span> <span class="n">message</span> <span class="nb">VARCHAR</span><span class="p">(</span><span class="mi">10000</span><span class="p">),</span> <span class="k">PRIMARY</span> <span class="k">KEY</span> <span class="p">(</span><span class="n">page</span><span class="p">,</span> <span class="n">time_created_ns</span><span class="p">)</span> <span class="p">)</span> <span class="n">ENGINE</span><span class="o">=</span><span class="n">InnoDB</span> </code></pre></div> <p>You can run this command to confirm that the schema was created properly on a given tablet, where <code class="prettyprint">test-0000000100</code> is a tablet alias as shown by the <code class="prettyprint">ListAllTablets</code> command:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh GetSchema <span class="nb">test</span>-0000000100 <span class="c">### example output:</span> <span class="c"># {</span> <span class="c"># &quot;DatabaseSchema&quot;: &quot;CREATE DATABASE `` /*!40100 DEFAULT CHARACTER SET utf8 */&quot;,</span> <span class="c"># &quot;TableDefinitions&quot;: [</span> <span class="c"># {</span> <span class="c"># &quot;Name&quot;: &quot;messages&quot;,</span> <span class="c"># &quot;Schema&quot;: &quot;CREATE TABLE `messages` (\n `page` bigint(20) unsigned NOT NULL DEFAULT &#39;0&#39;,\n `time_created_ns` bigint(20) unsigned NOT NULL DEFAULT &#39;0&#39;,\n `message` varchar(10000) DEFAULT NULL,\n PRIMARY KEY (`page`,`time_created_ns`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8&quot;,</span> <span class="c"># &quot;Columns&quot;: [</span> <span class="c"># &quot;page&quot;,</span> <span class="c"># &quot;time_created_ns&quot;,</span> <span class="c"># &quot;message&quot;</span> <span class="c"># ],</span> <span class="c"># ...</span> </code></pre></div></li> <li><p><strong>Take a backup</strong></p> <p>Now that the initial schema is applied, it&#39;s a good time to take the first <a href="http://vitess.io/user-guide/backup-and-restore.html">backup</a>. This backup will be used to automatically restore any additional replicas that you run, before they connect themselves to the master and catch up on replication. If an existing tablet goes down and comes back up without its data, it will also automatically restore from the latest backup and then resume replication.</p> <p>Select one of the <strong>rdonly</strong> tablets and tell it to take a backup. We use a <strong>rdonly</strong> tablet instead of a <strong>replica</strong> because the tablet will pause replication and stop serving during data copy to create a consistent snapshot.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh Backup <span class="nb">test</span>-0000000104 </code></pre></div> <p>After the backup completes, you can list available backups for the shard:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh ListBackups test_keyspace/0 <span class="c">### example output:</span> <span class="c"># 2015-10-21.042940.test-0000000104</span> </code></pre></div></li> <li><p><strong>Initialize Vitess Routing Schema</strong></p> <p>In the examples, we are just using a single database with no specific configuration. So we just need to make that (empty) configuration visible for serving. This is done by running the following command:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh RebuildVSchemaGraph </code></pre></div> <p>(As it works, this command will not display any output.)</p></li> <li><p><strong>Start vtgate</strong></p> <p>Vitess uses <a href="http://vitess.io/overview/#vtgate">vtgate</a> to route each client query to the correct <code class="prettyprint">vttablet</code>. In Kubernetes, a <code class="prettyprint">vtgate</code> service distributes connections to a pool of <code class="prettyprint">vtgate</code> pods. The pods are curated by a <a href="http://kubernetes.io/v1.1/docs/user-guide/replication-controller.html">replication controller</a>.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./vtgate-up.sh <span class="c">### example output:</span> <span class="c"># Creating vtgate service in cell test...</span> <span class="c"># service &quot;vtgate-test&quot; created</span> <span class="c"># Creating vtgate replicationcontroller in cell test...</span> <span class="c"># replicationcontroller &quot;vtgate-test&quot; created</span> </code></pre></div></li> </ol> <h2 id="test-your-cluster-with-a-client-app">Test your cluster with a client app</h2> <p>The GuestBook app in the example is ported from the <a href="https://github.com/kubernetes/kubernetes/tree/master/examples/guestbook-go">Kubernetes GuestBook example</a>. The server-side code has been rewritten in Python to use Vitess as the storage engine. The client-side code (HTML/JavaScript) has been modified to support multiple Guestbook pages, which will be useful to demonstrate Vitess sharding in a later guide.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./guestbook-up.sh <span class="c">### example output:</span> <span class="c"># Creating guestbook service...</span> <span class="c"># services &quot;guestbook&quot; created</span> <span class="c"># Creating guestbook replicationcontroller...</span> <span class="c"># replicationcontroller &quot;guestbook&quot; created</span> </code></pre></div> <p>As with the <code class="prettyprint">vtctld</code> service, by default the GuestBook app is not accessible from outside Kubernetes. In this case, since this is a user-facing frontend, we set <code class="prettyprint">type: LoadBalancer</code> in the GuestBook service definition, which tells Kubernetes to create a public <a href="http://kubernetes.io/v1.1/docs/user-guide/services.html#type-loadbalancer">load balancer</a> using the API for whatever platform your Kubernetes cluster is in.</p> <p>You also need to <a href="http://kubernetes.io/v1.1/docs/user-guide/services-firewalls.html">allow access through your platform&#39;s firewall</a>.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="c"># For example, to open port 80 in the GCE firewall:</span> <span class="nv">$ </span>gcloud compute firewall-rules create guestbook --allow tcp:80 </code></pre></div> <p><strong>Note:</strong> For simplicity, the firewall rule above opens the port on <strong>all</strong> GCE instances in your project. In a production system, you would likely limit it to specific instances.</p> <p>Then, get the external IP of the load balancer for the GuestBook service:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>kubectl get service guestbook <span class="c">### example output:</span> <span class="c"># NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE</span> <span class="c"># guestbook 10.67.242.247 3.4.5.6 80/TCP 1m</span> </code></pre></div> <p>If the <code class="prettyprint">EXTERNAL-IP</code> is still empty, give it a few minutes to create the external load balancer and check again.</p> <p>Once the pods are running, the GuestBook app should be accessible from the load balancer&#39;s external IP. In the example above, it would be at <code class="prettyprint">http://3.4.5.6</code>.</p> <p>You can see Vitess&#39; replication capabilities by opening the app in multiple browser windows, with the same Guestbook page number. Each new entry is committed to the master database. In the meantime, JavaScript on the page continuously polls the app server to retrieve a list of GuestBook entries. The app serves read-only requests by querying Vitess in &#39;replica&#39; mode, confirming that replication is working.</p> <p>You can also inspect the data stored by the app:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh ExecuteFetchAsDba <span class="nb">test</span>-0000000100 <span class="s2">&quot;SELECT * FROM messages&quot;</span> <span class="c">### example output:</span> <span class="c"># +------+---------------------+---------+</span> <span class="c"># | page | time_created_ns | message |</span> <span class="c"># +------+---------------------+---------+</span> <span class="c"># | 42 | 1460771336286560000 | Hello |</span> <span class="c"># +------+---------------------+---------+</span> </code></pre></div> <p>The <a href="https://github.com/youtube/vitess/tree/master/examples/kubernetes/guestbook">GuestBook source code</a> provides more detail about how the app server interacts with Vitess.</p> <h2 id="try-vitess-resharding">Try Vitess resharding</h2> <p>Now that you have a full Vitess stack running, you may want to go on to the <a href="http://vitess.io/user-guide/sharding-kubernetes.html">Sharding in Kubernetes workflow guide</a> or <a href="http://vitess.io/user-guide/sharding-kubernetes.html">Sharding in Kubernetes codelab</a> (if you prefer to run each step manually through commands) to try out <a href="http://vitess.io/user-guide/sharding.html#resharding">dynamic resharding</a>.</p> <p>If so, you can skip the tear-down since the sharding guide picks up right here. If not, continue to the clean-up steps below.</p> <h2 id="tear-down-and-clean-up">Tear down and clean up</h2> <p>Before stopping the Container Engine cluster, you should tear down the Vitess services. Kubernetes will then take care of cleaning up any entities it created for those services, like external load balancers.</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh">vitess/examples/kubernetes<span class="nv">$ </span>./guestbook-down.sh vitess/examples/kubernetes<span class="nv">$ </span>./vtgate-down.sh vitess/examples/kubernetes<span class="nv">$ </span>./vttablet-down.sh vitess/examples/kubernetes<span class="nv">$ </span>./vtctld-down.sh vitess/examples/kubernetes<span class="nv">$ </span>./etcd-down.sh </code></pre></div> <p>Then tear down the Container Engine cluster itself, which will stop the virtual machines running on Compute Engine:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gcloud container clusters delete example </code></pre></div> <p>It&#39;s also a good idea to remove any firewall rules you created, unless you plan to use them again soon:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>gcloud compute firewall-rules delete guestbook </code></pre></div> <h2 id="troubleshooting">Troubleshooting</h2> <h3 id="server-logs">Server logs</h3> <p>If a pod enters the <code class="prettyprint">Running</code> state, but the server doesn&#39;t respond as expected, use the <code class="prettyprint">kubectl logs</code> command to check the pod output:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="c"># show logs for container &#39;vttablet&#39; within pod &#39;vttablet-100&#39;</span> <span class="nv">$ </span>kubectl logs vttablet-100 vttablet <span class="c"># show logs for container &#39;mysql&#39; within pod &#39;vttablet-100&#39;</span> <span class="c"># Note that this is NOT MySQL error log.</span> <span class="nv">$ </span>kubectl logs vttablet-100 mysql </code></pre></div> <p>Post the logs somewhere and send a link to the <a href="https://groups.google.com/forum/#!forum/vitess">Vitess mailing list</a> to get more help.</p> <h3 id="shell-access">Shell access</h3> <p>If you want to poke around inside a container, you can use <code class="prettyprint">kubectl exec</code> to run a shell.</p> <p>For example, to launch a shell inside the <code class="prettyprint">vttablet</code> container of the <code class="prettyprint">vttablet-100</code> pod:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>kubectl <span class="nb">exec </span>vttablet-100 -c vttablet -t -i -- bash -il root@vttablet-100:/# ls /vt/vtdataroot/vt_0000000100 <span class="c">### example output:</span> <span class="c"># bin-logs innodb my.cnf relay-logs</span> <span class="c"># data memcache.sock764383635 mysql.pid slow-query.log</span> <span class="c"># error.log multi-master.info mysql.sock tmp</span> </code></pre></div> <h3 id="root-certificates">Root certificates</h3> <p>If you see in the logs a message like this:</p> <div class="highlight"><pre><code class="language-text" data-lang="text">x509: failed to load system roots and no roots provided </code></pre></div> <p>It usually means that your Kubernetes nodes are running a host OS that puts root certificates in a different place than our configuration expects by default (for example, Fedora). See the comments in the <a href="https://github.com/youtube/vitess/blob/master/examples/kubernetes/etcd-controller-template.yaml">etcd controller template</a> for examples of how to set the right location for your host OS. You&#39;ll also need to adjust the same certificate path settings in the <code class="prettyprint">vtctld</code> and <code class="prettyprint">vttablet</code> templates.</p> <h3 id="status-pages-for-vttablets">Status pages for vttablets</h3> <p>Each <code class="prettyprint">vttablet</code> serves a set of HTML status pages on its primary port. The <code class="prettyprint">vtctld</code> interface provides a <strong>STATUS</strong> link for each tablet.</p> <p>If you access the vtctld web UI through the kubectl proxy as described above, it will automatically link to the vttablets through that same proxy, giving you access from outside the cluster.</p> <p>You can also use the proxy to go directly to a tablet. For example, to see the status page for the tablet with ID <code class="prettyprint">100</code>, you could navigate to:</p> <p><a href="http://localhost:8001/api/v1/proxy/namespaces/default/pods/vttablet-100:15002/debug/status">http://localhost:8001/api/v1/proxy/namespaces/default/pods/vttablet-100:15002/debug/status</a></p> <h3 id="direct-connection-to-mysqld">Direct connection to mysqld</h3> <p>Since the <code class="prettyprint">mysqld</code> within the <code class="prettyprint">vttablet</code> pod is only meant to be accessed via vttablet, our default bootstrap settings only allow connections from localhost.</p> <p>If you want to check or manipulate the underlying mysqld, you can issue simple queries or commands through <code class="prettyprint">vtctlclient</code> like this:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="c"># Send a query to tablet 100 in cell &#39;test&#39;.</span> vitess/examples/kubernetes<span class="nv">$ </span>./kvtctl.sh ExecuteFetchAsDba <span class="nb">test</span>-0000000100 <span class="s2">&quot;SELECT VERSION()&quot;</span> <span class="c">### example output:</span> <span class="c"># +------------+</span> <span class="c"># | VERSION() |</span> <span class="c"># +------------+</span> <span class="c"># | 5.7.13-log |</span> <span class="c"># +------------+</span> </code></pre></div> <p>If you need a truly direct connection to mysqld, you can <a href="#shell-access">launch a shell</a> inside the mysql container, and then connect with the <code class="prettyprint">mysql</code> command-line client:</p> <div class="highlight"><pre><code class="language-sh" data-lang="sh"><span class="nv">$ </span>kubectl <span class="nb">exec </span>vttablet-100 -c mysql -t -i -- bash -il root@vttablet-100:/# <span class="nb">export </span><span class="nv">TERM</span><span class="o">=</span>ansi root@vttablet-100:/# mysql -S /vt/vtdataroot/vt_0000000100/mysql.sock -u vt_dba </code></pre></div> </div> </div> </div> </div> <div class="page-spacer"></div> <footer role="contentinfo" id="site-footer"> <nav role="navigation" class="menu bottom-menu"> <a href="https://groups.google.com/forum/#!forum/vitess" target="_blank">Contact: vitess@googlegroups.com</a>&nbsp;&nbsp;<b>·</b>&nbsp;&nbsp; <a href="https://groups.google.com/forum/#!forum/vitess-announce" target="_blank">Announcements</a>&nbsp;&nbsp;<b>·</b>&nbsp;&nbsp; &#169; 2017 <a href="/">Vitess</a> powered by <a href="https://developers.google.com/open-source/">Google Inc</a> </nav> </footer> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> --> <!-- Include all compiled plugins (below), or include individual files as needed --> <!-- <script src="/libs/bootstrap/js/bootstrap.min.js"></script> --> <!-- Include the common site javascript --> <script src="/js/common.js" type="text/javascript" charset="utf-8"></script> </body> </html>
tmpl/history/body.html
patrickalin/bloomsky-client-go
{{define "body"}}{{ template "menu"}} <div class="container"> <div id="refreshtime"></div> <table width="90%"> <tr> <td> <div id="temperatureCGaugeChart" style="border: 1px solid #ccc"></div> </td> <td> <div id="temperatureChart"></div> </td> </tr> <tr> <td> <div id="pressureGaugeChart" style="border: 1px solid #ccc"></div> </td> <td> <div id="pressureChart"></div> </td> </tr> <tr> <td> <div id="humidityGaugeChart" style="border: 1px solid #ccc"></div> </td> <td> <div id="humidityChart"></div> </td> </tr> <tr> <td> <div id="windGustkmhGaugeChart" style="border: 1px solid #ccc"></div> </td> <td> <div id="windGustChart"></div> </td> </tr> <tr> <td> <div id="uvGaugeChart" style="border: 1px solid #ccc"></div> </td> <td> <div id="indexUVChart"></div> </td> </tr> <tr> <td> &nbsp; </td> <td> <div id="windSubstainedChart"></div> </td> </tr> <tr> <td> &nbsp; </td> <td> <div id="rainDailyMmChart"></div> </td> </tr> <tr> <td> &nbsp; </td> <td> <div id="rainMmChart"></div> </td> </tr> <tr> <td> &nbsp; </td> <td> <div id="rainRateMm"></div> </td> </tr> </table> <div id="humidityPieChart" style="border: 1px solid #ccc"></div> </div> <!-- /.container --> {{ end }}
ocuco/Backup/HTM-0503/pro_optician_acuitas_retail_recall.html
peter-watters/WebPortfolio
<!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"><!-- InstanceBegin template="/Templates/products.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>Recall</title> <!-- InstanceEndEditable --><link href="style.css" rel="stylesheet" type="text/css" /> <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="inner_pg_top_section_bg" valign="top"><table width="932" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="33" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="33" class="top_links"><a href="index.htm">Home</a> | <a href="contact_us.htm">Contact</a> </td> </tr> </table></td> </tr> <tr> <td height="126" valign="top"><!-- InstanceBeginEditable name="header_graphic" --><img src="images/header_acuitas_optical.jpg" width="932" height="126" border="0" align="top" usemap="#Map" /> <map name="Map" id="Map"> <area shape="rect" coords="20,7,135,120" href="index.htm" /> <area shape="circle" coords="678,41,28" href="pro_optician_focus.htm" /> <area shape="circle" coords="775,63,44" href="pro_optician_acuitas_optical.htm" /> <area shape="circle" coords="904,30,19" href="pro_optician_enterprise.html" /> <area shape="circle" coords="854,60,25" href="pro_optical_labs.htm" /> </map> <!-- InstanceEndEditable --></td> </tr> <tr> <td height="33" valign="top"> <div class="navigation"> <table width="100%" border="0" cellspacing="0" cellpadding="0" height="33px"> <tr class="bttn_bg"> <td width="88px"><div class="about"><a href="about.htm">About</a></div></td> <td width="98px"><div class="products"><a href="products.htm" class="activep">Products</a></div></td> <td width="119px"><div class="online_shp"><a href="online_shop.htm">Online Shop</a></div></td> <td width="97px"><div class="support"><a href="support.htm">Support</a></div></td> <td width="107px"><div class="downld"><a href="download.htm">Download</a></div></td> <td width="83px"><div class="news"><a href="news.htm">News</a></div></td> <td width="92px"><div class="careers"><a href="careers.htm">Careers</a></div></td> <td width="89px"><div class="partners"><a href="partners.htm">Partners</a></div></td> <td width="95px">&nbsp;</td> <td width="64px"><img src="images/top_link_img.jpg" width="64" height="33" /></td> </tr> </table> </div> </td> </tr> <tr> <td height="24"></td> </tr> <tr> <td><table width="932" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="2">&nbsp;</td> <td width="215" valign="top"><!-- InstanceBeginEditable name="navigation" --> <table width="100%" border="0" cellspacing="0" cellpadding="0" background="images/left_tab_horizntal_bg.jpg"> <tr> <td width="16" height="35" valign="top"><img src="images/left_tab_top_left_cnr.jpg" width="16" height="35" /></td> <td width="185" height="35" background="images/left_tab_bg.jpg" ><img src="images/products_for_img.jpg" width="70" height="10" /></td> <td width="15" height="35" valign="top"><img src="images/left_tab_top_rght_cnr.jpg" width="14" height="35" /></td> </tr> <!--tr> <td width="16" height="11"><img src="images/inner_pg_top_lft_cnr.jpg" width="16" height="11" align="top" /></td> <td height="11"><img src="images/inner_pg_tab_top_img.jpg" width="185" height="11" align="top" /></td> <td width="14" height="11"><img src="images/inner_pg_top_right_cnr.jpg" width="14" height="11" align="top" /></td> </tr--> <tr> <td colspan="3" class="left_nav">&nbsp;</td> </tr> <tr> <td colspan="3" class="left_nav"><a href="pro_optician_overview.htm" class="topsel">Opticians</a></td> </tr> <tr> <td colspan="3"></td> </tr> <tr> <td colspan="3" class="left_nav2" ><a href="pro_optician_acuitas.htm" class="selected" >Acuitas</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_optical.htm" >Acuitas Optical</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_overviw.html" class="active">Acuitas Retail</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail.html">- Creation of New Patient</a> </td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_new_patient_reg.html" class="active">- New Patient Registration</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_patient_details.html">- Patient Details</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_pre_test.html">- Pre-Test</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_examination.html" >- Examination</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_refraction.html" >- Refraction</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_nhs_forms.html" >- NHS Forms</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_referral.html">- Referral</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_handover.html" >- Handover</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_dispense.html" >- Dispense</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_order.html" >- Order</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_epos_till.html" >- Epos Till</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_collection.html" >- Collection</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_cash_management.html">- Cash Management</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_order_tracking.html" >- Order Tracking</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_referral_tracking.html">- Referral Tracking</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_benefits_tracking.html" >- Benefits Tracking</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_direct_debit.html" >- Direct Debit</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_recall.html"><strong>- Recall</strong></a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_marketing_and_analysis.html">- Marketing And Analysis</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_catalogues.html" >- Catalogues</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_stock.html" >- Stock</a></td> </tr> <tr> <td colspan="3" class="left_nav21" ><a href="pro_optician_acuitas_retail_promotions.html" >- Promotions</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_add_on.html"> Acuitas Add-Ons</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_imaging_lite.html" >Acuitas Imaging Lite</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_enterprise.html" >Acuitas Enterprise</a></td> </tr> <!--tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_caller_id.html" >- Caller Id</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_sms.html" >- SMS</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_scanner_link.html" >- Scanner Link</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_mobile.html" >- Mobile</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_equipment_links.html">- Equipment Links</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_sage_accounts_integration.html" >- Sage Accounts Integration</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_patient_pix.html" >- Patient Pix </a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_installation.html" >- Installation</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_development.html" >- Development</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_proffessional.html" >- Proffessional</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_support.html" >- Support</a></td> </tr> <tr> <td colspan="3" class="left_nav3" ><a href="pro_optician_acuitas_retail_about.html" >- About</a></td> </tr--> <tr> <td colspan="3" class="left_nav2" ><a href="pro_optician_focus.htm">Focus</a></td> </tr> <tr> <td colspan="3" class="left_nav"><a href="pro_optical_labs_overview.htm">Optical Labs</a></td> </tr> <tr> <td colspan="3" class="left_nav"><a href="pro_opthalmologist_overview.htm" >Ophthalmologists</a></td> </tr> <tr> <td colspan="3" >&nbsp;</td> </tr> <tr> <td width="16" height="20" valign="top"><img src="images/left_tab_bttm_lft_cnr.jpg" width="16" height="20" /></td> <td height="20" valign="top"><img src="images/left_tab_bott_img.jpg" width="185" height="20" /></td> <td width="15" height="20" valign="top"><img src="images/left_tab_bttm_rght_cnr.jpg" width="14" height="20" /></td> </tr> </table> <!-- InstanceEndEditable --></td> <td width="30">&nbsp;</td> <td width="685" valign="top"><!-- InstanceBeginEditable name="content_area" --> <table width="685" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="21" background="images/line_bg.jpg" valign="top" ><img src="images/recall_ar.gif" width="41" height="20" /></td> </tr> <tr> <td height="8"><img src="images/spacer.gif" width="1" height="8" /></td> </tr> <tr> <td class="bold_text" style="padding-bottom:2px;">Overview</td> </tr> <tr > <td class="text">The Acuitas Recall module is designed to be the most flexible recall mechanism available.<br />It can be set up to run as a pro-active recall (sending recalls to patient before they are<br />due for an appointment) or as a reactive recall system (Sending the recall to the patient<br />after they are due an appointment), or both. All modern methods of communication can be<br />used including email and SMS. </td> </tr> <tr> <td class="bold_text" style="padding-top:15px; padding-bottom:2px;">Key Features</td> </tr> <tr> <td class="red_bullet" style="padding-top:5px; "> <ul> <li>Configurable, flexible recall protocols </li> <li>Multiple letters per protocol</li> <li>Recall by mail, email, SMS, telephone </li> <li>Built in WYSIWYG template editor - no dependency on MS Word.</li> <li>Export recall data facility for bureau services</li> <li>Enterprise facility to centralise and control recall function across<br /> multiple practices</li> </ul> </td> </tr> <tr> <td class="bold_text" style="padding-top:12px; padding-bottom:2px;">Key Benefits</td> </tr> <tr> <td class="red_bullet" style="padding-top:5px; "> <ul> <li>Sales: Increase your spectacle repurchase rate</li> <li>Strategic: Protect your patient database from competition </li> <li>Marketing: Keeping a customer costs one-tenth of acquiring one </li> <li>Professional: Enhance patient care by ensuring effective monitoring of<br /> patients such as glaucoma patients.</li> </ul> </td> </tr> <tr> <td>&nbsp;</td> </tr> </table> <!-- InstanceEndEditable --></td> </tr> </table></td> </tr> <tr> <td>&nbsp;</td> </tr> </table></td> </tr> <tr> <td height="38" class="footer_bg"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="38" class="footer_bg"><table width="932" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="13" height="38" align="left" valign="top"><img src="images/footer_left_cnr.jpg" width="13" height="38" /></td> <td width="906" background="images/footer_tab_bg.jpg" valign="middle"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="524" height="38" valign="middle" class="footer_text">Phone : UK - 0800 9121004 , Ireland - 1800 927191.</td> <td width="382" valign="middle" class="footer_right_text" >Designed by <a href="http://www.fractalink.com" target="_blank">fractal | ink</a></td> </tr> </table></td> <td width="13"><img src="images/footer_right_cnr.jpg" width="13" height="38" /></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td>&nbsp;</td> </tr> </table></td> </tr> </table> </body> <!-- InstanceEnd --></html>
_libs/yui-3.18.1/api/modules/node-base.html
mabetle/mps
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>node-base - YUI 3</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="YUI 3"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 3.18.1</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/Anim.html">Anim</a></li> <li><a href="../classes/App.html">App</a></li> <li><a href="../classes/App.Base.html">App.Base</a></li> <li><a href="../classes/App.Content.html">App.Content</a></li> <li><a href="../classes/App.Transitions.html">App.Transitions</a></li> <li><a href="../classes/App.TransitionsNative.html">App.TransitionsNative</a></li> <li><a href="../classes/AreaSeries.html">AreaSeries</a></li> <li><a href="../classes/AreaSplineSeries.html">AreaSplineSeries</a></li> <li><a href="../classes/Array.html">Array</a></li> <li><a href="../classes/ArrayList.html">ArrayList</a></li> <li><a href="../classes/ArraySort.html">ArraySort</a></li> <li><a href="../classes/AsyncQueue.html">AsyncQueue</a></li> <li><a href="../classes/Attribute.html">Attribute</a></li> <li><a href="../classes/AttributeCore.html">AttributeCore</a></li> <li><a href="../classes/AttributeEvents.html">AttributeEvents</a></li> <li><a href="../classes/AttributeExtras.html">AttributeExtras</a></li> <li><a href="../classes/AttributeLite.html">AttributeLite</a></li> <li><a href="../classes/AttributeObservable.html">AttributeObservable</a></li> <li><a href="../classes/AutoComplete.html">AutoComplete</a></li> <li><a href="../classes/AutoCompleteBase.html">AutoCompleteBase</a></li> <li><a href="../classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li> <li><a href="../classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li> <li><a href="../classes/AutoCompleteList.html">AutoCompleteList</a></li> <li><a href="../classes/Axis.html">Axis</a></li> <li><a href="../classes/AxisBase.html">AxisBase</a></li> <li><a href="../classes/BarSeries.html">BarSeries</a></li> <li><a href="../classes/Base.html">Base</a></li> <li><a href="../classes/BaseCore.html">BaseCore</a></li> <li><a href="../classes/BaseObservable.html">BaseObservable</a></li> <li><a href="../classes/BottomAxisLayout.html">BottomAxisLayout</a></li> <li><a href="../classes/Button.html">Button</a></li> <li><a href="../classes/ButtonCore.html">ButtonCore</a></li> <li><a href="../classes/ButtonGroup.html">ButtonGroup</a></li> <li><a href="../classes/Cache.html">Cache</a></li> <li><a href="../classes/CacheOffline.html">CacheOffline</a></li> <li><a href="../classes/Calendar.html">Calendar</a></li> <li><a href="../classes/CalendarBase.html">CalendarBase</a></li> <li><a href="../classes/CandlestickSeries.html">CandlestickSeries</a></li> <li><a href="../classes/CanvasCircle.html">CanvasCircle</a></li> <li><a href="../classes/CanvasDrawing.html">CanvasDrawing</a></li> <li><a href="../classes/CanvasEllipse.html">CanvasEllipse</a></li> <li><a href="../classes/CanvasGraphic.html">CanvasGraphic</a></li> <li><a href="../classes/CanvasPath.html">CanvasPath</a></li> <li><a href="../classes/CanvasPieSlice.html">CanvasPieSlice</a></li> <li><a href="../classes/CanvasRect.html">CanvasRect</a></li> <li><a href="../classes/CanvasShape.html">CanvasShape</a></li> <li><a href="../classes/CartesianChart.html">CartesianChart</a></li> <li><a href="../classes/CartesianSeries.html">CartesianSeries</a></li> <li><a href="../classes/CategoryAxis.html">CategoryAxis</a></li> <li><a href="../classes/CategoryAxisBase.html">CategoryAxisBase</a></li> <li><a href="../classes/CategoryImpl.html">CategoryImpl</a></li> <li><a href="../classes/Chart.html">Chart</a></li> <li><a href="../classes/ChartBase.html">ChartBase</a></li> <li><a href="../classes/ChartLegend.html">ChartLegend</a></li> <li><a href="../classes/Circle.html">Circle</a></li> <li><a href="../classes/CircleGroup.html">CircleGroup</a></li> <li><a href="../classes/ClassNameManager.html">ClassNameManager</a></li> <li><a href="../classes/ClickableRail.html">ClickableRail</a></li> <li><a href="../classes/Color.html">Color</a></li> <li><a href="../classes/Color.Harmony.html">Color.Harmony</a></li> <li><a href="../classes/Color.HSL.html">Color.HSL</a></li> <li><a href="../classes/Color.HSV.html">Color.HSV</a></li> <li><a href="../classes/ColumnSeries.html">ColumnSeries</a></li> <li><a href="../classes/ComboSeries.html">ComboSeries</a></li> <li><a href="../classes/ComboSplineSeries.html">ComboSplineSeries</a></li> <li><a href="../classes/config.html">config</a></li> <li><a href="../classes/Console.html">Console</a></li> <li><a href="../classes/ContentEditable.html">ContentEditable</a></li> <li><a href="../classes/Controller.html">Controller</a></li> <li><a href="../classes/Cookie.html">Cookie</a></li> <li><a href="../classes/CurveUtil.html">CurveUtil</a></li> <li><a href="../classes/CustomEvent.html">CustomEvent</a></li> <li><a href="../classes/DataSchema.Array.html">DataSchema.Array</a></li> <li><a href="../classes/DataSchema.Base.html">DataSchema.Base</a></li> <li><a href="../classes/DataSchema.JSON.html">DataSchema.JSON</a></li> <li><a href="../classes/DataSchema.Text.html">DataSchema.Text</a></li> <li><a href="../classes/DataSchema.XML.html">DataSchema.XML</a></li> <li><a href="../classes/DataSource.Function.html">DataSource.Function</a></li> <li><a href="../classes/DataSource.Get.html">DataSource.Get</a></li> <li><a href="../classes/DataSource.IO.html">DataSource.IO</a></li> <li><a href="../classes/DataSource.Local.html">DataSource.Local</a></li> <li><a href="../classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li> <li><a href="../classes/DataSourceCache.html">DataSourceCache</a></li> <li><a href="../classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li> <li><a href="../classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li> <li><a href="../classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li> <li><a href="../classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li> <li><a href="../classes/DataTable.html">DataTable</a></li> <li><a href="../classes/DataTable.Base.html">DataTable.Base</a></li> <li><a href="../classes/DataTable.BodyView.html">DataTable.BodyView</a></li> <li><a href="../classes/DataTable.BodyView.Formatters.html">DataTable.BodyView.Formatters</a></li> <li><a href="../classes/DataTable.Column.html">DataTable.Column</a></li> <li><a href="../classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li> <li><a href="../classes/DataTable.Core.html">DataTable.Core</a></li> <li><a href="../classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li> <li><a href="../classes/DataTable.Highlight.html">DataTable.Highlight</a></li> <li><a href="../classes/DataTable.KeyNav.html">DataTable.KeyNav</a></li> <li><a href="../classes/DataTable.Message.html">DataTable.Message</a></li> <li><a href="../classes/DataTable.Mutable.html">DataTable.Mutable</a></li> <li><a href="../classes/DataTable.Paginator.html">DataTable.Paginator</a></li> <li><a href="../classes/DataTable.Paginator.Model.html">DataTable.Paginator.Model</a></li> <li><a href="../classes/DataTable.Paginator.View.html">DataTable.Paginator.View</a></li> <li><a href="../classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li> <li><a href="../classes/DataTable.Sortable.html">DataTable.Sortable</a></li> <li><a href="../classes/DataTable.TableView.html">DataTable.TableView</a></li> <li><a href="../classes/Date.html">Date</a></li> <li><a href="../classes/DD.DDM.html">DD.DDM</a></li> <li><a href="../classes/DD.Delegate.html">DD.Delegate</a></li> <li><a href="../classes/DD.Drag.html">DD.Drag</a></li> <li><a href="../classes/DD.Drop.html">DD.Drop</a></li> <li><a href="../classes/DD.Scroll.html">DD.Scroll</a></li> <li><a href="../classes/Dial.html">Dial</a></li> <li><a href="../classes/Do.html">Do</a></li> <li><a href="../classes/Do.AlterArgs.html">Do.AlterArgs</a></li> <li><a href="../classes/Do.AlterReturn.html">Do.AlterReturn</a></li> <li><a href="../classes/Do.Error.html">Do.Error</a></li> <li><a href="../classes/Do.Halt.html">Do.Halt</a></li> <li><a href="../classes/Do.Method.html">Do.Method</a></li> <li><a href="../classes/Do.Prevent.html">Do.Prevent</a></li> <li><a href="../classes/DOM.html">DOM</a></li> <li><a href="../classes/DOMEventFacade.html">DOMEventFacade</a></li> <li><a href="../classes/Drawing.html">Drawing</a></li> <li><a href="../classes/Easing.html">Easing</a></li> <li><a href="../classes/EditorBase.html">EditorBase</a></li> <li><a href="../classes/EditorSelection.html">EditorSelection</a></li> <li><a href="../classes/Ellipse.html">Ellipse</a></li> <li><a href="../classes/EllipseGroup.html">EllipseGroup</a></li> <li><a href="../classes/Escape.html">Escape</a></li> <li><a href="../classes/Event.html">Event</a></li> <li><a href="../classes/EventFacade.html">EventFacade</a></li> <li><a href="../classes/EventHandle.html">EventHandle</a></li> <li><a href="../classes/EventTarget.html">EventTarget</a></li> <li><a href="../classes/Features.html">Features</a></li> <li><a href="../classes/File.html">File</a></li> <li><a href="../classes/FileFlash.html">FileFlash</a></li> <li><a href="../classes/FileHTML5.html">FileHTML5</a></li> <li><a href="../classes/Fills.html">Fills</a></li> <li><a href="../classes/Frame.html">Frame</a></li> <li><a href="../classes/Get.html">Get</a></li> <li><a href="../classes/Get.Transaction.html">Get.Transaction</a></li> <li><a href="../classes/GetNodeJS.html">GetNodeJS</a></li> <li><a href="../classes/Graph.html">Graph</a></li> <li><a href="../classes/Graphic.html">Graphic</a></li> <li><a href="../classes/GraphicBase.html">GraphicBase</a></li> <li><a href="../classes/Gridlines.html">Gridlines</a></li> <li><a href="../classes/GroupDiamond.html">GroupDiamond</a></li> <li><a href="../classes/GroupRect.html">GroupRect</a></li> <li><a href="../classes/Handlebars.html">Handlebars</a></li> <li><a href="../classes/Highlight.html">Highlight</a></li> <li><a href="../classes/Histogram.html">Histogram</a></li> <li><a href="../classes/HistoryBase.html">HistoryBase</a></li> <li><a href="../classes/HistoryHash.html">HistoryHash</a></li> <li><a href="../classes/HistoryHTML5.html">HistoryHTML5</a></li> <li><a href="../classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li> <li><a href="../classes/ImgLoadGroup.html">ImgLoadGroup</a></li> <li><a href="../classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li> <li><a href="../classes/InlineEditor.html">InlineEditor</a></li> <li><a href="../classes/Intl.html">Intl</a></li> <li><a href="../classes/IO.html">IO</a></li> <li><a href="../classes/JSON.html">JSON</a></li> <li><a href="../classes/JSONPRequest.html">JSONPRequest</a></li> <li><a href="../classes/Lang.html">Lang</a></li> <li><a href="../classes/LazyModelList.html">LazyModelList</a></li> <li><a href="../classes/LeftAxisLayout.html">LeftAxisLayout</a></li> <li><a href="../classes/Lines.html">Lines</a></li> <li><a href="../classes/LineSeries.html">LineSeries</a></li> <li><a href="../classes/Loader.html">Loader</a></li> <li><a href="../classes/MarkerSeries.html">MarkerSeries</a></li> <li><a href="../classes/Matrix.html">Matrix</a></li> <li><a href="../classes/MatrixUtil.html">MatrixUtil</a></li> <li><a href="../classes/Model.html">Model</a></li> <li><a href="../classes/ModelList.html">ModelList</a></li> <li><a href="../classes/ModelSync.Local.html">ModelSync.Local</a></li> <li><a href="../classes/ModelSync.REST.html">ModelSync.REST</a></li> <li><a href="../classes/Node.html">Node</a></li> <li><a href="../classes/NodeList.html">NodeList</a></li> <li><a href="../classes/Number.html">Number</a></li> <li><a href="../classes/NumericAxis.html">NumericAxis</a></li> <li><a href="../classes/NumericAxisBase.html">NumericAxisBase</a></li> <li><a href="../classes/NumericImpl.html">NumericImpl</a></li> <li><a href="../classes/Object.html">Object</a></li> <li><a href="../classes/OHLCSeries.html">OHLCSeries</a></li> <li><a href="../classes/Overlay.html">Overlay</a></li> <li><a href="../classes/Paginator.html">Paginator</a></li> <li><a href="../classes/Paginator.Core.html">Paginator.Core</a></li> <li><a href="../classes/Paginator.Url.html">Paginator.Url</a></li> <li><a href="../classes/Panel.html">Panel</a></li> <li><a href="../classes/Parallel.html">Parallel</a></li> <li><a href="../classes/Path.html">Path</a></li> <li><a href="../classes/PieChart.html">PieChart</a></li> <li><a href="../classes/PieSeries.html">PieSeries</a></li> <li><a href="../classes/Pjax.html">Pjax</a></li> <li><a href="../classes/PjaxBase.html">PjaxBase</a></li> <li><a href="../classes/PjaxContent.html">PjaxContent</a></li> <li><a href="../classes/Plots.html">Plots</a></li> <li><a href="../classes/Plugin.Align.html">Plugin.Align</a></li> <li><a href="../classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li> <li><a href="../classes/Plugin.Base.html">Plugin.Base</a></li> <li><a href="../classes/Plugin.Button.html">Plugin.Button</a></li> <li><a href="../classes/Plugin.Cache.html">Plugin.Cache</a></li> <li><a href="../classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li> <li><a href="../classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li> <li><a href="../classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li> <li><a href="../classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li> <li><a href="../classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li> <li><a href="../classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li> <li><a href="../classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li> <li><a href="../classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li> <li><a href="../classes/Plugin.Drag.html">Plugin.Drag</a></li> <li><a href="../classes/Plugin.Drop.html">Plugin.Drop</a></li> <li><a href="../classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li> <li><a href="../classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li> <li><a href="../classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li> <li><a href="../classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li> <li><a href="../classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li> <li><a href="../classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li> <li><a href="../classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li> <li><a href="../classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li> <li><a href="../classes/Plugin.ExecCommand.COMMANDS.html">Plugin.ExecCommand.COMMANDS</a></li> <li><a href="../classes/Plugin.Flick.html">Plugin.Flick</a></li> <li><a href="../classes/Plugin.Host.html">Plugin.Host</a></li> <li><a href="../classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li> <li><a href="../classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li> <li><a href="../classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li> <li><a href="../classes/Plugin.Pjax.html">Plugin.Pjax</a></li> <li><a href="../classes/Plugin.Resize.html">Plugin.Resize</a></li> <li><a href="../classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li> <li><a href="../classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li> <li><a href="../classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li> <li><a href="../classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li> <li><a href="../classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li> <li><a href="../classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li> <li><a href="../classes/Plugin.Shim.html">Plugin.Shim</a></li> <li><a href="../classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li> <li><a href="../classes/Plugin.Tree.Lazy.html">Plugin.Tree.Lazy</a></li> <li><a href="../classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li> <li><a href="../classes/Pollable.html">Pollable</a></li> <li><a href="../classes/Promise.html">Promise</a></li> <li><a href="../classes/Promise.Resolver.html">Promise.Resolver</a></li> <li><a href="../classes/QueryString.html">QueryString</a></li> <li><a href="../classes/Queue.html">Queue</a></li> <li><a href="../classes/RangeSeries.html">RangeSeries</a></li> <li><a href="../classes/Record.html">Record</a></li> <li><a href="../classes/Recordset.html">Recordset</a></li> <li><a href="../classes/RecordsetFilter.html">RecordsetFilter</a></li> <li><a href="../classes/RecordsetIndexer.html">RecordsetIndexer</a></li> <li><a href="../classes/RecordsetSort.html">RecordsetSort</a></li> <li><a href="../classes/Rect.html">Rect</a></li> <li><a href="../classes/Renderer.html">Renderer</a></li> <li><a href="../classes/Resize.html">Resize</a></li> <li><a href="../classes/RightAxisLayout.html">RightAxisLayout</a></li> <li><a href="../classes/Router.html">Router</a></li> <li><a href="../classes/ScrollView.html">ScrollView</a></li> <li><a href="../classes/Selector.html">Selector</a></li> <li><a href="../classes/SeriesBase.html">SeriesBase</a></li> <li><a href="../classes/Shape.html">Shape</a></li> <li><a href="../classes/ShapeGroup.html">ShapeGroup</a></li> <li><a href="../classes/Slider.html">Slider</a></li> <li><a href="../classes/SliderBase.html">SliderBase</a></li> <li><a href="../classes/SliderValueRange.html">SliderValueRange</a></li> <li><a href="../classes/Sortable.html">Sortable</a></li> <li><a href="../classes/SplineSeries.html">SplineSeries</a></li> <li><a href="../classes/StackedAreaSeries.html">StackedAreaSeries</a></li> <li><a href="../classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li> <li><a href="../classes/StackedAxis.html">StackedAxis</a></li> <li><a href="../classes/StackedAxisBase.html">StackedAxisBase</a></li> <li><a href="../classes/StackedBarSeries.html">StackedBarSeries</a></li> <li><a href="../classes/StackedColumnSeries.html">StackedColumnSeries</a></li> <li><a href="../classes/StackedComboSeries.html">StackedComboSeries</a></li> <li><a href="../classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li> <li><a href="../classes/StackedImpl.html">StackedImpl</a></li> <li><a href="../classes/StackedLineSeries.html">StackedLineSeries</a></li> <li><a href="../classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li> <li><a href="../classes/StackedSplineSeries.html">StackedSplineSeries</a></li> <li><a href="../classes/StackingUtil.html">StackingUtil</a></li> <li><a href="../classes/State.html">State</a></li> <li><a href="../classes/StyleSheet.html">StyleSheet</a></li> <li><a href="../classes/Subscriber.html">Subscriber</a></li> <li><a href="../classes/SVGCircle.html">SVGCircle</a></li> <li><a href="../classes/SVGDrawing.html">SVGDrawing</a></li> <li><a href="../classes/SVGEllipse.html">SVGEllipse</a></li> <li><a href="../classes/SVGGraphic.html">SVGGraphic</a></li> <li><a href="../classes/SVGPath.html">SVGPath</a></li> <li><a href="../classes/SVGPieSlice.html">SVGPieSlice</a></li> <li><a href="../classes/SVGRect.html">SVGRect</a></li> <li><a href="../classes/SVGShape.html">SVGShape</a></li> <li><a href="../classes/SWF.html">SWF</a></li> <li><a href="../classes/SWFDetect.html">SWFDetect</a></li> <li><a href="../classes/SyntheticEvent.html">SyntheticEvent</a></li> <li><a href="../classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li> <li><a href="../classes/SynthRegistry.html">SynthRegistry</a></li> <li><a href="../classes/Tab.html">Tab</a></li> <li><a href="../classes/TabView.html">TabView</a></li> <li><a href="../classes/Template.html">Template</a></li> <li><a href="../classes/Template.Micro.html">Template.Micro</a></li> <li><a href="../classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li> <li><a href="../classes/Test.Assert.html">Test.Assert</a></li> <li><a href="../classes/Test.AssertionError.html">Test.AssertionError</a></li> <li><a href="../classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li> <li><a href="../classes/Test.Console.html">Test.Console</a></li> <li><a href="../classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li> <li><a href="../classes/Test.DateAssert.html">Test.DateAssert</a></li> <li><a href="../classes/Test.EventTarget.html">Test.EventTarget</a></li> <li><a href="../classes/Test.Mock.html">Test.Mock</a></li> <li><a href="../classes/Test.Mock.Value.html">Test.Mock.Value</a></li> <li><a href="../classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li> <li><a href="../classes/Test.Reporter.html">Test.Reporter</a></li> <li><a href="../classes/Test.Results.html">Test.Results</a></li> <li><a href="../classes/Test.Runner.html">Test.Runner</a></li> <li><a href="../classes/Test.ShouldError.html">Test.ShouldError</a></li> <li><a href="../classes/Test.ShouldFail.html">Test.ShouldFail</a></li> <li><a href="../classes/Test.TestCase.html">Test.TestCase</a></li> <li><a href="../classes/Test.TestFormat.html">Test.TestFormat</a></li> <li><a href="../classes/Test.TestNode.html">Test.TestNode</a></li> <li><a href="../classes/Test.TestRunner.html">Test.TestRunner</a></li> <li><a href="../classes/Test.TestSuite.html">Test.TestSuite</a></li> <li><a href="../classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li> <li><a href="../classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li> <li><a href="../classes/Test.Wait.html">Test.Wait</a></li> <li><a href="../classes/Text.AccentFold.html">Text.AccentFold</a></li> <li><a href="../classes/Text.WordBreak.html">Text.WordBreak</a></li> <li><a href="../classes/TimeAxis.html">TimeAxis</a></li> <li><a href="../classes/TimeAxisBase.html">TimeAxisBase</a></li> <li><a href="../classes/TimeImpl.html">TimeImpl</a></li> <li><a href="../classes/ToggleButton.html">ToggleButton</a></li> <li><a href="../classes/TopAxisLayout.html">TopAxisLayout</a></li> <li><a href="../classes/Transition.html">Transition</a></li> <li><a href="../classes/Tree.html">Tree</a></li> <li><a href="../classes/Tree.Labelable.html">Tree.Labelable</a></li> <li><a href="../classes/Tree.Node.html">Tree.Node</a></li> <li><a href="../classes/Tree.Node.Labelable.html">Tree.Node.Labelable</a></li> <li><a href="../classes/Tree.Node.Openable.html">Tree.Node.Openable</a></li> <li><a href="../classes/Tree.Node.Selectable.html">Tree.Node.Selectable</a></li> <li><a href="../classes/Tree.Node.Sortable.html">Tree.Node.Sortable</a></li> <li><a href="../classes/Tree.Openable.html">Tree.Openable</a></li> <li><a href="../classes/Tree.Selectable.html">Tree.Selectable</a></li> <li><a href="../classes/Tree.Sortable.html">Tree.Sortable</a></li> <li><a href="../classes/UA.html">UA</a></li> <li><a href="../classes/Uploader.html">Uploader</a></li> <li><a href="../classes/Uploader.Queue.html">Uploader.Queue</a></li> <li><a href="../classes/UploaderFlash.html">UploaderFlash</a></li> <li><a href="../classes/UploaderHTML5.html">UploaderHTML5</a></li> <li><a href="../classes/ValueChange.html">ValueChange</a></li> <li><a href="../classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li> <li><a href="../classes/View.html">View</a></li> <li><a href="../classes/View.NodeMap.html">View.NodeMap</a></li> <li><a href="../classes/VMLCircle.html">VMLCircle</a></li> <li><a href="../classes/VMLDrawing.html">VMLDrawing</a></li> <li><a href="../classes/VMLEllipse.html">VMLEllipse</a></li> <li><a href="../classes/VMLGraphic.html">VMLGraphic</a></li> <li><a href="../classes/VMLPath.html">VMLPath</a></li> <li><a href="../classes/VMLPieSlice.html">VMLPieSlice</a></li> <li><a href="../classes/VMLRect.html">VMLRect</a></li> <li><a href="../classes/VMLShape.html">VMLShape</a></li> <li><a href="../classes/Widget.html">Widget</a></li> <li><a href="../classes/WidgetAutohide.html">WidgetAutohide</a></li> <li><a href="../classes/WidgetButtons.html">WidgetButtons</a></li> <li><a href="../classes/WidgetChild.html">WidgetChild</a></li> <li><a href="../classes/WidgetModality.html">WidgetModality</a></li> <li><a href="../classes/WidgetParent.html">WidgetParent</a></li> <li><a href="../classes/WidgetPosition.html">WidgetPosition</a></li> <li><a href="../classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li> <li><a href="../classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li> <li><a href="../classes/WidgetStack.html">WidgetStack</a></li> <li><a href="../classes/WidgetStdMod.html">WidgetStdMod</a></li> <li><a href="../classes/XML.html">XML</a></li> <li><a href="../classes/YQL.html">YQL</a></li> <li><a href="../classes/YQLRequest.html">YQLRequest</a></li> <li><a href="../classes/YUI.html">YUI</a></li> <li><a href="../classes/YUI~substitute.html">YUI~substitute</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/align-plugin.html">align-plugin</a></li> <li><a href="../modules/anim.html">anim</a></li> <li><a href="../modules/anim-base.html">anim-base</a></li> <li><a href="../modules/anim-color.html">anim-color</a></li> <li><a href="../modules/anim-curve.html">anim-curve</a></li> <li><a href="../modules/anim-easing.html">anim-easing</a></li> <li><a href="../modules/anim-node-plugin.html">anim-node-plugin</a></li> <li><a href="../modules/anim-scroll.html">anim-scroll</a></li> <li><a href="../modules/anim-shape.html">anim-shape</a></li> <li><a href="../modules/anim-shape-transform.html">anim-shape-transform</a></li> <li><a href="../modules/anim-xy.html">anim-xy</a></li> <li><a href="../modules/app.html">app</a></li> <li><a href="../modules/app-base.html">app-base</a></li> <li><a href="../modules/app-content.html">app-content</a></li> <li><a href="../modules/app-transitions.html">app-transitions</a></li> <li><a href="../modules/app-transitions-native.html">app-transitions-native</a></li> <li><a href="../modules/array-extras.html">array-extras</a></li> <li><a href="../modules/array-invoke.html">array-invoke</a></li> <li><a href="../modules/arraylist.html">arraylist</a></li> <li><a href="../modules/arraylist-add.html">arraylist-add</a></li> <li><a href="../modules/arraylist-filter.html">arraylist-filter</a></li> <li><a href="../modules/arraysort.html">arraysort</a></li> <li><a href="../modules/async-queue.html">async-queue</a></li> <li><a href="../modules/attribute.html">attribute</a></li> <li><a href="../modules/attribute-base.html">attribute-base</a></li> <li><a href="../modules/attribute-complex.html">attribute-complex</a></li> <li><a href="../modules/attribute-core.html">attribute-core</a></li> <li><a href="../modules/attribute-extras.html">attribute-extras</a></li> <li><a href="../modules/attribute-observable.html">attribute-observable</a></li> <li><a href="../modules/autocomplete.html">autocomplete</a></li> <li><a href="../modules/autocomplete-base.html">autocomplete-base</a></li> <li><a href="../modules/autocomplete-filters.html">autocomplete-filters</a></li> <li><a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li> <li><a href="../modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li> <li><a href="../modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li> <li><a href="../modules/autocomplete-list.html">autocomplete-list</a></li> <li><a href="../modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li> <li><a href="../modules/autocomplete-plugin.html">autocomplete-plugin</a></li> <li><a href="../modules/autocomplete-sources.html">autocomplete-sources</a></li> <li><a href="../modules/axis.html">axis</a></li> <li><a href="../modules/axis-base.html">axis-base</a></li> <li><a href="../modules/axis-category.html">axis-category</a></li> <li><a href="../modules/axis-category-base.html">axis-category-base</a></li> <li><a href="../modules/axis-numeric.html">axis-numeric</a></li> <li><a href="../modules/axis-numeric-base.html">axis-numeric-base</a></li> <li><a href="../modules/axis-stacked.html">axis-stacked</a></li> <li><a href="../modules/axis-stacked-base.html">axis-stacked-base</a></li> <li><a href="../modules/axis-time.html">axis-time</a></li> <li><a href="../modules/axis-time-base.html">axis-time-base</a></li> <li><a href="../modules/base.html">base</a></li> <li><a href="../modules/base-base.html">base-base</a></li> <li><a href="../modules/base-build.html">base-build</a></li> <li><a href="../modules/base-core.html">base-core</a></li> <li><a href="../modules/base-observable.html">base-observable</a></li> <li><a href="../modules/base-pluginhost.html">base-pluginhost</a></li> <li><a href="../modules/button.html">button</a></li> <li><a href="../modules/button-core.html">button-core</a></li> <li><a href="../modules/button-group.html">button-group</a></li> <li><a href="../modules/button-plugin.html">button-plugin</a></li> <li><a href="../modules/cache.html">cache</a></li> <li><a href="../modules/cache-base.html">cache-base</a></li> <li><a href="../modules/cache-offline.html">cache-offline</a></li> <li><a href="../modules/cache-plugin.html">cache-plugin</a></li> <li><a href="../modules/calendar.html">calendar</a></li> <li><a href="../modules/calendar-base.html">calendar-base</a></li> <li><a href="../modules/calendarnavigator.html">calendarnavigator</a></li> <li><a href="../modules/charts.html">charts</a></li> <li><a href="../modules/charts-base.html">charts-base</a></li> <li><a href="../modules/charts-legend.html">charts-legend</a></li> <li><a href="../modules/classnamemanager.html">classnamemanager</a></li> <li><a href="../modules/clickable-rail.html">clickable-rail</a></li> <li><a href="../modules/collection.html">collection</a></li> <li><a href="../modules/color.html">color</a></li> <li><a href="../modules/color-base.html">color-base</a></li> <li><a href="../modules/color-harmony.html">color-harmony</a></li> <li><a href="../modules/color-hsl.html">color-hsl</a></li> <li><a href="../modules/color-hsv.html">color-hsv</a></li> <li><a href="../modules/console.html">console</a></li> <li><a href="../modules/console-filters.html">console-filters</a></li> <li><a href="../modules/content-editable.html">content-editable</a></li> <li><a href="../modules/cookie.html">cookie</a></li> <li><a href="../modules/createlink-base.html">createlink-base</a></li> <li><a href="../modules/dataschema.html">dataschema</a></li> <li><a href="../modules/dataschema-array.html">dataschema-array</a></li> <li><a href="../modules/dataschema-base.html">dataschema-base</a></li> <li><a href="../modules/dataschema-json.html">dataschema-json</a></li> <li><a href="../modules/dataschema-text.html">dataschema-text</a></li> <li><a href="../modules/dataschema-xml.html">dataschema-xml</a></li> <li><a href="../modules/datasource.html">datasource</a></li> <li><a href="../modules/datasource-arrayschema.html">datasource-arrayschema</a></li> <li><a href="../modules/datasource-cache.html">datasource-cache</a></li> <li><a href="../modules/datasource-function.html">datasource-function</a></li> <li><a href="../modules/datasource-get.html">datasource-get</a></li> <li><a href="../modules/datasource-io.html">datasource-io</a></li> <li><a href="../modules/datasource-jsonschema.html">datasource-jsonschema</a></li> <li><a href="../modules/datasource-local.html">datasource-local</a></li> <li><a href="../modules/datasource-polling.html">datasource-polling</a></li> <li><a href="../modules/datasource-textschema.html">datasource-textschema</a></li> <li><a href="../modules/datasource-xmlschema.html">datasource-xmlschema</a></li> <li><a href="../modules/datatable.html">datatable</a></li> <li><a href="../modules/datatable-base.html">datatable-base</a></li> <li><a href="../modules/datatable-body.html">datatable-body</a></li> <li><a href="../modules/datatable-column-widths.html">datatable-column-widths</a></li> <li><a href="../modules/datatable-core.html">datatable-core</a></li> <li><a href="../modules/datatable-datasource.html">datatable-datasource</a></li> <li><a href="../modules/datatable-foot.html">datatable-foot</a></li> <li><a href="../modules/datatable-formatters.html">datatable-formatters</a></li> <li><a href="../modules/datatable-head.html">datatable-head</a></li> <li><a href="../modules/datatable-highlight.html">datatable-highlight</a></li> <li><a href="../modules/datatable-keynav.html">datatable-keynav</a></li> <li><a href="../modules/datatable-message.html">datatable-message</a></li> <li><a href="../modules/datatable-mutable.html">datatable-mutable</a></li> <li><a href="../modules/datatable-paginator.html">datatable-paginator</a></li> <li><a href="../modules/datatable-scroll.html">datatable-scroll</a></li> <li><a href="../modules/datatable-sort.html">datatable-sort</a></li> <li><a href="../modules/datatable-table.html">datatable-table</a></li> <li><a href="../modules/datatype.html">datatype</a></li> <li><a href="../modules/datatype-date.html">datatype-date</a></li> <li><a href="../modules/datatype-date-format.html">datatype-date-format</a></li> <li><a href="../modules/datatype-date-math.html">datatype-date-math</a></li> <li><a href="../modules/datatype-date-parse.html">datatype-date-parse</a></li> <li><a href="../modules/datatype-number.html">datatype-number</a></li> <li><a href="../modules/datatype-number-format.html">datatype-number-format</a></li> <li><a href="../modules/datatype-number-parse.html">datatype-number-parse</a></li> <li><a href="../modules/datatype-xml.html">datatype-xml</a></li> <li><a href="../modules/datatype-xml-format.html">datatype-xml-format</a></li> <li><a href="../modules/datatype-xml-parse.html">datatype-xml-parse</a></li> <li><a href="../modules/dd.html">dd</a></li> <li><a href="../modules/dd-constrain.html">dd-constrain</a></li> <li><a href="../modules/dd-ddm.html">dd-ddm</a></li> <li><a href="../modules/dd-ddm-base.html">dd-ddm-base</a></li> <li><a href="../modules/dd-ddm-drop.html">dd-ddm-drop</a></li> <li><a href="../modules/dd-delegate.html">dd-delegate</a></li> <li><a href="../modules/dd-drag.html">dd-drag</a></li> <li><a href="../modules/dd-drop.html">dd-drop</a></li> <li><a href="../modules/dd-drop-plugin.html">dd-drop-plugin</a></li> <li><a href="../modules/dd-gestures.html">dd-gestures</a></li> <li><a href="../modules/dd-plugin.html">dd-plugin</a></li> <li><a href="../modules/dd-proxy.html">dd-proxy</a></li> <li><a href="../modules/dd-scroll.html">dd-scroll</a></li> <li><a href="../modules/dial.html">dial</a></li> <li><a href="../modules/dom.html">dom</a></li> <li><a href="../modules/dom-base.html">dom-base</a></li> <li><a href="../modules/dom-screen.html">dom-screen</a></li> <li><a href="../modules/dom-style.html">dom-style</a></li> <li><a href="../modules/dump.html">dump</a></li> <li><a href="../modules/editor.html">editor</a></li> <li><a href="../modules/editor-base.html">editor-base</a></li> <li><a href="../modules/editor-bidi.html">editor-bidi</a></li> <li><a href="../modules/editor-br.html">editor-br</a></li> <li><a href="../modules/editor-inline.html">editor-inline</a></li> <li><a href="../modules/editor-lists.html">editor-lists</a></li> <li><a href="../modules/editor-para.html">editor-para</a></li> <li><a href="../modules/editor-para-base.html">editor-para-base</a></li> <li><a href="../modules/editor-para-ie.html">editor-para-ie</a></li> <li><a href="../modules/editor-tab.html">editor-tab</a></li> <li><a href="../modules/escape.html">escape</a></li> <li><a href="../modules/event.html">event</a></li> <li><a href="../modules/event-base.html">event-base</a></li> <li><a href="../modules/event-contextmenu.html">event-contextmenu</a></li> <li><a href="../modules/event-custom.html">event-custom</a></li> <li><a href="../modules/event-custom-base.html">event-custom-base</a></li> <li><a href="../modules/event-custom-complex.html">event-custom-complex</a></li> <li><a href="../modules/event-delegate.html">event-delegate</a></li> <li><a href="../modules/event-flick.html">event-flick</a></li> <li><a href="../modules/event-focus.html">event-focus</a></li> <li><a href="../modules/event-gestures.html">event-gestures</a></li> <li><a href="../modules/event-hover.html">event-hover</a></li> <li><a href="../modules/event-key.html">event-key</a></li> <li><a href="../modules/event-mouseenter.html">event-mouseenter</a></li> <li><a href="../modules/event-mousewheel.html">event-mousewheel</a></li> <li><a href="../modules/event-move.html">event-move</a></li> <li><a href="../modules/event-outside.html">event-outside</a></li> <li><a href="../modules/event-resize.html">event-resize</a></li> <li><a href="../modules/event-simulate.html">event-simulate</a></li> <li><a href="../modules/event-synthetic.html">event-synthetic</a></li> <li><a href="../modules/event-tap.html">event-tap</a></li> <li><a href="../modules/event-touch.html">event-touch</a></li> <li><a href="../modules/event-valuechange.html">event-valuechange</a></li> <li><a href="../modules/exec-command.html">exec-command</a></li> <li><a href="../modules/features.html">features</a></li> <li><a href="../modules/file.html">file</a></li> <li><a href="../modules/file-flash.html">file-flash</a></li> <li><a href="../modules/file-html5.html">file-html5</a></li> <li><a href="../modules/frame.html">frame</a></li> <li><a href="../modules/gesture-simulate.html">gesture-simulate</a></li> <li><a href="../modules/get.html">get</a></li> <li><a href="../modules/get-nodejs.html">get-nodejs</a></li> <li><a href="../modules/graphics.html">graphics</a></li> <li><a href="../modules/graphics-group.html">graphics-group</a></li> <li><a href="../modules/handlebars.html">handlebars</a></li> <li><a href="../modules/handlebars-base.html">handlebars-base</a></li> <li><a href="../modules/handlebars-compiler.html">handlebars-compiler</a></li> <li><a href="../modules/highlight.html">highlight</a></li> <li><a href="../modules/highlight-accentfold.html">highlight-accentfold</a></li> <li><a href="../modules/highlight-base.html">highlight-base</a></li> <li><a href="../modules/history.html">history</a></li> <li><a href="../modules/history-base.html">history-base</a></li> <li><a href="../modules/history-hash.html">history-hash</a></li> <li><a href="../modules/history-hash-ie.html">history-hash-ie</a></li> <li><a href="../modules/history-html5.html">history-html5</a></li> <li><a href="../modules/imageloader.html">imageloader</a></li> <li><a href="../modules/intl.html">intl</a></li> <li><a href="../modules/io.html">io</a></li> <li><a href="../modules/io-base.html">io-base</a></li> <li><a href="../modules/io-form.html">io-form</a></li> <li><a href="../modules/io-nodejs.html">io-nodejs</a></li> <li><a href="../modules/io-queue.html">io-queue</a></li> <li><a href="../modules/io-upload-iframe.html">io-upload-iframe</a></li> <li><a href="../modules/io-xdr.html">io-xdr</a></li> <li><a href="../modules/json.html">json</a></li> <li><a href="../modules/json-parse.html">json-parse</a></li> <li><a href="../modules/json-stringify.html">json-stringify</a></li> <li><a href="../modules/jsonp.html">jsonp</a></li> <li><a href="../modules/jsonp-url.html">jsonp-url</a></li> <li><a href="../modules/lazy-model-list.html">lazy-model-list</a></li> <li><a href="../modules/loader.html">loader</a></li> <li><a href="../modules/loader-base.html">loader-base</a></li> <li><a href="../modules/loader-yui3.html">loader-yui3</a></li> <li><a href="../modules/matrix.html">matrix</a></li> <li><a href="../modules/model.html">model</a></li> <li><a href="../modules/model-list.html">model-list</a></li> <li><a href="../modules/model-sync-rest.html">model-sync-rest</a></li> <li><a href="../modules/node.html">node</a></li> <li><a href="../modules/node-base.html">node-base</a></li> <li><a href="../modules/node-core.html">node-core</a></li> <li><a href="../modules/node-data.html">node-data</a></li> <li><a href="../modules/node-event-delegate.html">node-event-delegate</a></li> <li><a href="../modules/node-event-html5.html">node-event-html5</a></li> <li><a href="../modules/node-event-simulate.html">node-event-simulate</a></li> <li><a href="../modules/node-flick.html">node-flick</a></li> <li><a href="../modules/node-focusmanager.html">node-focusmanager</a></li> <li><a href="../modules/node-load.html">node-load</a></li> <li><a href="../modules/node-menunav.html">node-menunav</a></li> <li><a href="../modules/node-pluginhost.html">node-pluginhost</a></li> <li><a href="../modules/node-screen.html">node-screen</a></li> <li><a href="../modules/node-scroll-info.html">node-scroll-info</a></li> <li><a href="../modules/node-style.html">node-style</a></li> <li><a href="../modules/oop.html">oop</a></li> <li><a href="../modules/overlay.html">overlay</a></li> <li><a href="../modules/paginator.html">paginator</a></li> <li><a href="../modules/paginator-core.html">paginator-core</a></li> <li><a href="../modules/paginator-url.html">paginator-url</a></li> <li><a href="../modules/panel.html">panel</a></li> <li><a href="../modules/parallel.html">parallel</a></li> <li><a href="../modules/pjax.html">pjax</a></li> <li><a href="../modules/pjax-base.html">pjax-base</a></li> <li><a href="../modules/pjax-content.html">pjax-content</a></li> <li><a href="../modules/pjax-plugin.html">pjax-plugin</a></li> <li><a href="../modules/plugin.html">plugin</a></li> <li><a href="../modules/pluginhost.html">pluginhost</a></li> <li><a href="../modules/pluginhost-base.html">pluginhost-base</a></li> <li><a href="../modules/pluginhost-config.html">pluginhost-config</a></li> <li><a href="../modules/promise.html">promise</a></li> <li><a href="../modules/querystring.html">querystring</a></li> <li><a href="../modules/querystring-parse.html">querystring-parse</a></li> <li><a href="../modules/querystring-parse-simple.html">querystring-parse-simple</a></li> <li><a href="../modules/querystring-stringify.html">querystring-stringify</a></li> <li><a href="../modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li> <li><a href="../modules/queue-promote.html">queue-promote</a></li> <li><a href="../modules/range-slider.html">range-slider</a></li> <li><a href="../modules/recordset.html">recordset</a></li> <li><a href="../modules/recordset-base.html">recordset-base</a></li> <li><a href="../modules/recordset-filter.html">recordset-filter</a></li> <li><a href="../modules/recordset-indexer.html">recordset-indexer</a></li> <li><a href="../modules/recordset-sort.html">recordset-sort</a></li> <li><a href="../modules/resize.html">resize</a></li> <li><a href="../modules/resize-contrain.html">resize-contrain</a></li> <li><a href="../modules/resize-plugin.html">resize-plugin</a></li> <li><a href="../modules/resize-proxy.html">resize-proxy</a></li> <li><a href="../modules/rollup.html">rollup</a></li> <li><a href="../modules/router.html">router</a></li> <li><a href="../modules/scrollview.html">scrollview</a></li> <li><a href="../modules/scrollview-base.html">scrollview-base</a></li> <li><a href="../modules/scrollview-base-ie.html">scrollview-base-ie</a></li> <li><a href="../modules/scrollview-list.html">scrollview-list</a></li> <li><a href="../modules/scrollview-paginator.html">scrollview-paginator</a></li> <li><a href="../modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li> <li><a href="../modules/selection.html">selection</a></li> <li><a href="../modules/selector-css2.html">selector-css2</a></li> <li><a href="../modules/selector-css3.html">selector-css3</a></li> <li><a href="../modules/selector-native.html">selector-native</a></li> <li><a href="../modules/series-area.html">series-area</a></li> <li><a href="../modules/series-area-stacked.html">series-area-stacked</a></li> <li><a href="../modules/series-areaspline.html">series-areaspline</a></li> <li><a href="../modules/series-areaspline-stacked.html">series-areaspline-stacked</a></li> <li><a href="../modules/series-bar.html">series-bar</a></li> <li><a href="../modules/series-bar-stacked.html">series-bar-stacked</a></li> <li><a href="../modules/series-base.html">series-base</a></li> <li><a href="../modules/series-candlestick.html">series-candlestick</a></li> <li><a href="../modules/series-cartesian.html">series-cartesian</a></li> <li><a href="../modules/series-column.html">series-column</a></li> <li><a href="../modules/series-column-stacked.html">series-column-stacked</a></li> <li><a href="../modules/series-combo.html">series-combo</a></li> <li><a href="../modules/series-combo-stacked.html">series-combo-stacked</a></li> <li><a href="../modules/series-combospline.html">series-combospline</a></li> <li><a href="../modules/series-combospline-stacked.html">series-combospline-stacked</a></li> <li><a href="../modules/series-curve-util.html">series-curve-util</a></li> <li><a href="../modules/series-fill-util.html">series-fill-util</a></li> <li><a href="../modules/series-histogram.html">series-histogram</a></li> <li><a href="../modules/series-line.html">series-line</a></li> <li><a href="../modules/series-line-stacked.html">series-line-stacked</a></li> <li><a href="../modules/series-line-util.html">series-line-util</a></li> <li><a href="../modules/series-marker.html">series-marker</a></li> <li><a href="../modules/series-marker-stacked.html">series-marker-stacked</a></li> <li><a href="../modules/series-ohlc.html">series-ohlc</a></li> <li><a href="../modules/series-pie.html">series-pie</a></li> <li><a href="../modules/series-plot-util.html">series-plot-util</a></li> <li><a href="../modules/series-range.html">series-range</a></li> <li><a href="../modules/series-spline.html">series-spline</a></li> <li><a href="../modules/series-spline-stacked.html">series-spline-stacked</a></li> <li><a href="../modules/series-stacked.html">series-stacked</a></li> <li><a href="../modules/shim-plugin.html">shim-plugin</a></li> <li><a href="../modules/slider.html">slider</a></li> <li><a href="../modules/slider-base.html">slider-base</a></li> <li><a href="../modules/slider-value-range.html">slider-value-range</a></li> <li><a href="../modules/sortable.html">sortable</a></li> <li><a href="../modules/sortable-scroll.html">sortable-scroll</a></li> <li><a href="../modules/stylesheet.html">stylesheet</a></li> <li><a href="../modules/substitute.html">substitute</a></li> <li><a href="../modules/swf.html">swf</a></li> <li><a href="../modules/swfdetect.html">swfdetect</a></li> <li><a href="../modules/tabview.html">tabview</a></li> <li><a href="../modules/template.html">template</a></li> <li><a href="../modules/template-base.html">template-base</a></li> <li><a href="../modules/template-micro.html">template-micro</a></li> <li><a href="../modules/test.html">test</a></li> <li><a href="../modules/test-console.html">test-console</a></li> <li><a href="../modules/text.html">text</a></li> <li><a href="../modules/text-accentfold.html">text-accentfold</a></li> <li><a href="../modules/text-wordbreak.html">text-wordbreak</a></li> <li><a href="../modules/timers.html">timers</a></li> <li><a href="../modules/transition.html">transition</a></li> <li><a href="../modules/transition-timer.html">transition-timer</a></li> <li><a href="../modules/tree.html">tree</a></li> <li><a href="../modules/tree-labelable.html">tree-labelable</a></li> <li><a href="../modules/tree-lazy.html">tree-lazy</a></li> <li><a href="../modules/tree-node.html">tree-node</a></li> <li><a href="../modules/tree-openable.html">tree-openable</a></li> <li><a href="../modules/tree-selectable.html">tree-selectable</a></li> <li><a href="../modules/tree-sortable.html">tree-sortable</a></li> <li><a href="../modules/uploader.html">uploader</a></li> <li><a href="../modules/uploader-flash.html">uploader-flash</a></li> <li><a href="../modules/uploader-html5.html">uploader-html5</a></li> <li><a href="../modules/uploader-queue.html">uploader-queue</a></li> <li><a href="../modules/view.html">view</a></li> <li><a href="../modules/view-node-map.html">view-node-map</a></li> <li><a href="../modules/widget.html">widget</a></li> <li><a href="../modules/widget-anim.html">widget-anim</a></li> <li><a href="../modules/widget-autohide.html">widget-autohide</a></li> <li><a href="../modules/widget-base.html">widget-base</a></li> <li><a href="../modules/widget-base-ie.html">widget-base-ie</a></li> <li><a href="../modules/widget-buttons.html">widget-buttons</a></li> <li><a href="../modules/widget-child.html">widget-child</a></li> <li><a href="../modules/widget-htmlparser.html">widget-htmlparser</a></li> <li><a href="../modules/widget-modality.html">widget-modality</a></li> <li><a href="../modules/widget-parent.html">widget-parent</a></li> <li><a href="../modules/widget-position.html">widget-position</a></li> <li><a href="../modules/widget-position-align.html">widget-position-align</a></li> <li><a href="../modules/widget-position-constrain.html">widget-position-constrain</a></li> <li><a href="../modules/widget-skin.html">widget-skin</a></li> <li><a href="../modules/widget-stack.html">widget-stack</a></li> <li><a href="../modules/widget-stdmod.html">widget-stdmod</a></li> <li><a href="../modules/widget-uievents.html">widget-uievents</a></li> <li><a href="../modules/yql.html">yql</a></li> <li><a href="../modules/yql-jsonp.html">yql-jsonp</a></li> <li><a href="../modules/yql-nodejs.html">yql-nodejs</a></li> <li><a href="../modules/yql-winjs.html">yql-winjs</a></li> <li><a href="../modules/yui.html">yui</a></li> <li><a href="../modules/yui-base.html">yui-base</a></li> <li><a href="../modules/yui-later.html">yui-later</a></li> <li><a href="../modules/yui-log.html">yui-log</a></li> <li><a href="../modules/yui-throttle.html">yui-throttle</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1>node-base Module</h1> <div class="box clearfix meta"> <a class="button link-docs" href="/yui/docs/node">User Guide &amp; Examples</a> <div class="foundat"> Defined in: <a href="../files/node_js_node-attrs.js.html#l1"><code>node&#x2F;js&#x2F;node-attrs.js:1</code></a> </div> </div> <div class="box intro"> </div> <div class="yui3-g"> <div class="yui3-u-1-2"> </div> <div class="yui3-u-1-2"> </div> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
build/docs/api/org/apache/hadoop/io/class-use/GenericWritable.html
davidl1/hortonworks-extension
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Sun Dec 30 01:26:12 PST 2012 --> <TITLE> Uses of Class org.apache.hadoop.io.GenericWritable (Hadoop 1.0.4-SNAPSHOT API) </TITLE> <META NAME="date" CONTENT="2012-12-30"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.io.GenericWritable (Hadoop 1.0.4-SNAPSHOT API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/io//class-useGenericWritable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GenericWritable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.io.GenericWritable</B></H2> </CENTER> No usage of org.apache.hadoop.io.GenericWritable <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/io/GenericWritable.html" title="class in org.apache.hadoop.io"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/hadoop/io//class-useGenericWritable.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="GenericWritable.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
events/wjun/2018/index.html
chicofilho/fst
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Fantasy Surfing Tips - Stats from wjun 2018</title> <meta name="description" content="Statistics and analysis from all events of the 2018 year. From wjun"> <meta name="author" content=""> <link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <meta property="og:title" content="Fantasy Surfing tips"/> <meta property="og:image" content="https://fantasysurfingtips.com/img/just_waves.png"/> <!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ --> <link href="https://fantasysurfingtips.com/css/bootstrap.css" rel="stylesheet"> <!-- Custom CSS --> <link href="https://fantasysurfingtips.com/css/freelancer.css" rel="stylesheet"> <link href="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet" /> <!-- Custom Fonts --> <link href="https://fantasysurfingtips.com/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css"> <script src="https://code.jquery.com/jquery-2.x-git.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.1/rails.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script> <script src="https://www.w3schools.com/lib/w3data.js"></script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2675412311042802", enable_page_level_ads: true }); </script> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.6"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- Navigation --> <div w3-include-html="https://fantasysurfingtips.com/layout/header.html"></div> <div w3-include-html="https://fantasysurfingtips.com/layout/sponsor.html"></div> <div class="row"> <div class="col-sm-12 text-center;" style="padding:20px 30px"> <div style="position:relative;float:left"> <h2 style="position:relative;float:left;margin:0;" class="text-center"><a href="/events/wjun/2017">< 2017</a></h2> </div> <h1 class="text-center" style="margin:0;">wjun 2018</h1> </div> </div> <section > <div class="container"> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/hydralyte-sports-pro-junior-bel">Hydralyte Sports Pro Junior Bells Beach</a></h4> <hr class="star-primary" /> <h6> Bells Beach, Victoria, Australia</h6> <p> Jan 13</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Alyssa Spencer</h6> <p> 14.46</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Zahli Kelly</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/sunset-pro-junior">Sunset Pro Junior</a></h4> <hr class="star-primary" /> <h6> Sunset Beach, Oahu, Hawaii</h6> <p> Jan 18</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Keala Tomoda-Bannert</h6> <p> 10.77</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Gabriela Bryan</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/nib-pro-junior">NIB Pro Junior</a></h4> <hr class="star-primary" /> <h6> Newcastle, NSW, Australia</h6> <p> Feb 10</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Emma Cattlin</h6> <p> 16.65</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Alyssa Lock</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/the-key-sun-zinke-sydney-pro-ju">The Key Sun Zinke Sydney Pro Junior</a></h4> <hr class="star-primary" /> <h6> Manly Beach, NSW, Australia</h6> <p> Feb 24</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Zahli Kelly</h6> <p> 14.13</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Sophia Fulton</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/ron-jon-roxy-junior-pro">Ron Jon Roxy Junior Pro</a></h4> <hr class="star-primary" /> <h6> Shepard Beach Park, Cocoa Beach, Florida</h6> <p> Mar 08</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kirra Pinkerton</h6> <p> 15.88</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kirra Pinkerton</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/papara-pro-vahine-junior-tahiti">Papara Pro Vahine Junior Tahiti</a></h4> <hr class="star-primary" /> <h6> Papar&amp;#x101;, Tahiti, French Polynesia</h6> <p> Mar 11</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Ariana Shewry</h6> <p> 13.13</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Leila Riccobuano</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/junior-pro-espinho">Junior Pro Espinho</a></h4> <hr class="star-primary" /> <h6> Espinho, Porto, Portugal</h6> <p> Mar 21</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Nadia Erostarbe</h6> <p> 10.01</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Melania Suarez Diaz</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/caparica-junior-pro">Caparica Junior Pro</a></h4> <hr class="star-primary" /> <h6> Costa da Caparica, Almada, Portugal</h6> <p> Mar 26</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Mafalda Lopes</h6> <p> 14.52</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Anat Lelior</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/vw-nelson-mandela-bay-surf-pro">VW Nelson Mandela Bay Surf Pro</a></h4> <hr class="star-primary" /> <h6> Pipe/Pollock Beach, Port Elizabeth, South Africa</h6> <p> Mar 31</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sophie Bell</h6> <p> 10.75</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kai Woolf</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/mitchum-buffalo-city-surf-pro-p">Mitchum Buffalo City Surf Pro pres by Reef Wetsuits</a></h4> <hr class="star-primary" /> <h6> Nahoon Reef, East London, South Africa</h6> <p> Apr 13</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Tayla De Coning</h6> <p> 8.85</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kai Woolf</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/hydralyte-sports-pro-junior-gol">Hydralyte Sports Pro Junior Gold Coast</a></h4> <hr class="star-primary" /> <h6> Gold Coast, Queensland, Australia</h6> <p> Apr 28</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kiara Meredith</h6> <p> 16.5</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> India Robinson</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/eleclerc-pont-labbe-junior-pro-">E.Leclerc Pont-l&apos;Abbe Junior Pro La Torche</a></h4> <hr class="star-primary" /> <h6> La Torche, Finistere, Bretagne, France</h6> <p> May 09</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sarah Leiceaga</h6> <p> 14.57</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Eveline Hooft</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/junior-pro-biscarrosse">Junior Pro Biscarrosse</a></h4> <hr class="star-primary" /> <h6> Plage Nord, Biscarrosse, Landes, Nouvelle-Aquitaine, France</h6> <p> May 16</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Mariana Garcia</h6> <p> 12.83</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Nadia Erostarbe</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/zigzag-durban-surf-pro-pres-by-">Zigzag Durban Surf Pro pres by G-Force</a></h4> <hr class="star-primary" /> <h6> North Beach, Durban, KwaZulu-Natal, South Africa</h6> <p> May 18</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kai Woolf</h6> <p> 12.92</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kai Woolf</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/hydralyte-sports-shoalhaven-pro">Hydralyte Sports Shoalhaven Pro Junior</a></h4> <hr class="star-primary" /> <h6> Shoalhaven, NSW, Australia</h6> <p> May 25</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sophie Fletcher</h6> <p> 12.88</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kirra-Belle Olsson</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/los-cabos-open-of-surf">Los Cabos Open of Surf</a></h4> <hr class="star-primary" /> <h6> Zippers, San Jose del Cabo, Mexico</h6> <p> Jun 11</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kirra Pinkerton</h6> <p> 10.0</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kirra Pinkerton</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/jordy-smith-cape-town-surf-pro">Jordy Smith Cape Town Surf Pro</a></h4> <hr class="star-primary" /> <h6> Cape Town, Western Cape, South Africa</h6> <p> Jun 15</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kai Woolf</h6> <p> 10.22</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Kai Woolf</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/volkswagen-sa-open-of-surfing">Volkswagen SA Open of Surfing</a></h4> <hr class="star-primary" /> <h6> Port Elizabeth, Eastern Cape, South Africa</h6> <p> Jun 19</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Zoe McDougall</h6> <p> 13.2</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Zoe McDougall</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/billabong-junior-series-ballito">Billabong Junior Series Ballito</a></h4> <hr class="star-primary" /> <h6> Ballito, KwaZulu-Natal, South Africa</h6> <p> Jun 22</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sophie Bell</h6> <p> 9.88</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Zo&amp;#xEB; Steyn</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/skullcandy-pro-junior">Skullcandy Pro Junior</a></h4> <hr class="star-primary" /> <h6> New South Wales, Australia</h6> <p> Jul 15</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Zahli Kelly</h6> <p> 15.44</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Nyxie Ryan</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/junior-pro-sopela">Junior Pro Sopela</a></h4> <hr class="star-primary" /> <h6> Sopela, Basque Country, Spain</h6> <p> Jul 18</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Neis Lartigue</h6> <p> 11.47</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Neis Lartigue</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/vans-us-open-of-surfing-womens-">Vans US Open of Surfing - Women&apos;s Jr.</a></h4> <hr class="star-primary" /> <h6> Huntington Beach, California, United States</h6> <p> Jul 30</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Rachel Presti</h6> <p> 11.69</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Zoe McDougall</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/hydralyte-sports-pro-junior-cro">Hydralyte Sports Pro Junior Cronulla</a></h4> <hr class="star-primary" /> <h6> Cronulla, Sydney, Australia</h6> <p> Aug 04</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sophia Chapman</h6> <p> 14.25</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Sophia Fulton</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/pantin-junior-pro-by-gadis">Pantin Junior Pro by Gadis</a></h4> <hr class="star-primary" /> <h6> Playa Pantin, La Coru&amp;#xF1;a, Galicia, Spain</h6> <p> Aug 24</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Janire Gonz&amp;#xE1;lez Etxabarri</h6> <p> 13.09</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Gabriela Bryan</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/rvca-pro-junior-pres-by-jacks-s">RVCA Pro Junior pres by Jack&apos;s Surfboards</a></h4> <hr class="star-primary" /> <h6> 56th Street, Newport Beach, California</h6> <p> Sep 21</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kirra Pinkerton</h6> <p> 14.87</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Samantha Sibley</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/billabong-junior-series-seal-po">Billabong Junior Series Seal Point</a></h4> <hr class="star-primary" /> <h6> Cape St. Francis, Eastern Cape, South Africa</h6> <p> Sep 28</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Ceara Knight</h6> <p> 11.27</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Zo&amp;#xEB; Steyn</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/oneill-pro-junior-presentado-po">O&apos;Neill Pro Junior presentado por Petroperu</a></h4> <hr class="star-primary" /> <h6> Piura, Talara, Peru</h6> <p> Sep 29</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sol Aguirre</h6> <p> 14.48</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Sol Aguirre</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/so-chico-eco-festival">S&#xE3;o Chico Eco Festival</a></h4> <hr class="star-primary" /> <h6> Sao Francisco do Sul, Santa Catarina, Brazil</h6> <p> Oct 05</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Anne Dos Santos</h6> <p> 11.4</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Catalina Mercere</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/minami-boso-junior-pro">Minami Boso Junior Pro</a></h4> <hr class="star-primary" /> <h6> Chitose Beach, Minamib&amp;#x14D;s&amp;#x14D;, Chiba, Japan</h6> <p> Oct 06</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Irie Fitzgerald</h6> <p> 14.06</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Shino Matsuda</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/ise-shima-pro-junior">Ise Shima Pro Junior</a></h4> <hr class="star-primary" /> <h6> Ise Shima, Mie, Japan</h6> <p> Oct 13</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Sara Wakita</h6> <p> 13.65</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Shino Matsuda</h6> <p> 100.0%</p> </div> </div> <hr/> </div> </div> <div class="row"> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/hysdo-pro-junior-at-turtle-bay-">HYSDO Pro Junior at Turtle Bay Resort</a></h4> <hr class="star-primary" /> <h6> Turtle Bay, Oahu, Hawaii</h6> <p> Oct 13</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Keala Tomoda-Bannert</h6> <p> 15.17</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Keala Tomoda-Bannert</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/live-like-zander-junior-pro">Live Like Zander Junior Pro</a></h4> <hr class="star-primary" /> <h6> Soup Bowl, Bathsheba, Barbados</h6> <p> Nov 06</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Samantha Sibley</h6> <p> 14.94</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Tiare Thompson</h6> <p> 100.0%</p> </div> </div> <hr/> </div> <div class="col-sm-4 text-center"> <h4><a href="/events/wjun/2018/taiwan-open-world-junior-champi">Taiwan Open World Junior Championships - Women&apos;s</a></h4> <hr class="star-primary" /> <h6> Jinzun Harbor, Taiwan</h6> <p> Dec 01</p> <div class="row"> <div class="col-sm-6 text-center"> <span>Best AHS</span><br/> <h6> Kirra Pinkerton</h6> <p> 15.39</p> </div> <div class="col-sm-6 text-center"> <span>Best Winning Perc.</span><br/> <h6> Keala Tomoda-Bannert</h6> <p> 83.33%</p> </div> </div> <hr/> </div> </div> </div> <!-- Footer --> <div w3-include-html="https://fantasysurfingtips.com/layout/footer.html"></div> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-74337819-1', 'auto'); // Replace with your property ID. ga('send', 'pageview'); </script> <script> w3IncludeHTML(); </script> <!-- jQuery --> <script src="https://fantasysurfingtips.com/js/jquery.js"></script> <script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="https://fantasysurfingtips.com/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <script src="https://fantasysurfingtips.com/js/classie.js"></script> <script src="https://fantasysurfingtips.com/js/cbpAnimatedHeader.js"></script> <!-- Contact Form JavaScript --> <script src="https://fantasysurfingtips.com/js/jqBootstrapValidation.js"></script> <script src="https://fantasysurfingtips.com/js/contact_me.js"></script> <!-- Custom Theme JavaScript --> <script src="https://fantasysurfingtips.com/js/freelancer.js"></script> <script type="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script> <script type="https://cdn.datatables.net/1.10.12/js/dataTables.bootstrap.min.js"></script> </body> </html>
play28/java/dagger2-example/app/views/index.scala.html
play2-maven-plugin/play2-maven-test-projects
@import play.mvc.Http.Request @(form: play.data.Form[TimeZoneData], renderedTime: String, timeZones: List[String])(implicit request: Request, messages: play.i18n.Messages) @main("Welcome to Play!") { <h1>@renderedTime</h1> @request.flash.get("success").orElse("") @helper.form(action = routes.TimeController.indexPost()) { @helper.select(field = form("timeZone"), options = helper.options(timeZones).toSeq) <input type="submit" value="submit"/> } <a href="@routes.TimeController.ws()">See time rendered from a remote REST API</a> }
webroot/css/orangebox.css
sitex/theme_olia
/* * version: 3.0.0 * package: OrangeBox * author: David Paul Hamilton - http://orangebox.davidpaulhamilton.net * copyright: Copyright (c) 2011 David Hamilton / DavidPaulHamilton.net All rights reserved. * license: GNU/GPL license: http://www.gnu.org/copyleft/gpl.html */ #ob_overlay { background-color:#333; height:100%; left:0; position:fixed; top:0; width:100%; z-index:1000; } #ob_container { position:absolute; top:0; left:0; margin:0; padding:0; width:100%; height:100%; z-index:1001; } #ob_float { float:left; height:50%; min-width:100%; } #ob_content { clear:both; cursor:default; position:relative; margin:22px auto 44px; background-color:#fff; border:0 solid #fff; -webkit-box-shadow: 0px 0px 8px 2px #222222; -moz-box-shadow: 0px 0px 8px 2px #222222; line-height:0; display:none; z-index:1003; } #ob_iframe { -webkit-overflow-scrolling:touch; overflow:auto; font-size:0; } #ob_caption { color:#333; background-color:#fff; font-size:small; } #ob_caption p { padding:0; margin:10px; cursor:auto; line-height:1.625em; } #ob_video_wrapper { background:#000; } #ob_image { display:block; margin:0 auto; } #ob_inline { overflow:auto; cursor:auto; } #ob_inline .inline_content { padding:20px; line-height:1.625em; } #ob_load { -moz-border-radius:5px; background:url(loading.gif) no-repeat center; background-color:#fff; border-radius:5px; height:40px; left:50%; position:fixed; top:50%; width:40px; margin:-25px 0 0 -25px; padding:5px; -webkit-box-shadow: 0px 0px 8px 2px #222222; -moz-box-shadow: 0px 0px 8px 2px #222222; z-index:1002; } #ob_error { text-align:center; padding:10px; } #ob_close { background:url(buttons.png); cursor:pointer; height:30px; left:-26px; position:absolute; top:-26px; width:30px; z-index:1005; } #ob_title { color:#fff; left:auto; position:absolute; margin-left:15px; right:0; text-align:right; z-index:1004; line-height:1em; cursor:auto; } #ob_left,#ob_right { bottom:8px; cursor:pointer; height:100%; position:absolute; width:50px; z-index:1004; } #ob_left { left:-53px; } #ob_right { right:-53px; } #ob_left-ico,#ob_right-ico { cursor:pointer; display:block; height:30px; margin-top:-9px; position:absolute; top:50%; width:30px; z-index:1004; } #ob_left-ico { background:url(buttons.png) center; right:20px; } #ob_right-ico { background:url(buttons.png) right; left:20px; } #ob_left:hover,#ob_right:hover { visibility:visible; } #ob_dots { position:absolute; bottom:-24px; list-style:none; text-align:center; margin:0; padding:0; width:100%; } #ob_dots li { height:8px; list-style:none; width:8px; margin:3px; -moz-border-radius:4px; background-color:#666; border-radius:4px; cursor:pointer; display: -moz-inline-stack; display: inline-block; zoom:1; *display:inline; } #ob_dots .current { background-color:#CCC!important; } #ob_share { margin-left:8px; }
docs/javadocs/net/authorize/cim/package-frame.html
AukeConsult/anet-java-sdk
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Thu Aug 25 08:45:14 PDT 2011 --> <TITLE> net.authorize.cim (Authorize.Net Java SDK) </TITLE> <META NAME="date" CONTENT="2011-08-25"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../net/authorize/cim/package-summary.html" target="classFrame">net.authorize.cim</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="Result.html" title="class in net.authorize.cim" target="classFrame">Result</A> <BR> <A HREF="Transaction.html" title="class in net.authorize.cim" target="classFrame">Transaction</A></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Enums</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="SplitTenderStatus.html" title="enum in net.authorize.cim" target="classFrame">SplitTenderStatus</A> <BR> <A HREF="TransactionType.html" title="enum in net.authorize.cim" target="classFrame">TransactionType</A> <BR> <A HREF="ValidationModeType.html" title="enum in net.authorize.cim" target="classFrame">ValidationModeType</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>