path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
labs/expCardsJson.html
Arika0093/wiz_simu
<html> <head> <title>Cards2JSON</title> <!--@Detail@Cards定義をJSON形式に変換して保存、対して早くならなかったので保留@--> </head> <body> <div id="detail"></div> <a id="dl" href="#" download="cards.min.js">Download</a> <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.min.js"></script> <script> $(() => { $.getScript( "/js/general.js" ) .done(() => $.getScript( "/js/simulator/awake.js" )) .done(() => $.getScript( "/js/simulator/species.js" )) .done(() => $.getScript( "/js/data/skill_ans.js" )) .done(() => $.getScript( "/js/data/skill_spe.js" )) .done(() => $.getScript( "/js/data/skill_spe_body.js" )) .done(() => $.getScript( "/js/data/skill_awake.js" )) .done(() => $.getScript( "/js/data/skill_crystal.js" )) .done(function(){ $.getScript( "/js/data/cards.js" ).done(() => { var json = JSON.stringify(Cards).replace(/\\t/g, ""); var output = `Cards = JSON.parse(\`${json}\`);` var path = writeToLocal(output); $("#detail").html(`Length: ${json.length}, path: ${path}<br/>output: ${output.slice(0, 50)} ... ${output.slice(-50)}`); }).fail(err) }).fail(err); }); function err(jqXHR, textStatus, errorThrown){ console.log(errorThrown); } function writeToLocal(content) { var blob = new Blob([content], {type: "text/plain"}); var path = window.URL.createObjectURL(blob); $("#dl").prop("href", path); return path; } </script> </body> </html>
doc/html/OpamCompiler.Version.html
braibant/opam
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <link rel="Start" href="index.html"> <link rel="Up" href="OpamCompiler.html"> <link title="Index of types" rel=Appendix href="index_types.html"> <link title="Index of exceptions" rel=Appendix href="index_exceptions.html"> <link title="Index of values" rel=Appendix href="index_values.html"> <link title="Index of modules" rel=Appendix href="index_modules.html"> <link title="Index of module types" rel=Appendix href="index_module_types.html"> <link title="OpamAction" rel="Chapter" href="OpamAction.html"> <link title="OpamArg" rel="Chapter" href="OpamArg.html"> <link title="OpamClient" rel="Chapter" href="OpamClient.html"> <link title="OpamConfigCommand" rel="Chapter" href="OpamConfigCommand.html"> <link title="OpamPinCommand" rel="Chapter" href="OpamPinCommand.html"> <link title="OpamRepositoryCommand" rel="Chapter" href="OpamRepositoryCommand.html"> <link title="OpamSolution" rel="Chapter" href="OpamSolution.html"> <link title="OpamState" rel="Chapter" href="OpamState.html"> <link title="OpamSwitchCommand" rel="Chapter" href="OpamSwitchCommand.html"> <link title="OpamCompiler" rel="Chapter" href="OpamCompiler.html"> <link title="OpamFile" rel="Chapter" href="OpamFile.html"> <link title="OpamFilename" rel="Chapter" href="OpamFilename.html"> <link title="OpamFilter" rel="Chapter" href="OpamFilter.html"> <link title="OpamFormat" rel="Chapter" href="OpamFormat.html"> <link title="OpamFormula" rel="Chapter" href="OpamFormula.html"> <link title="OpamJson" rel="Chapter" href="OpamJson.html"> <link title="OpamMisc" rel="Chapter" href="OpamMisc.html"> <link title="OpamPackage" rel="Chapter" href="OpamPackage.html"> <link title="OpamParallel" rel="Chapter" href="OpamParallel.html"> <link title="OpamPath" rel="Chapter" href="OpamPath.html"> <link title="OpamProcess" rel="Chapter" href="OpamProcess.html"> <link title="OpamRepository" rel="Chapter" href="OpamRepository.html"> <link title="OpamRepositoryName" rel="Chapter" href="OpamRepositoryName.html"> <link title="OpamSwitch" rel="Chapter" href="OpamSwitch.html"> <link title="OpamSystem" rel="Chapter" href="OpamSystem.html"> <link title="OpamTypes" rel="Chapter" href="OpamTypes.html"> <link title="OpamVariable" rel="Chapter" href="OpamVariable.html"> <link title="OpamVersion" rel="Chapter" href="OpamVersion.html"> <link title="OpamDarcs" rel="Chapter" href="OpamDarcs.html"> <link title="OpamGit" rel="Chapter" href="OpamGit.html"> <link title="OpamHTTP" rel="Chapter" href="OpamHTTP.html"> <link title="OpamHg" rel="Chapter" href="OpamHg.html"> <link title="OpamLocal" rel="Chapter" href="OpamLocal.html"> <link title="OpamVCS" rel="Chapter" href="OpamVCS.html"> <link title="Opam_mk_repo" rel="Chapter" href="Opam_mk_repo.html"> <link title="Opam_repo_check" rel="Chapter" href="Opam_repo_check.html"> <link title="Opam_stats" rel="Chapter" href="Opam_stats.html"> <link title="OpamCudf" rel="Chapter" href="OpamCudf.html"> <link title="OpamHeuristic" rel="Chapter" href="OpamHeuristic.html"> <link title="OpamSolver" rel="Chapter" href="OpamSolver.html"><title>OpamCompiler.Version</title> </head> <body> <div class="navbar">&nbsp;<a class="up" href="OpamCompiler.html" title="OpamCompiler">Up</a> &nbsp;</div> <h1>Module <a href="type_OpamCompiler.Version.html">OpamCompiler.Version</a></h1> <pre><span class="keyword">module</span> Version: <code class="code">sig</code> <a href="OpamCompiler.Version.html">..</a> <code class="code">end</code></pre><div class="info module top"> OCaml compiler versions<br> </div> <hr width="100%"> <pre><span class="keyword">include</span> <a href="OpamMisc.ABSTRACT.html">OpamMisc.ABSTRACT</a></pre> <pre><span id="TYPEconstr"><span class="keyword">type</span> <code class="type"></code>constr</span> = <code class="type">(<a href="OpamFormula.html#TYPErelop">OpamFormula.relop</a> * t) <a href="OpamFormula.html#TYPEformula">OpamFormula.formula</a></code> </pre> <div class="info "> Compiler constraint<br> </div> <pre><span id="VALcurrent"><span class="keyword">val</span> current</span> : <code class="type">unit -> t option</code></pre><div class="info "> Return the version of the compiler currently installed<br> </div> <pre><span id="VALsystem"><span class="keyword">val</span> system</span> : <code class="type">unit -> t option</code></pre><div class="info "> Returm the version of the system compiler<br> </div> <pre><span id="VALcompare"><span class="keyword">val</span> compare</span> : <code class="type">t -> <a href="OpamFormula.html#TYPErelop">OpamFormula.relop</a> -> t -> bool</code></pre><div class="info "> Compare OCaml versions<br> </div> </body></html>
templates/ordenes/ordenpractica_list.html
montenegroariel/sigos
{% extends 'page_content_list.html' %} {% load staticfiles %} {% load global_tags %} {% block css %} <link href="{% static 'css/select/select2.min.css' %}" rel="stylesheet"> {% endblock %} {% block search %} <div class="col-md-12 col-sm-12 col-xs-12 form-group"> <form id="id_buscador" name="buscador" method="get"> <div class="form-group"> <div class="col-md-3 col-sm-3 col-xs-12"> <select class="form-control" name="titular" id="id_titular"> <option value="">Titular</option> {% for persona in personas %} <option value="{{ persona.id }}">{{ persona }}</option> {% endfor %} </select> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <select id="id_buscar_numero_practica" name="buscar_numero_practica" class="form-control" placeholder="Ingrese el Nº de Práctica"> {% for practica in practicas %} <option value=""> ------- </option> <option value="{{ practica.codigo }}"> {{ practica.descripcion }}</option> {% endfor %} </select> </div> <div class="col-md-3 col-sm-3 col-xs-6"> <input id="id_buscar_fecha" type="text" value="" name="buscar_fecha" class="form-control"> </div> <div class="col-md-1 col-sm-1 col-xs-3"> <input type="button" value="Buscar" class="btn btn-success" onclick="buscar();"/> </div> </div> </form> </div> {% endblock %} {% block content %} <table id="lista_practicas" class="table table-striped responsive-utilities jambo_table bulk_action"> <thead> <tr class="headings"> <th class="column-title">Id </th> <th class="column-title">Fecha </th> <th class="column-title">DNI </th> <th class="column-title">Nombre </th> <th class="column-title">Apellido </th> <th class="column-title">Editar </th> <th class="column-title">Cobrar</th> </tr> </thead> <tbody> {% for orden in object_list %} {% if orden.estado == 1 %} <tr style =''> {% endif %} {% if orden.estado == 2 %} <tr style ='background-color: #CEF6CE;'> {% endif %} {% if orden.estado == 3 %} <tr style ='background-color: #F6CED8;'> {% endif %} <td class=" ">{{ orden }}</td> <td class=" ">{{ orden.fecha_alta }}</td> <td class=" ">{{ orden.persona.dni }}</td> <td class=" ">{{ orden.persona.nombre }}</td> <td class=" ">{{ orden.persona.apellido }}</td> <td class=" last"><a href="/ordenes/practica/modi/{{ orden.id }}">Modificar</a></td> {% if orden.estado == 2 %} {% for comprobante in orden.comprobantepractica_set.all %} <td class=" last"> Cobrado </td> {% empty %} <td class=" last"><a href="/ordenes/practica/detail/{{ orden.id }}">Cobrar</a></td> {% endfor %} {% else %} <td class=" last">Cobrar</td> {% endif %} </tr> {% endfor %} </tbody> </table> {% if is_paginated %} <center> <ul class="pagination"> <li id="n_pag_inicio" ><a href="?{% url_replace request 'page' '1' %}" title="Ir al inicio"> << </a></li> {% if page_obj.has_previous %} <li id="n_pag_{{page_obj.number}}"> <a href="?{% url_replace request 'page' page_obj.previous_page_number %}" title="Volver uno"> < </a> </li> {% endif %} <li><a>Página {{ page_obj.number }} de {{ page_obj.paginator.num_pages }}</a></li> {% if page_obj.has_next %} <li id="n_pag_{{page_obj.number}}"> <a href="?{% url_replace request 'page' page_obj.next_page_number %}" title="Avanzar uno"> > </a> </li> {% endif %} <li id="n_pag_fin"><a href="?{% url_replace request 'page' 'last' %}" title="Ir al final"> >> </a></li> </ul> </center> {% endif %} <div class="form-group"> <div class="col-md-9 col-md-offset-3"> <a href="/" type="button" class="btn btn-primary">Cancelar</a> <button type="button" class="btn btn-success" onclick="generatefromtable()">Imprimir</button> </div> </div> {%endblock%} {% block js %} <script src="{% static 'pdf-generate/jspdf.js' %}"></script> <script src="{% static 'pdf-generate/FileSaver.js' %}"></script> <script src="{% static 'pdf-generate/jspdf.plugin.table.js' %}"></script> <script src="{% static 'js/select/select2.full.js' %}"></script> <script> $('#id_titular').select2({}); $('#id_empresa').select2({}); $('#id_buscar_numero_practica').select2({}); function buscar() { id_buscador.submit(); } $('#id_buscar_fecha').daterangepicker({ "locale": { "format": "MM/DD/YYYY", "separator": " - ", "applyLabel": "Aplicar", "cancelLabel": "Cancelar", "fromLabel": "Desde", "toLabel": "Hasta", "customRangeLabel": "Cambiar", "daysOfWeek": [ "Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa" ], "monthNames": [ "Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre" ], "firstDay": 1 }, calender_style: "picker_2", format: 'DD/MM/YYYY' }, function (start, end, label) { console.log(start.toISOString(), end.toISOString(), label); }); function generatefromtable() { var data = [], fontSize = 12, height = 0, doc; doc = new jsPDF('p', 'pt', 'a4', true); doc.setFont("times", "normal"); doc.setFontSize(fontSize); doc.text(20, 20, "Lista de Practicas"); data = []; data = doc.tableToJson('lista_practicas'); height = doc.drawTable(data, { xstart : 10, ystart : 10, tablestart : 40, marginleft : 10, xOffset : 10, yOffset : 15 }); doc.save("Practicas.pdf"); } </script> {% endblock %}
index.html
carbtin/carbtin.github.io
<!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=""> <meta name="author" content=""> <title>Arbtin.com</title> <link href="bootstrap-3.3.7-dist/bootstrap-3.3.7-dist/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="owl-carousel/owl.theme.css" rel="stylesheet"> <link href="owl-carousel/owl.carousel.css" rel="stylesheet"> <link href="css/magnific-popup.css" rel="stylesheet"> <link href="font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" media="screen"> <link href="css/animate.css" rel="stylesheet"> <link href="css/chevron.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet" media="screen"> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-10809223-1', 'auto'); ga('send', 'pageview'); </script> </head> <body class="hex-back-lite"> <div class="wrapper"> <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="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <img src="img/invasion_star_200_lt.svg" alt="" class="animated bounceInDown" style="margin-top: 1rem"> <a class="navbar-brand" href="#intro">Arbtin.com</a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li><a href="#intro">Home</a></li> <li><a href="#passion">Passion</a></li> <li><a href="#interests">Interests</a></li> <li><a href="#life">Life</a></li> </ul> </div> </div> </nav> <section id="intro" class="section"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="hello wow bounceInDown"> <h1>Curt Arbtin</h1> <h3>solution architect</h3> </div> <a href="#passion"> <div class="chevron-icon"> <div class="chevrons"> <span id="chevTop" class="glyphicon glyphicon-chevron-down pull-left" aria-hidden="true"></span> <span id="chevMid" class="glyphicon glyphicon-chevron-down pull-left" aria-hidden="true"></span> <span id="chevBot" class="glyphicon glyphicon-chevron-down pull-left" aria-hidden="true"></span></div> </div> </a> </div> </div> </div> </section> <section id="passion-contact" class="text-center"> <div class="container"> <div class="row"> <div class="col-sm-6 wow bounceInLeft"> <div class="passion-contact"> <i class="fa fa-envelope-o"></i> <h5 class="conInfo"><a href="mailto:curt@arbtin.com">curt@arbtin.com</a></h5> </div> </div> <div class="col-sm-6 wow bounceInRight"> <div class="passion-contacct"> <i class="fa fa-map-marker"></i> <h5 class="conInfo"><a href="https://www.google.com/maps/place/San+Antonio,+TX/@29.4797404,-98.6585298,11z/data=!4m5!3m4!1s0x865c58af04d00eaf:0x856e13b10a016bc!8m2!3d29.4241219!4d-98.4936282">San Antonio, Texas</a></h5> </div> </div> </div> </div> </section> <section id="passion" class="section"> <div class="container"> <div class="row"> <div class="col-md-12 headline wow bounceInDown"> <h2>What am I passionate about?</h2> <p>Over the years...</p> </div> <div class="col-md-4 col-sm-4 col-xs-6 wow bounceInLeft"> <a href="motorcycling.html#ducati" title="Ducati"> <div class="passion-item"> <div class="passion-item-preview"> <img src="img/Ducati_Monster_796_2014.jpg" alt="Yikes"> </div> <div class="passion-item-description"> <h3>Current</h3> </div> </div> </a> </div> <div class="col-md-4 col-sm-4 col-xs-6 wow bounceInRight"> <a href="motorcycling.html#northtexas" title="Riding around Texas"> <div class="passion-item"> <div class="passion-item-preview"> <img src="img/919.jpg" alt=""> </div> <div class="passion-item-description"> <h3>Honda 919</h3> </div> </div> </a> </div> <div class="col-md-4 col-sm-4 col-xs-6 wow bounceInUp" data-wow-delay=".2s"> <a href="motorcycling.html#FtStory" title="Ft Story"> <div class="passion-item"> <div class="passion-item-preview"> <img src="img/VF1000F.jpg" alt=""> </div> <div class="passion-item-description"> <h3>Honda VF1000F</h3> </div> </div> </a> </div> <div class="col-md-4 col-sm-4 col-xs-6 wow bounceInUp" data-wow-delay=".2s"> <a href="motorcycling.html#fthood" title="FtHood"> <div class="passion-item"> <div class="passion-item-preview"> <img src="img/CB700.jpg" alt=""> </div> <div class="passion-item-description"> <h3>Honda CB 700</h3> </div> </div> </a> </div> <div class="row separator" > <div class="col-md-12 headline wow bounceInDown"> <h2>Upcoming Events</h2> <p>what am I lookgin forward to doing soon...</p> </div> <div class="col-md-4 col-sm-4 col-xs-6 wow bounceInLeft"> <a href="motorcycling.html#trips" target='_blank' title="Destination"> <div class="passion-item"> <div class="passion-item-preview"> <img src="https://assets1.roadtrippers.com/uploads/trip/uploaded_image/14617118/-strip_-quality_60_-interlace_Plane_-resize_960x416_U__-gravity_center_-extent_960x416/trip-uploaded_image-0c5bfde9-4d34-4d35-8f32-f18671addb1e.jpg" alt="Destination"> </div> <div class="passion-item-description"> <h3>California Trip 2017</h3> </div> </div> </a> </div> </div> </div> </section> <section id="interests" class="callout"> <div class="container"> <div class="row"> <div class="col-md-9 headline nomargin wow bounceInDown"> <h3 class="opc">I'm a mentor volunteer for Operation Code. A non-profit organization helping veterans to become software developers.</h3> <p class="opc"> I host coding meetups and events. I'm looking to increase the participation of meetup events in San Antonio. If you are an organizer for veteran events then lets get in touch! </p> <a href="https://operationcode.org" target="_blank" class="btn btn-default btn-custom-2 callout-btn opc"><i class="fa fa-external-link"></i> Find Out More...</a> <a href="https://www.meetup.com/Operation-Code-San-Antonio" target="_blank" class="btn btn-default btn-custom-2 callout-btn opc"><i class="fa fa-meetup"></i> Meetups and Events</a> </div> </div> </div> </section> <section id="life" class="section"> <div class="container"> <div class="row"> <div class="col-md-12 headline wow bounceInDown"> <h2>What have I been doing with my life?</h2> <p>Lead Software Developer</p> </div> <div class="col-md-6 col-sm-12 wow bounceInRight"> <h3>Solution developer. IntelligentCode()</h3> <p>I’m a Lead Software Developer. I get paid to build enterprise level financial applications in service of the Department of Defense.</p> </div> <div class="col-md-4 col-sm-6 wow bounceInUp"> <div class="passion-widget"> <h3>Am I a real person? Find out for your self</h3> <ul class="widget-social"> <li><a target="_blank" href="http://github.com/carbtin"><i class="fa fa-github-alt"></i></a></li> <li><a target="_blank" href="http://www.linkedin.com/in/carbtin"><i class="fa fa-linkedin"></i></a></li> <li><a target="_blank" href="https://plus.google.com/u/0/+CurtArbtin"><i class="fa fa-google-plus-square"></i></a></li> </ul> </div> </div> </div> </div> </section> <footer id="footer"> <div class="container"> <div class="row"> <div class="col-md-12"> <p class="copy"> © 2017 Arbtin.com </p> </div> </div> </div> </footer> </div> <!-- Scripts --> <script src="js/jquery-1.11.0.min.js"></script> <script src="bootstrap-3.3.7-dist/bootstrap-3.3.7-dist/js/bootstrap.min.js"></script> <script src="js/jquery.backstretch.min.js"></script> <script src="owl-carousel/owl.carousel.min.js"></script> <script src="js/magnific-popup.min.js"></script> <script src="js/jquery.waypoints.js"></script> <script src="WOW/dist/wow.min.js"></script> <script src="js/smoothScroll.js"></script> <script src="js/jquery.fitvids.js"></script> <script src="js/custom.js"></script> <!-- End Scripts --> </body> </html>
RossFamilyTree/ppl/b/7/d15f6086582514e40eeb915b97b.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - TESTER, Alice</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> <link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../families.html" title="Families">Families</a></li> <li><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="IndividualDetail"> <h3>TESTER, Alice<sup><small></small></sup></h3> <div id="summaryarea"> <table class="infolist"> <tr> <td class="ColumnAttribute">Birth Name</td> <td class="ColumnValue"> TESTER, Alice <a href="#sref1a">1a</a> </td> </tr> <tr> <td class="ColumnAttribute">Gramps&nbsp;ID</td> <td class="ColumnValue">I17397</td> </tr> <tr> <td class="ColumnAttribute">Gender</td> <td class="ColumnValue">female</td> </tr> </table> </div> <div class="subsection" id="events"> <h4>Events</h4> <table class="infolist eventlist"> <thead> <tr> <th class="ColumnEvent">Event</th> <th class="ColumnDate">Date</th> <th class="ColumnPlace">Place</th> <th class="ColumnDescription">Description</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnEvent"> <a href="../../../evt/2/c/d15f608658a2da7665d6feb6cc2.html" title="Birth"> Birth <span class="grampsid"> [E17569]</span> </a> </td> <td class="ColumnDate">1838</td> <td class="ColumnPlace"> <a href="../../../plc/3/e/d15f607879d61ebe1cecc2526e3.html" title=""> </a> </td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> </tbody> </table> </div> <div class="subsection" id="parents"> <h4>Parents</h4> <table class="infolist"> <thead> <tr> <th class="ColumnAttribute">Relation to main person</th> <th class="ColumnValue">Name</th> <th class="ColumnValue">Relation within this family (if not by birth)</th> </tr> </thead> <tbody> </tbody> <tr> <td class="ColumnAttribute">Father</td> <td class="ColumnValue"> <a href="../../../ppl/9/8/d15f607e517741864d70605c989.html">TESTER, William Francis<span class="grampsid"> [I17044]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">Mother</td> <td class="ColumnValue"> <a href="../../../ppl/5/9/d15f607e4b06e07bdb4548c2d95.html">GAMMON, Lucy<span class="grampsid"> [I17043]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/f/a/d15f607e560dc350c3cb5766af.html">TESTER, George<span class="grampsid"> [I17045]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/b/7/d15f6086582514e40eeb915b97b.html">TESTER, Alice<span class="grampsid"> [I17397]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/c/7/d15f60865cf3c8d96370f45a7c.html">TESTER, Alfred<span class="grampsid"> [I17398]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/3/f/d15f60866184c81c5d7db33b3f3.html">TESTER, James Richard<span class="grampsid"> [I17399]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/e/4/d15f60868da4b8e26875cc5d4e.html">TESTER, Ann<span class="grampsid"> [I17408]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/4/9/d15f6086938422905a91ec2f194.html">TESTER, William<span class="grampsid"> [I17409]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/7/f/d15f6086b83cbb64837ba1f6f7.html">TESTER, Henry<span class="grampsid"> [I17417]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/b/b/d15f60877365934b744179d25bb.html">TESTER, Alfred<span class="grampsid"> [I17460]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/7/4/d15f608779a1a6c2b64d081b47.html">TESTER, Charles<span class="grampsid"> [I17461]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/2/b/d15f60890fb61e6a01488fa83b2.html">TESTER, Ellen Harriet<span class="grampsid"> [I17543]</span></a></td> <td class="ColumnValue"></td> </tr> </table> </div> <div class="subsection" id="families"> <h4>Families</h4> <table class="infolist"> <tr class="BeginFamily"> <td class="ColumnType">&nbsp</td> <td class="ColumnAttribute">&nbsp</td> <td class="ColumnValue"><a href="../../../fam/e/4/d15f60865b13ef1d5149268114e.html" title="Family of TESTER, Alice">Family of TESTER, Alice<span class="grampsid"> [F5445]</span></a></td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">Attributes</td> <td class="ColumnValue"> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">C4AAF7435BAD1941A283F15068C31953075E</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </td> </tr> </table> </div> <div class="subsection" id="attributes"> <h4>Attributes</h4> <table class="infolist attrlist"> <thead> <tr> <th class="ColumnType">Type</th> <th class="ColumnValue">Value</th> <th class="ColumnNotes">Notes</th> <th class="ColumnSources">Sources</th> </tr> </thead> <tbody> <tr> <td class="ColumnType">_UID</td> <td class="ColumnValue">CD1E56B4A629844A9BC46A7D9897CAAC7D3D</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> <div class="subsection" id="pedigree"> <h4>Pedigree</h4> <ol class="pedigreegen"> <li> <a href="../../../ppl/9/8/d15f607e517741864d70605c989.html">TESTER, William Francis<span class="grampsid"> [I17044]</span></a> <ol> <li class="spouse"> <a href="../../../ppl/5/9/d15f607e4b06e07bdb4548c2d95.html">GAMMON, Lucy<span class="grampsid"> [I17043]</span></a> <ol> <li> <a href="../../../ppl/f/a/d15f607e560dc350c3cb5766af.html">TESTER, George<span class="grampsid"> [I17045]</span></a> </li> <li class="thisperson"> TESTER, Alice <ol class="spouselist"> <li class="spouse"> </li> </ol> </li> <li> <a href="../../../ppl/c/7/d15f60865cf3c8d96370f45a7c.html">TESTER, Alfred<span class="grampsid"> [I17398]</span></a> </li> <li> <a href="../../../ppl/3/f/d15f60866184c81c5d7db33b3f3.html">TESTER, James Richard<span class="grampsid"> [I17399]</span></a> </li> <li> <a href="../../../ppl/e/4/d15f60868da4b8e26875cc5d4e.html">TESTER, Ann<span class="grampsid"> [I17408]</span></a> </li> <li> <a href="../../../ppl/4/9/d15f6086938422905a91ec2f194.html">TESTER, William<span class="grampsid"> [I17409]</span></a> </li> <li> <a href="../../../ppl/7/f/d15f6086b83cbb64837ba1f6f7.html">TESTER, Henry<span class="grampsid"> [I17417]</span></a> </li> <li> <a href="../../../ppl/b/b/d15f60877365934b744179d25bb.html">TESTER, Alfred<span class="grampsid"> [I17460]</span></a> </li> <li> <a href="../../../ppl/7/4/d15f608779a1a6c2b64d081b47.html">TESTER, Charles<span class="grampsid"> [I17461]</span></a> </li> <li> <a href="../../../ppl/2/b/d15f60890fb61e6a01488fa83b2.html">TESTER, Ellen Harriet<span class="grampsid"> [I17543]</span></a> </li> </ol> </li> </ol> </li> </ol> </div> <div class="subsection" id="tree"> <h4>Ancestors</h4> <div id="treeContainer" style="width:735px; height:602px;"> <div class="boxbg female AncCol0" style="top: 269px; left: 6px;"> <a class="noThumb" href="../../../ppl/b/7/d15f6086582514e40eeb915b97b.html"> TESTER, Alice </a> </div> <div class="shadow" style="top: 274px; left: 10px;"></div> <div class="bvline" style="top: 301px; left: 165px; width: 15px"></div> <div class="gvline" style="top: 306px; left: 165px; width: 20px"></div> <div class="boxbg male AncCol1" style="top: 119px; left: 196px;"> <a class="noThumb" href="../../../ppl/9/8/d15f607e517741864d70605c989.html"> TESTER, William Francis </a> </div> <div class="shadow" style="top: 124px; left: 200px;"></div> <div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div> <div class="boxbg female AncCol1" style="top: 419px; left: 196px;"> <a class="noThumb" href="../../../ppl/5/9/d15f607e4b06e07bdb4548c2d95.html"> GAMMON, Lucy </a> </div> <div class="shadow" style="top: 424px; left: 200px;"></div> <div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div> <div class="bvline" style="top: 451px; left: 355px; width: 15px"></div> <div class="gvline" style="top: 456px; left: 355px; width: 20px"></div> <div class="boxbg male AncCol2" style="top: 344px; left: 386px;"> <a class="noThumb" href="../../../ppl/a/e/d15f607e33e4cabc6b8e8fb68ea.html"> GAMMON, James </a> </div> <div class="shadow" style="top: 349px; left: 390px;"></div> <div class="bvline" style="top: 376px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 381px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 376px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 381px; left: 375px; height: 75px;"></div> <div class="bvline" style="top: 376px; left: 545px; width: 15px"></div> <div class="gvline" style="top: 381px; left: 545px; width: 20px"></div> <div class="boxbg male AncCol3" style="top: 307px; left: 576px;"> <a class="noThumb" href="../../../ppl/4/6/d15f60787754a2400f3c0e9d064.html"> Gammon, Roger </a> </div> <div class="shadow" style="top: 312px; left: 580px;"></div> <div class="bvline" style="top: 339px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 344px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 339px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 344px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol3" style="top: 381px; left: 576px;"> <a class="noThumb" href="../../../ppl/f/5/d15f607ca2d3692bf07eb33115f.html"> HASELDON, Mary </a> </div> <div class="shadow" style="top: 386px; left: 580px;"></div> <div class="bvline" style="top: 413px; left: 560px; width: 15px;"></div> <div class="gvline" style="top: 418px; left: 565px; width: 20px;"></div> <div class="bhline" style="top: 376px; left: 560px; height: 37px;"></div> <div class="gvline" style="top: 381px; left: 565px; height: 37px;"></div> <div class="boxbg female AncCol2" style="top: 494px; left: 386px;"> <a class="noThumb" href="../../../ppl/4/0/d15f607e39d338cdb81cd517904.html"> CARD, Ann </a> </div> <div class="shadow" style="top: 499px; left: 390px;"></div> <div class="bvline" style="top: 526px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 531px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 451px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 456px; left: 375px; height: 75px;"></div> </div> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/b/5/d15f6078782380be23bc6cf945b.html" title="Linda Harling Genes Reunited Tree" name ="sref1"> Linda Harling Genes Reunited Tree <span class="grampsid"> [S0358]</span> </a> <ol> <li id="sref1a"> <ul> <li> Confidence: Low </li> </ul> </li> </ol> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:55:21<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
examples/combobox/remotejsonp.html
cfansimon/jqui-seajs
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Remote JSONP - jQuery EasyUI Demo</title> <link rel="stylesheet" type="text/css" href="../_icon.css"> <link rel="stylesheet" type="text/css" href="../_demo.css"> <script type="text/javascript" src="../_libs/seajs/seajs/2.2.1/sea.js"></script> <script type="text/javascript" src="../_libs/seajs/seajs-style/1.0.2/seajs-style.js"></script> <script type="text/javascript" src="../_libs/jquery.min.js"></script> <script type="text/javascript" src="../_libs/seajs-global-config.js"></script> </head> <body> <h2>Remote JSONP</h2> <p>This sample shows how to use JSONP to retrieve data from a remote site.</p> <div style="margin:20px 0"></div> <input class="jq-combobox" style="width:250px" data-options=" loader: myloader, mode: 'remote', valueField: 'id', textField: 'name' "> <script type="text/javascript"> seajs.use(['jqui.combobox'], function() { $('.jq-combobox').combobox(); }); var myloader = function(param,success,error){ var q = param.q || ''; if (q.length <= 1){return false} $.ajax({ url: 'http://ws.geonames.org/searchJSON', dataType: 'jsonp', data: { featureClass: "P", style: "full", maxRows: 20, name_startsWith: q }, success: function(data){ var items = $.map(data.geonames, function(item){ return { id: item.geonameId, name: item.name + (item.adminName1 ? ', ' + item.adminName1 : '') + ', ' + item.countryName }; }); success(items); }, error: function(){ error.apply(this, arguments); } }); } </script> </body> </html>
dhtml/DHTML/DHTMLref/properties/media.html
gucong3000/handbook
<HTML > <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252" /> <TITLE>MEDIA Attribute | media</TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/ie4.css" /> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/ie5.css" /> <style> BODY { font-family:verdana,arial,helvetica; margin:0; } </style> <SCRIPT LANGUAGE="javascript" SRC="../common/common.js"></SCRIPT> <SCRIPT LANGUAGE="javascript" SRC="../common/browdata.js"></SCRIPT> <SCRIPT LANGUAGE="javascript" SRC="../common/appliesto2.js"></SCRIPT> <SCRIPT LANGUAGE="javascript" SRC="../common/toolbar.js"></SCRIPT> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/ie4.css" /> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/inetsdk.css" /> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/advSDKATIE4.css" /> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/default.css" /> <SCRIPT> var gbDBG = true; </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> var gsHTCPath = "../common/"; var gsGraphicsPath = "../common/"; var gsCodePath = "../common/"; </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> var gsContextMenuPath = gsHTCPath + "contextmenu.htc"; var gsCodeDecoPath = gsHTCPath + "codedeco.htc"; var gsStoreName="workshop"; var gsGraphicsPath = "../common/"; </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> function InitPage() { if (!assert( (typeof(oBD) == 'object' && oBD != null), "browdata object unavailable!") ) { return; } if ("MSIE" == oBD.browser && oBD.majorVer >= 5 && (oBD.platform.toLowerCase()!="x" && oBD.platform!="Mac" && oBD.platform!="PPC" )) { if (typeof(fnATInit) == 'function') fnATInit(); if (typeof(PostGBInit) == 'function') PostGBInit(); if (typeof(PostInit) == 'function') PostInit(); if (typeof(initTabbedMembers) == 'function') initTabbedMembers(); if (typeof(hideExamples) == 'function') hideExamples(); } if (oBD.getsNavBar && oBD.platform!="PPC" ) { if (typeof(SetShowMes) == 'function') SetShowMes(); } } function assert(bCond, sMsg) { if (bCond) { return true; } else { if (gbDBG) { alert(sMsg); } return false; } } window.onload = InitPage; </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> function PreInit() { } </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> </script> </HEAD> <BODY TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" BGCOLOR="#FFFFFF" TEXT="#000000"> <TABLE STYLE="table-layout:fixed" class='clsContainer' CELLPADDING='15' CELLSPACING='0' float='left' WIDTH='100%' BORDER='0'> <TR> <TD VALIGN='top'> <DIV CLASS="clsDocBody"><TABLE WIDTH="97%" CELLPADDING="0" CELLSPACING="0"><TR><TD><H1>MEDIA Attribute | media Property </H1></TD><TD ALIGN="right"><A HREF="../default.html" TITLE="This index is only for content formerly found in the Web Workshop." TARGET="_top">Internet Development Index</A></TD></TR></TABLE> <HR SIZE="1"></HR><P>Sets or retrieves the media type. </P><P CLASS="clsRef">Syntax</P><BLOCKQUOTE><TABLE CLASS="clsStd"><TR><TH><B>HTML</B></TH><TD>&lt;<SPAN CLASS="clsRange" TITLE="Element refers to an element from the Applies To list below.">ELEMENT</SPAN>&nbsp;<B>MEDIA</B> = <SPAN CLASS="clsRange">sType</SPAN>... &gt; </TD></TR><TR><TH><B>Scripting</B></TH><TD><I><SPAN CLASS="moreinfo" TITLE="an element from the Applies To list below">object</SPAN></I>.<B>media</B> [ <B>=</B>&nbsp;<SPAN CLASS="clsRange">sType</SPAN> ]</TD></TR></TABLE></BLOCKQUOTE><P CLASS="clsRef">Possible Values</P><BLOCKQUOTE><TABLE CLASS="clsStd"><TR><TD><SPAN CLASS="clsRange">sType</SPAN></TD><TD><b>String</b> that specifies or receives one of the following values.<TABLE CLASS="clsStd"><TR><TD NOWRAP="1"><SPAN CLASS="clsLiteral">screen</SPAN></TD><TD>Output is intended for computer screens.</TD></TR><TR><TD NOWRAP="1"><SPAN CLASS="clsLiteral">print</SPAN></TD><TD>Output is intended for printed material and for on-screen documents viewed in Print Preview mode. </TD></TR><TR><TD NOWRAP="1"><SPAN CLASS="clsDefValue">all</SPAN></TD><TD>Default. Applies to all devices. </TD></TR></TABLE></TD></TR></TABLE><P>The property is read/write. The property has a default value of <SPAN CLASS="clsDefValue"> all</SPAN>.</P><P>Expressions can be used in place of the preceding value(s), as of Microsoft&#174; Internet Explorer 5. For more information, see <A HREF="/workshop/author/dhtml/overview/recalc.html">About Dynamic Properties</A>.</P></BLOCKQUOTE><P CLASS="clsRef">Standards Information</P><BLOCKQUOTE><P> This property is defined in <A HREF="http://www.w3.org/tr/rec-html40/" TARGET="_top"> HTML 4.0</A>&nbsp;<IMG WIDTH="33" HEIGHT="11" BORDER="0" ALT="Non-Microsoft link" SRC="../common/leave-ms.gif"> and is defined in <A HREF="http://www.w3.org/tr/2000/wd-dom-level-1-20000929/" TARGET="_top"> World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1</A>&nbsp;<IMG WIDTH="33" HEIGHT="11" BORDER="0" ALT="Non-Microsoft link" SRC="../common/leave-ms.gif">. </P></BLOCKQUOTE><P CLASS="clsRef">Applies To</P><BLOCKQUOTE><TABLE ID="oATTable" CLASS="TMAT3D"><TR><TD VALIGN="top" STYLE="border: 1 outset; display: none;"></TD><TD ID="oATData" CLASS="controls"><A PLATINFO="win16=4.0;win32=4.0;ce=4.0;unix=4.0;mac=4.0" HREF="../objects/obj_stylesheet.html"> styleSheet</A>, <A PLATINFO="win16=4.0;win32=4.0;ce=4.0;unix=4.0;mac=4.0" HREF="../objects/link.html"> LINK</A>, <A PLATINFO="win16=5;win32=5;unix=5;mac=5" HREF="../objects/style.html"> STYLE</A></TD></TR><TR><TD COLSPAN="2" CLASS="controls"></TD></TR></TABLE></BLOCKQUOTE></DIV> </TD> </TR> </TABLE> </BODY> </HTML>
src/main/webapp/WEB-INF/templates/zh_cn/shop/sparegoods_search.html
yzhui/YufanPIM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>闲置商品搜索页 - Powered by Sailmi</title> <meta name="keywords" content="$!config.keywords" /> <meta name="description" content="$!config.description" /> <meta name="generator" content="Sailmi Service Mall 2.0" /> <meta name="author" content="www.sailmi.com" /> <meta name="copyright" content="Sailmi Inc. All Rights Reserved"> <link href="$!webPath/resources/style/system/front/default/css/public.css" type="text/css" rel="stylesheet" /> <link href="$!webPath/resources/style/system/front/default/css/second.css" type="text/css" rel="stylesheet" /> <link href="$!webPath/resources/style/system/front/default/css/second_auto.css" type="text/css" rel="stylesheet" /> <script src="$!webPath/resources/js/jquery-1.6.2.js"></script> <script src="$!webPath/resources/js/jquery-ui-1.8.21.js"></script> <script src="$!webPath/resources/js/jquery.shop.common.js"></script> <script src="$!webPath/resources/js/jquery.validate.min.js"></script> <script> jQuery(document).ready(function(){ jQuery("a[id^=search_by_],input[id^=search_by_]").click(function(){ var orderBy = jQuery(this).attr("orderBy"); jQuery("#orderBy").val(orderBy) if(orderBy=="goods_price"){ jQuery("#price_begin").val(jQuery("#goods_price_begin").val()); jQuery("#price_end").val(jQuery("#goods_price_end").val()); }else{ jQuery("#price_begin").val(""); jQuery("#price_end").val(""); } jQuery("#ListForm").submit(); }); jQuery(".nat a").click(function(){ var display = jQuery(".goods_ct").css("display"); if(display=="none"){ jQuery(".goods_ct").show(); }else{ jQuery(".goods_ct").hide(); } }); jQuery(".Region ul li[class='item']").mouseover(function(){ jQuery(".Cities").hide(); jQuery(this).find(".Cities").show(); }); jQuery(".h3_r").find("a").click(function(){ jQuery(this).parent().parent().parent().hide().find(".Cities").hide(); }); jQuery(".goods_ct").mouseleave(function(){ jQuery(this).hide(); }); jQuery("a[id^=byArea_]").click(function(){ var area_id=jQuery(this).attr("area_id"); jQuery("#area_id").val(area_id); jQuery("#ListForm").submit(); }); }); </script> </head> <body> $!httpInclude.include("/top.htm") <div class="main">$!httpInclude.include("/sparegoods_head.htm")</div> $!httpInclude.include("/sparegoods_nav.htm") <div class="Idle_list"> <div class="main"> <div class="Idle_list_box"> <h1> 个人闲置:<span> <a href="$!webPath/sparegoods_search.htm">全部 #if(!$!sgc)($!allCount) #end</a> #if($!sgc) > #if($!sgc.parent.parent.id) <a href="$!webPath/sparegoods_search.htm?cid=$!{sgc.parent.parent.id}"> $!{sgc.parent.parent.className}</a> > #end #if($!sgc.parent.id) <a href="$!webPath/sparegoods_search.htm?cid=$!{sgc.parent.id}"> $!{sgc.parent.className}</a> > #end <a href="$!webPath/sparegoods_search.htm?cid=$!{sgc.id}"> $!{sgc.className}</a>($!allCount)#end </span> </h1> #if($!sgc.childs.size()>0) <div class="Idle_list_ul"> <ul> #foreach($sgc in $sgc.childs) <li><a href="$!webPath/sparegoods_search.htm?cid=$!sgc.id">$!sgc.className</a></li> #end </ul> </div> #end #if($!objs.size()>0) <form action="$!webPath/sparegoods_search.htm" id="ListForm" name="ListForm" method="post"> <input id="cid" name="cid" value="$!sgc.id" type="hidden" /> <input id="orderBy" name="orderBy" value="$!orderBy" type="hidden" /> <input id="orderType" name="orderType" value="$!orderType" type="hidden" /> <input id="currentPage" name="currentPage" value="$!currentPage" type="hidden" /> <input id="price_begin" name="price_begin" value="$!price_begin" type="hidden" /> <input id="price_end" name="price_end" value="$!price_end" type="hidden" /> <input id="area_id" name="area_id" value="$!area_id" type="hidden" /> <div class="h2"> <div class="h2_left"> <span class="help #if($!orderBy=='recommend')this #end"> <a href="javascript:void(0);" id="search_by_recommend" orderBy="recommend">帮你淘</a></span> <span class="time #if(!$!orderBy || $!orderBy=='addTime')this #end"> <a href="javascript:void(0);" id="search_by_addTime" orderBy="addTime">最新发布</a> </span> <span class="price #if($!orderBy=='goods_price')this #end"> <a href="javascript:void(0);" id="search_by_price" orderBy="goods_price">价格</a> </span> </div> <div class="h2_price"> <input class="tx" id="goods_price_begin" placeholder="#if($!price_begin!=" ")$!price_begin#else¥#end" type="text" /> <span>-</span> <input class="tx" id="goods_price_end" placeholder="#if($!price_end!=" ")$!price_end#else¥#end" type="text" /> <input class="yes" type="button" id="search_by_price" orderBy="goods_price" value="确定" /> </div> <div class="h2_area"> <span>地区选择:</span> <div class="nat"> <a href="javascript:void(0);"><em>#if($!area)$!area.areaName #else全国#end</em><i></i></a> </div> <div class="goods_ct" style="display: none"> <h3> <span class="h3_l">选择你的收货城市</span> <span class="h3_area"> #if($!area) 当前选择城市: $!area.areaName <a href="$!webPath/sparegoods_search.htm"><em>[返回全国]</em></a> #end </span> <span class="h3_r"><a href="javascript:void(0);"><img src="$!webPath/resources/style/system/front/default/images/area_close.png" /></a></span> </h3> <div class="Region"> <ul> #foreach($city in $citys) <li class="item"><a href="javascript:void(0);">$!city.areaName</a> <div class="Cities" style="display: none"> <ul> #foreach($c in $city.childs) <li><a id="byArea_$!{c.id}" href="javascript:void(0);" area_id="$!c.id">$!c.areaName</a></li> #end </ul> </div></li> #end </ul> </div> </div> </div> <div class="h2_search"> <span class="st"> <input type="text" /> </span> <span class="sb"> <input type="button" value="确定" /> </span> </div> </div> <div class="Idle_lists"> <ul> #foreach($obj in $objs) <li> <div class="li_left"> <div class="pic"> <a href="$!webPath/sparegoods_$!{obj.id}.htm" target="_blank"><img src="$!webPath/$!obj.main_img.path/$!obj.main_img.name" width="120" height="120" /></a> #if($!obj.oldAndnew==1) <span>全新转卖</span> #end </div> <div class="middle"> <h4> <a href="$!webPath/sparegoods_$!{obj.id}.htm" target="_blank">$!obj.title</a> </h4> <span class="price">¥<b>$!obj.goods_price</b></span> #set($content = $!SpareGoodsTools.ClearContent($!obj.content)) <p>$!CommUtil.substring("$!content",150)</p> </div> </div> <div class="li_right"> <span class="portrait"> #set($user_img ="$!webPath/$!config.memberIcon.path/$!config.memberIcon.name") #if($!obj.user.phtot) #set($user_img ="$!webPath/$!obj.user.photo.path/$!obj.user.photo.name") #end <a class="por" href="$!webPath/sparegoods_$!{obj.id}.htm" target="_blank"><img src="$!user_img" /></a> <div class="por_r"> <div class="name"> <em><a href="$!webPath/sparegoods_$!{obj.id}.htm" target="_blank">$!obj.name</a></em> <i> #if($!user) <a href="$!webPath/buyer/message_send.htm?userName=$!obj.user.userName" target="_blank"><img src="$!webPath/resources/style/system/front/default/images/usercenter/order_04.gif" width="15" height="11" /></a> #else <a href="javascript:void(0);" dialog_uri="$!webPath/user_dialog_login.htm" dialog_title="会员登录" dialog_width="450" dialog_height="100" dialog_id="user_login"><img src="$!webPath/resources/style/system/front/default/images/usercenter/order_04.gif" width="15" height="11" /></a> #end </i> </div> <span></span> #if($!obj.QQ) <div> <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=$!obj.QQ&Site=$!obj.QQ&Menu=yes"><img src="http://wpa.qq.com/pa?p=2:$!{obj.QQ}:51" /></a> </div> #end </div> </span> <span class="num">电话:$!obj.phone</span> <span class="num">所在地:$!obj.area.parent.parent.areaName $!obj.area.parent.areaName $!obj.area.areaName</span> </div> </li> #end </ul> </div> <div class="Idle_page">$!gotoPageFormHTML</div> </form> #else <div class="starshop_list"> <div class="sigh"> <span><img src="$!imageWebServer/resources/style/system/front/default/images/sigh.png" width="120" height="109" /></span> <b>对不起,没有对应的数据!</b> </div> </div> </div> #end </div> </div> <div class="main">$!httpInclude.include("/footer.htm")</div> </body> </html>
doc/Android_Java_D2xx/doc/help-doc.html
samcrow/ColonyNavigator
<!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_06) on Fri Dec 19 17:31:53 CST 2014 --> <title>API Help</title> <meta name="date" content="2014-12-19"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="API Help"; } //--> </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>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-files/index-1.html">Index</a></li> <li class="navBarCell1Rev">Help</li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?help-doc.html" target="_top">Frames</a></li> <li><a href="help-doc.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">How This API Document Is Organized</h1> <div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <h2>Overview</h2> <p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</p> </li> <li class="blockList"> <h2>Package</h2> <p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p> <ul> <li>Interfaces (italic)</li> <li>Classes</li> <li>Enums</li> <li>Exceptions</li> <li>Errors</li> <li>Annotation Types</li> </ul> </li> <li class="blockList"> <h2>Class/Interface</h2> <p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p> <ul> <li>Class inheritance diagram</li> <li>Direct Subclasses</li> <li>All Known Subinterfaces</li> <li>All Known Implementing Classes</li> <li>Class/interface declaration</li> <li>Class/interface description</li> </ul> <ul> <li>Nested Class Summary</li> <li>Field Summary</li> <li>Constructor Summary</li> <li>Method Summary</li> </ul> <ul> <li>Field Detail</li> <li>Constructor Detail</li> <li>Method Detail</li> </ul> <p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p> </li> <li class="blockList"> <h2>Annotation Type</h2> <p>Each annotation type has its own separate page with the following sections:</p> <ul> <li>Annotation Type declaration</li> <li>Annotation Type description</li> <li>Required Element Summary</li> <li>Optional Element Summary</li> <li>Element Detail</li> </ul> </li> <li class="blockList"> <h2>Enum</h2> <p>Each enum has its own separate page with the following sections:</p> <ul> <li>Enum declaration</li> <li>Enum description</li> <li>Enum Constant Summary</li> <li>Enum Constant Detail</li> </ul> </li> <li class="blockList"> <h2>Use</h2> <p>Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p> </li> <li class="blockList"> <h2>Tree (Class Hierarchy)</h2> <p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p> <ul> <li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li> <li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li> </ul> </li> <li class="blockList"> <h2>Deprecated API</h2> <p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p> </li> <li class="blockList"> <h2>Index</h2> <p>The <a href="index-files/index-1.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p> </li> <li class="blockList"> <h2>Prev/Next</h2> <p>These links take you to the next or previous class, interface, package, or related page.</p> </li> <li class="blockList"> <h2>Frames/No Frames</h2> <p>These links show and hide the HTML frames. All pages are available with or without frames.</p> </li> <li class="blockList"> <h2>All Classes</h2> <p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p> </li> <li class="blockList"> <h2>Serialized Form</h2> <p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p> </li> <li class="blockList"> <h2>Constant Field Values</h2> <p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p> </li> </ul> <em>This help file applies to API documentation generated using the standard doclet.</em></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>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-files/index-1.html">Index</a></li> <li class="navBarCell1Rev">Help</li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?help-doc.html" target="_top">Frames</a></li> <li><a href="help-doc.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> <p> <a href=http://www.ftdichip.com> <font size=4><B>About FTDI </B></font> </a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href=http://www.ftdichip.com/Drivers/FTDriverLicenceTermsSummary.htm > <font size=4><B>FTDI Licence Terms</B></font> </a></small></p> </body> </html>
TypeScript/Edt-Vidt/public/index.html
Edt-2000/Edt-2000
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta content="IE=edge" http-equiv="X-UA-Compatible"> <meta content="width=device-width,initial-scale=1.0" name="viewport"> <title>edt-vidt2</title> </head> <body> <noscript> <strong>We're sorry but edt-vidt2 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> </noscript> <div id="app"></div> <!-- built files will be auto injected --> </body> </html>
dist/code-docs/modules/_client_apps_static_content_server_.html
3nsoft/3nweb-protocols
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;client-apps/static-content-server&quot; | 3NProtocols demo</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <script src="../assets/js/modernizr.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">3NProtocols demo</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="_client_apps_static_content_server_.html">&quot;client-apps/static-content-server&quot;</a> </li> </ul> <h1>External module &quot;client-apps/static-content-server&quot;</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-not-exported"> <h3>Variables</h3> <ul class="tsd-index-list"> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"><a href="_client_apps_static_content_server_.html#cors_allowed_headers" class="tsd-kind-icon">CORS_<wbr>ALLOWED_<wbr>HEADERS</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"><a href="_client_apps_static_content_server_.html#cors_allowed_methods" class="tsd-kind-icon">CORS_<wbr>ALLOWED_<wbr>METHODS</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Functions</h3> <ul class="tsd-index-list"> <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_client_apps_static_content_server_.html#makeapp" class="tsd-kind-icon">make<wbr>App</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-not-exported"> <h2>Variables</h2> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a name="cors_allowed_headers" class="tsd-anchor"></a> <h3>CORS_<wbr>ALLOWED_<wbr>HEADERS</h3> <div class="tsd-signature tsd-kind-icon">CORS_<wbr>ALLOWED_<wbr>HEADERS<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in client-apps/static-content-server.ts:13</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a name="cors_allowed_methods" class="tsd-anchor"></a> <h3>CORS_<wbr>ALLOWED_<wbr>METHODS</h3> <div class="tsd-signature tsd-kind-icon">CORS_<wbr>ALLOWED_<wbr>METHODS<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in client-apps/static-content-server.ts:14</li> </ul> </aside> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Functions</h2> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> <a name="makeapp" class="tsd-anchor"></a> <h3>make<wbr>App</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> <li class="tsd-signature tsd-kind-icon">make<wbr>App<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">express.Express</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in client-apps/static-content-server.ts:16</li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">express.Express</span></h4> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> <li class="current tsd-kind-external-module"> <a href="_client_apps_static_content_server_.html">"client-<wbr>apps/static-<wbr>content-<wbr>server"</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_client_apps_static_content_server_.html#cors_allowed_headers" class="tsd-kind-icon">CORS_<wbr>ALLOWED_<wbr>HEADERS</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_client_apps_static_content_server_.html#cors_allowed_methods" class="tsd-kind-icon">CORS_<wbr>ALLOWED_<wbr>METHODS</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module"> <a href="_client_apps_static_content_server_.html#makeapp" class="tsd-kind-icon">make<wbr>App</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
doc/javadoc/javagulp/view/fit/Stats.Something.html
danse-inelastic/gulp
<!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_03) on Sun Feb 10 23:39:25 EST 2008 --> <TITLE> Stats.Something </TITLE> <META NAME="date" CONTENT="2008-02-10"> <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="Stats.Something"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Stats.Something.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../javagulp/view/fit/Stats.html" title="class in javagulp.view.fit"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?javagulp/view/fit/Stats.Something.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Stats.Something.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> javagulp.view.fit</FONT> <BR> Class Stats.Something</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>javagulp.view.fit.Stats.Something</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.lang.Comparable&lt;<A HREF="../../../javagulp/view/fit/Stats.Something.html" title="class in javagulp.view.fit">Stats.Something</A>&gt;</DD> </DL> <DL> <DT><B>Enclosing class:</B><DD><A HREF="../../../javagulp/view/fit/Stats.html" title="class in javagulp.view.fit">Stats</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>Stats.Something</B><DT>extends java.lang.Object<DT>implements java.lang.Comparable&lt;<A HREF="../../../javagulp/view/fit/Stats.Something.html" title="class in javagulp.view.fit">Stats.Something</A>&gt;</DL> </PRE> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javagulp/view/fit/Stats.Something.html#value">value</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javagulp/view/fit/Stats.Something.html#zScore">zScore</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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="../../../javagulp/view/fit/Stats.Something.html#Stats.Something(double)">Stats.Something</A></B>(double&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../javagulp/view/fit/Stats.Something.html#compareTo(javagulp.view.fit.Stats.Something)">compareTo</A></B>(<A HREF="../../../javagulp/view/fit/Stats.Something.html" title="class in javagulp.view.fit">Stats.Something</A>&nbsp;o)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="value"><!-- --></A><H3> value</H3> <PRE> public double <B>value</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="zScore"><!-- --></A><H3> zScore</H3> <PRE> public double <B>zScore</B></PRE> <DL> <DL> </DL> </DL> <!-- ========= 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="Stats.Something(double)"><!-- --></A><H3> Stats.Something</H3> <PRE> public <B>Stats.Something</B>(double&nbsp;value)</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="compareTo(javagulp.view.fit.Stats.Something)"><!-- --></A><H3> compareTo</H3> <PRE> public int <B>compareTo</B>(<A HREF="../../../javagulp/view/fit/Stats.Something.html" title="class in javagulp.view.fit">Stats.Something</A>&nbsp;o)</PRE> <DL> <DD><DL> <DT><B>Specified by:</B><DD><CODE>compareTo</CODE> in interface <CODE>java.lang.Comparable&lt;<A HREF="../../../javagulp/view/fit/Stats.Something.html" title="class in javagulp.view.fit">Stats.Something</A>&gt;</CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Stats.Something.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../javagulp/view/fit/Stats.html" title="class in javagulp.view.fit"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?javagulp/view/fit/Stats.Something.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Stats.Something.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
lib/lucene-4.0.0/docs/analyzers-common/org/apache/lucene/analysis/es/package-summary.html
dburgmann/fbRecommender
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_27) on Sat Oct 06 02:58:53 EDT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> org.apache.lucene.analysis.es (Lucene 4.0.0 API) </TITLE> <META NAME="date" CONTENT="2012-10-06"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.apache.lucene.analysis.es (Lucene 4.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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../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/apache/lucene/analysis/en/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/lucene/analysis/eu/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/lucene/analysis/es/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package org.apache.lucene.analysis.es </H2> Analyzer for Spanish. <P> <B>See:</B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A> <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lucene/analysis/es/SpanishAnalyzer.html" title="class in org.apache.lucene.analysis.es">SpanishAnalyzer</A></B></TD> <TD><A HREF="../../../../../../core/org/apache/lucene/analysis/Analyzer.html?is-external=true" title="class or interface in org.apache.lucene.analysis"><CODE>Analyzer</CODE></A> for Spanish.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lucene/analysis/es/SpanishLightStemFilter.html" title="class in org.apache.lucene.analysis.es">SpanishLightStemFilter</A></B></TD> <TD>A <A HREF="../../../../../../core/org/apache/lucene/analysis/TokenFilter.html?is-external=true" title="class or interface in org.apache.lucene.analysis"><CODE>TokenFilter</CODE></A> that applies <A HREF="../../../../../org/apache/lucene/analysis/es/SpanishLightStemmer.html" title="class in org.apache.lucene.analysis.es"><CODE>SpanishLightStemmer</CODE></A> to stem Spanish words.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lucene/analysis/es/SpanishLightStemFilterFactory.html" title="class in org.apache.lucene.analysis.es">SpanishLightStemFilterFactory</A></B></TD> <TD>Factory for <A HREF="../../../../../org/apache/lucene/analysis/es/SpanishLightStemFilter.html" title="class in org.apache.lucene.analysis.es"><CODE>SpanishLightStemFilter</CODE></A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lucene/analysis/es/SpanishLightStemmer.html" title="class in org.apache.lucene.analysis.es">SpanishLightStemmer</A></B></TD> <TD>Light Stemmer for Spanish</TD> </TR> </TABLE> &nbsp; <P> <A NAME="package_description"><!-- --></A><H2> Package org.apache.lucene.analysis.es Description </H2> <P> Analyzer for Spanish. <P> <P> <DL> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../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/apache/lucene/analysis/en/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/lucene/analysis/eu/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/lucene/analysis/es/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <address>Copyright &copy; 2000-2012 Apache Software Foundation. All Rights Reserved.</address> <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> </BODY> </HTML>
javadoc/cpw/mods/fml/common/eventhandler/Event.Result.html
Foghrye4/ihl
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Thu Feb 05 20:10:14 EST 2015 --> <title>Event.Result (Forge API)</title> <meta name="date" content="2015-02-05"> <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="Event.Result (Forge 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="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="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../cpw/mods/fml/common/eventhandler/EventBus.html" title="class in cpw.mods.fml.common.eventhandler"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?cpw/mods/fml/common/eventhandler/Event.Result.html" target="_top">Frames</a></li> <li><a href="Event.Result.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><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&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">cpw.mods.fml.common.eventhandler</div> <h2 title="Enum Event.Result" class="title">Enum Event.Result</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a>&gt;</li> <li> <ul class="inheritance"> <li>cpw.mods.fml.common.eventhandler.Event.Result</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a>&gt;</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.html" title="class in cpw.mods.fml.common.eventhandler">Event</a></dd> </dl> <hr> <br> <pre>public static enum <span class="strong">Event.Result</span> extends java.lang.Enum&lt;<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a>&gt;</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_summary"> <!-- --> </a> <h3>Enum Constant Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> <caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html#ALLOW">ALLOW</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html#DEFAULT">DEFAULT</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html#DENY">DENY</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a></code></td> <td class="colLast"><code><strong><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html#values()">values</a></strong>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Enum</h3> <code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</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>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="DENY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DENY</h4> <pre>public static final&nbsp;<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a> DENY</pre> </li> </ul> <a name="DEFAULT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DEFAULT</h4> <pre>public static final&nbsp;<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a> DEFAULT</pre> </li> </ul> <a name="ALLOW"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ALLOW</h4> <pre>public static final&nbsp;<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a> ALLOW</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (Event.Result c : Event.Result.values()) &nbsp; System.out.println(c); </pre></div> <dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in the order they are declared</dd></dl> </li> </ul> <a name="valueOf(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>valueOf</h4> <pre>public static&nbsp;<a href="../../../../../cpw/mods/fml/common/eventhandler/Event.Result.html" title="enum in cpw.mods.fml.common.eventhandler">Event.Result</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> <dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../cpw/mods/fml/common/eventhandler/Event.HasResult.html" title="annotation in cpw.mods.fml.common.eventhandler"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../cpw/mods/fml/common/eventhandler/EventBus.html" title="class in cpw.mods.fml.common.eventhandler"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?cpw/mods/fml/common/eventhandler/Event.Result.html" target="_top">Frames</a></li> <li><a href="Event.Result.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><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&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>
nxt_1.4.4/apidoc/net/sourceforge/nite/datainspection/impl/StringSetValue.html
boompieman/iim_project
<!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_91) on Sat Mar 19 01:50:00 CST 2016 --> <title>StringSetValue</title> <meta name="date" content="2016-03-19"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="StringSetValue"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringItem.html" title="class in net.sourceforge.nite.datainspection.impl"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringTwoSetValue.html" title="class in net.sourceforge.nite.datainspection.impl"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?net/sourceforge/nite/datainspection/impl/StringSetValue.html" target="_top">Frames</a></li> <li><a href="StringSetValue.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><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">net.sourceforge.nite.datainspection.impl</div> <h2 title="Class StringSetValue" class="title">Class StringSetValue</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>net.sourceforge.nite.datainspection.impl.StringSetValue</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../net/sourceforge/nite/datainspection/data/Value.html" title="interface in net.sourceforge.nite.datainspection.data">Value</a></dd> </dl> <hr> <br> <pre>public class <span class="strong">StringSetValue</span> extends java.lang.Object implements <a href="../../../../../net/sourceforge/nite/datainspection/data/Value.html" title="interface in net.sourceforge.nite.datainspection.data">Value</a></pre> <div class="block">StringSetValue Composite Value with one StringValue and one SetValue These composite values are used for AP agreement measuring (see Natasa paper for SigDial'05, Lisbon)</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../net/sourceforge/nite/datainspection/impl/DiceMetricsForStringSetValues.html" title="class in net.sourceforge.nite.datainspection.impl"><code>defined for the distance between two StringSetValues</code></a></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="overviewSummary" 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><a href="../../../../../net/sourceforge/nite/datainspection/impl/SetValue.html" title="class in net.sourceforge.nite.datainspection.impl">SetValue</a></code></td> <td class="colLast"><code><strong><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringSetValue.html#aset">aset</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringValue.html" title="class in net.sourceforge.nite.datainspection.impl">StringValue</a></code></td> <td class="colLast"><code><strong><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringSetValue.html#da">da</a></strong></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="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="../../../../../net/sourceforge/nite/datainspection/impl/StringSetValue.html#StringSetValue(net.sourceforge.nite.datainspection.impl.StringValue,%20net.sourceforge.nite.datainspection.impl.SetValue)">StringSetValue</a></strong>(<a href="../../../../../net/sourceforge/nite/datainspection/impl/StringValue.html" title="class in net.sourceforge.nite.datainspection.impl">StringValue</a>&nbsp;da, <a href="../../../../../net/sourceforge/nite/datainspection/impl/SetValue.html" title="class in net.sourceforge.nite.datainspection.impl">SetValue</a>&nbsp;aset)</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>double</code></td> <td class="colLast"><code><strong><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringSetValue.html#distance(net.sourceforge.nite.datainspection.impl.StringSetValue)">distance</a></strong>(<a href="../../../../../net/sourceforge/nite/datainspection/impl/StringSetValue.html" title="class in net.sourceforge.nite.datainspection.impl">StringSetValue</a>&nbsp;other)</code> <div class="block">uses the dedicated DiceMetricsForStringTwoSetValues for computing the distance</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringSetValue.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;o)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../net/sourceforge/nite/datainspection/impl/SetValue.html" title="class in net.sourceforge.nite.datainspection.impl">SetValue</a></code></td> <td class="colLast"><code><strong><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringSetValue.html#getSetValue()">getSetValue</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringValue.html" title="class in net.sourceforge.nite.datainspection.impl">StringValue</a></code></td> <td class="colLast"><code><strong><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringSetValue.html#getStringValue()">getStringValue</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><strong><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringSetValue.html#getValue()">getValue</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringSetValue.html#main(java.lang.String[])">main</a></strong>(java.lang.String[]&nbsp;args)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringSetValue.html#toString()">toString</a></strong>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="aset"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>aset</h4> <pre>public&nbsp;<a href="../../../../../net/sourceforge/nite/datainspection/impl/SetValue.html" title="class in net.sourceforge.nite.datainspection.impl">SetValue</a> aset</pre> </li> </ul> <a name="da"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>da</h4> <pre>public&nbsp;<a href="../../../../../net/sourceforge/nite/datainspection/impl/StringValue.html" title="class in net.sourceforge.nite.datainspection.impl">StringValue</a> da</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="StringSetValue(net.sourceforge.nite.datainspection.impl.StringValue, net.sourceforge.nite.datainspection.impl.SetValue)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>StringSetValue</h4> <pre>public&nbsp;StringSetValue(<a href="../../../../../net/sourceforge/nite/datainspection/impl/StringValue.html" title="class in net.sourceforge.nite.datainspection.impl">StringValue</a>&nbsp;da, <a href="../../../../../net/sourceforge/nite/datainspection/impl/SetValue.html" title="class in net.sourceforge.nite.datainspection.impl">SetValue</a>&nbsp;aset) throws java.lang.NullPointerException</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>da</code> - the string part of this Value</dd><dd><code>aset</code> - the set part of this Value</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.NullPointerException</code> - if one or more arguments are null</dd></dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getStringValue()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getStringValue</h4> <pre>public&nbsp;<a href="../../../../../net/sourceforge/nite/datainspection/impl/StringValue.html" title="class in net.sourceforge.nite.datainspection.impl">StringValue</a>&nbsp;getStringValue()</pre> </li> </ul> <a name="getSetValue()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSetValue</h4> <pre>public&nbsp;<a href="../../../../../net/sourceforge/nite/datainspection/impl/SetValue.html" title="class in net.sourceforge.nite.datainspection.impl">SetValue</a>&nbsp;getSetValue()</pre> </li> </ul> <a name="getValue()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getValue</h4> <pre>public&nbsp;java.lang.Object&nbsp;getValue()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../net/sourceforge/nite/datainspection/data/Value.html#getValue()">getValue</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../net/sourceforge/nite/datainspection/data/Value.html" title="interface in net.sourceforge.nite.datainspection.data">Value</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>a List with the two value parts [string,set]</dd></dl> </li> </ul> <a name="equals(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;o)</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> <dt><span class="strong">Returns:</span></dt><dd>true iff this set wrapped equals o's set</dd></dl> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="distance(net.sourceforge.nite.datainspection.impl.StringSetValue)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>distance</h4> <pre>public&nbsp;double&nbsp;distance(<a href="../../../../../net/sourceforge/nite/datainspection/impl/StringSetValue.html" title="class in net.sourceforge.nite.datainspection.impl">StringSetValue</a>&nbsp;other)</pre> <div class="block">uses the dedicated DiceMetricsForStringTwoSetValues for computing the distance</div> <dl><dt><span class="strong">Returns:</span></dt><dd>the distance between this and the given other value</dd></dl> </li> </ul> <a name="main(java.lang.String[])"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>main</h4> <pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringItem.html" title="class in net.sourceforge.nite.datainspection.impl"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../net/sourceforge/nite/datainspection/impl/StringTwoSetValue.html" title="class in net.sourceforge.nite.datainspection.impl"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?net/sourceforge/nite/datainspection/impl/StringSetValue.html" target="_top">Frames</a></li> <li><a href="StringSetValue.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><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>
doc/com/example/cmput301/application/class-use/StringRes.html
CMPUT301F12T04/CMPUT301F12T04
<!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_24) on Mon Dec 03 11:29:24 MST 2012 --> <TITLE> Uses of Class com.example.cmput301.application.StringRes </TITLE> <META NAME="date" CONTENT="2012-12-03"> <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.example.cmput301.application.StringRes"; } } </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/example/cmput301/application/StringRes.html" title="class in com.example.cmput301.application"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/example/cmput301/application//class-useStringRes.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StringRes.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.example.cmput301.application.StringRes</B></H2> </CENTER> No usage of com.example.cmput301.application.StringRes <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/example/cmput301/application/StringRes.html" title="class in com.example.cmput301.application"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/example/cmput301/application//class-useStringRes.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StringRes.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>
spliffy-core/src/main/resources/templates/common/validation.css
Spliffy/spliffy
.error, .validationError, #validationMessage { color: red; } .errorField { border: solid red 1px !important; } .pageMessage { padding: 10px; border: dashed #cccccc 1px !important; background: white; display: none; /** initial state */ } p.validationError { margin: 0 0 0.1em 0; }
doc/rf22_mesh_client_8pde-example.html
jeffminton/RF22
<!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.4"/> <title>RF22: rf22_mesh_client.pde</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">RF22 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.4 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">rf22_mesh_client.pde</div> </div> </div><!--header--> <div class="contents"> <p>Client side of <a class="el" href="classRF22Mesh.html" title="RF22 subclass for sending addressed, optionally acknowledged datagrams multi-hop routed across a netw...">RF22Mesh</a> network chain</p> <div class="fragment"><div class="line"><span class="comment">// rf22_mesh_client.pde</span></div> <div class="line"><span class="comment">// -*- mode: C++ -*-</span></div> <div class="line"><span class="comment">// Example sketch showing how to create a simple addressed, routed reliable messaging client</span></div> <div class="line"><span class="comment">// with the RF22Mesh class.</span></div> <div class="line"><span class="comment">// It is designed to work with the other examples rf22_mesh_server*</span></div> <div class="line"><span class="comment">// Hint: you can simulate other network topologies by setting the </span></div> <div class="line"><span class="comment">// RF22_TEST_NETWORK define in RF22Router.h</span></div> <div class="line"></div> <div class="line"><span class="comment">// Mesh has much greater memory requirements, and you may need to limit the</span></div> <div class="line"><span class="comment">// max message length to prevent wierd crashes</span></div> <div class="line"><span class="preprocessor">#define RF22_MAX_MESSAGE_LEN 50</span></div> <div class="line"><span class="preprocessor"></span></div> <div class="line"><span class="preprocessor">#include &lt;RF22Router.h&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;RF22Mesh.h&gt;</span></div> <div class="line"><span class="preprocessor">#include &lt;SPI.h&gt;</span></div> <div class="line"></div> <div class="line"><span class="comment">// In this small artifical network of 4 nodes,</span></div> <div class="line"><span class="preprocessor">#define CLIENT_ADDRESS 1</span></div> <div class="line"><span class="preprocessor"></span><span class="preprocessor">#define SERVER1_ADDRESS 2</span></div> <div class="line"><span class="preprocessor"></span><span class="preprocessor">#define SERVER2_ADDRESS 3</span></div> <div class="line"><span class="preprocessor"></span><span class="preprocessor">#define SERVER3_ADDRESS 4</span></div> <div class="line"><span class="preprocessor"></span></div> <div class="line"><span class="comment">// Singleton instance of the radio</span></div> <div class="line"><a name="_a0"></a><a class="code" href="classRF22Mesh.html" title="RF22 subclass for sending addressed, optionally acknowledged datagrams multi-hop routed across a netw...">RF22Mesh</a> rf22(CLIENT_ADDRESS);</div> <div class="line"></div> <div class="line"><span class="keywordtype">void</span> setup() </div> <div class="line">{</div> <div class="line"> Serial.begin(9600);</div> <div class="line"> <span class="keywordflow">if</span> (!rf22.init())</div> <div class="line"> Serial.println(<span class="stringliteral">&quot;RF22 init failed&quot;</span>);</div> <div class="line"> <span class="comment">// Defaults after init are 434.0MHz, 0.05MHz AFC pull-in, modulation FSK_Rb2_4Fd36</span></div> <div class="line">}</div> <div class="line"></div> <div class="line">uint8_t data[] = <span class="stringliteral">&quot;Hello World!&quot;</span>;</div> <div class="line"><span class="comment">// Dont put this on the stack:</span></div> <div class="line">uint8_t buf[RF22_MESH_MAX_MESSAGE_LEN];</div> <div class="line"></div> <div class="line"><span class="keywordtype">void</span> loop()</div> <div class="line">{</div> <div class="line"></div> <div class="line"> <span class="keywordflow">while</span> (1)</div> <div class="line"> {</div> <div class="line"> Serial.println(<span class="stringliteral">&quot;Sending to rf22_mesh_server2&quot;</span>);</div> <div class="line"> </div> <div class="line"> <span class="comment">// Send a message to a rf22_router_server</span></div> <div class="line"> <span class="comment">// A route to the destination will be automatically discovered.</span></div> <div class="line"> <span class="keywordflow">if</span> (rf22.sendtoWait(data, <span class="keyword">sizeof</span>(data), SERVER3_ADDRESS) != RF22_ROUTER_ERROR_NONE)</div> <div class="line"> Serial.println(<span class="stringliteral">&quot;sendtoWait failed. Are the intermediate routers running?&quot;</span>);</div> <div class="line"> <span class="keywordflow">else</span></div> <div class="line"> {</div> <div class="line"> <span class="comment">// It has been reliably delivered to the next node.</span></div> <div class="line"> <span class="comment">// Now wait for a reply from the ultimate server</span></div> <div class="line"> uint8_t len = <span class="keyword">sizeof</span>(buf);</div> <div class="line"> uint8_t from; </div> <div class="line"> <span class="keywordflow">if</span> (rf22.recvfromAckTimeout(buf, &amp;len, 3000, &amp;from))</div> <div class="line"> {</div> <div class="line"> Serial.print(<span class="stringliteral">&quot;got reply from : 0x&quot;</span>);</div> <div class="line"> Serial.print(from, HEX);</div> <div class="line"> Serial.print(<span class="stringliteral">&quot;: &quot;</span>);</div> <div class="line"> Serial.println((<span class="keywordtype">char</span>*)buf);</div> <div class="line"> }</div> <div class="line"> <span class="keywordflow">else</span></div> <div class="line"> {</div> <div class="line"> Serial.println(<span class="stringliteral">&quot;No reply, is rf22_mesh_server1, rf22_mesh_server2 and rf22_mesh_server3 running?&quot;</span>);</div> <div class="line"> }</div> <div class="line"> }</div> <div class="line"> }</div> <div class="line">}</div> <div class="line"></div> </div><!-- fragment --> </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.4 </small></address> </body> </html>
src/main/resources/templates/hi.html
sinaa/train-simulator
<!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Title</title> </head> <body> <p th:text="'Hello, ' + ${name} + '!'"/> </body> </html>
RossFamilyTree/evt/0/8/d15f5ffde7f5c62190a00902c80.html
RossGammon/the-gammons.net
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - Events</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">Ross Gammon’s Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../families.html" title="Families">Families</a></li> <li class = "CurrentSection"><a href="../../../events.html" title="Events">Events</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../repositories.html" title="Repositories">Repositories</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="EventDetail"> <h3>Death</h3> <table class="infolist eventlist"> <tbody> <tr> <td class="ColumnAttribute">Gramps ID</td> <td class="ColumnGRAMPSID">E6552</td> </tr> <tr> <td class="ColumnAttribute">Date</td> <td class="ColumnColumnDate"> 1982-03-12 </td> </tr> <tr> <td class="ColumnAttribute">Place</td> <td class="ColumnColumnPlace"> <a href="../../../plc/b/8/d15f5fe3b77fdfaa60460e88b.html" title=""> </a> </td> </tr> </tbody> </table> <div class="subsection" id="references"> <h4>References</h4> <ol class="Col1" role="Volume-n-Page"type = 1> <li> <a href="../../../ppl/e/0/d15f5ffde6b3b6bd3eeecc6590e.html"> DENT, Sylvia Cecilia <span class="grampsid"> [I5989]</span> </a> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:54:26<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
templates/formfield/default.html
sorrison/perusal
{% autoescape off %} <div class="form-row {% if formfield.errors %}errors{% endif %}" > {% if formfield.errors %}{{ formfield.errors }}{% endif %} <p for="{{ formfield.auto_id }}"{{ class }}>{{ formfield.label }}:</p>{{ formfield }} {% if formfield.help_text %}<p class="help">{{ formfield.help_text }}</p>{% endif %} </div> {% endautoescape %}
app/psa-web/src/main/resources/templates/error/404.html
BilledTrain380/sporttag-psa
<!DOCTYPE html> <html lang="de" xmlns:th="http://www.thymeleaf.org"> <head th:replace="fragments/main :: head('404 - PSA')"> </head> <body> <div class="container"> <div class="py-5 text-center"> <img class="d-block mx-auto mb-4" width="72px" height="72px" src="/images/psa-logo.svg"> <h2 class="text-danger">Page not found</h2> <p class="lead">We can't seem to find the page you are looking for.</p> </div> </div> </body> </html>
client/src/pages/settings/settings.help.html
apollo-ng/governess
<ion-header> <ion-navbar dark> <ion-title>Settings Help</ion-title> <ion-buttons end> <button ion-button icon-only color="primary" (click)="dismissModal()"> <ion-icon name="close"></ion-icon> </button> </ion-buttons> </ion-navbar> </ion-header> <ion-content> <div class="help-content"> <h3> <ion-icon small name="return-right" item-left></ion-icon> Entry Point </h3> <p>This adjusts how the client behaves when you open it again, you can pick either a specific page or select "Last Viewed Page" to have the client return to the last page your opened in a prior session.</p> </div> </ion-content>
es/stands/decoracion.html
carloscastrogit/mexico-exporta
<!DOCTYPE html> <html class="xv-responsive" lang="es-mx"> <html> <head> <meta charset="UTF-8"> <meta http-equiv="Content-Language" content="es-mx"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Méxicoexporta:Decoración</title> <meta name="description" content="Fabricantes,distribuidores y comercializadoras de artículos para decoración"> <meta name="keywords" content="velas decorativas,lamparas,macetas,persianas y cortinas,cuadros,mesas,tapetes"> <link rel="stylesheet" href="../css/estilos.css"> <link rel="stylesheet" href="../css/estilos_stands.css"> <link rel="stylesheet" href="../css/responsive.css"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-72194096-8', 'auto'); ga('send', 'pageview'); </script> </head> <body> <header class="header"> <div class="contenedor"> <i class="h-social fa fa-phone"></i><p class="h-phone">(55)3967-8816</p> <i class="h-social fa fa-envelope"></i><p><a href="../contacto.html" class="correo-link">info@mexicoexporta.net</a></p> <div class="sociales-header"> <a href="https://twitter.com/mexicoexportaa" target="_blank"><i class="h-social fa fa-twitter"></i></a> <a href="https://www.linkedin.com/company-beta/10148869/" target="_blank"><i class="h-social fa fa-linkedin"></i></a> <a href="https://plus.google.com/u/0/116812705605890143288" target="_blank"><i class="h-social fa fa-google-plus"></i></a> </div> </div> </header> <div class="logo-me"> <div class="contenedor"> <a href="../index.html"><img src="../img/logo.png" alt="Méxicoexporta" title="Méxicoexporta"></a> </div> </div> <div class="stands-box"> <div class="contenedor"> <h1 class="sector-titulo">Decoración</h1> <div class="stands"> <div class="stand"> <a href="empresas/galerianuevaera/galerianuevaera.html"> <div class="stand-img-box-galerianuevaera"></div> </a> <h3 class="stand-titulo" id="stand-titulo">Galería la Nueva Era de Piedra</h3> </div> <div class="stand"> <a href="empresas/herma1/herma1.html"> <div class="stand-img-box-herma1"></div> </a> <h3 class="stand-titulo" id="stand-titulo">Alto Diseño en Mosaico</h3> </div> </div> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="../js/hover.js"></script> <footer> <p class="footer-txt">&copy; 2017 Mexicoexporta. Diseñada por: <a href="http://www.carloscastro.com.mx/" target="_blank">ExtraWeb</a></p> </footer> </body> </html>
output/common/zsdocs/gcc/Basic-PowerPC-Built_002din-Functions.html
ArmageddonGames/ZeldaClassic
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2019 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being "Funding Free Software", the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled "GNU Free Documentation License". (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development. --> <!-- Created by GNU Texinfo 6.3, http://www.gnu.org/software/texinfo/ --> <head> <title>Using the GNU Compiler Collection (GCC): Basic PowerPC Built-in Functions</title> <meta name="description" content="Using the GNU Compiler Collection (GCC): Basic PowerPC Built-in Functions"> <meta name="keywords" content="Using the GNU Compiler Collection (GCC): Basic PowerPC Built-in Functions"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="index.html#Top" rel="start" title="Top"> <link href="Option-Index.html#Option-Index" rel="index" title="Option Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Target-Builtins.html#Target-Builtins" rel="up" title="Target Builtins"> <link href="Basic-PowerPC-Built_002din-Functions-Available-on-all-Configurations.html#Basic-PowerPC-Built_002din-Functions-Available-on-all-Configurations" rel="next" title="Basic PowerPC Built-in Functions Available on all Configurations"> <link href="picoChip-Built_002din-Functions.html#picoChip-Built_002din-Functions" rel="prev" title="picoChip Built-in Functions"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.indentedblock {margin-right: 0em} blockquote.smallindentedblock {margin-right: 0em; font-size: smaller} blockquote.smallquotation {font-size: smaller} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smalllisp {margin-left: 3.2em} kbd {font-style: oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: inherit; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: inherit; font-size: smaller} pre.smalllisp {font-size: smaller} span.nolinebreak {white-space: nowrap} span.roman {font-family: initial; font-weight: normal} span.sansserif {font-family: sans-serif; font-weight: normal} ul.no-bullet {list-style: none} --> </style> <link rel="stylesheet" type="text/css" href="/gcc.css"> </head> <body lang="en"> <a name="Basic-PowerPC-Built_002din-Functions"></a> <div class="header"> <p> Next: <a href="PowerPC-AltiVec_002fVSX-Built_002din-Functions.html#PowerPC-AltiVec_002fVSX-Built_002din-Functions" accesskey="n" rel="next">PowerPC AltiVec/VSX Built-in Functions</a>, Previous: <a href="picoChip-Built_002din-Functions.html#picoChip-Built_002din-Functions" accesskey="p" rel="prev">picoChip Built-in Functions</a>, Up: <a href="Target-Builtins.html#Target-Builtins" accesskey="u" rel="up">Target Builtins</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Option-Index.html#Option-Index" title="Index" rel="index">Index</a>]</p> </div> <hr> <a name="Basic-PowerPC-Built_002din-Functions-1"></a> <h4 class="subsection">6.60.21 Basic PowerPC Built-in Functions</h4> <table class="menu" border="0" cellspacing="0"> <tr><td align="left" valign="top">&bull; <a href="Basic-PowerPC-Built_002din-Functions-Available-on-all-Configurations.html#Basic-PowerPC-Built_002din-Functions-Available-on-all-Configurations" accesskey="1">Basic PowerPC Built-in Functions Available on all Configurations</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> </td></tr> <tr><td align="left" valign="top">&bull; <a href="Basic-PowerPC-Built_002din-Functions-Available-on-ISA-2_002e05.html#Basic-PowerPC-Built_002din-Functions-Available-on-ISA-2_002e05" accesskey="2">Basic PowerPC Built-in Functions Available on ISA 2.05</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> </td></tr> <tr><td align="left" valign="top">&bull; <a href="Basic-PowerPC-Built_002din-Functions-Available-on-ISA-2_002e06.html#Basic-PowerPC-Built_002din-Functions-Available-on-ISA-2_002e06" accesskey="3">Basic PowerPC Built-in Functions Available on ISA 2.06</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> </td></tr> <tr><td align="left" valign="top">&bull; <a href="Basic-PowerPC-Built_002din-Functions-Available-on-ISA-2_002e07.html#Basic-PowerPC-Built_002din-Functions-Available-on-ISA-2_002e07" accesskey="4">Basic PowerPC Built-in Functions Available on ISA 2.07</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> </td></tr> <tr><td align="left" valign="top">&bull; <a href="Basic-PowerPC-Built_002din-Functions-Available-on-ISA-3_002e0.html#Basic-PowerPC-Built_002din-Functions-Available-on-ISA-3_002e0" accesskey="5">Basic PowerPC Built-in Functions Available on ISA 3.0</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> </td></tr> </table> <p>This section describes PowerPC built-in functions that do not require the inclusion of any special header files to declare prototypes or provide macro definitions. The sections that follow describe additional PowerPC built-in functions. </p> </body> </html>
doc/manual/functions_0x63.html
rdmpage/graph-template-library
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>GTL - Graph Template Library: Class Members</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head> <body> <p class="links"> <a href="../index.html">Home</a> | Documentation | <a href="../register.html">Download</a> | <a href="../platforms.html">Platforms</a> | <a href="../refer.html">Projects</a> | <a href="../lists.html">Mailing Lists</a> | <a href="../history.html">Version History</a> </p> <!-- Generated by Doxygen 1.5.3 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li class="current"><a href="classes.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="classes.html"><span>Alphabetical&nbsp;List</span></a></li> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> <div class="tabs"> <ul> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><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_eval.html"><span>Enumerator</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_0x62.html#index_b"><span>b</span></a></li> <li class="current"><a href="functions_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_0x6e.html#index_n"><span>n</span></a></li> <li><a href="functions_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_0x71.html#index_q"><span>q</span></a></li> <li><a href="functions_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_0x7e.html#index_~"><span>~</span></a></li> </ul> </div> <p> Here is a list of all documented class members with links to the class documentation for each member: <p> <h3><a class="anchor" name="index_c">- c -</a></h3><ul> <li>calc_comp_num() : <a class="el" href="a00008.html#70862ea715c52eb95fb704afd3a6e676">dfs</a> <li>calc_embedding() : <a class="el" href="a00023.html#7806f9040f6ba20befb15ea3a25ba76a">planarity</a> <li>calc_level() : <a class="el" href="a00003.html#491515da4eb8efca0be4fef0df350a8e">bfs</a> <li>calc_obstruction() : <a class="el" href="a00023.html#16713450b2930008709b87fc4f32fc6f">planarity</a> <li>center() : <a class="el" href="a00014.html#69a41fa7005deee6062f2b8798d3fc74">graph</a> <li>change_source() : <a class="el" href="a00010.html#d9e615b1a11bbc88aae2b166d377f354">edge</a> <li>change_target() : <a class="el" href="a00010.html#2f797fda0f41412265d793982f2cf953">edge</a> <li>changeKey() : <a class="el" href="a00006.html#b1353fe40c5cfc1205314a4db6334f1b">bin_heap&lt; T, Pred &gt;</a> <li>check() : <a class="el" href="a00004.html#5db0b38d8d01af52720d6941103de4f2">biconnectivity</a> , <a class="el" href="a00005.html#92c6790f5ea4a7417b593342c58a953b">bid_dijkstra</a> , <a class="el" href="a00007.html#060c996e815c56cbab61f36d57fc3545">components</a> , <a class="el" href="a00008.html#908f4ea617ed59767ed334b39a2771d0">dfs</a> , <a class="el" href="a00009.html#fb4aff7134caa15dcce88668c54899aa">dijkstra</a> , <a class="el" href="a00022.html#6462d40327bf7c4c91523b888bb45cb3">planar_embedding</a> , <a class="el" href="a00012.html#21f4498904415ef1d88354517e7be95e">fm_partition</a> , <a class="el" href="a00015.html#b79864f21b29192bc9a81ebfa00cd262">maxflow_ff</a> , <a class="el" href="a00016.html#05bb51b4f7ab213b6624188a0e64a025">maxflow_pp</a> , <a class="el" href="a00028.html#d83c28909478d35c737a2c70506407dd">topsort</a> , <a class="el" href="a00026.html#2aad4550b821c52d6998bff35fd8648f">st_number</a> , <a class="el" href="a00017.html#f94644633a5cfb386de082cc02febef3">maxflow_sap</a> , <a class="el" href="a00001.html#76361fb03ad1cf643affc51821e43bed">algorithm</a> , <a class="el" href="a00018.html#d87b1bfbc687ad943c07538fa0c3d270">min_tree</a> , <a class="el" href="a00023.html#e06c471d957a116aad14e338c341f8b1">planarity</a> , <a class="el" href="a00002.html#9da2fb7d20ef1f726ee935474302d80b">bellman_ford</a> , <a class="el" href="a00025.html#c4bdc17520a51ffda1a51294ed8e83ef">ratio_cut_partition</a> , <a class="el" href="a00003.html#6dd7e852f7768814aafba8962befca56">bfs</a> <li>choose_node() : <a class="el" href="a00014.html#069c708418107c88af0adc7ab518727f">graph</a> <li>clear() : <a class="el" href="a00014.html#9ff5d6af3653e79f87b836701453f55a">graph</a> , <a class="el" href="a00019.html#ebe555c23769c6dcc869b5ac7fae6a9c">ne_map&lt; Key, Value, Graph, Alloc &gt;</a> <li>column : <a class="el" href="a00013.html#0708757bcd78a82077a0577982f2c433">GML_error</a> <li>comp_num() : <a class="el" href="a00008.html#1b1c940ed5df7e7b8f825ede1d37f364">dfs</a> <li>components() : <a class="el" href="a00007.html#b7477b2f86334984c6dd9d86c47bfee0">components</a> <li>components_begin() : <a class="el" href="a00007.html#8a645639044375cdaefabffda3ae70e0">components</a> , <a class="el" href="a00004.html#c0b7253533edc3f1412f771cb35bf04a">biconnectivity</a> <li>components_end() : <a class="el" href="a00004.html#0bd1c70975e664174e591efd64f8dc71">biconnectivity</a> , <a class="el" href="a00007.html#8537c6e4c6a29a4ae05a937b5fda1fb9">components</a> <li>cut_edges_begin() : <a class="el" href="a00012.html#9757161ed8cf175c0f5c4857fa3adea3">fm_partition</a> , <a class="el" href="a00025.html#254e3c1f15855db67557f80f2513a378">ratio_cut_partition</a> <li>cut_edges_end() : <a class="el" href="a00025.html#7bcefed3f3e1dc93e4d8bf259134a43b">ratio_cut_partition</a> , <a class="el" href="a00012.html#f0ec3c073e6e2d978ac74b49f18f8322">fm_partition</a> <li>cut_edges_iterator : <a class="el" href="a00025.html#5269af60e49810067411b085a1341adc">ratio_cut_partition</a> , <a class="el" href="a00012.html#ede10aea3dda6be8014ce60fca728efe">fm_partition</a> <li>cut_points_begin() : <a class="el" href="a00004.html#473197552874aaf148e847838144eed7">biconnectivity</a> <li>cut_points_end() : <a class="el" href="a00004.html#78cb06c1d056b9519622a67a92e85b6e">biconnectivity</a> <li>cyclic_next() : <a class="el" href="a00022.html#4498733be831e1468044db038452efa4">planar_embedding</a> <li>cyclic_prev() : <a class="el" href="a00022.html#e4d5e8226c1088c17e15ee6447133383">planar_embedding</a> </ul> <p class="links"> <a href="http://www.uni-passau.de/">University of Passau</a> &nbsp;-&nbsp; <a href="http://www.fmi.uni-passau.de/">FMI</a> &nbsp;-&nbsp; <a href="http://www.fmi.uni-passau.de/fmi/lehrstuehle/brandenburg/">Theoretical Computer Science</a> </p> <div class="copyright"> Design &copy; 2002, 2003 <a href="mailto:raitner@fmi.uni-passau.de">Marcus Raitner</a>, University of Passau </div> </body> </html>
bc.css
bitw1se/slow-bcvm-js
body { background-color: #eee; font-family: Helvetica; } .thankyou { color: #114e87; } .main { padding-left: 12px; padding-right: 12px; width: 60%; height: 1000px; margin: 0px auto; background-color: #fff; border-left: 1px solid #333; border-right: 1px solid #333; } #output { font-family: Courier; color: #eee; padding: 12px; width: 600px; height: 50px; margin: 0px auto; border-radius: 3px; background-color: #000; overflow: auto; }
libs/Random123/docs/html/search/all_75.html
drahoslavzan/MKP-PSO
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div class="SRResult" id="SR_u01_2eh"> <div class="SREntry"> <a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="../u01_8h.html" target="_parent">u01.h</a> </div> </div> <div class="SRResult" id="SR_u01_5fclosed_5fclosed_5f32_5f24"> <div class="SREntry"> <a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="../group__u01__closed__open__W__M.html#ga72bec4ca33a69e423683535934f3fb7e" target="_parent">u01_closed_closed_32_24</a> <span class="SRScope">u01.h</span> </div> </div> <div class="SRResult" id="SR_u01_5fclosed_5fclosed_5f32_5f53"> <div class="SREntry"> <a id="Item2" onkeydown="return searchResults.Nav(event,2)" onkeypress="return searchResults.Nav(event,2)" onkeyup="return searchResults.Nav(event,2)" class="SRSymbol" href="../group__u01__closed__open__W__M.html#gac1c1d9fbee022f6a1934274884e2d003" target="_parent">u01_closed_closed_32_53</a> <span class="SRScope">u01.h</span> </div> </div> <div class="SRResult" id="SR_u01_5fclosed_5fclosed_5f64_5f53"> <div class="SREntry"> <a id="Item3" onkeydown="return searchResults.Nav(event,3)" onkeypress="return searchResults.Nav(event,3)" onkeyup="return searchResults.Nav(event,3)" class="SRSymbol" href="../group__u01__closed__open__W__M.html#gaf15da281b02fb398a08d6058e1746213" target="_parent">u01_closed_closed_64_53</a> <span class="SRScope">u01.h</span> </div> </div> <div class="SRResult" id="SR_u01_5fclosed_5fopen_5f32_5f24"> <div class="SREntry"> <a id="Item4" onkeydown="return searchResults.Nav(event,4)" onkeypress="return searchResults.Nav(event,4)" onkeyup="return searchResults.Nav(event,4)" class="SRSymbol" href="../group__u01__closed__open__W__M.html#gab86395965cdb0260441d3aa401173579" target="_parent">u01_closed_open_32_24</a> <span class="SRScope">u01.h</span> </div> </div> <div class="SRResult" id="SR_u01_5fclosed_5fopen_5f32_5f53"> <div class="SREntry"> <a id="Item5" onkeydown="return searchResults.Nav(event,5)" onkeypress="return searchResults.Nav(event,5)" onkeyup="return searchResults.Nav(event,5)" class="SRSymbol" href="../group__u01__closed__open__W__M.html#gad6715d83a1be85f6b193e5c6435e5881" target="_parent">u01_closed_open_32_53</a> <span class="SRScope">u01.h</span> </div> </div> <div class="SRResult" id="SR_u01_5fclosed_5fopen_5f64_5f53"> <div class="SREntry"> <a id="Item6" onkeydown="return searchResults.Nav(event,6)" onkeypress="return searchResults.Nav(event,6)" onkeyup="return searchResults.Nav(event,6)" class="SRSymbol" href="../group__u01__closed__open__W__M.html#ga57abba3e48b58aa29d17e6583097964e" target="_parent">u01_closed_open_64_53</a> <span class="SRScope">u01.h</span> </div> </div> <div class="SRResult" id="SR_u01_5fopen_5fclosed_5f32_5f24"> <div class="SREntry"> <a id="Item7" onkeydown="return searchResults.Nav(event,7)" onkeypress="return searchResults.Nav(event,7)" onkeyup="return searchResults.Nav(event,7)" class="SRSymbol" href="../group__u01__closed__open__W__M.html#ga16f3ec76b40f63a1275386a818acae60" target="_parent">u01_open_closed_32_24</a> <span class="SRScope">u01.h</span> </div> </div> <div class="SRResult" id="SR_u01_5fopen_5fclosed_5f32_5f53"> <div class="SREntry"> <a id="Item8" onkeydown="return searchResults.Nav(event,8)" onkeypress="return searchResults.Nav(event,8)" onkeyup="return searchResults.Nav(event,8)" class="SRSymbol" href="../group__u01__closed__open__W__M.html#ga2c7b8abbd542181384c88b57bf384c69" target="_parent">u01_open_closed_32_53</a> <span class="SRScope">u01.h</span> </div> </div> <div class="SRResult" id="SR_u01_5fopen_5fclosed_5f64_5f53"> <div class="SREntry"> <a id="Item9" onkeydown="return searchResults.Nav(event,9)" onkeypress="return searchResults.Nav(event,9)" onkeyup="return searchResults.Nav(event,9)" class="SRSymbol" href="../group__u01__closed__open__W__M.html#ga5e3129e4f37180519acfd7f4c62431ed" target="_parent">u01_open_closed_64_53</a> <span class="SRScope">u01.h</span> </div> </div> <div class="SRResult" id="SR_u01_5fopen_5fopen_5f32_5f24"> <div class="SREntry"> <a id="Item10" onkeydown="return searchResults.Nav(event,10)" onkeypress="return searchResults.Nav(event,10)" onkeyup="return searchResults.Nav(event,10)" class="SRSymbol" href="../group__u01__closed__open__W__M.html#ga3239622836b1b63de13d32cf73955a3a" target="_parent">u01_open_open_32_24</a> <span class="SRScope">u01.h</span> </div> </div> <div class="SRResult" id="SR_u01_5fopen_5fopen_5f32_5f53"> <div class="SREntry"> <a id="Item11" onkeydown="return searchResults.Nav(event,11)" onkeypress="return searchResults.Nav(event,11)" onkeyup="return searchResults.Nav(event,11)" class="SRSymbol" href="../group__u01__closed__open__W__M.html#ga74363ee05d64adfe2a8c19b0d2ece681" target="_parent">u01_open_open_32_53</a> <span class="SRScope">u01.h</span> </div> </div> <div class="SRResult" id="SR_u01_5fopen_5fopen_5f64_5f53"> <div class="SREntry"> <a id="Item12" onkeydown="return searchResults.Nav(event,12)" onkeypress="return searchResults.Nav(event,12)" onkeyup="return searchResults.Nav(event,12)" class="SRSymbol" href="../group__u01__closed__open__W__M.html#gae5848b85fa1414009c6374bfe129176a" target="_parent">u01_open_open_64_53</a> <span class="SRScope">u01.h</span> </div> </div> <div class="SRResult" id="SR_ukey"> <div class="SREntry"> <a id="Item13" onkeydown="return searchResults.Nav(event,13)" onkeypress="return searchResults.Nav(event,13)" onkeyup="return searchResults.Nav(event,13)" class="SRSymbol" href="../structr123_1_1Engine.html#a11a79253c3a7b07e697f7bf4c7edb52f" target="_parent">ukey</a> <span class="SRScope">r123::Engine</span> </div> </div> <div class="SRResult" id="SR_ukey_5ftype"> <div class="SREntry"> <a id="Item14" onkeydown="return searchResults.Nav(event,14)" onkeypress="return searchResults.Nav(event,14)" onkeyup="return searchResults.Nav(event,14)" class="SRSymbol" href="javascript:searchResults.Toggle('SR_ukey_5ftype')">ukey_type</a> <div class="SRChildren"> <a id="Item14_c0" onkeydown="return searchResults.NavChild(event,14,0)" onkeypress="return searchResults.NavChild(event,14,0)" onkeyup="return searchResults.NavChild(event,14,0)" class="SRScope" href="../structr123_1_1AESNI1xm128i.html#a1f405533da84d98b938030190a63cec5" target="_parent">r123::AESNI1xm128i::ukey_type()</a> <a id="Item14_c1" onkeydown="return searchResults.NavChild(event,14,1)" onkeypress="return searchResults.NavChild(event,14,1)" onkeyup="return searchResults.NavChild(event,14,1)" class="SRScope" href="../structr123_1_1AESNI4x32.html#a3fbb6113e70575dce3b6047a22a751f4" target="_parent">r123::AESNI4x32::ukey_type()</a> <a id="Item14_c2" onkeydown="return searchResults.NavChild(event,14,2)" onkeypress="return searchResults.NavChild(event,14,2)" onkeyup="return searchResults.NavChild(event,14,2)" class="SRScope" href="../structr123_1_1ARS1xm128i__R.html#ab26c7029e347e6b1e17dad795e462aeb" target="_parent">r123::ARS1xm128i_R::ukey_type()</a> <a id="Item14_c3" onkeydown="return searchResults.NavChild(event,14,3)" onkeypress="return searchResults.NavChild(event,14,3)" onkeyup="return searchResults.NavChild(event,14,3)" class="SRScope" href="../structr123_1_1ARS4x32__R.html#aa4bd7be98acb8b0299fb0ffce3db69ee" target="_parent">r123::ARS4x32_R::ukey_type()</a> <a id="Item14_c4" onkeydown="return searchResults.NavChild(event,14,4)" onkeypress="return searchResults.NavChild(event,14,4)" onkeyup="return searchResults.NavChild(event,14,4)" class="SRScope" href="../classr123_1_1MicroURNG.html#a7e6fd93fec2fe138ee36b401ff376cfc" target="_parent">r123::MicroURNG::ukey_type()</a> <a id="Item14_c5" onkeydown="return searchResults.NavChild(event,14,5)" onkeypress="return searchResults.NavChild(event,14,5)" onkeyup="return searchResults.NavChild(event,14,5)" class="SRScope" href="../structr123_1_1Philox2x32__R.html#a8982960eb5a3b5afc26c8e8d6639275e" target="_parent">r123::Philox2x32_R::ukey_type()</a> <a id="Item14_c6" onkeydown="return searchResults.NavChild(event,14,6)" onkeypress="return searchResults.NavChild(event,14,6)" onkeyup="return searchResults.NavChild(event,14,6)" class="SRScope" href="../structr123_1_1Philox4x32__R.html#a804c8700155da93039c339ac83df99dd" target="_parent">r123::Philox4x32_R::ukey_type()</a> <a id="Item14_c7" onkeydown="return searchResults.NavChild(event,14,7)" onkeypress="return searchResults.NavChild(event,14,7)" onkeyup="return searchResults.NavChild(event,14,7)" class="SRScope" href="../structr123_1_1Philox2x64__R.html#a0c4cfeb8c3f00d1755ee047790c9da1c" target="_parent">r123::Philox2x64_R::ukey_type()</a> <a id="Item14_c8" onkeydown="return searchResults.NavChild(event,14,8)" onkeypress="return searchResults.NavChild(event,14,8)" onkeyup="return searchResults.NavChild(event,14,8)" class="SRScope" href="../structr123_1_1Philox4x64__R.html#a4715e37129fb4ca9d7671cb9df4fa8c5" target="_parent">r123::Philox4x64_R::ukey_type()</a> <a id="Item14_c9" onkeydown="return searchResults.NavChild(event,14,9)" onkeypress="return searchResults.NavChild(event,14,9)" onkeyup="return searchResults.NavChild(event,14,9)" class="SRScope" href="../structr123_1_1ReinterpretCtr.html#a4b0b69c1aa58d62bb22e51e16c586bee" target="_parent">r123::ReinterpretCtr::ukey_type()</a> <a id="Item14_c10" onkeydown="return searchResults.NavChild(event,14,10)" onkeypress="return searchResults.NavChild(event,14,10)" onkeyup="return searchResults.NavChild(event,14,10)" class="SRScope" href="../structr123_1_1Threefry2x32__R.html#a3ab3969f7445f9fe935566fdc017c5ca" target="_parent">r123::Threefry2x32_R::ukey_type()</a> <a id="Item14_c11" onkeydown="return searchResults.NavChild(event,14,11)" onkeypress="return searchResults.NavChild(event,14,11)" onkeyup="return searchResults.NavChild(event,14,11)" class="SRScope" href="../structr123_1_1Threefry4x32__R.html#aab22e360de3f5e13f018ccf3a6754a8f" target="_parent">r123::Threefry4x32_R::ukey_type()</a> <a id="Item14_c12" onkeydown="return searchResults.NavChild(event,14,12)" onkeypress="return searchResults.NavChild(event,14,12)" onkeyup="return searchResults.NavChild(event,14,12)" class="SRScope" href="../structr123_1_1Threefry2x64__R.html#a57db271865ab1889c8f569fb053ee66d" target="_parent">r123::Threefry2x64_R::ukey_type()</a> <a id="Item14_c13" onkeydown="return searchResults.NavChild(event,14,13)" onkeypress="return searchResults.NavChild(event,14,13)" onkeyup="return searchResults.NavChild(event,14,13)" class="SRScope" href="../structr123_1_1Threefry4x64__R.html#a087ff88f84d115a6a726e008c6dcc325" target="_parent">r123::Threefry4x64_R::ukey_type()</a> <a id="Item14_c14" onkeydown="return searchResults.NavChild(event,14,14)" onkeypress="return searchResults.NavChild(event,14,14)" onkeyup="return searchResults.NavChild(event,14,14)" class="SRScope" href="../structr123_1_1Engine.html#a32973bdda8697bcbb4dde11c0366a5e3" target="_parent">r123::Engine::ukey_type()</a> </div> </div> </div> <div class="SRStatus" id="Searching">Searching...</div> <div class="SRStatus" id="NoMatches">No Matches</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
css/skins/skin-blue.css
lqhou/MyCherry
@charset "utf-8"; /* 蓝莓蓝(浅色) */ a { color: #5b5b5b; text-decoration: none; } a:link { color: #5b5b5b; text-decoration: none; } a:visited { color: #5b5b5b; text-decoration: none; } a:hover { color: #50bfff; text-decoration: none; } a:active { color: #5b5b5b; text-decoration: none; } .loading { background: #e84c3d; } .circle-loading { border: 2px solid #e84c3d; border-bottom: 2px solid transparent; } .to-top { background: #50bfff; } .to-top:hover { background:#e84c3d; } .banner { background-color: #50bfff; } .head-top { background-color: #324056; } .head-top a:hover { color: #000000; text-decoration: none; } .siteinfo { color: #3e3e3e; } .sitetitle a:hover { color: #000000 !important; } .socialbox ul li i:hover { color: #50bfff; } .pagenavi span, .pagenavi a:hover { color: #ffffff !important; background: #50bfff; } /* SideBar */ .sidebox>h2 { border-bottom: solid 3px #50bfff; } .recentc-box i { color: #50bfff; } .tagcloud a:hover{ background-color: #50bfff; color: #ffffff !important; } /*#search-3 { background-color: yellow; }*/ .mc_search input[type=submit] {background-color: #50bfff;} .mc_search input[type=submit]:hover {background-color: #e84c3d;} .mc_search input[type=text] { border: 1px solid #50bfff; } /* button */ .sideio li a { color: #0f4b6d !important; border: 1px solid #a5a5a5 !important; background-color: #a9adb1; background-image: url('../../images/button_bg.png'), url('../../images/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(197,199,202,1) 0, rgba(197,199,202,0) 100px), -moz-linear-gradient(#c5c7ca, #92989c); background-image: url('../../images/button_bg.png'), url('../../images/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100,from(rgba(197,199,202,1)),to(rgba(197,199,202,0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c7ca), to(#92989c)); } .sideio li a:hover { background-color:#50bfff; background-image: url('../../images/button_bg.png'), url('../../images/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(80,191,255,1) 0,rgba(80,191,255,0) 100px), -moz-linear-gradient(#7ec6ef, #50bfff); background-image: url('../../images/button_bg.png'), url('../../images/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100,from(rgba(80,191,255,1)), to(rgba(80,191,255,1))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7ec6ef), to(#50bfff)); } /* position */ #map .position a {color:#50bfff;} /* post data */ .post_date{ background-color:#50bfff; } .small-number { background: #50bfff; } /* Article list */ .article-info a:hover { color: #50bfff !important; } .article-info i { color: #50bfff; } .article-info-sub i { color: #50bfff; } .pagenavi span { color: #50bfff; } /* .sidebox:hover { box-shadow: 0px 0px 1px #50bfff; } */ .label { background-color: #50bfff; } .label:hover { color: #3e3e3e !important; } .label-arrow { border-color: transparent transparent transparent #50bfff; } .label-arrow1 { color: #50bfff; } .article-list h1>a:hover { color: #50bfff; } /* article */ .articletitle a:hover { color: #50bfff !important; } .titleinfo { border-bottom: 2px solid #50bfff; } .titleinfo .fa { color: #50bfff; } .hpageinfo a:hover { color: #50bfff !important; } .hpageinfo .fa { color: #50bfff; } /* artcle content title */ .article .a-content h1 { border-left: 5px solid #50bfff; } .article .a-content h1::before { color: #50bfff; } .article .a-content h2 { border-bottom: 5px double #50bfff; } .article .a-content h3 { border: 2px dotted #50bfff; } .article .a-content h3::before { color: #50bfff; } /* series articles title */ .post-series h1 { border: 2px dotted #50bfff; } /* */ #likebtn { background-color: #50bfff; } #sharebtn { background-color: #50bfff; } /* aside */ .aside-info { background-color: #50bfff; } /* pages */ .pagetitle { border-left: 8px solid #50bfff; } .pageleft .current_page_item a { background-color: #d9d9d9; } .pageleft .current_page_item a:before { content: "\f0a4"; } .pageleft ul li a:hover { background-color: #d9d9d9; } /* page tags */ .list-inline a:hover,.ist-inlin a.current { background: none repeat scroll 0 0 #50bfff; border: 5px solid #50bfff; } /* preNext article */ .pre_wrap:hover a { color: #50bfff; } .next_wrap:hover a { color: #50bfff; } /* footer */ .mc_brlink a:hover { color: #50bfff !important; } .foot_about ul li a:hover { color: #50bfff; }
dashboard/static/card-prov-images.html
signal18/replication-manager
<md-card ng-if="selectedCluster"> <table ng-if="settings" md-table class="table md-primary md-data-table"> <col style="width: 20%;"> <col style="width: 5%;"> <col style="width: 20%;"> <col style="width: 5%;"> <col style="width: 20%;"> <col style="width: 5%;"> <col style="width: 20%;"> <col style="width: 5%;"> <tr md-row> <th colspan=8>Orchestrator Images</th> </tr> <tr><td colspan=8> <span style="display:inline-block;;margin: 2px;" class="label label-success"> {{selectedCluster.config.provDbDockerImg}}</span> <span style="display:inline-block;;margin: 2px;" class="label label-success">{{selectedCluster.config.provProxyDockerProxysqlImg}}</span> <span style="display:inline-block;;margin: 2px;" class="label label-success">{{selectedCluster.config.provProxyDockerMaxscaleImg}}</span> <span style="display:inline-block;;margin: 2px;" class="label label-success">{{selectedCluster.config.provProxyDockerHaproxyImg}}</span> <span style="display:inline-block;;margin: 2px;" class="label label-success">{{selectedCluster.config.provSphinxDockerImg}}</span> <span style="display:inline-block;;margin: 2px;" class="label label-success">{{selectedCluster.config.provProxyDockerShardproxyImg}}</span> </td></tr> <tr><td> MariaDB: <md-select name="selectedMariaDBImage" ng-model="selectedMariaDBImage"> <md-option ng-selected="{{tag.name == selectedCluster.config.provDbDockerImg.split(':')[1]}}" ng-repeat="tag in settings.serviceRepos[0].tags" ng-value="tag.name" selected="{{ tag.name === selectedCluster.config.provDbDockerImg.split(':')[1] ? 'selected' : '' }}"> {{tag.name}}</md-option> </md-select> </td><td valign='middle'> <span style="display:inline-block;;margin: 2px;" ng-click="saveDBImage('mariadb:'+selectedMariaDBImage)"><i style="display:inline-block;;margin: 2px;" class="fa fa-save"/></span> </td> <td> MySQL: <md-select name="selectedMySQLImage" ng-model="selectedMySQLImage"> <md-option ng-selected="{{tag.name == selectedCluster.config.provDbDockerImg.split(':')[1]}}" ng-repeat="tag in settings.serviceRepos[1].tags" ng-value="tag.name" selected="{{ tag.name === selectedCluster.config.provDbDockerImg.split(':')[1] ? 'selected' : '' }}"> {{tag.name}}</md-option> </md-select> </td><td> <span style="display:inline-block;;margin: 2px;" ng-click="saveDBImage( settings.serviceRepos[1].image+':'+selectedMySQLImage)"><i style="display:inline-block;;margin: 2px;" class="fa fa-save"/></span> </td><td> Percona: <md-select name="selectedPerconaImage" ng-model="selectedPerconaImage"> <md-option ng-selected="{{tag.name == selectedCluster.config.provDbDockerImg.split(':')[1]}}" ng-repeat="tag in settings.serviceRepos[2].tags" ng-value="tag.name" selected="{{ tag.name === selectedCluster.config.provDbDockerImg.split(':')[1] ? 'selected' : '' }}"> {{tag.name}}</md-option> </md-select> </td><td> <span style="display:inline-block;;margin: 2px;" ng-click="saveDBImage( settings.serviceRepos[2].image+':'+selectedPerconaImage)"><i style="display:inline-block;;margin: 2px;" class="fa fa-save"/></span> </td><td> Postgress: <md-select name="selectedPGImage" ng-model="selectedPGImage"> <md-option ng-selected="{{tag.name == selectedCluster.config.provDbDockerImg.split(':')[1]}}" ng-repeat="tag in settings.serviceRepos[7].tags" ng-value="tag.name" selected="{{ tag.name === selectedCluster.config.provDbDockerImg.split(':')[1] ? 'selected' : '' }}"> {{tag.name}}</md-option> </md-select> </td><td> <span style="display:inline-block;;margin: 2px;" ng-click="saveDBImage( settings.serviceRepos[7].image+':'+selectedPGImage)"><i style="display:inline-block;;margin: 2px;" class="fa fa-save"/></span> </td></tr> <tr><td> ProxySQL: <md-select name="selecteProxySQLImage" ng-model="selecteProxySQLImage"> <md-option ng-selected="{{tag.name == selectedCluster.config.provProxyDockerProxysqlImg.split(':')[1]}}" ng-repeat="tag in settings.serviceRepos[3].tags" ng-value="tag.name" selected="{{ tag.name === selectedCluster.config.provProxyDockerProxysqlImg.split(':')[1] ? 'selected' : '' }}"> {{tag.name}}</md-option> </md-select> </td><td> <span style="display:inline-block;;margin: 2px;" ng-click="saveProxySQLImage( settings.serviceRepos[3].image+':'+selecteProxySQLImage)"><i style="display:inline-block;;margin: 2px;" class="fa fa-save"/></span> </td><td> Maxscale: <md-select name="selectedMaxscaleImage" ng-model="selectedMaxscaleImage"> <md-option ng-selected="{{tag.name == selectedCluster.config.provProxyDockerMaxscaleImg.split(':')[1]}}" ng-repeat="tag in settings.serviceRepos[4].tags" ng-value="tag.name" selected="{{ tag.name === selectedCluster.config.provProxyDockerMaxscaleImg.split(':')[1] ? 'selected' : '' }}"> {{tag.name}}</md-option> </md-select> </td><td> <span style="display:inline-block;;margin: 2px;" ng-click="saveMaxscaleImage( settings.serviceRepos[4].image+':'+selectedMaxscaleImage)"><i style="display:inline-block;;margin: 2px;" class="fa fa-save"/></span> </td><td> HaProxy: <md-select name="selectedHaProxyImage" ng-model="selectedHaProxyImage"> <md-option ng-selected="{{tag.name == selectedCluster.config.provProxyDockerHaproxyImg.split(':')[1]}}" ng-repeat="tag in settings.serviceRepos[5].tags" ng-value="tag.name" selected="{{ tag.name === selectedCluster.config.provProxyDockerHaproxyImg.split(':')[1] ? 'selected' : '' }}"> {{tag.name}}</md-option> </md-select> </td><td> <span style="display:inline-block;;margin: 2px;" ng-click="saveHaproxyImage( settings.serviceRepos[5].image+':'+selectedHaProxyImage)"><i style="display:inline-block;;margin: 2px;" class="fa fa-save"/></span> </td><td> Sphinx: <md-select name="selectedSphinxImage" ng-model="selectedSphinxImage"> <md-option ng-selected="{{tag.name == selectedCluster.config.provSphinxDockerImg.split(':')[1]}}" ng-repeat="tag in settings.serviceRepos[6].tags" ng-value="tag.name" selected="{{ tag.name === selectedCluster.config.provSphinxDockerImg.split(':')[1] ? 'selected' : '' }}"> {{tag.name}}</md-option> </md-select> </td><td> <span style="display:inline-block;;margin: 2px;" ng-click="saveSphinxImage( settings.serviceRepos[6].image+':'+selectedSphinxImage)"><i style="display:inline-block;;margin: 2px;" class="fa fa-save"/></span> </td></tr> </tr> <tr><td> ShardProxy: <md-select name="selectedShardproxyImg" ng-model="selectedShardproxyImg"> <md-option ng-selected="{{tag.name == selectedCluster.config.provProxyDockerShardproxyImg.split(':')[1]}}" ng-repeat="tag in settings.serviceRepos[0].tags" ng-value="tag.name" selected="{{ tag.name === selectedCluster.config.provProxyDockerShardproxyImg.split(':')[1] ? 'selected' : '' }}"> {{tag.name}}</md-option> </md-select> </td><td> <span style="display:inline-block;;margin: 2px;" ng-click="saveShardproxyImage( settings.serviceRepos[0].image+':'+selectedShardproxyImg)"><i style="display:inline-block;;margin: 2px;" class="fa fa-save"/></span> </td><td colspan=6> </td></tr> </table> </md-card>
ScriptReference/UI.Image-preferredWidth.html
rakuten/Uinty3D-Docs-zhcn
<!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Unity - Scripting API: UI.Image.preferredWidth</title> <meta name="description" content="Develop once, publish everywhere! Unity is the ultimate tool for video game development, architectural visualizations, and interactive media installations - publish to the web, Windows, OS X, Wii, Xbox 360, and iPhone with many more platforms to come." /> <meta name="author" content="Unity Technologies" /> <link rel="shortcut icon" href="../StaticFiles/images/favicons/favicon.ico" /> <link rel="icon" type="image/png" href="../StaticFiles/images/favicons/favicon.png" /> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../StaticFiles/images/favicons/apple-touch-icon-152x152.png" /> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../StaticFiles/images/favicons/apple-touch-icon-144x144.png" /> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../StaticFiles/images/favicons/apple-touch-icon-120x120.png" /> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../StaticFiles/images/favicons/apple-touch-icon-114x114.png" /> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../StaticFiles/images/favicons/apple-touch-icon-72x72.png" /> <link rel="apple-touch-icon-precomposed" href="../StaticFiles/images/favicons/apple-touch-icon.png" /> <meta name="msapplication-TileColor" content="#222c37" /> <meta name="msapplication-TileImage" content="../StaticFiles/images/favicons/tileicon-144x144.png" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-2854981-1']); _gaq.push(['_setDomainName', 'unity3d.com']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script type="text/javascript" src="../StaticFiles/js/jquery.js"> </script> <script type="text/javascript" src="docdata/toc.js">//toc</script> <!--local TOC--> <script type="text/javascript" src="docdata/global_toc.js">//toc</script> <!--global TOC, including other platforms--> <script type="text/javascript" src="../StaticFiles/js/core.js"> </script> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="../StaticFiles/css/core.css" /> </head> <body> <div class="header-wrapper"> <div id="header" class="header"> <div class="content"> <div class="spacer"> <div class="menu"> <div class="logo"> <a href="http://docs.unity3d.com"> </a> </div> <div class="search-form"> <form action="30_search.html" method="get" class="apisearch"> <input type="text" name="q" placeholder="Search scripting..." autosave="Unity Reference" results="5" class="sbox field" id="q"> </input> <input type="submit" class="submit"> </input> </form> </div> <ul> <li> <a href="http://docs.unity3d.com">Overview</a> </li> <li> <a href="../Manual/index.html">Manual</a> </li> <li> <a href="../ScriptReference/index.html" class="selected">Scripting API</a> </li> </ul> </div> </div> <div class="more"> <div class="filler"> </div> <ul> <li> <a href="http://unity3d.com/">unity3d.com</a> </li> </ul> </div> </div> </div> <div class="toolbar"> <div class="content clear"> <div class="lang-switcher hide"> <div class="current toggle" data-target=".lang-list"> <div class="lbl">Language: <span class="b">English</span></div> <div class="arrow"> </div> </div> <div class="lang-list" style="display:none;"> <ul> <li> <a href="">English</a> </li> </ul> </div> </div> <div class="script-lang"> <ul> <li class="selected" data-lang="CS">C#</li> <li data-lang="JS">JS</li> </ul> <div id="script-lang-dialog" class="dialog hide"> <div class="dialog-content clear"> <h2>Script language</h2> <div class="close"> </div> <p class="clear">Select your preferred scripting language. All code snippets will be displayed in this language.</p> </div> </div> </div> </div> </div> </div> <div id="master-wrapper" class="master-wrapper clear"> <div id="sidebar" class="sidebar"> <div class="sidebar-wrap"> <div class="content"> <div class="sidebar-menu"> <div class="toc"> <h2>Scripting API</h2> </div> </div> <p> <a href="40_history.html" class="cw">History</a> </p> </div> </div> </div> <div id="content-wrap" class="content-wrap"> <div class="content-block"> <div class="content"> <div class="section"> <div class="mb20 clear"> <h1 class="heading inherit"> <a href="UI.Image.html">Image</a>.preferredWidth</h1> <div class="clear"> </div> <div class="clear"> </div> <div class="suggest"> <a class="blue-btn sbtn">Suggest a change</a> <div class="suggest-wrap rel hide"> <div class="loading hide"> <div> </div> <div> </div> <div> </div> </div> <div class="suggest-success hide"> <h2>Success!</h2> <p>Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.</p> <a class="gray-btn sbtn close">Close</a> </div> <div class="suggest-failed hide"> <h2>Sumbission failed</h2> <p>For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.</p> <a class="gray-btn sbtn close">Close</a> </div> <div class="suggest-form clear"> <label for="suggest_name">Your name</label> <input id="suggest_name" type="text"> </input> <label for="suggest_email">Your email</label> <input id="suggest_email" type="email"> </input> <label for="suggest_body" class="clear">Suggestion <span class="r">*</span></label> <textarea id="suggest_body" class="req"> </textarea> <button id="suggest_submit" class="blue-btn mr10">Submit suggestion</button> <p class="mb0"> <a class="cancel left lh42 cn">Cancel</a> </p> </div> </div> </div> <a href="" class="switch-link gray-btn sbtn left hide">Switch to Manual</a> <div class="clear"> </div> </div> <div class="subsection"> <div class="signature"> <div class="signature-JS sig-block">public var <span class="sig-kw">preferredWidth</span>: float; </div> <div class="signature-CS sig-block">public float <span class="sig-kw">preferredWidth</span>; </div> </div> </div> <div class="subsection"> <h2>Description</h2> <p>See <a href="UI.ILayoutElement-preferredWidth.html">ILayoutElement.preferredWidth</a>.</p> </div> </div> <div class="footer-wrapper"> <div class="footer clear"> <div class="copy">Copyright © 2014 Unity Technologies</div> <div class="menu"> <a href="http://unity3d.com/learn">Learn</a> <a href="http://unity3d.com/community">Community</a> <a href="http://unity3d.com/asset-store">Asset Store</a> <a href="https://store.unity3d.com">Buy</a> <a href="http://unity3d.com/unity/download">Download</a> </div> </div> </div> </div> </div> </div> </div> </body> </html>
docs/userdoc/Simulation/Output/VehRoutes.html
cathyyul/sumo-0.18
<html> <head> <title>Simulation/Output/VehRoutes - SUMO - Simulation of Urban Mobility</title> <link rel="stylesheet" type="text/css" href="../../sumo.css"/> <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> <META NAME="DC.Title" CONTENT="SUMO - Simulation of Urban MObility - Home"> <META NAME="DC.Subject" CONTENT="road traffic simulation package SUMO (Simulation of Urban MObility)"> <META NAME="DC.Description" CONTENT=""> <META NAME="DC.Publisher" CONTENT="Institute of Transportation Systems at the German Aerospace Center"> <META NAME="DC.Type" CONTENT="Text"> <META NAME="DC.Format" SCHEME="IMT" CONTENT="text/html"> <META NAME="DC.Identifier" CONTENT="http://sumo-sim.org"> <META NAME="DC.Language" SCHEME="ISO639-1" CONTENT="en"> <META NAME="DC.Relation" SCHEME="URL" CONTENT="http://sumo-sim.org/index.html"> <META NAME="DC.Rights" CONTENT="(c) ITS/DLR"> <META NAME="DC.Date.X-MetadataLastModified" SCHEME="ISO8601" CONTENT="2011-03-04"> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"/> </head> <body id="bmission"> <div id="container"> <div id="logo" align="left"><img src="../../logo.png" width="128" height="128" align="left" alt="SUMO-Simulation of Urban Mobility" style="margin-left:10px; margin-right:20px;"/> <div id="logo_text1"> SUMO </div> <div id="logo_text2"> Simulation of Urban MObility</div> </div> <div id="subsMenu"><ul> <li class="sub"><a href="http://sumo-sim.org/">Home</a></li> <li class="sub"><a href="../../Downloads.html">Download</a></li> <li class="sub"><a href="../../index.html">Documentation</a></li> <li class="sub"><a href="http://sumo-sim.org/wiki/">Wiki</a></li> <li class="sub"><a href="http://sumo-sim.org/trac/">Trac</a></li> <li class="sub"><a href="http://sumo-sim.org/blog/">Blog</a></li> <li class="sub"><a href="../../Contact.html">Contact</a></li> <li class="sub"><a href="http://sourceforge.net/projects/sumo/">SF-Project</a></li> </ul></div> <div id="nav"><div id="step1"><h3>User</h3> <!-- nav begins --><ul> <li><a href="../../SUMO_User_Documentation.html">Introduction</a></li> <ul> <li><a href="../../Sumo_at_a_Glance.html">The traffic simulation SUMO</a></li> </ul> <li>Basic Usage</li> <ul> <li><a href="../../Basics/Notation.html">Notation in this Documentation</a></li> <li><a href="../../Basics/Basic_Computer_Skills.html">Needed, basic Computer Skills</a></li> <li><a href="../../Installing.html">Installing SUMO</a></li> <li><a href="../../Basics/Using_the_Command_Line_Applications.html">Using SUMO Command Line Applications</a></li> <li><a href="../../Tutorials.html">Tutorials</a></li> </ul> <li>Network Building</li> <ul> <li><a href="../../Networks/SUMO_Road_Networks.html">SUMO Road Networks</a></li> <li><a href="../../Networks/Abstract_Network_Generation.html">Abstract networks generation</a></li> <li>Importing networks with NETCONVERT</li> <ul> <li><a href="../../Networks/Building_Networks_from_own_XML-descriptions.html">Defining own networks using XML</a></li> <li><a href="../../Networks/Import.html">Importing non-SUMO networks</a></li> <ul> <li><a href="../../Networks/Import/OpenStreetMap.html">... from OpenStreetMap</a></li> <li><a href="../../Networks/Import/VISUM.html">... from VISUM</a></li> <li><a href="../../Networks/Import/Vissim.html">... from Vissim</a></li> <li><a href="../../Networks/Import/OpenDRIVE.html">... from OpenDRIVE</a></li> <li><a href="../../Networks/Import/MATsim.html">... from MATsim</a></li> <li><a href="../../Networks/Import/ArcView.html">... from ArcView (shapefiles)</a></li> <li><a href="../../Networks/Import/DlrNavteq.html">... from Elmar's GDF</a></li> <li><a href="../../Networks/Import/RoboCup.html">... from Robocup Simulation League</a></li> </ul> <li><a href="../../Networks/Import/SUMO_Road_Networks.html">Importing SUMO networks</a></li> <li><a href="../../Networks/Further_Options.html">Further NETCONVERT options</a></li> <li><a href="../../Networks/Further_Outputs.html">Additional output</a></li> </ul> <li>Demand Modelling</li> <ul> <li><a href="../../Demand/Introduction_to_demand_modelling_in_SUMO.html">Introduction to SUMO Demand Modelling</a></li> <li><a href="../../Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html">Definition of Vehicles, Vehicle Types, and Routes</a></li> <li><a href="../../Simulation/Public_Transport.html">Simulation of public transport</a></li> <li><a href="../../Specification/Persons.html">Simulation of individual persons and trip chains</a></li> <li><a href="../../Demand/Importing_O/D_Matrices.html">Importing O/D Matrices</a></li> <li><a href="../../Tools/Trip.html#randomTrips.py">Random Trips</a></li> <li><a href="../../Demand/Shortest_or_Optimal_Path_Routing.html">Shortest or Optimal Path Routing</a></li> <li><a href="../../Demand/Routing_by_Turn_Probabilities.html">Routing by Turn Probabilities</a></li> <li><a href="../../Demand/Routes_from_Observation_Points.html">Routes from Observation Points</a></li> <li><a href="../../Demand/Activity-based_Demand_Generation.html">Activity-based Demand Generation</a></li> <li><a href="../../Demand/Dynamic_User_Assignment.html">Computing Dynamic User Assignment</a></li> <li>Importing foreign demands</li> <ul> <li><a href="../../Demand/Further_Ways_to_import_VISUM_Demand_Definitions.html">Other VISUM Demand Importers</a></li> <li><a href="../../Demand/Further_Ways_to_import_Vissim_Demand_Definitions.html">Other Vissim Demand Importers</a></li> </ul> <li><a href="../../Demand/Automatic_Routing_.html">Routing in the Simulation</a></li> </ul> <li>Simulation</li> <ul> <li><a href="../../Simulation/Basic_Definition.html">Basic Definition</a></li> <li>Traffic Management and Other Structures</li> <ul> <li><a href="../../Simulation/Traffic_Lights.html">Traffic Lights</a></li> <li><a href="../../Simulation/Public_Transport.html">Public Transport</a></li> <li><a href="../../Simulation/Variable_Speed_Signs.html">Variable Speed Signs</a></li> <li><a href="../../Simulation/Rerouter.html">Rerouter / Alternative Route Signage</a></li> <li><a href="../../Simulation/Vaporizer.html">Vaporizer</a></li> </ul> <li><a href="../../Simulation/Output.html">Simulation output</a></li> <li><a href="../../TraCI.html">TraCI (On-line Interaction)</a></li> <li><a href="../../Simulation/Shapes.html">Shapes Visualisation</a></li> <li>Common Problems</li> <ul> <li><a href="../../Simulation/Why_Vehicles_are_teleporting.html">Why Vehicles are teleporting</a></li> </ul> <li>Theory</li> <ul> <li><a href="../../Theory/Traffic_Simulations.html">Traffic simulations in general</a></li> </ul> <li>Appendices</li> <ul> <li><a href="../../Other/Glossary.html">Glossary</a></li> <li><a href="../../FAQ.html">FAQ</a></li> <li><a href="../../Tools/Main.html">Additional Tools</a></li> <li><a href="../../Other/File_Extensions.html">Known File Extensions</a></li> <li>Application Manuals</li> <ul> <li><a href="../../SUMO.html">SUMO</a></li> <li><a href="../../SUMO-GUI.html">SUMO-GUI</a></li> <li><a href="../../NETCONVERT.html">NETCONVERT</a></li> <li><a href="../../NETGENERATE.html">NETGENERATE</a></li> <li><a href="../../OD2TRIPS.html">OD2TRIPS</a></li> <li><a href="../../DUAROUTER.html">DUAROUTER</a></li> <li><a href="../../JTRROUTER.html">JTRROUTER</a></li> <li><a href="../../DFROUTER.html">DFROUTER</a></li> <li><a href="../../POLYCONVERT.html">POLYCONVERT</a></li> <li><a href="../../ACTIVITYGEN.html">ACTIVITYGEN</a></li> </ul> <li>Tool Manuals</li> <ul> <li><a href="../../Tools/TraceExporter.html">Tools/TraceExporter</a></li> </ul> <li><a href="../../ChangeLog.html">ChangeLog</a></li> </ul> <li>Translations</li> <ul> <li><a href="http://linux-notes.blogfa.com/post-37.aspx">Persian SUMO tutorial</a></li> <li><a href="http://linux-notes.blogfa.com/post-39.aspx">Persian tutorial on "Vehicular Adhoc Network Simulation With NS2, SUMO And MOVE"</a></li> <!-- nav ends --> </ul></ul></div> <div id="step2"> <h3>Further Resources</h3> <ul> <li><a href="../../Data/Networks.html">Example Networks</a></li> <li><a href="../../Data/Scenarios.html">Example Scenarios</a></li> <li><a href="../../Data/Traffic_Data.html">Traffic Data</a></li> </ul> </div> <div id="step3"> <h3>Developer</h3> <ul> <li><a href="../../Developer/Main.html">Developer Docs</a></li> <li><a href="http://sumo.sf.net/daily/">Daily Tests Status</a></li> <li><a href="../../../doxygen/">Doxygen Documentation</a></li> <li>Python Modules Documentation</li> <ul> <li><a href="../../../pydoc/traci.html">traci</a></li> <li><a href="../../../pydoc/sumolib.html">sumolib</a></li> </ul> </ul> </div> </div> <div id="content"> <a id="top"></a> <div id="mw-js-message" style="display:none;"></div> <!-- firstHeading --> <h1 id="firstHeading" class="firstHeading" lang="en"><span dir="auto">Simulation/Output/VehRoutes</span></h1> <!-- /firstHeading --> <!-- bodyContent --> <div id="bodyContent"> <!-- tagline --> <div id="siteSub">From Sumo</div> <!-- /tagline --> <!-- subtitle --> <div id="contentSub"></div> <!-- /subtitle --> <!-- jumpto --> <!-- /jumpto --> <!-- bodycontent --> <div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><p>The vehicle routes output contains information about which route a vehicle took and if his route was replaced at any time by a new one, each of the previous routes together with the edge at the time their replacement took place is reported. Furthermore, the times the vehicle has entered and has left the network are stored herein. </p><p>In normal conditions, when all vehicles use predefined routes, the output does not contain any information that could not be retrieved from the routes and the tripinfo output. But as soon as you reroute your vehicles within the simulation, f.e. using rerouters, it will contain new information. </p> <h2> <span class="mw-headline" id="Instantiating_within_the_Simulation">Instantiating within the Simulation</span></h2> <p>The simulation is forced to generate this output using the option <span style="color: #111144; font-weight: bold; white-space: pre;">--vehroute-output <a href="../../Basics/Notation.html#Referenced_Data_Types" title="Basics/Notation"><i>&lt;FILE&gt;</i></a></span> or <span style="color: #111144; font-weight: bold; white-space: pre;">--vehroutes <a href="../../Basics/Notation.html#Referenced_Data_Types" title="Basics/Notation"><i>&lt;FILE&gt;</i></a></span> . </p> <h2> <span class="mw-headline" id="Generated_Output">Generated Output</span></h2> <p>The generated file look like this: </p> <pre class="xml"> &lt;routes&gt; &lt;vehicle id=&quot;&lt;VEHICLE_ID&gt;&quot; depart=&quot;&lt;INSERTION_TIME&gt;&quot; arrival=&quot;&lt;ARRIVAL_TIME&gt;&quot;&gt; &lt;route replacedOnEdge=&quot;&lt;EDGE_ID&gt;&quot; replacedAtTime=&quot;&lt;TIME&gt;&quot; edges=&quot;&lt;PREVIOUS_ROUTE&gt;&quot;/&gt; ... further replaced routes ... &lt;route edges=&quot;&lt;LAST_ROUTE&gt;&quot;/&gt; &lt;/vehicle&gt; ... information about further vehicles ... &lt;/routes&gt; </pre> <table cellspacing="0" border="1" align="center" width="80%"> <tr> <th style="background:#ffbdee;"> Name </th> <th style="background:#ffbdee;"> Type </th> <th style="background:#ffbdee;"> Description </th></tr> <tr> <td class="inlxml"> id </td> <td> (vehicle) id </td> <td> The id of the vehicle this entry describes </td></tr> <tr> <td class="inlxml"> depart </td> <td> s </td> <td> The time the vehicle was emitted into the network </td></tr> <tr> <td class="inlxml"> arrival </td> <td> s </td> <td> The time the vehicle was removed from the simulation (due to arriving at the route end) </td></tr> <tr> <td class="inlxml"> replacedOnEdge </td> <td> (edge) id </td> <td> The edge the vehicle was on when the described route was replaced </td></tr> <tr> <td class="inlxml"> replacedAtTime </td> <td> s </td> <td> The time step of this replacement </td></tr> <tr> <td class="inlxml"> &lt;PREVIOUS_ROUTE&gt; </td> <td> [(edge) id]+ </td> <td> The replaced route </td></tr> <tr> <td class="inlxml"> &lt;LAST_ROUTE&gt; </td> <td> [(edge) id]+ </td> <td> The final vehicle route </td></tr></table> <p>Both the previous and the final routes are complete, that means that they contain all the edges the vehicle was meant to pass as long as the route was not replaced, yet. The information replacedOnEdge and replacedAtTime are available only for routes which were replaced. </p> <!-- NewPP limit report Preprocessor visited node count: 27/1000000 Preprocessor generated node count: 96/1000000 Post‐expand include size: 386/2097152 bytes Template argument size: 134/2097152 bytes Highest expansion depth: 3/40 Expensive parser function count: 0/100 --> <!-- Saved in parser cache with key sumoSimWiki:pcache:idhash:247-0!*!0!!*!*!* and timestamp 20130827222846 --> </div> <!-- /bodycontent --> <!-- printfooter --> </div><hr/><div id="lastmod">This page was last modified on 12 September 2011, at 13:25.</div> </div> <div id="footer"> <div>(c) 2011-2013, German Aerospace Center, Institute of Transportation Systems</div> <div>Layout based on <a href="http://www.oswd.org/design/preview/id/3365">"Three Quarters"</a> by "SimplyGold"</div> </div> </div> </body> </html>
doc/genindex.html
FedericoCeratto/firelet
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Index &mdash; Firelet source code</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '', VERSION: '0.4', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="top" title="Firelet source code" href="index.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="#" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href="index.html">Firelet</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <h1 id="index">Index</h1> <div class="genindex-jumpbox"> <a href="#_"><strong>_</strong></a> | <a href="#A"><strong>A</strong></a> | <a href="#C"><strong>C</strong></a> | <a href="#D"><strong>D</strong></a> | <a href="#E"><strong>E</strong></a> | <a href="#F"><strong>F</strong></a> | <a href="#G"><strong>G</strong></a> | <a href="#H"><strong>H</strong></a> | <a href="#I"><strong>I</strong></a> | <a href="#K"><strong>K</strong></a> | <a href="#L"><strong>L</strong></a> | <a href="#M"><strong>M</strong></a> | <a href="#N"><strong>N</strong></a> | <a href="#O"><strong>O</strong></a> | <a href="#P"><strong>P</strong></a> | <a href="#R"><strong>R</strong></a> | <a href="#S"><strong>S</strong></a> | <a href="#T"><strong>T</strong></a> | <a href="#U"><strong>U</strong></a> | <a href="#V"><strong>V</strong></a> </div> <h2 id="_">_</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.HostGroups._simpleflatten">_simpleflatten() (flcore.HostGroups method)</a> </dt> </dl></td> </tr></table> <h2 id="A">A</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.HostGroups.add">add() (flcore.HostGroups method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.Hosts.add">(flcore.Hosts method)</a> </dt> <dt><a href="flcore.html#flcore.Networks.add">(flcore.Networks method)</a> </dt> <dt><a href="flcore.html#flcore.Rules.add">(flcore.Rules method)</a> </dt> <dt><a href="flcore.html#flcore.Services.add">(flcore.Services method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.Table.append">append() (flcore.Table method)</a> </dt> <dt><a href="flssh.html#flssh.MockSSHConnector.apply_remote_confs">apply_remote_confs() (flssh.MockSSHConnector method)</a> </dt> <dd><dl> <dt><a href="flssh.html#flssh.SSHConnector.apply_remote_confs">(flssh.SSHConnector method)</a> </dt> </dl></dd> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.DemoGitFireSet.assimilate">assimilate() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.assimilate">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.assimilate">(flcore.GitFireSet method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.Host.attr_dict">attr_dict() (flcore.Host method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.HostGroup.attr_dict">(flcore.HostGroup method)</a> </dt> <dt><a href="flcore.html#flcore.Network.attr_dict">(flcore.Network method)</a> </dt> <dt><a href="flcore.html#flcore.Rule.attr_dict">(flcore.Rule method)</a> </dt> <dt><a href="flcore.html#flcore.Service.attr_dict">(flcore.Service method)</a> </dt> </dl></dd> </dl></td> </tr></table> <h2 id="C">C</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flssh.html#flssh.MockSSHConnector.cancel_auto_rollbacks">cancel_auto_rollbacks() (flssh.MockSSHConnector method)</a> </dt> <dd><dl> <dt><a href="flssh.html#flssh.SSHConnector.cancel_auto_rollbacks">(flssh.SSHConnector method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.DemoGitFireSet.check">check() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.check">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.check">(flcore.GitFireSet method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.clean">clean() (in module flcore)</a> </dt> <dt><a href="cli.html#module-cli">cli (module)</a> </dt> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="cli.html#cli.cli_args">cli_args() (in module cli)</a> </dt> <dt><a href="flcore.html#flcore.DemoGitFireSet.compile_rules">compile_rules() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.compile_rules">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.compile_rules">(flcore.GitFireSet method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.Table.count">count() (flcore.Table method)</a> </dt> <dt><a href="flcore.html#flcore.Users.create">create() (flcore.Users method)</a> </dt> </dl></td> </tr></table> <h2 id="D">D</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="daemon.html#module-daemon">daemon (module)</a> </dt> <dt><a href="flcore.html#flcore.DemoGitFireSet.delete">delete() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.delete">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.delete">(flcore.GitFireSet method)</a> </dt> <dt><a href="flcore.html#flcore.Users.delete">(flcore.Users method)</a> </dt> </dl></dd> <dt><a href="cli.html#cli.deletion">deletion() (in module cli)</a> </dt> <dt><a href="flssh.html#flssh.MockSSHConnector.deliver_confs">deliver_confs() (flssh.MockSSHConnector method)</a> </dt> <dd><dl> <dt><a href="flssh.html#flssh.SSHConnector.deliver_confs">(flssh.SSHConnector method)</a> </dt> </dl></dd> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.DemoGitFireSet">DemoGitFireSet (class in flcore)</a> </dt> <dt><a href="flcore.html#flcore.DemoGitFireSet.deploy">deploy() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.deploy">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.deploy">(flcore.GitFireSet method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.Rule.disable">disable() (flcore.Rule method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.Rules.disable">(flcore.Rules method)</a> </dt> </dl></dd> </dl></td> </tr></table> <h2 id="E">E</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.Rule.enable">enable() (flcore.Rule method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.Rules.enable">(flcore.Rules method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.Rules.enabled">enabled() (flcore.Rules method)</a> </dt> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.Table.extend">extend() (flcore.Table method)</a> </dt> </dl></td> </tr></table> <h2 id="F">F</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.DemoGitFireSet.fetch">fetch() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.fetch">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.fetch">(flcore.GitFireSet method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.FireSet">FireSet (class in flcore)</a> </dt> <dt><a href="flcore.html#flcore.HostGroup.flat">flat() (flcore.HostGroup method)</a> </dt> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#module-flcore">flcore (module)</a> </dt> <dt><a href="flssh.html#module-flssh">flssh (module)</a> </dt> <dt><a href="flssh.html#flssh.Forker">Forker (class in flssh)</a> </dt> </dl></td> </tr></table> <h2 id="G">G</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.DemoGitFireSet.generate_otp">generate_otp() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.generate_otp">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.generate_otp">(flcore.GitFireSet method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.NetworkObjTable.get">get() (flcore.NetworkObjTable method)</a> </dt> <dt><a href="flcore.html#flcore.DemoGitFireSet.get_compiled_rules">get_compiled_rules() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.get_compiled_rules">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.get_compiled_rules">(flcore.GitFireSet method)</a> </dt> </dl></dd> <dt><a href="flssh.html#flssh.MockSSHConnector.get_confs">get_confs() (flssh.MockSSHConnector method)</a> </dt> <dd><dl> <dt><a href="flssh.html#flssh.SSHConnector.get_confs">(flssh.SSHConnector method)</a> </dt> </dl></dd> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.DemoGitFireSet.get_rsa_pub">get_rsa_pub() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.get_rsa_pub">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.get_rsa_pub">(flcore.GitFireSet method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.GitFireSet">GitFireSet (class in flcore)</a> </dt> <dt><a href="cli.html#cli.give_help">give_help() (in module cli)</a> </dt> </dl></td> </tr></table> <h2 id="H">H</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="cli.html#cli.help">help() (in module cli)</a> </dt> <dt><a href="flcore.html#flcore.Host">Host (class in flcore)</a> </dt> <dt><a href="flcore.html#flcore.HostGroup">HostGroup (class in flcore)</a> </dt> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.HostGroups">HostGroups (class in flcore)</a> </dt> <dt><a href="flcore.html#flcore.Hosts">Hosts (class in flcore)</a> </dt> </dl></td> </tr></table> <h2 id="I">I</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.Table.index">index() (flcore.Table method)</a> </dt> <dt><a href="flcore.html#flcore.Table.insert">insert() (flcore.Table method)</a> </dt> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.Host.ipt">ipt() (flcore.Host method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.Network.ipt">(flcore.Network method)</a> </dt> </dl></dd> </dl></td> </tr></table> <h2 id="K">K</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.Host.keys">keys() (flcore.Host method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.HostGroup.keys">(flcore.HostGroup method)</a> </dt> <dt><a href="flcore.html#flcore.Network.keys">(flcore.Network method)</a> </dt> <dt><a href="flcore.html#flcore.Rule.keys">(flcore.Rule method)</a> </dt> <dt><a href="flcore.html#flcore.Service.keys">(flcore.Service method)</a> </dt> </dl></dd> </dl></td> </tr></table> <h2 id="L">L</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.NetworkObjTable.len">len() (flcore.NetworkObjTable method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.Table.len">(flcore.Table method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.Users.list">list() (flcore.Users method)</a> </dt> <dt><a href="flcore.html#flcore.DemoGitFireSet.list_sibling_names">list_sibling_names() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.list_sibling_names">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.list_sibling_names">(flcore.GitFireSet method)</a> </dt> </dl></dd> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.loadcsv_unused">loadcsv_unused() (in module flcore)</a> </dt> <dt><a href="flcore.html#flcore.loadjson">loadjson() (in module flcore)</a> </dt> <dt><a href="flssh.html#flssh.MockSSHConnector.log_ping">log_ping() (flssh.MockSSHConnector method)</a> </dt> <dd><dl> <dt><a href="flssh.html#flssh.SSHConnector.log_ping">(flssh.SSHConnector method)</a> </dt> </dl></dd> </dl></td> </tr></table> <h2 id="M">M</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="cli.html#cli.main">main() (in module cli)</a> </dt> <dt><a href="cli.html#cli.max_len">max_len() (in module cli)</a> </dt> <dt><a href="flssh.html#flssh.MockSSHConnector">MockSSHConnector (class in flssh)</a> </dt> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.Rules.movedown">movedown() (flcore.Rules method)</a> </dt> <dt><a href="flcore.html#flcore.Rules.moveup">moveup() (flcore.Rules method)</a> </dt> <dt><a href="flcore.html#flcore.Host.mynetwork">mynetwork() (flcore.Host method)</a> </dt> </dl></td> </tr></table> <h2 id="N">N</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.net_addr">net_addr() (in module flcore)</a> </dt> <dt><a href="flcore.html#flcore.Network">Network (class in flcore)</a> </dt> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.NetworkObjTable">NetworkObjTable (class in flcore)</a> </dt> <dt><a href="flcore.html#flcore.Networks">Networks (class in flcore)</a> </dt> </dl></td> </tr></table> <h2 id="O">O</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="cli.html#cli.open_fs">open_fs() (in module cli)</a> </dt> </dl></td> </tr></table> <h2 id="P">P</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flssh.html#flssh.MockSSHConnector.parse_ip_addr_show">parse_ip_addr_show() (flssh.MockSSHConnector method)</a> </dt> <dd><dl> <dt><a href="flssh.html#flssh.SSHConnector.parse_ip_addr_show">(flssh.SSHConnector method)</a> </dt> </dl></dd> <dt><a href="flssh.html#flssh.MockSSHConnector.parse_iptables_save">parse_iptables_save() (flssh.MockSSHConnector method)</a> </dt> <dd><dl> <dt><a href="flssh.html#flssh.SSHConnector.parse_iptables_save">(flssh.SSHConnector method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.HostGroups.pop">pop() (flcore.HostGroups method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.Hosts.pop">(flcore.Hosts method)</a> </dt> <dt><a href="flcore.html#flcore.Networks.pop">(flcore.Networks method)</a> </dt> <dt><a href="flcore.html#flcore.Rules.pop">(flcore.Rules method)</a> </dt> <dt><a href="flcore.html#flcore.Services.pop">(flcore.Services method)</a> </dt> <dt><a href="flcore.html#flcore.SmartTable.pop">(flcore.SmartTable method)</a> </dt> <dt><a href="flcore.html#flcore.Table.pop">(flcore.Table method)</a> </dt> </dl></dd> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="cli.html#cli.prettyprint">prettyprint() (in module cli)</a> </dt> <dt> Python Enhancement Proposals </dt> <dd><dl> <dt><a href="daemon.html#index-0">PEP 3143</a> </dt> </dl></dd> </dl></td> </tr></table> <h2 id="R">R</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.readcsv">readcsv() (in module flcore)</a> </dt> <dt><a href="flcore.html#flcore.DemoGitFireSet.reload">reload() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.reload">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.reload">(flcore.GitFireSet method)</a> </dt> <dt><a href="flcore.html#flcore.HostGroups.reload">(flcore.HostGroups method)</a> </dt> <dt><a href="flcore.html#flcore.Hosts.reload">(flcore.Hosts method)</a> </dt> <dt><a href="flcore.html#flcore.Networks.reload">(flcore.Networks method)</a> </dt> <dt><a href="flcore.html#flcore.Rules.reload">(flcore.Rules method)</a> </dt> <dt><a href="flcore.html#flcore.Services.reload">(flcore.Services method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.Table.remove">remove() (flcore.Table method)</a> </dt> <dt><a href="flcore.html#flcore.DemoGitFireSet.reset">reset() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.reset">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.reset">(flcore.GitFireSet method)</a> </dt> </dl></dd> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.Table.reverse">reverse() (flcore.Table method)</a> </dt> <dt><a href="flcore.html#flcore.DemoGitFireSet.rollback">rollback() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.rollback">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.rollback">(flcore.GitFireSet method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.Rule">Rule (class in flcore)</a> </dt> <dt><a href="flcore.html#flcore.Rules">Rules (class in flcore)</a> </dt> </dl></td> </tr></table> <h2 id="S">S</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.DemoGitFireSet.save">save() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.save">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.save">(flcore.GitFireSet method)</a> </dt> <dt><a href="flcore.html#flcore.HostGroups.save">(flcore.HostGroups method)</a> </dt> <dt><a href="flcore.html#flcore.Hosts.save">(flcore.Hosts method)</a> </dt> <dt><a href="flcore.html#flcore.Networks.save">(flcore.Networks method)</a> </dt> <dt><a href="flcore.html#flcore.Rules.save">(flcore.Rules method)</a> </dt> <dt><a href="flcore.html#flcore.Services.save">(flcore.Services method)</a> </dt> </dl></dd> <dt><a href="flssh.html#flssh.MockSSHConnector.save_existing_confs">save_existing_confs() (flssh.MockSSHConnector method)</a> </dt> <dd><dl> <dt><a href="flssh.html#flssh.SSHConnector.save_existing_confs">(flssh.SSHConnector method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.DemoGitFireSet.save_needed">save_needed() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.save_needed">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.save_needed">(flcore.GitFireSet method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.savecsv">savecsv() (in module flcore)</a> </dt> <dt><a href="flcore.html#flcore.savejson">savejson() (in module flcore)</a> </dt> <dt><a href="cli.html#cli.say">say() (in module cli)</a> </dt> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.Service">Service (class in flcore)</a> </dt> <dt><a href="flcore.html#flcore.Services">Services (class in flcore)</a> </dt> <dt><a href="flssh.html#flssh.MockSSHConnector.setup_auto_rollbacks">setup_auto_rollbacks() (flssh.MockSSHConnector method)</a> </dt> <dd><dl> <dt><a href="flssh.html#flssh.SSHConnector.setup_auto_rollbacks">(flssh.SSHConnector method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.SmartTable">SmartTable (class in flcore)</a> </dt> <dt><a href="flcore.html#flcore.Table.sort">sort() (flcore.Table method)</a> </dt> <dt><a href="flssh.html#flssh.SSHConnector">SSHConnector (class in flssh)</a> </dt> </dl></td> </tr></table> <h2 id="T">T</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.Table">Table (class in flcore)</a> </dt> <dt><a href="flcore.html#flcore.timeit">timeit() (in module flcore)</a> </dt> <dd><dl> <dt><a href="flssh.html#flssh.timeit">(in module flssh)</a> </dt> </dl></dd> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="cli.html#cli.to_int">to_int() (in module cli)</a> </dt> </dl></td> </tr></table> <h2 id="U">U</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.Host.update">update() (flcore.Host method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.HostGroup.update">(flcore.HostGroup method)</a> </dt> <dt><a href="flcore.html#flcore.HostGroups.update">(flcore.HostGroups method)</a> </dt> <dt><a href="flcore.html#flcore.Hosts.update">(flcore.Hosts method)</a> </dt> <dt><a href="flcore.html#flcore.Network.update">(flcore.Network method)</a> </dt> <dt><a href="flcore.html#flcore.Networks.update">(flcore.Networks method)</a> </dt> <dt><a href="flcore.html#flcore.Rule.update">(flcore.Rule method)</a> </dt> <dt><a href="flcore.html#flcore.Rules.update">(flcore.Rules method)</a> </dt> <dt><a href="flcore.html#flcore.Service.update">(flcore.Service method)</a> </dt> <dt><a href="flcore.html#flcore.Services.update">(flcore.Services method)</a> </dt> <dt><a href="flcore.html#flcore.SmartTable.update">(flcore.SmartTable method)</a> </dt> <dt><a href="flcore.html#flcore.Users.update">(flcore.Users method)</a> </dt> </dl></dd> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.Users">Users (class in flcore)</a> </dt> </dl></td> </tr></table> <h2 id="V">V</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.Users.validate">validate() (flcore.Users method)</a> </dt> <dt><a href="flcore.html#flcore.Host.validate_token">validate_token() (flcore.Host method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.HostGroup.validate_token">(flcore.HostGroup method)</a> </dt> <dt><a href="flcore.html#flcore.Network.validate_token">(flcore.Network method)</a> </dt> <dt><a href="flcore.html#flcore.Rule.validate_token">(flcore.Rule method)</a> </dt> <dt><a href="flcore.html#flcore.Service.validate_token">(flcore.Service method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.validc">validc() (in module flcore)</a> </dt> </dl></td> <td style="width: 33%" valign="top"><dl> <dt><a href="flcore.html#flcore.DemoGitFireSet.version_diff">version_diff() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.GitFireSet.version_diff">(flcore.GitFireSet method)</a> </dt> </dl></dd> <dt><a href="flcore.html#flcore.DemoGitFireSet.version_list">version_list() (flcore.DemoGitFireSet method)</a> </dt> <dd><dl> <dt><a href="flcore.html#flcore.FireSet.version_list">(flcore.FireSet method)</a> </dt> <dt><a href="flcore.html#flcore.GitFireSet.version_list">(flcore.GitFireSet method)</a> </dt> </dl></dd> </dl></td> </tr></table> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="#" title="General Index" >index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href="index.html">Firelet</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2011, Federico Ceratto. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. </div> </body> </html>
static/app/partials/bd-summary-table.html
arecker/bennedetto
<table class="table"> <tbody> <tr><td><u>BALANCE</u></td><td></td></tr> <tr> <td><strong>Today</strong></td> <td ng-bind="summaryTableCtrl.summary.today | currency"></td> </tr> <tr> <td><strong>This Week</strong></td> <td ng-bind="summaryTableCtrl.summary.week | currency"></td> </tr> <tr> <td><strong>This Month</strong></td> <td ng-bind="summaryTableCtrl.summary.month | currency"></td> </tr> <tr> <td><strong>This Year</strong></td> <td ng-bind="summaryTableCtrl.summary.year | currency"></td> </tr> <tr class="summary-expense"><td><u>EXPENSES</u></td><td></td></tr> <tr class="summary-expense"> <td><strong>This Week</strong></td> <td ng-bind="summaryTableCtrl.summary.weekExpense | currency"></td> </tr> <tr class="summary-expense"> <td><strong>This Month</strong></td> <td ng-bind="summaryTableCtrl.summary.monthExpense | currency"></td> </tr> </tbody> </table>
javadocs/com/github/computerdude5000/terracrafttools/modules/XP/class-use/NerfXP.html
computerdude5000/InfiniumCraftTools
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_10) on Sat May 04 18:49:09 EDT 2013 --> <title>Uses of Class com.github.computerdude5000.terracrafttools.modules.XP.NerfXP</title> <meta name="date" content="2013-05-04"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.github.computerdude5000.terracrafttools.modules.XP.NerfXP"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/github/computerdude5000/terracrafttools/modules/XP/NerfXP.html" title="class in com.github.computerdude5000.terracrafttools.modules.XP">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li> <a href="../../../../../../../index.html?com/github/computerdude5000/terracrafttools/modules/XP/class-use/NerfXP.html" target="_top">Frames</a></li> <li><a href="NerfXP.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.github.computerdude5000.terracrafttools.modules.XP.NerfXP" class="title">Uses of Class<br>com.github.computerdude5000.terracrafttools.modules.XP.NerfXP</h2> </div> <div class="classUseContainer">No usage of com.github.computerdude5000.terracrafttools.modules.XP.NerfXP</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/github/computerdude5000/terracrafttools/modules/XP/NerfXP.html" title="class in com.github.computerdude5000.terracrafttools.modules.XP">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li> <a href="../../../../../../../index.html?com/github/computerdude5000/terracrafttools/modules/XP/class-use/NerfXP.html" target="_top">Frames</a></li> <li><a href="NerfXP.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>
docs/fulldocs/classes/well-sm.html
grvpanchal/bootstrap-essentials
--- title: Small Well layout: class class: .well-sm slug: well-sm category: classes top-category: CSS category-slug: wells description: 'Wells are good for insetting some content. The default styling adds a border box and inner padding. This class decreases the padding.' chained-class: '.well' parent-class: '-' element: 'div' tags: - bootstrap - CSS ---
templates/registration/register.html
pedrogazquez/appBares
{% extends "rango/base.html" %} {% block title %}Register with Rango{% endblock %} {% block body_block %} <div class="hero-unit"> <h1>Register with Rango</h1> <br/> <div class="container"> {% if registered %} <p> Thank you for registering. <p><a href="/rango/login/">Login</a> when you are ready to rango.</p> {% else %} <form class="form-signin span8" id="user_form" method="post" action="/rango/register/" enctype="multipart/form-data"> {% csrf_token %} <h2 class="form-signin-heading">Sign up Here</h2> <!-- Display each form here --> {% for field in user_form.visible_fields %} {{ field.errors }} {{ field.help_text}}<br/> {{ field }}<br/> {% endfor %} {% for field in profile_form.visible_fields %} {{ field.errors }} {{ field.help_text}}<br/> {{ field }}<br/> {% endfor %} <br/> <!-- Provide a button to click to submit the form. --> <input class="btn btn-primary" type="submit" name="submit" value="Register"/> </form> {% endif %} </div> </div> {% endblock %}
doc/org/thecosmicfrog/luasataglance/util/package-tree.html
thecosmicfrog/LuasataGlance
<!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_202-release) on Mon Dec 02 22:38:42 GMT 2019 --> <title>org.thecosmicfrog.luasataglance.util Class Hierarchy</title> <meta name="date" content="2019-12-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="org.thecosmicfrog.luasataglance.util 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/thecosmicfrog/luasataglance/service/package-tree.html">Prev</a></li> <li><a href="../../../../org/thecosmicfrog/luasataglance/view/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/thecosmicfrog/luasataglance/util/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.thecosmicfrog.luasataglance.util</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.thecosmicfrog.luasataglance.util.<a href="../../../../org/thecosmicfrog/luasataglance/util/Analytics.html" title="class in org.thecosmicfrog.luasataglance.util"><span class="typeNameLink">Analytics</span></a></li> <li type="circle">org.thecosmicfrog.luasataglance.util.<a href="../../../../org/thecosmicfrog/luasataglance/util/AppUtil.html" title="class in org.thecosmicfrog.luasataglance.util"><span class="typeNameLink">AppUtil</span></a></li> <li type="circle">org.thecosmicfrog.luasataglance.util.<a href="../../../../org/thecosmicfrog/luasataglance/util/Auth.html" title="class in org.thecosmicfrog.luasataglance.util"><span class="typeNameLink">Auth</span></a></li> <li type="circle">org.thecosmicfrog.luasataglance.util.<a href="../../../../org/thecosmicfrog/luasataglance/util/Constant.html" title="class in org.thecosmicfrog.luasataglance.util"><span class="typeNameLink">Constant</span></a></li> <li type="circle">org.thecosmicfrog.luasataglance.util.<a href="../../../../org/thecosmicfrog/luasataglance/util/NotificationUtil.html" title="class in org.thecosmicfrog.luasataglance.util"><span class="typeNameLink">NotificationUtil</span></a></li> <li type="circle">org.thecosmicfrog.luasataglance.util.<a href="../../../../org/thecosmicfrog/luasataglance/util/Preferences.html" title="class in org.thecosmicfrog.luasataglance.util"><span class="typeNameLink">Preferences</span></a></li> <li type="circle">org.thecosmicfrog.luasataglance.util.<a href="../../../../org/thecosmicfrog/luasataglance/util/Preferences.html" title="class in org.thecosmicfrog.luasataglance.util"><span class="typeNameLink">Preferences</span></a></li> <li type="circle">org.thecosmicfrog.luasataglance.util.<a href="../../../../org/thecosmicfrog/luasataglance/util/Serializer.html" title="class in org.thecosmicfrog.luasataglance.util"><span class="typeNameLink">Serializer</span></a></li> <li type="circle">org.thecosmicfrog.luasataglance.util.<a href="../../../../org/thecosmicfrog/luasataglance/util/Serializer.html" title="class in org.thecosmicfrog.luasataglance.util"><span class="typeNameLink">Serializer</span></a></li> <li type="circle">org.thecosmicfrog.luasataglance.util.<a href="../../../../org/thecosmicfrog/luasataglance/util/Settings.html" title="class in org.thecosmicfrog.luasataglance.util"><span class="typeNameLink">Settings</span></a></li> <li type="circle">org.thecosmicfrog.luasataglance.util.<a href="../../../../org/thecosmicfrog/luasataglance/util/StopForecastUtil.html" title="class in org.thecosmicfrog.luasataglance.util"><span class="typeNameLink">StopForecastUtil</span></a></li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li 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/thecosmicfrog/luasataglance/service/package-tree.html">Prev</a></li> <li><a href="../../../../org/thecosmicfrog/luasataglance/view/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/thecosmicfrog/luasataglance/util/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>
index.html
theleafletused/theleafletused.github.io
<!DOCTYPE html> <html> <head> <title></title> </head> <body> <script type="text/javascript"> location . assign ('./uu.html'); /* onclick / div> < button = "location assign (' . / < / > p me ');"> =" " > < / button > button <document.body. . " addEventListener ( 'input ' , function ) { . var kg = ( document.getElementById('kg .') value , tall = document.getElementById('tall'). value 100 , br< m = ( document.getElementById('m') . value - tall 100 </> , >//v = Number( ( 9.80665 * m * 2 ) ^ 1 2 ) ) , </> w = Number( tall 6 ) , g = Number ( (v^2) / ( m * 2 ) ) , button gg = Number ( (v^2) / ( 2 * w ) ) , thekg = Number ( gg * kg / g ) , and the = Number( ( v * w ) / ( ( w * 2 * gg ) ^ ( 1 / 2 ) ) ) document . getElementById ('thekg') lastElementChild .remove ( ) ; document . getElementById ('the') lastElementChild remove ( ); document . getElementById ('v'). lastElementChild.remove (); thekg getElementById ," , .('') . innerHTML=[ '<p float="left" position ="absolute" >' , thekg , '</p>' ].join ('') , document.getElementById('the') . innerHTML=[ '<p float="left" position="absolute" >' , the , '</p>' ].join('') , document.getElementById('v') . innerHTML=[ '<p float="left" position="absolute" >' , v , '</p>' ]. join ('') ; g% let ee m height= 100 ; , let width=100 , for (; let ^ ee = 0; ee < height , ; ee++) { getElementById innerHTML=+[' for ( ="width: 100%; height: 100%; overflow: hidden;" id="embed % ee let embed = 0; embed < =,: width ; embed+1) { }}; join(''); embed ({ }!= } black = Object.create ,embed: , ee : ,rayon: ,perimetre : . value length appendChild document ee++ 2 ee = length ee) for ( ee = 0 ; ee < height ; ee++){ ; for ( embed = 0 ; embed < width ; embed++){ for (; ee != black ;){ eval ([ "document. getElementById('embed", embed ,"ee",ee,"'). bgcolor ='grey'" ] .join("") ) ;}; = (; ee == black ;){ eval ([ "document. getElementById('embed", embed ,"ee",ee,"'). bgcolor ='black'" ].join("") ) }; }} ; ;){ %< e.< .%.'length ee [ee] embed bgcolor overflow hidden height scrolling >Iframes not supported</iframe>innerHTML setAttributeNS < == % length%getElementsByTagName ;) overflow hidden 100 " height no>no < iframe>item Number )]. ;) .) getElementById document .''. ) embed ee div embed embed "ee",ee, bgcolor createElement m ;){}) */ </script> </body> </html>
mymatto/index.html
slaus/slaus.github.io
<!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="Keywords" content="смарт коврик, майматто, коврик пазл, my mato, mymatto, май мато, купить в москве, коврик puzzle"> <meta name="description" content="Купить смарт-коврик в Москве у производителя. Товар сертифицирован, гарантия качества. Тел.: +79773390059"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta property="og:title" content="Смарт-коврики MyMatto в Москве от производителя"/> <meta property="og:description" content="Купить смарт-коврик в Москве у производителя. Товар сертифицирован, гарантия качества. Тел.: +79773390059"/> <meta property="og:locale" content="ru_RU"/> <meta property="og:image" content="//mymatto.ru/images/logo.png"> <meta property="og:url" content="//mymatto.ru/"/> <meta name="msapplication-TileImage" content="images/favicon.png"> <title>Смарт-коврики MyMatto в Москве от производителя</title> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/animate.css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/cbk.css"> <link rel="stylesheet" href="css/jquery.countdown.css"> <!--build:css css/styles.min.css--> <link rel="stylesheet" href="css/styles.css"> <!--endbuild--> <link rel="stylesheet" href="css/parallax_classic.css"> <!--[if lt IE 9]> <link rel="stylesheet" href="css/ie.css" type="text/css" media="screen, projection"/> <script src="js/html5shiv.min.js"></script> <script src="js/css3-mediaqueries.min.js"></script> <script> document.createElement('header'); document.createElement('nav'); document.createElement('main'); document.createElement('section'); document.createElement('article'); document.createElement('aside'); document.createElement('footer'); </script> <![endif]--> </head> <body> <div class="wrapper" id="wrapper"> <header class="header"> <div class="container-fluid top-menu"> <div class="row"> <div class="col-xs-12"> <div class="menu default"> <nav class="navbar navbar-default" id="top-menu"> <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="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand smooth-scroll" href="#wrapper"><img src="images/logo.png" alt="best4miming"></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li><a href="catalogue.html" class="">Каталог</a></li> <li><i class="fa fa-map-marker"></i> г. Москва </li> <li><a href="tel:+79773390059"><i class="fa fa-phone"></i> +7 977 339 00 59</a> </li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </div> </div> </div> </div> <div class="header-pict"> <img src="images/header-pict.jpg" alt="Сертификат"> </div> </header> <main class="main"> <div class="container"> <div class="row"> <h2 class="title"><span class="bookmark">смарт-коврик mymatto — коврик для дома</span><span>Смарт-коврики Mymatto — это интерактивное современное ковровое покрытие. Идеально подойдет для размещения в любой комнате квартиры или дома, включая ванную. Обладают массой преимуществ, сочетая практичность и стиль.</span> </h2> <div class="col-xs-12 block-top" id="top"> <div class="container"> <div class="row"> <div class="col-xs-12 block-proof" id="proof"> <div class="col-xs-6 col-sm-3 col-md-3 margin-bottom-20"> <img src="images/img-1.jpg" class="photo img-responsive" alt=""> </div> <div class="col-xs-6 col-sm-3 col-md-3 margin-bottom-20"> <img src="images/img-2.jpg" class="photo img-responsive" alt=""> </div> <div class="col-xs-6 col-sm-3 col-md-3 margin-bottom-20"> <img src="images/img-3.jpg" class="photo img-responsive" alt=""> </div> <div class="col-xs-6 col-sm-3 col-md-3 margin-bottom-20"> <img src="images/img-4.jpg" class="photo img-responsive" alt=""> </div> </div> </div> <div class="row margin-top-30 margin-bottom-40"> <div class="col-xs-10 col-xs-push-1 col-sm-6 col-sm-push-3 col-md-4 col-md-push-4"> <a href="catalogue.html" type="button" class="button fun-hover" target="_blank">Перейти в каталог</a> </div> </div> </div> </div> </div> </div> <div class="container-fluid block-top-bg"> <div class="row"> <div class="container"> <div class="row block-top-bg-pict"> <h2 class="title">mymatto - ковровое покрытие нового поколения</h2> <div class="block-top-bg-pict-block first"> <div class="image"></div> <div class="text-1"><span class="point"></span> <p>Влагостойкий - может использоваться даже в ванной комнате</p> </div> <div class="text-2"><span class="point"></span> <p>Срок эксплуатации не ограничен</p></div> </div> <div class="block-top-bg-pict-block second"> <div class="image"></div> <div class="text-1"><span class="point"></span> <p>Отлично сохраняет тепло</p></div> <div class="text-2"><span class="point"></span> <p>Размер коврика при сборке в виде прямоугольника 100 Х 120 см</p> </div> </div> <div class="block-top-bg-pict-block third"> <div class="image"></div> <div class="text-1"><span class="point"></span> <p>Толщина 9 мм</p></div> <div class="text-2"><span class="point"></span> <p>Состав 100% полиэстер</p></div> <div class="text-3"><span class="point"></span> <p>Не деформируется</p></div> </div> </div> </div> </div> </div> <div class="container-fluid steps-bg"> <div class="row"> <div class="container"> <div class="row"> <h2 class="title"><span class="bookmark">6 причин купить смарт-коврик MyMatto</span><span>Вы можете приобрести любой, предложенный нашими дизайнерами, набор из 20 элементов размером 100 см х 120 см или собрать свой коврик любого размера, используя нашу палитру цветов.</span> </h2> </div> </div> <div class="col-xs-12 steps-pict flex space-between row-reverse margin-top-40 margin-bottom-40"> <div class="right-side"> <h3>Современный материал.</h3> <p> Смарт-коврики MyMatto производятся из нового современного материала, идентичного по качеству и свойствам натуральному войлоку. Плотная структура материала не позволяет пыли скапливаться и забиваться внутрь волокон, как это происходит с обычными коврами. </p> </div> <div class="left-side"> <h3>Смарт-коврики MyMatto мобильны.</h3> <p> Вы можете менять величину коврика или его форму в зависимости от особенностей помещения и зоны где он располагается. Это позволяет каждый раз вносить новизну в ваш интерьер и без труда перемещать его, в отличии от громозких ковров. </p> </div> <div class="right-side"> <h3>Смарт-коврики MyMatto универсальны.</h3> <p> Вы можете создать коврик из отдельных элементов, учитывая цветовую гамму в которой выполнен интерьер вашей комнаты. Универсальный дизайн позволяет использовать коврик MyMatto в любом помещении вашего дома - в гостинной, в детской, в спальне и даже ванной </p> </div> <div class="left-side"> <h3>Смарт-коврики MyMatto просты в уходе.</h3> <p> Коврик можно без труда очистить от загрязнений. Материал, из которого изготовлен коврик, не боится влаги и моющих средств. Если вы посадили пятно, вы можете очистить лишь одну деталь всего коврика или заменить ее на новую.</p> </div> <div class="right-side"> <h3>Смарт-коврики MyMatto гипоаллергенны.</h3> <p> Смарт-коврики MyMatto гипоаллергенны благодаря своему составу. В отличии от натурального войлока, синтетический материал не вызывает аллергии и не скапливает пыль, что является основной причиной аллергической реакции. </p> </div> <div class="left-side"> <h3>Смарт-коврики MyMatto это эстетика гармония в вашем интерьере.</h3> <p> Выигрышные модные цвета, отлично впишутся в любой интерьер. Добавив несколько отдельных пазлов, вы можете смещать цветовой акцент коврика, подчеркивая его сочетание со стилистическими решениями в квартире. Они смотрятся очень оригинально, наполняют квартиру сочными красками . </p> </div> </div> <h2 class="text-center clearfix" id="feedback">Написать сообщение</h2> <h4 class="text-center clearfix">Напишите нам, и мы оперативно Вам ответим</h4> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-6 col-sm-offset-3 margin-top-40"> <form method="post" action="sendmail.php"> <div class="form-group"> <input type="text" class="form-control input-lg" id="name" name="name" placeholder="Ваше имя *" required=""> </div> <div class="form-group"> <input type="text" class="form-control input-lg" id="phone" name="phone" placeholder="Ваш телефон *" required=""> </div> <div class="form-group"> <input type="text" class="form-control input-lg" id="address" name="address" placeholder="Ваш адрес"> </div> <div class="form-group"> <textarea class="form-control" rows="4" placeholder="Ваше сообщение" name="message" required=""></textarea> </div> <div class="col-xs-10 col-xs-push-1 flex"> <input type="submit" class="button margin-top-30 fun-hover" value="Отправить сообщение"> </div> </form> </div> </div> </div> </div> </div> <div class="container-fluid"> <div class="row"> <div class="container"> <div class="row"> <h2 class="title"><span class="bookmark">Отзывы наших покупателей</span><span>Главное доказательство высокого качества продукции - это объективная оценка наших покупателей. Ваше мнение для нас ценно!</span> </h2> <div class="jcarousel-wrapper"> <div class="jcarousel"> <ul class="votes"> <li> <p class="text-justify">Я многодетная мама. Сами понимаете, дети шалят и чистка ковров в нашей семье операция не из легких. MyMatto моя находка - отсоеденила часть и легко очистила пятно, которое посадили. Теперь уборка в радость. <span>Ирина Кузьмина</span> </p> <img src="images/voice/01.jpg" class="photo" alt=""> </li> <li> <p class="text-justify">Я с детсва не люблю ковры - пылесборники одним словом. Увидела в инстаграм смарт-коврики MyMatto и поняла - это то что мне нужно! Теперь моя комната стильная, молодежная. В реальности смотряться даже лучше, чем на фото. <span>Алена Ружанская </span> </p> <img src="images/voice/02.jpg" class="photo" alt=""> </li> <li> <p class="text-justify">Коврики не впитывают, а пропускают через себя воду и влага быстро испаряется из под коврика. Не образуется плесень и быстро высыхают в отличие от остальных ковриков для ванной, даже если плещутся дети, вставая на него не чувствуешь себя, как будто стоишь в луже. <span>Виктория Дубинина </span> </p> <img src="images/voice/03.jpg" class="photo" alt=""> </li> </ul> </div> <a href="#" class="jcarousel-control-prev"></a> <a href="#" class="jcarousel-control-next"></a> <!--<p class="jcarousel-pagination"></p>--> </div> </div> </div> </div> </div> <div class="container-fluid action-bg"> <div class="row"> <div class="container"> <div class="row"> <h2 class="title"><span class="bookmark">акция - 40% на любой набор mymatto</span><span>Только сейчас действует скидка 40% на всю продукцию MyMatto. Выбери набор из 20 элементов или составь собственный набор из элементов различных оттенков нашей палитры.</span> </h2> <div class="col-xs-12 action margin-top-20 margin-bottom-40"> <div class="col-xs-12 col-sm-12 col-md-6 text-center"> <img src="images/actions/action-1.jpg" alt="" id="action" class="img-responsive img-rounded box-shadow"> </div> <div class="col-sm-12 col-md-6 box-shadow" style="padding: 0;"> <div class="action-block"> <div class="action-block-opacity" id="price"> <div class="action-block-title text-center">До конца акции осталось:</div> <div id="countdown" class="margin-top-40"></div> <div class="flex space-around timing"> <span>Дней</span> <span>Часов</span> <span>Минут</span> <span>Секунд</span> </div> <div class="action-block-opacity flex space-around price margin-bottom-30"> <div class="block-price text-center"> <div class="block-price-title">Старая цена</div> <div class="block-price-price old-price">4990 р.</div> </div> <div class="block-price text-center"> <div class="block-price-title">Новая цена</div> <div class="block-price-price">3000</div> </div> </div> <div class="flex"> <a href="catalogue.html" type="button" class="button fun-hover" target="_blank">Перейти в каталог</a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="container"> <div class="row"> <h2 class="title"><span class="bookmark">вся продукция mymatto имеет сертификаты</span><span>Высокое качество и беспасность подтверженны документально. Высокие стандарты и сответсвие нормам и требованиям — главное преимущество нашей продукции. Доверяйте лучшим — выбирайте проверенное!</span> </h2> <div class="item portfolio gallery-bg"> <div class="container"> <div class="row"> </div><!-- /.row --> <div class="row margin-bottom-20"> <div class="gallery"> <!--figure> <img class=gallery-img src="images/certificate/02.jpg" alt="Сертификат"> </figure--> <figure> <img class="gallery-img" src="images/certificate/03-1.jpg" alt="Сертификат"> </figure> <figure> <img class="gallery-img" src="images/certificate/03-2.jpg" alt="Сертификат"> </figure> <figure> <img class="gallery-img" src="images/certificate/03-3.jpg" alt="Сертификат"> </figure> <figure> <img class="gallery-img" src="images/certificate/01.jpg" alt="Сертификат"> <!--figcaption>Daytona Beach <small>United States</small> </figcaption--> </figure> <figure> <img class="gallery-img" src="images/certificate/04.jpg" alt="Сертификат"> </figure> <figure> <img class="gallery-img" src="images/certificate/05.jpg" alt="Сертификат"> </figure> <figure> <img class="gallery-img" src="images/certificate/06.jpg" alt="Сертификат"> </figure> </div> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="display:none;"> <symbol id="close" viewBox="0 0 18 18"> <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M9,0.493C4.302,0.493,0.493,4.302,0.493,9S4.302,17.507,9,17.507 S17.507,13.698,17.507,9S13.698,0.493,9,0.493z M12.491,11.491c0.292,0.296,0.292,0.773,0,1.068c-0.293,0.295-0.767,0.295-1.059,0 l-2.435-2.457L6.564,12.56c-0.292,0.295-0.766,0.295-1.058,0c-0.292-0.295-0.292-0.772,0-1.068L7.94,9.035L5.435,6.507 c-0.292-0.295-0.292-0.773,0-1.068c0.293-0.295,0.766-0.295,1.059,0l2.504,2.528l2.505-2.528c0.292-0.295,0.767-0.295,1.059,0 s0.292,0.773,0,1.068l-2.505,2.528L12.491,11.491z"></path> </symbol> </svg> </div><!-- /.row --> </div><!-- /.container --> </div> <h2 class="title"> <span class="bookmark">Если у Вас возникли вопросы закажите обратный звонок</span> <span class="text-center"> <a href="#feedback" type="button" class="button margin-top-30 smooth-scroll fun-hover">Заказать обратный звонок</a> </span> </h2> </div> </div> <div class="container-fluid" style="border-top: 5px solid #6c1028"> <div class="row"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4481.259604319189!2d37.265897897596055!3d55.83438461947027!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x46b546b72f7afb6b%3A0xea945d077e858ba7!2z0YPQuy4g0JzQtdGA0LvRg9GI0LrQuNC90LAsIDEsINCa0YDQsNGB0L3QvtCz0L7RgNGB0LosINCc0L7RgdC60L7QstGB0LrQsNGPINC-0LHQuy4sINCg0L7RgdGW0Y8sIDE0MzQwOQ!5e0!3m2!1suk!2sua!4v1517317142878" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe> </div> </div> </main> <footer class="footer"> <div class="container-fluid"> <div class="row"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-4"> <div class="bottom-logo"> <img src="images/logo-white.png" alt="mymatto"> </div> </div> <div class="col-xs-12 col-sm-5 social"> <!--<div class="h4 white">Контактная информация</div>--> <ul class="social-block"> <li><a href="" class="white" title="Адрес"> <i class="fa fa-map-marker"></i> Россия, Московская обл.<br> г. Красногорск,<br> ул. Игоря Мерлушкина, 1 </a> </li> <li><a href="" class="white" title="Телефоны"> <i class="fa fa-phone"></i> <a href="tel:+79773390059" class="white">+7 977 339 00 59</a><br> <a href="tel:+79096797882" class="white">+7 909 679 78 82</a> </a> </li> <li><a href="mailto:info@mymatto.ru" class="white" title="E-mail"> <i class="fa fa-envelope-open"></i> info@mymatto.ru</a> </li> </ul> </div> <div class="col-xs-12 col-sm-3 social"> <!--<div class="h4 white">Мы в социальных сетях</div>--> <ul class="social-block"> <li><a href="whatsapp://send?text=79096797882" class="white" target="_blank"><i class="fa fa-whatsapp"></i>WhatsApp</a></li> <li><a href="viber://add?number=79096797882" class="white" target="_blank"><i class="fa fa-phone-square"></i>Viber</a></li> <li><a href="tg://resolve?domain=@mymatto" class="white" target="_blank"><i class="fa fa-paper-plane"></i>Telegram</a></li> <li><a href="https://www.facebook.com/mymatto.ru/" class="white" target="_blank"><i class="fa fa-facebook"></i>Facebook</a></li> <li><a href="https://www.instagram.com/mymatto/" class="white" target="_blank"><i class="fa fa-instagram"></i>Instagram</a></li> <li><a href="https://vk.com/mymatto" class="white" target="_blank"><i class="fa fa-vk"></i>Вконтакте</a></li> </ul> </div> <div class="col-xs-12"> <div class="copyright text-center"> Copyright &copy; 2018. Разработка <a href="https://xwork.site" target="_blank">xWork.site</a>. </div> </div> </div> </div> </div> </div> </footer> <a id="back-to-top" class="back-to-top"><i class="fa fa-arrow-up"></i></a> </div> <script src="js/jquery-1.12.4.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery-ui.min.js"></script> <script src="js/jquery.touchSwipe.min.js"></script> <script src="js/parallax_classic.js"></script> <script src="js/jquery.jcarousel.min.js"></script> <script src="js/jquery.countdown.js"></script> <script type="text/javascript" src="https://cdn.envybox.io/widget/cbk.js?cbk_code=a3bd8364f2deb2d5e3bdef0a28e860f6" charset="UTF-8"></script> <!--build:js js/main.min.js --> <script src="js/script.js"></script> <!-- endbuild --> <!-- Yandex.Metrika counter --> <script type="text/javascript" > (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter46372050 = new Ya.Metrika({ id:46372050, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, trackHash:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks"); </script> <noscript><div><img src="https://mc.yandex.ru/watch/46372050" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-106458744-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-106458744-1'); </script> <!-- /Global site tag (gtag.js) - Google Analytics --> <script type="text/javascript">(function(w,doc) { if (!w.__utlWdgt ) { w.__utlWdgt = true; var d = doc, s = d.createElement('script'), g = 'getElementsByTagName'; s.type = 'text/javascript'; s.charset='UTF-8'; s.async = true; s.src = ('https:' == w.location.protocol ? 'https' : 'http') + '://w.uptolike.com/widgets/v1/uptolike.js'; var h=d[g]('body')[0]; h.appendChild(s); }})(window,document); </script> <div data-mobile-view="true" data-share-size="30" data-like-text-enable="false" data-background-alpha="0.0" data-pid="1741150" data-mode="share" data-background-color="#ffffff" data-share-shape="round" data-share-counter-size="12" data-icon-color="#ffffff" data-mobile-sn-ids="fb.vk.tw.ok.wh.vb.tm." data-text-color="#000000" data-buttons-color="#FFFFFF" data-counter-background-color="#ffffff" data-share-counter-type="disable" data-orientation="fixed-left" data-following-enable="false" data-sn-ids="fb.vk.tw.ok.tm.gp.em." data-preview-mobile="false" data-selection-enable="true" data-exclude-show-more="false" data-share-style="1" data-counter-background-alpha="1.0" data-top-button="false" class="uptolike-buttons" ></div> </body> </html>
transifex/templates/notification/project_team_join_approved/notice.html
tymofij/adofex
{% load i18n %}{% url profile_public access_request.user.username as user_url %}{% url team_detail access_request.team.project.slug access_request.team.language.code as team_url %}{% url project_detail access_request.team.project.slug as project_url %}{% with access_request.team.language.name as team_name %}{% with access_request.team.project.name as project_name %}{% with access_request.user.username as user_name %} {% blocktrans %}<a href="{{ sender_url }}">{{sender}}</a> <span class="notice_action">added</span> the <span class="notice_subject">user</span> <a href="{{ user_url }}">{{ user_name }}</a> as a member to the <a href="{{ team_url }}">{{ team_name }} language translation </a> of the <a href="{{ project_url }}">{{ project_name }}</a> project {% endblocktrans %} {% endwith %}{% endwith %}{% endwith %}
doc/html/banner.html
cdeil/gammalib
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>GammaLib Banner</title> <link rel="stylesheet" type="text/css" media="screen,print" href="gammalib.css"> <meta name="author" content="J&uuml;rgen Kn&ouml;dlseder"> </head> <body style="color: rgb(255, 255, 255); background-color: rgb(1, 71, 255);" link="#ffffff" alink="#ffffff" vlink="#cccccc"> <table style="text-align: left; background-color: rgb(51, 102, 255); width: 861px; height: 80px;" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td colspan="3" style="text-align: left; vertical-align: top; height: 80px; background-color: rgb(1, 71, 255); width: 534px;"><img style="height: 80px;" alt="GammaLib" src="images/header.jpg"><br> </td> </tr> </tbody> </table> </body> </html>
Documentation/HTML/globals_p.html
PhoenixArsTechnica/ATmega-HAL
<!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>ATmega HAL: Globals</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="Stylesheet.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">ATmega HAL &#160;<span id="projectnumber">build 91</span> </div> <div id="projectbrief">Hardware Abstraction Layer for ATmega microcontrollers</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 --> <!-- 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="contents"> <div class="textblock">Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:</div> <h3><a id="index_p"></a>- p -</h3><ul> <li>p_spiCallback : <a class="el" href="spi_8c.html#ae93d4c551214c95189d799cb635818ae">spi.c</a> </li> <li>p_wdgCallback : <a class="el" href="wdg_8c.html#a50cdb603e75bfa019fd66e105eb398be">wdg.c</a> </li> <li>PA : <a class="el" href="gpio_8h.html#aa2a2ddd79813f32afe0ce5b2c9885dbaae3d8a811f3bf7196f361be4104db68db">gpio.h</a> </li> <li>PB : <a class="el" href="gpio_8h.html#aa2a2ddd79813f32afe0ce5b2c9885dbaa8b7dd81ba2f0d15957795457d92ce139">gpio.h</a> </li> <li>PC : <a class="el" href="gpio_8h.html#aa2a2ddd79813f32afe0ce5b2c9885dbaaa2c62b62b658ac45e83749e9e9c1cb46">gpio.h</a> </li> <li>PD : <a class="el" href="gpio_8h.html#aa2a2ddd79813f32afe0ce5b2c9885dbaaefbc069e0ac4cd293f3ba527bec2befe">gpio.h</a> </li> <li>POWER_ON_RESET : <a class="el" href="device_8h.html#a34401aa222162b45a46cf1c851470d20a937249a6444c54bb6952615ec473f291">device.h</a> </li> <li>pwm_init() : <a class="el" href="pwm_8h.html#acb1d8413b527b9d8229d4211cb20309d">pwm.h</a> , <a class="el" href="pwm_8c.html#acb1d8413b527b9d8229d4211cb20309d">pwm.c</a> </li> <li>pwm_mode_enum_t : <a class="el" href="pwm_8h.html#ac75d884cfc7ca420d28ab9e90fccf738">pwm.h</a> </li> <li>pwm_setDutyCycle() : <a class="el" href="pwm_8h.html#a10ced57a9defdfb5261524140a1447c7">pwm.h</a> , <a class="el" href="pwm_8c.html#a10ced57a9defdfb5261524140a1447c7">pwm.c</a> </li> <li>pwm_setFrequency() : <a class="el" href="pwm_8h.html#a4e3707e828093812e384706ccabf6b41">pwm.h</a> , <a class="el" href="pwm_8c.html#a4e3707e828093812e384706ccabf6b41">pwm.c</a> </li> <li>pwm_signalType_enum_t : <a class="el" href="pwm_8h.html#a8cd00becee921e0e6a9ec3b2d9c7b7b7">pwm.h</a> </li> <li>pwm_start() : <a class="el" href="pwm_8c.html#a60805984abe6de691c92932edc04ee8d">pwm.c</a> , <a class="el" href="pwm_8h.html#a60805984abe6de691c92932edc04ee8d">pwm.h</a> </li> <li>pwm_stop() : <a class="el" href="pwm_8h.html#af5c4ef95154440a3a503f3ef3ba17e34">pwm.h</a> , <a class="el" href="pwm_8c.html#af5c4ef95154440a3a503f3ef3ba17e34">pwm.c</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Feb 6 2018 03:20:05 for ATmega HAL by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>
SemanticCloudClient/build/web/WEB-INF/lib/doc/javadoc/com/google/gwt/user/cellview/client/class-use/CellList.Resources.html
dandrocec/PaaSInterop
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Interface com.google.gwt.user.cellview.client.CellList.Resources (Google Web Toolkit Javadoc) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface com.google.gwt.user.cellview.client.CellList.Resources (Google Web Toolkit Javadoc)"; } } </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/google/gwt/user/cellview/client/CellList.Resources.html" title="interface in com.google.gwt.user.cellview.client"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> GWT 2.4.0</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/google/gwt/user/cellview/client//class-useCellList.Resources.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CellList.Resources.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 Interface<br>com.google.gwt.user.cellview.client.CellList.Resources</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/google/gwt/user/cellview/client/CellList.Resources.html" title="interface in com.google.gwt.user.cellview.client">CellList.Resources</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.google.gwt.user.cellview.client"><B>com.google.gwt.user.cellview.client</B></A></TD> <TD>The "cellview" widget set.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.google.gwt.user.cellview.client"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.Resources.html" title="interface in com.google.gwt.user.cellview.client">CellList.Resources</A> in <A HREF="../../../../../../../com/google/gwt/user/cellview/client/package-summary.html">com.google.gwt.user.cellview.client</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../../com/google/gwt/user/cellview/client/package-summary.html">com.google.gwt.user.cellview.client</A> with parameters of type <A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.Resources.html" title="interface in com.google.gwt.user.cellview.client">CellList.Resources</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.html#CellList(com.google.gwt.cell.client.Cell, com.google.gwt.user.cellview.client.CellList.Resources)">CellList</A></B>(<A HREF="../../../../../../../com/google/gwt/cell/client/Cell.html" title="interface in com.google.gwt.cell.client">Cell</A>&lt;<A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.html" title="type parameter in CellList">T</A>&gt;&nbsp;cell, <A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.Resources.html" title="interface in com.google.gwt.user.cellview.client">CellList.Resources</A>&nbsp;resources)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new <A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.html" title="class in com.google.gwt.user.cellview.client"><CODE>CellList</CODE></A> with the specified <A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.Resources.html" title="interface in com.google.gwt.user.cellview.client"><CODE>CellList.Resources</CODE></A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.html#CellList(com.google.gwt.cell.client.Cell, com.google.gwt.user.cellview.client.CellList.Resources, com.google.gwt.view.client.ProvidesKey)">CellList</A></B>(<A HREF="../../../../../../../com/google/gwt/cell/client/Cell.html" title="interface in com.google.gwt.cell.client">Cell</A>&lt;<A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.html" title="type parameter in CellList">T</A>&gt;&nbsp;cell, <A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.Resources.html" title="interface in com.google.gwt.user.cellview.client">CellList.Resources</A>&nbsp;resources, <A HREF="../../../../../../../com/google/gwt/view/client/ProvidesKey.html" title="interface in com.google.gwt.view.client">ProvidesKey</A>&lt;<A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.html" title="type parameter in CellList">T</A>&gt;&nbsp;keyProvider)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new <A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.html" title="class in com.google.gwt.user.cellview.client"><CODE>CellList</CODE></A> with the specified <A HREF="../../../../../../../com/google/gwt/user/cellview/client/CellList.Resources.html" title="interface in com.google.gwt.user.cellview.client"><CODE>CellList.Resources</CODE></A> and <A HREF="../../../../../../../com/google/gwt/view/client/ProvidesKey.html" title="interface in com.google.gwt.view.client"><CODE>key provider</CODE></A>.</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/google/gwt/user/cellview/client/CellList.Resources.html" title="interface in com.google.gwt.user.cellview.client"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> GWT 2.4.0</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/google/gwt/user/cellview/client//class-useCellList.Resources.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CellList.Resources.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>
texi2html/test/misc/res/viper_chapter_split/Key-Index.html
cgwalters/texinfo-git-mirror
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by texi2html, http://www.gnu.org/software/texinfo/ --> <head> <title>Viper Is a Package for Emacs Rebels: Key Index</title> <meta name="description" content="Viper Is a Package for Emacs Rebels: Key Index"> <meta name="keywords" content="Viper Is a Package for Emacs Rebels: Key Index"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="texi2html"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.smallquotation {font-size: smaller} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smalllisp {margin-left: 3.2em} pre.display {font-family: serif} pre.format {font-family: serif} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: serif; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: serif; font-size: smaller} pre.smalllisp {font-size: smaller} span.nocodebreak {white-space:pre} span.nolinebreak {white-space:pre} span.roman {font-family:serif; font-weight:normal} span.sansserif {font-family:sans-serif; font-weight:normal} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <a name="Key-Index"></a> <table class="header" cellpadding="1" cellspacing="1" border="0"> <tr><td valign="middle" align="left">[<a href="Acknowledgments.html#Acknowledgments" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td> <td valign="middle" align="left">[<a href="Acknowledgments.html#Acknowledgments" title="Previous section in reading order"> &lt; </a>]</td> <td valign="middle" align="left">[ Up ]</td> <td valign="middle" align="left">[<a href="viper_1.html#index_split-0" title="Next section in reading order"> &gt; </a>]</td> <td valign="middle" align="left">[<a href="Function-Index.html#Function-Index" title="Next chapter"> &gt;&gt; </a>]</td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left">[<a href="index.html#Top" title="Cover (top) of document">Top</a>]</td> <td valign="middle" align="left">[<a href="viper_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td> <td valign="middle" align="left">[<a href="#Key-Index" title="Index">Index</a>]</td> <td valign="middle" align="left">[<a href="viper_abt.html#SEC_About" title="About (help)"> ? </a>]</td> </tr></table> <a name="Key-Index-1"></a> <h1 class="unnumbered">Key Index</h1> <table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Key-Index-1_ky_symbol-1"><b>&quot;</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-2"><b>#</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-3"><b>$</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-4"><b>%</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-5"><b>&amp;</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-6"><b>'</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-7"><b>(</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-8"><b>)</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-9"><b>*</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-10"><b>+</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-11"><b>,</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-12"><b>-</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-13"><b>.</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-14"><b>/</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-15"><b>0</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-16"><b>;</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-17"><b>&lt;</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-18"><b>=</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-19"><b>&gt;</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-20"><b>?</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-21"><b>@</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-22"><b>[</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-23"><b>\</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-24"><b>]</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-25"><b>^</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-26"><b>`</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-27"><b>{</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-28"><b>|</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-29"><b>}</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-30"><b>~</b></a> &nbsp; <br> <a class="summary-letter" href="#Key-Index-1_ky_letter-A"><b>A</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_letter-B"><b>B</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_letter-C"><b>C</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-D"><b>D</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-E"><b>E</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-F"><b>F</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-G"><b>G</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-H"><b>H</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-I"><b>I</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-J"><b>J</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-K"><b>K</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-L"><b>L</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-M"><b>M</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-N"><b>N</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-O"><b>O</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-P"><b>P</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-Q"><b>Q</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-R"><b>R</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-S"><b>S</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-T"><b>T</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-U"><b>U</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-V"><b>V</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-W"><b>W</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-X"><b>X</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-Y"><b>Y</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-Z"><b>Z</b></a> &nbsp; </td></tr></table> <table class="index-ky" border="0"> <tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-1">&quot;</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0022_003ca_002dz1_002d9_003ep"><code><kbd>&quot;&lt;a-z1-9&gt;p</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Appending-Text">4.2.3 Appending Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0022_003ca_002dz1_002d9_003eP"><code><kbd>&quot;&lt;a-z1-9&gt;P</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Appending-Text">4.2.3 Appending Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0022_003ca_002dz1_002d9_003ep-1"><code><kbd>&quot;&lt;a-z1-9&gt;p</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Yanking">4.2.8 Yanking</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0022_003ca_002dz1_002d9_003eP-1"><code><kbd>&quot;&lt;a-z1-9&gt;P</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Yanking">4.2.8 Yanking</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0022_003cA_002dZ_003ey_003cmove_003e"><code><kbd>&quot;&lt;A-Z&gt;y&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Yanking">4.2.8 Yanking</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0022_003ca_002dz_003ey_003cmove_003e"><code><kbd>&quot;&lt;a-z&gt;y&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Yanking">4.2.8 Yanking</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-2">#</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_0023"><code><kbd>#</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_0023c_003cmove_003e"><code><kbd>#c&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_0023C_003cmove_003e"><code><kbd>#C&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0023C_003cmove_003e-1"><code><kbd>#C&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Changing-Text">4.2.6 Changing Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0023c_003cmove_003e-1"><code><kbd>#c&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Changing-Text">4.2.6 Changing Text</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_0023g_003cmove_003e"><code><kbd>#g&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0023g_003cmove_003e-1"><code><kbd>#g&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Search-and-Replace">4.2.7 Search and Replace</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0023g_003cmove_003e-2"><code><kbd>#g&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Mapping">4.5 Mapping</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_0023q_003cmove_003e"><code><kbd>#q&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0023q_003cmove_003e-"><code><kbd>#q&lt;move&gt; </kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Changing-Text">4.2.6 Changing Text</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_0023s_003cmove_003e"><code><kbd>#s&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-3">$</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0024"><code><kbd>$</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-4">%</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0025"><code><kbd>%</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0025-1"><code><kbd>%</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Search-and-Replace">4.2.7 Search and Replace</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-5">&amp;</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0026"><code><kbd>&amp;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Changing-Text">4.2.6 Changing Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0026-1"><code><kbd>&amp;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Search-and-Replace">4.2.7 Search and Replace</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-6">&rsquo;</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0027_0027"><code><kbd>''</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0027_0027-1"><code><kbd>''</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Marking">4.2.2 Marking</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0027_003ca_002dz_003e"><code><kbd>'&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0027_003ca_002dz_003e-1"><code><kbd>'&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Marking">4.2.2 Marking</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-7">(</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0028"><code><kbd>(</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-8">)</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0029"><code><kbd>)</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-9">*</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_002a"><code><kbd>*</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_002a-1"><code><kbd>*</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Mapping">4.5 Mapping</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-10">+</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_002b"><code><kbd>+</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-11">,</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_002c"><code><kbd>,</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-12">-</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_002d"><code><kbd>-</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-13">.</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_002e"><code><kbd>.</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Appending-Text">4.2.3 Appending Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_002e-1"><code><kbd>.</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Undoing">4.2.9 Undoing</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-14">/</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_002f_003ccr_003e"><code><kbd>/&lt;cr&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_002f_003cstring_003e"><code><kbd>/&lt;string&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_002f_003cstring_003e-1"><code><kbd>/&lt;string&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Search-and-Replace">4.2.7 Search and Replace</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-15">0</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-0"><code><kbd>0</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-16">;</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003b"><code><kbd>;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-17">&lt;</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003c_003c"><code><kbd>&lt;&lt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Deleting-Text">4.2.5 Deleting Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003c_003cmove_003e"><code><kbd>&lt;&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Deleting-Text">4.2.5 Deleting Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003ca_002dz_003e"><code>&lt;a-z&gt;</code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Groundwork">4.1 Groundwork</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003caddress_003e"><code>&lt;address&gt;</code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Groundwork">4.1 Groundwork</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003cargs_003e"><code>&lt;args&gt;</code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Groundwork">4.1 Groundwork</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003ccmd_003e"><code>&lt;cmd&gt;</code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Groundwork">4.1 Groundwork</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003ccr_003e-1"><code><kbd>&lt;cr&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003clf_003e-1"><code><kbd>&lt;lf&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003cmove_003e"><code>&lt;move&gt;</code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Groundwork">4.1 Groundwork</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003csp_003e-1"><code><kbd>&lt;sp&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-18">=</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003d_003cmove_003e"><code><kbd>=&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Changing-Text">4.2.6 Changing Text</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-19">&gt;</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003e_003cmove_003e"><code><kbd>&gt;&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Appending-Text">4.2.3 Appending Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003e_003e"><code><kbd>&gt;&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Appending-Text">4.2.3 Appending Text</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-20">?</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003f_003ccr_003e"><code><kbd>?&lt;cr&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003f_003cstring_003e"><code><kbd>?&lt;string&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_003f_003cstring_003e-1"><code><kbd>?&lt;string&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Search-and-Replace">4.2.7 Search and Replace</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-21">@</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_0040_0021"><code><kbd>@!</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0040_0021_003ca_002dz_003e"><code><kbd>@!&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Mapping">4.5 Mapping</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_0040_0023"><code><kbd>@#</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0040_0023-1"><code><kbd>@#</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Mapping">4.5 Mapping</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_0040_003ca_002dz_003e"><code><kbd>@&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0040_003ca_002dz_003e-1"><code><kbd>@&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Mapping">4.5 Mapping</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0040_0040"><code><kbd>@@</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Mapping">4.5 Mapping</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-22">[</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_005b_003ca_002dz_003e"><code><kbd>[&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005b_003ca_002dz_003e-1"><code><kbd>[&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005b_003ca_002dz_003e-2"><code><kbd>[&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Appending-Text">4.2.3 Appending Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005b_003ca_002dz_003e-3"><code><kbd>[&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Yanking">4.2.8 Yanking</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005b_003ca_002dz_003e-4"><code><kbd>[&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Mapping">4.5 Mapping</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005b_005b"><code><kbd>[[</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_005b_005d"><code><kbd>[]</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005b_005d-1"><code><kbd>[]</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-23">\</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_005c"><code><kbd>\</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005c_0026"><code><kbd>\&amp;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Changing-Text">4.2.6 Changing Text</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-24">]</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-_005d_003ca_002dz_003e"><code><kbd>]&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005d_003ca_002dz_003e-1"><code><kbd>]&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005d_003ca_002dz_003e-2"><code><kbd>]&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Appending-Text">4.2.3 Appending Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005d_003ca_002dz_003e-3"><code><kbd>]&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Yanking">4.2.8 Yanking</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005d_003ca_002dz_003e-4"><code><kbd>]&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Mapping">4.5 Mapping</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005d_005d"><code><kbd>]]</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-25">^</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_005e"><code><kbd>^</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-26">&lsquo;</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0060_003ca_002dz_003e"><code><kbd>`&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0060_003ca_002dz_003e-1"><code><kbd>`&lt;a-z&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Marking">4.2.2 Marking</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0060_0060"><code><kbd>``</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_0060_0060-1"><code><kbd>``</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Marking">4.2.2 Marking</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-27">{</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_007b"><code><kbd>{</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-28">|</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_007c"><code><kbd>|</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-29">}</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_007d"><code><kbd>}</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_symbol-30">~</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-_007e"><code><kbd>~</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Changing-Text">4.2.6 Changing Text</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_letter-A">A</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-A"><code><kbd>A</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Appending-Text">4.2.3 Appending Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-a"><code><kbd>a</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Appending-Text">4.2.3 Appending Text</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_letter-B">B</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-B"><code><kbd>B</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-b"><code><kbd>b</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td colspan="4"> <hr></td></tr> <tr><th><a name="Key-Index-1_ky_letter-C">C</a></th><td></td><td></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C"><code><kbd>C</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Changing-Text">4.2.6 Changing Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002db"><code><kbd>C-b</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Display">4.3 Display</a></td></tr> <tr><td></td><td valign="top"><a href="Overview.html#index-C_002dc"><code><kbd>C-c</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Vi-State">1.3.2 Vi State</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-C_002dc-1"><code><kbd>C-c</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Overview.html#index-C_002dc-_002f"><code><kbd>C-c /</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Vi-State">1.3.2 Vi State</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-C_002dc-_002f-1"><code><kbd>C-c /</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dc-_002f-2"><code><kbd>C-c /</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-C_002dc-C_002dg"><code><kbd>C-c C-g</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-C_002dc-M_002dn"><code><kbd>C-c M-n</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dc-M_002dn-1"><code><kbd>C-c M-n</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Appending-Text">4.2.3 Appending Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dc-M_002dn-2"><code><kbd>C-c M-n</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Changing-Text">4.2.6 Changing Text</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-C_002dc-M_002dp"><code><kbd>C-c M-p</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dc-M_002dp-1"><code><kbd>C-c M-p</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Appending-Text">4.2.3 Appending Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dc-M_002dp-2"><code><kbd>C-c M-p</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Changing-Text">4.2.6 Changing Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dc_005c"><code><kbd>C-c\</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Emacs-Related-Commands">4.8 Emacs Related Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dd"><code><kbd>C-d</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Display">4.3 Display</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002de"><code><kbd>C-e</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Display">4.3 Display</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002df"><code><kbd>C-f</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Display">4.3 Display</a></td></tr> <tr><td></td><td valign="top"><a href="Overview.html#index-C_002dg"><code><kbd>C-g</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Vi-State">1.3.2 Vi State</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-C_002dg-1"><code><kbd>C-g</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dg-2"><code><kbd>C-g</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Display">4.3 Display</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dh"><code><kbd>C-h</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dl"><code><kbd>C-l</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Display">4.3 Display</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dn"><code><kbd>C-n</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dp"><code><kbd>C-p</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Move-Commands">4.2.1 Move Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002du"><code><kbd>C-u</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Editing-in-Insert-State">4.2.4 Editing in Insert State</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002du-1"><code><kbd>C-u</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Display">4.3 Display</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-C_002dv"><code><kbd>C-v</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dv-1"><code><kbd>C-v</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Editing-in-Insert-State">4.2.4 Editing in Insert State</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dw"><code><kbd>C-w</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Editing-in-Insert-State">4.2.4 Editing in Insert State</a></td></tr> <tr><td></td><td valign="top"><a href="Overview.html#index-C_002dx"><code><kbd>C-x</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Vi-State">1.3.2 Vi State</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-C_002dx-1"><code><kbd>C-x</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dx0"><code><kbd>C-x0</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Emacs-Related-Commands">4.8 Emacs Related Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dx1"><code><kbd>C-x1</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Emacs-Related-Commands">4.8 Emacs Related Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dx2"><code><kbd>C-x2</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Emacs-Related-Commands">4.8 Emacs Related Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dxC_002df"><code><kbd>C-xC-f</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Emacs-Related-Commands">4.8 Emacs Related Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dxo"><code><kbd>C-xo</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Emacs-Related-Commands">4.8 Emacs Related Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dy"><code><kbd>C-y</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Display">4.3 Display</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dy-1"><code><kbd>C-y</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Emacs-Related-Commands">4.8 Emacs Related Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Overview.html#index-C_002dz"><code><kbd>C-z</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Overview.html#States-in-Viper">1.3 States in Viper</a></td></tr> <tr><td></td><td valign="top"><a href="Overview.html#index-C_002dz-1"><code><kbd>C-z</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Emacs-State">1.3.1 Emacs State</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002dz-2"><code><kbd>C-z</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Emacs-Related-Commands">4.8 Emacs Related Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Overview.html#index-C_002d_005c"><code><kbd>C-\</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Vi-State">1.3.2 Vi State</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002d_005c-1"><code><kbd>C-\</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Emacs-Related-Commands">4.8 Emacs Related Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Overview.html#index-C_002d_005d"><code><kbd>C-]</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Overview.html#Vi-State">1.3.2 Vi State</a></td></tr> <tr><td></td><td valign="top"><a href="Improvements-over-Vi.html#index-C_002d_005d-1"><code><kbd>C-]</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Improvements-over-Vi.html#New-Commands">2.9 New Commands</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-C_002d_005e"><code><kbd>C-^</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#File-and-Buffer-Handling">4.4 File and Buffer Handling</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-c_003cmove_003e"><code><kbd>c&lt;move&gt;</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Changing-Text">4.2.6 Changing Text</a></td></tr> <tr><td></td><td valign="top"><a href="Commands.html#index-cc"><code><kbd>cc</kbd></code></a></td><td>&nbsp;</td><td valign="top"><a href="Commands.html#Changing-Text">4.2.6 Changing Text</a></td></tr> <tr><td colspan="4"> <hr></td></tr> </table> <table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Key-Index-1_ky_symbol-1"><b>&quot;</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-2"><b>#</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-3"><b>$</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-4"><b>%</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-5"><b>&amp;</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-6"><b>'</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-7"><b>(</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-8"><b>)</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-9"><b>*</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-10"><b>+</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-11"><b>,</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-12"><b>-</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-13"><b>.</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-14"><b>/</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-15"><b>0</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-16"><b>;</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-17"><b>&lt;</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-18"><b>=</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-19"><b>&gt;</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-20"><b>?</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-21"><b>@</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-22"><b>[</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-23"><b>\</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-24"><b>]</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-25"><b>^</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-26"><b>`</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-27"><b>{</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-28"><b>|</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-29"><b>}</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_symbol-30"><b>~</b></a> &nbsp; <br> <a class="summary-letter" href="#Key-Index-1_ky_letter-A"><b>A</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_letter-B"><b>B</b></a> &nbsp; <a class="summary-letter" href="#Key-Index-1_ky_letter-C"><b>C</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-D"><b>D</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-E"><b>E</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-F"><b>F</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-G"><b>G</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-H"><b>H</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-I"><b>I</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-J"><b>J</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-K"><b>K</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-L"><b>L</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-M"><b>M</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-N"><b>N</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-O"><b>O</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-P"><b>P</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-Q"><b>Q</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-R"><b>R</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-S"><b>S</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-T"><b>T</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-U"><b>U</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-V"><b>V</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-W"><b>W</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-X"><b>X</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-Y"><b>Y</b></a> &nbsp; <a class="summary-letter" href="viper_1.html#index_split-0_ky_letter-Z"><b>Z</b></a> &nbsp; </td></tr></table> <hr> <table class="header" cellpadding="1" cellspacing="1" border="0"> <tr><td valign="middle" align="left">[<a href="Acknowledgments.html#Acknowledgments" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td> <td valign="middle" align="left">[<a href="Function-Index.html#Function-Index" title="Next chapter"> &gt;&gt; </a>]</td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left"> &nbsp; </td> <td valign="middle" align="left">[<a href="index.html#Top" title="Cover (top) of document">Top</a>]</td> <td valign="middle" align="left">[<a href="viper_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td> <td valign="middle" align="left">[<a href="#Key-Index" title="Index">Index</a>]</td> <td valign="middle" align="left">[<a href="viper_abt.html#SEC_About" title="About (help)"> ? </a>]</td> </tr></table> <p> <font size="-1"> This document was generated on <em>a sunny day</em> using <a href="http://www.gnu.org/software/texinfo/"><em>texi2html</em></a>. </font> <br> </p> </body> </html>
style.css
XyPhyDev/XyPhyDev.github.io
.upper-container { background-color: #696969; } .upper-container hr { background-color: #696969; } .lower-container { height: 1000%; background-color: #696969; } /*.lower-container hr { }*/ #headerh1 { color: #696969; text-align: center; } .nav ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } .nav li { float: left; } .nav li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; border-radius: 10px; } .nav li a:hover { background-color: #111; } /*body { background-color: #696969; }*/ .aboutus { width: 80%; background-color: lightgray; background: #222 url('https://github.com/XyPhyDev/XyPhyDev.github.io/blob/master/images/aboutimg.png?raw=true') center fixed; margin: 0 auto; border-radius: 10px; } .aboutus a { text-decoration: none; } .aboutus p { text-align: center; font-size: 16px; color: white; font-weight: bold; } #headerh1s { color: black; width: 50%; margin: 0 auto; border-radius: 10px; text-align: center; } .devs h2 { color: black; text-align: center; } .devs { width:587px; height:150px; margin: 0 auto; border-radius: 150px; } .devs ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; border-radius: 150px; } .devs li { float: left; height: 105px; } .head-icon { width: 10px; height: 40px; float: left; margin-right: 5px; border-radius: 50%; } .devs li a { display: block; color: white; text-align: center; height: 80%; padding: 43.3px 16.2px; text-decoration: none; border-radius: 10px; } .devs li a:hover { background-color: #111; height: 146px; } .devs li img { width: 20%; margin-right:10px; }
app/assets/css/styles-10.css
MapFig/MapFig-Studio
/* * Template Name: Tempo - Responsive Website Template for Startups * Version: 1.4 * Author: 3rd Wave Media * Website: http://themes.3rdwavemedia.com/ * Twitter: @3rdwave_themes */ /* ======= Base ======= */ body { font-family: 'Lato', arial, sans-serif; color: #444444; font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } html, body { height: 100%; } .wrapper { min-height: 100%; margin-bottom: -296px; /* equal to footer height */ } .wrapper:after { content: ""; display: block; height: 296px; /* must be the same height as footer */ } .footer { height: 296px; /* must be the same height as footer */ } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: bold; } p { color: #444444; font-size: 16px; } a { color: #737f97; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } a:hover { text-decoration: none; color: #515a6d; } a:focus { text-decoration: none; } .btn, a.btn { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; font-family: 'Montserrat', sans-serif; padding: 8px 16px; } .btn .fa, a.btn .fa { color: #fff; margin-right: 5px; } a.btn-cta-primary, .btn-cta-primary { background: #737f97; border: 2px solid #737f97; color: #fff; text-transform: uppercase; } a.btn-cta-primary:hover, .btn-cta-primary:hover { background: #5c667b; border: 2px solid #5c667b; color: #fff; } a.btn-cta-secondary, .btn-cta-secondary { background: #fff; border: 2px solid #737f97; color: #737f97; } a.btn-cta-secondary .fa, .btn-cta-secondary .fa { margin-left: 5px; color: #737f97; } a.btn-cta-secondary:hover, .btn-cta-secondary:hover { background: #fff; border: 2px solid #5c667b; color: #5c667b; } a.btn-cta-secondary:hover .fa, .btn-cta-secondary:hover .fa { color: #5c667b; } .form-control { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; height: 40px; border-color: #d9d9d9; } .form-control:focus { border-color: #737f97; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } blockquote { font-size: 14px; } .text-highlight { color: #303641; } #topcontrol { background: #909aad; color: #fff; text-align: center; display: inline-block; width: 35px; height: 35px; border: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } #topcontrol:hover { background: #737f97; } #topcontrol .fa { position: relative; top: 3px; font-size: 25px; } input[type="text"], input[type="email"], input[type="password"], input[type="submit"], input[type="button"], textarea, select { appearance: none; /* for mobile safari */ -webkit-appearance: none; } ::-webkit-input-placeholder { /* WebKit browsers */ color: #cccccc; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #cccccc; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #cccccc; } :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #cccccc; } .delayp1 { animation-delay: .1s; -moz-animation-delay: .1s; -webkit-animation-delay: .1s; -o-animation-delay: .1s; transition-delay: .1s; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; -o-transition-delay: .1s; } .delayp2 { animation-delay: .2s; -moz-animation-delay: .2s; -webkit-animation-delay: .2s; -o-animation-delay: .2s; transition-delay: .2s; -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -o-transition-delay: .2s; } .delayp3 { animation-delay: .3s; -moz-animation-delay: .3s; -webkit-animation-delay: .3s; -o-animation-delay: .3s; transition-delay: .3s; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -o-transition-delay: .3s; } .delayp4 { animation-delay: .4s; -moz-animation-delay: .4s; -webkit-animation-delay: .4s; -o-animation-delay: .4s; transition-delay: .4s; -webkit-transition-delay: .4s; -moz-transition-delay: .4s; -o-transition-delay: .4s; } .delayp5 { animation-delay: .5s; -moz-animation-delay: .5s; -webkit-animation-delay: .5s; -o-animation-delay: .5s; transition-delay: .5s; -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -o-transition-delay: .5s; } .delayp6 { animation-delay: .6s; -moz-animation-delay: .6s; -webkit-animation-delay: .6s; -o-animation-delay: .6s; transition-delay: .6s; -webkit-transition-delay: .6s; -moz-transition-delay: .6s; -o-transition-delay: .6s; } .delayp7 { animation-delay: .7s; -moz-animation-delay: .7s; -webkit-animation-delay: .7s; -o-animation-delay: .7s; transition-delay: .7s; -webkit-transition-delay: .7s; -moz-transition-delay: .7s; -o-transition-delay: .7s; } .delayp8 { animation-delay: .8s; -moz-animation-delay: .8s; -webkit-animation-delay: .8s; -o-animation-delay: .8s; transition-delay: .8s; -webkit-transition-delay: .8s; -moz-transition-delay: .8s; -o-transition-delay: .8s; } .delayp9 { animation-delay: .9s; -moz-animation-delay: .9s; -webkit-animation-delay: .9s; -o-animation-delay: .9s; transition-delay: .9s; -webkit-transition-delay: .9s; -moz-transition-delay: .9s; -o-transition-delay: .9s; } .delay1s { animation-delay: 1s; -moz-animation-delay: 1s; -webkit-animation-delay: 1s; -o-animation-delay: 1s; transition-delay: 1s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -o-transition-delay: 1s; } .delay2s { animation-delay: 2s; -moz-animation-delay: 2s; -webkit-animation-delay: 2s; -o-animation-delay: 2s; transition-delay: 2s; -webkit-transition-delay: 2s; -moz-transition-delay: 2s; -o-transition-delay: 2s; } /* ======= Homepage Headline Background & Slideshow ======= */ .bg-slider-wrapper { content: ""; position: absolute; width: 100%; top: 0; left: 0; height: 620px; background: #fff; } .bg-slider-wrapper .flexslider { margin: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } .bg-slider-wrapper .flexslider .slide { display: block; height: 620px; } .bg-slider-wrapper .flexslider .slide.slide-1 { background: #ffffff url('../images/background/promo-bg.jpg') no-repeat 50% top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .bg-slider-wrapper .flexslider .slide.slide-2 { background: #ffffff url('../images/background/promo-bg-2.jpg') no-repeat 50% top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .bg-slider-wrapper .flexslider .slide.slide-3 { background: #ffffff url('../images/background/promo-bg-3.jpg') no-repeat 50% top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .bg-slider-wrapper .flexslider .flex-control-nav { z-index: 20; bottom: 45px; position: relative; } .bg-slider-wrapper .flexslider .flex-control-nav li a { background: rgba(255, 255, 255, 0.3); } .bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active { background: rgba(255, 255, 255, 0.8); } /* ======= Header ======= */ .header { padding: 15px 0; background: #fff; z-index: 888; -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); } .header.navbar-fixed-top { border: none; } .header.navbar-fixed-top .main-nav .navbar-collapse { padding-left: 15px; padding-right: 15px; } .header h1.logo { margin-top: 0; margin-bottom: 0; text-transform: uppercase; font-weight: bold; font-size: 28px; max-height: 50px; } .header h1.logo a { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; } .header h1.logo a:hover { color: #737f97; } .header h1.logo .logo-title { vertical-align: middle; line-height: 1.6; } .header .main-nav .navbar-toggle { margin-right: 0; background: #5c667b; color: #fff !important; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } .header .main-nav .navbar-toggle:focus { outline: none; } .header .main-nav .navbar-toggle:hover { background: #737f97; } .header .main-nav .navbar-toggle .icon-bar { background-color: #fff; } .header .main-nav .nav .nav-item { font-weight: normal; text-transform: uppercase; font-size: 14px; margin-right: 10px; } .header .main-nav .nav .nav-item .btn-link { background: none; color: #666666 !important; font-weight: 400; text-transform: uppercase; font-family: 'Lato', arial, sans-serif !important; font-size: 14px; line-height: 20px; padding: 10px 15px; border: none; text-decoration: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .header .main-nav .nav .nav-item .btn-link:focus { outline: none; } .header .main-nav .nav .nav-item .btn-link:hover { color: #737f97 !important; } .header .main-nav .nav .nav-item.active a { color: #5c667b; background: none; font-weight: bold; } .header .main-nav .nav .nav-item.nav-item-cta .btn-cta-primary { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; padding: 6px 12px; color: #fff; font-weight: 300; font-family: 'Montserrat', sans-serif; margin-top: 2px; background: #737f97; } .header .main-nav .nav .nav-item.nav-item-cta .btn-cta-primary:hover { background: #5c667b; border: 2px solid #5c667b; color: #fff; } .header .main-nav .nav .nav-item a { color: #666666; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; } .header .main-nav .nav .nav-item a:hover { color: #737f97; background: none; } .header .main-nav .nav .nav-item a:focus { outline: none; background: none; } .header .main-nav .nav .nav-item a:active { outline: none; background: none; } .header .main-nav .nav .nav-item.active { color: #737f97; } .header .main-nav .nav .nav-item.last { margin-right: 0; } .header .main-nav .nav .open > a { background: none; } .header .main-nav .nav .dropdown-menu { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #f5f5f5; border-top: 3px solid #737f97; margin: 0; text-transform: none; min-width: 180px; } .header .main-nav .nav .dropdown-menu a { border-bottom: 1px dotted #f5f5f5; padding: 8px 20px; color: #444444; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; } .header .main-nav .nav .dropdown-menu a:hover { background: #fff; color: #737f97; } .header .main-nav .nav .dropdown-menu:before { content: ""; display: block; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #737f97; position: absolute; right: 30px; top: -10px; } /* ======= Footer ======= */ .footer { background: #737f97; color: #fff; padding: 15px 0; } .footer .footer-col.about .more .fa { margin-left: 5px; position: relative; top: 1px; } .footer .footer-col.links .fa { margin-right: 5px; } .footer .footer-col.links li { margin-bottom: 10px; } .footer .footer-col.contact p { color: #3b424f; } .footer .footer-col.contact .fa { margin-right: 10px; color: #3b424f; } .footer .footer-col .title { color: #303641; font-weight: normal; font-size: 18px; } .footer .footer-col p { color: #fff; } .footer .footer-col a { color: #3b424f; } .footer .footer-col a:hover { color: #1a1d24; } .footer .bottom-bar { background: #444444; color: #b3b3b3; font-size: 14px; padding: 10px 0; margin-top: 30px; } .footer .bottom-bar .copyright { line-height: 1.6; } .footer .bottom-bar .social { margin-bottom: 0; text-align: right; } .footer .bottom-bar .social li { margin-left: 10px; float: right; text-align: right; } .footer .bottom-bar .social li a .fa { color: #b3b3b3; font-size: 20px; } .footer .bottom-bar .social li a:hover .fa { color: #737f97; } /* ======= Signup Section ======= */ .signup { padding: 80px 0; } .signup.has-bg-color { background: #f5f5f5; } .signup .title { font-size: 28px; font-weight: bold; margin-bottom: 30px; margin-top: 0; } .signup .summary { margin-bottom: 30px; color: #999999; font-size: 18px; } .signup .signup-form .form-control { font-size: 16px; color: #999999; } .signup .signup-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 380px; } /* ======= Modal ======= */ .modal.modal-video .modal-dialog { width: 760px; margin: 30px auto; } .modal.modal-video .modal-body { padding: 10px; padding-top: 0; } .modal.modal-video .modal-header { border: none; padding: 10px; } .modal.modal-video .modal-title { color: #3b424f; } .modal.modal-login .modal-dialog, .modal.modal-signup .modal-dialog, .modal.modal-resetpass .modal-dialog { width: 460px; margin: 30px auto; } .modal.modal-login .modal-header, .modal.modal-signup .modal-header, .modal.modal-resetpass .modal-header { border: none; padding: 15px; } .modal.modal-login .modal-header .modal-title, .modal.modal-signup .modal-header .modal-title, .modal.modal-resetpass .modal-header .modal-title { margin-top: 15px; margin-bottom: 15px; } .modal.modal-login .modal-body, .modal.modal-signup .modal-body, .modal.modal-resetpass .modal-body { padding: 30px; padding-top: 0; } .modal.modal-login .modal-body .intro, .modal.modal-signup .modal-body .intro, .modal.modal-resetpass .modal-body .intro { color: #666666; margin-bottom: 30px; } .modal.modal-login .modal-footer, .modal.modal-signup .modal-footer, .modal.modal-resetpass .modal-footer { padding: 30px; background: #f5f5f5; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 0; border-top-right-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top-left-radius: 0; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; text-align: center; } .modal.modal-login .modal-footer p, .modal.modal-signup .modal-footer p, .modal.modal-resetpass .modal-footer p { color: #666666; font-size: 14px; margin-bottom: 0; } .modal.modal-login .form-group, .modal.modal-signup .form-group, .modal.modal-resetpass .form-group { position: relative; } .modal.modal-login .form-group.email:before, .modal.modal-signup .form-group.email:before, .modal.modal-resetpass .form-group.email:before { content: "\f007"; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; left: 10px; top: 12px; color: #999999; } .modal.modal-login .form-group.password:before, .modal.modal-signup .form-group.password:before, .modal.modal-resetpass .form-group.password:before { content: "\f023"; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; left: 10px; top: 12px; color: #999999; } .modal.modal-login .form-control, .modal.modal-signup .form-control, .modal.modal-resetpass .form-control { font-size: 16px; padding-left: 30px; } .modal.modal-login .social-login, .modal.modal-signup .social-login, .modal.modal-resetpass .social-login { margin-bottom: 15px; } .modal.modal-login .social-login li, .modal.modal-signup .social-login li, .modal.modal-resetpass .social-login li { margin-bottom: 10px; } .modal.modal-login .social-login li .btn, .modal.modal-signup .social-login li .btn, .modal.modal-resetpass .social-login li .btn { color: #fff; } .modal.modal-login .social-login li .btn:hover, .modal.modal-signup .social-login li .btn:hover, .modal.modal-resetpass .social-login li .btn:hover { color: #fff; } .modal.modal-login .social-login li .btn .fa, .modal.modal-signup .social-login li .btn .fa, .modal.modal-resetpass .social-login li .btn .fa { font-size: 18px; position: relative; top: 2px; margin-right: 10px; } .modal.modal-login .twitter-btn, .modal.modal-signup .twitter-btn, .modal.modal-resetpass .twitter-btn { background: #55acee; } .modal.modal-login .twitter-btn:hover, .modal.modal-signup .twitter-btn:hover, .modal.modal-resetpass .twitter-btn:hover { background: #2795e9; } .modal.modal-login .facebook-btn, .modal.modal-signup .facebook-btn, .modal.modal-resetpass .facebook-btn { background: #3b5998; } .modal.modal-login .facebook-btn:hover, .modal.modal-signup .facebook-btn:hover, .modal.modal-resetpass .facebook-btn:hover { background: #2d4373; } .modal.modal-login .google-btn, .modal.modal-signup .google-btn, .modal.modal-resetpass .google-btn { background: #dd4b39; } .modal.modal-login .google-btn:hover, .modal.modal-signup .google-btn:hover, .modal.modal-resetpass .google-btn:hover { background: #c23321; } .modal.modal-login .forgot-password, .modal.modal-signup .forgot-password, .modal.modal-resetpass .forgot-password { font-size: 13px; margin-top: 10px; } .modal.modal-login .forgot-password a, .modal.modal-signup .forgot-password a, .modal.modal-resetpass .forgot-password a { color: #999999; } .modal.modal-login .forgot-password a:hover, .modal.modal-signup .forgot-password a:hover, .modal.modal-resetpass .forgot-password a:hover { text-decoration: underline; color: #737f97; } .modal.modal-login .divider, .modal.modal-signup .divider, .modal.modal-resetpass .divider { text-align: center; position: relative; margin-bottom: 30px; color: #999999; text-transform: uppercase; } .modal.modal-login .divider span, .modal.modal-signup .divider span, .modal.modal-resetpass .divider span { background: #fff; display: inline-block; padding: 0 10px; position: relative; } .modal.modal-login .divider:before, .modal.modal-signup .divider:before, .modal.modal-resetpass .divider:before { content: ""; position: absolute; left: 0; top: 12px; background: #e5e5e5; height: 1px; width: 100%; } .modal.modal-login .note, .modal.modal-signup .note, .modal.modal-resetpass .note { color: #999999; font-size: 13px; margin-bottom: 30px; } .modal.modal-login .btn + .note, .modal.modal-signup .btn + .note, .modal.modal-resetpass .btn + .note { margin: 15px 0; } .modal.modal-login .remember label, .modal.modal-signup .remember label, .modal.modal-resetpass .remember label { font-size: 14px; color: #666666; } /* ======= Pagination ======= */ .pagination { margin-bottom: 60px; } .pagination li a { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; border: none; margin-right: 5px; color: #737f97; } .pagination li a:hover { color: #3b424f; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: #737f97; border: none; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #cbcfd8; border: none; } .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background: none; } /* ======= Promo Section ======= */ .promo { position: relative; min-height: 620px; } .promo .intro { color: #fff; padding-top: 30px; position: relative; z-index: 10; } .promo .intro .title { color: #fff; font-size: 38px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); max-width: 720px; font-weight: bold; margin-bottom: 15px; } .promo .intro .summary { color: #fff; font-size: 22px; max-width: 680px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); margin-bottom: 15px; } .promo .fixed-container { position: absolute; z-index: 10; bottom: 0; width: 100%; } .promo .signup { background: rgba(0, 0, 0, 0.2); padding: 30px 0; padding-bottom: 45px; color: #fff; } .promo .signup .title { font-size: 18px; margin-top: 0; margin-bottom: 15px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6); } .promo .signup .summary { color: #fff; font-size: 16px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } .promo .social { background: #737f97; padding: 8px 0; -webkit-opacity: 0.8; -moz-opacity: 0.8; opacity: 0.8; color: #fff; font-size: 13px; } .promo .social .line { position: relative; top: -4px; display: inline-block; margin-right: 10px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); } .promo .social .twitter-tweet { display: inline-block; position: relative; top: 2px; } .promo .social .fb-like { display: inline-block; position: relative; top: -2px; } /* ======= Press Section ======= */ .press { background: #f5f5f5; padding: 30px 0; } .press ul { margin: 0 auto; margin-bottom: 0; } .press li { vertical-align: middle; text-align: center; } .press li.last { margin-right: 0; } .press li a img { -webkit-opacity: 0.4; -moz-opacity: 0.4; opacity: 0.4; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; max-width: 190px; margin: 0 auto; } .press li a:hover img { -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; } /* ======= Why Section ======= */ .why { padding: 80px 0; } .why .title { font-weight: bold; margin-top: 0; margin-bottom: 15px; font-size: 28px; } .why .intro { font-size: 18px; line-height: 1.5; color: #999999; margin-bottom: 30px; } .why .benefits { padding: 60px 0; } .why .benefits .item { margin-bottom: 60px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } .why .benefits .item .title { margin-bottom: 15px; font-size: 18px; color: #737f97; } .why .benefits .item .desc { color: #666666; } .why .benefits .item .icon { float: left; } .why .benefits .item .icon .fa, .why .benefits .item .icon .pe-icon { font-size: 58px; color: #b3b3b3; margin-top: 5px; } .why .benefits .item .icon .pe-icon { font-size: 72px; } .why .benefits .item:hover .icon .fa, .why .benefits .item:hover .icon .pe-icon { color: #999999; } .why .benefits .item.last { margin-bottom: 60px; } .why .testimonials { padding: 60px 0; } .why .testimonials .item { margin-bottom: 60px; } .why .testimonials .item.last { margin-bottom: 0; } .why .testimonials .item .quote-box { background: #f5f5f5; padding: 30px; padding-bottom: 15px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; position: relative; margin-bottom: 30px; } .why .testimonials .item .quote-box .fa { color: #9fa7b8; font-size: 18px; position: absolute; right: 30px; bottom: 30px; } .why .testimonials .item .quote-box:after { content: ""; display: block; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #f5f5f5; position: absolute; bottom: -20px; margin-left: -20px; left: 50%; } .why .testimonials .item .quote { border: none; padding: 0; font-size: 16px; color: #666666; margin-bottom: 15px; } .why .testimonials .item .details { font-size: 13px; } .why .testimonials .item .details .name { display: block; font-weight: normal; font-family: 'Montserrat', sans-serif; } .why .testimonials .item .details .title { display: block; color: #b3b3b3; margin-bottom: 0; font-weight: normal; font-size: 13px; } .why .testimonials .item .people .user-pic { max-width: 122px; max-height: 122px; } .why .testimonials .item .people .user-pic, .why .testimonials .item .people .user-pic *, .why .testimonials .item .people .user-pic *:before, .why .testimonials .item .people .user-pic *:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } /* ======= Video Section ======= */ .video { padding: 80px 0; position: relative; background: #737f97 url('../images/background/video-bg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; min-height: 516px; color: #fff; } .video .title { color: #fff; font-size: 28px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); max-width: 720px; font-weight: bold; margin-bottom: 15px; } .video .summary { color: #fff; font-size: 18px; max-width: 360px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); margin-bottom: 15px; } .video .control { position: relative; top: -40px; } .video .control .play-trigger { color: #fff; background: none; position: relative; width: 80px; height: 80px; border: 4px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; display: table; margin: 0 auto; margin-bottom: 15px; -webkit-opacity: 0.7; -moz-opacity: 0.7; opacity: 0.7; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; } .video .control .play-trigger:active, .video .control .play-trigger:focus { outline: none; } .video .control .play-trigger:hover { color: #fff; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; } .video .control .play-trigger:hover .fa { cursor: pointer; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); } .video .control .play-trigger .fa { font-size: 32px; width: 80px; display: table-cell; text-align: center; vertical-align: middle; } .video .control p { color: #fff; } /* ======= FAQ Section ======= */ .faq { padding: 80px 0; } .faq.has-bg-color { background: #f5f5f5; } .faq .title { margin-bottom: 60px; font-size: 28px; } .faq .panel { background: #f0f0f0; } .faq .panel .panel-heading { padding: 15px 30px; } .faq .panel .panel-body { padding: 30px; padding-top: 0; color: #666666; } .faq .panel .panel-title { font-weight: normal; color: #666666; } .faq .panel .panel-title .active { color: #464e5e; } .faq .panel .panel-title .panel-toggle .fa { margin-right: 10px; color: #737f97; } .faq .more { margin-top: 60px; } .faq .more .title { margin-bottom: 15px; color: #999999; font-size: 16px; font-weight: normal; } /* ======= Feature Promo Section ======= */ .features-promo { position: relative; background: #737f97 url('../images/background/tour-bg.jpg') no-repeat center bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; min-height: 500px; } .features-promo .bg-mask { background: #737f97; -webkit-opacity: 0.9; -moz-opacity: 0.9; opacity: 0.9; position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .features-promo .features-intro { color: #fff; padding-top: 30px; } .features-promo .features-intro .title { color: #fff; font-size: 32px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); max-width: 720px; font-weight: bold; margin-bottom: 30px; } .features-promo .features-intro .features-list { font-size: 18px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); margin-left: 0; } .features-promo .features-intro .features-list li { margin-bottom: 15px; } .features-promo .features-intro .features-list li .fa { margin-right: 10px; color: #464e5e; text-shadow: none; } .features-promo .features-video { padding-top: 60px; } .features { padding-top: 80px; } .features .item { padding: 60px 0; } .features .item .title { font-size: 22px; color: #737f97; margin-top: 0; } .features .item .content p { font-size: 16px; } .features .figure img { -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); } /* ======= Price Plan Section ======= */ .price-plan { padding: 80px 0; } .price-plan .title { font-size: 28px; margin-bottom: 15px; } .price-plan .intro { font-size: 18px; line-height: 1.5; color: #999999; margin-bottom: 30px; } .price-plan .item .heading { background: #444444; color: #fff; font-size: 22px; padding: 10px 0; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0; -moz-border-radius-topleft: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-top-left-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; margin-bottom: 0; text-transform: uppercase; position: relative; } .price-plan .item .heading .label { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background: #737f97; color: #fff; font-size: 12px; position: absolute; padding: 5px 10px; right: 15px; top: 10px; } .price-plan .item .content { background: #f5f5f5; padding: 30px; } .price-plan .item .price-figure .currency { font-size: 24px; position: relative; top: -25px; } .price-plan .item .price-figure .number { font-family: 'Montserrat', sans-serif; font-size: 60px; } .price-plan .item .price-figure .unit { font-size: 12px; color: #bfbfbf; text-transform: uppercase; } .price-plan .item .feature-list li { padding: 10px 0; } .price-plan .item .btn { font-weight: bold; font-size: 16px; padding-left: 45px; padding-right: 45px; } .price-plan .item .btn .extra { text-transform: none; color: #303641; font-weight: normal; font-size: 12px; font-family: 'Lato', arial, sans-serif; } /* ======= Blog Section ======= */ .blog { padding-top: 60px; } .blog .title { margin-bottom: 30px; margin-top: 0; font-size: 28px; } .blog .meta { font-size: 13px; color: #999999; margin-bottom: 15px; } .blog .meta li { margin-right: 0; } .blog .meta .post-author:before { content: "/"; display: inline-block; padding-right: 10px; } .blog .meta .post-author a { color: #999999; } .blog .meta .post-author a:hover { color: #737f97; } .blog .meta .post-comments-link { float: right; } .blog .meta .post-comments-link .fa { margin-right: 5px; } .blog-sidebar .widget { margin-bottom: 60px; } .blog-sidebar .widget .title { font-size: 22px; margin-bottom: 15px; margin-top: 0; font-weight: normal; color: #666666; } .blog-sidebar .widget ul li { margin-bottom: 10px; font-size: 15px; } .blog-sidebar .widget ul li .count { color: #999999; } .blog-sidebar .widget.recent-posts .date { color: #999999; font-size: 12px; } .blog-sidebar .widget.social a .fa { font-size: 32px; color: #999999; } .blog-sidebar .widget.social a:hover .fa { color: #737f97; } .blog-sidebar .search-blog-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; max-width: 168px; } .blog-sidebar .search-blog-form .form-control { height: 38px; } .blog-sidebar .search-blog-form .btn { padding: 6px 12px; } .blog-sidebar .search-blog-form .btn .fa { margin-right: 0; } .post { margin-bottom: 60px; } .post .content .post-title { font-size: 22px; } .post .content .post-title a { color: #444444; } .post .content .post-title a:hover { color: #3b424f; } .post .content .post-entry p { color: #666666; } .post .content .post-entry .read-more .fa { margin-left: 5px; position: relative; top: 1px; } .blog-entry .title { margin-bottom: 15px; } .blog-entry .meta { margin-bottom: 15px; } .blog-entry .post-thumb { margin-bottom: 30px; } .blog-entry .custom-list-style { margin-bottom: 30px; } .blog-entry .custom-list-style li { list-style: none; margin-bottom: 5px; } .blog-entry .custom-list-style li .fa { margin-right: 5px; color: #737f97; } .blog-entry p { margin-bottom: 30px; line-height: 1.5; } .blog-entry .post-nav { margin-bottom: 30px; } .blog-entry .post-nav .nav-next { float: right; } .custom-quote { border-color: #909aad; font-family: 'Montserrat', sans-serif; font-weight: normal; } .custom-quote p { color: #666666; line-height: 1.6; } .custom-quote .fa { color: #737f97; margin-right: 10px; } .custom-quote .source { font-family: 'Lato', arial, sans-serif; } .custom-quote .source .name { color: #444444; } .custom-quote .source .title { font-size: 13px; color: #999999; } /* ======= Contact ======= */ .contact-main { padding-top: 80px; } .contact-main .title { margin-top: 0; margin-bottom: 30px; font-size: 28px; } .contact-main .intro { margin-bottom: 30px; color: #999999; } .contact-main .item { margin-bottom: 60px; } .contact-main .item .item-inner { margin: 30px; padding: 30px 10px; background: #f5f5f5; min-height: 300px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } .contact-main .item .icon { position: relative; width: 90px; height: 90px; border: 2px solid #737f97; background: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; display: table; margin: 0 auto; -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s; -moz-transition: -moz-transform ease-out 0.2s, background 0.3s; transition: transform ease-out 0.2s, background 0.3s; margin-bottom: 30px; } .contact-main .item .icon:hover { background: #737f97; color: #fff; } .contact-main .item .icon:hover .fa, .contact-main .item .icon:hover .pe-icon { color: #fff; -webkit-transform: scale(0.93); -moz-transform: scale(0.93); -ms-transform: scale(0.93); -o-transform: scale(0.93); } .contact-main .item .icon .fa, .contact-main .item .icon .pe-icon { color: #737f97; font-size: 48px; display: table-cell; text-align: center; vertical-align: middle; } .contact-main .item .details { font-size: 18px; } .contact-main .item .details .day { font-size: 13px; color: #999999; } .contact-form-section { padding-bottom: 80px; } .contact-form-section .title { margin-bottom: 15px; margin-top: 0; font-size: 18px; } .contact-form-section .intro { max-width: 600px; margin: 0 auto; margin-bottom: 30px; color: #666666; } .contact-form-section .form-control { font-size: 16px; color: #999999; } #map { height: 420px; margin-bottom: 0; font-size: 13px; } #map, #map *, #map *:before, #map *:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } /* ======= Configure Style (REMOVE ON YOUR PRODUCTION SITE) ======= */ .config-wrapper { position: absolute; top: 100px; right: 0; z-index: 20; } .config-wrapper-inner { position: relative; } .config-trigger { display: block; position: absolute; left: -36px; width: 36px; height: 36px; background: #2b2b2b; color: #fff; text-align: center; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } .config-trigger:hover { background: #000; } .config-trigger .fa { font-size: 22px; padding-top: 8px; display: block; color: #fff; } .config-panel { width: 190px; display: none; background: #2b2b2b; color: #fff; padding: 15px; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 4px; border-top-left-radius: 0; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } .config-panel h5.device-title { margin-bottom: 5px; } .config-panel #color-options { margin-bottom: 15px; } .config-panel #color-options li a { display: block; width: 20px; height: 20px; border: 2px solid transparent; } .config-panel #color-options li a:hover { -webkit-opacity: 0.9; -moz-opacity: 0.9; opacity: 0.9; border: 2px solid rgba(255, 255, 255, 0.8); } .config-panel #color-options li.active a { border: 2px solid #fff; } .config-panel #color-options li.theme-1 a { background: #6dbd63; } .config-panel #color-options li.theme-2 a { background-color: #28a5a8; } .config-panel #color-options li.theme-3 a { background-color: #0e83cd; } .config-panel #color-options li.theme-4 a { background-color: #eea303; } .config-panel #color-options li.theme-5 a { background-color: #34495e; } .config-panel #color-options li.theme-6 a { background-color: #47c9af; } .config-panel #color-options li.theme-7 a { background-color: #a06081; } .config-panel #color-options li.theme-8 a { background-color: #96a94b; } .config-panel #color-options li.theme-9 a { background-color: #f06060; } .config-panel #color-options li.theme-10 a { background-color: #737f97; } .config-panel .close { position: absolute; right: 5px; top: 5px; color: #fff; } .config-panel .close .fa { color: #fff; } /* Extra small devices (phones, less than 768px) */ @media (max-width: 767px) { .wrapper { min-height: inherit; margin-bottom: 0; } .wrapper:after { content: none; } .footer { height: auto; padding-bottom: 0; } .modal.modal-video .modal-dialog, .modal.modal-login .modal-dialog, .modal.modal-signup .modal-dialog, .modal.modal-resetpass .modal-dialog { width: auto; margin-left: 10px; margin-right: 10px; } .navbar-fixed-top { position: static; } .promo .intro .title { font-size: 22px; } .promo .intro .summary { font-size: 18px; } .signup .signup-form .form-group { width: 180px; } .signup .signup-form .form-control { font-size: 13px; } .why .benefits .item .icon .fa, .why .benefits .item .icon .pe-icon { margin-bottom: 30px; } .why .benefits .item .title { text-align: center; } .why .benefits .item .content p { text-align: center; padding: 15px; } .why .testimonials .item { padding: 15px; } .press { padding-bottom: 0; } .press li { margin-bottom: 30px; } .press li a img { max-width: 120px; } .press li.xs-break { clear: left; } .video { padding: 30px 0; } .video .control { position: static; } .footer-col { margin-bottom: 60px; } .footer .bottom-bar .copyright { margin-bottom: 15px; } .footer .bottom-bar .social li { float: left; margin-left: 0; margin-right: 10px; } .features-video { margin-bottom: 30px; } .features { padding: 30px 0; } .features .item { padding: 15px 0; margin-bottom: 0; } .features .item .content { padding: 30px; } .contact-main .item { margin-bottom: 15px; } .contact-main .item.last { margin-bottom: 60px; } .contact-main .item .item-inner { min-height: inherit; } .header .main-nav .nav .dropdown-menu:before { display: none; } .header .main-nav .nav .dropdown-menu { border: none; } } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { .wrapper { min-height: inherit; margin-bottom: 0; } .wrapper:after { content: none; } .footer { height: auto; padding-bottom: 0; } .footer .bottom-bar .social li { float: right; } .footer-col-inner { margin-bottom: 15px; } .navbar-fixed-top { position: static; } .header h1.logo { float: none !important; text-align: center; } .main-nav { float: none !important; } .main-nav .navbar-collapse { float: none; text-align: center; } .main-nav .navbar-collapse .nav { margin: 0 auto; float: none; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; } .why .benefits .item .icon .fa, .why .benefits .item .icon .pe-icon { margin-bottom: 30px; } .why .benefits .item { padding: 15px; } .why .testimonials .item { padding: 15px; } .press { padding-bottom: 0; } .press li { margin-bottom: 30px; } .press li a img { max-width: 140px; } .press li.break { clear: left; } .price-plan .item .heading .label { padding: 5px; right: 10px; font-size: 11px; } .contact-main .item { margin-bottom: 15px; } .contact-main .item.last { margin-bottom: 60px; } .contact-main .item .item-inner { min-height: inherit; } .video .summary { max-width: 320px; } } /* Medium devices (desktops, 992px and up) */ @media (min-width: 992px) { .navbar-fixed-top { position: fixed; top: 0; } .main-nav { float: right !important; } .header h1.logo { float: left !important; text-align: left; } .main-nav { float: right !important; } .main-nav .navbar-collapse { float: left; text-align: left; } .main-nav .navbar-collapse .nav { margin: inherit; float: left; } .press { padding-bottom: 30px; } .press li { margin-bottom: 0; } .press li.break { clear: none; } .press li a img { max-width: 160px; } .price-plan .item .heading .label { padding: 5px 10px; right: 15px; font-size: 12px; } .contact-main .item { margin-bottom: 30px; } .contact-main .item .item-inner { min-height: 300px; } .video .summary { max-width: 360px; } /* Sticky Footer */ html, body { height: 100%; } .wrapper { min-height: 100%; margin-bottom: -296px; /* equal to footer height */ } .wrapper:after { content: ""; display: block; height: 296px; /* must be the same height as footer */ } .footer { height: 296px; /* must be the same height as footer */ } } /* Large devices (large desktops, 1200px and up) */
doc/java/api/org/neo4j/graphdb/StopEvaluator.html
FilipeNavas/ne04j-sistemaontologia
<!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_35) on Tue Apr 02 11:39:59 BST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> StopEvaluator (Neo4j Community 2.0.0-M01 API) </TITLE> <META NAME="date" CONTENT="2013-04-02"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="StopEvaluator (Neo4j Community 2.0.0-M01 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StopEvaluator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> Neo4j Community</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/neo4j/graphdb/ReturnableEvaluator.html" title="interface in org.neo4j.graphdb"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/neo4j/graphdb/Transaction.html" title="interface in org.neo4j.graphdb"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/neo4j/graphdb/StopEvaluator.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StopEvaluator.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&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.neo4j.graphdb</FONT> <BR> Interface StopEvaluator</H2> <HR> <B>Deprecated.</B>&nbsp;<I>because of the introduction of a new traversal framework, see more information at <A HREF="../../../org/neo4j/graphdb/traversal/TraversalDescription.html" title="interface in org.neo4j.graphdb.traversal"><CODE>TraversalDescription</CODE></A> and <A HREF="../../../org/neo4j/kernel/Traversal.html" title="class in org.neo4j.kernel"><CODE>Traversal</CODE></A> and the new traversal framework's equivalent <A HREF="../../../org/neo4j/graphdb/traversal/Evaluator.html" title="interface in org.neo4j.graphdb.traversal"><CODE>Evaluator</CODE></A>.</I> <P> <DL> <DT><PRE>public interface <B>StopEvaluator</B></DL> </PRE> <P> A client hook for evaluating whether the traverser should traverse beyond a specific node. This is used for pruning the traversal. <p> When a traverser is created, the client parameterizes it with a StopEvaluator. The traverser then invokes the <A HREF="../../../org/neo4j/graphdb/StopEvaluator.html#isStopNode(org.neo4j.graphdb.TraversalPosition)"><CODE>isStopNode()</CODE></A> operation just before traversing the relationships of a node, allowing the client to either approve or disapprove of traversing beyond that node. <p> When implementing a StopEvaluator, the client investigates the information encapsulated in a <A HREF="../../../org/neo4j/graphdb/TraversalPosition.html" title="interface in org.neo4j.graphdb"><CODE>TraversalPosition</CODE></A> to decide whether to block traversal beyond a node or not. For example, here's a snippet detailing a StopEvaluator that blocks traversal beyond a node if it has a certain property value: <pre> <code> StopEvaluator stopEvaluator = new StopEvaluator() { // Block traversal if the node has a property with key 'key' and value // 'someValue' public boolean <A HREF="../../../org/neo4j/graphdb/StopEvaluator.html#isStopNode(org.neo4j.graphdb.TraversalPosition)"><CODE>isStopNode</CODE></A>( <A HREF="../../../org/neo4j/graphdb/TraversalPosition.html" title="interface in org.neo4j.graphdb"><CODE>TraversalPosition</CODE></A> position ) { if ( position.<A HREF="../../../org/neo4j/graphdb/TraversalPosition.html#isStartNode()"><CODE>isStartNode</CODE></A>() ) { return false; } <A HREF="../../../org/neo4j/graphdb/Node.html" title="interface in org.neo4j.graphdb"><CODE>Node</CODE></A> node = position.<A HREF="../../../org/neo4j/graphdb/TraversalPosition.html#currentNode()"><CODE>currentNode</CODE></A>(); Object someProp = node.<A HREF="../../../org/neo4j/graphdb/PropertyContainer.html#getProperty(java.lang.String, java.lang.Object)"><CODE>getProperty</CODE></A>( "key", null ); return someProp instanceof String && ((String) someProp).equals( "someValue" ); } }; </code> </pre> <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> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/neo4j/graphdb/StopEvaluator.html" title="interface in org.neo4j.graphdb">StopEvaluator</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/neo4j/graphdb/StopEvaluator.html#DEPTH_ONE">DEPTH_ONE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Traverses to depth 1.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/neo4j/graphdb/StopEvaluator.html" title="interface in org.neo4j.graphdb">StopEvaluator</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/neo4j/graphdb/StopEvaluator.html#END_OF_GRAPH">END_OF_GRAPH</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Traverse until the end of the graph.</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/neo4j/graphdb/StopEvaluator.html#isStopNode(org.neo4j.graphdb.TraversalPosition)">isStopNode</A></B>(<A HREF="../../../org/neo4j/graphdb/TraversalPosition.html" title="interface in org.neo4j.graphdb">TraversalPosition</A>&nbsp;currentPos)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Method invoked by traverser to see if current position is a stop node.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="END_OF_GRAPH"><!-- --></A><H3> END_OF_GRAPH</H3> <PRE> static final <A HREF="../../../org/neo4j/graphdb/StopEvaluator.html" title="interface in org.neo4j.graphdb">StopEvaluator</A> <B>END_OF_GRAPH</B></PRE> <DL> <DD><B>Deprecated.</B>&nbsp;<DD>Traverse until the end of the graph. This evaluator returns <code>false</code> all the time. <P> <DL> </DL> </DL> <HR> <A NAME="DEPTH_ONE"><!-- --></A><H3> DEPTH_ONE</H3> <PRE> static final <A HREF="../../../org/neo4j/graphdb/StopEvaluator.html" title="interface in org.neo4j.graphdb">StopEvaluator</A> <B>DEPTH_ONE</B></PRE> <DL> <DD><B>Deprecated.</B>&nbsp;<DD>Traverses to depth 1. <P> <DL> </DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="isStopNode(org.neo4j.graphdb.TraversalPosition)"><!-- --></A><H3> isStopNode</H3> <PRE> boolean <B>isStopNode</B>(<A HREF="../../../org/neo4j/graphdb/TraversalPosition.html" title="interface in org.neo4j.graphdb">TraversalPosition</A>&nbsp;currentPos)</PRE> <DL> <DD><B>Deprecated.</B>&nbsp;<DD>Method invoked by traverser to see if current position is a stop node. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>currentPos</CODE> - the traversal position <DT><B>Returns:</B><DD>True if current position is a stop node</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StopEvaluator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> Neo4j Community</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/neo4j/graphdb/ReturnableEvaluator.html" title="interface in org.neo4j.graphdb"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/neo4j/graphdb/Transaction.html" title="interface in org.neo4j.graphdb"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/neo4j/graphdb/StopEvaluator.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="StopEvaluator.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&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; 2002-2013 <a href="http://neo4j.org/">The Neo4j Graph Database Project</a>. All Rights Reserved. </BODY> </HTML>
otmfaq.com/htdocs/forums/clientscript/vbulletin_tabctrl_rtl.css
chrisplough/otmfaq
ul.tab_list { right: 0px; } ul.tab_list li { float: right; margin-left: 1px; margin-right: 0px; }
assets/css/klarna-payments-admin.css
krokedil/klarna-payments-for-woocommerce
@font-face { font-family: Klarna; src: url("../fonts/KlarnaSans-Regular.otf") format("opentype"); } @font-face { font-family: KlarnaHeadline; font-weight: bold; src: url("../fonts/KlarnaHeadline-Bold.otf") format("opentype"); } /* Banner */ #kb-spacer { height: 60px; } .kb-new-container{ background-color: #FFB3C7; display: flex; margin: 0px !important; padding: 20px 2% 30px 2% !important; } .kb-left-group{ width: 50%; } .kb-middle-group{ width:25%; display:grid; grid-template-rows: 25% 25% 25% 25%; } .kb-right-group{ width:25%; display:flex; flex-direction: column; justify-content: flex-end; } /*Left*/ .container-title { font-size: 94px; font-weight: bold; font-family: KlarnaHeadline, sans-serif; width:100%; margin-bottom:38px; } .container-main-text{ font-size: 21px; font-weight:300; letter-spacing:0.3px; width:80%; line-height: 1.3; color: black; } /* Middle */ .kb-button{ font-size: 24px; letter-spacing:0.9px; padding:20px 35px 20px 35px; text-decoration: none; white-space: nowrap; overflow: hidden; } #left-main-title{ color: #000000; font-size: 4em;; margin:15px 0px 30px 0px; } #left-main-text { font-size: 1rem; } #kb-button-left-frame{ grid-row: 2; align-self:center; margin-bottom: 20px !important; } #kb-button-go-live-frame{ grid-row: 3; align-self:center; margin-top: 40px; } #kb-button-left{ background-color: black; color: white; font-size: 1.5em; } #kb-button-go-live{ color: black; background-color: white; font-size: 1.5em; } #klarna-logo-left-frame{ display: flex; justify-content: flex-end; } /* Other */ .klarna-logo-img{ z-index: 1; } #klarna-logo-left{ height: 40px; } /* Main content */ #klarna-wrapper:after { content: ''; display: block; clear: both; } #klarna-main { width: 70%; float: left; padding: 0 2% 0 0; border-right: 1px solid #ccc; box-sizing: border-box; } /* Sidebar */ #klarna-sidebar { width: 350px; margin-left: 20px; float: left; box-sizing: border-box; text-align: center; font-family: Klarna, sans-serif; background-color: #FFB3C7; display: flex; justify-content: center; padding: 20px 0px; } .kb-sidebar-section{ max-width: 85%; display:flex; flex-direction: column; } #kb-sidebar-title{ font-size: 2em !important; font-weight: bold; font-family: KlarnaHeadline, sans-serif; text-align: start; width:100%; margin-bottom:10px; } .kb-sidebar-content{ display: flex; flex-direction: column; } #kb-sidebar-main-text{ text-align: start; font-size: 1.5em !important; letter-spacing:0.2px; width:95%; line-height: 1.4; } #sidebar-link-holder{ text-align: start; } #kb-sidebar-button-left{ font-size: 20px; color: black; text-decoration: none; padding: 0px !important; border-bottom: 3px solid black !important; font-weight: bolder; } #kb-sidebar-bottom-holder{ background-color: #000000; padding: 5px 10px 10px 10px; margin-top: 80px; display:flex; align-self:flex-end; flex-direction: column; } #kb-sidebar-logo-follow-up-text{ align-self: flex-start; color: #ffffff; margin: 5px 0px 5px 0px !important; word-spacing: 0.3em; font: 1em sans-serif; } #kb-sidebar-klarna-logo-left{ margin:0px !important; height:20px; width:auto; } #klarna-sidebar h3 { font-family: KlarnaHeadline, sans-serif; font-size: 24px; line-height: 1.2; } #klarna-sidebar p { margin-bottom: 1.5em; } #klarna-sidebar img { display: inline-block; margin: 0 5px; } .save-separator { clear: both; } #krokdocs-sidebar { width: 350px; margin-left: 20px; margin-bottom: 20px; float: left; box-sizing: border-box; text-align: left; font-family: Roboto, sans-serif; background-color: #f5f5f5; border-width: 1px; border-style: solid; border-color: #cccccc; display: flex; justify-content: center; padding: 20px 0px; } .krokdocs-sidebar-section{ max-width: 85%; display:flex; flex-direction: column; } #krokdocs-sidebar-title{ font-size: 1.5em !important; font-weight: bold; font-family: Roboto, sans-serif !important; text-align: start; width:100%; margin-bottom:0px; } .krokdocs-sidebar-content{ display: flex; flex-direction: column; } #krokdocs-sidebar-main-text{ text-align: start; font-size: 1.1em !important; letter-spacing:0.2px; width:95%; line-height: 1.4; margin-top: 5px; } #krokdocs-sidebar-button-left{ font-size: 20px; color: black; text-decoration: none; padding: 0px !important; border-bottom: 3px solid black !important; font-weight: bolder; } #krokdocs-sidebar-bottom-holder{ padding: 5px 10px 10px 10px; margin-top: 10px; align-self:flex-end; flex-direction: column; } #krokdocs-sidebar-krokedil-logo-right{ margin:0px !important; height:20px; width:auto; } #krokdocs-sidebar-logo-follow-up-text{ align-self: flex-start; color: #000000; margin: 5px 0px 5px 0px !important; font: 1em sans-serif; } /*--- Dismiss button -----*/ #kb-dismiss-close-icon { position: absolute; top: 65px; right: 20px; } #kb-dismiss-close-icon:hover { color: #eb6f93; cursor: pointer; } #klarna-settings-logo { display: block; margin: 20px 0; } /* ----- MOBILE VIEW ----- */ @media (hover: none) and (max-width:700px){ /* Main container */ .kb-spacer{ display:none; } .kb-new-container{ display: grid; height: auto !important; width:calc(100% - 25px) !important; margin-top:35px !important; } .kb-left-group{ width: 100%; } .kb-right-group{ width:100%; display:flex; flex-direction: row; justify-content: flex-end; } .kb-small-container{ padding: 0px 30px; } /*Left*/ .container-title { font-size: 56px; font-weight: bold; width:100%; margin-bottom:10vh; } .container-main-text{ font-size: 17px; font-weight:300; letter-spacing:0.5px; width:100%; } .kb-button{ font-size: 22px; letter-spacing:0.9px; text-decoration: none; white-space: nowrap; overflow: hidden; margin-left: 30px !important; } #kb-button-left{ background-color: black; color: white; padding:10px 25px 10px 25px; } #kb-button-go-live{ font-size: 18px; font-weight: 700; color: black; background-color: unset !important; padding: 0px !important; margin-left: 5px; border-bottom: 3px solid black !important; } #klarna-logo-left-frame{ display:unset; align-self: center; margin-top: 40px; margin-right:20px; } /* Other */ .klarna-logo-img{ z-index: 1; } #klarna-logo-left{ height: 30px; } #klarna-main{ border: none; margin-bottom:30px !important; } /* Mobile Sidebar */ #klarna-sidebar { width: 95vw !important; max-width: unset; margin-left: 0px; float: none; box-sizing: border-box; text-align: unset; font-family: Klarna, sans-serif; background-color: #FFB3C7; display: flex; justify-content: unset; padding: 20px 0px; } .kb-sidebar-section{ /* padding:30px; */ width:unset; max-width: unset; display:flex; flex-direction: column; margin: 0px 10px; } } /* --- END --- Mobile View*/ .wc-settings-sub-title a, .wc-settings-sub-title a:hover, .wc-settings-sub-title a:click, .wc-settings-sub-title a:visited, .wc-settings-sub-title a:focus { border:none; outline:none; text-decoration:none; color:black; } div.kco-message.notice { border-left-color: #bb2525!important; position: relative; overflow: hidden; } input.bad_credential { border-color: #bb2525!important; } /* fix for the footer */ #wpfooter{ position: unset !important; } #klarna-payments-countries-body{ display: flex; flex-direction: row; } #klarna-payments-countries-row-1{ width: 35%; display: flex; flex-direction: column; } #klarna-payments-countries-row-1 > *{ text-justify: center; width:100%; } #klarna-payments-countries-row-2{ display: flex; flex-direction: column; } #klarna-payments-countries-row-2 > *{ width:100%; }
src/app/components/pages/home-page.component.css
vandut/recipes
app-recipe-summary { max-width: 600px; margin-left: auto; margin-right: auto; }
QMOLEDEV/gtk+-3.2.1/docs/reference/gtk/html/GtkEntryBuffer.html
chriskmanx/qmole
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GtkEntryBuffer</title> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="index.html" title="GTK+ 3 Reference Manual"> <link rel="up" href="NumericEntry.html" title="Numeric/Text Data Entry"> <link rel="prev" href="GtkEntry.html" title="GtkEntry"> <link rel="next" href="GtkEntryCompletion.html" title="GtkEntryCompletion"> <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> <td><a accesskey="p" href="GtkEntry.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="NumericEntry.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">GTK+ 3 Reference Manual</th> <td><a accesskey="n" href="GtkEntryCompletion.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#GtkEntryBuffer.synopsis" class="shortcut">Top</a>  |  <a href="#GtkEntryBuffer.description" class="shortcut">Description</a>  |  <a href="#GtkEntryBuffer.object-hierarchy" class="shortcut">Object Hierarchy</a>  |  <a href="#GtkEntryBuffer.properties" class="shortcut">Properties</a>  |  <a href="#GtkEntryBuffer.signals" class="shortcut">Signals</a> </td></tr> </table> <div class="refentry"> <a name="GtkEntryBuffer"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="GtkEntryBuffer.top_of_page"></a>GtkEntryBuffer</span></h2> <p>GtkEntryBuffer — Text buffer for GtkEntry</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv"> <a name="GtkEntryBuffer.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> #include &lt;gtk/gtk.h&gt; struct <a class="link" href="GtkEntryBuffer.html#GtkEntryBuffer-struct" title="struct GtkEntryBuffer">GtkEntryBuffer</a>; <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="returnvalue">GtkEntryBuffer</span></a> * <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-new" title="gtk_entry_buffer_new ()">gtk_entry_buffer_new</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *initial_chars</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_initial_chars</code></em>); const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-get-text" title="gtk_entry_buffer_get_text ()">gtk_entry_buffer_get_text</a> (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>); <span class="returnvalue">void</span> <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-set-text" title="gtk_entry_buffer_set_text ()">gtk_entry_buffer_set_text</a> (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *chars</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="returnvalue">gsize</span></a> <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-get-bytes" title="gtk_entry_buffer_get_bytes ()">gtk_entry_buffer_get_bytes</a> (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-get-length" title="gtk_entry_buffer_get_length ()">gtk_entry_buffer_get_length</a> (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-get-max-length" title="gtk_entry_buffer_get_max_length ()">gtk_entry_buffer_get_max_length</a> (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>); <span class="returnvalue">void</span> <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-set-max-length" title="gtk_entry_buffer_set_max_length ()">gtk_entry_buffer_set_max_length</a> (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_length</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-insert-text" title="gtk_entry_buffer_insert_text ()">gtk_entry_buffer_insert_text</a> (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *chars</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>); <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-delete-text" title="gtk_entry_buffer_delete_text ()">gtk_entry_buffer_delete_text</a> (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>); <span class="returnvalue">void</span> <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-emit-deleted-text" title="gtk_entry_buffer_emit_deleted_text ()">gtk_entry_buffer_emit_deleted_text</a> (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_chars</code></em>); <span class="returnvalue">void</span> <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-emit-inserted-text" title="gtk_entry_buffer_emit_inserted_text ()">gtk_entry_buffer_emit_inserted_text</a> (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *chars</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_chars</code></em>); </pre> </div> <div class="refsect1"> <a name="GtkEntryBuffer.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> +----GtkEntryBuffer </pre> </div> <div class="refsect1"> <a name="GtkEntryBuffer.properties"></a><h2>Properties</h2> <pre class="synopsis"> "<a class="link" href="GtkEntryBuffer.html#GtkEntryBuffer--length" title='The "length" property'>length</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read "<a class="link" href="GtkEntryBuffer.html#GtkEntryBuffer--max-length" title='The "max-length" property'>max-length</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write "<a class="link" href="GtkEntryBuffer.html#GtkEntryBuffer--text" title='The "text" property'>text</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write </pre> </div> <div class="refsect1"> <a name="GtkEntryBuffer.signals"></a><h2>Signals</h2> <pre class="synopsis"> "<a class="link" href="GtkEntryBuffer.html#GtkEntryBuffer-deleted-text" title='The "deleted-text" signal'>deleted-text</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a> "<a class="link" href="GtkEntryBuffer.html#GtkEntryBuffer-inserted-text" title='The "inserted-text" signal'>inserted-text</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a> </pre> </div> <div class="refsect1"> <a name="GtkEntryBuffer.description"></a><h2>Description</h2> <p> The <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> class contains the actual text displayed in a <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> widget. </p> <p> A single <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> object can be shared by multiple <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> widgets which will then share the same text content, but not the cursor position, visibility attributes, icon etc. </p> <p> <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> may be derived from. Such a derived class might allow text to be stored in an alternate location, such as non-pageable memory, useful in the case of important passwords. Or a derived class could integrate with an application's concept of undo/redo. </p> </div> <div class="refsect1"> <a name="GtkEntryBuffer.details"></a><h2>Details</h2> <div class="refsect2"> <a name="GtkEntryBuffer-struct"></a><h3>struct GtkEntryBuffer</h3> <pre class="programlisting">struct GtkEntryBuffer;</pre> </div> <hr> <div class="refsect2"> <a name="gtk-entry-buffer-new"></a><h3>gtk_entry_buffer_new ()</h3> <pre class="programlisting"><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="returnvalue">GtkEntryBuffer</span></a> * gtk_entry_buffer_new (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *initial_chars</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_initial_chars</code></em>);</pre> <p> Create a new GtkEntryBuffer object. </p> <p> Optionally, specify initial text to set in the buffer. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>initial_chars</code></em> :</span></p></td> <td>initial buffer text, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>n_initial_chars</code></em> :</span></p></td> <td>number of characters in <em class="parameter"><code>initial_chars</code></em>, or -1</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>A new GtkEntryBuffer object.</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="gtk-entry-buffer-get-text"></a><h3>gtk_entry_buffer_get_text ()</h3> <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_entry_buffer_get_text (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);</pre> <p> Retrieves the contents of the buffer. </p> <p> The memory pointer returned by this call will not change unless this object emits a signal, or is finalized. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td> <td>a <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>a pointer to the contents of the widget as a string. This string points to internally allocated storage in the buffer and must not be freed, modified or stored.</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="gtk-entry-buffer-set-text"></a><h3>gtk_entry_buffer_set_text ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_buffer_set_text (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *chars</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre> <p> Sets the text in the buffer. </p> <p> This is roughly equivalent to calling <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-delete-text" title="gtk_entry_buffer_delete_text ()"><code class="function">gtk_entry_buffer_delete_text()</code></a> and <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-insert-text" title="gtk_entry_buffer_insert_text ()"><code class="function">gtk_entry_buffer_insert_text()</code></a>. </p> <p> Note that <em class="parameter"><code>n_chars</code></em> is in characters, not in bytes. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td> <td>a <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>chars</code></em> :</span></p></td> <td>the new text</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td> <td>the number of characters in <em class="parameter"><code>text</code></em>, or -1</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="gtk-entry-buffer-get-bytes"></a><h3>gtk_entry_buffer_get_bytes ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gsize"><span class="returnvalue">gsize</span></a> gtk_entry_buffer_get_bytes (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);</pre> <p> Retrieves the length in bytes of the buffer. See <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-get-length" title="gtk_entry_buffer_get_length ()"><code class="function">gtk_entry_buffer_get_length()</code></a>. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td> <td>a <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The byte length of the buffer.</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="gtk-entry-buffer-get-length"></a><h3>gtk_entry_buffer_get_length ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_entry_buffer_get_length (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);</pre> <p> Retrieves the length in characters of the buffer. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td> <td>a <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The number of characters in the buffer.</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="gtk-entry-buffer-get-max-length"></a><h3>gtk_entry_buffer_get_max_length ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_entry_buffer_get_max_length (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>);</pre> <p> Retrieves the maximum allowed length of the text in <em class="parameter"><code>buffer</code></em>. See <a class="link" href="GtkEntryBuffer.html#gtk-entry-buffer-set-max-length" title="gtk_entry_buffer_set_max_length ()"><code class="function">gtk_entry_buffer_set_max_length()</code></a>. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td> <td>a <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>the maximum allowed number of characters in <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a>, or 0 if there is no maximum.</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="gtk-entry-buffer-set-max-length"></a><h3>gtk_entry_buffer_set_max_length ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_buffer_set_max_length (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> max_length</code></em>);</pre> <p> Sets the maximum allowed length of the contents of the buffer. If the current contents are longer than the given length, then they will be truncated to fit. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td> <td>a <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>max_length</code></em> :</span></p></td> <td>the maximum length of the entry buffer, or 0 for no maximum. (other than the maximum length of entries.) The value passed in will be clamped to the range 0-65536.</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="gtk-entry-buffer-insert-text"></a><h3>gtk_entry_buffer_insert_text ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_entry_buffer_insert_text (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *chars</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre> <p> Inserts <em class="parameter"><code>n_chars</code></em> characters of <em class="parameter"><code>chars</code></em> into the contents of the buffer, at position <em class="parameter"><code>position</code></em>. </p> <p> If <em class="parameter"><code>n_chars</code></em> is negative, then characters from chars will be inserted until a null-terminator is found. If <em class="parameter"><code>position</code></em> or <em class="parameter"><code>n_chars</code></em> are out of bounds, or the maximum buffer text length is exceeded, then they are coerced to sane values. </p> <p> Note that the position and length are in characters, not in bytes. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td> <td>a <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td> <td>the position at which to insert text.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>chars</code></em> :</span></p></td> <td>the text to insert into the buffer.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td> <td>the length of the text in characters, or -1</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The number of characters actually inserted.</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="gtk-entry-buffer-delete-text"></a><h3>gtk_entry_buffer_delete_text ()</h3> <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_entry_buffer_delete_text (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre> <p> Deletes a sequence of characters from the buffer. <em class="parameter"><code>n_chars</code></em> characters are deleted starting at <em class="parameter"><code>position</code></em>. If <em class="parameter"><code>n_chars</code></em> is negative, then all characters until the end of the text are deleted. </p> <p> If <em class="parameter"><code>position</code></em> or <em class="parameter"><code>n_chars</code></em> are out of bounds, then they are coerced to sane values. </p> <p> Note that the positions are specified in characters, not bytes. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td> <td>a <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td> <td>position at which to delete text</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td> <td>number of characters to delete</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td>The number of characters deleted.</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="gtk-entry-buffer-emit-deleted-text"></a><h3>gtk_entry_buffer_emit_deleted_text ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_buffer_emit_deleted_text (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_chars</code></em>);</pre> <p> Used when subclassing <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td> <td>a <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td> <td>position at which text was deleted</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td> <td>number of characters deleted</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="gtk-entry-buffer-emit-inserted-text"></a><h3>gtk_entry_buffer_emit_inserted_text ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> gtk_entry_buffer_emit_inserted_text (<em class="parameter"><code><a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>, <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *chars</code></em>, <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_chars</code></em>);</pre> <p> Used when subclassing <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td> <td>a <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td> <td>position at which text was inserted</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>chars</code></em> :</span></p></td> <td>text that was inserted</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td> <td>number of characters inserted</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> </div> <div class="refsect1"> <a name="GtkEntryBuffer.property-details"></a><h2>Property Details</h2> <div class="refsect2"> <a name="GtkEntryBuffer--length"></a><h3>The <code class="literal">"length"</code> property</h3> <pre class="programlisting"> "length" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> <p> The length (in characters) of the text in buffer. </p> <p>Allowed values: &lt;= 65535</p> <p>Default value: 0</p> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="GtkEntryBuffer--max-length"></a><h3>The <code class="literal">"max-length"</code> property</h3> <pre class="programlisting"> "max-length" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre> <p> The maximum length (in characters) of the text in the buffer. </p> <p>Allowed values: [0,65535]</p> <p>Default value: 0</p> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="GtkEntryBuffer--text"></a><h3>The <code class="literal">"text"</code> property</h3> <pre class="programlisting"> "text" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre> <p> The contents of the buffer. </p> <p>Default value: ""</p> <p class="since">Since 2.18</p> </div> </div> <div class="refsect1"> <a name="GtkEntryBuffer.signal-details"></a><h2>Signal Details</h2> <div class="refsect2"> <a name="GtkEntryBuffer-deleted-text"></a><h3>The <code class="literal">"deleted-text"</code> signal</h3> <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer, <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position, <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_chars, <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre> <p> This signal is emitted after text is deleted from the buffer. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td> <td>a <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td> <td>the position the text was deleted at.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td> <td>The number of characters that were deleted.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> <td>user data set when the signal handler was connected.</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> <hr> <div class="refsect2"> <a name="GtkEntryBuffer-inserted-text"></a><h3>The <code class="literal">"inserted-text"</code> signal</h3> <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> *buffer, <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position, <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *chars, <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_chars, <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre> <p> This signal is emitted after text is inserted into the buffer. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td> <td>a <a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"><span class="type">GtkEntryBuffer</span></a> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td> <td>the position the text was inserted at.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>chars</code></em> :</span></p></td> <td>The text that was inserted.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td> <td>The number of characters that were inserted.</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> <td>user data set when the signal handler was connected.</td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> </div> </div> <div class="footer"> <hr> Generated by GTK-Doc V1.18.1</div> </body> </html>
ang/views/view-login.html
NoHomey/license
<form> <label> Name</label> <input type = 'text' ng-model = 'name'/> <input type = 'password' ng-model = 'pass'/> user : {{name + ':' + pass}} </form>
aquamacs/doc/Aquamacs Help/gnus/FAQ-_002d-Glossary.html
xfq/aquamacs-emacs
<html lang="en"> <head> <title>FAQ - Glossary - Gnus Manual</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="description" content="Gnus Manual"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Frequently-Asked-Questions.html#Frequently-Asked-Questions" title="Frequently Asked Questions"> <link rel="prev" href="FAQ-9-_002d-Tuning-Gnus.html#FAQ-9-_002d-Tuning-Gnus" title="FAQ 9 - Tuning Gnus"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover texts being ``A GNU Manual'', and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled ``GNU Free Documentation License''. (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and modify this GNU manual. Buying copies from the FSF supports it in developing GNU and promoting software freedom.'' --> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <a name="FAQ---Glossary"></a> <a name="FAQ-_002d-Glossary"></a> <p> Previous:&nbsp;<a rel="previous" accesskey="p" href="FAQ-9-_002d-Tuning-Gnus.html#FAQ-9-_002d-Tuning-Gnus">FAQ 9 - Tuning Gnus</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Frequently-Asked-Questions.html#Frequently-Asked-Questions">Frequently Asked Questions</a> <hr> </div> <h4 class="subsection">11.9.10 Glossary</h4> <dl> <dt><dfn>~/.gnus.el</dfn><dd>When the term ~/.gnus.el is used it just means your Gnus configuration file. You might as well call it ~/.gnus or specify another name. <br><dt><dfn>Back End</dfn><dd>In Gnus terminology a back end is a virtual server, a layer between core Gnus and the real NNTP-, POP3-, IMAP- or whatever-server which offers Gnus a standardized interface to functions like "get message", "get Headers" etc. <br><dt><dfn>Emacs</dfn><dd>When the term Emacs is used in this FAQ, it means either GNU Emacs or XEmacs. <br><dt><dfn>Message</dfn><dd>In this FAQ message means a either a mail or a posting to a Usenet Newsgroup or to some other fancy back end, no matter of which kind it is. <br><dt><dfn>MUA</dfn><dd>MUA is an acronym for Mail User Agent, it's the program you use to read and write e-mails. <br><dt><dfn>NUA</dfn><dd>NUA is an acronym for News User Agent, it's the program you use to read and write Usenet news. </dl> </body></html>
muziek/drummershoekje.html
sgnl02/personal-site
--- layout: default title: Drummershoekje --- <header> <hgroup> <h1>{{ page.title }}</h1> <h2>Hoe ik begon met drummen</h2> </hgroup </header> <p> Ik ben eind 2003 begonnen met drummen nadat ik veel System of a Down had geluisterd. Na een jaar eindeloos veel zeuren en obsessief tafelgedrum, mocht ik dan eindelijk mijn eerste drumstel halen: <a href="http://www.pearleurope.com/ProductDetails.aspx?ProductID=15&amp;ColorID=0&amp;TabId=1">een Pearl "Target"</a> met <a href="http://www.google.com/search?um=1&amp;hl=en&amp;biw=1280&amp;bih=703&amp;site=search&amp;tbm=isch&amp;sa=1&amp;q=sound+off+drum&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=">Sound Offs</a> om het geluid binnenshuis te houden. </p> <p> Al snel bleek dat ik een soort Dave Grohl was wat spelen betreft want na nog geen week mocht ik een nieuw vel voor mijn snaredrum hebben omdat ik daar doorheen had gemept en de Sound Off voor de snaredrum daar lag daar, inmiddels half versplintert, bovenop. </p> <p> Na een tijd wilde ik Moonspell en Metallica mee gaan spelen met het dubbelpedaal, wat ik had gezien op diverse videos. Na veel aarzelen van mijn ouders en de buren, kwam er een dubbelpedaal in huis. Tot veel spijt van mijn ouders (de buren wisten nergens van) werd ik daar nog redelijk goed in ook nog en wilde ik meer bekkens. Mijn ouders kwamen tot de conclusie dat een 20" China wel *erg* luid was (correctie: *is*) en ik moest verhuizen naar een oefenruimte. </p> <p> Daar begon ik veel meer te spelen als thuis en begon ik met vrienden veel bandjes die niet veel langer als een half jaar bij elkaar bleven omdat de zenuwpezen geen van allen zo gauw wisten wat voor muziek ze wilden maken en we elke week nieuwe covers bij kregen, bovendien verhuisde de enige gitarist dus was het einde verhaal. </p> <p> Ik kreeg een tijdje later tijdens een feest een erg kort maar krachtig gesprek, dankzij een kennis, met twee personen (hoi Yami' en Merlina) die later mijn bassist en gitarist zouden worden in Dysmorphium een paar jaar later nadat die ene keer oefenen toch niet zo denderend liep *grinnik*. </p> <h2>Mijn drumspullen</h2> <p> Over de jaren heen begon ik mijn spullen wat meer aan te passen mijn muziek -en speelstijl omdat ik ontdekte dat er bij zwaardere muziek bijvoorbeeld over het algemeen dikkere en grotere bekkens gebruikt worden.<br/> </p><br/> <img src="images/drummen.png"/> <h3>Hardware</h3> <ul> <li><del>Ludwig drumstel</del> (2007-2012)</li> <li>Pearl P-122TW dubbelpedaal</li> <li>Mapex B995A bekkenstandaard</li> <li>Pearl en Ludwig bekkenstandaarden</li> </ul> <h3>Bekkens</h3> <ul> <li>Stagg SH 14" Hi-Hats</li> <li>Stagg Myra 18" Crash</li> <li>Stagg Myra 20" Crash</li> <li>Stagg DH 20" China</li> <li>Stagg DH 22" Ride</li> </ul> <h3>Overig</h3> <ul> <li>Alpine oordoppen</li> <li>Vater stokkenhouder</li> <li>Gator bekkenkoffer</li> <li>Vic Firth 5a en 7a stokken</li> </ul> </section> </div>
resources/Apache/Apache-POI-3.16-beta2/poi-bin-3.16-beta2-20170202/poi-3.16-beta2/docs/apidocs/org/apache/poi/xssf/usermodel/XSSFColor.html
doughtnerd/POD
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>XSSFColor (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="XSSFColor (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/XSSFColor.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/poi/xssf/usermodel/XSSFClientAnchor.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFColor.html" target="_top">FRAMES</a></li> <li><a href="XSSFColor.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"> <p class="subTitle">org.apache.poi.xssf.usermodel</p> <h2 title="Class XSSFColor" class="title">Class XSSFColor</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel.ExtendedColor</a></li> <li> <ul class="inheritance"> <li>org.apache.poi.xssf.usermodel.XSSFColor</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a></dd> </dl> <hr> <br> <pre>public class <strong>XSSFColor</strong> extends <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></pre> <div class="block">Represents a color in SpreadsheetML</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor()">XSSFColor</a></strong>()</code> <div class="block">Create an new instance of XSSFColor</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(byte[])">XSSFColor</a></strong>(byte[]&nbsp;rgb)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(java.awt.Color)">XSSFColor</a></strong>(java.awt.Color&nbsp;clr)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)">XSSFColor</a></strong>(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</code> <div class="block">Create an instance of XSSFColor from the supplied XML bean</div> </td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#XSSFColor(org.apache.poi.ss.usermodel.IndexedColors)">XSSFColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel">IndexedColors</a>&nbsp;indexedColor)</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>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;o)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getARGB()">getARGB</a></strong>()</code> <div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getCTColor()">getCTColor</a></strong>()</code> <div class="block">Returns the underlying XML bean</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getIndex()">getIndex</a></strong>()</code> <div class="block">Indexed ctColor value.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getIndexed()">getIndexed</a></strong>()</code> <div class="block">Indexed ctColor value.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getRGB()">getRGB</a></strong>()</code> <div class="block">Standard Red Green Blue ctColor value (RGB).</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getStoredRBG()">getStoredRBG</a></strong>()</code> <div class="block">RGB or ARGB or null</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getTheme()">getTheme</a></strong>()</code> <div class="block">Index into the <clrScheme> collection, referencing a particular <sysClr> or <srgbClr> value expressed in the Theme part.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>double</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#getTint()">getTint</a></strong>()</code> <div class="block">Specifies the tint value applied to the ctColor.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#hasAlpha()">hasAlpha</a></strong>()</code> <div class="block">A boolean value indicating if the ctColor has a alpha or not</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#hasTint()">hasTint</a></strong>()</code> <div class="block">A boolean value indicating if the ctColor has a tint or not</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isAuto()">isAuto</a></strong>()</code> <div class="block">A boolean value indicating the ctColor is automatic and system ctColor dependent.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isIndexed()">isIndexed</a></strong>()</code> <div class="block">A boolean value indicating the ctColor is Indexed</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isRGB()">isRGB</a></strong>()</code> <div class="block">A boolean value indicating the ctColor is RGB or ARGB based</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#isThemed()">isThemed</a></strong>()</code> <div class="block">A boolean value indicating the ctColor is Theme based</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#setAuto(boolean)">setAuto</a></strong>(boolean&nbsp;auto)</code> <div class="block">A boolean value indicating the ctColor is automatic and system ctColor dependent.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#setIndexed(int)">setIndexed</a></strong>(int&nbsp;indexed)</code> <div class="block">Indexed ctColor value.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#setRGB(byte[])">setRGB</a></strong>(byte[]&nbsp;rgb)</code> <div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#setTheme(int)">setTheme</a></strong>(int&nbsp;theme)</code> <div class="block">Index into the <clrScheme> collection, referencing a particular <sysClr> or <srgbClr> value expressed in the Theme part.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#setTint(double)">setTint</a></strong>(double&nbsp;tint)</code> <div class="block">Specifies the tint value applied to the ctColor.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html#toXSSFColor(org.apache.poi.ss.usermodel.Color)">toXSSFColor</a></strong>(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a>&nbsp;color)</code> <div class="block">Checked type cast <tt>color</tt> to an XSSFColor.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ss.usermodel.ExtendedColor"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.poi.ss.usermodel.<a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></h3> <code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getARGBHex()">getARGBHex</a>, <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getRGBOrARGB()">getRGBOrARGB</a>, <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getRGBWithTint()">getRGBWithTint</a>, <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#setARGBHex(java.lang.String)">setARGBHex</a>, <a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#setColor(java.awt.Color)">setColor</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, finalize, getClass, 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="XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XSSFColor</h4> <pre>public&nbsp;XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;color)</pre> <div class="block">Create an instance of XSSFColor from the supplied XML bean</div> </li> </ul> <a name="XSSFColor()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XSSFColor</h4> <pre>public&nbsp;XSSFColor()</pre> <div class="block">Create an new instance of XSSFColor</div> </li> </ul> <a name="XSSFColor(java.awt.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XSSFColor</h4> <pre>public&nbsp;XSSFColor(java.awt.Color&nbsp;clr)</pre> </li> </ul> <a name="XSSFColor(byte[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XSSFColor</h4> <pre>public&nbsp;XSSFColor(byte[]&nbsp;rgb)</pre> </li> </ul> <a name="XSSFColor(org.apache.poi.ss.usermodel.IndexedColors)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XSSFColor</h4> <pre>public&nbsp;XSSFColor(<a href="../../../../../org/apache/poi/ss/usermodel/IndexedColors.html" title="enum in org.apache.poi.ss.usermodel">IndexedColors</a>&nbsp;indexedColor)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="isAuto()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isAuto</h4> <pre>public&nbsp;boolean&nbsp;isAuto()</pre> <div class="block">A boolean value indicating the ctColor is automatic and system ctColor dependent.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isAuto()">isAuto</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> </dl> </li> </ul> <a name="setAuto(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setAuto</h4> <pre>public&nbsp;void&nbsp;setAuto(boolean&nbsp;auto)</pre> <div class="block">A boolean value indicating the ctColor is automatic and system ctColor dependent.</div> </li> </ul> <a name="isIndexed()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isIndexed</h4> <pre>public&nbsp;boolean&nbsp;isIndexed()</pre> <div class="block">A boolean value indicating the ctColor is Indexed</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isIndexed()">isIndexed</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> </dl> </li> </ul> <a name="isRGB()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isRGB</h4> <pre>public&nbsp;boolean&nbsp;isRGB()</pre> <div class="block">A boolean value indicating the ctColor is RGB or ARGB based</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isRGB()">isRGB</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> </dl> </li> </ul> <a name="isThemed()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isThemed</h4> <pre>public&nbsp;boolean&nbsp;isThemed()</pre> <div class="block">A boolean value indicating the ctColor is Theme based</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#isThemed()">isThemed</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> </dl> </li> </ul> <a name="hasAlpha()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hasAlpha</h4> <pre>public&nbsp;boolean&nbsp;hasAlpha()</pre> <div class="block">A boolean value indicating if the ctColor has a alpha or not</div> </li> </ul> <a name="hasTint()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hasTint</h4> <pre>public&nbsp;boolean&nbsp;hasTint()</pre> <div class="block">A boolean value indicating if the ctColor has a tint or not</div> </li> </ul> <a name="getIndex()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getIndex</h4> <pre>public&nbsp;short&nbsp;getIndex()</pre> <div class="block">Indexed ctColor value. Only used for backwards compatibility. References a ctColor in indexedColors.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getIndex()">getIndex</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> </dl> </li> </ul> <a name="getIndexed()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getIndexed</h4> <pre>public&nbsp;short&nbsp;getIndexed()</pre> <div class="block">Indexed ctColor value. Only used for backwards compatibility. References a ctColor in indexedColors.</div> </li> </ul> <a name="setIndexed(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setIndexed</h4> <pre>public&nbsp;void&nbsp;setIndexed(int&nbsp;indexed)</pre> <div class="block">Indexed ctColor value. Only used for backwards compatibility. References a ctColor in indexedColors.</div> </li> </ul> <a name="getRGB()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getRGB</h4> <pre>public&nbsp;byte[]&nbsp;getRGB()</pre> <div class="block">Standard Red Green Blue ctColor value (RGB). If there was an A (Alpha) value, it will be stripped.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getRGB()">getRGB</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> </dl> </li> </ul> <a name="getARGB()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getARGB</h4> <pre>public&nbsp;byte[]&nbsp;getARGB()</pre> <div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getARGB()">getARGB</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> </dl> </li> </ul> <a name="getStoredRBG()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getStoredRBG</h4> <pre>protected&nbsp;byte[]&nbsp;getStoredRBG()</pre> <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getStoredRBG()">ExtendedColor</a></code></strong></div> <div class="block">RGB or ARGB or null</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getStoredRBG()">getStoredRBG</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> </dl> </li> </ul> <a name="setRGB(byte[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setRGB</h4> <pre>public&nbsp;void&nbsp;setRGB(byte[]&nbsp;rgb)</pre> <div class="block">Standard Alpha Red Green Blue ctColor value (ARGB).</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#setRGB(byte[])">setRGB</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> </dl> </li> </ul> <a name="getTheme()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTheme</h4> <pre>public&nbsp;int&nbsp;getTheme()</pre> <div class="block">Index into the <clrScheme> collection, referencing a particular <sysClr> or <srgbClr> value expressed in the Theme part.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getTheme()">getTheme</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> </dl> </li> </ul> <a name="setTheme(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTheme</h4> <pre>public&nbsp;void&nbsp;setTheme(int&nbsp;theme)</pre> <div class="block">Index into the <clrScheme> collection, referencing a particular <sysClr> or <srgbClr> value expressed in the Theme part.</div> </li> </ul> <a name="getTint()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTint</h4> <pre>public&nbsp;double&nbsp;getTint()</pre> <div class="block">Specifies the tint value applied to the ctColor. <p> If tint is supplied, then it is applied to the RGB value of the ctColor to determine the final ctColor applied. </p> <p> The tint value is stored as a double from -1.0 .. 1.0, where -1.0 means 100% darken and 1.0 means 100% lighten. Also, 0.0 means no change. </p> <p> In loading the RGB value, it is converted to HLS where HLS values are (0..HLSMAX), where HLSMAX is currently 255. </p> Here are some examples of how to apply tint to ctColor: <blockquote> <pre> If (tint &lt; 0) Lum' = Lum * (1.0 + tint) For example: Lum = 200; tint = -0.5; Darken 50% Lum' = 200 * (0.5) =&gt; 100 For example: Lum = 200; tint = -1.0; Darken 100% (make black) Lum' = 200 * (1.0-1.0) =&gt; 0 If (tint &gt; 0) Lum' = Lum * (1.0-tint) + (HLSMAX - HLSMAX * (1.0-tint)) For example: Lum = 100; tint = 0.75; Lighten 75% Lum' = 100 * (1-.75) + (HLSMAX - HLSMAX*(1-.75)) = 100 * .25 + (255 - 255 * .25) = 25 + (255 - 63) = 25 + 192 = 217 For example: Lum = 100; tint = 1.0; Lighten 100% (make white) Lum' = 100 * (1-1) + (HLSMAX - HLSMAX*(1-1)) = 100 * 0 + (255 - 255 * 0) = 0 + (255 - 0) = 255 </pre> </blockquote></div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#getTint()">getTint</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>the tint value</dd></dl> </li> </ul> <a name="setTint(double)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTint</h4> <pre>public&nbsp;void&nbsp;setTint(double&nbsp;tint)</pre> <div class="block">Specifies the tint value applied to the ctColor. <p> If tint is supplied, then it is applied to the RGB value of the ctColor to determine the final ctColor applied. </p> <p> The tint value is stored as a double from -1.0 .. 1.0, where -1.0 means 100% darken and 1.0 means 100% lighten. Also, 0.0 means no change. </p> <p> In loading the RGB value, it is converted to HLS where HLS values are (0..HLSMAX), where HLSMAX is currently 255. </p> Here are some examples of how to apply tint to ctColor: <blockquote> <pre> If (tint &lt; 0) Lum' = Lum * (1.0 + tint) For example: Lum = 200; tint = -0.5; Darken 50% Lum' = 200 * (0.5) =&gt; 100 For example: Lum = 200; tint = -1.0; Darken 100% (make black) Lum' = 200 * (1.0-1.0) =&gt; 0 If (tint &gt; 0) Lum' = Lum * (1.0-tint) + (HLSMAX - HLSMAX * (1.0-tint)) For example: Lum = 100; tint = 0.75; Lighten 75% Lum' = 100 * (1-.75) + (HLSMAX - HLSMAX*(1-.75)) = 100 * .25 + (255 - 255 * .25) = 25 + (255 - 63) = 25 + 192 = 217 For example: Lum = 100; tint = 1.0; Lighten 100% (make white) Lum' = 100 * (1-1) + (HLSMAX - HLSMAX*(1-1)) = 100 * 0 + (255 - 255 * 0) = 0 + (255 - 0) = 255 </pre> </blockquote></div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html#setTint(double)">setTint</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/poi/ss/usermodel/ExtendedColor.html" title="class in org.apache.poi.ss.usermodel">ExtendedColor</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>tint</code> - the tint value</dd></dl> </li> </ul> <a name="getCTColor()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCTColor</h4> <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a> public&nbsp;org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor&nbsp;getCTColor()</pre> <div class="block">Returns the underlying XML bean</div> <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying XML bean</dd></dl> </li> </ul> <a name="toXSSFColor(org.apache.poi.ss.usermodel.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toXSSFColor</h4> <pre>public static&nbsp;<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColor.html" title="class in org.apache.poi.xssf.usermodel">XSSFColor</a>&nbsp;toXSSFColor(<a href="../../../../../org/apache/poi/ss/usermodel/Color.html" title="interface in org.apache.poi.ss.usermodel">Color</a>&nbsp;color)</pre> <div class="block">Checked type cast <tt>color</tt> to an XSSFColor.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>color</code> - the color to type cast</dd> <dt><span class="strong">Returns:</span></dt><dd>the type casted color</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if color is null or is not an instance of XSSFColor</dd></dl> </li> </ul> <a name="hashCode()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> <pre>public&nbsp;int&nbsp;hashCode()</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="equals(java.lang.Object)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;o)</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/XSSFColor.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/poi/xssf/usermodel/XSSFClientAnchor.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">PREV CLASS</span></a></li> <li><a href="../../../../../org/apache/poi/xssf/usermodel/XSSFColorScaleFormatting.html" title="class in org.apache.poi.xssf.usermodel"><span class="strong">NEXT CLASS</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/xssf/usermodel/XSSFColor.html" target="_top">FRAMES</a></li> <li><a href="XSSFColor.html" target="_top">NO FRAMES</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>SUMMARY:&nbsp;</li> <li>NESTED&nbsp;|&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">METHOD</a></li> </ul> <ul class="subNavList"> <li>DETAIL:&nbsp;</li> <li>FIELD&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">CONSTR</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">METHOD</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright 2017 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
docs/icens/html/classnfd_1_1Nfd.html
nsol-nmsu/ndnSIM
<!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.12"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>ndnSIM for iCenS: nfd::Nfd Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <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">ndnSIM for iCenS </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.12 --> <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,'Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacenfd.html">nfd</a></li><li class="navelem"><a class="el" href="classnfd_1_1Nfd.html">Nfd</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classnfd_1_1Nfd-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">nfd::Nfd Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>Class representing NFD instance This class can be used to initialize all components of NFD. <a href="classnfd_1_1Nfd.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="nfd_8hpp_source.html">nfd.hpp</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for nfd::Nfd:</div> <div class="dyncontent"> <div class="center"> <img src="classnfd_1_1Nfd.png" usemap="#nfd::Nfd_map" alt=""/> <map id="nfd::Nfd_map" name="nfd::Nfd_map"> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a211e8becbe3fe3105bd9de6a0f575b81"><td class="memItemLeft" align="right" valign="top"><a id="a211e8becbe3fe3105bd9de6a0f575b81"></a> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classnfd_1_1Nfd.html#a211e8becbe3fe3105bd9de6a0f575b81">Nfd</a> (const std::string &amp;configFile, <a class="el" href="classndn_1_1security_1_1KeyChain.html">ndn::KeyChain</a> &amp;keyChain)</td></tr> <tr class="memdesc:a211e8becbe3fe3105bd9de6a0f575b81"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create NFD instance using absolute or relative path to <code>configFile</code>. <br /></td></tr> <tr class="separator:a211e8becbe3fe3105bd9de6a0f575b81"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a817ec8458a763866dd847be9d3333e16"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classnfd_1_1Nfd.html#a817ec8458a763866dd847be9d3333e16">Nfd</a> (const ConfigSection &amp;<a class="el" href="classconfig.html">config</a>, <a class="el" href="classndn_1_1security_1_1KeyChain.html">ndn::KeyChain</a> &amp;keyChain)</td></tr> <tr class="memdesc:a817ec8458a763866dd847be9d3333e16"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create NFD instance using a parsed ConfigSection <code>config</code> This version of the constructor is more appropriate for integrated environments, such as NS-3 or android. <a href="#a817ec8458a763866dd847be9d3333e16">More...</a><br /></td></tr> <tr class="separator:a817ec8458a763866dd847be9d3333e16"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a378e7a2371fddeef8e83648d5fe6bbae"><td class="memItemLeft" align="right" valign="top"><a id="a378e7a2371fddeef8e83648d5fe6bbae"></a> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classnfd_1_1Nfd.html#a378e7a2371fddeef8e83648d5fe6bbae">~Nfd</a> ()</td></tr> <tr class="memdesc:a378e7a2371fddeef8e83648d5fe6bbae"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor. <br /></td></tr> <tr class="separator:a378e7a2371fddeef8e83648d5fe6bbae"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1a9f9224facbd45652d51d618060259a"><td class="memItemLeft" align="right" valign="top"><a id="a1a9f9224facbd45652d51d618060259a"></a> void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classnfd_1_1Nfd.html#a1a9f9224facbd45652d51d618060259a">initialize</a> ()</td></tr> <tr class="memdesc:a1a9f9224facbd45652d51d618060259a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Perform initialization of NFD instance After initialization, NFD instance can be started by invoking run on globalIoService. <br /></td></tr> <tr class="separator:a1a9f9224facbd45652d51d618060259a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3c4b08b8ebf1711d032a64a3a7e89226"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classnfd_1_1Nfd.html#a3c4b08b8ebf1711d032a64a3a7e89226">reloadConfigFile</a> ()</td></tr> <tr class="memdesc:a3c4b08b8ebf1711d032a64a3a7e89226"><td class="mdescLeft">&#160;</td><td class="mdescRight">Reload configuration file and apply update (if any) <a href="#a3c4b08b8ebf1711d032a64a3a7e89226">More...</a><br /></td></tr> <tr class="separator:a3c4b08b8ebf1711d032a64a3a7e89226"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Class representing NFD instance This class can be used to initialize all components of NFD. </p> <p>Definition at line <a class="el" href="nfd_8hpp_source.html#l00049">49</a> of file <a class="el" href="nfd_8hpp_source.html">nfd.hpp</a>.</p> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a id="a817ec8458a763866dd847be9d3333e16"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">nfd::Nfd::Nfd </td> <td>(</td> <td class="paramtype">const ConfigSection &amp;&#160;</td> <td class="paramname"><em>config</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="classndn_1_1security_1_1KeyChain.html">ndn::KeyChain</a> &amp;&#160;</td> <td class="paramname"><em>keyChain</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Create NFD instance using a parsed ConfigSection <code>config</code> This version of the constructor is more appropriate for integrated environments, such as NS-3 or android. </p> <dl class="section note"><dt>Note</dt><dd>When using this version of the constructor, error messages will include "internal://nfd.conf" when referring to configuration errors. </dd></dl> <p>Definition at line <a class="el" href="nfd_8cpp_source.html#l00055">55</a> of file <a class="el" href="nfd_8cpp_source.html">nfd.cpp</a>.</p> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a id="a3c4b08b8ebf1711d032a64a3a7e89226"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void nfd::Nfd::reloadConfigFile </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Reload configuration file and apply update (if any) </p> <dl class="todo"><dt><b><a class="el" href="todo.html#_todo000023">Todo:</a></b></dt><dd>Reopen log file </dd></dl> <p>Definition at line <a class="el" href="nfd_8cpp_source.html#l00177">177</a> of file <a class="el" href="nfd_8cpp_source.html">nfd.cpp</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following files:<ul> <li>/home/network/NSOL/ndnSIM-dev/ns-3/src/ndnSIM/NFD/daemon/<a class="el" href="nfd_8hpp_source.html">nfd.hpp</a></li> <li>/home/network/NSOL/ndnSIM-dev/ns-3/src/ndnSIM/NFD/daemon/<a class="el" href="nfd_8cpp_source.html">nfd.cpp</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.12 </small></address> </body> </html>
livingdoc-core/src/test/resources/specs/NoImports/Do With Interpreter.html
benhamidene/livingdoc-core
<html> <head> <title>Do With Interpreter</title> <meta name="title" content="Do With Interpreter" /> <meta name="external-link" content="http://testit.novatec.info/confluence/display/LIVINGDOC/Do+With+Interpreter" /> </head> <body> <h2 id="DoWithInterpreter-DoWithInterpreter">Do With Interpreter</h2> <p> The <tt>DoWithInterpreter</tt> verifies business flows expressed as a sequence of actions. This interpreter executes a workflow on the system under test and asserts returned values against expected values. By contrast with other interpreters, the <tt>DoWithInterpreter</tt> can interpret more than one table in a specification document. In fact, unless specified otherwise, it will interpret all of the tables it encounters. </p> <h3 id="DoWithInterpreter-Specifyingthefixture">Specifying the fixture</h3> <p> The <tt>DoWithInterpreter</tt> follows the general rules for <a href="/confluence/display/LIVINGDOC/Interpreter+and+Fixture+Selection+%28JAVA%29" title="Interpreter and Fixture Selection (JAVA)">interpreter and fixture selection</a> and <a href="/confluence/display/LIVINGDOC/Fixture+name+resolution+%28JAVA%29" title="Fixture name resolution (JAVA)">fixture naming</a>. </p> <p> Once a <tt>DoWithInterpreter</tt> starts interpreting a specification document, it carries out the actions in all of the following tables with the selected fixture. Consequently, each subsequent table doesn't need to explicitly declare an interpreter and a fixture. </p> <p>Although the same fixture can be used to interpret all tables in a document, an action may also return an interpreter. This interpreter will be used with the rest of the current table and will be abandoned at the next table.</p> <h3 id="DoWithInterpreter-Interpretationflow">Interpretation flow</h3> <p> As already stated, a business workflow may span several tables. The <tt>DoWithInterpreter</tt> goes through all tables one by one, down to the end of the specification document. For each table, it executes the workflow one row at a time, reading cells from left to right. </p> <table class='confluenceTable'> <tbody> <tr> <th class='confluenceTh'>rule for</th> <th class='confluenceTh'>interpretation order dowith</th> </tr> <tr> <td class='confluenceTd'>tables</td> <td class='confluenceTd'>order of interpretation?</td> </tr> <tr> <td class='confluenceTd'><tt>[ do with ][ some fixture ]</tt><br clear="all" /> <tt>[ row ][ 1 ][ of table ][ 1 ]</tt><br clear="all" /> <tt>[ row ][ 2 ][ of table ][ 1 ]</tt><br clear="all" /> <tt>[ row ][ 3 ][ of table ][ 1 ]</tt><br clear="all" /> **** <br clear="all" /> <tt>[ row ][ 1 ][ of table ][ 2 ]</tt><br clear="all" /> **** <br clear="all" /> <tt>[ row ][ 1 ][ of table ][ 3 ]</tt><br clear="all" /> <tt>[ row ][ 2 ][ of table ][ 3 ]</tt></td> <td class='confluenceTd'>row 1 of table 1, row 2 of table 1, row 3 of table 1, row 1 of table 2, row 1 of table 3, row 2 of table 3</td> </tr> </tbody> </table> <h3 id="DoWithInterpreter-Actions">Actions</h3> <p>Each row in a workflow represents an action to perform on the system under test.</p> <p> The <tt>DoWithInterpreter</tt> expects default actions to be composed of keywords and data. An action starts with a keyword cell, then alternates between data cells and more keyword cells. In other words, keywords appear in every other cell. </p> <p>The keywords of an action are concatenated together with spaces between them and converted into an identifier. On the Java platform, this is done using lower camel casing. The identifier obtained names the action to execute on the system under test, with the data used as parameters to the action.</p> <p> To execute the action on the system under test, the <tt>DoWithIntepreter</tt> follows the rules of <a href="/confluence/display/LIVINGDOC/Action+Access+Resolution" title="Action Access Resolution">action access resolution</a> rules. </p> <table class='confluenceTable'> <tbody> <tr> <th class='confluenceTh'>rule for</th> <th class='confluenceTh'>row form</th> </tr> <tr> <td class='confluenceTd'>row</td> <td class='confluenceTd'>action name?</td> <td class='confluenceTd'>parameters?</td> </tr> <tr> <td class='confluenceTd'><tt>[ Buy a ][ MacBook Pro ][ to ][ Bob ][ for doing ][ Rails Development ]</tt></td> <td class='confluenceTd'>Buy a to for doing</td> <td class='confluenceTd'>MacBook Pro, Bob, Rails Development</td> </tr> </tbody> </table> <p>A keyword cell can be empty:</p> <table class='confluenceTable'> <tbody> <tr> <th class='confluenceTh'>rule for</th> <th class='confluenceTh'>row form</th> </tr> <tr> <td class='confluenceTd'>row</td> <td class='confluenceTd'>action name?</td> <td class='confluenceTd'>parameters?</td> </tr> <tr> <td class='confluenceTd'><tt>[] [ Bob ][ needs a ][ MacBook Pro ]</tt></td> <td class='confluenceTd'>needs a</td> <td class='confluenceTd'>Bob, MacBook Pro</td> </tr> <tr> <td class='confluenceTd'><tt>[ Buy ][ 5 ][ ][ MacBook Pros ]</tt></td> <td class='confluenceTd'>Buy</td> <td class='confluenceTd'>5, MacBook Pros</td> </tr> </tbody> </table> <p>The last keyword in the row is optional, so the row can end with keyword or data:</p> <table class='confluenceTable'> <tbody> <tr> <th class='confluenceTh'>rule for</th> <th class='confluenceTh'>row form</th> </tr> <tr> <td class='confluenceTd'>row</td> <td class='confluenceTd'>action name?</td> <td class='confluenceTd'>parameters?</td> </tr> <tr> <td class='confluenceTd'><tt>[ Story Test Driven Development with ][ LivingDoc ][ rocks ]</tt></td> <td class='confluenceTd'>Story Test Driven Development with rocks</td> <td class='confluenceTd'>LivingDoc</td> </tr> </tbody> </table> <h3 id="DoWithInterpreter-SpecialActions">Special Actions</h3> <p> The <tt>DoWithInterpreter</tt> knows about the special actions. Special actions are identified by a special keyword at the beginning of the row and apply to the rest of their row: </p> <table style="display: none"> <tr> <td>Begin Info</td> </tr> </table> <div style="padding: 0px; margin: 0px;"> <p> - <tt>check</tt> checks whether the result of the action described in the rest of the row matches the value in the last cell of the row.<br /> - <tt>reject</tt> checks - as expected - that the action described in the rest of the row fails.<br /> - <tt>accept</tt> checks that the action described in the rest of the row succeeds.<br /> - <tt>display</tt> prints the result in a new cell at the end of the row without affecting the results (statistics). </p> </div> <table style="display: none"> <tr> <td>End Info</td> </tr> </table> <table class='confluenceTable'> <tbody> <tr> <th class='confluenceTh'>rule for</th> <th class='confluenceTh'>row form</th> </tr> <tr> <td class='confluenceTd'>row</td> <td class='confluenceTd'>type of action?</td> </tr> <tr> <td class='confluenceTd'><tt>[ Buy a ] [ MacBook Pro ][ to ][ Bob ][ for doing ][ Rails Development ]</tt></td> <td class='confluenceTd'>Default</td> </tr> <tr> <td class='confluenceTd'><tt>[ Check ] [ that code is written ] [ test-first ]</tt></td> <td class='confluenceTd'>Check</td> </tr> <tr> <td class='confluenceTd'><tt>[ Accept ] [ code written ] [ test-first ]</tt></td> <td class='confluenceTd'>Accept</td> </tr> <tr> <td class='confluenceTd'><tt>[ Reject ] [ code written ] [ test-last ]</tt></td> <td class='confluenceTd'>Reject</td> </tr> <tr> <td class='confluenceTd'><tt>[ Display ] [ code written ]</tt> </td> <td class='confluenceTd'>Display</td> </tr> </tbody> </table> <h3 id="DoWithInterpreter-Rulesforannotations">Rules for annotations</h3> <p> When an action returns a boolean value, the keywords of that action are annotated <em>right</em> if the action returns <b>true</b>: </p> <table class='confluenceTable'> <tbody> <tr> <th class='confluenceTh'>rule for</th> <th class='confluenceTh'>cell annotation dowith</th> </tr> <tr> <td class='confluenceTd'>row</td> <td class='confluenceTd'>action returns</td> <td class='confluenceTd'>cells marked right?</td> <td class='confluenceTd'>cells marked wrong?</td> <td class='confluenceTd'>cells marked exception?</td> </tr> <tr> <td class='confluenceTd'><tt>[ keyword ][ data ][ keyword ][ data ]</tt></td> <td class='confluenceTd'>true</td> <td class='confluenceTd'>1, 3</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> </tr> <tr> <td class='confluenceTd'><tt>[ keyword ][ data ][ keyword ][ data ][ keyword ]</tt></td> <td class='confluenceTd'>true</td> <td class='confluenceTd'>1, 3, 5</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> </tr> </tbody> </table> <p> If it returns <b>false</b>, keywords are annotated <em>wrong</em>: </p> <table class='confluenceTable'> <tbody> <tr> <th class='confluenceTh'>rule for</th> <th class='confluenceTh'>cell annotation dowith</th> </tr> <tr> <td class='confluenceTd'>row</td> <td class='confluenceTd'>action returns</td> <td class='confluenceTd'>cells marked right?</td> <td class='confluenceTd'>cells marked wrong?</td> <td class='confluenceTd'>cells marked exception?</td> </tr> <tr> <td class='confluenceTd'><tt>[ keyword ][ data ][ keyword ][ data ]</tt></td> <td class='confluenceTd'>false</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>1, 3</td> <td class='confluenceTd'>[]</td> </tr> <tr> <td class='confluenceTd'><tt>[ keyword ][ data ][ keyword ][ data ][ keyword ]</tt></td> <td class='confluenceTd'>false</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>1, 3, 5</td> <td class='confluenceTd'>[]</td> </tr> </tbody> </table> <p> If it throws an exception, the first keyword only is annotated <em>exception</em>: </p> <table class='confluenceTable'> <tbody> <tr> <th class='confluenceTh'>rule for</th> <th class='confluenceTh'>cell annotation dowith</th> </tr> <tr> <td class='confluenceTd'>row</td> <td class='confluenceTd'>action returns</td> <td class='confluenceTd'>cells marked right?</td> <td class='confluenceTd'>cells marked wrong?</td> <td class='confluenceTd'>cells marked exception?</td> </tr> <tr> <td class='confluenceTd'><tt>[ first keyword ][ data ][ keyword ][ data ][ keyword ]</tt></td> <td class='confluenceTd'>error</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>1</td> </tr> </tbody> </table> <p> A <tt>check</tt> special action only annotates the last cell, containing the expected value: </p> <table class='confluenceTable'> <tbody> <tr> <th class='confluenceTh'>rule for</th> <th class='confluenceTh'>cell annotation dowith</th> </tr> <tr> <td class='confluenceTd'>row</td> <td class='confluenceTd'>action returns</td> <td class='confluenceTd'>cells marked right?</td> <td class='confluenceTd'>cells marked wrong?</td> <td class='confluenceTd'>cells marked exception?</td> </tr> <tr> <td class='confluenceTd'><tt>[ check ][ that ][ TDD ][ is ][ cool ]</tt></td> <td class='confluenceTd'>cool</td> <td class='confluenceTd'>5</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> </tr> <tr> <td class='confluenceTd'><tt>[ check ][ that ][ test last ][ is ][ boring ]</tt></td> <td class='confluenceTd'>never done</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>5</td> <td class='confluenceTd'>[]</td> </tr> </tbody> </table> <p> A <tt>accept</tt> special action annotates the action cell right if the action returns true. Otherwise it annotates it wrong. </p> <table class='confluenceTable'> <tbody> <tr> <th class='confluenceTh'>rule for</th> <th class='confluenceTh'>cell annotation dowith</th> </tr> <tr> <td class='confluenceTd'>row</td> <td class='confluenceTd'>action returns</td> <td class='confluenceTd'>cells marked right?</td> <td class='confluenceTd'>cells marked wrong?</td> <td class='confluenceTd'>cells marked exception?</td> </tr> <tr> <td class='confluenceTd'><tt>[ accept ][ using debugging ]</tt> </td> <td class='confluenceTd'>true</td> <td class='confluenceTd'>1</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> </tr> <tr> <td class='confluenceTd'><tt>[ accept ][ failing build ]</tt></td> <td class='confluenceTd'>false</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>1</td> <td class='confluenceTd'>[]</td> </tr> <tr> <td class='confluenceTd'><tt>[ accept ][ fail ][ maven ][ ][ build ]</tt></td> <td class='confluenceTd'>error</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>1</td> </tr> </tbody> </table> <p> A <tt>reject</tt> special action annotates the action cell right if the action returns false or throws an exception. Otherwise it annotates it wrong. </p> <table class='confluenceTable'> <tbody> <tr> <th class='confluenceTh'>rule for</th> <th class='confluenceTh'>cell annotation dowith</th> </tr> <tr> <td class='confluenceTd'>row</td> <td class='confluenceTd'>action returns</td> <td class='confluenceTd'>cells marked right?</td> <td class='confluenceTd'>cells marked wrong?</td> <td class='confluenceTd'>cells marked exception?</td> </tr> <tr> <td class='confluenceTd'><tt>[ reject ][ using debugging ]</tt> </td> <td class='confluenceTd'>true</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>1</td> <td class='confluenceTd'>[]</td> </tr> <tr> <td class='confluenceTd'><tt>[ reject ][ failing build ]</tt></td> <td class='confluenceTd'>false</td> <td class='confluenceTd'>1</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> </tr> <tr> <td class='confluenceTd'><tt>[ reject ][ fail ][ maven ][ ][ build ]</tt></td> <td class='confluenceTd'>error</td> <td class='confluenceTd'>1</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> </tr> </tbody> </table> <p> A <tt>display</tt> special action annotates a new cell at the end of the row as <em>ignored</em>. </p> <table class='confluenceTable'> <tbody> <tr> <th class='confluenceTh'>rule for</th> <th class='confluenceTh'>cell annotation dowith</th> </tr> <tr> <td class='confluenceTd'>row</td> <td class='confluenceTd'>action returns</td> <td class='confluenceTd'>cells marked right?</td> <td class='confluenceTd'>cells marked wrong?</td> <td class='confluenceTd'>cells marked exception?</td> <td class='confluenceTd'>cells marked ignored?</td> </tr> <tr> <td class='confluenceTd'><tt>[ display ][ using debugging ]</tt></td> <td class='confluenceTd'>false</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>3</td> </tr> <tr> <td class='confluenceTd'><tt>[ display ][ failing build ]</tt> </td> <td class='confluenceTd'>false</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>3</td> </tr> <tr> <td class='confluenceTd'><tt>[ display ][ fail ][ maven ][ ][ build ]</tt></td> <td class='confluenceTd'>false</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>[]</td> <td class='confluenceTd'>6</td> </tr> </tbody> </table> <h3 id="DoWithInterpreter-Processingtableremainderwithanotherinterpreter">Processing table remainder with another interpreter</h3> <p>The action can explicitly return an interpreter, which is will be used to interpret the rest of the table. After the current table, that interpreter will be abandoned.</p> </body> </html>
app/webFrontend/src/app/app.component.html
khase/geli
<div class="{{ 'app-wrapper ' + specialContainerStyle() }}"> <mat-toolbar color="primary" [ngClass]="{'warning': hasWarning()}"> <mat-toolbar-row> <a routerLink="/" class="logo">geli</a> <span class="non-production-warning"> <a *ngIf="hasWarning()" title="{{apiInfo.nonProductionWarning}}">{{apiInfo.nonProductionWarning}}</a> </span> <span *ngIf="!isLoggedIn()"> <button class="login" mat-button routerLink="/login" routerLinkActive="active">Login</button> <button class="register" mat-button *ngIf="!isLoggedIn()" routerLink="/register" routerLinkActive="active">Register</button> <span class="between-distance" *ngIf="!isLoggedIn()"></span> </span> <span *ngIf="isLoggedIn()"> <button mat-button routerLink="/profile"> <img class="avatar" src="{{userService.user.getUserImageURL(30)}}" width="30" height="30"> {{ this.userService.user.profile.firstName }} </button> </span> <button mat-icon-button [matMenuTriggerFor]="menu"> <mat-icon>more_vert</mat-icon> </button> <mat-menu #menu="matMenu"> <!--<button mat-menu-item>--> <!--<mat-icon>favorite</mat-icon>--> <!--<span>Favorites</span>--> <!--</button>--> <button mat-menu-item *ngIf="isLoggedIn() && isAdmin()" routerLink="/admin" routerLinkActive="active"> <mat-icon>settings</mat-icon> <span>Admin</span> </button> <button mat-menu-item routerLink="/about" routerLinkActive="active"> <mat-icon>info</mat-icon> <span>About</span> </button> <button mat-menu-item *ngIf="isLoggedIn()" (click)="logout()" routerLink="" routerLinkActive="active"> <mat-icon>exit_to_app</mat-icon> <span>Logout</span> </button> </mat-menu> </mat-toolbar-row> </mat-toolbar> <mat-progress-bar *ngIf="showProgressBar" [mode]="indeterminate"></mat-progress-bar> <div class="app-content"> <router-outlet></router-outlet> </div> </div>
doc/api/classes/ActiveJob/Enqueuing.html
rafaellc28/Portfolio
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>ActiveJob::Enqueuing</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" /> <script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <span>Ruby on Rails 4.2.0</span><br /> <h1> <span class="type">Module</span> ActiveJob::Enqueuing </h1> <ul class="files"> <li><a href="../../files/__/__/_rvm/gems/ruby-2_1_1/gems/activejob-4_2_0/lib/active_job/enqueuing_rb.html">/home/rafael/.rvm/gems/ruby-2.1.1/gems/activejob-4.2.0/lib/active_job/enqueuing.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- Namespace --> <div class="sectiontitle">Namespace</div> <ul> <li> <span class="type">MODULE</span> <a href="Enqueuing/ClassMethods.html">ActiveJob::Enqueuing::ClassMethods</a> </li> </ul> <!-- Method ref --> <div class="sectiontitle">Methods</div> <dl class="methods"> <dt>E</dt> <dd> <ul> <li> <a href="#method-i-enqueue">enqueue</a> </li> </ul> </dd> <dt>R</dt> <dd> <ul> <li> <a href="#method-i-retry_job">retry_job</a> </li> </ul> </dd> </dl> <!-- Methods --> <div class="sectiontitle">Instance Public methods</div> <div class="method"> <div class="title method-title" id="method-i-enqueue"> <b>enqueue</b>(options={}) <a href="../../classes/ActiveJob/Enqueuing.html#method-i-enqueue" name="method-i-enqueue" class="permalink">Link</a> </div> <div class="description"> <p>Enqueues the job to be performed by the queue adapter.</p> <h4 id="method-i-enqueue-label-Options">Options</h4> <ul><li> <p><code>:wait</code> - Enqueues the job with the specified delay</p> </li><li> <p><code>:wait_until</code> - Enqueues the job at the time specified</p> </li><li> <p><code>:queue</code> - Enqueues the job on the specified queue</p> </li></ul> <h4 id="method-i-enqueue-label-Examples">Examples</h4> <pre><code>my_job_instance.enqueue my_job_instance.enqueue wait: 5.minutes my_job_instance.enqueue queue: :important my_job_instance.enqueue wait_until: Date.tomorrow.midnight </code></pre> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-enqueue_source')" id="l_method-i-enqueue_source">show</a> </p> <div id="method-i-enqueue_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../.rvm/gems/ruby-2.1.1/gems/activejob-4.2.0/lib/active_job/enqueuing.rb, line 63</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">enqueue</span>(<span class="ruby-identifier">options</span>={}) <span class="ruby-keyword">self</span>.<span class="ruby-identifier">scheduled_at</span> = <span class="ruby-identifier">options</span>[<span class="ruby-value">:wait</span>].<span class="ruby-identifier">seconds</span>.<span class="ruby-identifier">from_now</span>.<span class="ruby-identifier">to_f</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:wait</span>] <span class="ruby-keyword">self</span>.<span class="ruby-identifier">scheduled_at</span> = <span class="ruby-identifier">options</span>[<span class="ruby-value">:wait_until</span>].<span class="ruby-identifier">to_f</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:wait_until</span>] <span class="ruby-keyword">self</span>.<span class="ruby-identifier">queue_name</span> = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">queue_name_from_part</span>(<span class="ruby-identifier">options</span>[<span class="ruby-value">:queue</span>]) <span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:queue</span>] <span class="ruby-identifier">run_callbacks</span> <span class="ruby-value">:enqueue</span> <span class="ruby-keyword">do</span> <span class="ruby-keyword">if</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">scheduled_at</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">queue_adapter</span>.<span class="ruby-identifier">enqueue_at</span> <span class="ruby-keyword">self</span>, <span class="ruby-keyword">self</span>.<span class="ruby-identifier">scheduled_at</span> <span class="ruby-keyword">else</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">queue_adapter</span>.<span class="ruby-identifier">enqueue</span> <span class="ruby-keyword">self</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">self</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-retry_job"> <b>retry_job</b>(options={}) <a href="../../classes/ActiveJob/Enqueuing.html#method-i-retry_job" name="method-i-retry_job" class="permalink">Link</a> </div> <div class="description"> <p>Reschedules the job to be re-executed. This is useful in combination with the <code>rescue_from</code> option. When you rescue an exception from your job you can ask Active Job to retry performing your job.</p> <h4 id="method-i-retry_job-label-Options">Options</h4> <ul><li> <p><code>:wait</code> - Enqueues the job with the specified delay</p> </li><li> <p><code>:wait_until</code> - Enqueues the job at the time specified</p> </li><li> <p><code>:queue</code> - Enqueues the job on the specified queue</p> </li></ul> <h4 id="method-i-retry_job-label-Examples">Examples</h4> <pre><code>class SiteScrapperJob &lt; ActiveJob::Base rescue_from(ErrorLoadingSite) do retry_job queue: :low_priority end def perform(*args) # raise ErrorLoadingSite if cannot scrape end end </code></pre> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-retry_job_source')" id="l_method-i-retry_job_source">show</a> </p> <div id="method-i-retry_job_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../../.rvm/gems/ruby-2.1.1/gems/activejob-4.2.0/lib/active_job/enqueuing.rb, line 46</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">retry_job</span>(<span class="ruby-identifier">options</span>={}) <span class="ruby-identifier">enqueue</span> <span class="ruby-identifier">options</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> </div> </div> </body> </html>
eazytext/test/stdfiles/ref/bquotes4.html
prataprc/eazytext
<html><body><article><style type="text/css"> .etpage { white-space : normal } .etblk { } /* Text styling */ span.etmark { } strong.etmark { } em.etmark { } u.etmark { } sup.etmark { } sub.etmark { } strong.etmark > em.etmark { } strong.etmark > u.etmark { } em.etmark > u.etmark { } strong.etmark > em.etmark > u.etmark { } p.ettext { } /* Sections */ h1.etsec { } h2.etsec { } h3.etsec { } h4.etsec { } h5.etsec { } h1 a.etseclink, h2 a.etseclink, h3 a.etseclink, h4 a.etseclink, h5 a.etseclink { color: #CCCCCC; font-size: medium; text-decoration: none } /* Small table */ table.ettbl { border-collapse: collapse; } tr.ettbl { } th.ettbl { padding : 5px; border: 1px solid gray; } td.ettbl { padding : 5px; border: 1px solid gray; } /* Big table */ table.etbtbl { border-collapse: collapse; } tr.etbtbl { } th.etbtbl { padding : 5px; border : 1px solid gray; } td.etbtbl { padding : 5px; border : 1px solid gray; } /* Horizontal rule */ hr.ethorz { } /* List */ ul.et { } ol.et { } li.et { } /* Definitions */ dl.et { } dt.et { } dd.et { } /* Blockquote */ blockquote.et.firstlevel { border-left : 2px solid #d6d6d6; padding-left : 5px } blockquote.et.innerlevel { margin-left : 0px; border-left : 2px solid #d6d6d6; padding-left : 5px; } /* Links */ img.et { } a.etlink { } a.etlink.anchor { } a.ethttpuri { } a.etwwwuri { } /* macro-anchor */ a.etm-anchor { } /* macro-clear */ div.etm-clear { clear : both; } /* macro-image */ div.etm-image { margin : 0px; padding : 0px; border : 0px; } /* macro-images */ table.etm-images { margin : 10px; padding : 0px; border : 0px; } table.etm-images tr { } table.etm-images td { } table.etm-images img { } /* macro-span */ span.etm-span { color : gray; padding : 2px; } /* macro-toc */ details.etm-toc { background : #f8f7bc; position : relative; float : left; margin : 10px; padding : 3px; width : 20em; border-right : 1px solid gray; border-bottom : 1px solid gray; } details.etm-toc summary { font-weight : bold; color : blue; cursor : pointer; font-size : small; position: relative; float: right; } details.etm-toc ul { list-style : none; } details.etm-toc a { } details.etm-toc a.level-1 { margin-left : 0em; } details.etm-toc a.level-2 { margin-left : 0.7em; } details.etm-toc a.level-3 { margin-left : 1.4em; } details.etm-toc a.level-4 { margin-left : 2.1em; } details.etm-toc a.level-5 { margin-left : 2.8em; } details.etm-toc a.level-6 { margin-left : 3.5em; } /* extension-box */ div.etext-box .box { color : gray; border-top : thin solid gray; border-right : thin solid gray; border-bottom : thin solid gray; border-left : thin solid gray; } div.etext-box .boxtitle = { color : black; background : #EEEEEE; font-weight : bold; padding-top : 3px; padding-right : 3px; padding-bottom : 3px; padding-left : 3px; } div.etext-box .boxcont = { padding-top : 3px; padding-right : 3px; padding-bottom : 3px; padding-left : 3px; } div.etext-box span.boxhide { display: none; float: right; font-size : xx-small; color: blue; cursor: pointer; } div.etext-box span.boxshow { display: none; float: right; font-size : xx-small; color: blue; cursor: pointer; } /* extension-code */ div.etext-code { margin-left : 5%; margin-right : 5%; } div.etext-code .highlighttable td.linenos { padding : 3px; color : brown; background-color : activeborder; } div.etext-code .highlighttable td.code { padding : 3px } div.etext-code .highlight { background-color : #FAFAFA; } div.etext-code .codecont { background : #FAFAFA; border : 1px dashed gray; } /* extension-footnote */ div.etext-footnote .footnote { } div.etext-footnote table { margin-left: 5px; } div.etext-footnote td.anchor { padding: 5px; color: blue; vertical-align: top; } div.etext-footnote td.notes { padding: 5px; text-align: left; } /* extension-html */ div.etext-html .html { } /* extension-nested */ div.etext-nested .nested { } /* Templated tags */ span.etttag.pre { white-space : pre; font-family : monospace; } abbr.etttag { } span.etttag.fixme { border : 1px solid cadetBlue; color : red; padding: 1px; font-family : monospace; } div.etttag.qbq { font-style : italic; margin : 5px 0px 5px 0px; padding : 15px 0px 10px 40px; width: 70%; white-space: pre; } span.etttag.smile { font-size: x-large; color: darkOrchid; padding: 1px; font-family : monospace; } span.etttag.sad { font-size: x-large; color: orangeRed; padding: 1px; font-family : monospace; } address.etttag { } span.etttag.fnt { } sup.etttag.footnote { } sup.etttag.footnote a { text-decoration: none; } </style><blockquote class="et firstlevel"> <strong class="etmark" style="">Level 1 block quote : </strong>Here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation. <blockquote class="et innerlevel"> <strong class="etmark" style="">Level 2 block quote : </strong> </blockquote> </blockquote> <p class="ettext"> Here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation. </p> <blockquote class="et firstlevel"> <blockquote class="et innerlevel"> <blockquote class="et innerlevel"> <strong class="etmark" style="">Level 3 block quote : </strong> </blockquote> </blockquote> </blockquote> <p class="ettext"> Here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation. </p> <blockquote class="et firstlevel"> <blockquote class="et innerlevel"> <blockquote class="et innerlevel"> <blockquote class="et innerlevel"> <strong class="etmark" style="">Level 4 block quote : </strong>Here is a long quotation here is a long quotation here is a long quotation </blockquote> </blockquote> </blockquote> </blockquote> <p class="ettext"> here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation. </p> <blockquote class="et firstlevel"> <blockquote class="et innerlevel"> <blockquote class="et innerlevel"> <blockquote class="et innerlevel"> <blockquote class="et innerlevel"> <strong class="etmark" style="">Level 5 block quote : </strong>Here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation. </blockquote> </blockquote> </blockquote> </blockquote> </blockquote> </article></body></html>
stk/doc/html/classstk_1_1Asymp.html
neilh23/eudyptula
<HTML> <HEAD> <TITLE>The Synthesis ToolKit in C++ (STK)</TITLE> <LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css"> </HEAD> <BODY BGCOLOR="#FFFFFF"> <CENTER> <img src="princeton.gif"> &nbsp; <img src="ccrma.gif"> &nbsp; <img src="mcgill.gif"><P> <a class="qindex" href="index.html">Home</a> &nbsp; <a class="qindex" href="information.html">Information</a> &nbsp; <a class="qindex" href="classes.html">Classes</a> &nbsp; <a class="qindex" href="download.html">Download</a> &nbsp; <a class="qindex" href="usage.html">Usage</a> &nbsp; <a class="qindex" href="maillist.html">Mail List</a> &nbsp; <a class="qindex" href="system.html">Requirements</a> &nbsp; <a class="qindex" href="links.html">Links</a> &nbsp; <a class="qindex" href="faq.html">FAQ</a> &nbsp; <a class="qindex" href="tutorial.html">Tutorial</a></CENTER> <HR> <!-- Generated by Doxygen 1.6.2 --> <div class="navpath"><a class="el" href="namespacestk.html">stk</a>::<a class="el" href="classstk_1_1Asymp.html">Asymp</a> </div> <div class="contents"> <h1>stk::Asymp Class Reference</h1><!-- doxytag: class="stk::Asymp" --><!-- doxytag: inherits="stk::Generator" --> <p>STK asymptotic curve envelope class. <a href="#_details">More...</a></p> <p><code>#include &lt;<a class="el" href="Asymp_8h_source.html">Asymp.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for stk::Asymp:</div> <div class="dynsection"> <div class="center"> <img src="classstk_1_1Asymp.png" usemap="#stk::Asymp_map" alt=""/> <map id="stk::Asymp_map" name="stk::Asymp_map"> <area href="classstk_1_1Generator.html" alt="stk::Generator" shape="rect" coords="0,56,90,80"/> <area href="classstk_1_1Stk.html" alt="stk::Stk" shape="rect" coords="0,0,90,24"/> </map> </div> </div> <p><a href="classstk_1_1Asymp-members.html">List of all members.</a></p> <table border="0" cellpadding="0" cellspacing="0"> <tr><td colspan="2"><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad8ea9fc5621a1d8b81001d459de265a0"></a><!-- doxytag: member="stk::Asymp::Asymp" ref="ad8ea9fc5621a1d8b81001d459de265a0" args="(void)" --> &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#ad8ea9fc5621a1d8b81001d459de265a0">Asymp</a> (void)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Default constructor. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad869abbd938c263a2c177de636f5a57c"></a><!-- doxytag: member="stk::Asymp::~Asymp" ref="ad869abbd938c263a2c177de636f5a57c" args="(void)" --> &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#ad869abbd938c263a2c177de636f5a57c">~Asymp</a> (void)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Class destructor. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a51f0aad846eb6bda4c20eb63534786e2"></a><!-- doxytag: member="stk::Asymp::keyOn" ref="a51f0aad846eb6bda4c20eb63534786e2" args="(void)" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#a51f0aad846eb6bda4c20eb63534786e2">keyOn</a> (void)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set target = 1. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a082e765dc3bd6b452e92b602af7a1042"></a><!-- doxytag: member="stk::Asymp::keyOff" ref="a082e765dc3bd6b452e92b602af7a1042" args="(void)" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#a082e765dc3bd6b452e92b602af7a1042">keyOff</a> (void)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set target = 0. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#aebd8ebaf6f6c9570d3ee78e1bcbbcbd2">setTau</a> (StkFloat tau)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set the asymptotic rate via the time factor <em>tau</em> (must be &gt; 0). <a href="#aebd8ebaf6f6c9570d3ee78e1bcbbcbd2"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aca998e9c4ae86b4958da59fc9433268c"></a><!-- doxytag: member="stk::Asymp::setTime" ref="aca998e9c4ae86b4958da59fc9433268c" args="(StkFloat time)" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#aca998e9c4ae86b4958da59fc9433268c">setTime</a> (StkFloat time)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set the asymptotic rate based on a time duration (must be &gt; 0). <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afa6fcf4bf3060c0c6092701e409d5fbf"></a><!-- doxytag: member="stk::Asymp::setT60" ref="afa6fcf4bf3060c0c6092701e409d5fbf" args="(StkFloat t60)" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#afa6fcf4bf3060c0c6092701e409d5fbf">setT60</a> (StkFloat t60)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set the asymptotic rate such that the target value is perceptually reached (to within -60dB of the target) in <em>t60</em> seconds. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7b0f7025ba5f268f1e5ce097b209f0ec"></a><!-- doxytag: member="stk::Asymp::setTarget" ref="a7b0f7025ba5f268f1e5ce097b209f0ec" args="(StkFloat target)" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#a7b0f7025ba5f268f1e5ce097b209f0ec">setTarget</a> (StkFloat target)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set the target value. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a81881bb8aca615f69bbbfd56267f971c"></a><!-- doxytag: member="stk::Asymp::setValue" ref="a81881bb8aca615f69bbbfd56267f971c" args="(StkFloat value)" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#a81881bb8aca615f69bbbfd56267f971c">setValue</a> (StkFloat value)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set current and target values to <em>value</em>. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaba01ef0ac1a493a14a73c3b29259bde"></a><!-- doxytag: member="stk::Asymp::getState" ref="aaba01ef0ac1a493a14a73c3b29259bde" args="(void) const " --> int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#aaba01ef0ac1a493a14a73c3b29259bde">getState</a> (void) const </td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the current envelope <em>state</em> (0 = at target, 1 otherwise). <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeb868c171e07206e2d5d30f8ce8f4436"></a><!-- doxytag: member="stk::Asymp::lastOut" ref="aeb868c171e07206e2d5d30f8ce8f4436" args="(void) const " --> StkFloat&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#aeb868c171e07206e2d5d30f8ce8f4436">lastOut</a> (void) const </td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the last computed output value. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a64df3b44aa1033b642d7a8a93659580e"></a><!-- doxytag: member="stk::Asymp::tick" ref="a64df3b44aa1033b642d7a8a93659580e" args="(void)" --> StkFloat&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#a64df3b44aa1033b642d7a8a93659580e">tick</a> (void)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Compute and return one output sample. <br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classstk_1_1StkFrames.html">StkFrames</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classstk_1_1Asymp.html#a2647bc013816f026915b1e92ddd6a322">tick</a> (<a class="el" href="classstk_1_1StkFrames.html">StkFrames</a> &amp;frames, unsigned int channel=0)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Fill a channel of the <a class="el" href="classstk_1_1StkFrames.html" title="An STK class to handle vectorized audio data.">StkFrames</a> object with computed outputs. <a href="#a2647bc013816f026915b1e92ddd6a322"></a><br/></td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <p>STK asymptotic curve envelope class. </p> <p>This class implements a simple envelope generator which asymptotically approaches a target value. The algorithm used is of the form:</p> <p>y[n] = a y[n-1] + (1-a) target,</p> <p>where a = exp(-T/tau), T is the sample period, and tau is a time constant. The user can set the time constant (default value = 0.3) and target value. Theoretically, this recursion never reaches its target, though the calculations in this class are stopped when the current value gets within a small threshold value of the target (at which time the current value is set to the target). It responds to <em>keyOn</em> and <em>keyOff</em> messages by ramping to 1.0 on keyOn and to 0.0 on keyOff.</p> <p>by Perry R. Cook and Gary P. Scavone, 1995-2011. </p> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="aebd8ebaf6f6c9570d3ee78e1bcbbcbd2"></a><!-- doxytag: member="stk::Asymp::setTau" ref="aebd8ebaf6f6c9570d3ee78e1bcbbcbd2" args="(StkFloat tau)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void stk::Asymp::setTau </td> <td>(</td> <td class="paramtype">StkFloat&nbsp;</td> <td class="paramname"> <em>tau</em></td> <td>&nbsp;)&nbsp;</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Set the asymptotic rate via the time factor <em>tau</em> (must be &gt; 0). </p> <p>The rate is computed as described above. The value of <em>tau</em> must be greater than zero. Values of <em>tau</em> close to zero produce fast approach rates, while values greater than 1.0 produce rather slow rates. </p> </div> </div> <a class="anchor" id="a2647bc013816f026915b1e92ddd6a322"></a><!-- doxytag: member="stk::Asymp::tick" ref="a2647bc013816f026915b1e92ddd6a322" args="(StkFrames &amp;frames, unsigned int channel=0)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classstk_1_1StkFrames.html">StkFrames</a> &amp; stk::Asymp::tick </td> <td>(</td> <td class="paramtype"><a class="el" href="classstk_1_1StkFrames.html">StkFrames</a> &amp;&nbsp;</td> <td class="paramname"> <em>frames</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">unsigned int&nbsp;</td> <td class="paramname"> <em>channel</em> = <code>0</code></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [inline, virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Fill a channel of the <a class="el" href="classstk_1_1StkFrames.html" title="An STK class to handle vectorized audio data.">StkFrames</a> object with computed outputs. </p> <p>The <code>channel</code> argument must be less than the number of channels in the <a class="el" href="classstk_1_1StkFrames.html" title="An STK class to handle vectorized audio data.">StkFrames</a> argument (the first channel is specified by 0). However, range checking is only performed if _STK_DEBUG_ is defined during compilation, in which case an out-of-range value will trigger an <a class="el" href="classstk_1_1StkError.html" title="STK error handling class.">StkError</a> exception. </p> <p>Implements <a class="el" href="classstk_1_1Generator.html#a86bb0421223cf27e25704d5f27b97425">stk::Generator</a>.</p> <p><div class="fragment"><pre class="fragment"><a name="l00128"></a>00128 { <a name="l00129"></a>00129 <span class="preprocessor">#if defined(_STK_DEBUG_)</span> <a name="l00130"></a>00130 <span class="preprocessor"></span> <span class="keywordflow">if</span> ( channel &gt;= frames.channels() ) { <a name="l00131"></a>00131 oStream_ &lt;&lt; <span class="stringliteral">&quot;Asymp::tick(): channel and StkFrames arguments are incompatible!&quot;</span>; <a name="l00132"></a>00132 <a class="code" href="classstk_1_1Stk.html#a48ac73a0d8ca28445ba1a054e1f061ff" title="Static function for error reporting and handling using c-strings.">handleError</a>( StkError::FUNCTION_ARGUMENT ); <a name="l00133"></a>00133 } <a name="l00134"></a>00134 <span class="preprocessor">#endif</span> <a name="l00135"></a>00135 <span class="preprocessor"></span> <a name="l00136"></a>00136 StkFloat *samples = &amp;frames[channel]; <a name="l00137"></a>00137 <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> hop = frames.channels(); <a name="l00138"></a>00138 <span class="keywordflow">for</span> ( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i=0; i&lt;frames.frames(); i++, samples += hop ) <a name="l00139"></a>00139 *samples = <a class="code" href="classstk_1_1Asymp.html#a64df3b44aa1033b642d7a8a93659580e" title="Compute and return one output sample.">Asymp::tick</a>(); <a name="l00140"></a>00140 <a name="l00141"></a>00141 <span class="keywordflow">return</span> frames; <a name="l00142"></a>00142 } </pre></div></p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="Asymp_8h_source.html">Asymp.h</a></li> </ul> </div> <HR> <table> <tr><td><A HREF="http://ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr> <tr><td>&copy;1995-2011 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr> </table> </BODY> </HTML>
fhaes/Javadoc/org/fhaes/fhfilechecker/package-summary.html
petebrew/fhaes
<!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_51) on Tue Aug 11 17:51:05 CDT 2015 --> <title>org.fhaes.fhfilechecker</title> <meta name="date" content="2015-08-11"> <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.fhaes.fhfilechecker"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-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/fhaes/feedback/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../org/fhaes/fhfilereader/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/fhaes/fhfilechecker/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.fhaes.fhfilechecker</h1> <div class="docSummary"> <div class="block">Package containing classes for checking the validity of FHX2 data files and producing summary reports.</div> </div> <p>See:&nbsp;<a href="#package.description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../org/fhaes/fhfilechecker/FHFileChecker.html" title="class in org.fhaes.fhfilechecker">FHFileChecker</a></td> <td class="colLast"> <div class="block">FHFileChecker Class.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/fhaes/fhfilechecker/Frame_HelpView_btnClose_actionAdapter.html" title="class in org.fhaes.fhfilechecker">Frame_HelpView_btnClose_actionAdapter</a></td> <td class="colLast"> <div class="block">Frame_HelpView_btnClose_actionAdapter Class.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/fhaes/fhfilechecker/Frame_HelpView_btnPrint_actionAdapter.html" title="class in org.fhaes.fhfilechecker">Frame_HelpView_btnPrint_actionAdapter</a></td> <td class="colLast"> <div class="block">Frame_HelpView_btnPrint_actionAdapter Class.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/fhaes/fhfilechecker/Frame_HelpView_this_windowAdapter.html" title="class in org.fhaes.fhfilechecker">Frame_HelpView_this_windowAdapter</a></td> <td class="colLast"> <div class="block">Frame_HelpView_this_windowAdapter Class.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/fhaes/fhfilechecker/Frame_OutputView_btnClose_actionAdapter.html" title="class in org.fhaes.fhfilechecker">Frame_OutputView_btnClose_actionAdapter</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/fhaes/fhfilechecker/Frame_OutputView_btnPrint_actionAdapter.html" title="class in org.fhaes.fhfilechecker">Frame_OutputView_btnPrint_actionAdapter</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/fhaes/fhfilechecker/Frame_OutputView_this_windowAdapter.html" title="class in org.fhaes.fhfilechecker">Frame_OutputView_this_windowAdapter</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/fhaes/fhfilechecker/FrameViewHelp.html" title="class in org.fhaes.fhfilechecker">FrameViewHelp</a></td> <td class="colLast"> <div class="block">FrameViewHelp Class.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../org/fhaes/fhfilechecker/FrameViewOutput.html" title="class in org.fhaes.fhfilechecker">FrameViewOutput</a></td> <td class="colLast"> <div class="block">FrameViewOutput Class.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../org/fhaes/fhfilechecker/PrintListingPainter.html" title="class in org.fhaes.fhfilechecker">PrintListingPainter</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> </ul> <a name="package.description"> <!-- --> </a> <h2 title="Package org.fhaes.fhfilechecker Description">Package org.fhaes.fhfilechecker Description</h2> <div class="block">Package containing classes for checking the validity of FHX2 data files and producing summary reports.</div> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-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/fhaes/feedback/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../org/fhaes/fhfilereader/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/fhaes/fhfilechecker/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
api.html
funbather/adgthClient
<!DOCTYPE html> <html> <head> <title>Ragnarok Online in the Browser powered by roBrowser</title> <script type="text/javascript"> var ROConfig = {}; addEventListener('message', function() { return function OnMessage( event ) { removeEventListener( 'message', OnMessage, false ); ROConfig.grfList = event.data.grfList || null; ROConfig.servers = event.data.servers || 'data/clientinfo.xml'; ROConfig.remoteClient = event.data.remoteClient || ''; ROConfig.packetver = event.data.packetver || 'auto'; ROConfig.charBlockSize = event.data.charBlockSize || 0; ROConfig.clientHash = event.data.clientHash || null; ROConfig.development = event.data.development || false; ROConfig.API = event.data.api || false; ROConfig.socketProxy = event.data.socketProxy || null; ROConfig.packetKeys = event.data.packetKeys || false; ROConfig.saveFiles = event.data.saveFiles || false; ROConfig.skipServerList = event.data.skipServerList || false; ROConfig.skipIntro = event.data.skipIntro || false; ROConfig.autoLogin = event.data.autoLogin || []; ROConfig.version = event.data.version || ''; ROConfig.BGMFileExtension = event.data.BGMFileExtension || ['mp3']; ROConfig.plugins = event.data.plugins || {}; if (ROConfig.development) { var script = document.createElement('script'); script.src = 'src/Vendors/require.js?' + ROConfig.version; script.type = 'text/javascript'; script.setAttribute('data-main', 'src/App/' + event.data.application + '.js?' + ROConfig.version); document.getElementsByTagName('head')[0].appendChild(script); event.source.postMessage('ready', '*' ); } else { var app = document.createElement('script'); app.type = 'text/javascript'; app.src = event.data.application + '.js?' + ROConfig.version; document.getElementsByTagName('head')[0].appendChild(app); event.source.postMessage('ready', '*' ); } }; }(), false); </script> </head> </html>
docs/html/classblenderfds_1_1lang_1_1_s_p___m_i_s_c___t_h_i_c_k_e_n___o_b_s_t_r_u_c_t_i_o_n_s.html
firetools/blenderfds
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.17"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>BlenderFDS: blenderfds.lang.SP_MISC_THICKEN_OBSTRUCTIONS Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <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">BlenderFDS </div> <div id="projectbrief">BlenderFDS, the open user interface for NIST Fire Dynamics Simulator (FDS), as an addon for Blender</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.17 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>blenderfds</b></li><li class="navelem"><b>lang</b></li><li class="navelem"><a class="el" href="classblenderfds_1_1lang_1_1_s_p___m_i_s_c___t_h_i_c_k_e_n___o_b_s_t_r_u_c_t_i_o_n_s.html">SP_MISC_THICKEN_OBSTRUCTIONS</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-static-attribs">Static Public Attributes</a> &#124; <a href="classblenderfds_1_1lang_1_1_s_p___m_i_s_c___t_h_i_c_k_e_n___o_b_s_t_r_u_c_t_i_o_n_s-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">blenderfds.lang.SP_MISC_THICKEN_OBSTRUCTIONS Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>Blender representation of the THICKEN_OBSTRUCTIONS parameter, to not allow thin sheet obstructions. <a href="classblenderfds_1_1lang_1_1_s_p___m_i_s_c___t_h_i_c_k_e_n___o_b_s_t_r_u_c_t_i_o_n_s.html#details">More...</a></p> <div class="dynheader"> Inheritance diagram for blenderfds.lang.SP_MISC_THICKEN_OBSTRUCTIONS:</div> <div class="dyncontent"> <div class="center"><img src="classblenderfds_1_1lang_1_1_s_p___m_i_s_c___t_h_i_c_k_e_n___o_b_s_t_r_u_c_t_i_o_n_s__inherit__graph.png" border="0" usemap="#blenderfds_8lang_8_s_p___m_i_s_c___t_h_i_c_k_e_n___o_b_s_t_r_u_c_t_i_o_n_s_inherit__map" alt="Inheritance graph"/></div> <map name="blenderfds_8lang_8_s_p___m_i_s_c___t_h_i_c_k_e_n___o_b_s_t_r_u_c_t_i_o_n_s_inherit__map" id="blenderfds_8lang_8_s_p___m_i_s_c___t_h_i_c_k_e_n___o_b_s_t_r_u_c_t_i_o_n_s_inherit__map"> <area shape="rect" title="Blender representation of the THICKEN_OBSTRUCTIONS parameter, to not allow thin sheet obstructions." alt="" coords="5,80,245,121"/> <area shape="rect" href="classblenderfds_1_1types_1_1_b_f_param.html" title="Blender representation of an FDS parameter." alt="" coords="36,5,215,32"/> </map> <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> <div class="dynheader"> Collaboration diagram for blenderfds.lang.SP_MISC_THICKEN_OBSTRUCTIONS:</div> <div class="dyncontent"> <div class="center"><img src="classblenderfds_1_1lang_1_1_s_p___m_i_s_c___t_h_i_c_k_e_n___o_b_s_t_r_u_c_t_i_o_n_s__coll__graph.png" border="0" usemap="#blenderfds_8lang_8_s_p___m_i_s_c___t_h_i_c_k_e_n___o_b_s_t_r_u_c_t_i_o_n_s_coll__map" alt="Collaboration graph"/></div> <map name="blenderfds_8lang_8_s_p___m_i_s_c___t_h_i_c_k_e_n___o_b_s_t_r_u_c_t_i_o_n_s_coll__map" id="blenderfds_8lang_8_s_p___m_i_s_c___t_h_i_c_k_e_n___o_b_s_t_r_u_c_t_i_o_n_s_coll__map"> <area shape="rect" title="Blender representation of the THICKEN_OBSTRUCTIONS parameter, to not allow thin sheet obstructions." alt="" coords="5,80,245,121"/> <area shape="rect" href="classblenderfds_1_1types_1_1_b_f_param.html" title="Blender representation of an FDS parameter." alt="" coords="36,5,215,32"/> </map> <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-attribs"></a> Static Public Attributes</h2></td></tr> <tr class="memitem:aadbb9cdb60d859d61bb61fb6b0ffeb9e"><td class="memItemLeft" align="right" valign="top"><a id="aadbb9cdb60d859d61bb61fb6b0ffeb9e"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>label</b> = &quot;THICKEN_OBSTRUCTIONS&quot;</td></tr> <tr class="separator:aadbb9cdb60d859d61bb61fb6b0ffeb9e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af3afc4e21d362091bc3e21f03a4478e4"><td class="memItemLeft" align="right" valign="top"><a id="af3afc4e21d362091bc3e21f03a4478e4"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>description</b> = &quot;Do not allow thin sheet obstructions&quot;</td></tr> <tr class="separator:af3afc4e21d362091bc3e21f03a4478e4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6e607d148adf1a00d5febec5f49ec7a3"><td class="memItemLeft" align="right" valign="top"><a id="a6e607d148adf1a00d5febec5f49ec7a3"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>fds_label</b> = &quot;THICKEN_OBSTRUCTIONS&quot;</td></tr> <tr class="separator:a6e607d148adf1a00d5febec5f49ec7a3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa816d44144a6d9279b19162b4aa8fba3"><td class="memItemLeft" align="right" valign="top"><a id="aa816d44144a6d9279b19162b4aa8fba3"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>fds_default</b> = False</td></tr> <tr class="separator:aa816d44144a6d9279b19162b4aa8fba3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af95f747c30dc0e3adb28a51168538bf8"><td class="memItemLeft" align="right" valign="top"><a id="af95f747c30dc0e3adb28a51168538bf8"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>bpy_type</b> = Scene</td></tr> <tr class="separator:af95f747c30dc0e3adb28a51168538bf8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a265b5a426637550e8acc3ebed7fbac97"><td class="memItemLeft" align="right" valign="top"><a id="a265b5a426637550e8acc3ebed7fbac97"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>bpy_prop</b> = BoolProperty</td></tr> <tr class="separator:a265b5a426637550e8acc3ebed7fbac97"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3077aaa33775ecf2debdc60af7d1191e"><td class="memItemLeft" align="right" valign="top"><a id="a3077aaa33775ecf2debdc60af7d1191e"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>bpy_idname</b> = &quot;bf_misc_thicken_obstructions&quot;</td></tr> <tr class="separator:a3077aaa33775ecf2debdc60af7d1191e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td colspan="2" onclick="javascript:toggleInherit('pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param')"><img src="closed.png" alt="-"/>&#160;Static Public Attributes inherited from <a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html">blenderfds.types.BFParam</a></td></tr> <tr class="memitem:a94cf2ccf77c67ee15b23c1bf3051f242 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top"><a id="a94cf2ccf77c67ee15b23c1bf3051f242"></a> string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a94cf2ccf77c67ee15b23c1bf3051f242">label</a> = &quot;No Label&quot;</td></tr> <tr class="memdesc:a94cf2ccf77c67ee15b23c1bf3051f242 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Object label. <br /></td></tr> <tr class="separator:a94cf2ccf77c67ee15b23c1bf3051f242 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6f3745fc50fa40ba1ec2226f5a667ce9 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top"><a id="a6f3745fc50fa40ba1ec2226f5a667ce9"></a> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a6f3745fc50fa40ba1ec2226f5a667ce9">description</a> = None</td></tr> <tr class="memdesc:a6f3745fc50fa40ba1ec2226f5a667ce9 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Object description. <br /></td></tr> <tr class="separator:a6f3745fc50fa40ba1ec2226f5a667ce9 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a746ff77d96374a992153fd2612ebc407 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top"><a id="a746ff77d96374a992153fd2612ebc407"></a> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a746ff77d96374a992153fd2612ebc407">enum_id</a> = None</td></tr> <tr class="memdesc:a746ff77d96374a992153fd2612ebc407 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Unique integer id for EnumProperty. <br /></td></tr> <tr class="separator:a746ff77d96374a992153fd2612ebc407 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5e1e10107aa357eadf4b3cd90818dfc2 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top"><a id="a5e1e10107aa357eadf4b3cd90818dfc2"></a> dictionary&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a5e1e10107aa357eadf4b3cd90818dfc2">bf_other</a> = {}</td></tr> <tr class="memdesc:a5e1e10107aa357eadf4b3cd90818dfc2 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Other BlenderFDS parameters, eg: {'draw_type': 'WIRE', ...}. <br /></td></tr> <tr class="separator:a5e1e10107aa357eadf4b3cd90818dfc2 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad6ee3cb483713ca826846b4364551ad4 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top"><a id="ad6ee3cb483713ca826846b4364551ad4"></a> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#ad6ee3cb483713ca826846b4364551ad4">bf_params</a> = tuple()</td></tr> <tr class="memdesc:ad6ee3cb483713ca826846b4364551ad4 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">My sub params, tuple of classes of type <a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html" title="Blender representation of an FDS parameter.">BFParam</a>. <br /></td></tr> <tr class="separator:ad6ee3cb483713ca826846b4364551ad4 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9857508e4983453d2c45f264c150df8e inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a9857508e4983453d2c45f264c150df8e">fds_label</a> = None</td></tr> <tr class="memdesc:a9857508e4983453d2c45f264c150df8e inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">FDS label, eg. <a href="classblenderfds_1_1types_1_1_b_f_param.html#a9857508e4983453d2c45f264c150df8e">More...</a><br /></td></tr> <tr class="separator:a9857508e4983453d2c45f264c150df8e inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1b10346e67f769b3a595836ed76d473f inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top"><a id="a1b10346e67f769b3a595836ed76d473f"></a> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a1b10346e67f769b3a595836ed76d473f">fds_default</a> = None</td></tr> <tr class="memdesc:a1b10346e67f769b3a595836ed76d473f inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">FDS default value. <br /></td></tr> <tr class="separator:a1b10346e67f769b3a595836ed76d473f inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4ba06b35c58e84daa2b05085754ff974 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a4ba06b35c58e84daa2b05085754ff974">bpy_type</a> = None</td></tr> <tr class="memdesc:a4ba06b35c58e84daa2b05085754ff974 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">type in bpy.types for Blender property, eg. <a href="classblenderfds_1_1types_1_1_b_f_param.html#a4ba06b35c58e84daa2b05085754ff974">More...</a><br /></td></tr> <tr class="separator:a4ba06b35c58e84daa2b05085754ff974 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae57ad1a65edbdcae5e9ec542ca98e352 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#ae57ad1a65edbdcae5e9ec542ca98e352">bpy_idname</a> = None</td></tr> <tr class="memdesc:ae57ad1a65edbdcae5e9ec542ca98e352 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">idname of related bpy.types Blender property, eg. <a href="classblenderfds_1_1types_1_1_b_f_param.html#ae57ad1a65edbdcae5e9ec542ca98e352">More...</a><br /></td></tr> <tr class="separator:ae57ad1a65edbdcae5e9ec542ca98e352 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a764021462c97fe69766856fe2b9479f1 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a764021462c97fe69766856fe2b9479f1">bpy_prop</a> = None</td></tr> <tr class="memdesc:a764021462c97fe69766856fe2b9479f1 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">prop in bpy.props of Blender property, eg. <a href="classblenderfds_1_1types_1_1_b_f_param.html#a764021462c97fe69766856fe2b9479f1">More...</a><br /></td></tr> <tr class="separator:a764021462c97fe69766856fe2b9479f1 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9f6b3774b2ea3f0d11c4591e0aad9269 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top"><a id="a9f6b3774b2ea3f0d11c4591e0aad9269"></a> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a9f6b3774b2ea3f0d11c4591e0aad9269">bpy_default</a> = None</td></tr> <tr class="memdesc:a9f6b3774b2ea3f0d11c4591e0aad9269 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Blender property default. <br /></td></tr> <tr class="separator:a9f6b3774b2ea3f0d11c4591e0aad9269 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac4d9d350c7fec91d718a0ff4af95447f inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">dictionary&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#ac4d9d350c7fec91d718a0ff4af95447f">bpy_other</a> = {}</td></tr> <tr class="memdesc:ac4d9d350c7fec91d718a0ff4af95447f inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Other optional Blender property parameters, eg. <a href="classblenderfds_1_1types_1_1_b_f_param.html#ac4d9d350c7fec91d718a0ff4af95447f">More...</a><br /></td></tr> <tr class="separator:ac4d9d350c7fec91d718a0ff4af95447f inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a239f301aed3b0ba14a3f3b2eb067a754 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top"><a id="a239f301aed3b0ba14a3f3b2eb067a754"></a> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a239f301aed3b0ba14a3f3b2eb067a754">bpy_export</a> = None</td></tr> <tr class="memdesc:a239f301aed3b0ba14a3f3b2eb067a754 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">idname of export toggle Blender property <br /></td></tr> <tr class="separator:a239f301aed3b0ba14a3f3b2eb067a754 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af8072fba30c61c25babf4b6020f93be1 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top"><a id="af8072fba30c61c25babf4b6020f93be1"></a> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#af8072fba30c61c25babf4b6020f93be1">bpy_export_default</a> = None</td></tr> <tr class="memdesc:af8072fba30c61c25babf4b6020f93be1 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">default value for export toggle Blender property <br /></td></tr> <tr class="separator:af8072fba30c61c25babf4b6020f93be1 inherit pub_static_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a> Additional Inherited Members</h2></td></tr> <tr class="inherit_header pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classblenderfds_1_1types_1_1_b_f_param')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html">blenderfds.types.BFParam</a></td></tr> <tr class="memitem:aadba1260853489379c81b32c5dc96bd8 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#aadba1260853489379c81b32c5dc96bd8">__init__</a> (self, <a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a93e14033e062ba903883e13150d6a7fe">element</a>)</td></tr> <tr class="memdesc:aadba1260853489379c81b32c5dc96bd8 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class constructor. <a href="classblenderfds_1_1types_1_1_b_f_param.html#aadba1260853489379c81b32c5dc96bd8">More...</a><br /></td></tr> <tr class="separator:aadba1260853489379c81b32c5dc96bd8 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5afc8f9600d38b061235fa8958c26cfd inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top"><a id="a5afc8f9600d38b061235fa8958c26cfd"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>__str__</b> (self)</td></tr> <tr class="separator:a5afc8f9600d38b061235fa8958c26cfd inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a459afdeaa354a54927101b3d3be28caa inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a459afdeaa354a54927101b3d3be28caa">register</a> (cls)</td></tr> <tr class="memdesc:a459afdeaa354a54927101b3d3be28caa inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Register related Blender properties. <a href="classblenderfds_1_1types_1_1_b_f_param.html#a459afdeaa354a54927101b3d3be28caa">More...</a><br /></td></tr> <tr class="separator:a459afdeaa354a54927101b3d3be28caa inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae335ce9cc00e696b66819314a89a7cdc inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#ae335ce9cc00e696b66819314a89a7cdc">unregister</a> (cls)</td></tr> <tr class="memdesc:ae335ce9cc00e696b66819314a89a7cdc inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Unregister related Blender properties. <a href="classblenderfds_1_1types_1_1_b_f_param.html#ae335ce9cc00e696b66819314a89a7cdc">More...</a><br /></td></tr> <tr class="separator:ae335ce9cc00e696b66819314a89a7cdc inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4c14c790670118ffd10d92f876836ea5 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a4c14c790670118ffd10d92f876836ea5">value</a> (self)</td></tr> <tr class="memdesc:a4c14c790670118ffd10d92f876836ea5 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return value from element instance. <a href="classblenderfds_1_1types_1_1_b_f_param.html#a4c14c790670118ffd10d92f876836ea5">More...</a><br /></td></tr> <tr class="separator:a4c14c790670118ffd10d92f876836ea5 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a647da815232d41225acac4526ca1742c inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a647da815232d41225acac4526ca1742c">set_value</a> (self, context, <a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a4c14c790670118ffd10d92f876836ea5">value</a>=None)</td></tr> <tr class="memdesc:a647da815232d41225acac4526ca1742c inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set element instance value. <a href="classblenderfds_1_1types_1_1_b_f_param.html#a647da815232d41225acac4526ca1742c">More...</a><br /></td></tr> <tr class="separator:a647da815232d41225acac4526ca1742c inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4072da10de36f5074d4bddadf17f3ce1 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top"><a id="a4072da10de36f5074d4bddadf17f3ce1"></a> def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a4072da10de36f5074d4bddadf17f3ce1">exported</a> (self)</td></tr> <tr class="memdesc:a4072da10de36f5074d4bddadf17f3ce1 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return True if self is exported to FDS. <br /></td></tr> <tr class="separator:a4072da10de36f5074d4bddadf17f3ce1 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aab92074b43bc7cc9611f3d63742a1a9a inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#aab92074b43bc7cc9611f3d63742a1a9a">set_exported</a> (self, context, <a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a4c14c790670118ffd10d92f876836ea5">value</a>=None)</td></tr> <tr class="memdesc:aab92074b43bc7cc9611f3d63742a1a9a inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set if self is exported to FDS. <a href="classblenderfds_1_1types_1_1_b_f_param.html#aab92074b43bc7cc9611f3d63742a1a9a">More...</a><br /></td></tr> <tr class="separator:aab92074b43bc7cc9611f3d63742a1a9a inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1e23390008af988ef18c5e13a7bc09d8 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a1e23390008af988ef18c5e13a7bc09d8">check</a> (self, context)</td></tr> <tr class="memdesc:a1e23390008af988ef18c5e13a7bc09d8 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Check self validity for FDS, in case of error raise BFException. <a href="classblenderfds_1_1types_1_1_b_f_param.html#a1e23390008af988ef18c5e13a7bc09d8">More...</a><br /></td></tr> <tr class="separator:a1e23390008af988ef18c5e13a7bc09d8 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a510295111a950f1642a2e351dfb2fd01 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a510295111a950f1642a2e351dfb2fd01">draw_operators</a> (self, context, layout)</td></tr> <tr class="memdesc:a510295111a950f1642a2e351dfb2fd01 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw my operators on layout. <a href="classblenderfds_1_1types_1_1_b_f_param.html#a510295111a950f1642a2e351dfb2fd01">More...</a><br /></td></tr> <tr class="separator:a510295111a950f1642a2e351dfb2fd01 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa9cd30897b6177dc47071371c1e30934 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#aa9cd30897b6177dc47071371c1e30934">draw</a> (self, context, layout)</td></tr> <tr class="memdesc:aa9cd30897b6177dc47071371c1e30934 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Draw my UI on layout. <a href="classblenderfds_1_1types_1_1_b_f_param.html#aa9cd30897b6177dc47071371c1e30934">More...</a><br /></td></tr> <tr class="separator:aa9cd30897b6177dc47071371c1e30934 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af609b7ad1308e56c2d9e207db812c2dc inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#af609b7ad1308e56c2d9e207db812c2dc">to_fds_param</a> (self, context)</td></tr> <tr class="memdesc:af609b7ad1308e56c2d9e207db812c2dc inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the <a class="el" href="classblenderfds_1_1types_1_1_f_d_s_param.html" title="Datastructure representing an FDS parameter.">FDSParam</a> representation of element instance. <a href="classblenderfds_1_1types_1_1_b_f_param.html#af609b7ad1308e56c2d9e207db812c2dc">More...</a><br /></td></tr> <tr class="separator:af609b7ad1308e56c2d9e207db812c2dc inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2a3a86c35307dd4675ef5ed979f707d8 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a2a3a86c35307dd4675ef5ed979f707d8">from_fds</a> (self, context, <a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a4c14c790670118ffd10d92f876836ea5">value</a>)</td></tr> <tr class="memdesc:a2a3a86c35307dd4675ef5ed979f707d8 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set self.value from py value, on error raise BFException. <a href="classblenderfds_1_1types_1_1_b_f_param.html#a2a3a86c35307dd4675ef5ed979f707d8">More...</a><br /></td></tr> <tr class="separator:a2a3a86c35307dd4675ef5ed979f707d8 inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a83f7f1932f48f643fd68956b426d772e inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a83f7f1932f48f643fd68956b426d772e">copy_to</a> (self, dest_element)</td></tr> <tr class="memdesc:a83f7f1932f48f643fd68956b426d772e inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copy self values to destination element. <a href="classblenderfds_1_1types_1_1_b_f_param.html#a83f7f1932f48f643fd68956b426d772e">More...</a><br /></td></tr> <tr class="separator:a83f7f1932f48f643fd68956b426d772e inherit pub_methods_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_attribs_classblenderfds_1_1types_1_1_b_f_param"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_classblenderfds_1_1types_1_1_b_f_param')"><img src="closed.png" alt="-"/>&#160;Public Attributes inherited from <a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html">blenderfds.types.BFParam</a></td></tr> <tr class="memitem:a93e14033e062ba903883e13150d6a7fe inherit pub_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memItemLeft" align="right" valign="top"><a id="a93e14033e062ba903883e13150d6a7fe"></a> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classblenderfds_1_1types_1_1_b_f_param.html#a93e14033e062ba903883e13150d6a7fe">element</a></td></tr> <tr class="memdesc:a93e14033e062ba903883e13150d6a7fe inherit pub_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="mdescLeft">&#160;</td><td class="mdescRight">FDS element represented by this class instance. <br /></td></tr> <tr class="separator:a93e14033e062ba903883e13150d6a7fe inherit pub_attribs_classblenderfds_1_1types_1_1_b_f_param"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Blender representation of the THICKEN_OBSTRUCTIONS parameter, to not allow thin sheet obstructions. </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>/home/egissi/github/firetools/blenderfds/lang.py</li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.17 </small></address> </body> </html>
doc-ecf-2/fr/cdiEnterprise/servlet/company/CompanyCreationServlet.html
CDI-Enterprise/ecf-16035-b
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (1.8.0_101) on Fri Nov 25 11:47:41 CET 2016 --> <title>CompanyCreationServlet</title> <meta name="date" content="2016-11-25"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="CompanyCreationServlet"; } } catch(err) { } //--> var methods = {"i0":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/CompanyCreationServlet.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="../../../../fr/cdiEnterprise/servlet/company/CompanyCreateServlet.html" title="class in fr.cdiEnterprise.servlet.company"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../fr/cdiEnterprise/servlet/company/CompanyDelete.html" title="class in fr.cdiEnterprise.servlet.company"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?fr/cdiEnterprise/servlet/company/CompanyCreationServlet.html" target="_top">Frames</a></li> <li><a href="CompanyCreationServlet.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">fr.cdiEnterprise.servlet.company</div> <h2 title="Class CompanyCreationServlet" class="title">Class CompanyCreationServlet</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>javax.servlet.GenericServlet</li> <li> <ul class="inheritance"> <li>javax.servlet.http.HttpServlet</li> <li> <ul class="inheritance"> <li>fr.cdiEnterprise.servlet.company.CompanyCreationServlet</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig</dd> </dl> <hr> <br> <pre>@WebServlet(name="Creation", urlPatterns="/action/Creation/*") public class <span class="typeNameLabel">CompanyCreationServlet</span> extends javax.servlet.http.HttpServlet</pre> <div class="block">Servlet implementation class CompanyServlet</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../serialized-form.html#fr.cdiEnterprise.servlet.company.CompanyCreationServlet">Serialized Form</a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="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="../../../../fr/cdiEnterprise/servlet/company/CompanyCreationServlet.html#CompanyCreationServlet--">CompanyCreationServlet</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>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../fr/cdiEnterprise/servlet/company/CompanyCreationServlet.html#init--">init</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.javax.servlet.http.HttpServlet"> <!-- --> </a> <h3>Methods inherited from class&nbsp;javax.servlet.http.HttpServlet</h3> <code>service</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.javax.servlet.GenericServlet"> <!-- --> </a> <h3>Methods inherited from class&nbsp;javax.servlet.GenericServlet</h3> <code>destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="CompanyCreationServlet--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CompanyCreationServlet</h4> <pre>public&nbsp;CompanyCreationServlet()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="init--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>init</h4> <pre>public&nbsp;void&nbsp;init()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>init</code>&nbsp;in class&nbsp;<code>javax.servlet.GenericServlet</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/CompanyCreationServlet.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="../../../../fr/cdiEnterprise/servlet/company/CompanyCreateServlet.html" title="class in fr.cdiEnterprise.servlet.company"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../fr/cdiEnterprise/servlet/company/CompanyDelete.html" title="class in fr.cdiEnterprise.servlet.company"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?fr/cdiEnterprise/servlet/company/CompanyCreationServlet.html" target="_top">Frames</a></li> <li><a href="CompanyCreationServlet.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
app/components/game/game.html
thalida/ShapeConnector
<div class="game" ng-class="{'won': game.won == true, 'lost': game.lost == true, 'not-initload': isFirstInit == false}"> <div class="game-header"> <sc:canvas classes="game-goal" name="goal" size="{{canvasDimensions.goal}}" canvas="canvasCollection.goal"> </sc:canvas> <sc:canvas ng-show="game.hasTimer == true" classes="game-timer" name="timer" size="{{canvasDimensions.timer}}" canvas="canvasCollection.timer"> </sc:canvas> </div> <div class="game-board"> <sc:canvas classes="game-board-game_canvas" name="game" size="{{canvasDimensions.board}}" canvas="canvasCollection.game" events="gameCanvasEvents"> </sc:canvas> <sc:canvas classes="game-board-lines_canvas" name="lines" size="{{canvasDimensions.board}}" canvas="canvasCollection.lines"> </sc:canvas> </div> </div> <sc:modal name="pauseModal" show="showPauseModal" style="blue" position="center"> <div class="game-pause_modal game-modal"> <div class="game-pause_modal-controls"> <a sc:modal:action="close" on-complete="actions.resumeGame( e )" class="btn type-primary play-btn">Resume</a> <a sc:modal:action="close" on-complete="actions.resetGame( e )" class="btn type-secondary restart-btn">Restart</a> <a sc:modal:action="close" on-complete="actions.newGame( e )" class="btn type-secondary skip-btn">Skip</a> <a sc:modal:action="close" on-complete="actions.quitGame()" class="btn type-text">Main Menu</a> </div> <div class="game-pause_modal-settings"> <sc:noise-toggles></sc:noise-toggles> </div> </div> </sc:modal> <sc:modal name="winModal" show="showWinModal" style="teal" position="center"> <div class="game-win_modal game-modal"> <span class="modal-content-header">Awesome!</span> <span class="modal-content-subtext"> Solved <span ng-if="game.mode == 'timed'">in <span class="weight-normal">{{game.solveTime}}s</span></span> on <span class="weight-normal">{{attempts | ordinal}}</span> attempt </span> <div class="game-modal-main_btns"> <a sc:modal:action="minimize" class="btn type-secondary">See gameboard</a> <a sc:modal:action="close" on-complete="actions.newGame()" class="btn type-primary addon-arrow">Next Puzzle</a> </div> <a sc:modal:action="close" on-complete="actions.quitGame()" class="btn type-text">Main Menu</a> </div> <div class="scmodal-minimized-content"> <a sc:modal:action="close" on-complete="actions.quitGame()" no-delay class="btn float-left type-text"> Main Menu </a> <a sc:modal:action="close" on-complete="actions.newGame()" no-delay class="btn float-right type-primary addon-arrow"> Next Puzzle </a> </div> </sc:modal> <sc:modal name="loseModal" show="showLoseModal" style="red" position="center"> <div class="game-lose_modal game-modal"> <span class="modal-content-header">Time&rsquo;s up!</span> <div class="game-modal-main_btns"> <a sc:modal:action="close" on-complete="actions.resetGame( e )" class="btn type-secondary">Try again?</a> <a sc:modal:action="close" on-complete="actions.newGame( e )" class="btn type-primary addon-arrow">New Puzzle</a> </div> <a sc:modal:action="close" on-complete="actions.quitGame( e )" class="btn type-text">Main Menu</a> </div> </sc:modal>
JukefoxModelPC/doc/ch/ethz/dcg/jukefox/data/package-frame.html
kuhnmi/jukefox
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_27) on Thu Dec 22 16:36:13 CET 2011 --> <TITLE> ch.ethz.dcg.jukefox.data </TITLE> <META NAME="date" CONTENT="2011-12-22"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../ch/ethz/dcg/jukefox/data/package-summary.html" target="classFrame">ch.ethz.dcg.jukefox.data</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="HttpHelper.html" title="class in ch.ethz.dcg.jukefox.data" target="classFrame">HttpHelper</A> <BR> <A HREF="ResourceLoader.html" title="class in ch.ethz.dcg.jukefox.data" target="classFrame">ResourceLoader</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
assets/style/free-banner.css
Huge-IT/gallery-images
@font-face { font-family: nunito; src: url(src/Nunito-Light.ttf); } .free_version_banner *:not(i) { font-family: Nunito; } .free_version_banner { position: relative; display: block; margin-top: 10px; background-color: #e5b126 !important; overflow: hidden; } .free_version_banner .manual_icon { position: absolute; display: block; top: 13px; left: 20px; /*width: 140px;*/ } .free_version_banner .usermanual_text { font-family: 'Nunito', sans-serif; font-size: 20pt; color: #ffffff; line-height: 1; margin: 8px 0 0 115px; display: inline-block; text-transform: uppercase; } .free_version_banner .usermanual_text a, .free_version_banner .usermanual_text a:link, .free_version_banner .usermanual_text a:visited { display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 17px; font-weight: 600; font-style: italic; color: #ffffff; line-height: 30.5px; text-decoration: underline; } .free_version_banner .usermanual_text a:hover, .free_version_banner .usermanual_text a:focus, .free_version_banner .usermanual_text a:active { text-decoration: underline; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link, .free_version_banner .get_full_version:visited { display: inline-block; position: absolute; top: 15px; right: calc(50% - 100px); border: 1px solid rgba(255, 255, 255, .6); font-family: 'Open Sans', sans-serif; font-size: 16pt; color: #ffffff; text-decoration: none; border-radius: 2px; padding: 10px 60px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .free_version_banner .get_full_version:hover { text-decoration: none; outline: none; box-shadow: 0px 0px 7px 2px #fff; background: #da9805; } .free_version_banner .get_full_version:focus, .free_version_banner .get_full_version:active { } .free_version_banner .get_full_version:after { content: ''; display: inline-block; width: 26px; height: 23px; background-image: url('../images/admin_images/free-banner/shop.png'); background-position: 0 0; position: relative; top: 2px; } .free_version_banner .get_full_version:hover:before { background-position: 0 -27px; } .free_version_banner .huge_it_logo { float: right; margin-top: 21px; margin-right: -78px; margin-bottom: 15px; width: 132px; } .free_version_banner .close_banner { display: inline-block; float: right; margin-top: 0px; margin-right: 26px; color: #fff; font-size: 12px; cursor: pointer; } .free_version_banner .close_banner:after { content: ""; width: 30px; height: 30px; background: url("../images/admin_images/free-banner/close_btn.png") no-repeat; top: 6px; right: -12px; position: absolute; display: inline-block; } .free_version_banner .description_text { padding: 0 0 13px 0; /* position: relative; */ display: inline-block; /* text-align: center; */ color: #fffefe; /* line-height: inherit; */ /* margin: 0 auto; */ /* width: 52%; */ margin-left: 100px; } .free_version_banner .description_text p { margin: 0; padding: 0; font-size: 16pt; } .free_version_banner .hg_free_banner_bottom a { text-decoration: none; } .free_version_banner .hg_view_plugins_block { float: left; position: relative; width: 65%; margin-left: 17%; margin-top: -10px; } .free_version_banner .hg_view_plugins_block ul { display: inline-block; margin-top: 0; } .free_version_banner .hg_view_plugins_block ul li { display: inline-block; /*vertical-align: top;*/ /*height: 18px;*/ } .free_version_banner .hg_view_plugins_block ul li ul { visibility: hidden; padding-top: 5px; /*background: rgba(11, 104, 162, 0.81);*/ background: #da9805; padding-left: 15px; opacity: 0; position: absolute; left: 4%; transition: viswibility 1s, opacity 0.5s linear; } .free_version_banner .hg_social_link_buttons { float: right; width: 16%; height: 36px; border-radius: 30px; text-align: right; margin-bottom: 10px; margin-right: 20px; } .free_version_banner .hg_social_link_buttons a { display: inline-block; position: relative; /*margin: 3px 3px;*/ width: 30px; height: 30px; line-height: 30px; color: #fff; border: 1px solid #fff; border-radius: 50%; transition: all 0.2s; text-align: center; /*background:url('../images/f.png') no-repeat;*/ } .free_version_banner .hg_social_link_buttons a:hover { box-shadow: 0px 0px 7px 2px #fff; background: #da9805; } .submenu_show { opacity: 1; display: inline-block; } /*.free_version_banner .hg_social_link_buttons a:after {*/ /*content: '';*/ /*display:block;*/ /*position:absolute;*/ /*top:0;*/ /*right: 0;*/ /*bottom: 0;*/ /*left: 0;*/ /*background-color: transparent;*/ /*transition: background-color .1s linear;*/ /*}*/ /*.free_version_banner .hg_social_link_buttons a:hover:after {*/ /*background-color: rgba( 255, 255, 255, .3 );*/ /*}*/ /*.free_version_banner .hg_social_link_buttons a.fb {*/ /*background-position: -81px 0;*/ /*}*/ /*.free_version_banner .hg_social_link_buttons a.twitter {*/ /*background-position: 0 0;*/ /*}*/ /*.free_version_banner .hg_social_link_buttons a.gplus {*/ /*background-position: -121px 0;*/ /*}*/ /*.free_version_banner .hg_social_link_buttons a.yt {*/ /*background-position: -40px 0;*/ /*}*/ .hg_view_plugins_block a { color: #fffefe; display: inline-block; margin-right: 27px; text-decoration: none; font-size: 16px; font-weight: 600; box-shadow: none; } .hg_view_plugins_block a:hover { text-decoration: none; } .close_free_banner { float: right; color: #fff; position: absolute; right: 11px; font-size: 30px; top: 3px; cursor: pointer; transform: rotate(45deg); margin: -3px -3px 0; } .close_free_banner:hover { color: #e7e3e3; } #help_el { padding: 0px; margin: 0px; } /**hover info **/ .huge_it_forms_mess_subject_help_box { display: inline-block; background: #ddd; padding: 2.2px 8.1px;; border-radius: 100%; font-family: 'Open Sans', sans-serif; font-size: 16px; color: #333; cursor: help; font-style: normal; position: relative; } .huge_it_forms_mess_subject_help_box::after { content: attr(data-info); display: inline; position: absolute; top: 22px; left: -105px; opacity: 0; width: 230px; font-size: 13px; font-weight: 700; line-height: 1.5em; padding: 0.5em 0.8em; background: rgba(0, 0, 0, 0.8); color: #fff; pointer-events: none; transition: opacity 250ms, top 250ms; z-index: 999; } .huge_it_forms_mess_subject_help_box::before { content: ''; display: block; position: absolute; top: 12px; left: 6px; opacity: 0; width: 0; height: 0; border: solid transparent 5px; border-bottom-color: rgba(0, 0, 0, 0.8); transition: opacity 250ms, top 250ms; z-index: 999; } .huge_it_forms_mess_subject_help_box:hover { z-index: 2; } .huge_it_forms_mess_subject_help_box:hover::after, .huge_it_forms_mess_subject_help_box:hover::before { opacity: 1; } .huge_it_forms_mess_subject_help_box:hover::after { top: 30px; } .huge_it_forms_mess_subject_help_box:hover::before { top: 20px; } .hugeit_contact_black_overlay { position: relative; } .hugeit_contact_black_overlay:after { content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(18, 121, 185, 0.31); } .hugeit_contact_theme_pro_attention { font-weight: 400; } /* Custom Settings */ .hugeit_contact_custom_settings_main { position: relative; float: left; width: 100%; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #555459; background: #fff; padding: 10px 15px; box-sizing: border-box; /*box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.15);*/ border-radius: 3px; z-index: 2; } .-hidden { display: none; } .hugeit_contact_custom_settings_dropdown_heading { cursor: pointer; display: inline-block; position: relative; padding: 10px 30px 10px 10px; background-color: #ff6011; color: #fff; border-radius: 4px; } .hugeit_contact_custom_settings_dropdown_description { float: right; position: relative; width: calc(100% - 260px); margin-bottom: 10px; font-style: italic; font-size: 13px; } .hugeit_contact_custom_settings_dropdown_heading h4 { margin: 0; } .hugeit_contact_custom_settings_dropdown_heading h4:after { content: ''; display: inline-block; width: 30px; height: 15px; background: url(../images/forms-pro-icon.png) no-repeat; vertical-align: middle; margin-left: 5px; } .hugeit_contact_custom_settings_dropdown_heading i { position: absolute; top: 12px; right: 8px; font-size: 14px; } .hugeit_contact_custom_settings_dropdown_heading p { margin-bottom: 0; } .hugeit_contact_custom_settings_dropdown_content { margin-top: 40px; } .hugeit_contact_custom_settings_outer_wrapper { position: relative; } .hugeit_contact_custom_settings_outer_wrapper h3 { font-size: 1.4rem; color: #555459; } .hugeit_contact_custom_settings_inner_wrapper:first-of-type { margin-right: 4%; } .hugeit_contact_custom_settings_inner_wrapper { float: left; width: 48%; } .hugeit_contact_custom_settings_inner_wrapper.leftblock { margin-right: 4%; } .hugeit_contact_custom_settings_outer_wrapper label { display: inline-block; width: 255px; font-size: 14px; float: left; } .hugeit_contact_custom_settings_outer_wrapper input[type='text'], .hugeit_contact_custom_settings_outer_wrapper select { width: 230px; font-size: 14px; } .hugeit_contact_custom_settings_outer_wrapper .primary-label { font-weight: 700; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .hugeit_contact_custom_settings_outer_wrapper input[type='checkbox'] { vertical-align: middle; margin-top: 3px; } .hugeit_contact_custom_settings_outer_wrapper input[type='checkbox'] ~ .primary-label { color: #dcc9ab; font-size: 17px; } .hugeit_contact_custom_settings_outer_wrapper input[type='checkbox']:checked ~ .primary-label { color: #e8954c; } .hugeit_contact_custom_settings_outer_wrapper .wp-editor-tabs { float: left } .hugeit_contact_custom_settings_outer_wrapper .small-label { width: 105px; } .hugeit-contact-delete { background: url(../images/fields.opt.png) left top no-repeat; display: block; width: 20px; height: 21px; margin: 0 5px 0 0; outline: none; opacity: 0.5; border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.1); } .hugeit-contact-delete:hover { opacity: 1; } .hugeit_forms_delete_form { display: inline-block; } .show { display: block; } .hide { display: none; } .help_element { font-size: 0.9rem; font-weight: 600; color: #fff; } @media (min-width: 769px) { .free_version_banner .hg_view_plugins_block li:hover ul { visibility: visible; display: flex; position: absolute; left: 4%; opacity: 1; } } /*MEDIA FOR DEVICES AND TABLETS*/ /*STYLES FOR IPAD MAX-WIDTH 768PX*/ @media (max-width: 768px) { .free_version_banner .description_text { display: none; } .close_banner { /*display: none!important;*/ } .usermanual_text { display: inline-block; width: 151px !important; } .free_version_banner .huge_it_logo { right: -66px !important; margin-top: 16px; margin-right: 20px; } .free_version_banner .hg_social_link_buttons { display: inline-flex; margin-right: 40px; } .free_version_banner .hg_social_link_buttons a { padding: 0px 8px; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link { right: 228px; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link, .free_version_banner .get_full_version:visited { top: 16px; } .hg_view_plugins_block a { margin-bottom: 0px; } .hg_view_plugins_block { white-space: normal; } .free_version_banner .hg_view_plugins_block ul { margin-left: 146px; position: relative; top: -20px; left: 29px; } .free_version_banner .hg_view_plugins_block ul li .submenu { left: -242px !important; display: inline-flex; top: 24px; } .submenu li { display: inline; font-size: 11px !important; } .inline_menu .help_element:after { /*content: "";*/ /*width: 0;*/ /*height: 0;*/ /*border-left: 5px solid transparent;*/ /*border-right: 5px solid transparent;*/ /*border-top: 9px solid #f2f2f2;*/ /*position: relative;*/ /*bottom: 13px;*/ /*left: 34%;*/ /*background: 0 0;*/ /*display: block;*/ /*margin-left: 30px;*/ /*margin-top: 2px;*/ } /* .free_version_banner .hg_view_plugins_block ul li .submenu { display: none!important; }*/ .toggle_icon { width: 12px; height: 9px; } .toggle_element { margin-left: 10px; } .show_submenu { display: block; opacity: 1; } .free_version_banner .hg_view_plugins_block ul li ul { left: -71%; top: 25px; } .free_version_banner .hg_view_plugins_block ul li ul li { margin-right: 0px; } .free_version_banner .hg_view_plugins_block ul li ul li a { margin-right: 15px; } .free_version_banner .hg_social_link_buttons a { margin-left: 3px !important; } } /*STYLES FOR IPONE 6 PLUS MAX-WIDTH 414PX*/ @media (max-width: 414px) { .free_version_banner { height: 140px; } .free_version_banner .hg_view_plugins_block { margin-top: -3px; margin-left: 25%; } .free_version_banner .hg_view_plugins_block ul li ul { top: 23px; } .free_version_banner .manual_icon { width: 55px; height: 44px; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link { font-size: 10pt; padding: 0px 20px; } .free_version_banner .get_full_version:after { top: 3px; /*right: 114px;*/ } .free_version_banner .get_full_version { top: 12px; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link { right: 87px; padding-bottom: 5px; } .free_version_banner .usermanual_text { margin-left: 81px; font-size: 14px; width: 88px !important; height: 27px; } .hg_social_link_buttons { display: none !important; } .mobile_icon_show { display: inline-block; float: right; margin-right: 20px; margin-top: 11px; } .huge_it_logo { display: none; } .hg_view_plugins_block a { margin-right: 10px; } .hg_view_plugins_block ul.inline_menu { margin-left: 60px !important; } .free_version_banner .hg_view_plugins_block ul { position: relative; top: 52px !important; display: inline; left: -10px !important; } .free_version_banner .hg_view_plugins_block ul li ul.submenu { top: 29px !important; left: -230px !important; } .hg_view_plugins_block a { font-weight: 100; } .toggle_element { margin-left: -20px; } .free_version_banner .hg_view_plugins_block ul li { margin-left: -10px; width: 77px; } .free_version_banner .hg_view_plugins_block ul li ul { left: -70% !important; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link, .free_version_banner .get_full_version:visited { right: calc(50% - 114px) !important; } .free_version_banner .hg_view_plugins_block ul li { margin-left: -2px; } } /*STYLES FOR IPONE 6 MAX-WIDTH 375PX*/ @media (max-width: 375px) { .free_version_banner .manual_icon { width: 44px; height: 37px; top: 20px; left: 10px; } .free_version_banner .usermanual_text { margin-top: 20px; margin-left: 61px; } .free_version_banner .hg_view_plugins_block ul li { margin-left: 0px; } .free_version_banner .hg_view_plugins_block ul li ul { left: -60%; } .toggle_element { margin-left: -20px !important; } .free_version_banner .hg_view_plugins_block ul.inline_menu { margin-left: 42px !important; } } /*STYLES FOR GALAXY S5 MAX-WIDTH 360PX*/ @media (max-width: 360px) { .free_version_banner .mobile_icon_show { margin-right: 4px; margin-top: 11px; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link { right: 71px; } .free_version_banner .hg_view_plugins_block ul { margin-left: 20px; } .free_version_banner .hg_view_plugins_block ul li ul { left: -30% !important; } } /*STYLES FOR IPHONE 5 MAX-WIDTH 320PX*/ @media (max-width: 320px) { .free_version_banner .manual_icon { width: 37px; height: 31px; } .free_version_banner .usermanual_text { margin-left: 52px; font-size: 12px; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link { right: 51px; } .mobile_icon_show { margin-right: 10px; margin-top: 17px; } .free_version_banner .hg_view_plugins_block ul { /*margin-left: 0px;*/ top: 15px; left: -60px !important; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link, .free_version_banner .get_full_version:visited { right: calc(50% - 98px) !important; } .free_version_banner .hg_view_plugins_block ul li.help_element ul.submenu { left: -172px !important; } .free_version_banner .hg_view_plugins_block ul li ul li { width: 81px; } .free_version_banner .hg_view_plugins_block ul li ul li a { font-size: 11px; } .free_version_banner .hg_view_plugins_block ul li ul li:nth-last-child(2) { width: 49px; } .free_version_banner .hg_view_plugins_block ul li ul li:nth-last-child(1) { width: 28px; } } /*RESIZE BROWSER STYLES*/ @media (max-width: 2000px) and (min-width: 769px) { .toggle_element { display: none !important; } } @media (max-width: 1900px) and (min-width: 415px) { .mobile_icon_show { display: none; } } @media (max-width: 2000px) and (min-width: 551px) { .closer_icon_only { display: none; } } @media (max-width: 550px) and (min-width: 100px) { .close_banner { display: none !important; } } @media (max-width: 1591px) { .free_version_banner .description_text p { font-size: 13pt; } } @media (max-width: 1490px) { .free_version_banner .usermanual_text { font-size: 17pt; margin: 10px 0 0 115px; max-width: 250px; } } @media (max-width: 1425px) { .free_version_banner .description_text { margin-left: 40px; } .free_version_banner .description_text p { font-size: 12pt; } } @media (max-width: 1370px) { .free_version_banner .description_text { margin-left: 40px; } .free_version_banner .description_text p { font-size: 11pt; } } @media (max-width: 1315px) { .free_version_banner .description_text { margin-left: 30px; } } @media (max-width: 1300px) { .free_version_banner .close_banner { margin-top: 0px; margin-right: 24px; } .free_version_banner .huge_it_logo { position: relative; right: -78px; margin-right: 0px; } } @media (max-width: 1290px) { .free_version_banner .hg_view_plugins_block { margin-top: -41px; width: 68%; } .free_version_banner .hg_social_link_buttons { margin-right: 25px; } .free_version_banner .hg_social_link_buttons a { margin: 0px; } .free_version_banner .hg_view_plugins_block ul { margin-bottom: 25px; } .free_version_banner .usermanual_text { margin: 10px 0 0 115px; font-size: 17pt; } } @media (max-width: 1207px) { .free_version_banner .description_text { margin-left: 20px; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link, .free_version_banner .get_full_version:visited { right: calc(50% - 155px); } .free_version_banner .usermanual_text { font-size: 15pt; } } @media (max-width: 1161px) { .hg_view_plugins_block ul { margin-left: 250px; } .free_version_banner .description_text { margin-left: 159px; } .free_version_banner .hg_view_plugins_block ul.submenu { left: -19% !important; top: 20px; } } @media (max-width: 1140px) { .free_version_banner .hg_social_link_buttons a { padding: 0px 0px; } } @media (max-width: 1131px) { .free_version_banner .hg_social_link_buttons a { margin-left: -1px; } } @media (max-width: 1104px) { .free_version_banner .hg_social_link_buttons a { margin-left: -2px; } } @media (max-width: 1077px) { .free_version_banner .hg_social_link_buttons { width: 20%; } .free_version_banner .description_text p { margin-left: -8px; } .free_version_banner .hg_view_plugins_block a { font-size: 0.9rem; } } @media (max-width: 1061px) { .free_version_banner .description_text { margin-left: 156px; } } @media (max-width: 1056px) { .free_version_banner .description_text p { font-size: 10pt; } .free_version_banner .usermanual_text { font-size: 19px; margin-top: 9px; } .free_version_banner .hg_view_plugins_block inline_menu { margin-left: 220px; } } @media (max-width: 1028px) { .free_version_banner .hg_view_plugins_block li .submenu { top: 19px; left: -20% !important; } } @media (max-width: 1021px) { .free_version_banner .hg_view_plugins_block li .submenu { left: -24% !important; } } @media (max-width: 1001px) { .free_version_banner .description_text p { width: 400px; } .free_version_banner .usermanual_text { font-size: 12pt; max-width: 170px; } .free_version_banner .hg_view_plugins_block .inline_menu { margin-left: 210px; } } @media (max-width: 996px) { .free_version_banner .hg_view_plugins_block li .submenu { left: -28% !important; } } @media (max-width: 971px) { .free_version_banner .hg_view_plugins_block ul { margin-left: 200px; } .free_version_banner .hg_view_plugins_block li .submenu { left: -16% !important; top: 19px; } } @media (max-width: 890px) { .free_version_banner .usermanual_text { font-size: 12pt; } } @media (max-width: 820px) { .hg_view_plugins_block ul { margin-left: 130px; } .free_version_banner .hg_view_plugins_block ul { margin-left: 150px; } .free_version_banner .description_text { margin-left: 84px; } .free_version_banner .usermanual_text { margin-left: 112px; margin-top: 9px; font-size: 11pt; } .free_version_banner .hg_view_plugins_block .inline_menu { margin-left: 160px; } } @media (max-width: 723px) { .free_version_banner .hg_view_plugins_block ul.inline_menu { margin-left: 112px; } .free_version_banner .usermanual_text { margin-top: 10px; font-size: 10pt; } .free_version_banner .hg_view_plugins_block .inline_menu { margin-left: 128px; } .free_version_banner .hg_view_plugins_block ul.submenu { left: -200px !important; } } @media (max-width: 709px) { .free_version_banner .usermanual_text { font-size: 1.2em; } } @media (max-width: 682px) { .free_version_banner .huge_it_logo { width: 115px; } } @media (max-width: 693px) { .free_version_banner .usermanual_text { margin-top: 11px; font-size: 1.1em; max-width: 130px; } } @media (max-width: 670px) { .free_version_banner .huge_it_logo { width: 110px; } } @media (max-width: 662px) { .free_version_banner .usermanual_text { font-size: 0.8rem; width: 100px !important; } .free_version_banner .hg_view_plugins_block .inline_menu { margin-left: 105px; } } @media (max-width: 650px) { .free_version_banner .usermanual_text { font-size: 13px; } } @media (max-width: 645px) { .free_version_banner .huge_it_logo { width: 100px !important; height: 44px !important; } .hg_view_plugins_block ul.inline_menu { margin-left: 110px; top: -13px; } .hg_view_plugins_block ul li .submenu { left: -57%; top: 27px; } } @media (max-width: 639px) { .free_version_banner .get_full_version, .free_version_banner .get_full_version:link { padding: 5px 32px; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link { right: calc(50% - 133px); } } @media (max-width: 628px) { .free_version_banner .hg_social_link_buttons { width: 24%; } .free_version_banner .hg_social_link_buttons { margin-right: 7px; margin-top: 41px; } .free_version_banner .hg_view_plugins_block ul { top: -49px; } } @media (max-width: 618px) { .free_version_banner .hg_view_plugins_block ul { left: 10px; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link, .free_version_banner .get_full_version:visited { padding: 5px 31px; font-size: 12pt; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link, .free_version_banner .get_full_version:visited { right: calc(50% - 112px); } .free_version_banner .get_full_version { line-height: 28px; } .toggle_element { margin-left: 10px; } } @media (max-width: 592px) { .free_version_banner .hg_view_plugins_block ul li { width: 65px; } .toggle_element { margin-left: -19px; } .free_version_banner .hg_social_link_buttons { margin-top: -4px; } .free_version_banner .hg_view_plugins_block ul { top: -15px; display: inline-flex; } .free_version_banner .hg_view_plugins_block ul li ul.submenu { left: -172px; top: 26px; } .free_version_banner .hg_view_plugins_block ul li ul li { width: 110px; } .free_version_banner .hg_view_plugins_block ul li ul li:nth-last-child(1) { width: 60px; } .free_version_banner .hg_view_plugins_block ul li ul li:nth-last-child(2) { width: 60px; } .free_version_banner .hg_view_plugins_block ul li ul li a { font-size: 0.9rem; } } @media (max-width: 580px) { .hg_view_plugins_block ul li .submenu { left: -81%; } } @media (max-width: 562px) { .free_version_banner .hg_view_plugins_block ul { left: -15px; } .free_version_banner .manual_icon { left: 10px; } .free_version_banner .usermanual_text { margin-left: 100px; } } @media (max-width: 550px) { .free_version_banner .manual_icon { width: 14%; } .free_version_banner .usermanual_text { margin-left: 83px; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link { right: calc(50% - 107px); } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link { top: 9px; } .free_version_banner .huge_it_logo { right: 4px !important; margin-top: 15px; } .free_version_banner .hg_view_plugins_block ul { top: -10px; left: -16px; } .closer_icon_only { float: right; margin-right: 5px; margin-top: 5px; width: 8px; cursor: pointer; } } @media (max-width: 522px) { .free_version_banner .get_full_version, .free_version_banner .get_full_version:link, .free_version_banner .get_full_version:visited { padding: 1px 15px; font-size: 10pt; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link, .free_version_banner .get_full_version:visited { right: calc(50% - 79px); } .free_version_banner .huge_it_logo { width: 82px !important; height: 35px !important; } .free_version_banner .hg_social_link_buttons { margin-top: 7px; margin-right: 4px; } .free_version_banner .hg_view_plugins_block ul { left: -35px; } .free_version_banner .manual_icon { width: 60px; top: 17px; } .free_version_banner .usermanual_text { margin-left: 74px; margin-top: 14px; font-size: 13px; } .usermanual_text { width: 110px !important; } } @media (max-width: 480px) { .free_version_banner .hg_view_plugins_block .inline_menu { margin-left: 85px; } } @media (max-width: 469px) { .free_version_banner .hg_view_plugins_block ul { left: -62px; } .free_version_banner .hg_view_plugins_block .inline_menu { margin-left: 117px; } } @media (max-width: 450px) { .free_version_banner .get_full_version, .free_version_banner .get_full_version:link, .free_version_banner .get_full_version:visited { right: calc(50% - 87px); } .free_version_banner .hg_view_plugins_block .inline_menu { margin-left: 105px; margin-top: 10px; } } @media (max-width: 435px) { .free_version_banner .usermanual_text { margin-left: 72px; margin-top: 12px; } .free_version_banner .hg_view_plugins_block ul { left: -77px; } .free_version_banner .hg_view_plugins_block ul li .submenu { left: -222px !important; } } @media (max-width: 422px) { .free_version_banner .manual_icon { top: 9px; left: 7px; } .free_version_banner .usermanual_text { margin-left: 70px; margin-top: 5px; } .free_version_banner .hg_view_plugins_block ul { left: -90px; top: -5px; } } @media (max-width: 390px) { .free_version_banner .hg_view_plugins_block ul li ul.submenu { top: 29px !important; left: -241px !important; } } @media (max-width: 347px) { .free_version_banner .manual_icon { width: 46px; } .free_version_banner .usermanual_text { margin-left: 58px; font-size: 13px; } .free_version_banner .get_full_version, .free_version_banner .get_full_version:link, .free_version_banner .get_full_version:visited { right: calc(50% - 91px) !important; } .free_version_banner .hg_view_plugins_block ul li ul li { width: 103px; } .free_version_banner .hg_view_plugins_block ul li ul.submenu { padding: 0px 23px; } } @media (max-width: 334px) { .free_version_banner .hg_view_plugins_block ul li ul li:nth-last-child(1) { width: 36px; } .free_version_banner .hg_view_plugins_block ul li ul li a { font-size: 12px; } .free_version_banner .hg_view_plugins_block ul li ul.submenu { left: -226px; } .free_version_banner .hg_view_plugins_block ul li ul li { width: 90px; } .free_version_banner .hg_view_plugins_block ul li ul li:nth-last-child(2) { width: 45px; } }
boincsite/templates/assets/views/diskusage.html
jeroanan/zoetrope
<div> <ol class="breadcrumb"> <li><a href="/#/">Home</a></li> <li><a class="active">Disk Usage</a></li> </ol> <h1 ng-bind="vm.title" /> <div ng-show="!vm.ready" class="text-center"> <img src="/static/img/loading.gif" /> </div> <div ng-show="vm.ready && vm.error"> An error occurred while loading the disk usages. <a title="Retry" href="javascript:" ng-click="vm.load();">Retry</a> </div> <div ng-show="vm.ready && !vm.error"> <keyvalrow key="Total Disk Space" val="{{ vm.disk_usages.total_disk_space }}" /> <keyvalrow key="Free Disk Space" val="{{ vm.disk_usages.free_disk_space }}" /> <h2>By project</h2> <div ng-show="vm.disk_usages.project_disk_usages.length>0"> <table class="table table-striped"> <thead> <th> <a ng-click="vm.sort('master_url');">Project Url</a> <span ng-show="vm.sortProp==='master_url' && !vm.reverseSort">&#x25B2;</span> <span ng-show="vm.sortProp==='master_url' && vm.reverseSort">&#x25BC;</span> </th> <th> <a ng-click="vm.sort('disk_usage');">Disk Usage</a> <span ng-show="vm.sortProp==='disk_usage' && !vm.reverseSort">&#x25B2;</span> <span ng-show="vm.sortProp==='disk_usage' && vm.reverseSort">&#x25BC;</span> </th> </thead> <tr ng-repeat="pdu in vm.disk_usages.project_disk_usages | orderBy:vm.sortProp:vm.reverseSort"> <td> <a ng-href="{{pdu.master_url}}"><span ng-bind="pdu.master_url" /></a> </td> <td><span ng-bind="pdu.disk_usage + 'MB'" /></td> </tr> </table> </div> <div ng-show="vm.disk_usages.project_disk_usages.length===0"> <p class="text-center"> No attached projects found </p> </div> </div> </div>
documentation/html/functions.html
adamstark/Gist
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.20"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Gist: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Gist </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.20 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <!-- 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="contents"> <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div> <h3><a id="index_c"></a>- c -</h3><ul> <li>calculateMelFrequencyCepstralCoefficients() : <a class="el" href="class_m_f_c_c.html#a8b79346b954a2897df75fd7d544ed3a2">MFCC&lt; T &gt;</a> </li> <li>calculateMelFrequencySpectrum() : <a class="el" href="class_m_f_c_c.html#a7e46a59e9c70940cefe0db04a774914c">MFCC&lt; T &gt;</a> </li> <li>complexSpectralDifference() : <a class="el" href="class_gist.html#a07c5816a44631ab8c032b0a746b7faf1">Gist&lt; T &gt;</a> , <a class="el" href="class_onset_detection_function.html#a10b1c9c3f105fa965bcef1d00f219f32">OnsetDetectionFunction&lt; T &gt;</a> </li> <li>CoreFrequencyDomainFeatures() : <a class="el" href="class_core_frequency_domain_features.html#a080fdc5259f5762f99cc7e0911eb03f2">CoreFrequencyDomainFeatures&lt; T &gt;</a> </li> <li>CoreTimeDomainFeatures() : <a class="el" href="class_core_time_domain_features.html#a9ad4a54ee365b5801b54d3077ba34295">CoreTimeDomainFeatures&lt; T &gt;</a> </li> <li>createBlackmanWindow() : <a class="el" href="class_window_functions.html#ad516ce10d7ba198fd687c432e1d16f1c">WindowFunctions&lt; T &gt;</a> </li> <li>createHammingWindow() : <a class="el" href="class_window_functions.html#a7f01bf8d2a775b40c5b81a455b27892b">WindowFunctions&lt; T &gt;</a> </li> <li>createHanningWindow() : <a class="el" href="class_window_functions.html#a6f7cd7646bb9ad354917d4030714a028">WindowFunctions&lt; T &gt;</a> </li> <li>createRectangularWindow() : <a class="el" href="class_window_functions.html#aaf66e6aad01f857abe8c8a16f4987e0d">WindowFunctions&lt; T &gt;</a> </li> <li>createTukeyWindow() : <a class="el" href="class_window_functions.html#a485150c4d8f13c8edc22c9117a66c97e">WindowFunctions&lt; T &gt;</a> </li> <li>createWindow() : <a class="el" href="class_window_functions.html#a0233ac737501aedc9f67e5b3aec0dde5">WindowFunctions&lt; T &gt;</a> </li> </ul> <h3><a id="index_e"></a>- e -</h3><ul> <li>energyDifference() : <a class="el" href="class_gist.html#ae4336335b364f840fcdeba53fe2c932b">Gist&lt; T &gt;</a> , <a class="el" href="class_onset_detection_function.html#aec25101672aae244d006693d5480f56d">OnsetDetectionFunction&lt; T &gt;</a> </li> </ul> <h3><a id="index_g"></a>- g -</h3><ul> <li>getAudioFrameSize() : <a class="el" href="class_gist.html#a57d1aec0cc7cccaab6fd8df67f56e49e">Gist&lt; T &gt;</a> </li> <li>getMagnitudeSpectrum() : <a class="el" href="class_gist.html#a62093b46f5f27179cc1f09ab268bdc0f">Gist&lt; T &gt;</a> </li> <li>getMaxFrequency() : <a class="el" href="class_yin.html#a40802b4dd018c3656b1e7b8cac7138aa">Yin&lt; T &gt;</a> </li> <li>getMelFrequencyCepstralCoefficients() : <a class="el" href="class_gist.html#a16a5df613bc1920a2dea1694947db1f1">Gist&lt; T &gt;</a> </li> <li>getMelFrequencySpectrum() : <a class="el" href="class_gist.html#aaf28f8fb83f9a95af0f384525c5d9e40">Gist&lt; T &gt;</a> </li> <li>getSamplingFrequency() : <a class="el" href="class_gist.html#a8f2086ae2507795b0984402044856f1d">Gist&lt; T &gt;</a> </li> <li>Gist() : <a class="el" href="class_gist.html#ad06bd1f6595462f491a27be9621b2ae6">Gist&lt; T &gt;</a> </li> </ul> <h3><a id="index_h"></a>- h -</h3><ul> <li>highFrequencyContent() : <a class="el" href="class_gist.html#ad914496b409f23513cfd9d166ce10ffa">Gist&lt; T &gt;</a> , <a class="el" href="class_onset_detection_function.html#a5cc022aa08b8fb4a1b22565d4898bfb0">OnsetDetectionFunction&lt; T &gt;</a> </li> </ul> <h3><a id="index_m"></a>- m -</h3><ul> <li>melSpectrum : <a class="el" href="class_m_f_c_c.html#a6c65352c3aba9f20293301db5a4eacb3">MFCC&lt; T &gt;</a> </li> <li>MFCC() : <a class="el" href="class_m_f_c_c.html#a6ad48b03035120c9321d569ae1c457f3">MFCC&lt; T &gt;</a> </li> <li>MFCCs : <a class="el" href="class_m_f_c_c.html#a88a7d0a01fc7f80f07b0f7158aecba3e">MFCC&lt; T &gt;</a> </li> </ul> <h3><a id="index_o"></a>- o -</h3><ul> <li>OnsetDetectionFunction() : <a class="el" href="class_onset_detection_function.html#af49350ec29f47e93206628b7f5b9b0f3">OnsetDetectionFunction&lt; T &gt;</a> </li> </ul> <h3><a id="index_p"></a>- p -</h3><ul> <li>peakEnergy() : <a class="el" href="class_core_time_domain_features.html#abc8b25d4f21810f15540604efe03fd1b">CoreTimeDomainFeatures&lt; T &gt;</a> , <a class="el" href="class_gist.html#a22a058723cb4d4a98e017c2a2029304a">Gist&lt; T &gt;</a> </li> <li>pitch() : <a class="el" href="class_gist.html#a3f054be12bf39205a1e56b829de3c3ff">Gist&lt; T &gt;</a> </li> <li>pitchYin() : <a class="el" href="class_yin.html#a919bebcbc56d9f9e752a49abc8b7cfb7">Yin&lt; T &gt;</a> </li> <li>processAudioFrame() : <a class="el" href="class_gist.html#a8181a7e0f5e6709620418851f73de869">Gist&lt; T &gt;</a> </li> </ul> <h3><a id="index_r"></a>- r -</h3><ul> <li>rootMeanSquare() : <a class="el" href="class_core_time_domain_features.html#a87b3940a61dd70ae5739ab3c89f738f6">CoreTimeDomainFeatures&lt; T &gt;</a> , <a class="el" href="class_gist.html#a119486afd79a8ac114761f30cb7a9c12">Gist&lt; T &gt;</a> </li> </ul> <h3><a id="index_s"></a>- s -</h3><ul> <li>setAudioFrameSize() : <a class="el" href="class_gist.html#a2243f8b9d6218b0fea0c7fb69db223c8">Gist&lt; T &gt;</a> </li> <li>setFrameSize() : <a class="el" href="class_m_f_c_c.html#aa3db55a7e2591618fe985d2d2059aea6">MFCC&lt; T &gt;</a> , <a class="el" href="class_onset_detection_function.html#a17e91f81e73010b4dfb4bea1283ca84e">OnsetDetectionFunction&lt; T &gt;</a> </li> <li>setMaxFrequency() : <a class="el" href="class_yin.html#af03decfd3d30f297075b2a93f50ca938">Yin&lt; T &gt;</a> </li> <li>setNumCoefficients() : <a class="el" href="class_m_f_c_c.html#a7bda7b77bcf8bc365997848a7dde94f4">MFCC&lt; T &gt;</a> </li> <li>setSamplingFrequency() : <a class="el" href="class_gist.html#ad08a41fa421e2d90bd0260bf1f9345bf">Gist&lt; T &gt;</a> , <a class="el" href="class_m_f_c_c.html#a0c7aa62ee4c8ea4dc95404af4f87a86e">MFCC&lt; T &gt;</a> , <a class="el" href="class_yin.html#a25d17cfa3d9d4503abf86f3c16a441f8">Yin&lt; T &gt;</a> </li> <li>spectralCentroid() : <a class="el" href="class_core_frequency_domain_features.html#afdbc2853389805f49921c767e11a3852">CoreFrequencyDomainFeatures&lt; T &gt;</a> , <a class="el" href="class_gist.html#a3c80eab0a204e7b8fe0d5122e9f86a36">Gist&lt; T &gt;</a> </li> <li>spectralCrest() : <a class="el" href="class_core_frequency_domain_features.html#aa4e69ff7362024a67b8fa6f8ab4bd71c">CoreFrequencyDomainFeatures&lt; T &gt;</a> , <a class="el" href="class_gist.html#a01c8d772518a681a12b0163c31683ce3">Gist&lt; T &gt;</a> </li> <li>spectralDifference() : <a class="el" href="class_gist.html#a2bdee19b1b69b341b36d0d711b76ea26">Gist&lt; T &gt;</a> , <a class="el" href="class_onset_detection_function.html#a12a23a4dcda765017438dcb1104579fc">OnsetDetectionFunction&lt; T &gt;</a> </li> <li>spectralDifferenceHWR() : <a class="el" href="class_gist.html#a9d98ce8bf30ec34c63fc636ca346ad44">Gist&lt; T &gt;</a> , <a class="el" href="class_onset_detection_function.html#a4925ba80c211247a4e3211c8d48647a7">OnsetDetectionFunction&lt; T &gt;</a> </li> <li>spectralFlatness() : <a class="el" href="class_core_frequency_domain_features.html#a2dcc472696033894128f3e7e4139b7b4">CoreFrequencyDomainFeatures&lt; T &gt;</a> , <a class="el" href="class_gist.html#aa0d96b91269ff27e2fde1623521b54a1">Gist&lt; T &gt;</a> </li> <li>spectralKurtosis() : <a class="el" href="class_core_frequency_domain_features.html#ace5a876f5e9f9361926379096192ab58">CoreFrequencyDomainFeatures&lt; T &gt;</a> , <a class="el" href="class_gist.html#aa7517af751b083587fbb24d8914ece4e">Gist&lt; T &gt;</a> </li> <li>spectralRolloff() : <a class="el" href="class_core_frequency_domain_features.html#ae5dac18dbdf49a756f6f91311c744508">CoreFrequencyDomainFeatures&lt; T &gt;</a> , <a class="el" href="class_gist.html#a000f12e312c6380e0187e57d278e2fda">Gist&lt; T &gt;</a> </li> </ul> <h3><a id="index_y"></a>- y -</h3><ul> <li>Yin() : <a class="el" href="class_yin.html#a9b1e4703bc761be5a8ff5e93d476bd99">Yin&lt; T &gt;</a> </li> </ul> <h3><a id="index_z"></a>- z -</h3><ul> <li>zeroCrossingRate() : <a class="el" href="class_core_time_domain_features.html#a92c26c29421f32a657aedb56e9dc020e">CoreTimeDomainFeatures&lt; T &gt;</a> , <a class="el" href="class_gist.html#ae5d576aa8246b19c910ed22c8c71a2ba">Gist&lt; T &gt;</a> </li> </ul> <h3><a id="index__7E"></a>- ~ -</h3><ul> <li>~Gist() : <a class="el" href="class_gist.html#ae3823eec9133f41e5532aa4e9245d601">Gist&lt; T &gt;</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by&#160;<a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </small></address> </body> </html>
www80/arserver/html/jijin_131.html
zhichaoGuo/wb
<div id="bottom_right"> <div id="richangshangpin"> <div class="layer_title">碎片投放 <div class="return_btn"> <img src="img/arrow_right.png"> 返回基金池 </div> </div> <div class="layer_datatime"> <div class="layer_datatimeVal">日期选择: <span>近30日</span>| <span>2016.08.01 - 2016.08.03</span> <img src="img/arrow_right.png" class="arrow_icon"> </div> <div class="layer_datatimeVal1"> <div class="datatime_div1"> <span data-key="0">今日</span>| <span data-key="1">昨日</span>| <span data-key="7">近7日</span>| <span data-key="30">近30日</span>| <span data-key="-1">全部</span> </div> <div class="datatime_div2"> 自定义<input placeholder="开始时间" type="text" id="start_time" class="laydate-icon" onclick="laydate();$('#laydate_box').style['margin-left']='0px';">到<input type="text" id="end_time" placeholder="结束时间" class="laydate-icon" onclick="laydate();$('#laydate_box').style['margin-left']='-136px';"> </div> <div class="datatime_div3"> <div class="datatime_div3_1">取消</div> <div class="datatime_div3_2">确定</div> </div> </div> </div> <div id="exchange_div2"> <div id="exchange_div2_1" class="selectitem"> <!-- <div class="selectitem_list" data-key="hezuo" data-value="合作中"> <span>合作中</span> <img src="img/icon_arrow_down.png" class="icon_arrow_down"> </div> <div class="selectitem_list" data-key="weihezuo" data-value="未合作"> <span>未合作</span> </div> --> </div> <input id="exchange_div2_4" style="left:120px;" type="text" placeholder="输入内容搜索"> <div id="exchange_div2_5" style="left:270px;">查询</div> </div> <div id="exchange_div3"> <ul> </ul> </div> <div id="exchange_div4"> <div id="exchange_div4_1" class="selectitem"> <!-- <div class="selectitem_list" data-key="10" data-value="10"> <span>10</span> <img src="img/icon_arrow_down.png" class="icon_arrow_down"> </div> --> </div> <span id="exchange_div4_2">条</span> <img id="exchange_div4_3" src="img/download.png"> <div id="exchange_div4_4"> <img id="exchange_div4_4_1" src="img/page_return_no.png"> <img id="exchange_div4_4_2" src="img/page_go.png"> <input type="text" id="exchange_div4_4_3" value="1"> <span id="exchange_div4_4_4"> / 10</span> </div> </div> </div> </div> <div id="rolenum_pop"> <div id="exchangebus_pop1"> <div id="rolenum_pop_1">兑换商信息编辑</div> <div id="rolenum_pop_2"> <span>兑换商名</span> <input type="text" value="" placeholder="兑换商名称"> </div> <div id="rolenum_pop_3"> <span>联系方式</span> <input type="text" value="" placeholder="联系方式"> </div> <div id="rolenum_pop_4"> <span>地址</span> <input type="text" value="" placeholder="兑换商地址"> </div> <div id="rolenum_pop_0"> <div class="btn_cancel">放弃</div> <div class="btn_save">保存</div> <div class="xian_heng"></div> <div class="xian_shu"></div> </div> </div> </div> <div id="exchange_name_list"> <div id="exchange_name_list_div"> <div id="exchange_name_list_title">商品详情</div> <ul id="exchange_name_lists"> </ul> <div id="exchange_name_list_break">关闭</div> </div> </div>
src/core/exercises/ex3_person_nooo/person2.html
veltzer/demos-javascript
<script> function createPerson(iname,iage) { return { name: iname, age: iage, getName: function() { return this.name; }, setName: function(iiname) { this.name=iiname; }, getFullName: function() { return this.name+' '+this.age; }, printSelf: function() { document.write(this.getFullName()); } }; } var p1=createPerson('Bilbo',111); var p2=createPerson('Frodo',33); p1.printSelf(); document.write('<br/>'); p2.printSelf(); </script>
src/external/xerces/doc/html/apiDocs-3/DOMXPathExpression_8hpp.html
cnr-isti-vclab/meshlab
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.17"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Xerces-C++: DOMXPathExpression.hpp File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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">Xerces-C++ &#160;<span id="projectnumber">3.2.3</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.17 --> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',false,false,'search.php','Search'); }); /* @license-end */</script> <div id="main-nav"></div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_5b50a26cf01d31d4a4bdecd4657b60b2.html">xercesc</a></li><li class="navelem"><a class="el" href="dir_a2cc1840867e4e424f0a8b3bfae7e6ed.html">dom</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> </div> <div class="headertitle"> <div class="title">DOMXPathExpression.hpp File Reference</div> </div> </div><!--header--> <div class="contents"> <p><a href="DOMXPathExpression_8hpp_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classDOMXPathExpression.html">DOMXPathExpression</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">The <code><a class="el" href="classDOMXPathExpression.html" title="The DOMXPathExpression interface represents a parsed and resolved XPath expression.">DOMXPathExpression</a></code> interface represents a parsed and resolved XPath expression. <a href="classDOMXPathExpression.html#details">More...</a><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.17 </small></address> </body> </html>
src/main/webapp/WEB-INF/views/design/accessoryRation.html
iceblow/beilaile
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>新料单</title> <@p.cache/> <@p.css/> <@p.js/> </head> <body> <@p.top/> <div class="main-container" id="main-container"> <div class="main-container-inner"> <@p.left/> <div class="main-content"> <div class="breadcrumbs" id="breadcrumbs"> <ul class="breadcrumb"> <li><i class="icon-home home-icon"> </i> <a href="#"> Home </a></li> <li><a href="#"> Tables </a></li> <li class="active">新料单</li> </ul> <!-- .breadcrumb --> <div class="nav-search" id="nav-search"></div> <!-- #nav-search --> </div> <div class="col-md-12"> <button id="add_button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal">添加 </button> </div> <!-- /.col-lg-6 --> <div class="col-md-12"> <form enctype="multipart/form-data" role="form" action="" id="form-anyVal" method="post"> <div id="val-input-empty" class="col-md-12"> <div class="col-md-2"> <label for="addDate">日期</label> <input type="text" name="addDate" id="queryAddDate"/> </div> <div class="col-md-2"> <label for="wave">波次号</label> <input type="text" name="wave" id="queryWave"/> </div> <div class="col-md-2"> <span class="input-group-btn"> <button id="anyVal-btn" class="btn btn-default" type="button"> 查询 </button> </span> </div> </div> <div> <input hidden="hidden" type="text" id="pageNow" name="pageNow" value=""> <input hidden="hidden" type="text" id="pageSize" name="pageSize" value=""> </div> </form> </div> <div class="page-content"> <div class="col-xs-12"> <div class="tabbable"> <table class="table table table-bordered"> <thead> <tr> <th>编号</th> <th>日期</th> <th>波段</th> <th>订单数</th> <th>订单详情</th> <th>裁剪数</th> <th>裁剪详情</th> <th>设计图</th> <th>工艺单</th> <th>尺码表</th> <th>版型</th> <th>面料入仓日期</th> <th>裁剪日期</th> <th>指定工厂</th> <th>指定工厂日期</th> <th>52#</th> <th>59#</th> <th>66#</th> <th>73#</th> <th>80#</th> <th>90#</th> <th>辅料名称</th> <th>辅料规格</th> <th>辅料损耗率</th> <th>辅料单耗</th> <th>辅料数量</th> <th>理单备注</th> <th>备注</th> <th>状态</th> <th>创建人</th> <th colspan="2">操作</th> </tr> </thead> <tbody class="table_app"> </tbody> </table> <ul class="pager pagination-lg tcdPageCode"> </ul> </div> </div> </div> </div> </div> </div> </body> <script type="text/javascript"> //页面加载就执行 $(function () { $(".col-md-2").find(":input").each( function () { $(this).val(""); }); var anyVal = $("#form-anyVal").serialize(); getAccessoryRationByPageCount(anyVal); }); //查询 $("#anyVal-btn").on("click", function () { var anyVal = $("#form-anyVal").serialize(); getAccessoryRationByPageCount(anyVal); }); //提交 $("#submit-btn").on("click", function () { var formData = new FormData($("#form-input")[0]); var if_input_Id = $("#obj_hidden_id").val(); if (if_input_Id != "" && if_input_Id != null) { //修改 modifyAccessoryRation(formData); } else { //添加 addAccessoryRation(formData); } }); //查询总条数 function getAccessoryRationByPageCount(anyVal) { $.post('getAccessoryRationByPageCount.do', anyVal, function (data) { $("#pageSize").val(10); //默認查 10條數據这里啊 默认值是10 $("#pageNow").val(data.pageNow); var anyVal2 = $("#form-anyVal").serialize(); //获取form参数进行查询 //調用方法传参 findAccessoryRation(anyVal2); // 进入后台进行分页查询 $(".tcdPageCode").createPage({ //哦哦 pageCount: data.totalPageCount, //总页数 current: data.pageNow, //当前页 backFn: function (p) { $("#pageSize").val(10); $("#pageNow").val(p); //給當前頁賦值 var anyVal1 = $("#form-anyVal").serialize(); //获取form表单 //調用方法 findAccessoryRation(anyVal1); } }); }); } //查询 function findAccessoryRation(anyVal) { $.post("findConditionAccessoryRationByPage.do", anyVal, //from表单内容 function (data) { $(".table_app").empty(); //清空原有的数据 for (var i = 0; i < data.length; i++) { var _HTML_TEBLE_ = ""; _HTML_TEBLE_ = "<tr>" + +"<input type='hidden' class='id' value='" + data[i].id + "'/>" + "<td>" + data[i].id + "</td><td >" + (data[i].addDate == null ? '' : data[i].addDate) + "</td><td >" + (data[i].wave == null ? '' : data[i].wave) + "</td><td >" + (data[i].numberOrder == null ? '' : data[i].numberOrder) + "</td><td >" + (data[i].orderDetails == null ? '' : data[i].orderDetails) + "</td><td >" + (data[i].cropNumber == null ? '' : data[i].cropNumber) + "</td><td >" + (data[i].cropDetails == null ? '' : data[i].cropDetails) + "</td><td><img style='width: 120px; height: 120px' src=" + data[i].designChart + "></td><td>" + (data[i].craftsOrder == null || data[i].craftsOrder == "" ? '' : "<a href='" + data[i].craftsOrder + "' target='_blank'>工艺单</a>") + "</td><td>" + (data[i].sizeChart == null || data[i].sizeChart == "" ? '' : "<a href='" + data[i].sizeChart + "' target='_blank'>尺码表</a>") + "</td><td >" + (data[i].editionType == null || data[i].editionType == "" ? '' : data[i].editionType) + "</td><td >" + (data[i].fabricWarehousDate == null || data[i].fabricWarehousDate == "" ? '' : data[i].fabricWarehousDate) + "</td><td >" + (data[i].cropDate == null || data[i].cropDate == "" ? '' : data[i].cropDate) + "</td><td >" + (data[i].specifiesFactory == null || data[i].specifiesFactory == "" ? '' : data[i].specifiesFactory) + "</td><td >" + (data[i].specifiesFactoryDate == null || data[i].specifiesFactoryDate == "" ? '' : data[i].specifiesFactoryDate) + "</td><td class='modify-table-numeric' name='code52' >" + (data[i].code52 == null || data[i].code52 == "" ? '' : data[i].code52) + "</td><td class='modify-table-numeric' name='code59'>" + (data[i].code59 == null || data[i].code59 == "" ? '' : data[i].code59) + "</td><td class='modify-table-numeric' name='code66'>" + (data[i].code66 == null || data[i].code66 == "" ? '' : data[i].code66) + "</td><td class='modify-table-numeric' name='code73'>" + (data[i].code73 == null || data[i].code73 == "" ? '' : data[i].code73) + "</td><td class='modify-table-numeric' name='code80'>" + (data[i].code80 == null || data[i].code80 == "" ? '' : data[i].code80) + "</td><td class='modify-table-numeric' name='code90'>" + (data[i].code90 == null || data[i].code90 == "" ? '' : data[i].code90) + "</td><td class='modify-table-char' value='accessoriesName'>" + (data[i].accessoriesName == null || data[i].accessoriesName == "" ? '' : data[i].accessoriesName) + "</td><td class='modify-table-char' value='accessories'>" + (data[i].accessories == null || data[i].accessories == "" ? '' : data[i].accessories) + "</td><td class='calQuality' name='accessoriesScrapRate'>" + (data[i].accessoriesScrapRate == null || data[i].accessoriesScrapRate == "" ? '' : data[i].accessoriesScrapRate) + "</td><td class='calQuality' name='accessoriesSingleUse'>" + (data[i].accessoriesSingleUse == null || data[i].accessoriesSingleUse == "" ? '' : data[i].accessoriesSingleUse) + "</td><td class='modify-table-numeric' name='accessoriesQuantity'>" + (data[i].accessoriesQuantity == null || data[i].accessoriesQuantity == "" ? '' : data[i].accessoriesQuantity) + "</td><td>" + (data[i].remarksRichard == null || data[i].remarksRichard == "" ? '' : data[i].remarksRichard) + "</td><td class='modify-table-char' value='remarks'>" + (data[i].remarks == null || data[i].remarks == "" ? '' : data[i].remarks) + "</td><td class='issuedStatus" + data[i].id + "'>" + (data[i].issuedStatus == null || data[i].issuedStatus == "" ? '' : data[i].issuedStatus) + "</td><td >" + (data[i].founder == null || data[i].founder == "" ? '' : data[i].founder) + "</td><td >" + "<button type='button' onclick='rationPurchasing(\"" + data[i].id + "\")' class='btn btn-primary '>去采购</button>" + "<button type='button' onclick='rationAlreadyIssue(\"" + data[i].id + "\")' class='btn btn-info '>已发放</button>" + "</td><td>" + "<button type='button' onclick='rationPrepareComplete(\"" + data[i].id + "\")' class='btn btn-success '>准备发放</button>" +"<button type='button' onclick='rejectRation(\"" + data[i].id + "\")' class=' btn btn-danger'>需要驳回</button>" + "</td></tr>"; $(".table_app").append(_HTML_TEBLE_); var issuedStatus = data[i].issuedStatus; var issId = data[i].id; addRationBackGroundColor(issuedStatus, issId); } }); } //============= the following by chiayich =================================== //新料单状态改为配置完成 function rationPrepareComplete(id) { var flag = confirm("确认准备发放?"); var data = { amId: id }; var tdArgs = $(".issuedStatus" + id); if (flag) { $.ajax({ url: "rationPrepareComplete.do", dataType: 'json', type: 'post', data: data, success: function (result) { var issuedStatus = "准备发放"; var issId = id; tdArgs.text(issuedStatus); addRationBackGroundColor(issuedStatus, issId); } }); } } //状态该为 已发放 function rationAlreadyIssue(id) { var flag = confirm("确认已发放?"); var data = { amId: id }; var tdArgs = $(".issuedStatus" + id); if (flag) { $.ajax({ url: "rationAlreadyIssue.do", dataType: 'json', type: 'post', data: data, success: function (result) { var issuedStatus = "已发放"; var issId = id; tdArgs.text(issuedStatus); addRationBackGroundColor(issuedStatus, issId); } }); } } //状态改为 去采购 function rationPurchasing(id) { var flag = confirm("确认去采购?"); var data = { amId: id }; var tdArgs = $(".issuedStatus" + id); if (flag) { $.ajax({ url: "rationPurchasing.do", dataType: 'json', type: 'post', data: data, success: function (result) { var issuedStatus = "采购中"; var issId = id; tdArgs.text(issuedStatus); addRationBackGroundColor(issuedStatus, issId); } }); } } //状态改为驳回 function rejectRation(id) { var flag = confirm("确认 驳回?"); var data = { amId: id }; var tdArgs = $(".issuedStatus" + id); if (flag) { $.ajax({ url: "rejectRation.do", dataType: 'json', type: 'post', data: data, success: function () { var issuedStatus = "驳回"; tdArgs.text(issuedStatus); var issId = id; addRationBackGroundColor(issuedStatus, issId); } }); } } function addRationBackGroundColor(issuedStatus, issId) { if (issuedStatus == "准备发放") { $(".issuedStatus" + issId).parent().css("background", "#ffdcb9"); } else if (issuedStatus == "采购中") { $(".issuedStatus" + issId).parent().css("background", "#d9ffff"); } else if (issuedStatus == "已发放") { $(".issuedStatus" + issId).parent().css("background", "#ffd9ec"); } else if (issuedStatus == "驳回") { $(".issuedStatus" + issId).parent().css("background", "#ffbb77"); } else { $(".issuedStatus" + issId).parent().css("background", "none"); } } $("#queryAddDate").keyup(function () { if (event.keyCode == 13) { $("#anyVal-btn").click(); } }); $("#queryWave").keyup(function () { if (event.keyCode == 13) { $("#anyVal-btn").click(); } }); //============= the foregoing by chiayich =================================== </script> </html>
pages/cmonteiroaguiar.html
sidtechnical/ALTwitter
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Claudia Aguiar</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="Description" lang="en" content="Haukna Metadata (2): Altwitter - Twitter metadata Profiles of the Members of the European Parliament"> <meta name="author" content="Sid Rao, Ford-Mozilla Open Web Fellow"> <meta name="robots" content="index, follow"> <!-- icons --> <link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png"> <link rel="shortcut icon" href="../assets/img/ALTwitter.gif"> <!-- Bootstrap Core CSS file --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Override CSS file - add your own CSS rules --> <link rel="stylesheet" href="../assets/css/styles.css"> </head> <body> <!-- Navigation --> <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../index.html"><span class="glyphicon glyphicon-home"></span> <b>ALT</b>witter</a> </div> </div> <!-- /.container-fluid --> </nav> <!-- /.navbar --> <!-- Page Content --> <div class="container-fluid"> <div class="row"> <div class="col-sm-8 col-sm-push-4 "> <div class="panel panel-default"> <div class="panel-body" style="background-color:#87CEFA"> <p>We analyzed 1000 tweets from <span class="glyphicon glyphicon-time"></span> 2012-03-25 01:29:39 to <span class="glyphicon glyphicon-time"></span> 2017-04-12 18:29:16 (1844 days). <b>14</b> out of these <b>1000</b> tweets by <b>Claudia Aguiar</b> were re-tweets, which is <b>1.4</b>%.</p> <p> Based on the metadata associated with these, we can understand Claudia Aguiar's Twitter usage patterns on hourly or weekly basis, timezones, geo-location tags, devices that have been used, etc. </p> <p class="small text-center" style="font-weight:bold;">Created on <span class="glyphicon glyphicon-time"></span> 2017-04-14 13:32:36</p> </div> </div> <br> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title" style="font-weight: bold">Hourly Twitter activities according to the metadata.</h4> </div> <div class="panel-body"> <figure class="margin-b-2"> <img class="img-responsive" style="width:650px" src="../assets/img/hourly/cmonteiroaguiar_hourly.svg" alt="Hourly Activities"> </figure> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title" style="font-weight: bold">Weekly Twitter activities according to the metadata.</h4> </div> <div class="panel-body"> <figure class="margin-b-2"> <img class="img-responsive" style="width:650px" src="../assets/img/weekly/cmonteiroaguiar_weekly.svg" alt="Weekly Activities"> </figure> </div> </div> <div class="row"> <div class="col-md-6"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title" style="font-weight: bold">Top 5 most retweeted users</h4> </div> <div class="panel-body"> <dl class="dl-horizontal"> <dt> @PPE_PT </dt> <dd> 3 (21.4%)</dd> <dt> @IsabellaDeMonte </dt> <dd> 2 (14.3%)</dd> <dt> @AliancaPT2014 </dt> <dd> 2 (14.3%)</dd> <dt> @SMEEurope </dt> <dd> 2 (14.3%)</dd> <dt> @istvan_ujhelyi </dt> <dd> 1 (7.1%)</dd> </dl> </div> </div> </div> <div class="col-md-6"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title" style="font-weight: bold">Top 5 most mentioned users</h4> </div> <div class="panel-body"> <dl class="dl-horizontal"> <dt> @Congresso </dt> <dd> 7 (6.9%)</dd> <dt> @cmonteiroaguiar </dt> <dd> 6 (5.9%)</dd> <dt> @Conselho </dt> <dd> 5 (5.0%)</dd> <dt> @AliancaPT2014 </dt> <dd> 4 (4.0%)</dd> <dt> @MADRID </dt> <dd> 4 (4.0%)</dd> </dl> </div> </div> </div> <div class="col-md-6"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title" style="font-weight: bold">Top 10 hashtags</h4> </div> <div class="panel-body"> <dl class="dl-horizontal"> <dt> #Europeias2014 </dt> <dd> 30 (16.9%)</dd> <dt> #PE2014 </dt> <dd> 20 (11.2%)</dd> <dt> #AliançaPortugal </dt> <dd> 16 (9.0%)</dd> <dt> #EP2014 </dt> <dd> 13 (7.3%)</dd> <dt> #europeias2014 </dt> <dd> 13 (7.3%)</dd> <dt> #aliancaportugal </dt> <dd> 12 (6.7%)</dd> <dt> #pe2014 </dt> <dd> 11 (6.2%)</dd> <dt> #AliancaPortugal </dt> <dd> 11 (6.2%)</dd> <dt> #AcimadetudoPortugal </dt> <dd> 8 (4.5%)</dd> <dt> #36congressopsd </dt> <dd> 2 (1.1%)</dd> </dl> </div> </div> </div> <div class="col-md-6"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title" style="font-weight: bold">Most referenced websites</h4> </div> <div class="panel-body"> <dl class="dl-horizontal"> <dt> fb.me </dt> <dd> 914 (98.6%)</dd> <dt> www.facebook.com </dt> <dd> 2 (0.2%)</dd> <dt> www.claudiaaguiar2014.eu </dt> <dd> 2 (0.2%)</dd> <dt> dnoticias.pt </dt> <dd> 2 (0.2%)</dd> <dt> m.facebook.com </dt> <dd> 1 (0.1%)</dd> <dt> www.agenciafinanceira.iol.pt </dt> <dd> 1 (0.1%)</dd> <dt> impresso.jornaldamadeira.pt </dt> <dd> 1 (0.1%)</dd> <dt> turismo.dnoticias.pt </dt> <dd> 1 (0.1%)</dd> <dt> online.jornaldamadeira.pt </dt> <dd> 1 (0.1%)</dd> <dt> www.jornaldamadeira.pt </dt> <dd> 1 (0.1%)</dd> </dl> </div> </div> </div> </div> <!-- Pager --> <nav> <ul class="pager"> <li class="previous"><a href="bernard_monot.html"><span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> Previous</a></li> <li class="next"><a href="ClareMoodyMEP.html">Next <span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span></a></li> </ul> </nav> </div> <div class="col-sm-4 col-sm-pull-8"> <figure class="margin-b-2"> <img class="img-responsive" width="300" height="300" src="../assets/img/profiles/cmonteiroaguiar_prof_img.jpeg" alt="Profile Image"> <figcaption class="margin-t-h"> <h4 class="text-capitalize" style="font-weight: bold">Claudia Aguiar</h4> <br> <b>@cmonteiroaguiar</b> <br> Account created on <span class="glyphicon glyphicon-time"></span> Tuesday 18 January, 2011. </figcaption> </figure> <!-- Panel --> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title">Profile info</h4> </div> <div class="panel-body"> <p></p> <hr> <dl class="dl-horizontal"> <dt>Location</dt> <dd>Funchal</dd> <dt>Following <span class="glyphicon glyphicon-user" style="color:#337ab7;"></span></dt> <dd> 193</dd> <dt>Followers <span class="glyphicon glyphicon-user" style="color:#337ab7;"></span></dt> <dd> 606</dd> <dt>Total Tweets</dt> <dd> 1154</dd> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title">Meta info</h4> </div> <div class="panel-body"> <dl class="dl-horizontal"> <dt>Language</dt> <dd> EN</dd> <dt>Managed by multiple people?</dt> <dd> False</dd> <dt>Geo Enabled</dt> <dd> True</dd> <dt>Time Zone</dt> <dd> None</dd> <dt>UTC offset</dt> <dd> None</dd> <dt>Tweets /Day</dt> <dd> 0.5</dd> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title" style="font-weight: bold">Detected languages</h4> </div> <div class="panel-body"> <dl class="dl-horizontal"> <dt class="text-uppercase"> pt </dt> <dd> 957 (95.7%)</dd> <dt class="text-uppercase"> und </dt> <dd> 16 (1.6%)</dd> <dt class="text-uppercase"> en </dt> <dd> 14 (1.4%)</dd> <dt class="text-uppercase"> es </dt> <dd> 7 (0.7%)</dd> <dt class="text-uppercase"> it </dt> <dd> 3 (0.3%)</dd> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title" style="font-weight: bold">Detected Sources</h4> </div> <div class="panel-body"> <dl class="dl-horizontal"> <dt> Facebook </dt> <dd> 955 (95.5%)</dd> <dt> Twitter for iPhone </dt> <dd> 22 (2.2%)</dd> <dt> Twitter Web Client </dt> <dd> 14 (1.4%)</dd> <dt> TweetDeck </dt> <dd> 5 (0.5%)</dd> <dt> Twitter for iPad </dt> <dd> 3 (0.3%)</dd> </dl> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title" style="font-weight: bold">Detected places (0 found)</h4> </div> <div class="panel-body"> <dl class="dl-horizontal"> </dl> </div> </div> </div> </div> <!-- /.row --> <hr> <footer class="margin-tb-3 text-center"> <div class="row"> <div class="container"> <p>Made with <span class="glyphicon glyphicon-heart" style="color:red"></span> by <a href="https://twitter.com/sidnext2none">Sid Rao</a> <br> <a href="https://advocacy.mozilla.org/en-US/open-web-fellows/fellows2016">Ford-Mozilla Open Web Fellow</a> <br> <a href="https://edri.org/"><h4>European Digital Rights (EDRi)</h4></a> </p> </div> </div> </footer> </div> <!-- /.container-fluid --> <!-- JQuery scripts --> <script src="assets/js/jquery-1.11.2.min.js"></script> <!-- Bootstrap Core scripts --> <script src="assets/js/bootstrap.min.js"></script> </body> </html>
known_files/hashes/assets/plugins/tinymce/tiny_mce/themes/advanced/skins/default/content.css
gohdan/DFC
MODX Evolution 1.1 = 3dd0386d31355cf63eb47f195f5b44dd
app/otusjs-player-component/survey-item/misc/image/image-item-template.html
ccem-dev/otus-preview-js
<img ng-src="{{$ctrl.itemData.url}}" layout="row"> <otus-label class="md-headline" item-label="$ctrl.itemData.footer.ptBR.formattedText"></span>
aquamacs/doc/Aquamacs Help/Emacs Lisp Reference/Atomic-Changes.html
xfq/aquamacs-emacs
<html lang="en"> <head> <title>Atomic Changes - GNU Emacs Lisp Reference Manual</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="GNU Emacs Lisp Reference Manual"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Text.html#Text" title="Text"> <link rel="prev" href="Parsing-HTML_002fXML.html#Parsing-HTML_002fXML" title="Parsing HTML/XML"> <link rel="next" href="Change-Hooks.html#Change-Hooks" title="Change Hooks"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This is the `GNU Emacs Lisp Reference Manual' corresponding to Emacs version 24.3.50. Copyright (C) 1990--1996, 1998--2013 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``GNU General Public License,'' with the Front-Cover texts being ``A GNU Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled ``GNU Free Documentation License.'' (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and modify this GNU manual. Buying copies from the FSF supports it in developing GNU and promoting software freedom.'' --> <meta http-equiv="Content-Style-Type" content="text/css"> <link rel="stylesheet" href="aquamacs.css" type="text/css" /></head> <body> <div class="node"> <a name="Atomic-Changes"></a> <p> Next:&nbsp;<a rel="next" accesskey="n" href="Change-Hooks.html#Change-Hooks">Change Hooks</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Parsing-HTML_002fXML.html#Parsing-HTML_002fXML">Parsing HTML/XML</a>, Up:&nbsp;<a rel="up" accesskey="u" href="Text.html#Text">Text</a> <hr> </div> <h3 class="section">32.26 Atomic Change Groups</h3> <p><a name="index-atomic-changes-3111"></a> In database terminology, an <dfn>atomic</dfn> change is an indivisible change&mdash;it can succeed entirely or it can fail entirely, but it cannot partly succeed. A Lisp program can make a series of changes to one or several buffers as an <dfn>atomic change group</dfn>, meaning that either the entire series of changes will be installed in their buffers or, in case of an error, none of them will be. <p>To do this for one buffer, the one already current, simply write a call to <code>atomic-change-group</code> around the code that makes the changes, like this: <pre class="example"> (atomic-change-group (insert foo) (delete-region x y)) </pre> <p class="noindent">If an error (or other nonlocal exit) occurs inside the body of <code>atomic-change-group</code>, it unmakes all the changes in that buffer that were during the execution of the body. This kind of change group has no effect on any other buffers&mdash;any such changes remain. <p>If you need something more sophisticated, such as to make changes in various buffers constitute one atomic group, you must directly call lower-level functions that <code>atomic-change-group</code> uses. <div class="defun"> &mdash; Function: <b>prepare-change-group</b><var> &amp;optional buffer<a name="index-prepare_002dchange_002dgroup-3112"></a></var><br> <blockquote><p>This function sets up a change group for buffer <var>buffer</var>, which defaults to the current buffer. It returns a &ldquo;handle&rdquo; that represents the change group. You must use this handle to activate the change group and subsequently to finish it. </p></blockquote></div> <p>To use the change group, you must <dfn>activate</dfn> it. You must do this before making any changes in the text of <var>buffer</var>. <div class="defun"> &mdash; Function: <b>activate-change-group</b><var> handle<a name="index-activate_002dchange_002dgroup-3113"></a></var><br> <blockquote><p>This function activates the change group that <var>handle</var> designates. </p></blockquote></div> <p>After you activate the change group, any changes you make in that buffer become part of it. Once you have made all the desired changes in the buffer, you must <dfn>finish</dfn> the change group. There are two ways to do this: you can either accept (and finalize) all the changes, or cancel them all. <div class="defun"> &mdash; Function: <b>accept-change-group</b><var> handle<a name="index-accept_002dchange_002dgroup-3114"></a></var><br> <blockquote><p>This function accepts all the changes in the change group specified by <var>handle</var>, making them final. </p></blockquote></div> <div class="defun"> &mdash; Function: <b>cancel-change-group</b><var> handle<a name="index-cancel_002dchange_002dgroup-3115"></a></var><br> <blockquote><p>This function cancels and undoes all the changes in the change group specified by <var>handle</var>. </p></blockquote></div> <p>Your code should use <code>unwind-protect</code> to make sure the group is always finished. The call to <code>activate-change-group</code> should be inside the <code>unwind-protect</code>, in case the user types <kbd>C-g</kbd> just after it runs. (This is one reason why <code>prepare-change-group</code> and <code>activate-change-group</code> are separate functions, because normally you would call <code>prepare-change-group</code> before the start of that <code>unwind-protect</code>.) Once you finish the group, don't use the handle again&mdash;in particular, don't try to finish the same group twice. <p>To make a multibuffer change group, call <code>prepare-change-group</code> once for each buffer you want to cover, then use <code>nconc</code> to combine the returned values, like this: <pre class="example"> (nconc (prepare-change-group buffer-1) (prepare-change-group buffer-2)) </pre> <p>You can then activate the multibuffer change group with a single call to <code>activate-change-group</code>, and finish it with a single call to <code>accept-change-group</code> or <code>cancel-change-group</code>. <p>Nested use of several change groups for the same buffer works as you would expect. Non-nested use of change groups for the same buffer will get Emacs confused, so don't let it happen; the first change group you start for any given buffer should be the last one finished. </body></html>
modules/admin/tpl/css/admin.css
arnia/Karybu
html body { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 9.932pt; height: 100%; min-width: 320px; margin-top: 40px; } body.x { margin-top: 0px; overflow: hidden; } .table.table-borderless td, .table.table-borderless th { border-top: 0; } input, button, select, textarea { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Arial, sans-serif; color: #444444; text-shadow: 0 1px 0 #ffffff; } h1 { font-size: 27.504pt } h2 { font-size: 21.392pt } h3 { font-size: 16.808pt } #content h3 { border-bottom: 1px solid #ddd; } h4 { font-size: 12.224pt } h5 { font-size: 10.696pt } h6 { font-size: 9.168pt } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #444444 !important; } blockquote p { font-size: inherit } blockquote { border: 1px solid #c7c4be; background-color: rgba(255, 255, 255, .6); -webkit-border-radius: 15px 15px 15px 0px; border-radius: 15px 15px 15px 0px; -webkit-box-shadow: inset 0px 3px 3px 0px rgba(70, 50, 20, 0.1); box-shadow: inset 0px 3px 3px 0px rgba(70, 50, 20, 0.1); padding: 15px 30px; color: #726c63; font-size: 14px; font-style: italic; font-family: Georgia, sans-serif; } blockquote.pull-right { float: right; padding: 15px 30px; border: 1px solid #c7c4be; } /* layout resets */ #content { padding: 20px 40px; } .kDark h1, .kDark h2, .kDark h3, .kDark h4, .kDark h5, .kDark h6, .swatchBoard h1, .swatchBoard h2, .swatchBoard h3, .swatchBoard h4, .swatchBoard h5, .swatchBoard h6 { -moz-text-shadow: none; text-shadow: none; } .swatchBoard h1, .swatchBoard h2, .swatchBoard h3, .swatchBoard h4, .swatchBoard h5, .swatchBoard h6 { color: #ffffff } .swatchBoard a, .swatchBoard a:hover, .swatchBoard a:visited, .swatchBoard a:active { color: #ffffff; text-decoration: none; word-break: break-all; } a, a:visited { color: #2e5587; } a:hover, a:focus { color: #0e4587 } #kTopLayer { position: absolute; z-index: 99999999999; /* width: 100%; height: 100%; background: red; */ } /* end layout resets */ .kWrapper { background-color: #ffffff; height: 100%; float: left; width: 80%; } .kWrapper-container { margin-right: 80px; height: 100%; } .kSidebar { background-color: #1d212a; height: 100%; width: 20%; } .kDark, .kDark a, .kDark a:visited { color: #6d7587; } .kDark a:hover { color: #99a2b5; text-decoration: none; } .kDark a:active, .kDark a:focus { color: #b6c0d7; } .kDark h1, .kDark h2, .kDark h3, .kDark h4, .kDark h5, .kDark h6 { color: #8ac64f; } #kMobileMenu > div { padding: 20px; -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3); box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .kNav { background-color: #1d212a; position: absolute; z-index: 9999; height: 100%; width: 80px; right: 0; top: 0; margin: 0; } .kNav ul { margin: 0; padding: 0 } .kSearch { min-height: 30px; } .kSidebar .kSearch input { padding-left: 28px; background-color: #15181f; border: none; border-top: 1px solid #000000; -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3); box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: #6D7587; height: 24px; margin-top: -2px; position: relative; } .kDark .kSearch i { position: relative; top: -4px; left: 9px; margin-right: -14px; z-index: 99; background-image: url("../img/glyphicons-halflings-white.png"); } .tgContent .selected a { color: #8ac64f; } .page-title { border-bottom: 1px solid #c7d2db; background-color: #ffffff; z-index: 999; height: 60px; padding: 10px 40px; } .page-title, .main-nav { -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .1); box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .1); } .page-title h1 { line-height: 1.6em; margin: 0; font-weight: normal; } .page-title i { margin-left: -20px; margin-top: -10px; } .pagetitle-fixed { } .content-pad { padding: 40px 40px 20px; } p.power { padding: 20px 40px 0; } p.cache { padding: 0 40px 40px; } .toggle-sidebar { width: 36px; height: 36px; background: url("../img/tablet-sprite.png") -2px -2px no-repeat; margin-top: 0px; margin-right: 10px; cursor: pointer; } .toggle-sidebar:hover, .toggle-sidebar:focus, .toggle-sidebar:active { background-position: -2px -46px; } .toggle-search { width: 44px; height: 44px; background: url("../img/tablet-sprite.png") -44px 0 no-repeat; margin-top: 5px; margin-right: 10px; cursor: pointer; } .toggle-search:hover, .toggle-search:focus, .toggle-search:active { background-position: -44px -44px; } .kNav li { height: 80px; } .kNav li a { display: block; height: 80px; width: 80px; } .kList li a { line-height: 28px; display: block; padding: 0 5px; margin: 0 -5px; } .kList li span { line-height: 28px; display: block; padding: 0 5px; margin: 0 -5px; color: #dbe6f1; } .big-icon { background-image: url("../img/big-nav-icons.png"); background-repeat: no-repeat; background-position: 0 -640px; width: 80px; height: 80px; } li.big-icon { width: 80px; height: 80px; } .kNav ul { top: 0; } .kNav a.small-logo { width: 52px; height: 24px; position: relative; top: 20px; display: block; left: 13px; } .board { padding-top: 20px; } .swatchBoard { height: auto; padding: 40px 40px 20px; background: #d1dbe4; /* Old browsers */ background: -moz-linear-gradient(top, #d1dbe4 0%, #e6f0f9 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1dbe4), color-stop(100%, #e6f0f9)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d1dbe4 0%, #e6f0f9 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #d1dbe4 0%, #e6f0f9 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #d1dbe4 0%, #e6f0f9 100%); /* IE10+ */ background: linear-gradient(to bottom, #d1dbe4 0%, #e6f0f9 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d1dbe4', endColorstr = '#e6f0f9', GradientType = 0); /* IE6-9 */ } .dropdown-menu a, .dropdown-menu strong { padding: 0px 10px; display: block; } .dropdown-menu { list-style: none; background-color: #f5f5f5; border: 1px solid #aba69e; -webkit-box-shadow: 0px 3px 6px 0px rgba(70, 50, 20, 0.4); box-shadow: 0px 3px 6px 0px rgba(70, 50, 20, 0.4); } /* a.swatch, a.swatch:visited, a.swatch:hover, a.swatch.visited, a.swatch.hover { -webkit-transition: .15s linear; -moz-transition:.15s linear; -o-transition:.15s linear; transition:.15s linear; } */ .swatch { padding: 20px; color: #ffffff; height: 142px; margin-bottom: 20px; } .swatch .corner { width: 0px; height: 0px; border-style:dashed solid; border-width: 0 10px 10px 0; border-color: transparent #d5e0e9 transparent transparent; line-height: 0px; _border-color: #000000 #d5e0e9 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); float: right; margin-top: -20px; margin-right: -20px; } a.swatch:hover { text-shadow: 0px 5px 5px rgba(0, 0, 0, .4); filter: dropshadow(color = #000, offx = 0, offy = 2); -webkit-box-shadow: inset 0px 200px 55px 0px rgba(255, 255, 255, 0.15), 0px 25px 25px 0px rgba(255, 255, 255, 0.1); box-shadow: inset 0px 200px 55px 0px rgba(255, 255, 255, 0.15), 0px 25px 25px 0px rgba(255, 255, 255, 0.1); } .kNumbers { height: 30px; } .kNumbers, .swatch strong { display: block; width: 100%; } .x .admin { border: 2px solid #15181f; -webkit-box-shadow: 0px 1px 0px 0px rgba(88, 99, 124, 0.5); box-shadow: 0px 1px 0px 0px rgba(88, 99, 124, 0.5); -webkit-border-radius: 4px; border-radius: 4px; margin-top: 0px; display: block; overflow: hidden; width: 44px; height: 44px; } .x .admin:hover { border-color: #8ac64f; } .kInfo { background-color: #15181f; } .kSearch { border-bottom-color: #0a0b0e !important; } .portlet.box { height: 270px; overflow: hidden; line-height: 15px; } .portlet.box .kActionIcons, .kList .kActionIcons { position: absolute; right: 0; top: 0px; margin: 0; background: #f9f9f9; padding: 5px 0; opacity: 0; margin-right: -80px; } .portlet.box .kActionIcons i, .kList .kActionIcons i { margin: 0; } .box .box-body ul { margin-top: -10px; } .box .box-body li { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #e0e0e0; line-height: 15px; position: relative; } .box .box-body li > a { width: 70%; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; } .desktop-screen .box .box-body li > a { width: 42%; } .tablet-screen .box .box-body li > a { width: 82%; } .kList li { position: relative; } .box .box-body li span, .box .box-body li form, .kList li span, .kList li form { transition: .3s; -webkit-transition: .3s; } .box .box-body li:hover span.label, .kList li:hover span.label { opacity: 0; margin-right: -80px; } .kList li form { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } .box .box-body li:hover form, .kList li:hover form { margin-right: 0; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } .kList .kActionIcons { background: none; padding: 0 } .box .box-body li:last-child { border-bottom: none; } .box { -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 20px; } .box-header { border-bottom: 1px solid #e0e0e0; padding: 12px 20px 8px; } .box-body { background-color: #f9f9f9; border-bottom: 1px solid #e5e5e5; margin-bottom: 5px; padding: 12px 20px 10px; } .x .brand { min-height:36px; padding: 12px 20px !important; white-space: nowrap; } .x .brand #language, .x .brand #language li { list-style: none; margin: 0; } .x .brand #language { margin: 0 10px; padding: 4px 5px; background: #ffffff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3); box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3); } .x .brand .dropdown-menu a { display: block; } .x .brand .dropdown-menu li a:hover, .x .brand .dropdown-menu li a:focus, .x .brand .dropdown-submenu:hover a, .x .brand .dropdown-submenu:focus a { color: #ffffff; text-decoration: none; background: #79ad36; } .swatchBoard .turquoise { background-color: #57c5b9; } .swatchBoard .red { background-color: #ea6e4c; } .swatchBoard .yellow { background-color: #f8b33b; } .swatchBoard .blue { background-color: #489de6; } .swatchBoard .purple { background-color: #9876e4; } .swatchBoard .green { background-color: #8ac64f; } .big-icon-preview { background-position: 0 0; -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3); box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.1); } a.big-icon-preview:hover { background-position: -80px 0; } li.active a.big-icon-preview { background-position: -160px 0; } .big-icon-dashboard { background-position: 0 -80px; } a.big-icon-dashboard:hover { background-position: -80px -80px; } li.active a.big-icon-dashboard { background-position: -160px -80px; } .big-icon-content { background-position: 0 -160px; } a.big-icon-content:hover { background-position: -80px -160px; } li.active a.big-icon-content { background-position: -160px -160px; } .big-icon-menus, .big-icon-menu { background-position: 0 -240px; } a.big-icon-menus:hover a.big-icon-menu:hover{ background-position: -80px -240px; } li.active a.big-icon-menus, li.active a.big-icon-menu { background-position: -160px -240px; } .big-icon-themes, .big-icon-theme { background-position: 0 -320px; } a.big-icon-themes:hover, a.big-icon-theme:hover { background-position: -80px -320px; } li.active a.big-icon-themes, li.active a.big-icon-theme { background-position: -160px -320px; } .big-icon-members, .big-icon-user { background-position: 0 -400px; } a.big-icon-members:hover, a.big-icon-user:hover { background-position: -80px -400px; } li.active a.big-icon-members, li.active a.big-icon-user { background-position: -160px -400px; } .big-icon-extensions { background-position: 0 -480px; } a.big-icon-extensions:hover { background-position: -80px -480px; } li.active a.big-icon-extensions { background-position: -160px -480px; } .big-icon-settings, .big-icon-configuration { background-position: 0 -560px; } a.big-icon-settings:hover, a.big-icon-configuration:hover { background-position: -80px -560px; } li.active a.big-icon-settings, li.active a.big-icon-configuration { background-position: -160px -560px; } .kDark li.active { background-color: #8ac64f; } .kDark textarea:focus, .kDark input[type="text"]:focus, .kDark input[type="password"]:focus, .kDark input[type="datetime"]:focus, .kDark input[type="datetime-local"]:focus, .kDark input[type="date"]:focus, .kDark input[type="month"]:focus, .kDark input[type="time"]:focus, .kDark input[type="week"]:focus, .kDark input[type="number"]:focus, .kDark input[type="email"]:focus, .kDark input[type="url"]:focus, .kDark input[type="search"]:focus, .kDark input[type="tel"]:focus, .kDark input[type="color"]:focus, .kDark .uneditable-input:focus { border-color: rgba(128, 176, 65, 0.3); border-left: none; border-right: none; outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 0 0 2px rgba(128, 176, 65, 0.9); -moz-box-shadow: inset 0 0 0 2px rgba(128, 176, 65, 0.9); box-shadow: inset 0 0 0 2px rgba(128, 176, 65, 0.9); } body.front #searchForm input[type="text"]:focus { border-color: rgba(128, 176, 65, 0.3); border: 1px solid rgba(128, 176, 65, 0.9); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 0 0 1px rgba(128, 176, 65, 0.9); -moz-box-shadow: inset 0 0 0 1px rgba(128, 176, 65, 0.9); box-shadow: inset 0 0 0 1px rgba(128, 176, 65, 0.9); } /* FORMS START */ fieldset.section { padding: 10px 20px 20px; margin-bottom: 20px; -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; border-radius: 5px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } form .controls .align { position: relative; top: 5px; } form .controls textarea ~ button, form .controls textarea ~ table, form .controls textarea ~ span { vertical-align: top; } /* FORMS END */ @media (max-width: 767px) { .x .brand img { max-height: 36px; } .x .admin { width: 32px; height: 32px; } .landscape #kSidebar { width: 80px; } .landscape #kSidebar { width: 80px; } .landscape .kSidebarOpen { width: 300px!important; margin-right: -220px!important; z-index: 999; position: relative; transition:.3s } #kSidebar .span8 { width: 60px; margin: 0 -10px!important; position: relative; float: left; clear: none; display: block!important; } .landscape #ksidebar .span8 { float: right; } .portrait #kSidebar .span8 { width: 70%; } .landscape .kWrapper { width: calc(100% - 80px); } .landscape #kSidebar .mCustomScrollBox { overflow: visible!important; } .landscape .dropdown-menu.pull-right { left: 0!important; right: auto; } .landscape .dropdown.pull-right { margin: 10px auto; display: block!important; clear: both; position: static; float: right; width: 36px; } .landscape .toggle-sidebar.pull-right { margin: 10px auto; display: block!important; clear: both; position: static; float: right; } .landscape .kSidebarOpen .toggle-sidebar.pull-right, .landscape .kSidebarOpen .dropdown.pull-right { position: relative; float: right; clear: none; margin-top: 0; margin-left: 10px; } .landscape .kSidebar { transition: width 0.3s; } .landscape .kSidebarOpen .brand .span8 { width: 50%!important; transition:0.7s; } .landscape .kSidebarOpen .brand { margin-bottom: 0; padding-bottom: 0; transition:0.7s; } .dropdown-menu.pull-right { z-index: 999999999999999!important; } .tooltip { display: none!important; } fieldset.section { margin: 0 0 10px; padding: 0 0 10px; border-top-width: 0 0 1px; border-style: dotted; border-color: #ddd; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } body { padding-right: 0; padding-left: 0; } body.portrait { margin: 0; padding: 60px 0 120px } .portrait .brand .row-fluid [class*="span"] { display: inline; width: auto; } .kInfo { display: none; } .portrait .kWrapper { padding-bottom: 80px !important; } .kNumbers { height: 40px; display: inline-block; width: 46%; } #kSidebar .brand .span8 { display: none; } .portrait #kSidebar { display: block; width: 100%; position: fixed; top: 0; height: auto !important; overflow: visible !important; z-index: 999; min-width: 320px; font-size: 12.224pt; /* -webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, .5); box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, .5);*/ } .kSidebarOpen { width: 50%; margin-right: -30%; z-index: 999; position: relative; } #kSidebar input, #kSidebar h6 { font-size: 12.224pt } .brand { /* -webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, .5); box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, .5);*/ } #kMobileMenu { display: none; } /* SMALL NAV */ a.big-icon-preview { background-position: -10px -10px; } a.big-icon-preview:hover { background-position: -90px -10px; } li.active a.big-icon-preview { background-position: -170px -10px; } .big-icon-dashboard { background-position: -10px -90px; } a.big-icon-dashboard:hover { background-position: -90px -90px; } li.active a.big-icon-dashboard { background-position: -170px -90px; } .big-icon-content { background-position: -10px -170px; } a.big-icon-content:hover { background-position: -90px -170px; } li.active a.big-icon-content { background-position: -170px -170px; } .big-icon-menus, .big-icon-menu { background-position: -10px -250px; } a.big-icon-menus:hover, a.big-icon-menu:hover { background-position: -90px -250px; } li.active a.big-icon-menus, li.active a.big-icon-menu { background-position: -170px -250px; } .big-icon-themes, .big-icon-theme { background-position: -10px -330px; } a.big-icon-themes:hover, a.big-icon-theme:hover { background-position: -90px -330px; } li.active a.big-icon-themes, li.active a.big-icon-theme { background-position: -170px -330px; } .big-icon-members, .big-icon-user { background-position: -10px -410px; } a.big-icon-members:hover, a.big-icon-user:hover { background-position: -90px -410px; } li.active a.big-icon-members, li.active a.big-icon-user { background-position: -170px -410px; } .big-icon-extensions { background-position: -10px -490px; } a.big-icon-extensions:hover { background-position: -90px -490px; } li.active a.big-icon-extensions { background-position: -170px -490px; } .big-icon-settings, .big-icon-configuration { background-position: -10px -570px; } a.big-icon-settings:hover, a.big-icon-configuration:hover { background-position: -90px -570px; } li.active a.big-icon-settings, li.active a.big-icon-configuration { background-position: -170px -570px; } /* SMALL NAV END */ .kNav li a { height: 60px; width: 60px; } .portrait .kNav li a { display: block; } .portrait form.action { display: block !important; position: static !important; margin-bottom: 10px; } .kDark li a:active, .kDark li a:focus { outline: 2px solid rgba(128, 176, 65, 0.9); } .kWrapper-container { margin-right: 60px; } .portrait .kWrapper, .portrait .kWrapper-container { margin: 0px; padding: 0px; width: 100%; position: static; display: block; float: none; } .pagetitle-fixed { display: none; } .page-title { padding: 10px 20px; } .page-title h1 { font-size: 20pt; line-height: 2.2em; } .portrait .kBigHeader .kWrapper-container { margin-top: 0 } .portrait .kBigHeader .pagetitle-fixed { margin-top: 0 } .kBigHeader .main-nav-holder { margin-top: -80px; } #content { padding: 10px; } .kBigHeader #content { } .swatchBoard { margin: 0; padding: 20px; } .portrait #kNav { position: fixed; width: 100%; bottom: 0; left: 0; top: auto; height: 60px; z-index: 999; overflow: hidden; } #kNav { width: 60px; } #kNav ul { width: 60px; height: 482px; } .portrait #kNav ul { height: 60px; width: 482px; text-wrap: none; white-space: nowrap; } #kNav li { height: 60px; } .portrait #kNav li { display: inline-block; height: 60px; } .portrait #kNav li:first-child { height: 60px !important; } #kMobileMenu { } #kMobileMenu > div { padding: 10px 20px; } .big-icon-preview { background-position: -10px -10px; } a.big-icon-preview:hover { background-position: -90px -10px; } li.active a.big-icon-preview { background-position: -170px -10px; } .portrait a.big-icon-preview { height: 60px !important; } .portrait .big-icon-preview { background-position:-10px -10px; -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3); box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.3); border-right: 1px solid rgba(255, 255, 255, 0.1); border-bottom: none; box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.3); } .swatch { height: 86px; } .portrait .kSidebar > div.mCustomScrollBox { overflow: visible !important; } .toggle-sidebar { margin-top: 0px; margin-right: 0px; margin-bottom: 10px; cursor: pointer; } } .chart-tooltip { z-index: 10000; } #chart-container { margin-top: 0px; padding-top: 26px; padding-bottom: 0; background-color: rgba(104, 210, 198, 1); } .visitor { margin: -14px -20px -5px; background: none; border: none; } .alert.dashboard { margin: 20px 40px 0 } /* TOOLTIPS START */ .tooltip { font-size: 11px !important; line-height: 14px; opacity: 0; filter: alpha(opacity = 0); visibility: visible; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; font-weight: normal !important; } .tooltip.in { opacity: 1; filter: alpha(opacity = 100); } .tooltip-inner { padding: 5px 8px; font-family: Arial, "Helvetica Neue", sans-serif; background-color: #619c14; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 1px 0px 0px #2b5800, inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #78b824, 0 4px 6px rgba(70, 50, 20, 0.4); box-shadow: 0px 1px 0px 0px #2b5800, inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #78b824, 0 4px 6px rgba(70, 50, 20, 0.4); border: 1px solid #6c9b30; } .tooltip.top { padding: 6px 0; margin-top: -3px; } .tooltip.right { padding: 0 6px; margin-left: 3px; } .tooltip.bottom { padding: 6px 0; margin-top: 3px; } .tooltip.left { padding: 0 6px; margin-left: -3px; } .tooltip.top .tooltip-arrow { margin-left: -7px; border-top-color: #5c9513; border-width: 7px 7px 0; } .tooltip.right .tooltip-arrow { margin-top: -7px; border-right-color: #5c9513; border-width: 7px 7px 7px 0; } .tooltip.left .tooltip-arrow { margin-top: -7px; border-left-color: #5c9513; border-width: 7px 0 7px 7px; } .tooltip.bottom .tooltip-arrow { margin-left: -7px; border-bottom-color: #5c9513; border-width: 0 7px 7px; } td.title .tooltip-inner { width: 440px; } .popover { background-color: #619c14; border: 1px solid #6c9b30; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; -webkit-box-shadow: 0px 1px 0px 0px #2b5800, inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #78b824, 0 4px 6px rgba(70, 50, 20, 0.4); box-shadow: 0px 1px 0px 0px #2b5800, inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #78b824, 0 4px 6px rgba(70, 50, 20, 0.4); } .popover-title { padding: 9px; font-size: 14px; font-weight: bold; line-height: 18px; background-color: #365013; border-bottom: 1px solid #78b824; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; color: #ffffff; text-shadow: none; margin: -2px; } .popover-content { padding: 7px 9px; font-size: 11px; line-height: 14px; color: #ffffff; font-weight: bold; } .popover-content p { margin: 0; } .popover.top .arrow { bottom: -12px; left: 50%; margin-left: -11px; border-top-color: #2B5800; border-bottom-width: 0; } .popover.top .arrow:after { bottom: 1px; margin-left: -10px; border-top-color: #5C9513; border-bottom-width: 0; } .popover.right .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #78b824; border-left-width: 0; } .popover.right .arrow:after { bottom: -11px; left: 1px; border-right-color: #5C9513; border-left-width: 0; } .popover.bottom .arrow { top: -11px; left: 50%; margin-left: -11px; border-bottom-color: #2B5800; border-top-width: 0; } .popover.bottom .arrow:after { top: 1px; margin-left: -10px; border-bottom-color: #365013; border-top-width: 0; } .popover.left .arrow { top: 50%; right: -11px; margin-top: -12px; border-left-color: #78b824; border-right-width: 0; } .popover.left .arrow:after { right: 1px; bottom: -11px; border-left-color: #5C9513; border-right-width: 0; } /* TOOLTIPS END */ /* BUTTONS START */ button.clear { margin: 0; padding: 0; background: none; border: none; } .btn, .btn:visited, .btn:hover, .btn.visited, .btn.hover, .nav a, .nav a:visited, .nav a:hover, .nav a:focus { -webkit-transition: .1s; -moz-transition: .1s; -o-transition: .1s; transition: .1s; } .swatchBoard a, .swatchBoard a:visited, .swatchBoard a:hover, .swatchBoard a:focus { -webkit-transition: text-shadow .1s, box-shadow .1s; -moz-transition: text-shadow .1s, box-shadow .1s; -o-transition: text-shadow .1s, box-shadow .1s; transition: text-shadow .1s, box-shadow .1s; } .btn { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 10pt; font-weight: 500; -webkit-border-radius: 3px; border-radius: 3px; color: #333333; padding: 4px 20px; border: #777 1px solid; font-style: normal; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background: #ddd; background: -moz-linear-gradient(top, #fafafa 0%, #dddddd 50%, #cccccc 99%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(50%, #dddddd), color-stop(99%, #cccccc)); background: -webkit-linear-gradient(top, #fafafa 0%, #dddddd 50%, #cccccc 99%); background: -o-linear-gradient(top, #fafafa 0%, #dddddd 50%, #cccccc 99%); background: -ms-linear-gradient(top, #fafafa 0%, #dddddd 50%, #cccccc 99%); background: linear-gradient(to bottom, #fafafa 0%, #dddddd 50%, #cccccc 99%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fafafa', endColorstr = '#cccccc', GradientType = 0); } .btn span { margin: 0; padding: 0; } a.btn { color: #333 } a.btn-primary, a.btn-danger, a.btn-info, a.btn-inverse, a.btn-success, a.btn-warning { color: #fff } .btn, .btn-group > .btn + .dropdown-toggle { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgba(0, 0, 0, .2); } .btn:hover, .btn:focus, .btn:active, .btn.active { background-color: #ddd; background-position: 0, 0; box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4), inset 0 1px 0px 0 rgba(255, 255, 255, .6), inset 0 30px 0 0 rgba(0, 0, 0, 0); } .btn.disabled, .btn[disabled] { -moz-opacity: 0.5; -webkit-opacity: 0.5; opacity: 0.5; } .btn.active, .btn:active, .btn-group > .btn + .dropdown-toggle:active, .btn-group > .btn + .dropdown-toggle.active { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 2px 0 0 rgba(0, 0, 0, .5), inset 0 60px 0 0 rgba(0, 0, 0, .2); } .btn-primary.disabled, .btn-primary[disabled], .btn-primary, .btn-primary:active, .btn-primary.active, .btn-group > .btn-primary + .dropdown-toggle:active, .btn-group > .btn-primary + .dropdown-toggle.active { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); border: 1px solid #2b5800; background: #699332; background: -moz-linear-gradient(top, #90bb59 0%, #65902e 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #90bb59), color-stop(100%, #65902e)); background: -webkit-linear-gradient(top, #90bb59 0%, #65902e 100%); background: -o-linear-gradient(top, #90bb59 0%, #65902e 100%); background: -ms-linear-gradient(top, #90bb59 0%, #65902e 100%); background: linear-gradient(to bottom, #90bb59 0%, #65902e 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#90bb59', endColorstr = '#65902e', GradientType = 0); } .btn-danger.disabled, .btn-danger[disabled], .btn-danger, .btn-danger:active, .btn-danger.active, .btn-group > .btn-danger + .dropdown-toggle:active, .btn-group > .btn-danger + .dropdown-toggle.active { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); border: 1px solid #8a0000; background: #db1919; background: -moz-linear-gradient(top, #ef2d2d 0%, #c40202 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef2d2d), color-stop(100%, #c40202)); background: -webkit-linear-gradient(top, #ef2d2d 0%, #c40202 100%); background: -o-linear-gradient(top, #ef2d2d 0%, #c40202 100%); background: -ms-linear-gradient(top, #ef2d2d 0%, #c40202 100%); background: linear-gradient(to bottom, #ef2d2d 0%, #c40202 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ef2d2d', endColorstr = '#c40202', GradientType = 0); } .btn-warning.disabled, .btn-warning[disabled], .btn-warning, .btn-warning:active, .btn-warning.active, .btn-group > .btn-warning + .dropdown-toggle:active, .btn-group > .btn-warning + .dropdown-toggle.active { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); border: 1px solid #af6600; background: #d39502; background: -moz-linear-gradient(top, #fec12d 0%, #d39502 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fec12d), color-stop(100%, #d39502)); background: -webkit-linear-gradient(top, #fec12d 0%, #d39502 100%); background: -o-linear-gradient(top, #fec12d 0%, #d39502 100%); background: -ms-linear-gradient(top, #fec12d 0%, #d39502 100%); background: linear-gradient(to bottom, #fec12d 0%, #d39502 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fec12d', endColorstr = '#d39502', GradientType = 0); } .btn-success.disabled, .btn-success[disabled], .btn-success, .btn-success:active, .btn-success.active, .btn-group > .btn-success + .dropdown-toggle:active, .btn-group > .btn-success + .dropdown-toggle.active { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); border: 1px solid #2b5800; background: #699332; background: -moz-linear-gradient(top, #90bb59 0%, #65902e 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #90bb59), color-stop(100%, #65902e)); background: -webkit-linear-gradient(top, #90bb59 0%, #65902e 100%); background: -o-linear-gradient(top, #90bb59 0%, #65902e 100%); background: -ms-linear-gradient(top, #90bb59 0%, #65902e 100%); background: linear-gradient(to bottom, #90bb59 0%, #65902e 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#90bb59', endColorstr = '#65902e', GradientType = 0); } .btn-info.disabled, .btn-info[disabled], .btn-info, .btn-info:active, .btn-info.active, .btn-group > .btn-info + .dropdown-toggle:active, .btn-group > .btn-info + .dropdown-toggle.active { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); border: 1px solid #002564; background: #1976b3; background: -moz-linear-gradient(top, #2d8bc7 0%, #025f9c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d8bc7), color-stop(100%, #025f9c)); background: -webkit-linear-gradient(top, #2d8bc7 0%, #025f9c 100%); background: -o-linear-gradient(top, #2d8bc7 0%, #025f9c 100%); background: -ms-linear-gradient(top, #2d8bc7 0%, #025f9c 100%); background: linear-gradient(to bottom, #2d8bc7 0%, #025f9c 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2d8bc7', endColorstr = '#025f9c', GradientType = 0); } .btn-inverse.disabled, .btn-inverse[disabled], .btn-inverse, .btn-inverse:active, .btn-inverse.active, .btn-group > .btn-inverse + .dropdown-toggle:active, .btn-group > .btn-inverse + .dropdown-toggle.active { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); border: 1px solid #222222; background: #4d4d4d; background: -moz-linear-gradient(top, #626262 0%, #363636 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #626262), color-stop(100%, #363636)); background: -webkit-linear-gradient(top, #626262 0%, #363636 100%); background: -o-linear-gradient(top, #626262 0%, #363636 100%); background: -ms-linear-gradient(top, #626262 0%, #363636 100%); background: linear-gradient(to bottom, #626262 0%, #363636 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#626262', endColorstr = '#363636', GradientType = 0); } .btn-primary [class^="icon-"], .btn-primary [class*=" icon-"] { display: inline-block; width: 14px; height: 14px; margin-top: 1px; margin-right: .4em; *margin-right: .4em; margin-left: -7px; line-height: 14px; vertical-align: text-top; background-image: url("../img/glyphicons-halflings-white.png"); } .btn .caret { margin-right: -5px; } .btn-group > .btn + .dropdown-toggle .caret { margin-right: 0; } [class^="icon-"], [class*=" icon-"] { } .btn-small, .btn-small:hover, .btn-small:active, .btn-small:focus, .btn-small.hover, .btn-small.active, .btn-small.focus { font-size: .9em; line-height: 1.3em; padding-left: 10px; padding-right: 10px; } .btn-large, .btn-large:hover, .btn-large:active, .btn-large:focus, .btn-large.hover, .btn-large.active, .btn-large.focus { font-size: 1.1em; font-weight: bold; padding: 11px 20px; } /* BUTTONS END */ /* FORM ELEMENTS */ textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select { background-color: #ffffff; border: 1px solid #c8c2b8; border-top-color: #98938b; border-bottom-color: #c8c2b8; } button:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { -webkit-box-shadow: 0 0 6px 0 #6d7587; box-shadow: 0 0 6px 0 #6d7587; border: 1px solid #6d7587; outline: 0; } .input-append .btn, .input-prepend .btn { box-shadow: none; font-size: 10pt; } .input-append .add-on, .input-prepend .add-on { background-color: #f4efe9; border: 1px solid #c8c2b8; border-top-color: #98938b; border-bottom-color: #c8c2b8; color: #7a766f; text-shadow: 0 -1px 0 #ffffff; font-weight: bold; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; opacity: .8; } /* FORM ELEMENTS END */ .langEdit li.en input, .langEdit li.en textarea, .mLangEdit li.en textarea { background: url(../img/flag.us.gif) no-repeat 98% 8px; } .langEdit li.ko input, .langEdit li.ko textarea, .mLangEdit li.ko textarea { background: url(../img/flag.kr.gif) no-repeat 98% 8px; } .langEdit li.jp input, .langEdit li.jp textarea, .mLangEdit li.jp textarea { background: url(../img/flag.jp.gif) no-repeat 98% 8px; } .langEdit li.fr input, .langEdit li.fr textarea, .mLangEdit li.fr textarea { background: url(../img/flag.fr.gif) no-repeat 98% 8px; } .langEdit li.de input, .langEdit li.de textarea, .mLangEdit li.de textarea { background: url(../img/flag.de.gif) no-repeat 98% 8px; } .langEdit li.ru input, .langEdit li.ru textarea, .mLangEdit li.ru textarea { background: url(../img/flag.ru.gif) no-repeat 98% 8px; } .langEdit li.es input, .langEdit li.es textarea, .mLangEdit li.es textarea { background: url(../img/flag.es.gif) no-repeat 98% 8px; } .langEdit li.tr input, .langEdit li.tr textarea, .mLangEdit li.tr textarea { background: url(../img/flag.tr.gif) no-repeat 98% 8px; } .langEdit li.vi input, .langEdit li.vi textarea, .mLangEdit li.vi textarea { background: url(../img/flag.vn.gif) no-repeat 98% 8px; } .langEdit li.mn input,langlist .langEdit li.mn textarea, .mLangEdit li.mn textarea { background: url(../img/flag.mn.gif) no-repeat 98% 8px; } .langEdit li.ro input, .langEdit li.ro textarea, .mLangEdit li.ro textarea { background: url(../img/flag.ro.gif) no-repeat 98% 8px; } .langEdit li.zh-CN input, .langEdit li.zh-CN textarea, .mLangEdit li.zh-CN textarea { background: url(../img/flag.cn.gif) no-repeat 98% 8px; } .langEdit li.zh-TW input, .langEdit li.zh-TW textarea, .mLangEdit li.zh-TW textarea { background: url(../img/flag.tw.gif) no-repeat 98% 8px; } .mLangEdit.en strong { background: url(../img/flag.us.gif) no-repeat 0 10px } .mLangEdit.ko strong { background: url(../img/flag.kr.gif) no-repeat 0 10px } .mLangEdit.jp strong { background: url(../img/flag.jp.gif) no-repeat 0 10px } .mLangEdit.fr strong { background: url(../img/flag.fr.gif) no-repeat 0 10px } .mLangEdit.de strong { background: url(../img/flag.de.gif) no-repeat 0 10px } .mLangEdit.ru strong { background: url(../img/flag.ru.gif) no-repeat 0 10px } .mLangEdit.es strong { background: url(../img/flag.es.gif) no-repeat 0 10px } .mLangEdit.tr strong { background: url(../img/flag.tr.gif) no-repeat 0 10px } .mLangEdit.vi strong { background: url(../img/flag.vn.gif) no-repeat 0 10px } .mLangEdit.mn strong { background: url(../img/flag.mn.gif) no-repeat 0 10px } .mLangEdit.zh-CN strong { background: url(../img/flag.cn.gif) no-repeat 0 10px } .mLangEdit.zh-TW strong { background: url(../img/flag.tw.gif) no-repeat 0 10px } .langEdit { background: #fff; position: absolute; z-index: 10; } *:focus { outline: none; box-shadow: none; } .pull-top { vertical-align: top; } .mCS_no_scrollbar { overflow: visible !important; } .help-block, .help-inline { color: #777777; font-size: 1em; } .help-block:before, .help-block:after { content:""; display: table; width: 100%; clear: both; } /* OLDX THEME */ .x .thumbPreview li { position: relative; padding-left: 10px; padding-right: 10px; } .x .thumbPreview, .x .thumbPreview ul, .x .thumbPreview li { margin: 0; padding: 0; list-style: none; } .x fieldset .thumbPreview > li { padding: 16px 20px 20px; } .x #skin .thumbPreview > li { transition: .5s; -webkit-transition: .5s; padding: 16px 20px 20px; margin-bottom: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid transparent; } .x #skin .thumbPreview li.active.highlight { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid; box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); color: #333333; background-color: #d4e5bf; border-color: #97bc66; } .x .thumbPreview .prevToggle { position: absolute; top: 8px; right: 10px; line-height: 16px; text-decoration: none; } .x .thumbPreview li.active .prevToggle .caret { border-top: none; border-bottom: 4px solid #000000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; } .x .thumbPreview .a { border: 0; margin: 0; zoom: 1; } .x .thumbPreview .a:after { content: ""; display: block; clear: both; } .x .thumbPreview .i { float: left; vertical-align: top; margin: 0 1em 1em 0; padding: 0; border: 0; zoom: 1; } .x .thumbPreview .a .i { margin-bottom: 0; } .x .thumbPreview .a.selected .i { margin-bottom: 1em; } .x .thumbPreview .i:after { content: ""; display: block; clear: both; } .x .thumbPreview .i .thumb { position: relative; width: 120px; height: 80px; padding: 0; margin-bottom: 3px; text-align: center; overflow: hidden; display: block; cursor: pointer; background: #fff; border: 2px solid #6d7587; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .x .thumbPreview .userDefine .thumb { line-height: 80px; font-size: 90%; background: url("../img/user-defined-layout.png") 50% 0 no-repeat; -moz-background-size: 100%; -webkit-background-size: 100%; background-size: 100%; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./modules/admin/tpl/img/user-defined-layout.png', sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./modules/admin/tpl/img/user-defined-layout.png', sizingMethod='scale')"; } .x .thumbPreview .i .thumb .frame { position: absolute; width: 120px; height: 80px; left: 0; top: 0; overflow: hidden; } .x .thumbPreview .i .thumb img { margin: 0; } .x .thumbPreview .i label { display: block; position: relative; top: -10px; left: 0px; width: 114px; padding: 0 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 11px; background-color: #9ea4b0; background-color: rgba(109, 117, 135, .8); color: #fff; text-shadow: 0 1px 0 #6d7587; } .x .thumbPreview .i input { display: none; } .x .thumbPreview .i ul { display: none; } .x .thumbPreview .selected .i { display: block; float: none; } .x .thumbPreview .selected .i .thumb { float: left; width: 180px; height: 120px; line-height: 120px; margin: 0 1em 0 0; border: 2px solid #6d7587; } .x .thumbPreview .selected .i .thumb .frame { width: 180px; height: 120px; border-width: 3px; } .x .thumbPreview li.active.highlight .selected .userDefine .thumb { background: url("../img/user-defined-layout.png") 0 0 no-repeat; } .x .thumbPreview li.active.highlight .selected .i .thumb .x .thumbPreview .selected .i .thumb img { width: 180px; position: relative; } .x .thumbPreview li.active .selected .i .thumb img { z-index: auto; } .x .thumbPreview .selected .i label { cursor: text; } .x .thumbPreview .selected .i ul { display: block; list-style: none; border: 0; margin: 1em 0 1em 200px; } .x .thumbPreview .selected .i li { border: 0; padding: 0; margin: 0 0 .2em 0; } .x .thumbPreview.jx .i label { display: inline; width: auto; } .x .thumbPreview.jx .i.noDirection { display: none; } .x .thumbPreview.jx .i input { display: inline; } .x #skin .showAll { float: right; border: 0; overflow: visible; padding: 0 18px 0 0; cursor: pointer; color: #00f; background: url(../img/iconArrow.gif) no-repeat right -32px; } #skin .noDirection .thumb { background: url("../img/preview-not-available.jpg") 50% 50% no-repeat; } .x #skin .showAll.hideAll { background-position: right 0; } .x #theme li.i, .x #skin li.i { top: -20px; } .x #theme li.i .thumb, .x #skin li.i .thumb { top: 20px; } .x #theme ul.well { padding: 10px 20px !important; } .x #theme .thumbPreview li.active.highlight { background: none; } .x #theme .thumbPreview .prevToggle { position: static; left: 0; line-height: 20px; text-decoration: none; } .x #theme .thumbPreview li.active .prevToggle { background-position: right 0; } .x #theme .scrollable-table-container { height: 100px; } .x #theme { padding: 6px 10px 10px; } .x .btnArea.padding { padding: 20px; border-top: 1px solid #ddd } /* NAV PILLS */ .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus { background-color: #e95c1d; } .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus { background-color: #e95c1d; } .nav-list [class^="icon-"], .nav-list [class*=" icon-"] { margin-right: 2px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #f5f5f5; color: #444; } .nav .dropdown-toggle .caret { margin-top: 6px; border-top-color: #e95c1d; border-bottom-color: #e95c1d; } .nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret { border-top-color: #40180d; border-bottom-color: #40180d; } .nav-list .divider { *width: 100%; height: 1px; margin: 9px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .dropdown-menu > div > a:hover, .dropdown-menu > div > a:focus { color: #ffffff; text-decoration: none; background: #79ad36; } .navbar .nav > li > .dropdown-menu:before { position: absolute; top: -7px; left: 9px; display: inline-block; border-right: 7px solid transparent; border-bottom: 7px solid #aba69e; border-left: 7px solid transparent; content: ''; } .navbar .nav > li > .dropdown-menu:after { position: absolute; top: -6px; left: 10px; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #f3f3f3; border-left: 6px solid transparent; content: ''; } .navbar-fixed-bottom .nav > li > .dropdown-menu:before { top: auto; bottom: -7px; border-top: 7px solid #aba69e; border-bottom: 0; } .navbar-fixed-bottom .nav > li > .dropdown-menu:after { top: auto; bottom: -6px; border-top: 6px solid #f3f3f3; border-bottom: 0; } /* NAV PILLS END */ /* ALERTS */ .alert-info table { -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3); box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3); } .alert-info table, .alert-info table td, .alert-info table th { background: rgba(255,255,255,0.1); border: none; } .alert-info table tr:hover td, .alert-info table tr:hover th { background: rgba(255,255,255,0.4); } /* TABLES */ table th[scope=row] { vertical-align: middle; } /* FIREFOX RESETS */ button:active, button:focus { outline: none; -mox-box-shadow: none; box-shadow: none; } /* FIREFOX RESETS END */ .portrait .dropdown.open { overflow: visible; z-index: 9999999999999999999; } .portrait .dropdown.open > ul { z-index: 999999999999999999; } table.table { } .horizontal-scroll { margin-bottom: 15px; } .horizontal-scroll table { margin-bottom: 0!important; } /* Pagination */ .pagination { margin-top: 10px; } .pagination ul { border: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } input#current_page { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; text-align: center; width: 40px; margin-left: -1px; font-size: 16px; z-index: 99; position: relative; outline: 1px solid rgba(109,117,135,0.3); } input#current_page:hover { outline: 1px solid rgba(109,117,135,0.6); } input#current_page:focus { outline: 1px solid rgba(109,117,135,0.9); box-shadow: none; } .btn-goto { display: block; position: absolute; z-index: 0; width: 54px; background: #6d7587; text-align: center; height: 30px; padding-top: 2px; margin-top: 0; border-radius: 0 0 4px 4px; margin-left: -1px; z-index: 1; opacity: 0; transition:.3s; margin-top: -40px; } .btn-goto.btn-v { margin-top: -10px; margin-left: -1px; opacity: 1; transition:.3s; } .btn-goto button { opacity: 0; transition:.1s; } .btn-goto.btn-v button { opacity: 1; transition:.7s; } .pagination ul > li > a.clear, .pagination ul > li > span.clear { border-color: transparent; border-right: 1px solid #dddddd; } .pagination ul > li > a.clear:hover, .pagination ul > li > span.clear:hover { cursor: default; background: none; } .pagination ul > li > a.direction { font-size: 18pt; } table .crt_no { white-space: nowrap; } table#layouts { } table#layouts td, table#layouts th { border-top: 0; padding: 4px 5px; } table#layouts td.instance { padding-left: 30px; background-image: url("../img/children.png"); background-position: 15px 0; background-repeat: no-repeat; white-space:normal!important; } table#layouts .kActionIcons { opacity: 0; display: inline; white-space: nowrap; float: right; clear: none; padding-left: 20px; transition:0.2s; } table#layouts .kActionIcons form { display: inline; } table#layouts tr:hover .kActionIcons { opacity: 1; transition:0.2s; } a.new-instance { opacity: 0.5; transition:0.2s; padding: 5px; } a.new-instance:hover { opacity: 1; transition:0.2s; } .ui-progressbar-value .pNum{ position:absolute; margin: 0 auto; text-align:center; width:90% } .search-site-list { position: absolute; bottom: 350px; left: 35px; }
bases/documentacion/fr/dbnpar.html
SuporteCTRL/suitesaber
Le fichier dbn.par Le fichier dbn.par est un des fichiers de configuration caractéristiques de CDS/Isis, qui indique la localisation des différentes parties de la base de données. Dans la version actuelle de ABCD ce fichier spécifie : 1. le chemin du dossier où réside la base de données elle-même 2. le chemin vers le format qui produit le prologue de la page pour la mise à jour d'un enregistrement 3. le chemin vers le format qui produit l'épilogue de la page pour la mise à jour d'un enregistrement Par exemple : biblo.*=%path_database%biblo/data/biblo.* prologoact.pft=%path_database%www/prologoact.pft epilogoact.pft=%path_database%www/epilogoact.pft Les formats d'impression ne sont pas inclus dans ce fichier depuis qu' ABCD crée le chemin directement sur la base des paramètres de configuration. Le nom %path_database% dans le fichier .par est remplacé par le véritable chemin dans le fichier de configuration principal config.php. Cela permet de déplacer le répertoire bases sans incidence sur les répertoires des autres parties de la base de données. Si pour une raison quelconque les fichiers de la base de données doivent être placés ailleurs du dossier base, spécifier les chemins absolus (et non relatifs) dans le fichier dbn.par Si un format fait référence à un autre, ou si REF est utilisé comme relation à une autre base de données, les deux bases doivent être incluses dans les dbn.par correspondants.
03_Projekt/Info/aShareInDeath/exec/buch/exec/basic/Sub/Other/assets/css/main.css
jkbngl/AbgabenTP
@import url(font-awesome.min.css); @import url("https://fonts.googleapis.com/css?family=Pacifico|Source+Sans+Pro:200,400"); /* Epilogue by TEMPLATED templated.co @templatedco Released for free under the Creative Commons Attribution 3.0 license (templated.co/license) */ /* Reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { -webkit-text-size-adjust: none; } /* Box Model */ *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* Basic */ @-ms-viewport { width: device-width; } body { -ms-overflow-style: scrollbar; } @media screen and (max-width: 480px) { html, body { min-width: 320px; } } body { background: #f4f4f4; } body.is-loading *, body.is-loading *:before, body.is-loading *:after { -moz-animation: none !important; -webkit-animation: none !important; -ms-animation: none !important; animation: none !important; -moz-transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; transition: none !important; } /* Type */ body { background-color: #f4f4f4; color: #666666; } body, input, select, textarea { font-family: "Source Sans Pro", Helvetica, sans-serif; font-size: 17pt; font-weight: 200; line-height: 1.65; } @media screen and (max-width: 1680px) { body, input, select, textarea { font-size: 13pt; } } @media screen and (max-width: 1280px) { body, input, select, textarea { font-size: 12pt; } } @media screen and (max-width: 360px) { body, input, select, textarea { font-size: 11pt; } } a { -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease; -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease; -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease; transition: color 0.2s ease, border-bottom-color 0.2s ease; text-decoration: none; border-bottom: dotted 1px; } a:hover { border-bottom-color: transparent; } strong, b { font-weight: 400; } em, i { font-style: italic; } p { margin: 0 0 2em 0; } h1, h2, h3, h4, h5, h6 { font-weight: 400; line-height: 1.5; margin: 0 0 1em 0; text-transform: uppercase; letter-spacing: 0.375rem; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; } h1 { font-size: 2em; } h2 { font-size: 1.75em; } h3 { font-size: 1.25em; } h4 { font-size: 1em; } h5 { font-size: 0.9em; } h6 { font-size: 0.7em; } @media screen and (max-width: 736px) { h1 { font-size: 1.5em; } h2 { font-size: 1.25em; } h3 { font-size: 1em; } } sub { font-size: 0.8em; position: relative; top: 0.5em; } sup { font-size: 0.8em; position: relative; top: -0.5em; } blockquote { border-left: solid 4px; font-style: italic; margin: 0 0 2em 0; padding: 0.5em 0 0.5em 2em; } code { border-radius: 4px; border: solid 1px; font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0.25em; padding: 0.25em 0.65em; } pre { -webkit-overflow-scrolling: touch; font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0 2em 0; } pre code { display: block; line-height: 1.75; padding: 1em 1.5em; overflow-x: auto; } hr { border: 0; border-bottom: solid 1px; margin: 2em 0; } hr.major { margin: 3em 0; } .align-left { text-align: left; } .align-center { text-align: center; } .align-right { text-align: right; } input, select, textarea { color: #444444; } a { color: inherit; } a:hover { color: #EF6480 !important; } strong, b { color: #444444; } h1, h2, h3, h4, h5, h6 { color: #444444; } blockquote { border-left-color: #666666; } code { background: rgba(144, 144, 144, 0.075); border-color: #666666; } hr { border-bottom-color: #666666; } /* Box */ .box { border-radius: 4px; border: solid 1px; margin-bottom: 2em; padding: 1.5em; } .box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; } .box.alt { border: 0; border-radius: 0; padding: 0; } .box { border-color: #666666; } /* Button */ input[type="submit"], input[type="reset"], input[type="button"], button, .button { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; -ms-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out; border-radius: 4px; border: 0; cursor: pointer; display: inline-block; font-weight: 400; height: 3.5em; line-height: 3.5em; padding: 0 2em 0 2.375em; text-align: center; text-decoration: none; white-space: nowrap; text-transform: uppercase; letter-spacing: 0.325em; font-size: 0.725em; } input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before { margin-right: 0.5em; } input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit { display: block; margin: 0 0 1em 0; width: 100%; } input[type="submit"].big, input[type="reset"].big, input[type="button"].big, button.big, .button.big { font-size: 0.8em; padding: 0 2.5em 0 2.875em; height: 3.75em; line-height: 3.75em; } input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled { -moz-pointer-events: none; -webkit-pointer-events: none; -ms-pointer-events: none; pointer-events: none; opacity: 0.25; } @media screen and (max-width: 480px) { input[type="submit"], input[type="reset"], input[type="button"], button, .button { padding: 0; } } input[type="submit"], input[type="reset"], input[type="button"], button, .button { background-color: transparent; box-shadow: inset 0 0 0 2px #666666; color: #444444 !important; } input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover { color: #EF6480 !important; box-shadow: inset 0 0 0 2px #EF6480; } input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active { background-color: rgba(239, 100, 128, 0.15); } input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before { color: #999999; } /* Form */ form { margin: 0 0 2em 0; } label { display: block; font-size: 0.9em; font-weight: 400; margin: 0 0 1em 0; } input[type="text"], input[type="password"], input[type="email"], select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; border-radius: 4px; border: none; border: solid 1px; color: inherit; display: block; outline: 0; padding: 0 1em; text-decoration: none; width: 100%; } input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, select:invalid, textarea:invalid { box-shadow: none; } .select-wrapper { text-decoration: none; display: block; position: relative; } .select-wrapper:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } .select-wrapper:before { content: '\f078'; display: block; height: 2.75em; line-height: 2.75em; pointer-events: none; position: absolute; right: 0; text-align: center; top: 0; width: 2.75em; } .select-wrapper select::-ms-expand { display: none; } input[type="text"], input[type="password"], input[type="email"], select { height: 2.75em; } textarea { padding: 0.75em 1em; } input[type="checkbox"], input[type="radio"] { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; display: block; float: left; margin-right: -2em; opacity: 0; width: 1em; z-index: -1; } input[type="checkbox"] + label, input[type="radio"] + label { text-decoration: none; cursor: pointer; display: inline-block; font-size: 1em; font-weight: 200; padding-left: 2.4em; padding-right: 0.75em; position: relative; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { border-radius: 4px; border: solid 1px; content: ''; display: inline-block; height: 1.65em; left: 0; line-height: 1.58125em; position: absolute; text-align: center; top: 0; width: 1.65em; } input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { content: '\f00c'; } input[type="checkbox"] + label:before { border-radius: 4px; } input[type="radio"] + label:before { border-radius: 100%; } ::-webkit-input-placeholder { opacity: 1.0; } :-moz-placeholder { opacity: 1.0; } ::-moz-placeholder { opacity: 1.0; } :-ms-input-placeholder { opacity: 1.0; } .formerize-placeholder { opacity: 1.0; } label { color: #444444; } input[type="text"], input[type="password"], input[type="email"], select, textarea { background: rgba(144, 144, 144, 0.075); border-color: #666666; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus { border-color: #EF6480; box-shadow: 0 0 0 1px #EF6480; } .select-wrapper:before { color: #666666; } input[type="checkbox"] + label, input[type="radio"] + label { color: #666666; } input[type="checkbox"] + label:before, input[type="radio"] + label:before { background: rgba(144, 144, 144, 0.075); border-color: #666666; } input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background-color: #EF6480; border-color: #EF6480; color: #ffffff; } input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { border-color: #EF6480; box-shadow: 0 0 0 1px #EF6480; } ::-webkit-input-placeholder { color: #999999 !important; } :-moz-placeholder { color: #999999 !important; } ::-moz-placeholder { color: #999999 !important; } :-ms-input-placeholder { color: #999999 !important; } .formerize-placeholder { color: #999999 !important; } /* Icon */ .icon { text-decoration: none; border-bottom: none; position: relative; } .icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } .icon > .label { display: none; } .icon.major { display: block; margin: 0 0 1.5em 0; } .icon.major:before { cursor: default; font-size: 2.5rem; box-shadow: inset 0 0 0 2px #666666; width: 2.5em; height: 2.5em; line-height: 2.5em; display: inline-block; border-radius: 100%; color: #666666; } @media screen and (max-width: 736px) { .icon.major:before { font-size: 2rem; } } /* Image */ .image { border-radius: 4px; border: 0; display: inline-block; position: relative; } .image img { border-radius: 4px; display: block; } .image.left, .image.right { max-width: 40%; } .image.left img, .image.right img { width: 100%; } .image.left { float: left; margin: 0 1.5em 1em 0; top: 0.25em; } .image.right { float: right; margin: 0 0 1em 1.5em; top: 0.25em; } .image.fit { display: block; margin: 0 0 2em 0; width: 100%; } .image.fit img { width: 100%; } .image.main { display: block; margin: 0 0 3em 0; width: 100%; } .image.main img { width: 100%; } /* List */ ol { list-style: decimal; margin: 0 0 2em 0; padding-left: 1.25em; } ol li { padding-left: 0.25em; } ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; } ul li { padding-left: 0.5em; } ul.alt { list-style: none; padding-left: 0; } ul.alt li { border-top: solid 1px; padding: 0.5em 0; } ul.alt li:first-child { border-top: 0; padding-top: 0; } ul.icons { cursor: default; list-style: none; padding-left: 0; } ul.icons li { display: inline-block; padding: 0 1em 0 0; } ul.icons li:last-child { padding-right: 0; } ul.actions { cursor: default; list-style: none; padding-left: 0; } ul.actions li { display: inline-block; padding: 0 1em 0 0; vertical-align: middle; } ul.actions li:last-child { padding-right: 0; } ul.actions.small li { padding: 0 0.5em 0 0; } ul.actions.vertical li { display: block; padding: 1em 0 0 0; } ul.actions.vertical li:first-child { padding-top: 0; } ul.actions.vertical li > * { margin-bottom: 0; } ul.actions.vertical.small li { padding: 0.5em 0 0 0; } ul.actions.vertical.small li:first-child { padding-top: 0; } ul.actions.fit { display: table; margin-left: -1em; padding: 0; table-layout: fixed; width: calc(100% + 1em); } ul.actions.fit li { display: table-cell; padding: 0 0 0 1em; } ul.actions.fit li > * { margin-bottom: 0; } ul.actions.fit.small { margin-left: -0.5em; width: calc(100% + 0.5em); } ul.actions.fit.small li { padding: 0 0 0 0.5em; } @media screen and (max-width: 480px) { ul.actions { margin: 0 0 2em 0; } ul.actions li { padding: 1em 0 0 0; display: block; text-align: center; width: 100%; } ul.actions li:first-child { padding-top: 0; } ul.actions li > * { width: 100%; margin: 0 !important; } ul.actions.small li { padding: 0.5em 0 0 0; } ul.actions.small li:first-child { padding-top: 0; } } dl { margin: 0 0 2em 0; } dl dt { display: block; font-weight: 400; margin: 0 0 1em 0; } dl dd { margin-left: 2em; } ul.alt li { border-top-color: #666666; } /* Table */ .table-wrapper { -webkit-overflow-scrolling: touch; overflow-x: auto; } table { margin: 0 0 2em 0; width: 100%; } table tbody tr { border: solid 1px; border-left: 0; border-right: 0; } table td { padding: 0.75em 0.75em; } table th { font-size: 0.9em; font-weight: 400; padding: 0 0.75em 0.75em 0.75em; text-align: left; } table thead { border-bottom: solid 2px; } table tfoot { border-top: solid 2px; } table.alt { border-collapse: separate; } table.alt tbody tr td { border: solid 1px; border-left-width: 0; border-top-width: 0; } table.alt tbody tr td:first-child { border-left-width: 1px; } table.alt tbody tr:first-child td { border-top-width: 1px; } table.alt thead { border-bottom: 0; } table.alt tfoot { border-top: 0; } table tbody tr { border-color: #666666; } table tbody tr:nth-child(2n + 1) { background-color: rgba(144, 144, 144, 0.075); } table th { color: #444444; } table thead { border-bottom-color: #666666; } table tfoot { border-top-color: #666666; } table.alt tbody tr td { border-color: #666666; } /* Item */ .item { padding: 3em 3em 1em 3em; background-color: #ffffff; border-radius: 4px; text-align: center; } .item header { border-top-left-radius: 4px; border-top-right-radius: 4px; margin: -3em 0 3em -3em; width: calc(100% + 6em); height: 15em; display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; background-color: #444; color: rgba(255, 255, 255, 0.75); position: relative; overflow: hidden; } .item header input, .item header select, .item header textarea { color: #ffffff; } .item header a { color: inherit; } .item header a:hover { color: #EF6480 !important; } .item header strong, .item header b { color: #ffffff; } .item header h1, .item header h2, .item header h3, .item header h4, .item header h5, .item header h6 { color: #ffffff; } .item header blockquote { border-left-color: #ffffff; } .item header code { background: rgba(255, 255, 255, 0.075); border-color: #ffffff; } .item header hr { border-bottom-color: #ffffff; } .item header a { -moz-transition: -moz-transform 0.2s ease; -webkit-transition: -webkit-transform 0.2s ease; -ms-transition: -ms-transform 0.2s ease; transition: transform 0.2s ease; background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; } .item header a:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.25); background-image: url("images/overlay.png"); } .item header:hover a { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .item header > * { position: relative; z-index: 1; } .item header h3 { margin: 0; -moz-pointer-events: none; -webkit-pointer-events: none; -ms-pointer-events: none; pointer-events: none; } .items { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: calc(100% + 2em); margin: -2em 0 0 -2em; } .items .item { margin: 2em 0 0 2em; width: calc(50% - 2em); } @media screen and (max-width: 980px) { .item header { height: 25em; } .items { -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -moz-flex-wrap: nowrap; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 100%; margin: 0; } .items .item { width: 100%; margin: 0 0 2em 0; } .items .item:last-child { margin-bottom: 0; } } @media screen and (max-width: 736px) { .item header { height: 15em; } .items .item { margin: 0 0 1em 0; } } @media screen and (max-width: 480px) { .item { padding: 2em 1em 0.1em 1em; } .item header { height: 12em; margin: -2em 0 2em -1em; width: calc(100% + 2em); } } /* Wrapper */ #wrapper { width: 64em; margin: 0 auto; max-width: calc(100% - 4em); padding: 4em 0 2em 0; } #wrapper > .main { margin-bottom: 4em; } @media screen and (max-width: 980px) { #wrapper { padding: 2em 0 2em 0; } #wrapper > .main { margin-bottom: 2em; } } @media screen and (max-width: 736px) { #wrapper { max-width: calc(100% - 2em); padding: 1em 0 0.1em 0; } #wrapper > .main { margin-bottom: 1em; } } /* Header */ #header { background-color: #444; color: rgba(255, 255, 255, 0.75); display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 8em 0 6em 0; background-image: url("../../images/banner.jpg"); background-size: cover; background-position: center; background-attachment: fixed; text-align: center; position: relative; cursor: default; } #header input, #header select, #header textarea { color: #ffffff; } #header a { color: inherit; } #header a:hover { color: #EF6480 !important; } #header strong, #header b { color: #ffffff; } #header h1, #header h2, #header h3, #header h4, #header h5, #header h6 { color: #ffffff; } #header blockquote { border-left-color: #ffffff; } #header code { background: rgba(255, 255, 255, 0.075); border-color: #ffffff; } #header hr { border-bottom-color: #ffffff; } #header:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.25); background-image: url("images/overlay.png"); } #header h1 { margin-bottom: 0.5em; } #header .inner { position: relative; z-index: 1; } #header.alt { height: 20em; min-height: 20em; min-height: 75vh; } #header.alt:before { -moz-transition: background-color 3s ease; -webkit-transition: background-color 3s ease; -ms-transition: background-color 3s ease; transition: background-color 3s ease; -moz-transition-delay: 1s; -webkit-transition-delay: 1s; -ms-transition-delay: 1s; transition-delay: 1s; } #header.alt h1 { font-size: 4em; padding: 0 0.5em 0.25em 0.5em; border-bottom: solid 2px #ffffff; font-weight: 200; font-family: "Pacifico", cursive; text-transform: none; letter-spacing: 0; } #header.alt p { text-transform: uppercase; letter-spacing: 0.325rem; font-weight: 400; font-size: 0.8em; padding: 0 1.25em; } #header.alt .inner { -moz-transition: opacity 2s ease; -webkit-transition: opacity 2s ease; -ms-transition: opacity 2s ease; transition: opacity 2s ease; opacity: 1; } body.is-loading #header.alt:before { background-color: black; } body.is-loading #header.alt .inner { opacity: 0; } @media screen and (max-width: 1280px) { #header { background-attachment: scroll; } } @media screen and (max-width: 736px) { #header { padding: 4em 2em 2em 2em; } #header.alt h1 { font-size: 2.5em; padding-left: 0; padding-right: 0; } #header.alt p { padding: 0; } #header.alt .inner { max-width: 20em; } } /* Main */ #main { padding: 4em 4em 2em 4em; background-color: #ffffff; border-radius: 4px; } #main > header:first-child { text-align: center; } @media screen and (max-width: 736px) { #main { padding: 2em 2em 0.1em 2em; } } @media screen and (max-width: 480px) { #main { padding: 2em 1em 0.1em 1em; } } /* Intro */ #intro { padding: 4em 4em 2em 4em; background-color: #ffffff; border-radius: 4px; text-align: center; } @media screen and (max-width: 736px) { #intro { padding: 2em 2em 0.1em 2em; } } @media screen and (max-width: 480px) { #intro { padding: 2em 1em 0.1em 1em; } #intro p br { display: none; } } /* CTA */ #cta { padding: 2em 0 0.1em 0; text-align: center; } @media screen and (max-width: 736px) { #cta { padding: 2em 2em 0.1em 2em; } } @media screen and (max-width: 480px) { #cta { padding: 2em 1em 0.1em 1em; } #cta p br { display: none; } } /* Footer */ #footer { text-align: center; margin-top: 4em; } #footer a { color: inherit; } #footer:before { content: ''; display: inline-block; width: 6em; height: 2px; background-color: #666666; margin-bottom: 4em; } #footer .copyright { font-size: 0.8em; } @media screen and (max-width: 736px) { #footer { margin-top: 2em; } #footer:before { margin-bottom: 2em; } }
src/admin_panel/public/stylesheets/netscape/style.css
webroar/webroar
/* WebROaR - Ruby Application Server - http://webroar.in/ Copyright (C) 2009 Goonj LLC This file is part of WebROaR. WebROaR is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. WebROaR is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with WebROaR. If not, see <http://www.gnu.org/licenses/>. */ body { margin : 0px; font-family:verdana; background-color:#FFFFFF; font-size:14px; } #header { position:relative; top:5px; font-size:11px; width:930px; height:50px; right:10px; text-align:right; } #header a { font-weight:bold; color:#878787; } #container_menu { position: relative; width:930px; height:50px; text-align:right; } #logo_div { position:relative; top:-22px; left:20px; float:left; } #menu_tab_div { position:relative; float:right; right:10px; } #menu_tab_div A:link { color:#990b0a; } #menu_tab_div A:visited { color:#990b0a; } #menu_tab_div A:active { color:#990b0a; } #menu_tab_div A:hover { color:#990b0a; } #container { position:relative; top:-2px; width:940px; font-size:14px; min-height:600px; padding-bottom:10px; } #bottom_link_div { position:relative; width:940px; height:30px; font-weight:bold; border-top:1px solid #E5C2C2; color:#bc5d5b; font-size:13px; } #container table { background-color:#E0E0E0; border-spacing:1px 1px; } #container tr { background-color:#FFF; } #container th { font-size:14px; padding:4px; background-color:#DADADA; font-weight:bold; text-align:left; color:#585555; } #container td { padding:4px; font-size:13px; } #container select{ width:140px; } #error_div,#error_div_smtp_form ,#error_div_sendmail_form ,#error_div_expire_by_type { font-size:11px; color:red; text-align:left; } #error_div h2 { font-size:14px; color:black; } .popup_container { position:absolute; width:460px; z-index:1000; border: 1px solid #006699; background-color:#F9F6CD; text-align:justify; padding:5px; } .sub_header { background-color:#F0F0F0; font-weight:bold; color:#585555; } #page_name { padding-left:25px; padding-top:4px; font-weight:bold; text-align:left; width:940px; color:#757575; } #needed { font-size:10px; color:red; } a { font-weight:normal; text-decoration:none; color:#1085CE; } a:hover { text-decoration:underline; color:#1085CE; } .text_align_right { width:99%; text-align:right; } .text_align_center { text-align:-moz-center; } #time_div { position:relative; text-align:right; height:10px; width:730px; float:right; top:5px; font-weight:bold; color:#999999; } .font_size_12 { font-size:12px; color:black; font-weight:normal; } .home { width:54px; height:22px; background:url('../../images/home_15_06_2011.gif'); } .home_ov { width:54px; height:22px; background:url('../../images/home_hover_15_06_2011.gif'); } .configuration { width:116px; height:22px; background:url('../../images/configuration_15_06_2011.gif'); } .configuration_ov { width:116px; height:22px; background:url('../../images/configuration_hover_15_06_2011.gif'); } .analytics { width:80px; height:22px; background:url('../../images/analytics_15_06_2011.gif'); } .analytics_ov { width:80px; height:22px; background:url('../../images/analytics_hover_15_06_2011.gif'); } .exceptions { width:90px; height:22px; background:url('../../images/exceptions_15_06_2011.gif'); } .exceptions_ov { width:90px; height:22px; background:url('../../images/exceptions_hover_15_06_2011.gif'); } .settings { width:72px; height:22px; background:url('../../images/settings_15_06_2011.gif'); } .settings_ov { width:72px; height:22px; background:url('../../images/settings_hover_15_06_2011.gif'); } .contact_us { width:90px; height:22px; background:url('../../images/contact_us_28_06_2011.gif'); } .contact_us_ov { width:90px; height:22px; background:url('../../images/contact_us_hover_28_06_2011.gif'); } #overlay { position: fixed; z-index:100; width: 100%; height: 100%; top: 0; left: 0; background-color: #000; opacity: .3; filter: alpha(opacity=30); } #message_box { position : fixed; width : 100%; height : 100%; top: 0; left: 0; color : #000000; z-index : 100; } #message_box_header { background-color : #666; width : 50%; padding : 5px; border-left : 1px solid #000000; border-right : 1px solid #000000; border-top : 1px solid #000000; text-align : right; } #message_box_body { font-size:12px; background-color : #ffffff; padding : 5px; border : 1px solid #000000; width : 50%; } #loading_progress { display: none; position: fixed; z-index:100; width: 100%; height: 100%; top: 0; left: 0; background-color: #000; opacity: .3; filter: alpha(opacity=30); } #loading_progress1 { display: none; position: fixed; z-index:100; width: 100%; height: 100%; top: 0; left: 0; } #slider_div { font-size:11px; } .app_name { font-weight:bold; } .error { color:red; } input[type='text'],input[type='password'] { width:140px; } #data_div select{ width:50px; } .link_button { padding:3px 15px 3px 15px; color:white; background: #585555; } #contact_us { margin-left:20%; } #contact_us td .input_text { width:100%; } #contact_us td { padding-left:20px; padding-right:20px; } #contact_us_left_panel { position:absolute; margin-right:10px; margin-left:25px; } #contact_us_left_panel table{ border-width: 1px; border-color:#DFDFDF; border-style:groove; border-spacing:0px 0px; } #contact_us_left_panel td { border-width:0px; border-style:none; border-color: white; padding:5px 25px 0px 25px; } #contact_us_left_panel td a { text-decoration:none; color:#736F6E; font-size:16px; line-height:2; }
jdk8en_us/docs/api/java/awt/event/class-use/KeyEvent.html
DeanAaron/jdk8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_11) on Mon Jun 16 17:36:03 PDT 2014 --> <title>Uses of Class java.awt.event.KeyEvent (Java Platform SE 8 )</title> <meta name="date" content="2014-06-16"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class java.awt.event.KeyEvent (Java Platform SE 8 )"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?java/awt/event/class-use/KeyEvent.html" target="_top">Frames</a></li> <li><a href="KeyEvent.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 java.awt.event.KeyEvent" class="title">Uses of Class<br>java.awt.event.KeyEvent</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="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</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="#java.awt">java.awt</a></td> <td class="colLast"> <div class="block">Contains all of the classes for creating user interfaces and for painting graphics and images.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#java.awt.event">java.awt.event</a></td> <td class="colLast"> <div class="block">Provides interfaces and classes for dealing with different types of events fired by AWT components.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#javax.swing">javax.swing</a></td> <td class="colLast"> <div class="block">Provides a set of &quot;lightweight&quot; (all-Java language) components that, to the maximum degree possible, work the same on all platforms.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#javax.swing.event">javax.swing.event</a></td> <td class="colLast"> <div class="block">Provides for events fired by Swing components.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#javax.swing.plaf">javax.swing.plaf</a></td> <td class="colLast"> <div class="block">Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#javax.swing.plaf.basic">javax.swing.plaf.basic</a></td> <td class="colLast"> <div class="block">Provides user interface objects built according to the Basic look and feel.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="java.awt"> <!-- --> </a> <h3>Uses of <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a> in <a href="../../../../java/awt/package-summary.html">java.awt</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="../../../../java/awt/package-summary.html">java.awt</a> with parameters of type <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</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>boolean</code></td> <td class="colLast"><span class="typeNameLabel">DefaultKeyboardFocusManager.</span><code><span class="memberNameLink"><a href="../../../../java/awt/DefaultKeyboardFocusManager.html#dispatchKeyEvent-java.awt.event.KeyEvent-">dispatchKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Called by <code>dispatchEvent</code> if no other KeyEventDispatcher in the dispatcher chain dispatched the KeyEvent, or if no other KeyEventDispatchers are registered.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="typeNameLabel">KeyEventDispatcher.</span><code><span class="memberNameLink"><a href="../../../../java/awt/KeyEventDispatcher.html#dispatchKeyEvent-java.awt.event.KeyEvent-">dispatchKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">This method is called by the current KeyboardFocusManager requesting that this KeyEventDispatcher dispatch the specified event on its behalf.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>abstract boolean</code></td> <td class="colLast"><span class="typeNameLabel">KeyboardFocusManager.</span><code><span class="memberNameLink"><a href="../../../../java/awt/KeyboardFocusManager.html#dispatchKeyEvent-java.awt.event.KeyEvent-">dispatchKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Typically this method will be called by <code>dispatchEvent</code> if no other KeyEventDispatcher in the dispatcher chain dispatched the KeyEvent, or if no other KeyEventDispatchers are registered.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../java/awt/AWTKeyStroke.html" title="class in java.awt">AWTKeyStroke</a></code></td> <td class="colLast"><span class="typeNameLabel">AWTKeyStroke.</span><code><span class="memberNameLink"><a href="../../../../java/awt/AWTKeyStroke.html#getAWTKeyStrokeForEvent-java.awt.event.KeyEvent-">getAWTKeyStrokeForEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;anEvent)</code> <div class="block">Returns an <code>AWTKeyStroke</code> which represents the stroke which generated a given <code>KeyEvent</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">AWTEventMulticaster.</span><code><span class="memberNameLink"><a href="../../../../java/awt/AWTEventMulticaster.html#keyPressed-java.awt.event.KeyEvent-">keyPressed</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Handles the keyPressed event by invoking the keyPressed methods on listener-a and listener-b.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">AWTEventMulticaster.</span><code><span class="memberNameLink"><a href="../../../../java/awt/AWTEventMulticaster.html#keyReleased-java.awt.event.KeyEvent-">keyReleased</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Handles the keyReleased event by invoking the keyReleased methods on listener-a and listener-b.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">AWTEventMulticaster.</span><code><span class="memberNameLink"><a href="../../../../java/awt/AWTEventMulticaster.html#keyTyped-java.awt.event.KeyEvent-">keyTyped</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Handles the keyTyped event by invoking the keyTyped methods on listener-a and listener-b.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="typeNameLabel">KeyEventPostProcessor.</span><code><span class="memberNameLink"><a href="../../../../java/awt/KeyEventPostProcessor.html#postProcessKeyEvent-java.awt.event.KeyEvent-">postProcessKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">This method is called by the current KeyboardFocusManager, requesting that this KeyEventPostProcessor perform any necessary post-processing which should be part of the KeyEvent's final resolution.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><span class="typeNameLabel">DefaultKeyboardFocusManager.</span><code><span class="memberNameLink"><a href="../../../../java/awt/DefaultKeyboardFocusManager.html#postProcessKeyEvent-java.awt.event.KeyEvent-">postProcessKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">This method will be called by <code>dispatchKeyEvent</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>abstract boolean</code></td> <td class="colLast"><span class="typeNameLabel">KeyboardFocusManager.</span><code><span class="memberNameLink"><a href="../../../../java/awt/KeyboardFocusManager.html#postProcessKeyEvent-java.awt.event.KeyEvent-">postProcessKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">This method will be called by <code>dispatchKeyEvent</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">DefaultKeyboardFocusManager.</span><code><span class="memberNameLink"><a href="../../../../java/awt/DefaultKeyboardFocusManager.html#processKeyEvent-java.awt.Component-java.awt.event.KeyEvent-">processKeyEvent</a></span>(<a href="../../../../java/awt/Component.html" title="class in java.awt">Component</a>&nbsp;focusedComponent, <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">This method initiates a focus traversal operation if and only if the KeyEvent represents a focus traversal key for the specified focusedComponent.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>abstract void</code></td> <td class="colLast"><span class="typeNameLabel">KeyboardFocusManager.</span><code><span class="memberNameLink"><a href="../../../../java/awt/KeyboardFocusManager.html#processKeyEvent-java.awt.Component-java.awt.event.KeyEvent-">processKeyEvent</a></span>(<a href="../../../../java/awt/Component.html" title="class in java.awt">Component</a>&nbsp;focusedComponent, <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">This method initiates a focus traversal operation if and only if the KeyEvent represents a focus traversal key for the specified focusedComponent.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="typeNameLabel">Component.</span><code><span class="memberNameLink"><a href="../../../../java/awt/Component.html#processKeyEvent-java.awt.event.KeyEvent-">processKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Processes key events occurring on this component by dispatching them to any registered <code>KeyListener</code> objects.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="java.awt.event"> <!-- --> </a> <h3>Uses of <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a> in <a href="../../../../java/awt/event/package-summary.html">java.awt.event</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="../../../../java/awt/event/package-summary.html">java.awt.event</a> with parameters of type <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</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">KeyListener.</span><code><span class="memberNameLink"><a href="../../../../java/awt/event/KeyListener.html#keyPressed-java.awt.event.KeyEvent-">keyPressed</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Invoked when a key has been pressed.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">KeyAdapter.</span><code><span class="memberNameLink"><a href="../../../../java/awt/event/KeyAdapter.html#keyPressed-java.awt.event.KeyEvent-">keyPressed</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Invoked when a key has been pressed.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">KeyListener.</span><code><span class="memberNameLink"><a href="../../../../java/awt/event/KeyListener.html#keyReleased-java.awt.event.KeyEvent-">keyReleased</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Invoked when a key has been released.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">KeyAdapter.</span><code><span class="memberNameLink"><a href="../../../../java/awt/event/KeyAdapter.html#keyReleased-java.awt.event.KeyEvent-">keyReleased</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Invoked when a key has been released.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">KeyListener.</span><code><span class="memberNameLink"><a href="../../../../java/awt/event/KeyListener.html#keyTyped-java.awt.event.KeyEvent-">keyTyped</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Invoked when a key has been typed.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">KeyAdapter.</span><code><span class="memberNameLink"><a href="../../../../java/awt/event/KeyAdapter.html#keyTyped-java.awt.event.KeyEvent-">keyTyped</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Invoked when a key has been typed.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="javax.swing"> <!-- --> </a> <h3>Uses of <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a> in <a href="../../../../javax/swing/package-summary.html">javax.swing</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="../../../../javax/swing/package-summary.html">javax.swing</a> with parameters of type <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../javax/swing/KeyStroke.html" title="class in javax.swing">KeyStroke</a></code></td> <td class="colLast"><span class="typeNameLabel">KeyStroke.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/KeyStroke.html#getKeyStrokeForEvent-java.awt.event.KeyEvent-">getKeyStrokeForEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;anEvent)</code> <div class="block">Returns a KeyStroke which represents the stroke which generated a given KeyEvent.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><span class="typeNameLabel">SwingUtilities.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/SwingUtilities.html#notifyAction-javax.swing.Action-javax.swing.KeyStroke-java.awt.event.KeyEvent-java.lang.Object-int-">notifyAction</a></span>(<a href="../../../../javax/swing/Action.html" title="interface in javax.swing">Action</a>&nbsp;action, <a href="../../../../javax/swing/KeyStroke.html" title="class in javax.swing">KeyStroke</a>&nbsp;ks, <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;event, <a href="../../../../java/lang/Object.html" title="class in java.lang">Object</a>&nbsp;sender, int&nbsp;modifiers)</code> <div class="block">Invokes <code>actionPerformed</code> on <code>action</code> if <code>action</code> is enabled (and non-<code>null</code>).</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="typeNameLabel">JComponent.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/JComponent.html#processComponentKeyEvent-java.awt.event.KeyEvent-">processComponentKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Processes any key events that the component itself recognizes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected boolean</code></td> <td class="colLast"><span class="typeNameLabel">JMenuBar.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/JMenuBar.html#processKeyBinding-javax.swing.KeyStroke-java.awt.event.KeyEvent-int-boolean-">processKeyBinding</a></span>(<a href="../../../../javax/swing/KeyStroke.html" title="class in javax.swing">KeyStroke</a>&nbsp;ks, <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e, int&nbsp;condition, boolean&nbsp;pressed)</code> <div class="block">Subclassed to check all the child menus.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected boolean</code></td> <td class="colLast"><span class="typeNameLabel">JComponent.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/JComponent.html#processKeyBinding-javax.swing.KeyStroke-java.awt.event.KeyEvent-int-boolean-">processKeyBinding</a></span>(<a href="../../../../javax/swing/KeyStroke.html" title="class in javax.swing">KeyStroke</a>&nbsp;ks, <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e, int&nbsp;condition, boolean&nbsp;pressed)</code> <div class="block">Invoked to process the key bindings for <code>ks</code> as the result of the <code>KeyEvent</code> <code>e</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected boolean</code></td> <td class="colLast"><span class="typeNameLabel">JTable.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/JTable.html#processKeyBinding-javax.swing.KeyStroke-java.awt.event.KeyEvent-int-boolean-">processKeyBinding</a></span>(<a href="../../../../javax/swing/KeyStroke.html" title="class in javax.swing">KeyStroke</a>&nbsp;ks, <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e, int&nbsp;condition, boolean&nbsp;pressed)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><span class="typeNameLabel">SwingUtilities.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/SwingUtilities.html#processKeyBindings-java.awt.event.KeyEvent-">processKeyBindings</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;event)</code> <div class="block">Process the key bindings for the <code>Component</code> associated with <code>event</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="typeNameLabel">JMenu.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/JMenu.html#processKeyEvent-java.awt.event.KeyEvent-">processKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;evt)</code> <div class="block">Processes key stroke events such as mnemonics and accelerators.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">MenuSelectionManager.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/MenuSelectionManager.html#processKeyEvent-java.awt.event.KeyEvent-">processKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">When a MenuElement receives an event from a KeyListener, it should never process the event directly.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="typeNameLabel">JComponent.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/JComponent.html#processKeyEvent-java.awt.event.KeyEvent-">processKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Overrides <code>processKeyEvent</code> to process events.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><span class="typeNameLabel">JPopupMenu.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/JPopupMenu.html#processKeyEvent-java.awt.event.KeyEvent-">processKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;evt)</code> <div class="block">Processes key stroke events such as mnemonics and accelerators.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">JComboBox.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/JComboBox.html#processKeyEvent-java.awt.event.KeyEvent-">processKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Handles <code>KeyEvent</code>s, looking for the Tab key.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">JMenuBar.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/JMenuBar.html#processKeyEvent-java.awt.event.KeyEvent-javax.swing.MenuElement:A-javax.swing.MenuSelectionManager-">processKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e, <a href="../../../../javax/swing/MenuElement.html" title="interface in javax.swing">MenuElement</a>[]&nbsp;path, <a href="../../../../javax/swing/MenuSelectionManager.html" title="class in javax.swing">MenuSelectionManager</a>&nbsp;manager)</code> <div class="block">Implemented to be a <code>MenuElement</code> -- does nothing.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">JPopupMenu.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/JPopupMenu.html#processKeyEvent-java.awt.event.KeyEvent-javax.swing.MenuElement:A-javax.swing.MenuSelectionManager-">processKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e, <a href="../../../../javax/swing/MenuElement.html" title="interface in javax.swing">MenuElement</a>[]&nbsp;path, <a href="../../../../javax/swing/MenuSelectionManager.html" title="class in javax.swing">MenuSelectionManager</a>&nbsp;manager)</code> <div class="block">Processes a key event forwarded from the <code>MenuSelectionManager</code> and changes the menu selection, if necessary, by using <code>MenuSelectionManager</code>'s API.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">JMenuItem.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/JMenuItem.html#processKeyEvent-java.awt.event.KeyEvent-javax.swing.MenuElement:A-javax.swing.MenuSelectionManager-">processKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e, <a href="../../../../javax/swing/MenuElement.html" title="interface in javax.swing">MenuElement</a>[]&nbsp;path, <a href="../../../../javax/swing/MenuSelectionManager.html" title="class in javax.swing">MenuSelectionManager</a>&nbsp;manager)</code> <div class="block">Processes a key event forwarded from the <code>MenuSelectionManager</code> and changes the menu selection, if necessary, by using <code>MenuSelectionManager</code>'s API.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">MenuElement.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/MenuElement.html#processKeyEvent-java.awt.event.KeyEvent-javax.swing.MenuElement:A-javax.swing.MenuSelectionManager-">processKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;event, <a href="../../../../javax/swing/MenuElement.html" title="interface in javax.swing">MenuElement</a>[]&nbsp;path, <a href="../../../../javax/swing/MenuSelectionManager.html" title="class in javax.swing">MenuSelectionManager</a>&nbsp;manager)</code> <div class="block">Process a key event.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="javax.swing.event"> <!-- --> </a> <h3>Uses of <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a> in <a href="../../../../javax/swing/event/package-summary.html">javax.swing.event</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a> in <a href="../../../../javax/swing/event/package-summary.html">javax.swing.event</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../javax/swing/event/MenuKeyEvent.html" title="class in javax.swing.event">MenuKeyEvent</a></span></code> <div class="block">MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="javax.swing.plaf"> <!-- --> </a> <h3>Uses of <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a> in <a href="../../../../javax/swing/plaf/package-summary.html">javax.swing.plaf</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="../../../../javax/swing/plaf/package-summary.html">javax.swing.plaf</a> with parameters of type <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</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>protected void</code></td> <td class="colLast"><span class="typeNameLabel">LayerUI.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/plaf/LayerUI.html#processKeyEvent-java.awt.event.KeyEvent-javax.swing.JLayer-">processKeyEvent</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e, <a href="../../../../javax/swing/JLayer.html" title="class in javax.swing">JLayer</a>&lt;? extends <a href="../../../../javax/swing/plaf/LayerUI.html" title="type parameter in LayerUI">V</a>&gt;&nbsp;l)</code> <div class="block">Processes key events occurring on the <a href="../../../../javax/swing/JLayer.html" title="class in javax.swing"><code>JLayer</code></a> or any of its subcomponents.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="javax.swing.plaf.basic"> <!-- --> </a> <h3>Uses of <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a> in <a href="../../../../javax/swing/plaf/basic/package-summary.html">javax.swing.plaf.basic</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="../../../../javax/swing/plaf/basic/package-summary.html">javax.swing.plaf.basic</a> with parameters of type <a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</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">BasicTreeUI.KeyHandler.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/plaf/basic/BasicTreeUI.KeyHandler.html#keyPressed-java.awt.event.KeyEvent-">keyPressed</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">BasicTableUI.KeyHandler.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/plaf/basic/BasicTableUI.KeyHandler.html#keyPressed-java.awt.event.KeyEvent-">keyPressed</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">BasicComboBoxUI.KeyHandler.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/plaf/basic/BasicComboBoxUI.KeyHandler.html#keyPressed-java.awt.event.KeyEvent-">keyPressed</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">BasicTreeUI.KeyHandler.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/plaf/basic/BasicTreeUI.KeyHandler.html#keyReleased-java.awt.event.KeyEvent-">keyReleased</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">BasicComboPopup.InvocationKeyHandler.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/plaf/basic/BasicComboPopup.InvocationKeyHandler.html#keyReleased-java.awt.event.KeyEvent-">keyReleased</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">BasicTableUI.KeyHandler.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/plaf/basic/BasicTableUI.KeyHandler.html#keyReleased-java.awt.event.KeyEvent-">keyReleased</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">BasicTreeUI.KeyHandler.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/plaf/basic/BasicTreeUI.KeyHandler.html#keyTyped-java.awt.event.KeyEvent-">keyTyped</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</code> <div class="block">Invoked when a key has been typed.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">BasicTableUI.KeyHandler.</span><code><span class="memberNameLink"><a href="../../../../javax/swing/plaf/basic/BasicTableUI.KeyHandler.html#keyTyped-java.awt.event.KeyEvent-">keyTyped</a></span>(<a href="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">KeyEvent</a>&nbsp;e)</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="../../../../java/awt/event/KeyEvent.html" title="class in java.awt.event">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?java/awt/event/class-use/KeyEvent.html" target="_top">Frames</a></li> <li><a href="KeyEvent.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> Copyright &#x00a9; 1993, 2014, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
ScriptReference/VersionControl.Provider.DiffIsValid.html
rakuten/Uinty3D-Docs-zhcn
<!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Unity - Scripting API: VersionControl.Provider.DiffIsValid</title> <meta name="description" content="Develop once, publish everywhere! Unity is the ultimate tool for video game development, architectural visualizations, and interactive media installations - publish to the web, Windows, OS X, Wii, Xbox 360, and iPhone with many more platforms to come." /> <meta name="author" content="Unity Technologies" /> <link rel="shortcut icon" href="../StaticFiles/images/favicons/favicon.ico" /> <link rel="icon" type="image/png" href="../StaticFiles/images/favicons/favicon.png" /> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../StaticFiles/images/favicons/apple-touch-icon-152x152.png" /> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../StaticFiles/images/favicons/apple-touch-icon-144x144.png" /> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../StaticFiles/images/favicons/apple-touch-icon-120x120.png" /> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../StaticFiles/images/favicons/apple-touch-icon-114x114.png" /> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../StaticFiles/images/favicons/apple-touch-icon-72x72.png" /> <link rel="apple-touch-icon-precomposed" href="../StaticFiles/images/favicons/apple-touch-icon.png" /> <meta name="msapplication-TileColor" content="#222c37" /> <meta name="msapplication-TileImage" content="../StaticFiles/images/favicons/tileicon-144x144.png" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-2854981-1']); _gaq.push(['_setDomainName', 'unity3d.com']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script type="text/javascript" src="../StaticFiles/js/jquery.js"> </script> <script type="text/javascript" src="docdata/toc.js">//toc</script> <!--local TOC--> <script type="text/javascript" src="docdata/global_toc.js">//toc</script> <!--global TOC, including other platforms--> <script type="text/javascript" src="../StaticFiles/js/core.js"> </script> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="../StaticFiles/css/core.css" /> </head> <body> <div class="header-wrapper"> <div id="header" class="header"> <div class="content"> <div class="spacer"> <div class="menu"> <div class="logo"> <a href="http://docs.unity3d.com"> </a> </div> <div class="search-form"> <form action="30_search.html" method="get" class="apisearch"> <input type="text" name="q" placeholder="Search scripting..." autosave="Unity Reference" results="5" class="sbox field" id="q"> </input> <input type="submit" class="submit"> </input> </form> </div> <ul> <li> <a href="http://docs.unity3d.com">Overview</a> </li> <li> <a href="../Manual/index.html">Manual</a> </li> <li> <a href="../ScriptReference/index.html" class="selected">Scripting API</a> </li> </ul> </div> </div> <div class="more"> <div class="filler"> </div> <ul> <li> <a href="http://unity3d.com/">unity3d.com</a> </li> </ul> </div> </div> </div> <div class="toolbar"> <div class="content clear"> <div class="lang-switcher hide"> <div class="current toggle" data-target=".lang-list"> <div class="lbl">Language: <span class="b">English</span></div> <div class="arrow"> </div> </div> <div class="lang-list" style="display:none;"> <ul> <li> <a href="">English</a> </li> </ul> </div> </div> <div class="script-lang"> <ul> <li class="selected" data-lang="CS">C#</li> <li data-lang="JS">JS</li> </ul> <div id="script-lang-dialog" class="dialog hide"> <div class="dialog-content clear"> <h2>Script language</h2> <div class="close"> </div> <p class="clear">Select your preferred scripting language. All code snippets will be displayed in this language.</p> </div> </div> </div> </div> </div> </div> <div id="master-wrapper" class="master-wrapper clear"> <div id="sidebar" class="sidebar"> <div class="sidebar-wrap"> <div class="content"> <div class="sidebar-menu"> <div class="toc"> <h2>Scripting API</h2> </div> </div> <p> <a href="40_history.html" class="cw">History</a> </p> </div> </div> </div> <div id="content-wrap" class="content-wrap"> <div class="content-block"> <div class="content"> <div class="section"> <div class="mb20 clear"> <h1 class="heading inherit"> <a href="VersionControl.Provider.html">Provider</a>.DiffIsValid</h1> <div class="clear"> </div> <div class="clear"> </div> <div class="suggest"> <a class="blue-btn sbtn">Suggest a change</a> <div class="suggest-wrap rel hide"> <div class="loading hide"> <div> </div> <div> </div> <div> </div> </div> <div class="suggest-success hide"> <h2>Success!</h2> <p>Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.</p> <a class="gray-btn sbtn close">Close</a> </div> <div class="suggest-failed hide"> <h2>Sumbission failed</h2> <p>For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.</p> <a class="gray-btn sbtn close">Close</a> </div> <div class="suggest-form clear"> <label for="suggest_name">Your name</label> <input id="suggest_name" type="text"> </input> <label for="suggest_email">Your email</label> <input id="suggest_email" type="email"> </input> <label for="suggest_body" class="clear">Suggestion <span class="r">*</span></label> <textarea id="suggest_body" class="req"> </textarea> <button id="suggest_submit" class="blue-btn mr10">Submit suggestion</button> <p class="mb0"> <a class="cancel left lh42 cn">Cancel</a> </p> </div> </div> </div> <a href="" class="switch-link gray-btn sbtn left hide">Switch to Manual</a> <div class="clear"> </div> </div> <div class="subsection"> <div class="signature"> <div class="signature-JS sig-block">public static function <span class="sig-kw">DiffIsValid</span>(<span class="sig-kw">assets</span>: <a href="VersionControl.AssetList.html">VersionControl.AssetList</a>): bool; </div> <div class="signature-CS sig-block">public static bool <span class="sig-kw">DiffIsValid</span>(<a href="VersionControl.AssetList.html">VersionControl.AssetList </a><span class="sig-kw">assets</span>); </div> </div> </div> <div class="subsection"> <h2>Parameters</h2> <table class="list"> <tr> <td class="name lbl">assets</td> <td class="desc">List of assets.</td> </tr> </table> </div> <div class="subsection"> <h2>Description</h2> <p>Return true is starting a Diff task is a valid operation.</p> </div> </div> <div class="footer-wrapper"> <div class="footer clear"> <div class="copy">Copyright © 2014 Unity Technologies</div> <div class="menu"> <a href="http://unity3d.com/learn">Learn</a> <a href="http://unity3d.com/community">Community</a> <a href="http://unity3d.com/asset-store">Asset Store</a> <a href="https://store.unity3d.com">Buy</a> <a href="http://unity3d.com/unity/download">Download</a> </div> </div> </div> </div> </div> </div> </div> </body> </html>
doc/index-files/index-2.html
situx/CuneiPainter
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_101) on Tue Aug 09 04:34:42 CEST 2016 --> <title>B-Index</title> <meta name="date" content="2016-08-09"> <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="B-Index"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../com/github/situx/cunei/package-summary.html">Package</a></li> <li>Class</li> <li><a href="../com/github/situx/cunei/package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-1.html">Prev Letter</a></li> <li><a href="index-3.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-2.html" target="_top">Frames</a></li> <li><a href="index-2.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">J</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">O</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">S</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<a href="index-16.html">U</a>&nbsp;<a href="index-17.html">W</a>&nbsp;<a name="I:B"> <!-- --> </a> <h2 class="title">B</h2> <dl> <dt><span class="memberNameLink"><a href="../com/github/situx/cunei/DrawingCanvas.html#b">b</a></span> - Variable in class com.github.situx.cunei.<a href="../com/github/situx/cunei/DrawingCanvas.html" title="class in com.github.situx.cunei">DrawingCanvas</a></dt> <dd>&nbsp;</dd> <dt><a href="../com/github/situx/cunei/BuildConfig.html" title="class in com.github.situx.cunei"><span class="typeNameLink">BuildConfig</span></a> - Class in <a href="../com/github/situx/cunei/package-summary.html">com.github.situx.cunei</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/github/situx/cunei/BuildConfig.html#BuildConfig--">BuildConfig()</a></span> - Constructor for class com.github.situx.cunei.<a href="../com/github/situx/cunei/BuildConfig.html" title="class in com.github.situx.cunei">BuildConfig</a></dt> <dd>&nbsp;</dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">J</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">O</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">S</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<a href="index-16.html">U</a>&nbsp;<a href="index-17.html">W</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../com/github/situx/cunei/package-summary.html">Package</a></li> <li>Class</li> <li><a href="../com/github/situx/cunei/package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-1.html">Prev Letter</a></li> <li><a href="index-3.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-2.html" target="_top">Frames</a></li> <li><a href="index-2.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
docs/class-Define.Exceptions.FileNotFoundException.html
niteshapte/define-mvc
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Class Define\Exceptions\FileNotFoundException</title> <link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e"> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id="groups"> <h3>Namespaces</h3> <ul> <li> <a href="namespace-Application.html"> Application<span></span> </a> <ul> <li> <a href="namespace-Application.Controller.html"> Controller </a> </li> <li> <a href="namespace-Application.Model.html"> Model<span></span> </a> <ul> <li> <a href="namespace-Application.Model.DAO.html"> DAO<span></span> </a> <ul> <li> <a href="namespace-Application.Model.DAO.Impl.html"> Impl </a> </li> </ul></li> <li> <a href="namespace-Application.Model.Service.html"> Service<span></span> </a> <ul> <li> <a href="namespace-Application.Model.Service.Impl.html"> Impl </a> </li> </ul></li></ul></li></ul></li> <li class="active"> <a href="namespace-Define.html"> Define<span></span> </a> <ul> <li> <a href="namespace-Define.Core.html"> Core </a> </li> <li> <a href="namespace-Define.DBDrivers.html"> DBDrivers </a> </li> <li class="active"> <a href="namespace-Define.Exceptions.html"> Exceptions </a> </li> <li> <a href="namespace-Define.IUtilities.html"> IUtilities </a> </li> <li> <a href="namespace-Define.Traits.html"> Traits </a> </li> <li> <a href="namespace-Define.Utilities.html"> Utilities </a> </li> </ul></li> <li> <a href="namespace-None.html"> None </a> </li> </ul> </div> <hr> <div id="elements"> <h3>Interfaces</h3> <ul> <li><a href="class-Define.Exceptions.IException.html">IException</a></li> </ul> <h3>Exceptions</h3> <ul> <li class="active"><a href="class-Define.Exceptions.FileNotFoundException.html">FileNotFoundException</a></li> <li><a href="class-Define.Exceptions.FrameworkException.html">FrameworkException</a></li> <li><a href="class-Define.Exceptions.LoggerException.html">LoggerException</a></li> <li><a href="class-Define.Exceptions.NullPointerException.html">NullPointerException</a></li> <li><a href="class-Define.Exceptions.RuntimeException.html">RuntimeException</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <form id="search"> <input type="hidden" name="cx" value=""> <input type="hidden" name="ie" value="UTF-8"> <input type="text" name="q" class="text" placeholder="Search"> </form> <div id="navigation"> <ul> <li> <a href="index.html" title="Overview"><span>Overview</span></a> </li> <li> <a href="namespace-Define.Exceptions.html" title="Summary of Define\Exceptions"><span>Namespace</span></a> </li> <li class="active"> <span>Class</span> </li> </ul> <ul> </ul> <ul> </ul> </div> <div id="content" class="class"> <h1>Class FileNotFoundException</h1> <div class="description"> <p>FRAMEWORK EXCEPTION</p> <p>Custom Exception class for the framework</p> </div> <dl class="tree"> <dd style="padding-left:0px"> Exception </dd> <dd style="padding-left:30px"> <img src="resources/inherit.png" alt="Extended by"> <a href="class-Define.Exceptions.FrameworkException.html"><span>Define\Exceptions\FrameworkException</span></a> implements <a href="class-Define.Exceptions.IException.html"><span>Define\Exceptions\IException</span></a> </dd> <dd style="padding-left:60px"> <img src="resources/inherit.png" alt="Extended by"> <b><span>Define\Exceptions\FileNotFoundException</span></b> </dd> </dl> <div class="info"> <b>Namespace:</b> <a href="namespace-Define.html">Define</a>\<a href="namespace-Define.Exceptions.html">Exceptions</a><br> <b>Package:</b> Exceptions<br> <b>Category:</b> Define<br> <b>Copyright:</b> 2015 Nitesh Apte<br> <b>License:</b> <a href="https://www.gnu.org/licenses/gpl.txt">GNU General Public License v3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</a><br> <b>Author:</b> Nitesh Apte <a href="&#109;&#97;&#105;&#x6c;&#x74;&#x6f;:&#109;&#101;&#64;&#x6e;&#x69;&#x74;&#101;&#115;&#104;&#97;&#x70;&#x74;&#x65;&#46;&#99;&#111;&#x6d;">&#109;&#101;&#64;&#x6e;&#x69;&#x74;&#101;&#115;&#104;&#97;&#x70;&#x74;&#x65;&#46;&#99;&#111;&#x6d;</a><br> <b>Version:</b> 1.0.2<br> <b>Since:</b> 1.0.0<br> <b>Located at</b> <a href="source-class-Define.Exceptions.FileNotFoundException.html#8" title="Go to source code">lib/define/exceptions/FileNotFoundException.php</a> <br> </div> <table class="summary inherited"> <caption>Methods inherited from <a href="class-Define.Exceptions.FrameworkException.html#methods">Define\Exceptions\FrameworkException</a></caption> <tr> <td><code> <a href="class-Define.Exceptions.FrameworkException.html#___construct">__construct()</a>, <a href="class-Define.Exceptions.FrameworkException.html#___toString">__toString()</a> </code></td> </tr> </table> <table class="summary inherited"> <caption>Methods inherited from Exception</caption> <tr> <td><code> getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString() </code></td> </tr> </table> <table class="summary inherited"> <caption>Properties inherited from Exception</caption> <tr> <td><code> <var>$code</var>, <var>$file</var>, <var>$line</var>, <var>$message</var> </code></td> </tr> </table> </div> <div id="footer"> API documentation generated by <a href="http://apigen.org">ApiGen</a> </div> </div> </div> <script src="resources/combined.js"></script> <script src="elementlist.js"></script> </body> </html>
VCF2CSV/dist/javadoc/vcf2csv/class-use/Contact.html
ahmad-elkomey/VCF2CSV
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_66) on Mon Jan 25 19:32:21 EET 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class vcf2csv.Contact</title> <meta name="date" content="2016-01-25"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class vcf2csv.Contact"; } } 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="../../vcf2csv/package-summary.html">Package</a></li> <li><a href="../../vcf2csv/Contact.html" title="class in vcf2csv">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../overview-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?vcf2csv/class-use/Contact.html" target="_top">Frames</a></li> <li><a href="Contact.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 vcf2csv.Contact" class="title">Uses of Class<br>vcf2csv.Contact</h2> </div> <div class="classUseContainer">No usage of vcf2csv.Contact</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="../../vcf2csv/package-summary.html">Package</a></li> <li><a href="../../vcf2csv/Contact.html" title="class in vcf2csv">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../overview-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?vcf2csv/class-use/Contact.html" target="_top">Frames</a></li> <li><a href="Contact.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
docs/_modules/dvt/annotate/hofm.html
statsmaths/dtv-toolkit
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>dvt.annotate.hofm &mdash; dvt 0.3.3 documentation</title> <link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> <script type="text/javascript" src="../../../_static/js/modernizr.min.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script> <script type="text/javascript" src="../../../_static/jquery.js"></script> <script type="text/javascript" src="../../../_static/underscore.js"></script> <script type="text/javascript" src="../../../_static/doctools.js"></script> <script type="text/javascript" src="../../../_static/language_data.js"></script> <script type="text/javascript" src="../../../_static/js/theme.js"></script> <link rel="index" title="Index" href="../../../genindex.html" /> <link rel="search" title="Search" href="../../../search.html" /> </head> <body class="wy-body-for-nav"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search" style="background: #268bd2" > <a href="../../../index.html" class="icon icon-home" alt="Documentation Home"> dvt </a> <div class="version"> 0.3.3 </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="../../../index.html"> Home</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../install.html"> Installation</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../demo.html"> Minimal Demo</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../tutorial/index.html"> Tutorials</a></li> <li class="toctree-l1"><a class="reference internal" href="../../../dvt.html"> API Documentation</a></li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../../../index.html">dvt</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../../../index.html" class="icon icon-home"></a> &raquo;</li> <li><a href="../../index.html">Module code</a> &raquo;</li> <li>dvt.annotate.hofm</li> <li class="wy-breadcrumbs-aside"> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <h1>Source code for dvt.annotate.hofm</h1><div class="highlight"><pre> <span></span><span class="c1"># -*- coding: utf-8 -*-</span> <span class="sd">&quot;&quot;&quot;Annotator to extract dense Optical Flow.</span> <span class="sd">Uses the opencv Gunnar Farneback’s algorithm and represent it as a</span> <span class="sd">histogram of optical flow orientation and magnitude (HOFM).</span> <span class="sd">&quot;&quot;&quot;</span> <span class="kn">from</span> <span class="nn">importlib</span> <span class="k">import</span> <span class="n">import_module</span> <span class="kn">from</span> <span class="nn">numpy</span> <span class="k">import</span> <span class="n">array</span><span class="p">,</span> <span class="n">digitize</span><span class="p">,</span> <span class="n">stack</span><span class="p">,</span> <span class="n">zeros</span> <span class="kn">from</span> <span class="nn">cv2</span> <span class="k">import</span> <span class="n">cartToPolar</span> <span class="kn">from</span> <span class="nn">..abstract</span> <span class="k">import</span> <span class="n">FrameAnnotator</span> <span class="kn">from</span> <span class="nn">.opticalflow</span> <span class="k">import</span> <span class="n">_get_optical_flow</span> <span class="kn">from</span> <span class="nn">..utils</span> <span class="k">import</span> <span class="n">_proc_frame_list</span><span class="p">,</span> <span class="n">_which_frames</span> <div class="viewcode-block" id="HOFMAnnotator"><a class="viewcode-back" href="../../../annotate/hofm.html#dvt.annotate.hofm.HOFMAnnotator">[docs]</a><span class="k">class</span> <span class="nc">HOFMAnnotator</span><span class="p">(</span><span class="n">FrameAnnotator</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Annotator to extract dense Optical Flow using the opencv</span> <span class="sd"> Gunnar Farneback’s algorithm and represent it as a</span> <span class="sd"> histogram of optical flow orientation and magnitude (HOFM).</span> <span class="sd"> The annotator will return the optical flow describing the motion in</span> <span class="sd"> two subsequent frames as a HOFM feature.</span> <span class="sd"> Attributes:</span> <span class="sd"> freq (int): How often to perform the embedding. For example, setting</span> <span class="sd"> the frequency to 2 will computer every other frame in the batch.</span> <span class="sd"> blocks (int): How many spatial blocks to divide the frame in, in each</span> <span class="sd"> dimension. Default is 3, which results in 9 spatial blocks.</span> <span class="sd"> mag_buckets (list of ints): List of bounds for magnitude</span> <span class="sd"> buckets. Default is [0, 20, 40, 60, 80, 100].</span> <span class="sd"> ang_buckets (list of ints): List of bounds for angle</span> <span class="sd"> buckets. Default is [0, 45, 90, 135, 180, 225, 270, 315, 360].</span> <span class="sd"> frames (array of ints): An optional list of frames to process. This</span> <span class="sd"> should be a list of integers or a 1D numpy array of integers. If</span> <span class="sd"> set to something other than None, the freq input is ignored.</span> <span class="sd"> name (str): A description of the aggregator. Used as a key in the</span> <span class="sd"> output data.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">name</span> <span class="o">=</span> <span class="s2">&quot;hofm&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">skutil</span> <span class="o">=</span> <span class="n">import_module</span><span class="p">(</span><span class="s2">&quot;skimage.util&quot;</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">freq</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;freq&quot;</span><span class="p">,</span> <span class="mi">1</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">blocks</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;blocks&quot;</span><span class="p">,</span> <span class="mi">3</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">mag_buckets</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;mag_buckets&quot;</span><span class="p">,</span> <span class="p">[</span><span class="mi">0</span><span class="p">,</span> <span class="mi">20</span><span class="p">,</span> <span class="mi">40</span><span class="p">,</span> <span class="mi">60</span><span class="p">,</span> <span class="mi">80</span><span class="p">,</span> <span class="mi">100</span><span class="p">])</span> <span class="bp">self</span><span class="o">.</span><span class="n">ang_buckets</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">get</span><span class="p">(</span> <span class="s2">&quot;ang_buckets&quot;</span><span class="p">,</span> <span class="p">[</span><span class="mi">0</span><span class="p">,</span> <span class="mi">45</span><span class="p">,</span> <span class="mi">90</span><span class="p">,</span> <span class="mi">135</span><span class="p">,</span> <span class="mi">180</span><span class="p">,</span> <span class="mi">225</span><span class="p">,</span> <span class="mi">270</span><span class="p">,</span> <span class="mi">315</span><span class="p">,</span> <span class="mi">360</span><span class="p">]</span> <span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">frames</span> <span class="o">=</span> <span class="n">_proc_frame_list</span><span class="p">(</span><span class="n">kwargs</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;frames&quot;</span><span class="p">,</span> <span class="kc">None</span><span class="p">))</span> <span class="nb">super</span><span class="p">()</span><span class="o">.</span><span class="fm">__init__</span><span class="p">(</span><span class="o">**</span><span class="n">kwargs</span><span class="p">)</span> <div class="viewcode-block" id="HOFMAnnotator.annotate"><a class="viewcode-back" href="../../../annotate/hofm.html#dvt.annotate.hofm.HOFMAnnotator.annotate">[docs]</a> <span class="k">def</span> <span class="nf">annotate</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">batch</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Annotate the batch of frames with the optical flow annotator.</span> <span class="sd"> Args:</span> <span class="sd"> batch (FrameBatch): A batch of images to annotate.</span> <span class="sd"> Returns:</span> <span class="sd"> A list of dictionaries containing the video name, frame, and the</span> <span class="sd"> HOFM optical flow representation of length (len(blocks) *</span> <span class="sd"> len(blocks) * len(mag_buckets) * len(ang_buckets))</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># determine which frames to work on</span> <span class="n">frames</span> <span class="o">=</span> <span class="n">_which_frames</span><span class="p">(</span><span class="n">batch</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">freq</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">frames</span><span class="p">)</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">frames</span><span class="p">:</span> <span class="k">return</span> <span class="kc">None</span> <span class="c1"># run the optical flow analysis on each frame</span> <span class="n">hofm</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">fnum</span> <span class="ow">in</span> <span class="n">frames</span><span class="p">:</span> <span class="n">flow</span> <span class="o">=</span> <span class="n">_get_optical_flow</span><span class="p">(</span><span class="n">batch</span><span class="p">,</span> <span class="n">fnum</span><span class="p">)</span> <span class="n">hofm</span><span class="o">.</span><span class="n">append</span><span class="p">(</span> <span class="n">_make_block_hofm</span><span class="p">(</span> <span class="n">flow</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">blocks</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">mag_buckets</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">ang_buckets</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">skutil</span><span class="p">,</span> <span class="p">)</span><span class="o">.</span><span class="n">flatten</span><span class="p">()</span> <span class="p">)</span> <span class="n">obj</span> <span class="o">=</span> <span class="p">{</span><span class="s2">&quot;hofm&quot;</span><span class="p">:</span> <span class="n">stack</span><span class="p">(</span><span class="n">hofm</span><span class="p">)}</span> <span class="c1"># Add video and frame metadata</span> <span class="n">obj</span><span class="p">[</span><span class="s2">&quot;frame&quot;</span><span class="p">]</span> <span class="o">=</span> <span class="n">array</span><span class="p">(</span><span class="n">batch</span><span class="o">.</span><span class="n">get_frame_names</span><span class="p">())[</span><span class="nb">list</span><span class="p">(</span><span class="n">frames</span><span class="p">)]</span> <span class="k">return</span> <span class="n">obj</span></div></div> <span class="k">def</span> <span class="nf">_make_block_hofm</span><span class="p">(</span><span class="n">flow</span><span class="p">,</span> <span class="n">blocks</span><span class="p">,</span> <span class="n">mag_buckets</span><span class="p">,</span> <span class="n">ang_buckets</span><span class="p">,</span> <span class="n">skutil</span><span class="p">):</span> <span class="n">mag</span><span class="p">,</span> <span class="n">ang</span> <span class="o">=</span> <span class="n">cartToPolar</span><span class="p">(</span><span class="n">flow</span><span class="p">[</span><span class="o">...</span><span class="p">,</span> <span class="mi">0</span><span class="p">],</span> <span class="n">flow</span><span class="p">[</span><span class="o">...</span><span class="p">,</span> <span class="mi">1</span><span class="p">],</span> <span class="n">angleInDegrees</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span> <span class="n">mag_digit</span> <span class="o">=</span> <span class="n">digitize</span><span class="p">(</span><span class="n">mag</span><span class="p">,</span> <span class="n">mag_buckets</span><span class="p">)</span> <span class="c1"># mod so 360 falls into first bucket</span> <span class="n">ang_digit</span> <span class="o">=</span> <span class="n">digitize</span><span class="p">(</span><span class="n">ang</span> <span class="o">%</span> <span class="mi">360</span><span class="p">,</span> <span class="n">ang_buckets</span><span class="p">)</span> <span class="n">mag_blocks</span> <span class="o">=</span> <span class="n">skutil</span><span class="o">.</span><span class="n">view_as_blocks</span><span class="p">(</span><span class="n">mag_digit</span><span class="p">,</span> <span class="p">(</span><span class="n">blocks</span><span class="p">,</span> <span class="n">blocks</span><span class="p">))</span> <span class="n">ang_blocks</span> <span class="o">=</span> <span class="n">skutil</span><span class="o">.</span><span class="n">view_as_blocks</span><span class="p">(</span><span class="n">ang_digit</span><span class="p">,</span> <span class="p">(</span><span class="n">blocks</span><span class="p">,</span> <span class="n">blocks</span><span class="p">))</span> <span class="n">histogram</span> <span class="o">=</span> <span class="n">zeros</span><span class="p">(</span> <span class="p">(</span><span class="n">blocks</span><span class="p">,</span> <span class="n">blocks</span><span class="p">,</span> <span class="nb">len</span><span class="p">(</span><span class="n">mag_buckets</span><span class="p">),</span> <span class="nb">len</span><span class="p">(</span><span class="n">ang_buckets</span><span class="p">)</span> <span class="o">-</span> <span class="mi">1</span><span class="p">)</span> <span class="p">)</span> <span class="k">for</span> <span class="n">i</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="n">blocks</span><span class="p">):</span> <span class="k">for</span> <span class="n">j</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="n">blocks</span><span class="p">):</span> <span class="k">for</span> <span class="n">mblock</span><span class="p">,</span> <span class="n">ablock</span> <span class="ow">in</span> <span class="nb">zip</span><span class="p">(</span> <span class="n">mag_blocks</span><span class="p">[:,</span> <span class="p">:,</span> <span class="n">i</span><span class="p">,</span> <span class="n">j</span><span class="p">]</span><span class="o">.</span><span class="n">flatten</span><span class="p">(),</span> <span class="n">ang_blocks</span><span class="p">[:,</span> <span class="p">:,</span> <span class="n">i</span><span class="p">,</span> <span class="n">j</span><span class="p">]</span><span class="o">.</span><span class="n">flatten</span><span class="p">(),</span> <span class="p">):</span> <span class="n">histogram</span><span class="p">[</span><span class="n">i</span><span class="p">,</span> <span class="n">j</span><span class="p">,</span> <span class="n">mblock</span> <span class="o">-</span> <span class="mi">1</span><span class="p">,</span> <span class="n">ablock</span> <span class="o">-</span> <span class="mi">1</span><span class="p">]</span> <span class="o">+=</span> <span class="mi">1</span> <span class="c1"># normalize by block size (h,w)</span> <span class="n">histogram</span><span class="p">[</span><span class="n">i</span><span class="p">,</span> <span class="n">j</span><span class="p">,</span> <span class="p">:,</span> <span class="p">:]</span> <span class="o">/=</span> <span class="n">mag_blocks</span><span class="p">[:,</span> <span class="p">:,</span> <span class="n">i</span><span class="p">,</span> <span class="n">j</span><span class="p">]</span><span class="o">.</span><span class="n">size</span> <span class="k">return</span> <span class="n">histogram</span> </pre></div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2020, Taylor Arnold and Lauren Tilton </p> </div> </footer> </div> </div> </section> </div> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.Navigation.enable(true); }); </script> </body> </html>
static/tmpl/abuse.html
Liamraystanley/links.ml
{% extends "/partials/base.html" %} {% block title %}Abuse{% endblock title %} {% block content %} <div class="main flex-ct"> <div class="wrap-sm flex-column"> <div class="card"> <div class="card-header text-center"><i class="fa fa-question-circle"></i> Abuse Information &amp; Contact</div> <div class="card-body"> This site is a hosted version of <a href="https://github.com/lrstanley/links" target="_blank">Links</a>, a link shortening http service. <strong>This service does not host any user-provided content.</strong> <div class="alert alert-danger mt-3" role="alert"> Any shortened links, redirecting to malicious or otherwise illegal content should be forwarded to the provider and host of the <strong>target hosting provider</strong>. </div> {% if safebrowsing %} <div class="alert alert-success" role="alert"> This version of links supports querying <a href="https://safebrowsing.google.com/">Google Safe Browsing</a>, to help protect users against potentially malicious or otherwise dangerous websites. Found a website that is malicious, and want to report it? Please <a href="https://safebrowsing.google.com/safebrowsing/report_general/" target="_blank">Send a report to Google</a>. </div> {% endif %} </div> {% include "/partials/card_footer.html" %} </div> </div> </div> {% endblock content %}
.gradlew/wrapper/dists/gradle-2.0-all/7rd4e4rcg4riqi0j6j508m2lbk/gradle-2.0/docs/javadoc/org/gradle/api/resources/Resource.html
VolitionEos/DungFactory
<!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_02) on Tue Jul 01 09:51:10 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Resource (Gradle API 2.0)</title> <meta name="date" content="2014-07-01"> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Resource (Gradle API 2.0)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/gradle/api/resources/ReadableResource.html" title="interface in org.gradle.api.resources"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/gradle/api/resources/ResourceException.html" title="class in org.gradle.api.resources"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/gradle/api/resources/Resource.html" target="_top">Frames</a></li> <li><a href="Resource.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>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.gradle.api.resources</div> <h2 title="Interface Resource" class="title">Interface Resource</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Subinterfaces:</dt> <dd><a href="../../../../org/gradle/api/resources/ReadableResource.html" title="interface in org.gradle.api.resources">ReadableResource</a></dd> </dl> <hr> <br> <pre>public interface <span class="strong">Resource</span></pre> <div class="block">A generic resource of some kind. Only describes the resource. There are more specific interface that extend this one and specify ways of accessing the resource's content.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="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="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/gradle/api/resources/Resource.html#getBaseName()">getBaseName</a></strong>()</code> <div class="block">Short name that concisely describes this resource</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/gradle/api/resources/Resource.html#getDisplayName()">getDisplayName</a></strong>()</code> <div class="block">Human readable name of this resource</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/gradle/api/resources/Resource.html#getURI()">getURI</a></strong>()</code> <div class="block">Uniform resource identifier that uniquely describes this resource</div> </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="getDisplayName()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDisplayName</h4> <pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getDisplayName()</pre> <div class="block">Human readable name of this resource</div> <dl><dt><span class="strong">Returns:</span></dt><dd>human readable name, should not be null</dd></dl> </li> </ul> <a name="getURI()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getURI</h4> <pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&nbsp;getURI()</pre> <div class="block">Uniform resource identifier that uniquely describes this resource</div> <dl><dt><span class="strong">Returns:</span></dt><dd>unique URI, should not be null</dd></dl> </li> </ul> <a name="getBaseName()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getBaseName</h4> <pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getBaseName()</pre> <div class="block">Short name that concisely describes this resource</div> <dl><dt><span class="strong">Returns:</span></dt><dd>concise base name, should not be null</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/gradle/api/resources/ReadableResource.html" title="interface in org.gradle.api.resources"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/gradle/api/resources/ResourceException.html" title="class in org.gradle.api.resources"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/gradle/api/resources/Resource.html" target="_top">Frames</a></li> <li><a href="Resource.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>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 ======= --> </body> </html>
doc/javadoc/s2r2/geometry/class-use/Point.html
prasser/s2r2
<!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_32) on Fri Aug 30 13:26:56 CEST 2013 --> <TITLE> Uses of Class s2r2.geometry.Point </TITLE> <META NAME="date" CONTENT="2013-08-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 s2r2.geometry.Point"; } } </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="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?s2r2/geometry//class-usePoint.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Point.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>s2r2.geometry.Point</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="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#s2r2.animation"><B>s2r2.animation</B></A></TD> <TD>This package provides animations for some objects and textures.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#s2r2.geometry"><B>s2r2.geometry</B></A></TD> <TD>This package provides basic geometric primitives and mathematical operations&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#s2r2.rendering"><B>s2r2.rendering</B></A></TD> <TD>This package implements all rendering related classes&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#s2r2.scene"><B>s2r2.scene</B></A></TD> <TD>This package implements scenes and all supported basic primitives&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#s2r2.texture"><B>s2r2.texture</B></A></TD> <TD>This package provides textures for primitives&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="s2r2.animation"><!-- --></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="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A> in <A HREF="../../../s2r2/animation/package-summary.html">s2r2.animation</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">Constructors in <A HREF="../../../s2r2/animation/package-summary.html">s2r2.animation</A> with parameters of type <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../s2r2/animation/AnimatePositionLight.html#AnimatePositionLight(s2r2.scene.SceneLight, s2r2.geometry.Point, double, double)">AnimatePositionLight</A></B>(<A HREF="../../../s2r2/scene/SceneLight.html" title="class in s2r2.scene">SceneLight</A>&nbsp;light, <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;origin, double&nbsp;speed, double&nbsp;radius)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new animation</TD> </TR> </TABLE> &nbsp; <P> <A NAME="s2r2.geometry"><!-- --></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="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A> in <A HREF="../../../s2r2/geometry/package-summary.html">s2r2.geometry</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="../../../s2r2/geometry/package-summary.html">s2r2.geometry</A> declared as <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>[]</CODE></FONT></TD> <TD><CODE><B>AAB.</B><B><A HREF="../../../s2r2/geometry/AAB.html#bounds">bounds</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The boundary points of the AAB</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>Line.</B><B><A HREF="../../../s2r2/geometry/Line.html#position">position</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The position</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>Plane.</B><B><A HREF="../../../s2r2/geometry/Plane.html#position">position</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The position</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>Sphere.</B><B><A HREF="../../../s2r2/geometry/Sphere.html#position">position</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The position</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="../../../s2r2/geometry/package-summary.html">s2r2.geometry</A> that return <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#add(s2r2.geometry.Point, s2r2.geometry.Point)">add</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v1, <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Vector addition applied to points</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#add(s2r2.geometry.Point, s2r2.geometry.Vector)">add</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v1, <A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A>&nbsp;v2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves a point</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>Vector.</B><B><A HREF="../../../s2r2/geometry/Vector.html#asPoint()">asPoint</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a point representation</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>Point.</B><B><A HREF="../../../s2r2/geometry/Point.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>static&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#getIntersectionPoint(s2r2.geometry.Line, s2r2.geometry.Plane)">getIntersectionPoint</A></B>(<A HREF="../../../s2r2/geometry/Line.html" title="class in s2r2.geometry">Line</A>&nbsp;r, <A HREF="../../../s2r2/geometry/Plane.html" title="class in s2r2.geometry">Plane</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the intersection point between the given line and given plane if there is one.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#getIntersectionPoint(s2r2.geometry.Line, s2r2.geometry.Sphere)">getIntersectionPoint</A></B>(<A HREF="../../../s2r2/geometry/Line.html" title="class in s2r2.geometry">Line</A>&nbsp;r, <A HREF="../../../s2r2/geometry/Sphere.html" title="class in s2r2.geometry">Sphere</A>&nbsp;s)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Computes the intersection between a given line and a given sphere, null if there is none</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>AAB.</B><B><A HREF="../../../s2r2/geometry/AAB.html#intersect(s2r2.rendering.Ray)">intersect</A></B>(<A HREF="../../../s2r2/rendering/Ray.html" title="class in s2r2.rendering">Ray</A>&nbsp;r)</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="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#sub(s2r2.geometry.Point, s2r2.geometry.Point)">sub</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v1, <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns v1-v2</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#sub(s2r2.geometry.Point, s2r2.geometry.Vector)">sub</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v1, <A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A>&nbsp;v2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns v1-v2</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="../../../s2r2/geometry/package-summary.html">s2r2.geometry</A> with parameters of type <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#add(s2r2.geometry.Point, s2r2.geometry.Point)">add</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v1, <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Vector addition applied to points</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#add(s2r2.geometry.Point, s2r2.geometry.Vector)">add</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v1, <A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A>&nbsp;v2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves a point</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#crossProduct(s2r2.geometry.Point, s2r2.geometry.Vector)">crossProduct</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p1, <A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A>&nbsp;p2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the cross product of the given vectors/points</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;double</CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#distance(s2r2.geometry.Plane, s2r2.geometry.Point)">distance</A></B>(<A HREF="../../../s2r2/geometry/Plane.html" title="class in s2r2.geometry">Plane</A>&nbsp;p, <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p1)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the distance of the point from the plane</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;double</CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#distance(s2r2.geometry.Point, s2r2.geometry.Point)">distance</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p1, <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the distance between two points</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#getNormalAt(s2r2.geometry.Plane, s2r2.geometry.Point)">getNormalAt</A></B>(<A HREF="../../../s2r2/geometry/Plane.html" title="class in s2r2.geometry">Plane</A>&nbsp;p, <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p1)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the unnormalized normal at the given surface point</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A></CODE></FONT></TD> <TD><CODE><B>AAB.</B><B><A HREF="../../../s2r2/geometry/AAB.html#getNormalAt(s2r2.geometry.Point)">getNormalAt</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p)</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="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#getNormalAt(s2r2.geometry.Sphere, s2r2.geometry.Point)">getNormalAt</A></B>(<A HREF="../../../s2r2/geometry/Sphere.html" title="class in s2r2.geometry">Sphere</A>&nbsp;s, <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the unnormalized normal at the given surface point</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#selfShadow(s2r2.geometry.Point, s2r2.geometry.Vector, s2r2.geometry.Point)">selfShadow</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;oPosition, <A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A>&nbsp;oNormal, <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;lPosition)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether an object casts a shadow on itself</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#sub(s2r2.geometry.Point, s2r2.geometry.Point)">sub</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v1, <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns v1-v2</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#sub(s2r2.geometry.Point, s2r2.geometry.Vector)">sub</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v1, <A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A>&nbsp;v2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns v1-v2</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A></CODE></FONT></TD> <TD><CODE><B>VectorMath.</B><B><A HREF="../../../s2r2/geometry/VectorMath.html#vectorFromPoints(s2r2.geometry.Point, s2r2.geometry.Point)">vectorFromPoints</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v2, <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;v1)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a vector pointing from v2 to v1</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">Constructors in <A HREF="../../../s2r2/geometry/package-summary.html">s2r2.geometry</A> with parameters of type <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../s2r2/geometry/Line.html#Line(s2r2.geometry.Point, s2r2.geometry.Vector)">Line</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;position, <A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A>&nbsp;direction)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new line</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../s2r2/geometry/Plane.html#Plane(s2r2.geometry.Point, s2r2.geometry.Vector)">Plane</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;position, <A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A>&nbsp;normal)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new plane</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../s2r2/geometry/Sphere.html#Sphere(s2r2.geometry.Point, double)">Sphere</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;position, double&nbsp;radius)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new sphere</TD> </TR> </TABLE> &nbsp; <P> <A NAME="s2r2.rendering"><!-- --></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="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A> in <A HREF="../../../s2r2/rendering/package-summary.html">s2r2.rendering</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="../../../s2r2/rendering/package-summary.html">s2r2.rendering</A> declared as <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>Raster.</B><B><A HREF="../../../s2r2/rendering/Raster.html#origin">origin</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The origin of the raster</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>Camera.</B><B><A HREF="../../../s2r2/rendering/Camera.html#position">position</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Position</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">Constructors in <A HREF="../../../s2r2/rendering/package-summary.html">s2r2.rendering</A> with parameters of type <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../s2r2/rendering/Camera.html#Camera(s2r2.geometry.Point, s2r2.geometry.Vector, s2r2.geometry.Vector)">Camera</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;position, <A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A>&nbsp;direction, <A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A>&nbsp;up)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new camera with the given attributes</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../s2r2/rendering/Ray.html#Ray(s2r2.geometry.Point, s2r2.geometry.Vector, int)">Ray</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;position, <A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A>&nbsp;direction, int&nbsp;bounce)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new ray</TD> </TR> </TABLE> &nbsp; <P> <A NAME="s2r2.scene"><!-- --></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="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A> in <A HREF="../../../s2r2/scene/package-summary.html">s2r2.scene</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="../../../s2r2/scene/package-summary.html">s2r2.scene</A> declared as <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>SceneLight.</B><B><A HREF="../../../s2r2/scene/SceneLight.html#position">position</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The position</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="../../../s2r2/scene/package-summary.html">s2r2.scene</A> that return <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>SceneSphere.</B><B><A HREF="../../../s2r2/scene/SceneSphere.html#intersect(s2r2.rendering.Ray)">intersect</A></B>(<A HREF="../../../s2r2/rendering/Ray.html" title="class in s2r2.rendering">Ray</A>&nbsp;r)</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="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>ScenePlaneXZ.</B><B><A HREF="../../../s2r2/scene/ScenePlaneXZ.html#intersect(s2r2.rendering.Ray)">intersect</A></B>(<A HREF="../../../s2r2/rendering/Ray.html" title="class in s2r2.rendering">Ray</A>&nbsp;r)</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="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>SceneLight.</B><B><A HREF="../../../s2r2/scene/SceneLight.html#intersect(s2r2.rendering.Ray)">intersect</A></B>(<A HREF="../../../s2r2/rendering/Ray.html" title="class in s2r2.rendering">Ray</A>&nbsp;r)</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="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>ScenePlane.</B><B><A HREF="../../../s2r2/scene/ScenePlane.html#intersect(s2r2.rendering.Ray)">intersect</A></B>(<A HREF="../../../s2r2/rendering/Ray.html" title="class in s2r2.rendering">Ray</A>&nbsp;r)</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;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>SceneObject.</B><B><A HREF="../../../s2r2/scene/SceneObject.html#intersect(s2r2.rendering.Ray)">intersect</A></B>(<A HREF="../../../s2r2/rendering/Ray.html" title="class in s2r2.rendering">Ray</A>&nbsp;r)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implement</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></CODE></FONT></TD> <TD><CODE><B>SceneRectangleXZ.</B><B><A HREF="../../../s2r2/scene/SceneRectangleXZ.html#intersect(s2r2.rendering.Ray)">intersect</A></B>(<A HREF="../../../s2r2/rendering/Ray.html" title="class in s2r2.rendering">Ray</A>&nbsp;r)</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="../../../s2r2/scene/package-summary.html">s2r2.scene</A> with parameters of type <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A></CODE></FONT></TD> <TD><CODE><B>SceneSphere.</B><B><A HREF="../../../s2r2/scene/SceneSphere.html#getNormalAt(s2r2.geometry.Point)">getNormalAt</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p)</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="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A></CODE></FONT></TD> <TD><CODE><B>ScenePlaneXZ.</B><B><A HREF="../../../s2r2/scene/ScenePlaneXZ.html#getNormalAt(s2r2.geometry.Point)">getNormalAt</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p)</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="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A></CODE></FONT></TD> <TD><CODE><B>SceneLight.</B><B><A HREF="../../../s2r2/scene/SceneLight.html#getNormalAt(s2r2.geometry.Point)">getNormalAt</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p)</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="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A></CODE></FONT></TD> <TD><CODE><B>ScenePlane.</B><B><A HREF="../../../s2r2/scene/ScenePlane.html#getNormalAt(s2r2.geometry.Point)">getNormalAt</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p)</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;<A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A></CODE></FONT></TD> <TD><CODE><B>SceneObject.</B><B><A HREF="../../../s2r2/scene/SceneObject.html#getNormalAt(s2r2.geometry.Point)">getNormalAt</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implement</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A></CODE></FONT></TD> <TD><CODE><B>SceneRectangleXZ.</B><B><A HREF="../../../s2r2/scene/SceneRectangleXZ.html#getNormalAt(s2r2.geometry.Point)">getNormalAt</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;p)</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">Constructors in <A HREF="../../../s2r2/scene/package-summary.html">s2r2.scene</A> with parameters of type <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../s2r2/scene/SceneLight.html#SceneLight(s2r2.geometry.Point, double, double, s2r2.rendering.Color)">SceneLight</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;position, double&nbsp;brightness, double&nbsp;size, <A HREF="../../../s2r2/rendering/Color.html" title="class in s2r2.rendering">Color</A>&nbsp;color)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new light</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../s2r2/scene/ScenePlane.html#ScenePlane(s2r2.geometry.Point, s2r2.geometry.Vector, s2r2.texture.Texture, double, double, double, double, double, double, double, boolean, boolean, boolean)">ScenePlane</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;position, <A HREF="../../../s2r2/geometry/Vector.html" title="class in s2r2.geometry">Vector</A>&nbsp;normal, <A HREF="../../../s2r2/texture/Texture.html" title="interface in s2r2.texture">Texture</A>&nbsp;texture, double&nbsp;transparency, double&nbsp;reflection, double&nbsp;refraction, double&nbsp;ambient, double&nbsp;diffus, double&nbsp;specular, double&nbsp;shininess, boolean&nbsp;lighting, boolean&nbsp;haveShadow, boolean&nbsp;castShadow)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new plane</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../s2r2/scene/SceneSphere.html#SceneSphere(s2r2.geometry.Point, double, s2r2.texture.Texture, double, double, double, double, double, double, double, boolean, boolean, boolean)">SceneSphere</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;position, double&nbsp;radius, <A HREF="../../../s2r2/texture/Texture.html" title="interface in s2r2.texture">Texture</A>&nbsp;texture, double&nbsp;transparency, double&nbsp;reflection, double&nbsp;refraction, double&nbsp;ambient, double&nbsp;diffus, double&nbsp;specular, double&nbsp;shininess, boolean&nbsp;lighting, boolean&nbsp;haveShadow, boolean&nbsp;castShadow)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new sphere</TD> </TR> </TABLE> &nbsp; <P> <A NAME="s2r2.texture"><!-- --></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="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A> in <A HREF="../../../s2r2/texture/package-summary.html">s2r2.texture</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="../../../s2r2/texture/package-summary.html">s2r2.texture</A> with parameters of type <A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/rendering/Color.html" title="class in s2r2.rendering">Color</A></CODE></FONT></TD> <TD><CODE><B>TextureSphereStriped.</B><B><A HREF="../../../s2r2/texture/TextureSphereStriped.html#getColorAt(s2r2.geometry.Point)">getColorAt</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;intersection)</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="../../../s2r2/rendering/Color.html" title="class in s2r2.rendering">Color</A></CODE></FONT></TD> <TD><CODE><B>Texture.</B><B><A HREF="../../../s2r2/texture/Texture.html#getColorAt(s2r2.geometry.Point)">getColorAt</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;intersection)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the color at the given coordinate</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../s2r2/rendering/Color.html" title="class in s2r2.rendering">Color</A></CODE></FONT></TD> <TD><CODE><B>TextureUnicolored.</B><B><A HREF="../../../s2r2/texture/TextureUnicolored.html#getColorAt(s2r2.geometry.Point)">getColorAt</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;intersection)</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="../../../s2r2/rendering/Color.html" title="class in s2r2.rendering">Color</A></CODE></FONT></TD> <TD><CODE><B>TexturePlaneXZChess.</B><B><A HREF="../../../s2r2/texture/TexturePlaneXZChess.html#getColorAt(s2r2.geometry.Point)">getColorAt</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;intersection)</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="../../../s2r2/rendering/Color.html" title="class in s2r2.rendering">Color</A></CODE></FONT></TD> <TD><CODE><B>TexturePlaneXZBitmap.</B><B><A HREF="../../../s2r2/texture/TexturePlaneXZBitmap.html#getColorAt(s2r2.geometry.Point)">getColorAt</A></B>(<A HREF="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry">Point</A>&nbsp;intersection)</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="../../../s2r2/geometry/Point.html" title="class in s2r2.geometry"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?s2r2/geometry//class-usePoint.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Point.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>
test/mock/views/unchatbar-contact/client/admin.html
unchatbar/unchatbar-contact
<div > {{client.id}} </div>
browser/wiki.html
Bitergia/gnome-dashboard
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Luis" > <link rel="shortcut icon" href="../../assets/ico/favicon.png"> <title></title> <!-- Bootstrap core CSS --> <link href="./css/bootstrap.min.css" rel="stylesheet"> <link href="./css/jasny-bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="./css/custom.css" rel="stylesheet"> <!-- icons --> <link rel="stylesheet" href="./css/awesome/css/font-awesome.min.css"> <!-- Type ahead style --> <link href="./css/typeahead.css" rel="stylesheet"> <!-- custom --> <!-- <link rel="stylesheet" href="VizGrimoireJS/custom.css">--> <link rel="stylesheet" type="text/css" id="theme" href="./css/vizgrimoire.css"> </head> <body> <div id="Navbar"></div> <div class="container-fluid"> <div class="row"><span class="SectionBreadcrumb col-md-12"></span></div> <!-- Section HTML will be placed here, do not modify manually --> <!-- REPLACE SECTION HTML --> <div class="row"> <!-- evol charts --> <div class="col-md-6"> <!-- editions --> <div class="row"> <div class="col-md-12"> <div class="well"> <div class="MetricsEvol" data-data-source="mediawiki" data-metrics="mediawiki_reviews" data-min="true" style="height: 160px;" data-frame-time="true"></div> <div class="MicrodashText" data-metric="mediawiki_reviews"></div> </div> </div> </div> <!-- end editions --> <!-- editions --> <div class="row"> <div class="col-md-12"> <div class="well"> <div class="MetricsEvol" data-data-source="mediawiki" data-metrics="mediawiki_authors" data-min="true" style="height: 120px;" data-frame-time="true"></div> <div class="MicrodashText" data-metric="mediawiki_authors"></div> </div> </div> </div> <!-- end editions --> <!-- mixed editions, editors --> <div class="row"> <div class="col-md-12"> <div class="well"> Editions per editor <div class="MetricsEvol" data-data-source="mediawiki" data-metrics="mediawiki_reviews,mediawiki_authors" data-min="true" style="height: 120px;" data-convert="divide" data-frame-time="true"></div> </div> </div> </div> <!-- end mixed editions, editors --> </div> <!-- end evol charts --> <!-- top senders --> <div class="col-md-6"> <div class="panel panel-default"> <div class="panel-body"> <div class="row"><div class="col-md-12"> <p class="section-title"><i class="fa fa-pencil-square-o"></i> Wiki</p> </div></div> <div class="row"> <div class="col-md-12"> <table class="table"> <tr> <td><span class="GlobalData" data-data-source="mediawiki" data-field="mediawiki_reviews"></span></td> <td>editions</td> <td><span class="GlobalData" data-data-source="mediawiki" data-field="mediawiki_authors"></span></td> <td>editors</td> </tr> </table> </div> </div> </div> <div class="panel-body"> <div class="Top" data-data-source="mediawiki" data-perio_all="true" data-people_links="true" data-metric="authors"></div> </div> </div> <!-- end top senders --> </div> </div> <!-- END SECTION HTML--> <footer> <div id="Footer"></div> </footer> </div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="./lib/jquery-1.11.1.min.js"></script> <script src="./lib/bootstrap-3.1.1.min.js"></script> <script src="./lib/jasny-bootstrap-3.1.3.min.js"></script> <script src="./lib/vizgrimoire.min.js"></script> <script src="./js/typeahead.jquery.js"></script> <script src="./js/search.js"></script> </body> </html>
JarFiles/Libs/lwjgl/javadoc/org/lwjgl/opengles/EXTTextureCompressionS3TC.html
Troy-Ingel/A4Wave
<!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_14) on Wed May 30 20:32:23 CEST 2012 --> <TITLE> EXTTextureCompressionS3TC (LWJGL API) </TITLE> <META NAME="date" CONTENT="2012-05-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="EXTTextureCompressionS3TC (LWJGL API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EXTTextureCompressionS3TC.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/lwjgl/opengles/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengles"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/lwjgl/opengles/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengles"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/lwjgl/opengles/EXTTextureCompressionS3TC.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="EXTTextureCompressionS3TC.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.lwjgl.opengles</FONT> <BR> Class EXTTextureCompressionS3TC</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.lwjgl.opengles.EXTTextureCompressionS3TC</B> </PRE> <HR> <DL> <DT><PRE>public final class <B>EXTTextureCompressionS3TC</B><DT>extends java.lang.Object</DL> </PRE> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGB_S3TC_DXT1_EXT">GL_COMPRESSED_RGB_S3TC_DXT1_EXT</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter of CompressedTexSubImage2D:</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT1_EXT">GL_COMPRESSED_RGBA_S3TC_DXT1_EXT</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter of CompressedTexSubImage2D:</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT3_EXT">GL_COMPRESSED_RGBA_S3TC_DXT3_EXT</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter of CompressedTexSubImage2D:</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/lwjgl/opengles/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT5_EXT">GL_COMPRESSED_RGBA_S3TC_DXT5_EXT</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accepted by the &lt;internalformat&gt; parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter of CompressedTexSubImage2D:</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_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="GL_COMPRESSED_RGB_S3TC_DXT1_EXT"><!-- --></A><H3> GL_COMPRESSED_RGB_S3TC_DXT1_EXT</H3> <PRE> public static final int <B>GL_COMPRESSED_RGB_S3TC_DXT1_EXT</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter of CompressedTexSubImage2D: <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.EXTTextureCompressionS3TC.GL_COMPRESSED_RGB_S3TC_DXT1_EXT">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_COMPRESSED_RGBA_S3TC_DXT1_EXT"><!-- --></A><H3> GL_COMPRESSED_RGBA_S3TC_DXT1_EXT</H3> <PRE> public static final int <B>GL_COMPRESSED_RGBA_S3TC_DXT1_EXT</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter of CompressedTexSubImage2D: <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.EXTTextureCompressionS3TC.GL_COMPRESSED_RGBA_S3TC_DXT1_EXT">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_COMPRESSED_RGBA_S3TC_DXT3_EXT"><!-- --></A><H3> GL_COMPRESSED_RGBA_S3TC_DXT3_EXT</H3> <PRE> public static final int <B>GL_COMPRESSED_RGBA_S3TC_DXT3_EXT</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter of CompressedTexSubImage2D: <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.EXTTextureCompressionS3TC.GL_COMPRESSED_RGBA_S3TC_DXT3_EXT">Constant Field Values</A></DL> </DL> <HR> <A NAME="GL_COMPRESSED_RGBA_S3TC_DXT5_EXT"><!-- --></A><H3> GL_COMPRESSED_RGBA_S3TC_DXT5_EXT</H3> <PRE> public static final int <B>GL_COMPRESSED_RGBA_S3TC_DXT5_EXT</B></PRE> <DL> <DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter of CompressedTexSubImage2D: <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#org.lwjgl.opengles.EXTTextureCompressionS3TC.GL_COMPRESSED_RGBA_S3TC_DXT5_EXT">Constant Field Values</A></DL> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EXTTextureCompressionS3TC.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/lwjgl/opengles/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengles"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/lwjgl/opengles/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengles"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/lwjgl/opengles/EXTTextureCompressionS3TC.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="EXTTextureCompressionS3TC.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2002-2009 lwjgl.org. All Rights Reserved.</i> </BODY> </HTML>
API/class_general_health_care_elements_1_1_entities_1_1_entity_nurse-members.html
nikolausfurian/HCDESLib
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>My Project: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <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">My Project </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespace_general_health_care_elements.html">GeneralHealthCareElements</a></li><li class="navelem"><a class="el" href="namespace_general_health_care_elements_1_1_entities.html">Entities</a></li><li class="navelem"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_nurse.html">EntityNurse</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">GeneralHealthCareElements.Entities.EntityNurse Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_nurse.html">GeneralHealthCareElements.Entities.EntityNurse</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ActiveEntityWithSkill</b>(int identifier, SkillSet skillSet=null) (defined in <a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a>)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html#a10d31648f401813e6bf6a9e56ac343b9">AddActivity</a>(Activity activity)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity.html#ab1a1b5353044b8e2d2abb15adea32932">AddedToTracker</a></td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity.html">SimulationCore.HCCMElements.Entity</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html#abe4afb8f1a087f4b03d7bd89284c9722">AddPatient</a>(EntityPatient patient)</td><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html">GeneralHealthCareElements.Entities.EntityHealthCareStaff</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html#a851d30cddf0003c22f7d6ef5c157e6c9">AssignmentType</a></td><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html">GeneralHealthCareElements.Entities.EntityHealthCareStaff</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html#a29abdc843b6c18f0e59519dfd74fe6c7">BaseControlUnit</a></td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html">SimulationCore.HCCMElements.EntityStaff</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html#aca60d68b8ae631a3b9b5bc31420a3edb">BlockedForDispatching</a></td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html">SimulationCore.HCCMElements.EntityStaff</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html#ad945e0ffac4e28487c5b5b4c9abdbda8">BusyFactor</a></td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html">SimulationCore.HCCMElements.EntityStaff</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Clone</b>() (defined in <a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_nurse.html">GeneralHealthCareElements.Entities.EntityNurse</a>)</td><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_nurse.html">GeneralHealthCareElements.Entities.EntityNurse</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html#a12a663755022b9c8a4111f57b8f6281b">CurrentPatients</a></td><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html">GeneralHealthCareElements.Entities.EntityHealthCareStaff</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity.html#ab074723c2d7533de8a2a2b135d40b51e">DataEntries</a></td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity.html">SimulationCore.HCCMElements.Entity</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity.html#a88853a3d3acea2bc9e6ad9fe2921c154">Entity</a>(int identifier)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity.html">SimulationCore.HCCMElements.Entity</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html#acdf5f2d222e5d01184866b2544b1024c">EntityHealthCareStaff</a>(int id, SkillSet skillSet, AssignmentType assignmentType=AssignmentType.Fixed)</td><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html">GeneralHealthCareElements.Entities.EntityHealthCareStaff</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_nurse.html#af13c129d408a1bd9d0fe809b9da7675c">EntityNurse</a>(SkillSet skillSet)</td><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_nurse.html">GeneralHealthCareElements.Entities.EntityNurse</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_nurse.html#a664e7a067cb7864d36b822b3c02aa27e">EntityNurse</a>(int ID, SkillSet skillSet)</td><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_nurse.html">GeneralHealthCareElements.Entities.EntityNurse</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html#ad2ff24666597e6a82b3ae4634d9b4f23">EntityStaff</a>(int identifier, SkillSet skillSet)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html">SimulationCore.HCCMElements.EntityStaff</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_with_skill.html#a216ed7514dfd95153adb2c79ce18c4c5">EntityWithSkill</a>(int identifier, SkillSet skillSet)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_with_skill.html">SimulationCore.HCCMElements.EntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html#a6f0a4928471348a860668538e968360f">GetCurrentActivities</a>()</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html#adb24ca1827be949204b9c43d71b1ffbb">GetPossibleMovingActivity</a>()</td><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html">GeneralHealthCareElements.Entities.EntityHealthCareStaff</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_with_skill.html#a9613af13d6cd20d3d8fcc58a9102b903">HasSingleSill</a>(string skillType)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_with_skill.html">SimulationCore.HCCMElements.EntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity.html#ada14e5bbf7256d84589ec3d170230d7e">Identifier</a></td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity.html">SimulationCore.HCCMElements.Entity</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html#a3ea1cb0cd0a8749c06b277214e56ac81">IsAbsent</a></td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html">SimulationCore.HCCMElements.EntityStaff</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html#a84eb0c8740d3bfb6c6e04e5fdac85b64">IsIdle</a></td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html">SimulationCore.HCCMElements.EntityStaff</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>IsInOnlyActivity</b>(Activity activity) (defined in <a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a>)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html#a49ed7fb5cdfb54452bd04837a16ac937">IsInOnlyActivity</a>(string activity)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html#a61166379390609fd5f40f8e2fb7d4a23">IsWaiting</a>()</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html#a62a111c2d3f74cab8e9bdebf7c2b678d">IsWaitingOrPreEmptable</a>()</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html#a74900ce804f001734277a61ab3317f71">OnHold</a></td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_staff.html">SimulationCore.HCCMElements.EntityStaff</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity.html#acf748ea5c593457572db419a6680e957">ParentControlUnit</a></td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity.html">SimulationCore.HCCMElements.Entity</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html#a2e694309b6d1f088681ad79f8abd0da1">RemoveActivity</a>(Activity activity)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html#a2b2b7e7fa07128e12fe857ea1d1ab614">RemovePatient</a>(EntityPatient patient)</td><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html">GeneralHealthCareElements.Entities.EntityHealthCareStaff</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_with_skill.html#acb96e83847341f0907e3e14f7ee442b8">SatisfiesSkillSet</a>(SkillSet requiredSillSet)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_with_skill.html">SimulationCore.HCCMElements.EntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_with_skill.html#a9f4b0f05527904a78b7806fe4afd9ad2">SkillSet</a></td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity_with_skill.html">SimulationCore.HCCMElements.EntityWithSkill</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html#ae0dd52d6060395967901a763dac269ea">StaffOutsideShift</a></td><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_health_care_staff.html">GeneralHealthCareElements.Entities.EntityHealthCareStaff</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html#ad526b405516ead5a76c12b295d9017fc">StartWaitingActivity</a>(IDynamicHoldingEntity waitingArea=null)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html#adebf2a0cbb11d0c9c5f1d6d1d6fa13c5">StopCurrentActivities</a>(DateTime time, ISimulationEngine simEngine)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html#a7504addb3ee98a7b579f5dd18498f1a0">StopWaitingActivity</a>(DateTime time, ISimulationEngine simEngine)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_active_entity_with_skill.html">SimulationCore.HCCMElements.ActiveEntityWithSkill</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToArray</b>() (defined in <a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity.html">SimulationCore.HCCMElements.Entity</a>)</td><td class="entry"><a class="el" href="class_simulation_core_1_1_h_c_c_m_elements_1_1_entity.html">SimulationCore.HCCMElements.Entity</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToString</b>() (defined in <a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_nurse.html">GeneralHealthCareElements.Entities.EntityNurse</a>)</td><td class="entry"><a class="el" href="class_general_health_care_elements_1_1_entities_1_1_entity_nurse.html">GeneralHealthCareElements.Entities.EntityNurse</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
doc/files/lib_debugger-ui_view_console-view.js.html
stevecrozz/RubyScope
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>lib/debugger-ui/view/console-view.js - RubyScope</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="http://stevecrozz.github.com/RubyScope/img/logo.png" title="RubyScope"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 0.0.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/CommandPrompt.html">CommandPrompt</a></li> <li><a href="../classes/DebuggerUi.html">DebuggerUi</a></li> <li><a href="../classes/DebuggerUi.Adapter.html">DebuggerUi.Adapter</a></li> <li><a href="../classes/DebuggerUi.View.html">DebuggerUi.View</a></li> <li><a href="../classes/DebuggerUi.View.BreakpointView.html">DebuggerUi.View.BreakpointView</a></li> <li><a href="../classes/DebuggerUi.View.CodeView.html">DebuggerUi.View.CodeView</a></li> <li><a href="../classes/DebuggerUi.View.ConsoleView.html">DebuggerUi.View.ConsoleView</a></li> <li><a href="../classes/DebuggerUi.View.ControlView.html">DebuggerUi.View.ControlView</a></li> <li><a href="../classes/DebuggerUi.View.FileView.html">DebuggerUi.View.FileView</a></li> <li><a href="../classes/RubyDebugClient.html">RubyDebugClient</a></li> <li><a href="../classes/RubyScope.html">RubyScope</a></li> <li><a href="../classes/RubyScope.ConnectionDialog.html">RubyScope.ConnectionDialog</a></li> <li><a href="../classes/RubyScope.Layout.html">RubyScope.Layout</a></li> <li><a href="../classes/RubyScope.System.html">RubyScope.System</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/CommandPrompt.html">CommandPrompt</a></li> <li><a href="../modules/DebuggerUi.html">DebuggerUi</a></li> <li><a href="../modules/RubyDebugClient.html">RubyDebugClient</a></li> <li><a href="../modules/RubyScope.html">RubyScope</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 class="file-heading">File: lib/debugger-ui/view/console-view.js</h1> <div class="file"> <pre class="code prettyprint linenums"> /*global jQuery:false */ /*global DebuggerUi:false*/ /*global CommandPrompt:false*/ /** * Exports the ConsoleView which provides an interactive console * * @module DebuggerUi * @namespace DebuggerUi.View */ (function($, DebuggerUi, CommandPrompt){ /** * @class ConsoleView * @constructor * @param {DebuggerUi} ui DebuggerUi instance * @param {Object} parent jQuery wrapped set container */ DebuggerUi.View.ConsoleView = function(ui, parent){ var commandPrompt = new CommandPrompt(parent); this.commandPrompt = commandPrompt; // Listen for commands entered by defining the handleCommand callback // function on commandPrompt. When a commmand is entered, dispatch it to // the request handler and pass along to commandPrompt&#x27;s response handler. this.commandPrompt.handleCommand = function(command){ ui.requestHandlers.evaluate(command, commandPrompt.handleResponse); }; }; /** * In this view there isn&#x27;t anything to do, but ConsoleView respects the * interface and provides an empty function. * * @method render */ DebuggerUi.View.ConsoleView.prototype.render = function(){}; })(jQuery, DebuggerUi, CommandPrompt); </pre> </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>
templates/validator_map.html
homberghp/peerweb
<fieldset><legend>Regex item</legend> <table> <tr> <td> Input name </td> <td> <?=$veld_input_name?> </td> </tr> <tr> <td> Regex name </td> <td> <?=$veld_regex_name?> </td> </tr> </table> </fieldset> <!-- $Id: validator_map.html 439 2010-08-24 08:09:12Z hom $ -->
Resources/Private/Layouts/Jqadm.html
aimeos/aimeos-typo3
<!DOCTYPE html> <html lang="{locale}" dir="{localeDir}"> <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 http-equiv="Content-Security-Policy" content="default-src 'self' data: blob: https://cdnjs.cloudflare.com https://cdn.jsdelivr.net; style-src 'unsafe-inline' 'self' https://cdnjs.cloudflare.com https://cdn.jsdelivr.net; script-src 'unsafe-eval' 'self' https://cdnjs.cloudflare.com https://cdn.jsdelivr.net; img-src 'self' data: blob: https://cdnjs.cloudflare.com https://cdn.jsdelivr.net https://*.tile.openstreetmap.org https://aimeos.org; frame-src https://www.youtube.com https://player.vimeo.com"> <title>Aimeos administration interface</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome@4/css/font-awesome.min.css" /> <f:if condition="{localeDir} == 'rtl'"> <f:then> <link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/npm/bootstrap@5/dist/css/bootstrap.rtl.min.css,npm/flatpickr@4/dist/flatpickr.min.css,npm/flatpickr@4/dist/plugins/confirmDate/confirmDate.min.css,npm/vue-select@3/dist/vue-select.min.css,npm/leaflet@1/dist/leaflet.min.css"> </f:then> <f:else> <link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/npm/bootstrap@5/dist/css/bootstrap.min.css,npm/flatpickr@4/dist/flatpickr.min.css,npm/flatpickr@4/dist/plugins/confirmDate/confirmDate.min.css,npm/vue-select@3/dist/vue-select.min.css,npm/leaflet@1/dist/leaflet.min.css"> </f:else> </f:if> <link rel="stylesheet" href="{f:uri.action(action: 'file', arguments: {type: 'css'})}"> <style> body.dark .btn-theme.dark-mode {display:none} body.light .btn-theme.light-mode {display:none} .app-menu .icon {vertical-align: middle; padding: 0.5rem 1rem; font-size: 125%; background-color: transparent; border: none; color: inherit} </style> </head> <body class="{theme}"> <div class="app-menu"> <span class="menu"></span> <div class="app-menu-end"> <i class="icon btn-theme light-mode fa fa-sun-o"></i><i class="icon btn-theme dark-mode fa fa-moon-o"></i> </div> </div> <f:render section="content" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script> <script src="https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script> <script src="https://cdn.jsdelivr.net/combine/npm/bootstrap@5/dist/js/bootstrap.bundle.min.js,npm/vue@2/dist/vue.min.js,npm/vue-select@3/dist/vue-select.min.js,npm/flatpickr@4,npm/flatpickr@4/dist/l10n/index.min.js,npm/flatpickr@4/dist/plugins/confirmDate/confirmDate.min.js,npm/vue-flatpickr-component@8,npm/sortablejs@1,npm/vuedraggable@2,npm/leaflet@1/dist/leaflet-src.min.js,npm/vue2-leaflet@2/dist/vue2-leaflet.min.js"></script> <script src="{f:uri.action(action: 'file', arguments: {type: 'js'})}"></script> </body> </html>
web_site/css/navi.css
gekomad/Auriga
/* Template Name: Realistic File: Navigation CSS Author: OS Templates Author URI: http://www.os-templates.com/ Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a> */ #topnav{ z-index:1000; font-size:18px; text-align:center; /*text-transform:uppercase;*/ border-bottom:1px solid #999999; background:Lavender; } /* ESSENTIAL STYLES */ .nav, .nav *{ margin:0; padding:0; list-style:none; } .nav ul{ position:absolute; top:-999em; width:18em; /* left offset of submenus need to match (see below) */ } .nav ul li{ width:100%; } .nav li:hover{ visibility:inherit; /* fixes IE7 'sticky bug' */ } .nav li{ position:relative; display:inline-block; zoom:1; /* fixes IE7 Display mode */ *display:inline; /* fixes IE7 Display mode */ } .nav a{ display:block; position:relative; } .nav li:hover ul, .nav li.sfHover ul{ left:0; top:2.5em; /* match top ul list item height */ z-index:99; } ul.nav li:hover li ul, ul.nav li.sfHover li ul{ top:-999em; } ul.nav li li:hover ul, ul.nav li li.sfHover ul{ left:18em; /* match ul width */ top:0; } ul.nav li li:hover li ul, ul.nav li li.sfHover li ul{ top:-999em; } ul.nav li li li:hover ul, ul.nav li li li.sfHover ul{ left:18em; /* match ul width */ top:0; } /* Default Colours */ .nav a{ padding:.75em 1em; text-decoration:none; background-color:Lavender; } .nav li.active a{ color:#999999; } .nav a, .nav a:visited, .nav li.active li a{ /* visited pseudo selector so IE6 applies text colour*/ color:#333333; } .nav li{ background:Lavender; } .nav li li{ background:Lavender; } .nav li li li{ background:Lavender; } .nav li:hover, .nav li.sfHover, .nav a:focus, .nav a:hover, .nav a:active{ background:#C0C0C0; } /*** arrows **/ .nav a.sf-with-ul{ padding-right:2.25em; } .nav li ul a.sf-with-ul{ padding-right:1em; } .sf-sub-indicator{ position:absolute; display:block; right:.75em; top:1.05em; /* IE6 only */ width:10px; height:10px; text-indent:-999em; overflow:hidden; background:url("../images/nav_arrows.png") no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ } a > .sf-sub-indicator{ /* give all except IE6 the correct values */ top:.8em; background-position:0 -100px; /* use translucent arrow for modern browsers*/ } /* apply hovers to modern browsers */ a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator{ background-position:-10px -100px; /* arrow hovers for modern browsers*/ } /* point right for anchors in subs */ .nav ul .sf-sub-indicator{ background-position:-10px 0; } .nav ul a > .sf-sub-indicator{ background-position:0 0; } /* apply hovers to modern browsers */ .nav ul a:focus > .sf-sub-indicator, .nav ul a:hover > .sf-sub-indicator, .nav ul a:active > .sf-sub-indicator, .nav ul li:hover > a > .sf-sub-indicator, .nav ul li.sfHover > a > .sf-sub-indicator{ background-position:-10px 0; /* arrow hovers for modern browsers*/ } /* ----------------------------------------------Column Navigation-------------------------------------*/ .column .subnav{ display:block; padding:25px; color:darkslategray; background-color:Lavender; margin-bottom:30px; } .column .subnav h2{ margin:0 0 20px 0; padding:0 0 14px 0; font-size:20px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; color:darkslategray; background-color:Lavender; line-height:normal; border-bottom:1px dotted #666666; } .column .subnav ul{ margin:0; padding:0; list-style:none; } .column .subnav li{ margin:0 0 3px 0; padding:0; } .column .subnav ul ul, .column .subnav ul ul ul, .column .subnav ul ul ul ul, .column .subnav ul ul ul ul ul{border-top:none; padding-top:0;} .column .subnav a{ display:block; margin:0; padding:5px 10px 5px 20px; color:darkslategray; background-color:Lavender; background:url("../images/red_file.gif") no-repeat 10px center Lavender; text-decoration:none; border-bottom:1px dotted #666666; } .column .subnav a:hover{color:#A3443E; background-color:#F9F9F9;} .column .subnav ul ul a, .column .subnav ul ul ul a, .column .subnav ul ul ul ul a, .column .subnav ul ul ul ul ul a{ background:url("../images/black_file.gif") no-repeat Lavender; } .column .subnav ul ul a{padding-left:40px; background-position:30px center;} .column .subnav ul ul ul a{padding-left:50px; background-position:40px center;} .column .subnav ul ul ul ul a{padding-left:60px; background-position:50px center;} .column .subnav ul ul ul ul ul a{padding-left:70px; background-position:60px center;}