path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
Data Entry Forms/WHO Leprosy/v30/1 - Leprosy core statistics data entry form.html
hispindia/HISPReportArchive
<style type="text/css">tbody>tr>td { font-weight: bold; text-align: left; } </style> <style type="text/css">/* tooltip */ .tooltip { position: relative; } .tooltip .tooltiptext { visibility: hidden; width: 400px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; /* Position the tooltip */ position: absolute; z-index: 1; } .tooltip:hover .tooltiptext { visibility: visible; } </style> <script type="text/javascript"> setInterval(function () { autoPopulateData(); hideUnhideChildBreakupSection(); }, 0); function autoPopulateData() { document.getElementById("sel_country").value = document.getElementById("selectedOrganisationUnit").value; var selectedOrgUnitUId = dhis2.de.getCurrentOrganisationUnit(); //alert( selectedOrgUnitUId ); var url1 = "../api/organisationUnits/" + selectedOrgUnitUId +".json?fields=id,name,parent[id,name]"; $.get(url1, function (ouResponse) { var parentName = ouResponse.parent.name; document.getElementById("sel_parent_name").value = parentName; }); var year = $('#selectedPeriodId').val(); //alert( year ); var tempYear1 = parseInt(year) - 1; var tempYear2 = parseInt(year) - 2; document.getElementById("twoYearGap").innerHTML = tempYear2; document.getElementById("oneYearGap").innerHTML = tempYear1; // document.getElementById("toolTipYear2").innerHTML = tempYear2; // document.getElementById("toolTipYear1").innerHTML = tempYear1; } function downloadBlankExcel() { //var url1 = "../api/me/profile.json"; FyRBPBSTfCl var url1 = "../api/me.json"; $.get(url1, function (data1) { var selectedLanguage = data1.settings.keyUiLocale; console.log(data1); console.log(selectedLanguage); if (selectedLanguage == "en") { window.location.href = "../api/documents/ItVvq1ZfvC3/data"; } else if (selectedLanguage == "ar") { window.location.href = "../api/documents/inqp1dxCNnm/data"; } else if (selectedLanguage == "es") { window.location.href = "../api/documents/cFD31tS9Iqv/data"; } else if (selectedLanguage == "ru") { window.location.href = "../api/documents/I2PHvkm8rj0/data"; } else if (selectedLanguage == "fr") { window.location.href = "../api/documents/AZMu7UAEkdK/data"; } else if (selectedLanguage == "pt") { window.location.href = "../api/documents/UEPJVzZJq5K/data"; } }); } function hideUnhideChildBreakupSection() { var selectedOrgUnit = document.getElementById("selectedOrganisationUnit").value; var year = $('#selectedPeriodId').val(); var value1 = document.getElementById("evXyDr6c7eu-ZZFiCRpT37i-val").value; var value2 = document.getElementById("gVmFx873rdZ-ZZFiCRpT37i-val").value; var value3 = document.getElementById("IQgrP2W9gTV-ZZFiCRpT37i-val").value; //alert( value1 + "--" + value2 + "--" + value3 ); if (parseInt(value1) >= 0 || parseInt(value2) >= 0 || parseInt(value3) >= 0) { //alert( "1" +" -- " + value1 + " -- " + value2 + " -- " + value3 ); $('.childbreakup').show(); } else if ((value1 === undefined || value1 === null || value1.length <= 0 || value1 === "NaN") && (value2 === undefined || value2 === null || value2.length <= 0 || value1 === "NaN") && (value3 === undefined || value3 === null || value3.length <= 0 || value1 === "NaN")) { //alert( "2" + " -- " + value1 + " -- " + value2 + " -- " + value3 ); $('.childbreakup').hide(); deleteSelectedValues(); } } function deleteSelectedValues() { var tempValue1 = document.getElementById("MiHLzmsVFPf-xC5PhT2YVtr-val").value; var tempValue2 = document.getElementById("ubgNtdy3h9H-xC5PhT2YVtr-val").value; var tempValue3 = document.getElementById("tyHgOKrZsMJ-xC5PhT2YVtr-val").value; var tempValue4 = document.getElementById("MiHLzmsVFPf-GcQ4Ep0wmnH-val").value; var tempValue5 = document.getElementById("ubgNtdy3h9H-GcQ4Ep0wmnH-val").value; var tempValue6 = document.getElementById("tyHgOKrZsMJ-GcQ4Ep0wmnH-val").value; if (parseInt(tempValue1) >= 0 || parseInt(tempValue2) >= 0 || parseInt(tempValue3) >= 0 || parseInt(tempValue4) >= 0 || parseInt(tempValue5) >= 0 || parseInt(tempValue6) >= 0) { var selectedOrgUnit = dhis2.de.getCurrentOrganisationUnit(); var selectedPeriod = $('#selectedPeriodId').val(); var selectedDataSet = $('#selectedDataSetId').val(); var dataValueSet = { "dataSet": selectedDataSet, "period": selectedPeriod, "orgUnit": selectedOrgUnit, "dataValues": [ { "dataElement": "MiHLzmsVFPf", "categoryOptionCombo": "xC5PhT2YVtr", "value": " " }, { "dataElement": "ubgNtdy3h9H", "categoryOptionCombo": "xC5PhT2YVtr", "value": " " }, { "dataElement": "tyHgOKrZsMJ", "categoryOptionCombo": "xC5PhT2YVtr", "value": " " }, { "dataElement": "MiHLzmsVFPf", "categoryOptionCombo": "GcQ4Ep0wmnH", "value": " " }, { "dataElement": "ubgNtdy3h9H", "categoryOptionCombo": "GcQ4Ep0wmnH", "value": " " }, { "dataElement": "tyHgOKrZsMJ", "categoryOptionCombo": "GcQ4Ep0wmnH", "value": " " } ] } console.log(JSON.stringify(dataValueSet)); $.ajax({ headers: { 'Accept': 'application/json', 'Content-Type': 'application/json' }, url: '../api/dataValueSets', data: JSON.stringify(dataValueSet), dataType: 'json', type: 'post', async: false, success: returnSuccess, error: returnError }); function returnSuccess(response) { } function returnError(xhr, textStatus, errorThrown) { } } } </script> <table border="1" cellpadding="1" cellspacing="1" id="printing"> <tbody> <tr> <td colspan="6" style="background-color: #dce6f1; text-align: center;"> <p><strong><span style="color:#00ff00;">&nbsp;</span> <span data-translate="text1" style="font-size:16px;">Core information from National Leprosy Programmes </span> </strong></p> </td> </tr> <tr> <td colspan="4" style="background-color: #dce6f1; text-align: justify;"><span data-translate="text2">WHO Region </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<input disabled="disabled" id="sel_parent_name" name="sel_parent_name" style="background-color: rgb(255, 255, 255); border: 1px solid rgb(170, 170, 170); width: 75px;" type="text" value="" /><!--<input id="IGL3YDFpD1W-HllvX50cXC0-val" name="entryfield" title="WHO Region" value="[ WHO Region ]"/>--></td> <td class="tooltip" colspan="2" style="background-color: #dce6f1; text-align: justify;"><span data-translate="text3">Date of completion</span><input id="f6mmviBHBto-HllvX50cXC0-val" name="entryfield" title="Date of completion" value="[ Date of completion ]" /></td> </tr> <tr> <td colspan="6" style="background-color: #dce6f1; text-align: justify;"><strong><span data-translate="text4">Country</span></strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<input disabled="disabled" id="sel_country" name="sel_country" style="background-color: rgb(255, 255, 255); border: 1px solid rgb(170, 170, 170); width: 75px;" type="text" value="" /> &nbsp;</td> </tr> <tr> <td colspan="6" style="background-color: #dce6f1; text-align: justify;"><strong><span data-translate="text5">Population</span> </strong> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <input id="d1d6EWQZJGB-HllvX50cXC0-val" name="entryfield" title="Population " value="[ Population ]" /></td> </tr> <tr> <td colspan="6" style="background-color: #dce6f1; text-align: justify;"><span data-translate="text6">Child Population</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<input id="EnQPW5xZDPX-DGU1CWAZ6qw-val" name="entryfield" title="Child Population Unknown (Child population)" value="[ Child Population Unknown (Child population) ]" /></td> </tr> <tr> <td colspan="6" style="background-color: #dce6f1; text-align: center;"> <p><strong><span data-translate="text7">Case detection during the year </span> <span id="periodID">&nbsp;</span> </strong></p> </td> </tr> <tr> <td colspan="2" style="background-color: #dce6f1;"><strong><span data-translate="text8">New cases</span> </strong></td> <td class="tooltip" style="background-color: #dce6f1;"> <p>&nbsp; &nbsp; &nbsp; &nbsp; <strong> &nbsp; &nbsp; <span data-translate="text9">Adult</span> &nbsp;</strong></p> <span class="tooltiptext" data-translate="tool-tip9">New MB cases equal to or above 15 years of age / New PB cases equal to or above 15 years of age / New Unclassified cases equal to or above 15 years of age</span></td> <td class="tooltip" style="background-color: #dce6f1;"> <p>&nbsp; &nbsp; &nbsp; &nbsp; <strong> &nbsp; &nbsp; <span data-translate="text10">Children</span> &nbsp;</strong></p> <span class="tooltiptext" data-translate="tool-tip10">New MB cases less than or equal to 14 years of age / New PB cases less than or equal to 14 years of age / New Unclassified cases less than or equal to 14 years of age</span></td> <td class="tooltip" style="background-color: #dce6f1;">&nbsp; &nbsp; &nbsp; &nbsp; <strong> <span data-translate="text11"> Age unknown </span> </strong> <span class="tooltiptext" data-translate="tool-tip11">New MB cases with no information about age / New PB cases without information about age / New Unclassified cases with no information on age</span></td> <td class="tooltip" colspan="1" style="background-color: #dce6f1;"><strong><span data-translate="text12">Sub - Total&nbsp;</span> </strong> <span class="tooltiptext" data-translate="tool-tip12">All MB cases, i.e., Adults, Children of all ages and MB cases without information on their age / All PB cases Adults, Children of all ages and PB cases without information on their age / All Unclassified cases, i.e., Adults and Child case (less than 15 years of age) and all cases without information on their age</span></td> </tr> <tr> <td colspan="2" data-translate="text13"><strong>New MB cases</strong></td> <td><input id="evXyDr6c7eu-Te9RyzefSAz-val" name="entryfield" title="MB Cases Adult" value="[ MB Cases Adult ]" /></td> <td class="checkZero" colspan="1"><input id="evXyDr6c7eu-ZZFiCRpT37i-val" name="entryfield" title="MB Cases Child" value="[ MB Cases Child ]" /></td> <td><input id="evXyDr6c7eu-sdMU6tpPki6-val" name="entryfield" title="MB Cases Unknown" value="[ MB Cases Unknown ]" /></td> <td colspan="1"><input dataelementid="evXyDr6c7eu" id="totalevXyDr6c7eu" name="total" readonly="readonly" title="MB Cases" value="[ MB Cases ]" /></td> </tr> <tr> <td colspan="2" data-translate="text14"><strong>New PB cases</strong></td> <td><input id="gVmFx873rdZ-Te9RyzefSAz-val" name="entryfield" title="PB Cases Adult" value="[ PB Cases Adult ]" /></td> <td class="checkZero" colspan="1"><input id="gVmFx873rdZ-ZZFiCRpT37i-val" name="entryfield" title="PB Cases Child" value="[ PB Cases Child ]" /></td> <td><input id="gVmFx873rdZ-sdMU6tpPki6-val" name="entryfield" title="PB Cases Unknown" value="[ PB Cases Unknown ]" /></td> <td colspan="1"><input dataelementid="gVmFx873rdZ" id="totalgVmFx873rdZ" name="total" readonly="readonly" title="PB Cases" value="[ PB Cases ]" /></td> </tr> <tr> <td colspan="2" data-translate="text15"><strong>New Unclassified cases</strong></td> <td><input id="IQgrP2W9gTV-Te9RyzefSAz-val" name="entryfield" title="Unclassified Cases Adult" value="[ Unclassified Cases Adult ]" /></td> <td class="checkZero" colspan="1"><input id="IQgrP2W9gTV-ZZFiCRpT37i-val" name="entryfield" title="Unclassified Cases Child" value="[ Unclassified Cases Child ]" /></td> <td><input id="IQgrP2W9gTV-sdMU6tpPki6-val" name="entryfield" title="Unclassified Cases Unknown" value="[ Unclassified Cases Unknown ]" /></td> <td colspan="1"><input dataelementid="IQgrP2W9gTV" id="totalIQgrP2W9gTV" name="total" readonly="readonly" title="Unclassified Cases" value="[ Unclassified Cases ]" /></td> </tr> <tr> <td colspan="2" data-translate="text16" style="background-color: rgb(255, 255, 255);"><strong>Total new cases &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</strong></td> <td colspan="4" rowspan="1" style="background-color: rgb(255, 255, 255);"><input id="indicatorgY7b9azcUQG" indicatorid="gY7b9azcUQG" name="indicator" readonly="readonly" title="Total cases" value="[ Total cases ]" /></td> </tr> <tr> <td colspan="2" data-translate="text17" style="background-color: rgb(255, 255, 255);"><strong>New case detection rate (per million population)</strong></td> <td colspan="4" rowspan="1" style="background-color: rgb(255, 255, 255);"><input id="indicatorElAjdwOrjMq" indicatorid="ElAjdwOrjMq" name="indicator" readonly="readonly" title="Case detection rate (Per million population)" value="[ Case detection rate (Per million population) ]" /></td> </tr> <tr> <td colspan="2" data-translate="text18" style="background-color: rgb(255, 255, 255);">Total New Child Cases - &nbsp;&nbsp;</td> <td colspan="4" style="background-color: rgb(255, 255, 255);"><input id="indicatorPS9m9ERoPaj" indicatorid="PS9m9ERoPaj" name="indicator" readonly="readonly" title="New cases - Children" value="[ New cases - Children ]" /></td> </tr> <tr> <td colspan="2" data-translate="text19" style="background-color: rgb(255, 255, 255);">Child % among new cases</td> <td colspan="4" style="background-color: rgb(255, 255, 255);"><input id="indicatorC6xcdI95huJ" indicatorid="C6xcdI95huJ" name="indicator" readonly="readonly" title="Percentage of children" value="[ Percentage of children ]" /></td> </tr> <tr> <td colspan="2" data-translate="text20" style="background-color: rgb(255, 255, 255);">Child case detection rate (per million child population)</td> <td colspan="4" style="background-color: rgb(255, 255, 255);"><input id="indicatorSsZP6Izyhay" indicatorid="SsZP6Izyhay" name="indicator" readonly="readonly" title="Child case detection rate (per million child population)" value="[ Child case detection rate (per million child population) ]" /></td> </tr> <tr class="childbreakup"> <td colspan="6" style="background-color: #dce6f1; text-align: center;"> <p data-translate="text21"><strong>Child cases - Age breakup</strong></p> </td> </tr> <tr class="childbreakup"> <td colspan="2" style="background-color: #dce6f1;text-align:center;">&nbsp;</td> <td class="tooltip" colspan="1" style="background-color: #dce6f1;text-align:center;"><strong><span data-translate="text22">MB</span> </strong> <span class="tooltiptext" data-translate="tool-tip22">New MB Child cases less than or equal to five years of age /New MB child cases between 06 and 14 years of age / New child MB cases of unknown age </span></td> <td class="tooltip" colspan="1" style="background-color: #dce6f1;text-align:center;"><strong><span data-translate="text23">PB</span> </strong> <span class="tooltiptext" data-translate="tool-tip23"> New PB Child cases less than or equal to five years of age / New PB child cases between 06 and 14years of age / New PB child cases of unknown age</span></td> <td class="tooltip" colspan="1" style="background-color: #dce6f1;text-align:center;"><strong><span data-translate="text24">Unclassified</span> </strong> <span class="tooltiptext" data-translate="tool-tip24"> New Unclassified child cases less than or equal to five years of age / New Unclassified child cases of 6-14 years of age / New Unclassified child cases of unknown age</span></td> <td colspan="1" style="background-color: #dce6f1;text-align:center;"><strong><span data-translate="text25">Total</span> </strong></td> </tr> <tr class="childbreakup"> <td colspan="2" data-translate="text26"><strong>New child cases </strong>&le;<strong> 5 years of age</strong></td> <td colspan="1"><input id="MiHLzmsVFPf-xC5PhT2YVtr-val" name="entryfield" title="MB cases - child - age wise &lt; 5 years" value="[ MB cases - child - age wise &lt; 5 years ]" /></td> <td colspan="1"><input id="ubgNtdy3h9H-xC5PhT2YVtr-val" name="entryfield" title="PB cases - child - age wise &lt; 5 years" value="[ PB cases - child - age wise &lt; 5 years ]" /></td> <td colspan="1"><input id="tyHgOKrZsMJ-xC5PhT2YVtr-val" name="entryfield" title="Unclassified cases - child - age wise &lt; 5 years" value="[ Unclassified cases - child - age wise &lt; 5 years ]" /></td> <td colspan="1"><input id="indicatoryMIaVLPC3P9" indicatorid="yMIaVLPC3P9" name="indicator" readonly="readonly" title="Total &lt;5 yrs of age" value="[ Total &lt;5 yrs of age ]" /></td> </tr> <tr class="childbreakup"> <td colspan="2" data-translate="text27"><strong>New child cases between 6-14 years of age</strong></td> <td colspan="1"><input id="MiHLzmsVFPf-GcQ4Ep0wmnH-val" name="entryfield" title="MB cases - child - age wise 6 -15 years" value="[ MB cases - child - age wise 6 -15 years ]" /></td> <td colspan="1"><input id="ubgNtdy3h9H-GcQ4Ep0wmnH-val" name="entryfield" title="PB cases - child - age wise 6 -15 years" value="[ PB cases - child - age wise 6 -15 years ]" /></td> <td colspan="1"><input id="tyHgOKrZsMJ-GcQ4Ep0wmnH-val" name="entryfield" title="Unclassified cases - child - age wise 6 -15 years" value="[ Unclassified cases - child - age wise 6 -15 years ]" /></td> <td colspan="1"><input id="indicatoreBG4XbLqTmY" indicatorid="eBG4XbLqTmY" name="indicator" readonly="readonly" title="Total 6 -15 yrs of age" value="[ Total 6 -15 yrs of age ]" /></td> </tr> <tr class="childbreakup"> <td colspan="2" data-translate="text28"><strong>New child cases of unknown age</strong></td> <td colspan="1"><input id="indicatorLxuvWK9krz4" indicatorid="LxuvWK9krz4" name="indicator" readonly="readonly" title="New child unknown age MB" value="[ New child unknown age MB ]" /></td> <td colspan="1"><input id="indicatoro8IeVhOHgJT" indicatorid="o8IeVhOHgJT" name="indicator" readonly="readonly" title="New child unknown age PB" value="[ New child unknown age PB ]" /></td> <td colspan="1"><input id="indicatoriL5IHOVIyG5" indicatorid="iL5IHOVIyG5" name="indicator" readonly="readonly" title="New child unknown age Unclassified" value="[ New child unknown age Unclassified ]" /></td> <td colspan="1"><input id="indicatorGuJBnVdikkv" indicatorid="GuJBnVdikkv" name="indicator" readonly="readonly" title="Total child cases of unknown age" value="[ Total child cases of unknown age ]" /></td> </tr> <tr> <td colspan="1" style="background-color: #dce6f1;">&nbsp;</td> <td class="tooltip" colspan="1" rowspan="1" style="background-color: #dce6f1; text-align:center;"> <p data-translate="text29"><strong>Female</strong></p> <span class="tooltiptext" data-translate="tool-tip29">Number of Female cases reported during the year</span></td> <td class="tooltip" colspan="1" rowspan="1" style="text-align: center; background-color: #dce6f1;"><span data-translate="text30"><strong>Gender unknown&nbsp;</strong> </span> <span class="tooltiptext" data-translate="tool-tip30">Number of cases reported during the year without information about gender</span></td> <td class="tooltip" colspan="1" rowspan="1" style="text-align: center; background-color: #dce6f1;"><span data-translate="text31"><strong>Male</strong> </span> <span class="tooltiptext" data-translate="tool-tip31">Auto calculated: number of male cases reported during the year</span></td> <td colspan="2" style="background-color: #dce6f1;">&nbsp;</td> </tr> <tr> <td colspan="1" data-translate="text32"><strong>New cases by gender</strong></td> <td colspan="1" rowspan="1"><input id="xdbnQxRVTBq-HllvX50cXC0-val" name="entryfield" title="Leprosy Cases - Female" value="[ Leprosy Cases - Female ]" /></td> <td colspan="1" rowspan="1"><input id="coycFHeZ257-HllvX50cXC0-val" name="entryfield" title="Leprosy Cases - Unknown" value="[ Leprosy Cases - Unknown ]" /></td> <td colspan="1" rowspan="1"><input id="indicatorbpV1kODa6MB" indicatorid="bpV1kODa6MB" name="indicator" readonly="readonly" title="New male cases " value="[ New male cases ]" /></td> <td class="tooltip" colspan="1"><span data-translate="text33"><strong>Percentage of Female </strong> </span> <span class="tooltiptext" data-translate="tool-tip33">Proportion of females cases reported during the year</span></td> <td colspan="1" rowspan="1"><input id="indicatorKrvcvcTLqIh" indicatorid="KrvcvcTLqIh" name="indicator" readonly="readonly" title="Percentage of female" value="[ Percentage of female ]" /></td> </tr> <tr> <td colspan="2" rowspan="1" style="background-color: #dce6f1;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</td> <td class="tooltip" rowspan="1" style="background-color: #dce6f1;"> <p data-translate="text34">&nbsp; &nbsp; &nbsp; <strong> &nbsp;Adult&nbsp;</strong></p> <span class="tooltiptext" data-translate="tool-tip34">New G2D cases &gt;15 years of age</span></td> <td class="tooltip" colspan="1" style="background-color: #dce6f1;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span data-translate="text35"> <strong> &nbsp; Children</strong> </span> <span class="tooltiptext" data-translate="tool-tip35">New G2D cases &lt;15 years of age</span></td> <td class="tooltip" style="background-color: #dce6f1;">&nbsp; &nbsp; &nbsp; &nbsp; <span data-translate="text36"> <strong>&nbsp;Age unknown&nbsp;</strong> </span> <span class="tooltiptext" data-translate="tool-tip36">New G2D Cases without information about their age</span></td> <td class="tooltip" colspan="1" style="background-color: #dce6f1;">&nbsp; &nbsp; <strong> <span data-translate="text37">Sub - Total&nbsp;</span> </strong> <span class="tooltiptext" data-translate="tool-tip37">All G2D cases, i.e., Adults, Children and G2D cases without information about their age</span></td> </tr> <tr> <td colspan="2" data-translate="text38"><strong>New cases with grade 2 disabilities&nbsp;</strong></td> <td><input id="xl4EXfRMBrK-Te9RyzefSAz-val" name="entryfield" title="Leprosy Cases - Grade 2 Disability Adult" value="[ Leprosy Cases - Grade 2 Disability Adult ]" /></td> <td colspan="1"><input id="xl4EXfRMBrK-ZZFiCRpT37i-val" name="entryfield" title="Leprosy Cases - Grade 2 Disability Child" value="[ Leprosy Cases - Grade 2 Disability Child ]" /></td> <td><input id="xl4EXfRMBrK-sdMU6tpPki6-val" name="entryfield" title="Leprosy Cases - Grade 2 Disability Unknown" value="[ Leprosy Cases - Grade 2 Disability Unknown ]" /></td> <td colspan="1"><input dataelementid="xl4EXfRMBrK" id="totalxl4EXfRMBrK" name="total" readonly="readonly" title="Leprosy Cases - Grade 2 Disability" value="[ Leprosy Cases - Grade 2 Disability ]" /></td> </tr> <tr> <td colspan="2" data-translate="text39"><strong>&nbsp;% of grade 2 disabilities</strong></td> <td colspan="1" rowspan="1"><input id="indicatorj62SFyBOrSN" indicatorid="j62SFyBOrSN" name="indicator" readonly="readonly" title="Percentage of grade 2 disabilities " value="[ Percentage of grade 2 disabilities ]" /></td> <td colspan="2" data-translate="text40" rowspan="1">Grade 2 disability rate (per&nbsp; million population)</td> <td colspan="1" rowspan="1"><input id="indicatorv1Fr4On014j" indicatorid="v1Fr4On014j" name="indicator" readonly="readonly" title="Grade 2 disability rate (Per million population)" value="[ Grade 2 disability rate (Per million population) ]" /></td> </tr> <tr> <td class="tooltip" colspan="6" style="text-align: center; background-color: #dce6f1;"> <p><span data-translate="text41"><strong>Foreign born cases</strong> </span></p> <span class="tooltiptext" data-translate="tool-tip41">Leprosy cases detected during the year who were born in other countries</span></td> </tr> <tr> <td colspan="2" data-translate="text42" style="background-color: rgb(255, 255, 255);"><strong>New foreign born cases&nbsp;</strong></td> <td colspan="1" style="background-color: rgb(255, 255, 255); text-align: center;"><input id="nbDlMYKljTK-HllvX50cXC0-val" name="entryfield" title="Foreign Born Leprosy Cases" value="[ Foreign Born Leprosy Cases ]" /></td> <td colspan="2" data-translate="text43" style="background-color: rgb(255, 255, 255);"><strong>&nbsp; &nbsp; % foreign born cases&nbsp;</strong></td> <td colspan="1"><input id="indicatorKmggYyaINdB" indicatorid="KmggYyaINdB" name="indicator" readonly="readonly" title="Percentage of foreign born cases" value="[ Percentage of foreign born cases ]" /></td> </tr> <tr> <td colspan="6" style="background-color: #dce6f1; text-align:center;"> <p data-translate="text44"><strong>&nbsp; Retreatment cases</strong></p> </td> </tr> <tr> <td colspan="2" style="background-color: #dce6f1;">&nbsp;</td> <td class="tooltip" colspan="1" style="background-color: #dce6f1; text-align:center;"><strong><span data-translate="text45">MB</span> </strong> <span class="tooltiptext" data-translate="tool-tip45">Number of MB cases who have completed a full course of treatment for leprosy in the past and who returns with signs and symptoms of the disease that are not deemed to be due to areaction according to a clinician / An MB patient who has received treatment for leprosy in the past excepting relapses</span></td> <td class="tooltip" colspan="1" style="background-color: #dce6f1; text-align:center;"><strong><span data-translate="text46">PB</span> </strong> <span class="tooltiptext" data-translate="tool-tip46">Number of PB cases who have completed a full course of treatment for leprosy in the past and who returns with signs and symptoms of the disease that are not deemed to be due to areaction according to a clinician / A PB patient who has received treatment for leprosy in the past excepting relapses</span></td> <td class="tooltip" colspan="2" style="background-color: #dce6f1; text-align:center;"><strong><span data-translate="text47">Total</span> </strong> <span class="tooltiptext" data-translate="tool-tip47">All Relapse cases / All (PB and MB) Retreatment cases</span></td> </tr> <tr> <td colspan="2" data-translate="text48"><strong>Number of relapses detected&nbsp;</strong></td> <td colspan="1"><input id="VBEhMPsLu53-HllvX50cXC0-val" name="entryfield" title="MB - Retreatment Cases - Relapses" value="[ MB - Retreatment Cases - Relapses ]" /></td> <td colspan="1"><input id="YVj2PYy0Slj-HllvX50cXC0-val" name="entryfield" title="PB - Retreatment Cases - Relapses" value="[ PB - Retreatment Cases - Relapses ]" /></td> <td colspan="2"><input id="indicatornurKIGXhFri" indicatorid="nurKIGXhFri" name="indicator" readonly="readonly" title="Total retreatement cases - Relapses" value="[ Total retreatement cases - Relapses ]" /></td> </tr> <tr> <td colspan="2" data-translate="text49"><strong>All other retreatment cases &nbsp;</strong></td> <td colspan="1"><input id="lhSRNgfsxYC-HllvX50cXC0-val" name="entryfield" title="MB - Retreatment Cases - Others" value="[ MB - Retreatment Cases - Others ]" /></td> <td colspan="1"><input id="EHT4ON2ZtNl-HllvX50cXC0-val" name="entryfield" title="PB - Retreatment Cases - Others" value="[ PB - Retreatment Cases - Others ]" /></td> <td colspan="2"><input id="indicatordNCXh6M60Vw" indicatorid="dNCXh6M60Vw" name="indicator" readonly="readonly" title="Total retreatement cases - Others" value="[ Total retreatement cases - Others ]" /></td> </tr> <tr> <td colspan="2" data-translate="text50">Total retreatment cases&nbsp;</td> <td colspan="4" rowspan="1"><input id="indicatorSSmKGrwFLyR" indicatorid="SSmKGrwFLyR" name="indicator" readonly="readonly" title="Total Re-treatment cases " value="[ Total Re-treatment cases ]" /></td> </tr> <tr> <td colspan="6" style="background-color: #dce6f1; text-align:center;"> <p><strong><span data-translate="text51">Cases registered for treatment at the end of year &nbsp;</span> <span id="periodID2">&nbsp;</span> </strong></p> </td> </tr> <tr> <td colspan="2" data-translate="text52" style="background-color: #dce6f1;"><strong>Cases on treatment at the end of year (including new and retreatment cases)</strong></td> <td colspan="1" data-translate="text53" rowspan="1" style="background-color: #dce6f1; text-align:center;"> <p><strong>Adult</strong></p> </td> <td data-translate="text54" rowspan="1" style="background-color: #dce6f1; text-align:center;"><strong>Child</strong></td> <td colspan="2" style="text-align: center; background-color: #dce6f1; text-align:center;"><strong><span data-translate="text55">Sub - Total</span> </strong></td> </tr> <tr> <td class="tooltip" colspan="2"><span data-translate="text56"><strong>MB cases</strong> </span> <span class="tooltiptext" data-translate="tool-tip56">Number of all MB cases &gt;15 years of age on record for treatment at the end of the year / Number of all MB cases &lt; 15 years of age on record for treatment at the end of the year</span></td> <td colspan="1"><input id="bLR7YvL1f5O-Te9RyzefSAz-val" name="entryfield" title="MB Cases on Treatment Adult" value="[ MB Cases on Treatment Adult ]" /></td> <td><input id="bLR7YvL1f5O-ZZFiCRpT37i-val" name="entryfield" title="MB Cases on Treatment Child" value="[ MB Cases on Treatment Child ]" /></td> <td colspan="2"><input dataelementid="bLR7YvL1f5O" id="totalbLR7YvL1f5O" name="total" readonly="readonly" title="MB Cases on Treatment" value="[ MB Cases on Treatment ]" /></td> </tr> <tr> <td class="tooltip" colspan="2"><span data-translate="text57"><strong>PB cases</strong> </span> <span class="tooltiptext" data-translate="tool-tip57">Number of all PB cases &lt;15 years of age on record for treatment at the end of the year / Number of all PB cases &lt; 15 years of age on record for treatment at the end of the year</span></td> <td colspan="1"><input id="mdupOTsRJ58-Te9RyzefSAz-val" name="entryfield" title="PB Cases on Treatment Adult" value="[ PB Cases on Treatment Adult ]" /></td> <td><input id="mdupOTsRJ58-ZZFiCRpT37i-val" name="entryfield" title="PB Cases on Treatment Child" value="[ PB Cases on Treatment Child ]" /></td> <td colspan="2"><input dataelementid="mdupOTsRJ58" id="totalmdupOTsRJ58" name="total" readonly="readonly" title="PB Cases on Treatment" value="[ PB Cases on Treatment ]" /></td> </tr> <tr> <td colspan="2" data-translate="text58"><strong>Unclassified&nbsp;</strong></td> <td colspan="1"><input id="lzbsUQJvvJB-Te9RyzefSAz-val" name="entryfield" title="Unclassified Cases on Treatment Adult" value="[ Unclassified Cases on Treatment Adult ]" /></td> <td><input id="lzbsUQJvvJB-ZZFiCRpT37i-val" name="entryfield" title="Unclassified Cases on Treatment Child" value="[ Unclassified Cases on Treatment Child ]" /></td> <td colspan="2"><input dataelementid="lzbsUQJvvJB" id="totallzbsUQJvvJB" name="total" readonly="readonly" title="Unclassified Cases on Treatment " value="[ Unclassified Cases on Treatment ]" /></td> </tr> <tr> <td class="tooltip" colspan="3"><span data-translate="text59"><strong>Total cases registered for treatment</strong> </span> <span class="tooltiptext" data-translate="tool-tip59">All cases on record for MDT at the end of the year </span></td> <td colspan="3" rowspan="1"><input id="indicatorYgvbZE63e8T" indicatorid="YgvbZE63e8T" name="indicator" readonly="readonly" title="Total cases registered at end of year" value="[ Total cases registered at end of year ]" /></td> </tr> <tr> <td colspan="3" data-translate="text60"><strong>Prevalence rate (per million population)</strong></td> <td colspan="3"><input id="indicatorsAXV6Hnve4i" indicatorid="sAXV6Hnve4i" name="indicator" readonly="readonly" title="Prevalence rate (Per million population)" value="[ Prevalence rate (Per million population) ]" /></td> </tr> <tr> <td colspan="6" data-translate="text61" style="background-color: #dce6f1; text-align:center;"> <p><strong>Case detection method</strong></p> </td> </tr> <tr> <td colspan="1" style="background-color: #dce6f1;">&nbsp;</td> <td class="tooltip" style="background-color: #dce6f1;"><span data-translate="text62"><strong>Number of people enumerated /estimated</strong>&nbsp;</span> <span class="tooltiptext" data-translate="tool-tip62">Number of family contacts of leprosy patients registered for MDT during the year / Number of school students emuemerated for examination to rule out or detect leprosy / Number of general population enurmerated through different campaigns in the year / Number of people enurmerated through different campaigns in the year </span></td> <td class="tooltip" style="background-color: #dce6f1;"> <p>&nbsp; &nbsp; &nbsp; &nbsp; <span data-translate="text63"> <strong> &nbsp;Examined&nbsp;</strong> </span> <span class="tooltiptext" data-translate="tool-tip63">Of them number of family contacts examined for leprosy / Number of school students examined for signs of leprosy / Number of people examined for leprosy during the campaign focussing on general population </span></p> </td> <td class="tooltip" colspan="1" style="background-color: #dce6f1;"><span data-translate="text64"><strong>&nbsp;Percentage examined&nbsp;</strong> </span> <span class="tooltiptext" data-translate="tool-tip64">Proportion of family contacts examined / Proportion of school students examined for leprosy / Proportion of people examined in campaigns during the year / Proportion of people examined in campaigns during the year </span></td> <td class="tooltip" style="background-color: #dce6f1;">&nbsp; <span data-translate="text65"> <strong>&nbsp;Cases detected&nbsp;</strong> </span> <span class="tooltiptext" data-translate="tool-tip65">Number of cases detected from contact examination / Number of cases detected from school student examination / Number of cases detected with leprosy during the campaigns / Number of cases detected with leprosy during the campaigns</span></td> <td colspan="1" data-translate="text66" style="background-color: #dce6f1; text-align: center;"><strong>Percentage detected among new cases</strong></td> </tr> <tr> <td colspan="1" data-translate="text67"><strong>Contact examination&nbsp;</strong></td> <td><input id="qHIGkVqSItK-HllvX50cXC0-val" name="entryfield" title="Active case contact examination - People estimated" value="[ Active case contact examination - People estimated ]" /></td> <td><input id="GuZ5MKrfrBp-HllvX50cXC0-val" name="entryfield" title="Active case detection contact examination - People examined" value="[ Active case detection contact examination - People examined ]" /></td> <td colspan="1"><input id="indicatortrqV4BI71xI" indicatorid="trqV4BI71xI" name="indicator" readonly="readonly" title="People examined during contact examination " value="[ People examined during contact examination ]" /></td> <td><input id="Xzuid5sSSg3-HllvX50cXC0-val" name="entryfield" title="Active case contact examination - Cases detected" value="[ Active case contact examination - Cases detected ]" /></td> <td colspan="1" style="text-align: center;"><input id="indicatorM2kzreZCnhv" indicatorid="M2kzreZCnhv" name="indicator" readonly="readonly" title="Cases detected in contact examination " value="[ Cases detected in contact examination ]" /></td> </tr> <tr> <td colspan="1" data-translate="text68"><strong>School children examination for leprosy</strong></td> <td><input id="hcmT8KR85PW-HllvX50cXC0-val" name="entryfield" title="School children examination - People Estimated" value="[ School children examination - People Estimated ]" /></td> <td><input id="zZcTJntCnMe-HllvX50cXC0-val" name="entryfield" title="School children examination - People Examined" value="[ School children examination - People Examined ]" /></td> <td colspan="1"><input id="indicatorZkf5ceFIHMi" indicatorid="Zkf5ceFIHMi" name="indicator" readonly="readonly" title="People examined in school survey " value="[ People examined in school survey ]" /></td> <td><input id="lk5YKbM2SEu-HllvX50cXC0-val" name="entryfield" title="School children examination - Cases Detected" value="[ School children examination - Cases Detected ]" /></td> <td colspan="1" style="text-align: center;"><input id="indicatorw0DzxpCd0aq" indicatorid="w0DzxpCd0aq" name="indicator" readonly="readonly" title="Cases detected in school survey " value="[ Cases detected in school survey ]" /></td> </tr> <tr> <td colspan="1" data-translate="text69"><strong>Active case detection campaigns (General population)</strong></td> <td><input id="v7CDzOUjTE6-HllvX50cXC0-val" name="entryfield" title="General Survey - People estimated " value="[ General Survey - People estimated ]" /></td> <td><input id="ztfAqeY7ruz-HllvX50cXC0-val" name="entryfield" title="General Survey - People examined " value="[ General Survey - People examined ]" /></td> <td colspan="1"><input id="indicatorBaYDxDArnGF" indicatorid="BaYDxDArnGF" name="indicator" readonly="readonly" title="People examined in general survey " value="[ People examined in general survey ]" /></td> <td><input id="NlyC1FwJWy9-HllvX50cXC0-val" name="entryfield" title="General Survey - Cases detected" value="[ General Survey - Cases detected ]" /></td> <td colspan="1" style="text-align: center;"><input id="indicatorJcTzoupKdtG" indicatorid="JcTzoupKdtG" name="indicator" readonly="readonly" title="Cases detected in general survey" value="[ Cases detected in general survey ]" /></td> </tr> <tr> <td colspan="1" data-translate="text70"><strong>Active case detection campaigns(Special population group) e.g., Migrants, Urban slum population, Refugees, Prison inmates</strong></td> <td><input id="g04IY5svOKO-HllvX50cXC0-val" name="entryfield" title="Active case detection campaigns - People estimated" value="[ Active case detection campaigns - People estimated ]" /></td> <td><input id="FNTigvSTOVL-HllvX50cXC0-val" name="entryfield" title="Active case detection campaign - People examined" value="[ Active case detection campaign - People examined ]" /></td> <td colspan="1"><input id="indicatorbIBNtoqBkTL" indicatorid="bIBNtoqBkTL" name="indicator" readonly="readonly" title="People examined in campaigns" value="[ People examined in campaigns ]" /></td> <td><input id="uhtjTobhtHO-HllvX50cXC0-val" name="entryfield" title="Active case detection campaigns - Cases detected" value="[ Active case detection campaigns - Cases detected ]" /></td> <td colspan="1" style="text-align: center;"><input id="indicatorRJcnYMtVxOS" indicatorid="RJcnYMtVxOS" name="indicator" readonly="readonly" title="Cases detected in campaigns" value="[ Cases detected in campaigns ]" /></td> </tr> <tr> <td colspan="6" data-translate="text71" style="background-color: #dce6f1; text-align:center;"> <p><strong>&nbsp;Treatment outcome</strong></p> </td> </tr> <!-- <tr> <td colspan="2"><strong>New MB Cases who started treatment in 2014</strong></td> <td colspan="5" rowspan="1">(Data from 2014 will appear here)</td> </tr> --> <tr> <td class="tooltip" colspan="3"><strong><span data-translate="text72">New MB cases who started treatment in </span> <span id="twoYearGap">&nbsp;</span> </strong> <p class="tooltiptext" data-translate="tool-tip72">Number of MB cases started treatment for MB Leprosy in</p> </td> <td colspan="3" style="text-align: center;"><input id="VVBrsKiEqdh-HllvX50cXC0-val" name="entryfield" title="Baseline - MB cases on treatment (2 yrs before)" value="[ Baseline - MB cases on treatment (2 yrs before) ]" /></td> </tr> <tr> <td class="tooltip" colspan="2"><span data-translate="text73"><strong>Of them, how many completed treatment within 18 months ?</strong> </span> <span class="tooltiptext" data-translate="tool-tip73">Of them number of MB cases which completed treatment with in12-18 months</span></td> <td colspan="1" rowspan="1" style="text-align: center;"><input id="TCJv5BNVYCw-HllvX50cXC0-val" name="entryfield" title="MB Cases - Treatment Completed in 18 months" value="[ MB Cases - Treatment Completed in 18 months ]" /></td> <td colspan="2" rowspan="1" style="text-align: center;"><span data-translate="text74"><strong>MB Treatment completion rate (%)&nbsp;</strong> </span></td> <td colspan="1" rowspan="1" style="text-align: center;"><input id="indicatorxWUvequQxeM" indicatorid="xWUvequQxeM" name="indicator" readonly="readonly" title="MB cure rate " value="[ MB cure rate ]" /></td> </tr> <tr> <td class="tooltip" colspan="2"><span data-translate="text75"><strong>Of them, how many were &#39;lost to follow-up&#39; ? </strong> </span> <span class="tooltiptext" data-translate="tool-tip75">Of them number of MB cases which were lost to follow up</span></td> <td colspan="1" rowspan="1" style="text-align: center;"><input id="bjLIfOy4KuR-HllvX50cXC0-val" name="entryfield" title="MB - lost to follow-up - 18 months " value="[ MB - lost to follow-up - 18 months ]" /></td> <td colspan="2" data-translate="text76" rowspan="1" style="text-align: center;"><strong>MB lost to follow up rate (%)&nbsp;</strong></td> <td colspan="1" rowspan="1" style="text-align: center;"><input id="indicatory8GFUBw2dMD" indicatorid="y8GFUBw2dMD" name="indicator" readonly="readonly" title="MB - Loss to follow up case rate" value="[ MB - Loss to follow up case rate ]" /></td> </tr> <!--- <tr--> <tr> <td class="tooltip" colspan="3"><strong><span data-translate="text77">New PB cases who started treatment in</span> <span id="oneYearGap">&nbsp;</span> </strong> <span class="tooltiptext" data-translate="tool-tip77">Number of PB cases registered for MDT in </span></td> <td colspan="3" style="text-align: center;"><input id="PFNL3BPu3A6-HllvX50cXC0-val" name="entryfield" title="Baseline - PB cases on treatment (1 yr before)" value="[ Baseline - PB cases on treatment (1 yr before) ]" /></td> </tr> <tr> <td class="tooltip" colspan="2"><strong><span data-translate="text78">Of them, how many completed treatment within 9 months ?</span> </strong> <span class="tooltiptext" data-translate="tool-tip78">Of them number of cases completed PB MDT in 6-9 monhts</span></td> <td colspan="1" rowspan="1" style="text-align: center;"><input id="t5AmFhGyKw9-HllvX50cXC0-val" name="entryfield" title="PB Cases - Treatment Completed within 9 Months" value="[ PB Cases - Treatment Completed within 9 Months ]" /></td> <td class="tooltip" colspan="2" rowspan="1" style="text-align: center;"><strong><span data-translate="text79">PB treatment completion rate (%)</span> </strong> <span class="tooltiptext" data-translate="tool-tip79">Proportion of PB patients completed treatment with in 6-9 months from start of treatment</span></td> <td colspan="1" rowspan="1" style="text-align: center;"><input id="indicatorPQCJ1jNYVMU" indicatorid="PQCJ1jNYVMU" name="indicator" readonly="readonly" title="PB cure rate" value="[ PB cure rate ]" /></td> </tr> <tr> <td class="tooltip" colspan="2"><strong><span data-translate="text80">Of them, how many were &#39;lost to follow-up&#39; ?</span> </strong> <span class="tooltiptext" data-translate="tool-tip80">Of them number of MB cases which were lost to follow-up</span></td> <td colspan="1" rowspan="1" style="text-align: center;"><input id="IW3BXD1xO0E-HllvX50cXC0-val" name="entryfield" title="PB - lost to follow-up - 9 months " value="[ PB - lost to follow-up - 9 months ]" /></td> <td colspan="2" rowspan="1" style="text-align: center;"><strong><span data-translate="text81">lost to follow up rate &nbsp;</span> </strong></td> <td colspan="1" rowspan="1" style="text-align: center;"><input id="indicatorjAPR6lkkBBH" indicatorid="jAPR6lkkBBH" name="indicator" readonly="readonly" title="PB - Loss to follow up case rate" value="[ PB - Loss to follow up case rate ]" /></td> </tr> <tr> <td colspan="6" data-translate="text82" style="background-color: #dce6f1; text-align: center;"> <p><strong>&nbsp;Anti Microbial Surveillance &nbsp;</strong></p> </td> </tr> <tr> <td colspan="2" style="background-color: #dce6f1;">&nbsp;</td> <td colspan="3" data-translate="text83" style="background-color: #dce6f1; text-align:center"> <p><strong>Number of patients with resistance strains to one drug</strong></p> </td> <td class="tooltip" colspan="1" rowspan="2" style="background-color: #dce6f1;"> <p><strong><span data-translate="text84">Number of patients with resistant strains to 2 or more drugs</span> </strong></p> <span class="tooltiptext" data-translate="tool-tip84">Of them number of cases with strains showing resistance to two or more drugs, i.e., Rifampicin, Dapsone, Oflaxicin </span></td> </tr> <tr> <td colspan="1" style="background-color: #dce6f1;">&nbsp;</td> <td class="tooltip" colspan="1" style="background-color: rgb(220, 230, 241); text-align: center;">&nbsp; &nbsp; &nbsp; &nbsp; <span data-translate="text85">Number of patients tested&nbsp;</span>&nbsp;<span class="tooltiptext" data-translate="tool-tip85">Number of new cases teseted for Anti Microbial Resistance during the year/ Number of Relaspse/ Re-treatment cases tested for Anti-Microbial Resistance during the year</span></td> <td class="tooltip" colspan="1" style="background-color: #dce6f1;">&nbsp; &nbsp; &nbsp; &nbsp; <strong> <span data-translate="text86">&nbsp; &nbsp; Rifampicin</span> </strong> <span class="tooltiptext" data-translate="tool-tip86">Of them number of cases with strains showing resistantance to Rifampicin</span></td> <td class="tooltip" colspan="1" style="background-color: #dce6f1;"> <p>&nbsp; &nbsp; <strong> &nbsp; <span data-translate="text87">Dapsone</span> </strong></p> <span class="tooltiptext" data-translate="tool-tip87">Of them number of cases with strains showing resistant to Dapsone</span></td> <td class="tooltip" style="background-color: #dce6f1;">&nbsp; &nbsp; &nbsp; <strong> <span data-translate="text88">Ofloxacin </span> </strong> <span class="tooltiptext" data-translate="tool-tip88">Of them number of cases with strains showing resistance to Ofloxacin</span></td> </tr> <tr> <td colspan="1" data-translate="text89"><strong>Relapse/other retreatment cases</strong></td> <td><input id="JK1VCsNhg6x-HllvX50cXC0-val" name="entryfield" title="Retreatment Cases Tested for Drug Resistance" value="[ Retreatment Cases Tested for Drug Resistance ]" /></td> <td><input id="sgdAybfDzTl-oSHl2cUvHmk-val" name="entryfield" title="Retreatment cases resistant to drug RIF mono" value="[ Retreatment cases resistant to drug RIF mono ]" /></td> <td colspan="1"><input id="sgdAybfDzTl-qqJwrOzkzcz-val" name="entryfield" title="Retreatment cases resistant to drug DDS mono" value="[ Retreatment cases resistant to drug DDS mono ]" /></td> <td><input id="sgdAybfDzTl-G0EY8ZnkmVI-val" name="entryfield" title="Retreatment cases resistant to drug OFX mono" value="[ Retreatment cases resistant to drug OFX mono ]" /></td> <td colspan="1"><input id="sgdAybfDzTl-Vi7NufwLzKs-val" name="entryfield" title="Retreatment cases resistant to drug Two or more" value="[ Retreatment cases resistant to drug Two or more ]" /></td> </tr> <tr> <td colspan="1" data-translate="text90"><strong>New cases&nbsp;</strong></td> <td><input id="MJGjCnCK8qJ-HllvX50cXC0-val" name="entryfield" title="New cases tested for drug resistance" value="[ New cases tested for drug resistance ]" /></td> <td><input id="CAwisvSGkaj-oSHl2cUvHmk-val" name="entryfield" title="New cases resistant to drug RIF mono" value="[ New cases resistant to drug RIF mono ]" /></td> <td colspan="1"><input id="CAwisvSGkaj-qqJwrOzkzcz-val" name="entryfield" title="New cases resistant to drug DDS mono" value="[ New cases resistant to drug DDS mono ]" /></td> <td><input id="CAwisvSGkaj-G0EY8ZnkmVI-val" name="entryfield" title="New cases resistant to drug OFX mono" value="[ New cases resistant to drug OFX mono ]" /></td> <td colspan="1"><input id="CAwisvSGkaj-Vi7NufwLzKs-val" name="entryfield" title="New cases resistant to drug Two or more" value="[ New cases resistant to drug Two or more ]" /></td> </tr> <tr> <td colspan="6" style="text-align: left;font-weight:bold;color:blue"> <p class="instructions"><span data-translate="comment1">Submit data : Click on the &#39;Complete button&#39; to submit the data. This will only be allowed if all the mandatory data fields are filled and validated.</span><br /> <span data-translate="comment2">Edit data : Click on the &#39;Incomplete button&#39; to edit the data once submitted.</span><br /> <span data-translate="comment3">Print form : Click on the &#39;Print form&#39; button to download the filled data entry form.</span><br /> <span data-translate="comment4">Print blank form : Click on the &#39;Print blank form&#39; button to download the blank data entry form.</span></p> </td> </tr> <tr> <td colspan="6"><button class="instructions" onclick="downloadBlankExcel()"><span data-translate="button1">Download Blank Excel Form</span></button><button class="instructions" id="printButton" onclick="window.print()" style="width:120px; margin-bottom: 3px; margin-left:20px;" value="Print form"><span data-translate="button2">Print form</span></button></td> </tr> </tbody> </table> <style type="text/css">/* printing */ @media print { #printing { margin: 0%; } .instructions { display: none; } #infoDiv { display: none !important; } #completenessDiv { display: none !important; } #completedByDiv { display: none !important; } .confirm-dialog-content { display: none !important; } } </style> <script type="text/javascript"> dhis2.util.on('dhis2.de.event.formReady', function (event, ds) { $(".entryfield").width('75px'); //Use english as default, in case there is a problem fetching locale or //there are no support for the users translate('en'); $.ajax({ type: "GET", url: '../api/me.json', success: function (data) { var locale = data.settings.keyUiLocale; console.log("Locale: " + locale); if (locale != 'en') translate(locale); }, error: function () { } }); }); function translate(locale) { for (var i = 0; i < translations.length; i++) { var field = translations[i]; if (!field.hasOwnProperty(locale)) return; $('[data-translate="' + field.id + '"]').html(field[locale]); } } </script><script> var translations = [ { "id": "text1", "ru": "Основная информация из национальных программ борьбы с проказой", "en": "Core information from National Leprosy Programmes", "fr": "Renseignements de base du National lèpre Programmes ", "es": "Centrales de Información Nacional de los Programas de lepra ", "ar": "المعلومات الأساسية من الجذام برامج ", "pt": "Informações básicas dos programas nacionais de hanseníase " }, { "id": "text2", "ru": "регионы ВОЗ - ", "en": "WHO Region", "fr": "Région de l'OMS - ", "es": "Región de la OMS - ", "ar": "من المنطقة ، ", "pt": "Região da OMS - " }, { "id": "text3", "ru": "Срок завершения", "en": "Date of completion", "fr": "Date d'achèvement", "es": "Fecha de finalización", "ar": "تاريخ الانتهاء", "pt": "Data de conclusão" }, { "id": "text4", "ru": "Страна - ", "en": "Country", "fr": "Pays - ", "es": "País -", "ar": "البلد - ", "pt": "País - " }, { "id": "text5", "ru": "Население- ", "en": "Population", "fr": "La Population ", "es": "La población ", "ar": "السكان ", "pt": "População- " }, { "id": "text6", "ru": "детское население - ", "en": "Child Population", "fr": "Enfant De La Population - ", "es": "Población Infantil - ", "ar": "الطفل السكان ، ", "pt": "População Infantil - " }, { "id": "text7", "ru": "Выявление случаев заболевания в течение года", "en": "Case detection during the year ", "fr": "La détection des cas au cours de l'année", "es": "La detección de casos durante el año", "ar": "الكشف عن الحالات خلال العام ", "pt": "Detecção de casos durante o ano" }, { "id": "text8", "ru": "Новые больные", "en": "New cases", "fr": "De nouveaux cas", "es": "Nuevos casos", "ar": "حالات جديدة", "pt": "Casos novos" }, { "id": "text9", "ru": "Взрослый", "en": "Adult", "fr": "Adulte", "es": "Adulto ", "ar": "الكبار ", "pt": "Adult" }, { "id": "text10", "ru": "Дети", "en": "Children", "fr": "Les enfants", "es": "Los niños ", "ar": "الأطفال", "pt": "Crianças" }, { "id": "text11", "ru": "Возраст Неизвестен", "en": "Age unknown", "fr": "Âge Inconnu", "es": "Edad Desconocida ", "ar": "العمر غير معروف ", "pt": "Idade desconhecida " }, { "id": "text12", "ru": "Под-итого ", "en": "Sub - Total", "fr": "Sous - total", "es": "Sub - Total", "ar": "المجموع الفرعي ", "pt": "Sub - total " }, { "id": "text13", "ru": "Новые случаи МБ", "en": "New MB cases", "fr": "MO nouveau cas ", "es": "El nuevo MB casos ", "ar": "جديد MB الحالات ", "pt": "Novos casos de MB " }, { "id": "text14", "ru": "Новые случаи PB", "en": "New PB cases", "fr": "Nouveau PB cas", "es": "Nueva PB casos ", "ar": "جديد PB الحالات ", "pt": "Novos casos de PB " }, { "id": "text15", "ru": "Новые несекретные дела - ", "en": "New Unclassified cases", "fr": "De nouvelles non classifié cas - ", "es": "Nuevo sin clasificar de los casos -", "ar": "جديدة غير مصنفة الحالات - ", "pt": "Novos casos não classificados - " }, { "id": "text16", "ru": "Всего Новых Дел -", "en": "Total new cases ", "fr": "Nombre Total De Nouveaux Cas - ", "es": "El Total De Nuevos Casos - ", "ar": "إجمالي الحالات الجديدة - ", "pt": "Total de novos casos - " }, { "id": "text17", "ru": " Частота обнаружения новых случаев заболевания - ", "en": "New case detection rate (per million population)", "fr": " Les nouveaux taux de détection des cas -", "es": " Nueva tasa de detección de casos - ", "ar": " حالة جديدة للكشف عن معدل لكل 100 ، 000 من السكان ، ", "pt": " Taxa de detecção de novos casos por 100.000 habitantes - " }, { "id": "text18", "ru": "Всего Новых Случаев Заболевания Детей -", "en": "Total New Child Cases - ", "fr": "Total Des Nouveaux Cas D'Enfants - ", "es": "El Total De Nuevos Casos De Niños - ", "ar": "جديد مجموع حالات الأطفال - ", "pt": "Total de novos casos de crianças - " }, { "id": "text19", "ru": "Ребенок % среди новых случаев заболевания", "en": "Child % among new cases", "fr": "Enfant % des nouveaux cas", "es": "Niño % entre los casos nuevos", "ar": "الطفل % من بين الحالات الجديدة", "pt": "% De filhos entre novos casos" }, { "id": "text20", "ru": "Частота обнаружения случаев заболевания детей ", "en": "Child case detection rate (per million child population)", "fr": "Enfant taux de détection des Cas ", "es": "Niño tasa de detección de Casos ", "ar": "الطفل % من بين الحالات الجديدةلكل 100 ، 000 من السكان ، " , "pt": "Taxa de detecção de casos filho por 100.000 habitantes - " }, { "id": "text21", "ru": "Детские случаи-возрастной распад", "en": "Child cases - Age breakup", "fr": "Les cas d'enfants en Âge de rupture", "es": "Casos de niños en Edad de ruptura", "ar": "حالات الأطفال في سن تفكك", "pt": "Casos de crianças - Desmembramento etário" }, { "id": "text22", "ru": "МЕГАБАЙТ", "en": "MB", "fr": "MO", "es": "MB", "ar": "MB", "pt": "MB" }, { "id": "text23", "ru": "ПБ", "en": "PB", "fr": "PB", "es": "PB", "ar": "PB", "pt": "PB" }, { "id": "text24", "ru": "Несекретный", "en": "Unclassified", "fr": "Non classifié ", "es": "Sin clasificar", "ar": "غير مصنف ", "pt": "Não classificado " }, { "id": "text25", "ru": "Весь", "en": "Total", "fr": "Total", "es": "Total", "ar": "مجموع", "pt": "Total" }, { "id": "text26", "ru": "дети ≤ 5 лет - ", "en": "New child cases ≤ 5 years of age", "fr": "les enfants ≤ De 5 ans ", "es": "los niños ≤ 5 años de edad ", "ar": "الأطفال &lt;= 5 سنوات من العمر ", "pt": "crianças <= 5 anos - " }, { "id": "text27", "ru": "Новые случаи заболевания детей в возрасте от 6 до 14 лет. совершеннолетний", "en": "New child cases between 6-14 years of age", "fr": "De nouveaux cas d'enfants entre 6 et 14 ans. de l'âge", "es": "Nuevos casos de niños entre 6 y 14 años. de edad", "ar": "جديد حالات الأطفال بين 6-14 عاما. من العمر", "pt": "Novos casos de crianças entre 6 e 14 anos. de idade" }, { "id": "text28", "ru": "случаи заболевания детей неизвестного возраста ", "en": "New child cases of unknown age", "fr": "les cas des enfants d'âge inconnu ", "es": "los casos de niños de edad desconocida", "ar": "الأطفال في حالات غير معروف العمر ", "pt": "casos de crianças de idade desconhecida " }, { "id": "text29", "ru": "Женский - ", "en": "Female", "fr": "Femelle - ", "es": "Femenino - ", "ar": "الإناث - ", "pt": "Fêmea - " }, { "id": "text30", "ru": "Неизвестный - ", "en": "Gender unknown", "fr": "Inconnu - ", "es": "Desconocido - ", "ar": "غير معروف - ", "pt": "Desconhecido - " }, { "id": "text31", "ru": "Мужской - ", "en": "Male", "fr": "Masculin - ", "es": "Macho - ", "ar": "الذكور ", "pt": "Masculino - " }, { "id": "text32", "ru": "Новые дела в разбивке по полу - ", "en": "New cases by gender", "fr": "De nouveaux cas par Sexe ", "es": "Nuevos casos por Género ", "ar": "حالات جديدة من الجنسين ", "pt": "Novos casos por gênero - " }, { "id": "text33", "ru": "Процентная доля женщин ", "en": "Percentage of Female ", "fr": "Pourcentage de Femmes ", "es": "Porcentaje de Mujeres ", "ar": "النسبة المئوية للإناث ", "pt": "Porcentagem de mulheres " }, { "id": "text34", "ru": "Взрослый -", "en": "Adult", "fr": "Adulte -", "es": "Adulto -", "ar": "الكبار - ", "pt": "Adulto - " }, { "id": "text35", "ru": "Дети - ", "en": "Children", "fr": "Enfants - ", "es": "Los niños -", "ar": "الأطفال - ", "pt": "Crianças - " }, { "id": "text36", "ru": "Возраст Неизвестен ", "en": "Age unknown", "fr": "Âge Inconnu ", "es": "Edad Desconocida ", "ar": "العمر غير معروف ", "pt": "Idade desconhecida " }, { "id": "text37", "ru": "Под-итого ", "en": "Sub - Total", "fr": "Sous - total", "es": "Sub - Total", "ar": "المجموع الفرعي ", "pt": "sub -total" }, { "id": "text38", "ru": "Новые случаи с инвалидностью 2 класса - ", "en": "New cases with grade 2 disabilities", "fr": "De nouveaux cas avec le grade 2 handicap - ", "es": "De casos nuevos con discapacidad grado 2 - ", "ar": "الحالات الجديدة مع الصف 2 الإعاقة - ", "pt": "Novos casos com deficiência de grau 2 - " }, { "id": "text39", "ru": "Процент случаев G2D ", "en": "% of grade 2 disabilities", "fr": "Pourcentage de G2D cas ", "es": "Porcentaje de casos G2D ", "ar": "نسبة G2D الحالات ", "pt": "Porcentagem de casos de G2D " }, { "id": "text40", "ru": "Уровень инвалидности 2 класса (на миллион населения)", "en": "Grade 2 disability rate (Per million population)", "fr": "Grade 2 taux d'incapacité (Par million d'habitants)", "es": "Grado 2 tasa de discapacidad (Por millón de población)", "ar": "الصف 2 معدل الإعاقة (لكل مليون نسمة)", "pt": "Taxa de G2D - por milhão de habitantes" }, { "id": "text41", "ru": "Случаи рождения иностранцев ", "en": "Foreign born cases", "fr": "Nés à l'étranger des cas", "es": "Nacido en el extranjero de los casos", "ar": "المولودين الحالات ", "pt": "Casos estrangeiros " }, { "id": "text42", "ru": "Новые случаи иностранного происхождения", "en": "New foreign born cases", "fr": "Nouveaux cas nés à l'étranger", "es": "Nuevos casos nacidos en el extranjero", "ar": "حالات ولادة أجنبية جديدة", "pt": "Novos casos nascidos no estrangeiro" }, { "id": "text43", "ru": "% случаев иностранного происхождения", "en": "% foreign born cases", "fr": "% de cas nés à l'étranger", "es": "% de casos nacidos en el extranjero", "ar": "٪ حالات الولادة الأجنبية", "pt": "% de casos de nascidos no estrangeiro" }, { "id": "text44", "ru": "Восстановительные дела - ", "en": "Retreatment cases", "fr": "Retraitement des cas - ", "es": "El retratamiento de los casos - ", "ar": "إعادة المعالجة في الحالات - ", "pt": "Casos de retratamento - " }, { "id": "text45", "ru": "МЕГАБАЙТ", "en": "MB", "fr": "MO", "es": "MB", "ar": "MB", "pt": "MB" }, { "id": "text46", "ru": "ПБ", "en": "PB", "fr": "PB", "es": "PB", "ar": "PB", "pt": "PB" }, { "id": "text47", "ru": "Весь", "en": "Total", "fr": "Total", "es": "Total", "ar": "مجموع", "pt": "Total" }, { "id": "text48", "ru": "Количество обнаруженных рецидивов", "en": "Number of relapses detected", "fr": "Nombre de rechutes détecté", "es": "Número de brotes detectados", "ar": "عدد من الانتكاسات الكشف عن", "pt": "Número de recaídas detectadas" }, { "id": "text49", "ru": "Все остальные случаи восстановления прав", "en": "All other retreatment cases", "fr": "Tous les autres cas de retraitement", "es": "Todos los otros casos de retratamiento", "ar": "جميع حالات إعادة المعالجة", "pt": "Todos os outros casos de retratamento " }, { "id": "text50", "ru": "Всего дел об отступлении", "en": "Total retreatment cases", "fr": "Total retraitement des cas", "es": "El Total de retratamiento de los casos", "ar": "مجموع إعادة المعالجة الحالات" , "pt": "Total de casos de retratamento" }, { "id": "text51", "ru": "Случаи, зарегистрированные для лечения - ", "en": "Cases registered for treatment at the end of year ", "fr": "Cas enregistrés pour le traitement ", "es": "De los casos registrados para el tratamiento ", "ar": "الحالات المسجلة للعلاج - ", "pt": "" }, { "id": "text52", "ru": "Количество дел, зарегистрированных на конец года (новые и восстановительные дела)", "en": "Cases on treatment at the end of year (including new and retreatment cases)", "fr": "Nombre de cas enregistrés à la fin de l'année (nouveaux et le Retraitement des cas)", "es": "Número de casos registrados al final del año (nuevos y Tratamiento de los casos)", "ar": "عدد الحالات المسجلة في نهاية العام (جديد و إعادة المعالجة الحالات)", "pt": "Número de casos registrados no final do ano (casos novos e de retratamento)" }, { "id": "text53", "ru": "для взрослых", "en": "Adult", "fr": "Adulte", "es": "Adulto", "ar": "الكبار", "pt": "Adulto(" }, { "id": "text54", "ru": "Ребенок", "en": "Child", "fr": "Enfant", "es": "El niño", "ar": "الطفل", "pt": "criança" }, { "id": "text55", "ru": "Под-итого ", "en": "Sub - Total", "fr": "Sous - total", "es": "Sub - Total", "ar": "Sub - Total", "pt": "Sub - Total" }, { "id": "text56", "ru": "Случаи МБ", "en": "MB cases", "fr": "MO cas", "es": "MB casos", "ar": "MB الحالات", "pt": "MB Estojos" }, { "id": "text57", "ru": "Дела PB", "en": "PB cases", "fr": "PB cas", "es": "PB casos", "ar": "PB الحالات", "pt": "PB Estojos" }, { "id": "text58", "ru": "Несекретный", "en": "Unclassified", "fr": "Non classé", "es": "Sin clasificar", "ar": "غير مصنف", "pt": "Não classificado" }, { "id": "text59", "ru": "Всего Случаев", "en": "Total cases registered for treatment", "fr": "Nombre Total De Cas ", "es": "Del Total De Casos ", "ar": "مجموع الحالات ", "pt": "Total de casos registrados para tratamento" }, { "id": "text60", "ru": "Показатель распространенности-на 10 000 населения", "en": "Prevalence rate (per million population)", "fr": "La prévalence des taux par 10 000 de population ", "es": "Tasa de prevalencia por 10.000 habitantes ", "ar": "معدل انتشار لكل 10000 من السكان ", "pt": "Taxa de prevalência - por 10.000 habitantes " }, { "id": "text61", "ru": "Активное обнаружение случая", "en": "Case detection method", "fr": "La détection Active des cas", "es": "Activa la detección de casos", "ar": "قضية الكشف", "pt": "Método de detecção de caso" }, { "id": "text62", "ru": "Количество человек Перечислено / Оценено", "en": "Number of people enumerated /estimated", "fr": "Nombre de personnes Énumérés/Estimation", "es": "Número de personas Enumera/Estimado", "ar": "تعداد/المقدرة عدد من الناس", "pt": "Número de pessoas Enumerado / estimado - " }, { "id": "text63", "ru": "Обследованный ", "en": "Examined", "fr": "Examiné ", "es": "Examinado ", "ar": "درست ", "pt": "Examinado " }, { "id": "text64", "ru": "Процент обследованных", "en": "Percentage examined", "fr": "Pourcentage examiné", "es": "Porcentaje examinado", "ar": "فحص نسبة ", "pt": "Porcentagem examinada " }, { "id": "text65", "ru": "Выявленные случаи ", "en": "Cases detected", "fr": "Les cas détectés", "es": "De los casos detectados ", "ar": "الحالات المكتشفة ", "pt": "Casos detectados " }, { "id": "text66", "ru": "Процент выявленных новых случаев заболевания", "en": "Percentage detected among new cases", "fr": "Pourcentage détecté parmi les nouveaux cas", "es": "Porcentaje detectado entre los casos nuevos", "ar": "نسبة الكشف بين الحالات الجديدة", "pt": "Porcentagem detectada entre novos casos" }, { "id": "text67", "ru": "Контактная Экспертиза", "en": "Contact examination", "fr": "Le Contact De L'Examen", "es": "Contacto Examen", "ar": "الاتصال الفحص", "pt": "Exame de contato" }, { "id": "text68", "ru": "Школьники сдают экзамен на проказу", "en": "School children examination for leprosy", "fr": "Enfants de l'école de l'examen de la lèpre", "es": "Los niños de la escuela de examen para la lepra", "ar": "أطفال المدارس امتحان الجذام", "pt": "Exame de crianças em idade escolar para hanseníase" }, { "id": "text69", "ru": "Активные кампании по выявлению случаев заболевания (общая численность населения)", "en": "Active case detection campaigns (General population)", "fr": "La détection Active des cas de campagnes (population Générale)", "es": "Activa la detección de casos de campañas (población General)", "ar": "قضية الكشف عن حملات (عامة الناس)", "pt": "Campanhas ativas de detecção de casos (população em geral)" }, { "id": "text70", "ru": "Другие группы населения (яйцо., Мигранты, население городских трущоб, беженцы, заключенные тюрем)", "en": "Active case detection campaigns(Special population group) e.g., Migrants, Urban slum population, Refugees, Prison inmates", "fr": "D'autres groupes de la population (de l'oeuf., Les Migrants, les bidonvilles de la population, les Réfugiés, les détenus de la Prison)", "es": "Otros grupos de la población (de huevo., Los migrantes, en los barrios pobres Urbanos de población, Refugiados, presos en la Cárcel)", "ar": "مجموعات أخرى من السكان (بيضة., المهاجرين الأحياء الحضرية الفقيرة السكان واللاجئين السجناء)", "pt": "Outros grupos populacionais (óvulos, migrantes, população urbana de favelas, refugiados, reclusos)" }, { "id": "text71", "ru": "РЕЗУЛЬТАТ ЛЕЧЕНИЯ -", "en": "Treatment outcome", "fr": "LES RÉSULTATS DU TRAITEMENT - ", "es": "LOS RESULTADOS DEL TRATAMIENTO - ", "ar": "نتائج العلاج - ", "pt": "RESULTADOS DO TRATAMENTO - " }, { "id": "text72", "ru": "Новые случаи МБ, начавшие лечение в 2017 году - ", "en": "New MB cases who started treatment in", "fr": "MO nouveau cas qui ont commencé le traitement en ", "es": "El nuevo MB casos que iniciaron el tratamiento en 2017 - ", "ar": "جديد MB الحالات من بدأ العلاج في", "pt": "Novos casos de MB que iniciaram o tratamento" }, { "id": "text73", "ru": "Сколько из них завершили лечение в течение 18 месяцев? ", "en": "Of them, how many completed treatment within 18 months ?", "fr": "D'entre eux, combien de traitements achevés dans un délai de 18 mois? ", "es": "De ellos, ¿cuántos completado el tratamiento en el plazo de 18 meses?", "ar": "منهم كم الانتهاء من العلاج في غضون 18 شهرا ؟ ", "pt": "Desses, quantos completaram o tratamento em 18 meses? " }, { "id": "text74", "ru": "Тариф лечения МБ -", "en": "MB Treatment completion rate (%)", "fr": "MO taux de guérison - ", "es": "MB Tasa de finalización del tratamiento (%)", "ar": "MB نسبة الشفاء - ", "pt": "MB Taxa de conclusão do tratamento (%)" }, { "id": "text75", "ru": "Сколько из них были потеряны для последующей деятельности ? ", "en": "Of them, how many were &#39;lost to follow-up&#39; ?", "fr": "D'entre eux, combien ont été 'perdus de vue'? ", "es": "De ellos, ¿cuántos fueron 'perdidos para el seguimiento ? ", "ar": "منهم كم كانت 'فقدت المتابعة ؟ ", "pt": "" }, { "id": "text76", "ru": "Потеря МБ к тарифу случая следования -", "en": "MB lost to follow up rate (%)", "fr": "MO Perte de suivi taux de cas -", "es": "MB Pérdida para el seguimiento del caso de la tasa de ", "ar": "MB خسارة متابعة الحالة - معدل ", "pt": "Delas, quantas foram perdidas para acompanhamento? " }, { "id": "text77", "ru": "Новые случаи ПБ, начавшие лечение в году ", "en": "New PB cases who started treatment in", "fr": "Nouveau PB cas qui ont commencé le traitement en ", "es": "Nueva PB casos que iniciaron el tratamiento en ", "ar": "جديد PB الحالات من بدأ العلاج في 2018 - ", "pt": "Novos casos de PB que iniciaram o tratamento em " }, { "id": "text78", "ru": "Сколько из них завершили лечение в течение 9 месяцев? -", "en": "Of them, how many completed treatment within 9 months ?", "fr": "D'entre eux, combien ont terminé le traitement au sein de 9 mois? -", "es": "De ellos, ¿cuántos completado el tratamiento en el plazo de 9 meses? -", "ar": "منهم كم الانتهاء من العلاج في غضون 9 أشهر ؟ - ", "pt": "Desses, quantos completaram o tratamento em 9 meses? - " }, { "id": "text79", "ru": "Скорость отверждения PB - ", "en": "PB treatment completion rate (%)", "fr": "Le PB des taux de guérison - ", "es": "PB la tasa de curación - ", "ar": "PB نسبة الشفاء - ", "pt": "Taxa de cura do PB - " }, { "id": "text80", "ru": "Сколько из них были потеряны для последующей деятельности ? ", "en": "Of them, how many were &#39;lost to follow-up&#39; ?", "fr": "D'entre eux, combien ont été 'perdus de vue'? ", "es": "De ellos, ¿cuántos fueron 'perdidos para el seguimiento ? ", "ar": "منهم كم كانت 'فقدت المتابعة ؟ ", "pt": "Delas, quantas foram perdidas para acompanhamento? " }, { "id": "text81", "ru": "PB потери для последующего случая ставка - ", "en": "lost to follow up rate ", "fr": "PB de Perte de suivi taux de cas - ", "es": "PB Pérdida para el seguimiento del caso de la tasa de ", "ar": "PB خسارة متابعة الحالة - معدل ", "pt": "PB Perda para taxa de acompanhamento de casos - " }, { "id": "text82", "ru": "Антимикробный Надзор ", "en": "Anti Microbial Surveillance ", "fr": "Anti Microbienne De Surveillance ", "es": "Anti Microbiana De Vigilancia ", "ar": "مكافحة الجراثيم المراقبة ", "pt": "Vigilância Anti Microbiana " }, { "id": "text83", "ru": "Количество пациентов с резистентными штаммами к одному лекарственному средству ", "en": "Number of patients with resistance strains to one drug", "fr": "Nombre de Patients avec des souches Résistantes à un médicament", "es": "Número de Pacientes con cepas Resistentes a un medicamento ", "ar": "عدد من المرضى الذين يعانون من سلالات مقاومة إلى دواء واحد ", "pt": "Número de pacientes com cepas resistentes a um medicamento " }, { "id": "text84", "ru": "Количество пациентов с резистентными штаммами, имеющих более одного лекарственного средства ", "en": "Number of patients with resistant strains to 2 or more drugs", "fr": "Nombre de patients avec des souches résistantes à plusieurs médicaments ", "es": "Número de pacientes con cepas resistentes con más de una droga", "ar": "عدد من المرضى الذين يعانون من سلالات مقاومة مع أكثر من دواء واحد ", "pt": "Número de pacientes com cepas resistentes com mais de um medicamento " }, { "id": "text85", "ru": "Проверенные случаи", "en": "Number of patients tested", "fr": "Les cas testés", "es": "Los casos de prueba", "ar": "حالات اختبار", "pt": "Número de pacientes testados" }, { "id": "text86", "ru": "Рифампицин", "en": "Rifampicin", "fr": "La rifampicine", "es": "La rifampicina", "ar": "الريفامبيسين", "pt": "Rifampicina" }, { "id": "text87", "ru": "Дапсон", "en": "Dapsone", "fr": "La Dapsone", "es": "La dapsona", "ar": "", "pt": "Dapsone" }, { "id": "text88", "ru": "Офлоксацин ", "en": "Ofloxacin", "fr": "L'ofloxacine ", "es": "Ofloxacin ", "ar": "أوفلوكساسين ", "pt": "Ofloxacina " }, { "id": "text89", "ru": "Рецидив / другое восстановление-испытано на антимикробную устойчивость ", "en": "Relapse/other retreatment cases", "fr": "Rechute/autres retraitement - testé pour la Résistance antimicrobienne ", "es": "Recaída/otros el retratamiento - prueba para la Resistencia a los antimicrobianos ", "ar": "انتكاسة أخرى إعادة المعالجة - اختبار مضاد للميكروبات المقاومة ", "pt": "Recaída / outro retratamento - testado quanto à resistência antimicrobiana " }, { "id": "text90", "ru": "Новые случаи, проверенные на устойчивость к противомикробным препаратам ", "en": "New cases", "fr": "De nouveaux Cas testés pour la Résistance aux Antimicrobiens ", "es": "Nuevos Casos de prueba para la Resistencia a los Antimicrobianos ", "ar": "الحالات الجديدة اختبار مقاومة مضادات الميكروبات ", "pt": "Novos casos testados para resistência antimicrobiana " }, { "id": "tool-tip9", "ru": "Новые МБ случаи в возрасте ≥ 15 лет / Новые ОБ случаи в возрасте ≥ 15 лет / Новые неклассифицированные случаи в возрасте ≥ 15 лет", "en": "New MB cases equal to or above 15 years of age / New PB cases equal to or above 15 years of age / New Unclassified cases equal to or above 15 years of age", "fr": "MO nouveau cas est égale ou supérieure à 15 ans / Nouvelle PBcases égale ou supérieure à 15 ans d'âge/ de Nouvelles non classifié cas égale ou supérieure à 15 ans de l'âge", "es": "El nuevo MB casos iguales o por encima de los 15 años de edad / Nueva PBcases igual o por encima de los 15 años de edad/ Nuevo sin clasificar casos iguales o por encima de los 15 años de edad de edad", "ar": `جديد MB الحالات تساوي أو تزيد على 15 سنة من العمر / جديدة PBcases تساوي أو تزيد على 15 سنة من العمر/ جديدة غير مصنفة الحالات تساوي أو تزيد على 15 سنة من العمر من العمر`, "pt": "Novos casos de MB iguais ou superiores a 15 anos de idade / Novos casos PB iguais ou superiores a 15 anos de idade / Novos casos não classificados iguais ou superiores a 15 anos de idade" }, { "id": "tool-tip10", "ru": "Новые МБ случаи в возрасте ≤ 14 лет / Новые ОБ случаи в возрасте ≤ 14 лет /Новые неклассифицированные случаи в возрасте ≤ 14 лет", "en": "New MB cases less than or equal to 14 years of age / New PB cases less than or equal to 14 years of age / New Unclassified cases less than or equal to 14 years of age", "fr": "MO nouveau cas inférieur ou égal à 14 ans/Nouveau PB cas inférieur ou égal à 14 ans/Nouveau non classifié cas inférieur ou égal à 14 ans", "es": "El nuevo MB los casos, menos de o igual a 14 años de edad/Nueva PB los casos, menos de o igual a 14 años de edad/Nuevo sin clasificar casos, menos de o igual a 14 años de edad", "ar": "جديد MB الحالات أقل من أو يساوي 14 سنة من العمر/جديدة PB الحالات أقل من أو يساوي 14 سنة من العمر/جديدة غير مصنفة الحالات أقل من أو يساوي 14 سنة من العمر", "pt": "Novos casos de MB menores ou iguais a 14 anos / Novos casos de PB menores ou iguais a 14 anos / Novos casos não classificados menores ou iguais a 14 anos" }, { "id": "tool-tip11", "ru": "Новые МБ случаи без информации о возрасте / Новые ОБ случаи без информации о возрасте / Новые неклассифицированные случаи без информации о возрасте", "en": "New MB cases with no information about age / New PB cases without information about age / New Unclassified cases with no information on age", "fr": "MO nouveau cas n'ayant aucune information sur l'âge / Nouveau PB cas sans information pour l'âge / Nouveau non Classifié cas, en l'absence d'informations sur l'âge ", "es": "El nuevo MB casos sin información acerca de la edad / Nueva PB casos sin información acerca de la edad / Nuevo sin clasificar casos sin información sobre la edad ", "ar": "جديد MB الحالات مع أي معلومات حول العمر / جديدة PB الحالات دون معلومات عن العمر / جديدة غير مصنفة الحالات مع أي معلومات عن العمر ", "pt": "Novos casos de MB sem informações sobre a idade / Novos casos de PB sem informações sobre a idade / Novos casos não classificados sem informações sobre a idade " }, { "id": "tool-tip12", "ru": "Все МБ случаи, а именно, взрослые, дети всех возрастов и МБ случаи без информации о их возрасте / Все ОБ случаи, а именно, взрослые, дети всех возрастов и ОБ случаи без информации о их возрасте / Все некласифицированные случаи а именно, взрослые, дети (младше 15 лет) и все случаи без информации о их возрасте ", "en": "All MB cases, i.e., Adults, Children of all ages and MB cases without information on their age / All PB cases Adults, Children of all ages and PB cases without information on their age / All Unclassified cases, i.e., Adults and Child case (less than 15 years of age) and all cases without information on their age", "fr": "Tous les MO des cas, c'est à dire, les Adultes, les Enfants de tous les âges et MB cas sans information sur leur âge et de Tous les PB des cas, les Adultes, les Enfants de tous les âges et PB cas sans information sur leur âge/non Classifié Tous les cas, c'est à dire, les Adultes et les Enfants (moins de 15 ans) et tous les cas sans information sur leur âge", "es": "Todos los MB de los casos, es decir, los Adultos, los Niños de todas las edades y MB casos sin información sobre su edad/Todos los PB de los casos los Adultos, los Niños de todas las edades y PB casos sin información sobre su edad/sin clasificar Todos los casos, es decir, los Adultos y los casos de niños (menores de 15 años de edad) y en todos los casos sin información sobre su edad", "ar": "جميع MB الحالات ، أي البالغين والأطفال من جميع الأعمار MB الحالات دون معلومات عن العمر/كل PB الحالات البالغين والأطفال من جميع الأعمار و PB الحالات دون معلومات عن العمر/كل سرية الحالات ، أي البالغين و الأطفال حالة (أقل من 15 سنة) في جميع الحالات دون معلومات عن سنهم", "pt": "Todos os casos MB, ou seja, adultos, crianças de todas as idades e casos MB sem informações sobre sua idade / Todos os casos PB Adultos, crianças de todas as idades e casos PB sem informações sobre sua idade / Todos os casos não classificados, ou seja, casos Adultos e Criança ( menos de 15 anos de idade) e todos os casos sem informação sobre a idade" }, { "id": "tool-tip22", "ru": "Новые МБ случаи среди детей в возрасте ≤ 5 лет / Новые МБ случаи среди детей неизвестного возраста / Новые МБ случаи среди детей в возрасте от 6 лет до 14 лет", "en": "New MB Child cases less than or equal to five years of age /New MB child cases between 06 and 14 years of age / New child MB cases of unknown age", "fr": "MO nouveau cas d'Enfants de moins de ou égal à cinq ans de l'âge de l'enfant MB cas d'âge inconnu / MO Nouveau cas d'enfants entre 06 et 14 ans", "es": "El nuevo MB casos de niños de menos de o igual a cinco años de edad/ niño Nuevo MB casos de edad desconocida / el Nuevo MB casos de niños entre 06 y 14 años de edad", "ar": "جديد MB حالات الأطفال أقل من أو يساوي خمس سنوات من العمر/ طفل جديد MB الحالات غير معروف العمر / جديدة MB حالات الأطفال بين 06 و 14 سنة من العمر", "pt": "Novos casos MB infantis com idade igual ou inferior a cinco anos / Novos casos MB infantis de idade desconhecida / Novos casos MB infantis entre 06 e 14 anos" }, { "id": "tool-tip23", "ru": "Новые ОБ случаи среди детей в возрасте ≤ 5 лет / Новые ОБ случаи среди детей неизвестного возраста / Новые ОБ случаи среди детей в возрасте от 6 лет до 14 лет", "en": "New PB Child cases less than or equal to five years of age / New PB child cases between 06 and 14years of age / New PB child cases of unknown age", "fr": "Nouveau PB cas d'Enfants de moins de ou égal à cinq ans de l'âge de l'enfant Nouveau PB cas d'âge inconnu / Nouveau PB cas d'enfants entre 06 et 14 ans", "es": "Nueva PB casos de niños de menos de o igual a cinco años de edad/ niño Nuevo de PB en los casos de edad desconocida / Nueva PB casos de niños entre 06 y 14 años de edad", "ar": "جديد PB حالات الأطفال أقل من أو يساوي خمس سنوات من العمر/ طفل جديد PB الحالات غير معروف العمر / جديدة PB حالات الأطفال بين 06 و 14 سنة من العمر", "pt": "Novos casos PB infantis com idade igual ou inferior a cinco anos / Novos casos infantis PB de idade desconhecida / Novos casos infantis PB entre 06 e 14 anos" }, { "id": "tool-tip24", "ru": "Новые неклассифицированные случаи среди детей в возрасте ≤ 5 лет / Новые неклассифицированные случаи среди детей неизвестного возраста / Новые неклассифицированные случаи среди детей в возрасте от 6 лет до 14 лет", "en": "New Unclassified child cases less than or equal to five years of age / New Unclassified child cases of 6-14 years of age / New Unclassified child cases of unknown age", "fr": "De nouvelles non classifié les cas d'Enfants de moins de ou égale à cinq ans d'âge/ de Nouvelles non classifié les cas d'enfants d'âge inconnu / Nouveau non classifié les cas d'enfants entre 06 et 14 ans", "es": "Nuevo sin clasificar casos de niños de menos de o igual a cinco años de edad/ Nuevo sin clasificar casos de niños de edad desconocida / Nuevo sin clasificar casos de niños entre 06 y 14 años de edad", "ar": "جديدة غير مصنفة حالات الأطفال أقل من أو يساوي خمس سنوات من العمر/ جديدة غير مصنفة حالات الأطفال غير معروف العمر / جديدة غير مصنفة حالات الأطفال بين 06 و 14 سنة من العمر", "pt": "Novos casos de crianças não classificados com idade igual ou inferior a cinco anos / Novos casos de crianças não classificados com idade desconhecida / Novos casos de crianças não classificados entre 06 e 14 anos" }, { "id": "tool-tip29", "ru": "Число случаев среди женщин, зарегистрированных в течение года", "en": "Number of Female cases reported during the year", "fr": "Nombre de Femmes en cas signalés au cours de l'année", "es": "Número de Mujeres que de los casos reportados durante el año", "ar": "عدد الإناث من الحالات المبلغ عنها خلال العام", "pt": "Número de casos femininos notificados durante o ano" }, { "id": "tool-tip30", "ru": "Число случаев без информации о поле, зарегистрированных в течение года", "en": "Number of cases reported during the year without information about gender", "fr": "Le nombre de cas rapportés au cours de l'année sans que des informations sur le sexe", "es": "Número de casos reportados durante el año, sin información sobre el género", "ar": "عدد الحالات المبلغ عنها خلال السنة دون معلومات عن الجنس", "pt": "Número de casos relatados durante o ano sem informações sobre gênero" }, { "id": "tool-tip31", "ru": "Автоматический подсчет: число случаев среди мужчин, зарегистрированных в течение года", "en": "Auto calculated: number of male cases reported during the year", "fr": "Calculée automatiquement: nombre d'hommes de cas rapportés au cours de l'année", "es": "Auto calculado: número de los casos reportados durante el año", "ar": "يحسب السيارات: عدد الذكور الحالات المبلغ عنها خلال العام", "pt": "Calculado automaticamente: número de casos masculinos notificados durante o ano" }, { "id": "tool-tip33", "ru": "Доля случаев среди женщин, зарегистрированных в течение года", "en": "Proportion of females cases reported during the year", "fr": "Proportion de femelles cas signalés au cours de l'année", "es": "Proporción de hembras de los casos reportados durante el año", "ar": "نسبة الإناث من الحالات المبلغ عنها خلال العام", "pt": "Proporção de casos de mulheres notificadas durante o ano" }, { "id": "tool-tip34", "ru": "Новые случаи с инвалидностью 2-ой степени в возрасте старше 15 лет", "en": "New G2D cases &gt;15 years of age", "fr": "Nouveau G2D cas plus qu' De 15 ans", "es": "Nueva G2D casos morethan 15 años de edad", "ar": "جديد G2D الحالات morethan 15 سنة من العمر", "pt": "Novos casos G2D mais que 15 anos de idade" }, { "id": "tool-tip35", "ru": "Новые случаи с инвалидностью 2-ой степени в возрасте младше 15 лет", "en": "New G2D cases &lt;15 years of age", "fr": "Nouveau G2D cas moins de De 15 ans", "es": "Nueva G2D casos menos de 15 años de edad", "ar": "جديد G2D الحالات أقل من 15 سنة من العمر", "pt": "Novos casos G2D Menor que 15 anos de idade" }, { "id": "tool-tip36", "ru": "Новые случаи с инвалидностью 2-ой степени без информации о возрасте", "en": "New G2D Cases without information about their age", "fr": "Nouveau G2D Cas sans information sur leur âge", "es": "Nueva G2D Casos sin información sobre su edad", "ar": "جديد G2D الحالات دون معلومات عن سنهم", "pt": "Novos casos G2D sem informações sobre a idade" }, { "id": "tool-tip37", "ru": "Все случаи с инвалидностью 2-ой степени, а именно, взрослые, дети и случаи без информации о возрасте", "en": "All G2D cases, i.e., Adults, Children and G2D cases without information about their age", "fr": "Tous les G2D cas, c'est à dire, les Adultes, les Enfants et les G2D cas sans information sur leur âge", "es": "Todos G2D de los casos, es decir, los Adultos, Niños y G2D casos sin información sobre su edad", "ar": "كل G2D الحالات ، أي البالغين والأطفال G2D الحالات دون معلومات عن سنهم", "pt": "Todos os casos de G2D, ou seja, adultos, crianças e casos de G2D sem informações sobre a idade" }, { "id": "tool-tip41", "ru": "Случаи лепры, обнаруженные в течение года среди тех, кто родился в других странах", "en": "Leprosy cases detected during the year who were born in other countries", "fr": "Cas de lèpre détectés au cours de l'année qui sont nés dans d'autres pays", "es": "Casos de lepra detectados durante el año que nacieron en otros países", "ar": "الجذام الحالات المكتشفة خلال العام الذين ولدوا في بلدان أخرى", "pt": "Casos de hanseníase detectados durante o ano e nascidos em outros países" }, { "id": "tool-tip45", "ru": "Число МБ случаев, закончивших полный курс лечения от лепры в прошлом и вернувшихся с признаками и симптомами заболевания, которые по мнению диагностировавшего врача не связаны с реакциями / Пациент МБ, закончивший курс лечения в прошлом, за исключением случаев рецидива", "en": "Number of MB cases who have completed a full course of treatment for leprosy in the past and who returns with signs and symptoms of the disease that are not deemed to be due to areaction according to a clinician / An MB patient who has received treatment for leprosy in the past excepting relapses", "fr": "Nombre de MO de cas qui ont terminé un cours complet de traitement de la lèpre dans le passé et qui revient avec des signes et des symptômes de la maladie qui ne sont pas réputées pour être en raison de areaction selon un clinicien / MO patient qui a reçu un traitement contre la lèpre dans le passé, à l'exception des rechutes", "es": "Número de MB de los casos que han completado un curso completo de tratamiento para la lepra en el pasado y que vuelve con signos y síntomas de la enfermedad que no se consideran debido a areaction de acuerdo a un médico / MB paciente que ha recibido tratamiento para la lepra en el pasado, a excepción de las recaídas", "ar": 'عدد MB الحالات الذين أكملوا دورة كاملة من العلاج الجذام في الماضي و الذي يعود مع علامات وأعراض المرض التي لا تعتبر نتيجة areaction وفقا الطبيب / "الإخوان" المريض الذي تلقى علاج الجذام في الماضي باستثناء الانتكاسات', "pt": "Número de casos de MB que completaram um curso completo de tratamento para hanseníase no passado e que retornam com sinais e sintomas da doença que não são considerados devidos à área de acordo com um clínico / um paciente com MB que recebeu tratamento para hanseníase no passado, exceto recaídas" }, { "id": "tool-tip46", "ru": "Число ОБ случаев, закончивших полный курс лечения от лепры в прошлом и вернувшихся с признаками и симптомами заболевания, которые по мнению диагностировавшего врача не связаны с реакциями / ОБ пациент, закончивший курс лечения в прошлом, за исключением рецидивов", "en": "Number of PB cases who have completed a full course of treatment for leprosy in the past and who returns with signs and symptoms of the disease that are not deemed to be due to areaction according to a clinician / A PB patient who has received treatment for leprosy in the past excepting relapses", "fr": "Nombre de PB cas qui ont terminé un cours complet de traitement de la lèpre dans le passé et qui revient avec des signes et des symptômes de la maladie qui ne sont pas réputées pour être en raison de areaction selon un clinicien ou UN PB patient qui a reçu un traitement contre la lèpre dans le passé, à l'exception des rechutes", "es": "Número de PB de los casos que han completado un curso completo de tratamiento para la lepra en el pasado y que vuelve con signos y síntomas de la enfermedad que no se consideran debido a areaction de acuerdo a un médico / A PB paciente que ha recibido tratamiento para la lepra en el pasado, a excepción de las recaídas", "ar": "عدد PB الحالات الذين أكملوا دورة كاملة من العلاج الجذام في الماضي و الذي يعود مع علامات وأعراض المرض التي لا تعتبر نتيجة areaction وفقا الطبيب / A PB المريض الذي تلقى علاج الجذام في الماضي باستثناء الانتكاسات", "pt": "Número de casos de PB que concluíram um tratamento completo para hanseníase no passado e que retornam com sinais e sintomas da doença que não são considerados devidos à área de acordo com um clínico / paciente com PB que recebeu tratamento para hanseníase no passado, exceto recaídas" }, { "id": "tool-tip47", "ru": "Все случаи рецидивов / Все (МБ и ОБ) случаи повторного лечения", "en": "All Relapse cases / All (PB and MB) Retreatment cases", "fr": "Tous les cas de Rechute / Tous (PB et MB) Retraitement des cas", "es": "Todos los casos de Recidiva / Todos (PB y MB) Retratamiento de los casos", "ar": "جميع حالات الانتكاس / كل (PB و MB) حالات إعادة المعالجة", "pt": "Todos os casos de recaída / todos os casos de retratamento (PB e MB)" }, { "id": "tool-tip56", "ru": "Число всех МБ случаев в возрасте ≤ 14 лет, находящихся на лечении на конец года / Количество всех МБ случаев в возрасте ≥ 14 лет, находящихся на лечении на конец года", "en": "Number of all MB cases &gt;15 years of age on record for treatment at the end of the year / Number of all MB cases &lt; 15 years of age on record for treatment at the end of the year", "fr": "Nombre de tous les MO cas ou égal à <14 years of age on record for treatment at the end of the year/Number of all MB cases equal to or > 14 ans de l'âge sur l'enregistrement pour le traitement à la fin de l'année", "es": "Número de todos los MB de los casos igual o <14 years of age on record for treatment at the end of the year/Number of all MB cases equal to or > 14 años de edad en el registro para el tratamiento al final del año", "ar": "عدد جميع MB الحالات يساوي أو <14 years of age on record for treatment at the end of the year/Number of all MB cases equal to or > 14 سنة من العمر على سجل المعاملة في نهاية العام", "pt": "Número de todos os casos de MB igual ou <14 anos de idade em registro para tratamento no final do ano / Número de todos os casos de MB iguais ou> 14 anos de idade em registro para tratamento no final do ano" }, { "id": "tool-tip57", "ru": "Количество всех ОБ случаев в возрасте ≤ 14 лет, находящихся на лечении на конец года / Количество всех ОБ случаев в возрасте ≥ 14 лет, находящихся на лечении на конец года", "en": "Number of all PB cases &lt;15 years of age on record for treatment at the end of the year / Number of all PB cases &lt; 15 years of age on record for treatment at the end of the year", "fr": "Nombre de tous les PB des cas <14years of age on record for treatment at the end of the year / Number of all PB cases >l'âge de 14 ans pour le traitement à la fin de l'année", "es": "Número de todos los PB de los casos <14years of age on record for treatment at the end of the year / Number of all PB cases >de 14 años de edad en el registro para el tratamiento al final del año", "ar": "عدد جميع PB الحالات <14years of age on record for treatment at the end of the year / Number of all PB cases >14 سنة من العمر على سجل المعاملة في نهاية العام", "pt": "Número de todos os casos de PB <14 anos de idade em registro para tratamento no final do ano / Número de todos os casos de OP> 14 anos de idade em registro para tratamento no final do ano" }, { "id": "tool-tip59", "ru": "Всего случаев, находящихся на лечении комбинированной лекарственной терапией (КЛТ) на конец года", "en": "All cases on record for MDT at the end of the year", "fr": "Tous les cas de MDT à la fin de l'année ", "es": "Todos los casos que se han registrado para MDT al final del año ", "ar": "جميع الحالات على سجل MDT في نهاية العام ", "pt": "Todos os casos registrados para MDT no final do ano " }, { "id": "tool-tip62", "ru": "Число семейных контактов пациентов, находящихся на лечении КЛТ в течение года / Число школьников, направленных на обследование, чтобы исключить или обнаружить лепру / Число общего населения, обследованного в ходе различных кампаний в течение года / Число людей, обследованных в ходе различных кампаний в течение года", "en": "Number of family contacts of leprosy patients registered for MDT during year / Number of school students emuemerated for examination to rule out or detect leprosy / Number of general population enurmerated through different campaigns in the year / Number of people enurmerated through different campaigns in the year", "fr": "Nombre de contacts de la famille de patients atteints de la lèpre enregistrés pour MDT au cours de l'année / Nombre d'élèves de l'école emuemerated pour l'examen de la règle ou de détecter la lèpre / Nombre de la population en général enurmerated à travers les différentes campagnes dans l'année / Nombre de personnes enurmerated à travers les différentes campagnes dans l'année ", "es": "Número de contactos familiares de pacientes de lepra registrados para MDT durante el año / Número de estudiantes de la escuela emuemerated para el examen para descartar o detectar la lepra / Número de la población en general enurmerated a través de diferentes campañas en el año / Número de personas enurmerated a través de diferentes campañas en el año ", "ar": "عدد الأسرة اتصالات من مرضى الجذام المسجلين MDT خلال العام / عدد طلاب المدارس emuemerated الفحص لاستبعاد أو الكشف عن الجذام / عدد السكان enurmerated من خلال حملات مختلفة في عام / عدد من الناس enurmerated من خلال حملات مختلفة في السنة ", "pt": "Número de contatos familiares de pacientes com hanseníase registrados no MDT durante o ano / Número de alunos da escola que foram submetidos a exame para descartar ou detectar hanseníase / Número da população em geral enurmerado por diferentes campanhas no ano / Número de pessoas enurmeradas por diferentes campanhas no ano " }, { "id": "tool-tip63", "ru": "Из них, число семейных контактов, обследованных на наличие лепры / Число школьников, обследованных на признаки лепры / Число людей, обследованных на наличие лепры в ходе кампании, имеющей целью общее население", "en": "Of them number of family contacts examined for leprosy / Number of school students examined for signs of leprosy / Number of people examined for leprosy during the campaign focussing on general population ", "fr": "e leur nombre de contacts de la famille examiné pour la lèpre / Nombre d'élèves examinés pour des signes de la lèpre / Nombre de personnes examinées pour la lèpre au cours de la campagne en se concentrant sur la population générale de la ", "es": "De ellos el número de contactos examinados para la lepra / Número de estudiantes de la escuela examinados para detectar signos de lepra / Número de personas examinadas para la lepra durante la campaña, centrados en la población en general", "ar": "منهم عدد الأسرة الاتصالات فحص الجذام / عدد طلاب المدارس بحث عن علامات الجذام / عدد من الناس بحث عن مرض الجذام خلال الحملة التركيز على عامة السكان", "pt": "Deles, número de contatos familiares examinados para hanseníase / Número de alunos da escola examinados quanto a sinais de hanseníase / Número de pessoas examinadas para hanseníase durante a campanha, com foco na população em geral / " }, { "id": "tool-tip64", "ru": "Доля обследованных семейных контактов / Доля школьников, обследованных на наличие лепры /Доля людей, обследованных в ходе кампаний в течение года ", "en": "Proportion of family contacts examined / Proportion of school students examined for leprosy / Proportion of people examined in campaigns during the year / Proportion of people examined in campaigns during the year", "fr": "La Proportion de contacts de la famille examiné / Proportion des élèves de l'école examiné pour la lèpre / Proportion de personnes examinées dans les campagnes au cours de l'année", "es": "Proporción de la familia de contactos examinados / Porcentaje de estudiantes de la escuela examinado para la lepra / Proporción de personas examinadas en campañas durante el año", "ar": "نسبة الأسرة جهات الاتصال بحث / نسبة طلاب المدارس فحص الجذام / نسبة الأشخاص الذين درست في حملات خلال العام", "pt": "Proporção de contatos familiares examinados / Proporção de alunos examinados para hanseníase / Proporção de pessoas examinadas em campanhas durante o ano / " }, { "id": "tool-tip65", "ru": "Число случаев, выявленных при обследовании контактов / Число случаев выявленных при обследовании школьников /Число случаев, у которых выявлена лепра в ходе кампаний / Число случаев, у которых выявлена лепра в ходе кампаний", "en": "Number of cases detected from contact examination / Number of cases detected from school student examination / Number of cases detected with leprosy during the campaigns / Number of cases detected with leprosy during the campaigns", "fr": "Nombre de cas détectés de contact examen / Nombre de cas détectés de l'école des étudiants à l'examen / Nombre de cas détectés par la lèpre au cours de la campagne / Nombre de cas détectés par la lèpre au cours de la campagne", "es": "Número de casos detectados de contacto examen / Número de casos detectados de estudiante de la escuela de examen / Número de casos detectados con la lepra durante las campañas / Número de casos detectados con la lepra durante las campañas", "ar": "عدد الحالات المكتشفة من الاتصال الفحص / عدد الحالات المكتشفة من المدرسة طالب الفحص / عدد الحالات المكتشفة بمرض الجذام خلال حملات / عدد الحالات المكتشفة بمرض الجذام خلال حملات", "pt": "Número de casos detectados no exame de contato / Número de casos detectados no exame dos alunos da escola / Número de casos detectados com hanseníase durante as campanhas / Número de casos detectados com hanseníase durante as campanhas" }, { "id": "tool-tip72", "ru": "Число МБ случаев, которые начали лечение против МБ лепры в году", "en": "Number of MB cases started treatment for MB Leprosy ", "fr": "Nombre de MO de cas a commencé le traitement en", "es": "Número de MB de los casos se inició tratamiento en", "ar": "عدد MB الحالات بدأت العلاج بالنسبة MB الجذام في عام ", "pt": "Número de casos de MB iniciou o tratamento" }, { "id": "tool-tip73", "ru": "Из них, число МБ случаев, которые закончили курс лечения в течение 12-18 месяцев", "en": "Of them number of MB cases which completed treatment with in 12-18 months", "fr": "De leur nombre de MO de cas qui ont terminé le traitement dans les 12 à 18 mois", "es": "De ellos el número de MB de los casos que completaron el tratamiento con 12 a 18 meses", "ar": "منهم عدد MB الحالات التي أكملت العلاج في 12-18 شهرا", "pt": "Desses, número de casos de MB que completaram o tratamento em 12 a 18 meses" }, { "id": "tool-tip75", "ru": "Из них, число МБ случаев, с которыми был утерян контакт для дальнейшего наблюдения", "en": "Of them number of MB cases which were lost to follow up", "fr": "De leur nombre de MO cas qui ont été perdus au suivi", "es": "De ellos el número de MB de los casos que se perdieron durante el seguimiento", "ar": "منهم عدد من الحالات MB التي فقدت متابعة", "pt": "Deles, número de casos MB que foram perdidos para acompanhar" }, { "id": "tool-tip77", "ru": "Число ОБ случаев, зарегистрированных для лечения КЛТ в году", "en": "Number of PB cases registered for MDT ", "fr": "Nombre de PB de cas enregistrés pour le MDT en", "es": "Número de PB de los casos registrados para el MDT en", "ar": "عدد PB الحالات المسجلة MDT في عام ", "pt": "Número de casos de PB registrados para MDT " }, { "id": "tool-tip78", "ru": "Из них, число ОБ случаев, которые закончили курс лечения в течение 6-9 месяцев", "en": "Of them number of cases completed PB MDT in 6-9 monhts", "fr": "De leur nombre de cas terminée PB MDT en 6-9 monhts", "es": "De ellos el número de casos concluidos PB MDT en 6-9 monhts", "ar": "منهم عدد من الحالات التي أنجزت PB MDT في 6-9 monhts", "pt": "Desses, número de casos concluídos PB MDT em 6-9 meses" }, { "id": "tool-tip79", "ru": "Доля ОБ пациентов, закончивших курс лечения в течение 6-9 месяцев с момента начала лечения ", "en": "Proportion of PB patients completed treatment with in 6-9 months from start of treatment", "fr": "Proportion de PB patients ont terminé le traitement avec dans 6 à 9 mois à partir du début du traitement", "es": "Proporción de PB pacientes completaron el tratamiento con en 6 a 9 meses de inicio del tratamiento", "ar": "نسبة PB المرضى الانتهاء من العلاج في 6-9 أشهر من بدء العلاج", "pt": "Proporção de pacientes com PB completou o tratamento em 6 a 9 meses após o início do tratamento" }, { "id": "tool-tip80", "ru": "Из них, число ОБ случаев, с которыми был утерян контакт для дальнейшего наблюдения", "en": "Of them number of MB cases which were lost to follow-up", "fr": "De leur nombre de MO les cas qui ont été perdus au suivi", "es": "De ellos el número de de MB PB los casos que se perdieron durante el seguimiento", "ar": "منهم عدد من MB PB الحالات التي فقدت المتابعة", "pt": "Deles número do MB casos que foram perdidos para acompanhamento" }, { "id": "tool-tip84", "ru": "Из них, число случаев со штаммом, устойчивым к двум и более препаратам, а именно, Rifampicin, Dapsone, Oflaxicin", "en": "Of them number of cases with strains showing resistance to two or more drugs, i.e., Rifampicin, Dapsone, Oflaxicin", "fr": "De leur nombre de cas avec des souches montrant une résistance à plus d'un médicament, c'est à dire, la Rifampicine, la Dapsone, Oflaxicin ", "es": "De ellos el número de casos con cepas que muestran resistencia a más de un medicamento, es decir, Rifampicina, Dapsona, Oflaxicin ", "ar": "منهم عدد من الحالات تظهر سلالات مقاومة أكثر من دواء واحد ، أي الريفامبيسين, دابسون, Oflaxicin ", "pt": "Desses, número de casos com cepas que demonstram resistência a mais de um medicamento, como Rifampicina, Dapsona, Oflaxicina " }, { "id": "tool-tip85", "ru": "Число новых случаев, протестированных на устойчивость к противомикробным препаратам в течение года / Число рецидивов / Случаи повторного лечения, протестированные на устойчивость к противомикробным препаратам в течение года", "en": "Number of new cases teseted for Anti Microbial Resistance during the year/ Number of Relaspse/ Re-treatment cases tested for Anti-Microbial Resistance during the year", "fr": "Nombre de nouveaux cas testé pour la lutte contre la Résistance Microbienne au cours de l'année/ Nombre de Relaspse/ Re-traitement des cas testés pour la Résistance antimicrobienne au cours de l'année", "es": "Número de casos nuevos probado para la Resistencia Microbiana durante el año/ Número de RelaspseEl Re-tratamiento de los casos de prueba para la Resistencia a los antimicrobianos durante el año", "ar": "عدد الحالات الجديدة اختبار لمكافحة الجراثيم المقاومة خلال العام/ عدد الاسترspse/ إعادة معالجة حالات اختبار مضاد للميكروبات المقاومة خلال العام", "pt": "Número de novos casos testado para resistência antimicrobiana durante o ano / número de relaçõesspse/ Casos de re-tratamento testados para resistência antimicrobiana durante o ano" }, { "id": "tool-tip86", "ru": "Из них, число случаев со штаммом, устойчивым к препарату Rifampicin", "en": "Of them number of cases with strains showing resistantance to Rifampicin", "fr": "De leur nombre de cas avec des souches montrant resistantance à la Rifampicine", "es": "De ellos el número de casos con cepas que muestran resistantance a la Rifampicina", "ar": "منهم عدد من الحالات مع سلالات عرض resistantance إلى الريفامبيسين", "pt": "Desses, número de casos com cepas que mostram resistência à rifampicina" }, { "id": "tool-tip87", "ru": "Из них, число случаев со штаммом, устойчивым к препарату Dapsone ", "en": "Of them number of cases with strains showing resistant to Dapsone", "fr": "De leur nombre de cas avec des souches montrant résistant à la Dapsone", "es": "De ellos el número de casos con cepas que muestran resistentes a la Dapsona", "ar": "منهم عدد من الحالات تظهر سلالات مقاومة الدابسون", "pt": "Desses, número de casos com cepas resistentes ao Dapsone" }, { "id": "tool-tip87", "ru": "Из них, число случаев со штаммом, устойчивым к препарату Oflaxicin ", "en": "Of them number of cases with strains showing resistance to Ofloxacin", "fr": "De leur nombre de cas avec des souches montrant une résistance à la Oflaxicin ", "es": "De ellos el número de casos con cepas que muestran resistencia a Oflaxicin ", "ar": "منهم عدد من الحالات تظهر سلالات مقاومة Oflaxicin ", "pt": "Desses, número de casos com cepas mostrando resistência à oflaxicina " }, ]; </script>
ecc-core/tools/3dGallery_scripts/circulargallery/index.html
PhoenixInteractiveNL/emuControlCenter
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>CircularGalleryFX</title> </head> <body> <div id="DivCircularGalleryFX"></div> <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; var params = {}; params.base = ""; params.scale = "noscale"; params.salign = "tl"; params.wmode = "transparent"; params.allowFullScreen = "true"; params.allowScriptAccess = "always"; swfobject.embedSWF("CircularGalleryFX.swf", "DivCircularGalleryFX", 1920, 1140, "9.0.0", false, flashvars, params); </script> </body> </html>
functions_vars_c.html
pixie16/paassdoc
<!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>PAASS: Data Fields - Variables</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">PAASS </div> <div id="projectbrief">Software suite to Acquire and Analyze Data from Pixie16</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,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('functions_vars_c.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> &#160; <h3><a id="index_c"></a>- c -</h3><ul> <li>cal : <a class="el" href="d9/dee/struct_ion_chamber_processor_1_1_data.html#adb35437c79edde8265f6628c354d4a13">IonChamberProcessor::Data</a> </li> <li>calcDataRate : <a class="el" href="d2/d58/class_stats_handler.html#a331158164551bbeab31d5cdc03554ee0">StatsHandler</a> </li> <li>calcEventRate : <a class="el" href="d2/d58/class_stats_handler.html#a5820debf900823ecc90806b3a85b17ad">StatsHandler</a> </li> <li>calcon : <a class="el" href="de/d56/structdrr__entry.html#ac2d2cac257cc6cd80c9fe41c33a8486d">drr_entry</a> , <a class="el" href="d3/d28/struct_drr_his_record.html#a0fdce420eb8448e8ddac66b6c20c1d68">DrrHisRecord</a> </li> <li>calEnergy : <a class="el" href="d5/d91/class_chan_event.html#ad2c627e2cfb795e24e40c7604033551b">ChanEvent</a> </li> <li>cali : <a class="el" href="de/d91/class_detector_driver.html#ac5ab95254e90fd4537368ee63fce10bf">DetectorDriver</a> </li> <li>calibrations_ : <a class="el" href="dd/d02/class_timing_calibrator.html#a8f4f11560e381012053ce00135ca0e63">TimingCalibrator</a> </li> <li>calTime : <a class="el" href="d5/d91/class_chan_event.html#ad28a92d504ead149fb87147d7b35eb52">ChanEvent</a> </li> <li>canvas : <a class="el" href="d3/d4d/class_filterer.html#aff6429db47bb09608e7441bf1567d979">Filterer</a> </li> <li>canvas_ : <a class="el" href="df/d33/class_root_scanner.html#aadce881dc440602a81b1bb87f62e7780">RootScanner</a> </li> <li>cfdCrossing : <a class="el" href="db/dc2/class_channel_event.html#a1183f854da2a17b615eee71879503fa1">ChannelEvent</a> </li> <li>cfdD_ : <a class="el" href="d5/de1/classscope_scanner.html#a4aa5eb0d3a25306eb55e17c908cfd140">scopeScanner</a> </li> <li>cfdF_ : <a class="el" href="d5/de1/classscope_scanner.html#a43bf483292bbe7c0754b056f18d752ae">scopeScanner</a> </li> <li>cfdForceTrig_ : <a class="el" href="d2/ddd/class_xia_data.html#a61fac89e3d349140222bf3efd488afd3">XiaData</a> </li> <li>cfdL_ : <a class="el" href="d5/de1/classscope_scanner.html#a5ca65577f2130a7d9ca342f8fc56fb7e">scopeScanner</a> </li> <li>cfdLine : <a class="el" href="d5/de1/classscope_scanner.html#a2d4637617cf43ffef506def119a99ef9">scopeScanner</a> </li> <li>cfdPars_ : <a class="el" href="d3/daf/class_globals.html#a63e3c138ae295bdaa01e29cc9070bd9e">Globals</a> </li> <li>cfdPol2 : <a class="el" href="d5/de1/classscope_scanner.html#aa14bd668693bd6d0fcfe71f455e9422a">scopeScanner</a> </li> <li>cfdPol3 : <a class="el" href="d5/de1/classscope_scanner.html#ace2260b41c484ea84473d3ce719cb5ee">scopeScanner</a> </li> <li>cfdTime_ : <a class="el" href="d2/ddd/class_xia_data.html#add7d3bbda872b772f47b5a87071c3455">XiaData</a> </li> <li>cfdTrigSource_ : <a class="el" href="d2/ddd/class_xia_data.html#a9e7a3e2e69b168eee563c1101311a2e5">XiaData</a> </li> <li>cfdvals : <a class="el" href="db/dc2/class_channel_event.html#a04a8abf03b5c78095b7450a91ebd7203">ChannelEvent</a> </li> <li>cfg_ : <a class="el" href="de/d91/class_detector_driver.html#a05758c19aadf9b140dc3255bc0f5ffab">DetectorDriver</a> </li> <li>ch : <a class="el" href="d8/de2/struct_pixie_function_parms.html#af38e5a73a7c76ac34906b469af867672">PixieFunctionParms&lt; T &gt;</a> </li> <li>chan_ : <a class="el" href="d3/d4d/class_filterer.html#a07d93bae7a5c2f35f8ef70ed1eda6677">Filterer</a> , <a class="el" href="d7/d61/class_high_res_timing_data.html#a05771f9021f0b4616c47ade5170e599a">HighResTimingData</a> , <a class="el" href="dd/d42/classscope_unpacker.html#ad9c28a9ff6452840b9b4aba1c5d4ba97">scopeUnpacker</a> </li> <li>chanEvents_ : <a class="el" href="d5/de1/classscope_scanner.html#a2010186145265cb051c3f10f0d595835">scopeScanner</a> </li> <li>channel_counts : <a class="el" href="d2/de8/class_unpacker.html#a35b36ca9b9f5d87467e692f8982e9ad5">Unpacker</a> </li> <li>channels_ : <a class="el" href="db/d61/class_calibrator.html#a99de52daaa31c439be698d9171651842">Calibrator</a> , <a class="el" href="d7/dda/class_walk_corrector.html#a9478a62bd18eec46a6588fcfebcc018d">WalkCorrector</a> </li> <li>chanNum_ : <a class="el" href="d2/ddd/class_xia_data.html#a454274f092734262a983254171a1f128">XiaData</a> </li> <li>chansPerClover : <a class="el" href="d2/d54/class_ge_processor.html#a1ba028a59e0d676c63a0a22263885c4d">GeProcessor</a> </li> <li>chi_ : <a class="el" href="dc/d06/class_gsl_fitter.html#abb504dc255daa8cefa2988d539d533ab">GslFitter</a> </li> <li>children_ : <a class="el" href="dd/d21/class_place.html#ab80cf36c7b19d7fb838d30f4b4f9c283">Place</a> </li> <li>client : <a class="el" href="d6/db0/class_poll.html#aa5aab2bb630ed94fa19ae512233ad9bd">Poll</a> , <a class="el" href="d2/d58/class_stats_handler.html#a0e2eb9371e95ba9d8c4fe9f5a0749a35">StatsHandler</a> </li> <li>clockCount : <a class="el" href="d8/d00/struct_event_info.html#ad8c8c47a8217f99b14ef24074497422b">EventInfo</a> </li> <li>clockInSeconds_ : <a class="el" href="d3/daf/class_globals.html#adf6befde7e774370c19ccb5562727791">Globals</a> </li> <li>clocksPerSecond : <a class="el" href="d6/d65/class_event_processor.html#a7eba4aaadbbf07b6a7ddb33190131e93">EventProcessor</a> , <a class="el" href="d2/dbc/class_trace_analyzer.html#a5ec871450650b2a1b6a21d392963e575">TraceAnalyzer</a> </li> <li>cmd : <a class="el" href="dc/d46/class_terminal.html#a4c17211747b1be5bf8bc8b69b492f2be">Terminal</a> </li> <li>cmd_queue : <a class="el" href="dc/d46/class_terminal.html#a11eef6cd048eb2791e5853d0789c2185">Terminal</a> </li> <li>coeffs_ : <a class="el" href="d4/d8e/class_trace_filter.html#a87376fe5b325a2e54ca05799cd19ba68">TraceFilter</a> </li> <li>commands : <a class="el" href="d2/d2e/class_command_holder.html#ae6b64d26d02284be444365a45d5a1471">CommandHolder</a> , <a class="el" href="dc/d46/class_terminal.html#a97694e6bbd6c3bf8c5ed6daad964357b">Terminal</a> </li> <li>commands_ : <a class="el" href="d6/db0/class_poll.html#a7020e4600ec8eb24e3618e9565b8acb9">Poll</a> </li> <li>commandTimeout_ : <a class="el" href="dc/d46/class_terminal.html#a512d7ec30649abd94d2aa4f25d643eda">Terminal</a> </li> <li>comp : <a class="el" href="de/d56/structdrr__entry.html#a31554a458a861eeb58b7833f210fdac4">drr_entry</a> </li> <li>condition : <a class="el" href="df/d86/class_correlator.html#af576e919bbaa18ce6d3474ecc5dff300">Correlator</a> </li> <li>CONFIG_LINE_LENGTH : <a class="el" href="d9/dc6/class_pixie_interface.html#a80c5385578d5a54ac75530d50213c4a5">PixieInterface</a> </li> <li>configFile : <a class="el" href="d3/dab/class_lite_position_processor.html#a68d9c646a1119e4dde19b93cbd520de9">LitePositionProcessor</a> </li> <li>configFile_ : <a class="el" href="d3/daf/class_globals.html#a8a9dc283bbde4d12b0d00551e11e0a80">Globals</a> </li> <li>configStrings : <a class="el" href="d9/dc6/class_pixie_interface.html#aefcfacc735dbfdc88f71a93928245a2c">PixieInterface</a> </li> <li>Cont : <a class="el" href="dd/d84/structdata__pack.html#ac218db47a0e716b4b545c6bc3fa8e795">data_pack</a> </li> <li>core : <a class="el" href="d7/dfc/class_scan_interface.html#a75bb44bfae46653e55455846caed4a12">ScanInterface</a> </li> <li>correct_baselines : <a class="el" href="dd/d57/class_get_traces.html#a8ea215d6fcedb77b93298889eb392cc3">GetTraces</a> </li> <li>correctedTime : <a class="el" href="d5/d91/class_chan_event.html#a5ef4159411d41cc6774e86b68c15dac3">ChanEvent</a> </li> <li>correlator_ : <a class="el" href="db/da8/class_dssd4_s_h_e_processor.html#a45bf5d674a05d9f07aa61f265154f397">Dssd4SHEProcessor</a> </li> <li>corrTime : <a class="el" href="df/d86/class_correlator.html#ad5b5e44c6e56e1135beca52ee89fb33d">Correlator</a> </li> <li>counter : <a class="el" href="d7/d6b/class_liquid_scint_processor.html#a4fa5e67612707c4576c2ae23ad90369f">LiquidScintProcessor</a> , <a class="el" href="db/d15/class_random_pool.html#aa15885e317910b0cc0e6112912a6d5ff">RandomPool</a> , <a class="el" href="de/dba/class_scint_processor.html#a5ca460347fde05824a42f7c2294cbc72">ScintProcessor</a> </li> <li>counter_ : <a class="el" href="d5/dd7/class_place_counter.html#ac42c4ad4cf50e58f69cd87940a4564b9">PlaceCounter</a> </li> <li>crateNum_ : <a class="el" href="d2/ddd/class_xia_data.html#afa68b882dd877922ebd35af722929779">XiaData</a> </li> <li>crossTalk : <a class="el" href="de/d3c/class_crosstalk_processor.html#af8e2f01f9aeb55e594f2cb78f3bfb8b1">CrosstalkProcessor</a> </li> <li>csr_txt : <a class="el" href="d0/d6f/class_bit_flipper.html#a5e825aa840203e47beb96fc972ce1745">BitFlipper</a> </li> <li>curr_buffer : <a class="el" href="d0/dff/class_d_a_t_a__buffer.html#a5050c6f7ae9b813634aeb3d65931c39e">DATA_buffer</a> </li> <li>current_depth : <a class="el" href="dd/dcd/class_poll_output_file.html#a745e01c4f05c918d13c79fee7e1801d6">PollOutputFile</a> </li> <li>current_directory : <a class="el" href="dd/dcd/class_poll_output_file.html#a96f44475b90d778b0b8aaad0c8ea7783">PollOutputFile</a> </li> <li>current_entry : <a class="el" href="d9/dad/class_his_file.html#a721e6335e31e4c1dbedf0f9bd8203f51">HisFile</a> </li> <li>current_file_num : <a class="el" href="d6/db0/class_poll.html#af964e3caa79ce249ed43aca09331603b">Poll</a> , <a class="el" href="dd/dcd/class_poll_output_file.html#abdf6f4a59fed027b565117a78b8a0442">PollOutputFile</a> </li> <li>current_filename : <a class="el" href="dd/dcd/class_poll_output_file.html#af8b44bea25ba320667a4d7cb5a181cc1">PollOutputFile</a> </li> <li>current_full_filename : <a class="el" href="dd/dcd/class_poll_output_file.html#aedcd6a1c7244abfdc13d600eaa8e35d6">PollOutputFile</a> </li> <li>cursX : <a class="el" href="dc/d46/class_terminal.html#ab6ac6beaf8e5a9d378ad206fa57a37f6">Terminal</a> </li> <li>cursY : <a class="el" href="dc/d46/class_terminal.html#afb0e6eb1e6224447b4ee4fa089a17b5c">Terminal</a> </li> <li>cutoffEnergy : <a class="el" href="d4/d67/class_dssd_processor.html#a11f1b8cf23364dc06218ed029d791634">DssdProcessor</a> , <a class="el" href="df/df5/class_implant_ssd_processor.html#abb829244167b8597df7520abd09e95dd">ImplantSsdProcessor</a> </li> <li>cyc : <a class="el" href="dc/dd2/struct_vandle_root.html#ac368c03c19d4b5e709cc9ed42f957a00">VandleRoot</a> </li> <li>cycle_gate1_max_ : <a class="el" href="d2/d54/class_ge_processor.html#a16d47e9bd555c17eac26991b78ba64a2">GeProcessor</a> </li> <li>cycle_gate1_min_ : <a class="el" href="d2/d54/class_ge_processor.html#a375a521497a26f1e0e6a4a16b2ca78c4">GeProcessor</a> </li> <li>cycle_gate2_max_ : <a class="el" href="d2/d54/class_ge_processor.html#a2e7fd4870c97e0c8c0a349f693284515">GeProcessor</a> </li> <li>cycle_gate2_min_ : <a class="el" href="d2/d54/class_ge_processor.html#a7498fef3b7e0e200e72377426b6ec255">GeProcessor</a> </li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Wed Feb 1 2017 11:43:41 for PAASS by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.12 </li> </ul> </div> </body> </html>
Documentation/index-files/index-20.html
hamoonmousavi/Walnut
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Mon Nov 10 11:31:37 EST 2014 --> <title>V-Index</title> <meta name="date" content="2014-11-10"> <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="V-Index"; } //--> </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 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-19.html">Prev Letter</a></li> <li><a href="index-21.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-20.html" target="_top">Frames</a></li> <li><a href="index-20.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="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">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a href="index-22.html">X</a>&nbsp;<a name="_V_"> <!-- --> </a> <h2 class="title">V</h2> <dl> <dt><span class="strong"><a href="../Main/Type.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum Main.<a href="../Main/Type.html" title="enum in Main">Type</a></dt> <dd> <div class="block">Returns the enum constant of this type with the specified name.</div> </dd> <dt><span class="strong"><a href="../Main/Type.html#values()">values()</a></span> - Static method in enum Main.<a href="../Main/Type.html" title="enum in Main">Type</a></dt> <dd> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </dd> <dt><a href="../Token/Variable.html" title="class in Token"><span class="strong">Variable</span></a> - Class in <a href="../Token/package-summary.html">Token</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../Token/Variable.html#Variable(int, java.lang.String)">Variable(int, String)</a></span> - Constructor for class Token.<a href="../Token/Variable.html" title="class in Token">Variable</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">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">Q</a>&nbsp;<a href="index-16.html">R</a>&nbsp;<a href="index-17.html">S</a>&nbsp;<a href="index-18.html">T</a>&nbsp;<a href="index-19.html">U</a>&nbsp;<a href="index-20.html">V</a>&nbsp;<a href="index-21.html">W</a>&nbsp;<a href="index-22.html">X</a>&nbsp;</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 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-19.html">Prev Letter</a></li> <li><a href="index-21.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-20.html" target="_top">Frames</a></li> <li><a href="index-20.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>
build/gr36/docs/doxygen/html/classgr_1_1blocks_1_1interleave__impl.html
aviralchandra/Sandhi
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>GNU Radio 3.6.4.2 C++ API: gr::blocks::interleave_impl Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">GNU Radio 3.6.4.2 C++ API </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.1 --> </div> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> initNavTree('classgr_1_1blocks_1_1interleave__impl.html',''); </script> <div id="doc-content"> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> </div> <div class="headertitle"> <div class="title">gr::blocks::interleave_impl Class Reference</div> </div> </div><!--header--> <div class="contents"> <!-- doxytag: class="gr::blocks::interleave_impl" --><!-- doxytag: inherits="gr::blocks::interleave" --> <p><code>#include &lt;<a class="el" href="interleave__impl_8h_source.html">interleave_impl.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for gr::blocks::interleave_impl:</div> <div class="dyncontent"> <div class="center"> <img src="classgr_1_1blocks_1_1interleave__impl.png" usemap="#gr::blocks::interleave_impl_map" alt=""/> <map id="gr::blocks::interleave_impl_map" name="gr::blocks::interleave_impl_map"> <area href="classgr_1_1blocks_1_1interleave.html" title="interleave N inputs into a single output" alt="gr::blocks::interleave" shape="rect" coords="0,168,157,192"/> <area href="structgr__sync__interpolator.html" alt="gr_sync_interpolator" shape="rect" coords="0,112,157,136"/> <area href="structgr__sync__block.html" alt="gr_sync_block" shape="rect" coords="0,56,157,80"/> <area href="structgr__block.html" alt="gr_block" shape="rect" coords="0,0,157,24"/> </map> </div></div> <p><a href="classgr_1_1blocks_1_1interleave__impl-members.html">List of all members.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr_1_1blocks_1_1interleave__impl.html#a4e89adce1dc67679e3b80af48446fa26">interleave_impl</a> (size_t itemsize)</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="stdbool_8h.html#a97a80ca1602ebf2303258971a2c938e2">bool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr_1_1blocks_1_1interleave__impl.html#a340f495fcfc79e1ecad47b9407f6fd4f">check_topology</a> (int ninputs, int noutputs)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr_1_1blocks_1_1interleave__impl.html#a39f3bbd3a3de1b9293ff014d75f9f053">work</a> (int noutput_items, gr_vector_const_void_star &amp;input_items, gr_vector_void_star &amp;output_items)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">just like <a class="el" href="structgr__block.html#adf59080d10f322e3816b7ac8f7cb2a7c" title="compute output items from input items">gr_block::general_work</a>, only this arranges to call consume_each for you <a href="#a39f3bbd3a3de1b9293ff014d75f9f053"></a><br/></td></tr> </table> <hr/><h2>Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="a4e89adce1dc67679e3b80af48446fa26"></a><!-- doxytag: member="gr::blocks::interleave_impl::interleave_impl" ref="a4e89adce1dc67679e3b80af48446fa26" args="(size_t itemsize)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classgr_1_1blocks_1_1interleave__impl.html#a4e89adce1dc67679e3b80af48446fa26">gr::blocks::interleave_impl::interleave_impl</a> </td> <td>(</td> <td class="paramtype">size_t&#160;</td> <td class="paramname"><em>itemsize</em></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="a340f495fcfc79e1ecad47b9407f6fd4f"></a><!-- doxytag: member="gr::blocks::interleave_impl::check_topology" ref="a340f495fcfc79e1ecad47b9407f6fd4f" args="(int ninputs, int noutputs)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="stdbool_8h.html#a97a80ca1602ebf2303258971a2c938e2">bool</a> <a class="el" href="classgr_1_1blocks_1_1interleave__impl.html#a340f495fcfc79e1ecad47b9407f6fd4f">gr::blocks::interleave_impl::check_topology</a> </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>ninputs</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>noutputs</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Reimplemented from <a class="el" href="structgr__block.html#a03fabffe7b3a99cb2f2dd0e8e40d1cd3">gr_block</a>.</p> </div> </div> <a class="anchor" id="a39f3bbd3a3de1b9293ff014d75f9f053"></a><!-- doxytag: member="gr::blocks::interleave_impl::work" ref="a39f3bbd3a3de1b9293ff014d75f9f053" args="(int noutput_items, gr_vector_const_void_star &amp;input_items, gr_vector_void_star &amp;output_items)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int <a class="el" href="classgr_1_1blocks_1_1interleave__impl.html#a39f3bbd3a3de1b9293ff014d75f9f053">gr::blocks::interleave_impl::work</a> </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>noutput_items</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">gr_vector_const_void_star &amp;&#160;</td> <td class="paramname"><em>input_items</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">gr_vector_void_star &amp;&#160;</td> <td class="paramname"><em>output_items</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>just like <a class="el" href="structgr__block.html#adf59080d10f322e3816b7ac8f7cb2a7c" title="compute output items from input items">gr_block::general_work</a>, only this arranges to call consume_each for you </p> <p>The user must override work to define the signal processing code </p> <p>Reimplemented from <a class="el" href="structgr__sync__block.html#aa8c8060e41ba213e038eb7a4eec8f723">gr_sync_block</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="interleave__impl_8h_source.html">interleave_impl.h</a></li> </ul> </div><!-- contents --> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacegr.html">gr</a> </li> <li class="navelem"><a class="el" href="namespacegr_1_1blocks.html">blocks</a> </li> <li class="navelem"><a class="el" href="classgr_1_1blocks_1_1interleave__impl.html">interleave_impl</a> </li> <li class="footer">Generated on Mon Oct 14 2013 11:58:31 for GNU Radio 3.6.4.2 C++ API by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.6.1 </li> </ul> </div> </body> </html>
NodeNet/Doc/html/_a_d_net_2_app_8xaml_8cs.html
lowxorx/c-projet-adn
<!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>DNAdoc: C:/Users/lowxorx/Source/Repos/c-projet-adn/ADNet/App.xaml.cs 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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">DNAdoc </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('_a_d_net_2_app_8xaml_8cs.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"> <div class="title">App.xaml.cs File Reference</div> </div> </div><!--header--> <div class="contents"> <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="class_a_d_net_1_1_app.html">ADNet.App</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Logique d'interaction pour App.xaml <a href="class_a_d_net_1_1_app.html#details">More...</a><br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespace_a_d_net"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_a_d_net.html">ADNet</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_d522931ffa1371640980b621734a4381.html">Users</a></li><li class="navelem"><a class="el" href="dir_218780739785ba0b9e6ee0e0905cc7c7.html">lowxorx</a></li><li class="navelem"><a class="el" href="dir_8e350e2214804130b94d8bf1e4c5c7ba.html">Source</a></li><li class="navelem"><a class="el" href="dir_6a4247d20b2efe6f50d446254738f769.html">Repos</a></li><li class="navelem"><a class="el" href="dir_8ccab1415ce0a5251a020bbe7f90ead2.html">c-projet-adn</a></li><li class="navelem"><a class="el" href="dir_fc5f9f196e16d859dd840195e3f653b2.html">ADNet</a></li><li class="navelem"><a class="el" href="_a_d_net_2_app_8xaml_8cs.html">App.xaml.cs</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
doc/interpreter/octave.html/XREFdlmwrite.html
dac922/octave-pkg-octave
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ --> <!-- This file redirects to the location of a node or anchor --> <head> <title>GNU Octave: XREFdlmwrite</title> <meta name="description" content="GNU Octave: XREFdlmwrite"> <meta name="keywords" content="GNU Octave: XREFdlmwrite"> <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"> <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.indentedblock {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smallindentedblock {margin-left: 3.2em; font-size: smaller} 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.nocodebreak {white-space:nowrap} span.nolinebreak {white-space:nowrap} span.roman {font-family:serif; font-weight:normal} span.sansserif {font-family:sans-serif; font-weight:normal} ul.no-bullet {list-style: none} --> </style> <meta http-equiv="Refresh" content="0; url=Simple-File-I_002fO.html#XREFdlmwrite"> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <p>The node you are looking for is at <a href="Simple-File-I_002fO.html#XREFdlmwrite">XREFdlmwrite</a>.</p> </body>
Doc/qt3d/qt3drender-qmaterial-members.html
angeloprudentino/QtNets
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qmaterial.cpp --> <title>List of All Members for QMaterial | Qt 3D 5.7</title> <link rel="stylesheet" type="text/css" href="style/offline-simple.css" /> <script type="text/javascript"> window.onload = function(){document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");}; </script> </head> <body> <div class="header" id="qtdocheader"> <div class="main"> <div class="main-rounded"> <div class="navigationbar"> <table><tr> <td ><a href="../qtdoc/supported-platforms-and-configurations.html#qt-5-7">Qt 5.7</a></td><td ><a href="qt3d-index.html">Qt 3D</a></td><td ><a href="qt3d-cpp.html">C++ Classes</a></td><td >QMaterial</td></tr></table><table class="buildversion"><tr> <td id="buildversion" width="100%" align="right">Qt 5.7.0 Reference Documentation</td> </tr></table> </div> </div> <div class="content"> <div class="line"> <div class="content mainContent"> <div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div> <h1 class="title">List of All Members for QMaterial</h1> <p>This is the complete list of members for <a href="qt3drender-qmaterial.html">Qt3DRender::QMaterial</a>, including inherited members.</p> <div class="table"><table class="propsummary"> <tr><td class="topAlign"><ul> <li class="fn"><span class="name"><b><a href="qt3drender-qmaterial.html#QMaterial">QMaterial</a></b></span>(Qt3DCore::QNode *)</li> <li class="fn"><span class="name"><b><a href="qt3drender-qmaterial.html#QMaterial-1">QMaterial</a></b></span>(QMaterialPrivate &amp;, Qt3DCore::QNode *)</li> <li class="fn"><span class="name"><b><a href="qt3drender-qmaterial.html#addParameter">addParameter</a></b></span>(QParameter *)</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#blockNotifications">blockNotifications</a></b></span>(bool ) : bool</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#blockSignals">blockSignals</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#childEvent">childEvent</a></b></span>(QChildEvent *)</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#childNodes">childNodes</a></b></span>() const : QNodeVector</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#children">children</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connect">connect</a></b></span>(const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connect-1">connect</a></b></span>(const QObject *, const QMetaMethod &amp;, const QObject *, const QMetaMethod &amp;, Qt::ConnectionType )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connect-2">connect</a></b></span>(const QObject *, const char *, const char *, Qt::ConnectionType ) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connect-3">connect</a></b></span>(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction , Qt::ConnectionType )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connect-4">connect</a></b></span>(const QObject *, PointerToMemberFunction , Functor )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connect-5">connect</a></b></span>(const QObject *, PointerToMemberFunction , const QObject *, Functor , Qt::ConnectionType )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#connectNotify">connectNotify</a></b></span>(const QMetaMethod &amp;)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#customEvent">customEvent</a></b></span>(QEvent *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#d_ptr-var">d_ptr</a></b></span> : </li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#deleteLater">deleteLater</a></b></span>()</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#destroyed">destroyed</a></b></span>(QObject *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnect">disconnect</a></b></span>(const QObject *, const char *, const QObject *, const char *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnect-1">disconnect</a></b></span>(const QObject *, const QMetaMethod &amp;, const QObject *, const QMetaMethod &amp;)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnect-4">disconnect</a></b></span>(const QMetaObject::Connection &amp;)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnect-2">disconnect</a></b></span>(const char *, const QObject *, const char *) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnect-3">disconnect</a></b></span>(const QObject *, const char *) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnect-5">disconnect</a></b></span>(const QObject *, PointerToMemberFunction , const QObject *, PointerToMemberFunction )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#disconnectNotify">disconnectNotify</a></b></span>(const QMetaMethod &amp;)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#dumpObjectInfo">dumpObjectInfo</a></b></span>()</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#dumpObjectTree">dumpObjectTree</a></b></span>()</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#dynamicPropertyNames">dynamicPropertyNames</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="qt3drender-qmaterial.html#effect">effect</a></b></span>() const : QEffect *</li> <li class="fn"><span class="name"><b><a href="qt3drender-qmaterial.html#effect-prop">effectChanged</a></b></span>(QEffect *)</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#enabled-prop">enabledChanged</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qcomponent.html#entities">entities</a></b></span>() const : QVector&lt;QEntity *&gt;</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#event">event</a></b></span>(QEvent *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#eventFilter">eventFilter</a></b></span>(QObject *, QEvent *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#findChild">findChild</a></b></span>(const QString &amp;, Qt::FindChildOptions ) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#findChildren">findChildren</a></b></span>(const QString &amp;, Qt::FindChildOptions ) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#findChildren-1">findChildren</a></b></span>(const QRegExp &amp;, Qt::FindChildOptions ) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#findChildren-2">findChildren</a></b></span>(const QRegularExpression &amp;, Qt::FindChildOptions ) const</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#id">id</a></b></span>() const : QNodeId</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#inherits">inherits</a></b></span>(const char *) const</li> </ul></td><td class="topAlign"><ul> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#installEventFilter">installEventFilter</a></b></span>(QObject *)</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#enabled-prop">isEnabled</a></b></span>() const : bool</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qcomponent.html#isShareable-prop">isShareable</a></b></span>() const : bool</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#isSignalConnected">isSignalConnected</a></b></span>(const QMetaMethod &amp;) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#isWidgetType">isWidgetType</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#isWindowType">isWindowType</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#killTimer">killTimer</a></b></span>(int )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#metaObject">metaObject</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#moveToThread">moveToThread</a></b></span>(QThread *)</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#nodeDestroyed">nodeDestroyed</a></b></span>()</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#notificationsBlocked">notificationsBlocked</a></b></span>() const : bool</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#notifyObservers">notifyObservers</a></b></span>(const QSceneChangePtr &amp;)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#objectName-prop">objectName</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#objectNameChanged">objectNameChanged</a></b></span>(const QString &amp;)</li> <li class="fn"><span class="name"><b><a href="qt3drender-qmaterial.html#parameters">parameters</a></b></span>() const : QVector&lt;QParameter *&gt;</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#parent">parent</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#parent-prop">parentChanged</a></b></span>(QObject *)</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#parent-prop">parentNode</a></b></span>() const : QNode *</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#property">property</a></b></span>(const char *) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#receivers">receivers</a></b></span>(const char *) const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#removeEventFilter">removeEventFilter</a></b></span>(QObject *)</li> <li class="fn"><span class="name"><b><a href="qt3drender-qmaterial.html#removeParameter">removeParameter</a></b></span>(QParameter *)</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#sceneChangeEvent">sceneChangeEvent</a></b></span>(const QSceneChangePtr &amp;)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#sender">sender</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#senderSignalIndex">senderSignalIndex</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="qt3drender-qmaterial.html#setEffect">setEffect</a></b></span>(QEffect *)</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#enabled-prop">setEnabled</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#objectName-prop">setObjectName</a></b></span>(const QString &amp;)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#setParent">setParent</a></b></span>(QObject *)</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qnode.html#parent-prop">setParent</a></b></span>(QNode *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#setProperty">setProperty</a></b></span>(const char *, const QVariant &amp;)</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qcomponent.html#isShareable-prop">setShareable</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="qt3dcore-qcomponent.html#isShareable-prop">shareableChanged</a></b></span>(bool )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#signalsBlocked">signalsBlocked</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#startTimer">startTimer</a></b></span>(int , Qt::TimerType )</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#staticMetaObject-var">staticMetaObject</a></b></span> : </li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#staticQtMetaObject-var">staticQtMetaObject</a></b></span> : </li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#thread">thread</a></b></span>() const</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#timerEvent">timerEvent</a></b></span>(QTimerEvent *)</li> <li class="fn"><span class="name"><b><a href="../qtcore/qobject.html#tr">tr</a></b></span>(const char *, const char *, int )</li> </ul> </td></tr> </table></div> </div> </div> </div> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.<br> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br> Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. </p> </div> </body> </html>
texi2html/test/singular_manual/res/singular_httex/reduction.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>Singular 2-0-4 Manual: D.6.2.4 reduction</title> <meta name="description" content="Singular 2-0-4 Manual: D.6.2.4 reduction"> <meta name="keywords" content="Singular 2-0-4 Manual: D.6.2.4 reduction"> <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"> <!-- @import "sing_tex4ht_tex.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" background="../singular_images/Mybg.png"> <a name="reduction"></a> <table border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td align="left"> <table class="header" cellpadding="1" cellspacing="1" border="0"> <tr valign="top" align="left"> <td valign="middle" align="left"> <a href="index.htm"><img src="../singular_images/singular-icon-transparent.png" width="50" border="0" alt="Top"></a> </td> </tr> <tr valign="top" align="left"> <td valign="middle" align="left"><a href="actionIsProper.html#actionIsProper" title="Previous section in reading order"><img src="../singular_images/a_left.png" border="0" alt="Back: D.6.2.3 actionIsProper" align="middle"></a></td> </tr> <tr valign="top" align="left"> <td valign="middle" align="left"><a href="completeReduction.html#completeReduction" title="Next section in reading order"><img src="../singular_images/a_right.png" border="0" alt="Forward: D.6.2.5 completeReduction" align="middle"></a></td> </tr> <tr valign="top" align="left"> <td valign="middle" align="left"><a href="SINGULAR-libraries.html#SINGULAR-libraries" title="Beginning of this chapter or previous chapter"><img src="../singular_images/a_leftdouble.png" border="0" alt="FastBack: Appendix D SINGULAR libraries" align="middle"></a></td> </tr> <tr valign="top" align="left"> <td valign="middle" align="left"><a href="Release-Notes.html#Release-Notes" title="Next chapter"><img src="../singular_images/a_rightdouble.png" border="0" alt="FastForward: E Release Notes" align="middle"></a></td> </tr> <tr valign="top" align="left"> <td valign="middle" align="left"><a href="ainvar_005flib.html#ainvar_005flib" title="Up section"><img src="../singular_images/a_up.png" border="0" alt="Up: D.6.2 ainvar_lib" align="middle"></a></td> </tr> <tr valign="top" align="left"> <td valign="middle" align="left"><a href="index.htm#Preface" title="Cover (top) of document"><img src="../singular_images/a_top.png" border="0" alt="Top: 1 Preface" align="middle"></a></td> </tr> <tr valign="top" align="left"> <td valign="middle" align="left"><a href="sing_toc.htm#SEC_Contents" title="Table of contents"><img src="../singular_images/a_tableofcon.png" border="0" alt="Contents: Table of Contents" align="middle"></a></td> </tr> <tr valign="top" align="left"> <td valign="middle" align="left"><a href="Index.html#Index" title="Index"><img src="../singular_images/a_index.png" border="0" alt="Index: F Index" align="middle"></a></td> </tr> <tr valign="top" align="left"> <td valign="middle" align="left"><a href="sing_abt.htm#SEC_About" title="About (help)"><img src="../singular_images/a_help.png" border="0" alt="About: About This Document" align="middle"></a></td> </tr> </table> </td> <td align="left"> <a name="reduction-1"></a> <h4 class="subsubsection">D.6.2.4 reduction</h4> <a name="index-reduction"></a> <p>Procedure from library <code>ainvar.lib</code> (see <a href="ainvar_005flib.html#ainvar_005flib">ainvar_lib</a>). </p> <dl compact="compact"> <dt><strong>Usage:</strong></dt> <dd><p>reduction(p,I[,q,n]); p poly, I ideal, [q monomial, n int (optional)] </p> </dd> <dt><strong>Return:</strong></dt> <dd><p>a polynomial equal to p-H(f1,...,fr), in case the leading term LT(p) of p is of the form H(LT(f1),...,LT(fr)) for some polynomial H in r variables over the base field, I=f1,...,fr; if q is given, a maximal power a is computed such that q^a divides p-H(f1,...,fr), and then (p-H(f1,...,fr))/q^a is returned; return p if no H is found <br>if n=1, a different algorithm is chosen which is sometimes faster (default: n=0; q and n can be given (or not) in any order) </p> </dd> <dt><strong>Note:</strong></dt> <dd><p>this is a kind of SAGBI reduction in the subalgebra K[f1,...,fr] of the basering </p> </dd> </dl> <p><strong>Example:</strong> </p><div class="smallexample"> <pre class="smallexample">LIB &quot;ainvar.lib&quot;; ring q=0,(x,y,z,u,v,w),dp; poly p=x2yz-x2v; ideal dom =x-w,u2w+1,yz-v; reduction(p,dom); &rarr; 2xyzw-yzw2-2xvw+vw2 reduction(p,dom,w); &rarr; 2xyz-yzw-2xv+vw </pre></div> </td> </tr> </table> <hr> <table class="header" cellpadding="1" cellspacing="1" border="0"> <tr><td valign="middle" align="left"> <a href="index.htm"><img src="../singular_images/singular-icon-transparent.png" width="50" border="0" alt="Top"></a> </td> <td valign="middle" align="left"><a href="actionIsProper.html#actionIsProper" title="Previous section in reading order"><img src="../singular_images/a_left.png" border="0" alt="Back: D.6.2.3 actionIsProper" align="middle"></a></td> <td valign="middle" align="left"><a href="completeReduction.html#completeReduction" title="Next section in reading order"><img src="../singular_images/a_right.png" border="0" alt="Forward: D.6.2.5 completeReduction" align="middle"></a></td> <td valign="middle" align="left"><a href="SINGULAR-libraries.html#SINGULAR-libraries" title="Beginning of this chapter or previous chapter"><img src="../singular_images/a_leftdouble.png" border="0" alt="FastBack: Appendix D SINGULAR libraries" align="middle"></a></td> <td valign="middle" align="left"><a href="Release-Notes.html#Release-Notes" title="Next chapter"><img src="../singular_images/a_rightdouble.png" border="0" alt="FastForward: E Release Notes" align="middle"></a></td> <td valign="middle" align="left"><a href="ainvar_005flib.html#ainvar_005flib" title="Up section"><img src="../singular_images/a_up.png" border="0" alt="Up: D.6.2 ainvar_lib" align="middle"></a></td> <td valign="middle" align="left"><a href="index.htm#Preface" title="Cover (top) of document"><img src="../singular_images/a_top.png" border="0" alt="Top: 1 Preface" align="middle"></a></td> <td valign="middle" align="left"><a href="sing_toc.htm#SEC_Contents" title="Table of contents"><img src="../singular_images/a_tableofcon.png" border="0" alt="Contents: Table of Contents" align="middle"></a></td> <td valign="middle" align="left"><a href="Index.html#Index" title="Index"><img src="../singular_images/a_index.png" border="0" alt="Index: F Index" align="middle"></a></td> <td valign="middle" align="left"><a href="sing_abt.htm#SEC_About" title="About (help)"><img src="../singular_images/a_help.png" border="0" alt="About: About This Document" align="middle"></a></td> </tr></table> <font size="-1"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; User manual for <a href="http://www.singular.uni-kl.de/"><i>Singular</i></a> version 2-0-4, October 2002, generated by <a href="http://www.gnu.org/software/texinfo/"><i>texi2html</i></a>. </font> </body> </html>
doc/index-files/index-3.html
gyaikhom/kdxgen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_18) on Wed Oct 27 00:48:33 BST 2010 --> <TITLE> G-Index </TITLE> <META NAME="date" CONTENT="2010-10-27"> <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="G-Index"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../com/yaikhom/kdx/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../com/yaikhom/kdx/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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp; &nbsp;<A HREF="index-4.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-3.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">I</A> <A HREF="index-5.html">M</A> <A HREF="index-6.html">P</A> <A HREF="index-7.html">R</A> <A HREF="index-8.html">S</A> <A HREF="index-9.html">T</A> <HR> <A NAME="_G_"><!-- --></A><H2> <B>G</B></H2> <DL> <DT><A HREF="../com/yaikhom/kdx/Generator.html" title="class in com.yaikhom.kdx"><B>Generator</B></A> - Class in <A HREF="../com/yaikhom/kdx/package-summary.html">com.yaikhom.kdx</A><DD>Encapsulates a collection generator.<DT><A HREF="../com/yaikhom/kdx/Generator.html#Generator()"><B>Generator()</B></A> - Constructor for class com.yaikhom.kdx.<A HREF="../com/yaikhom/kdx/Generator.html" title="class in com.yaikhom.kdx">Generator</A> <DD>Initialise the collection generator. <DT><A HREF="../com/yaikhom/kdx/Collection.html#getItems()"><B>getItems()</B></A> - Method in class com.yaikhom.kdx.<A HREF="../com/yaikhom/kdx/Collection.html" title="class in com.yaikhom.kdx">Collection</A> <DD>&nbsp; <DT><A HREF="../com/yaikhom/kdx/Checksum.html#getKDXFilenameHash(java.lang.String)"><B>getKDXFilenameHash(String)</B></A> - Method in class com.yaikhom.kdx.<A HREF="../com/yaikhom/kdx/Checksum.html" title="class in com.yaikhom.kdx">Checksum</A> <DD>Calculates the SHA1 checksum of the file path. <DT><A HREF="../com/yaikhom/kdx/Collection.html#getLastAccess()"><B>getLastAccess()</B></A> - Method in class com.yaikhom.kdx.<A HREF="../com/yaikhom/kdx/Collection.html" title="class in com.yaikhom.kdx">Collection</A> <DD>&nbsp; <DT><A HREF="../com/yaikhom/kdx/Collection.html#getName()"><B>getName()</B></A> - Method in class com.yaikhom.kdx.<A HREF="../com/yaikhom/kdx/Collection.html" title="class in com.yaikhom.kdx">Collection</A> <DD>&nbsp; <DT><A HREF="../com/yaikhom/kdx/Checksum.html#getSHA1(java.lang.String)"><B>getSHA1(String)</B></A> - Method in class com.yaikhom.kdx.<A HREF="../com/yaikhom/kdx/Checksum.html" title="class in com.yaikhom.kdx">Checksum</A> <DD>Calculates the SHA1 checksum of a string, and returns the value as a hexadecimal string. </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="../com/yaikhom/kdx/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../com/yaikhom/kdx/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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp; &nbsp;<A HREF="index-4.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-3.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">G</A> <A HREF="index-4.html">I</A> <A HREF="index-5.html">M</A> <A HREF="index-6.html">P</A> <A HREF="index-7.html">R</A> <A HREF="index-8.html">S</A> <A HREF="index-9.html">T</A> <HR> </BODY> </HTML>
talk/index.html
ferdbold/ferdbold.github.io
<!DOCTYPE html> <html> <head> <title> Talks - ferdbold | Frédéric Bolduc </title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Frédéric Bolduc" /> <link rel="shortcut icon" type="image/x-icon" href="/img/"> <link rel="stylesheet" href="http://ferdbold.com/style.min.4faeb6dd8b41b434ee06a4aa0aae28bc83a7f52af48fe3772ecadeaa0a466b87.css"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> <meta property="og:title" content="Talks" /> <meta property="og:description" content="Gamedev. LARP. Ananas sur la pizza. Bonjour/Hi." /> <meta property="og:type" content="website" /> <meta property="og:url" content="http://ferdbold.com/talk/" /> <meta property="og:updated_time" content="2016-02-14T16:46:18-05:00" /> <meta itemprop="name" content="Talks"> <meta itemprop="description" content="Gamedev. LARP. Ananas sur la pizza. Bonjour/Hi."><meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Talks"/> <meta name="twitter:description" content="Gamedev. LARP. Ananas sur la pizza. Bonjour/Hi."/> <!--[if lte IE 9]> <script src="https://cdnjs.cloudflare.com/ajax/libs/classlist/1.1.20170427/classList.min.js"></script> <![endif]--> <!--[if lt IE 9]> <script src="https://cdn.jsdelivr.net/npm/html5shiv@3.7.3/dist/html5shiv.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script> <![endif]--> </head> <body> <h1>Talks</h1> <header> <nav> <ul> <li><a href="/blog/" aria-label="blog">Blog<br></a></li> <li><a href="/work/" aria-label="projects">My work<br></a></li> <li><a href="/talk/" aria-label="talks">Talks<br></a></li> <li><a href="/about/" aria-label="about">About<br></a></li> </ul> </nav> <div class="avatar"> <img class="avatarMask" src="http://ferdbold.com//img/avatar.jpg"> <a href="http://ferdbold.com/"><img src="http://ferdbold.com//img/avatar-border.svg"></a> </div> <h2><a class="author" href="http://ferdbold.com/">Frédéric Bolduc</a></h2> </header> <div id="searchBox"> <input type="text" id="searchBoxInput" placeholder="Search..." /> <img id="searchBoxIcon" src="http://ferdbold.com//img/search.png" /> </div> <div id="searchResults"></div> <div id="tags"> <ul> </ul> </div> <div id="contentsList"> <p class="date">February, 2016</p> <p><a href="http://ferdbold.com/talk/gsoc-101/">Google Summer of Code 101 (ou Comment j&#39;ai eu une job chez Wikimedia en quatre mois)</a></p> </div> <footer> <p> &copy; Frédéric Bolduc. Powered by <a href="https://gohugo.io/">Hugo</a> using the <a href="https://github.com/koirand/pulp/">pulp</a> theme. </p> </footer> <script src="http://ferdbold.com/bundle.min.4507892f18ed2c3e704f22230097cf4ae7615e4ea76a12bc5236ac21c2115faf.js"></script> </body> </html>
solr-5.4.0/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/MultiStringFunction.html
jmmnn/linksSDGs
<!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_45) on Fri Dec 04 23:17:34 GMT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.analytics.util.valuesource.MultiStringFunction (Solr 5.4.0 API)</title> <meta name="date" content="2015-12-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 org.apache.solr.analytics.util.valuesource.MultiStringFunction (Solr 5.4.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/solr/analytics/util/valuesource/MultiStringFunction.html" title="class in org.apache.solr.analytics.util.valuesource">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/solr/analytics/util/valuesource/class-use/MultiStringFunction.html" target="_top">Frames</a></li> <li><a href="MultiStringFunction.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.analytics.util.valuesource.MultiStringFunction" class="title">Uses of Class<br>org.apache.solr.analytics.util.valuesource.MultiStringFunction</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/apache/solr/analytics/util/valuesource/MultiStringFunction.html" title="class in org.apache.solr.analytics.util.valuesource">MultiStringFunction</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.analytics.util.valuesource">org.apache.solr.analytics.util.valuesource</a></td> <td class="colLast"> <div class="block">ValueSource function/sources used by analytics component</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.analytics.util.valuesource"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/apache/solr/analytics/util/valuesource/MultiStringFunction.html" title="class in org.apache.solr.analytics.util.valuesource">MultiStringFunction</a> in <a href="../../../../../../../org/apache/solr/analytics/util/valuesource/package-summary.html">org.apache.solr.analytics.util.valuesource</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../../../org/apache/solr/analytics/util/valuesource/MultiStringFunction.html" title="class in org.apache.solr.analytics.util.valuesource">MultiStringFunction</a> in <a href="../../../../../../../org/apache/solr/analytics/util/valuesource/package-summary.html">org.apache.solr.analytics.util.valuesource</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><strong><a href="../../../../../../../org/apache/solr/analytics/util/valuesource/ConcatStringFunction.html" title="class in org.apache.solr.analytics.util.valuesource">ConcatStringFunction</a></strong></code> <div class="block"><code>ConcatStringFunction</code> concatenates the string values of its components in the order given.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/solr/analytics/util/valuesource/MultiStringFunction.html" title="class in org.apache.solr.analytics.util.valuesource">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/solr/analytics/util/valuesource/class-use/MultiStringFunction.html" target="_top">Frames</a></li> <li><a href="MultiStringFunction.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2015 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
entries/2020-09-06.html
arecker/blog
<!-- meta:title time management, icecream drama, and botched fireworks --> <!-- meta:banner 2020-09-06.jpg --> <p>Dear Journal,</p> <p>Good morning, everyone! How is your Sunday going so far? After an action packed Saturday that led to everyone getting to bed a little later than usual, we slept in and we're taking things slow today. Cereal bars. Coffee. Minimal cleaning - that kind of morning.</p> <p>I was just catching up on Facebook comments from yesterdays posts. One of the best parts of these longer Saturday posts is when old friends come out of the wood work to join in on the reminiscing. I think if I were to mention <em>all</em> the fun times I had working at Starbucks, we would have a never ending journal entry situation on our hands. I would probably still be writing.</p> <p>And speaking of which, as much as I love these mega long Saturday entry posts, they pose a serious time management problem. Yesterday from the time I woke up, I spent just about the rest of the morning and early afternoon writing. I leaned on Marissa to make watch Miles, entertain Rodney, and even make lunch. She rightfully teased me for the oversight when I was all through.</p> <p>"So I forget," I said smirking, finally joining my family outside. "Am I supposed to like, spend time with you guys or something?"</p> <p>"Who is that?" joked Marissa. "Oh wait, I remember - I think that's daddy. We haven't seen you in a while."</p> <p>"This morning won't happen again," I said more sincerely. "I like doing special entries on Saturday, but I'm going to figure out a better time to do them."</p> <p>"It's OK - I figured," she said. "And the boys were good - Charles Mingus is just sleeping in his crib, and jobsite Rodney has been helping me work on the raised garden."</p> <p>We decided to take the clan out for a long walk through the neighborhood. Miles led the caravan in the front in his strolled, followed by the dogs, followed by Rodney in his green wagon bringing up the rear. We're kind of a large family now, and we take up much of the sidewalk. Marissa and I fondly remember a time when we could actually stride side-by-side on a walk and we only had one dog to worry about. Now we practically take up the entire sidewalk, and we stretch over two driveways.</p> <p>"We're the obnoxiously adorable caravan," says Marissa.</p> <p>We were en route to visit our favorite ice cream shop. Since last summer, following some ridiculous neighborhood ice cream shop drama, the shop was forced to move. We tried to follow the action through Facebook and reddit threads. From what we could tell, it was a petty stand-off between the shop owner and the building manager. The manager refused to renew the lease because he wanted to sell the building to a new ice cream distributor. The shop owner refused to leave. The drama culminated one weekend when the cops were called; the building manager had chained the doors shut, and the employees couldn't open the store.</p> <p>The new icecream distributor moved in, and the original was displaced. They bought a new location about 100 feet away. But the truly ridiculous part of this story is that they <em>both</em> sell the same Schoep's icecream.</p> <p>And I guess what underscores all of this is how easy we had it last summer. I'd love to go back to a time where the most controversial thing we had to worry about was the famous Atwood Schoep's icecream wars of 2019.</p> <p>So yesterday, we made our way to the new Schoep's icecream shop. They have a cozy little enclave tucked between their new building and the bike path. We tied the dogs to our metal table and feasted on icecream.</p> <figure> <a href="/images/2020-09-06/icecream.jpg"> <img alt="2020 09 06 icecream" src="/images/2020-09-06/icecream.jpg"/> </a> <figcaption> <p>Rodney climbs into his seat to enjoy his multi-colored Superman flavored ice cream.</p> </figcaption> </figure> <p>When it was time to leave, I popped up from my chair and tossed my gooey icecream cup into the metal garbage can. I heard the plastic cup and spoon hit the metal can. An employee, who was in the middle of changing out the liner, noticed. Once I realized what I had done, my heart sank.</p> <p>"Oh no, I am so sorry," I said.</p> <p>"It's fine - it's fine," she said, grabbing some cleaning supplies.</p> <p>"Seriously," I said, trying to give a more earnest apology. "I think this is the worst thing you can do to another person, and I'm so sorry."</p> <p>"No, don't worry about it sir," said the employee. "We got it, it's no big deal."</p> <p>There must have been melted oreo ice cream all over that hot metal garbage can. As we left, I counted five yellow jackets in the vicinity. I'm glad I had a chance to apologize, but it was a difficult transgression to shake off.</p> <p>To the Schoep's ice cream girl, I am sorry. Allow me to borrow from the great philosopher Taylor Swift and say, <em>the worst thing I ever did was what I did to you</em>.</p> <p>Back at home, we put Rodney down for a nap, and I prepared a pizza. That evening, we had tickets to a fireworks show. After letting the pizza cool, I packed the cooler with silverware and drinks, and Marissa picked up some other snacks with a quick Target run. Finally, at 8:30 when we'd normally be putting Rodney to bed, we all jumped in the car and headed to the show.</p> <p>The parking attendants guided us to a spot in front of yellow caution tape. In front of our car in the dark parking, we could see some guys setting up equipment around a truck.</p> <p>"Oh man," said Marissa giggling. "I think they're shooting them off right there. We have a front row seat."</p> <figure> <a href="/images/2020-09-06/front-row-seat.jpg"> <img alt="2020 09 06 front row seat" src="/images/2020-09-06/front-row-seat.jpg"/> </a> <figcaption> <p>Our front row view of the action</p> </figcaption> </figure> <p>Rodney climbed into the front seat with us. Under the illumination of booming fireworks, we ate pizza and snacks. Rodney felt <em>iffy</em> about the whole thing.</p> <figure> <a href="/images/2020-09-06/sunroof.jpg"> <img alt="2020 09 06 sunroof" src="/images/2020-09-06/sunroof.jpg"/> </a> <figcaption> <p>Pizza and snacks under the rockets red glare</p> </figcaption> </figure> <p>"They're a little bit too noisy," he said, holding his years. "They make me kind of scared. I think we should go now - we should get going."</p> <p>Marissa stepped in to ease his worries. "There's nothing to be scared of, Rodney. Look, aren't they beautiful?"</p> <p>"And they're perfectly safe, dude," I said. "These guys know what they're doing."</p> <p>"Look Rod," said Marissa. "They're about to do the <em>grand finale</em>."</p> <p>With anticipation, we watch from our car as they dragged out a final barrel of fireworks. There was some movement, and then all of the sudden, the barrel exploded into a giant fireball. The orange and yellow flames licked into the sky, casting an eerie glow on the parking lot. A plume of dark, ashy smoke rose up.</p> <p>"I... don't think that was intentional," chuckled Marissa. "What just happened?"</p> <p>"I think they botched it," I said. "Look the fire department is going in."</p> <figure> <a href="/images/2020-09-06/aftermath.jpg"> <img alt="2020 09 06 aftermath" src="/images/2020-09-06/aftermath.jpg"/> </a> <figcaption> <p>Aftermath of the unintentional explosion.</p> </figcaption> </figure> <p>So the show had a different kind of grand finale. And after trying to ease Rodney's worries, the timing couldn't have been worse. Still a good show, though.</p> <p>Thanks for stopping by today. Have a wonderful day today.</p>
study_buffalo/templates/account/password_reset_from_key_done.html
studybuffalo/studybuffalo
{% extends "base_generic.html" %} {% load static %} {% block content %} <h1>Change Password</h1> {% include 'account/snippets/message_display.html' %} <p>Your password is now changed.</p> {% endblock %}
doc/skat09/spieler/Spieler.html
BuZZ-dEE/skat09
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_11) on Wed Jul 15 12:43:49 CEST 2009 --> <TITLE> Spieler </TITLE> <META NAME="keywords" CONTENT="de.uniluebeck.skat09.spieler.Spieler class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Spieler"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Spieler.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="../../../../de/uniluebeck/skat09/spieler/SchlauerSpieler.html" title="class in de.uniluebeck.skat09.spieler"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../de/uniluebeck/skat09/spieler/SpielerEnum.html" title="enum in de.uniluebeck.skat09.spieler"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?de/uniluebeck/skat09/spieler/Spieler.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Spieler.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"> de.uniluebeck.skat09.spieler</FONT> <BR> Class Spieler</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>de.uniluebeck.skat09.spieler.Spieler</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></DD> </DL> <DL> <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../de/uniluebeck/skat09/spieler/MenschlicherSpieler.html" title="class in de.uniluebeck.skat09.spieler">MenschlicherSpieler</A>, <A HREF="../../../../de/uniluebeck/skat09/spieler/Oma.html" title="class in de.uniluebeck.skat09.spieler">Oma</A>, <A HREF="../../../../de/uniluebeck/skat09/spieler/RegelkonformerSpieler.html" title="class in de.uniluebeck.skat09.spieler">RegelkonformerSpieler</A>, <A HREF="../../../../de/uniluebeck/skat09/spieler/SchlauerSpieler.html" title="class in de.uniluebeck.skat09.spieler">SchlauerSpieler</A></DD> </DL> <HR> <DL> <DT><PRE>public abstract class <B>Spieler</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></DL> </PRE> <P> Diese Klasse Spieler simuliert einen Skatspieler mit all seinen M&ouml;glichkeiten am Spiel teilzunehmen. Ein Spieler hat zum Beispiel ein Blatt, eine Position am Spieltisch, kann reizen und Karten Spielen. <P> <P> <DL> <DT><B>Version:</B></DT> <DD>03.07.2009</DD> <DT><B>Author:</B></DT> <DD>Ann-Christine Kycler, Sebastian Schlatow, Mathias Stoislow, Martin Bruhns</DD> </DL> <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>protected &nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#alleGespielteKarten">alleGespielteKarten</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Spieler kann sich die gespielten Karten merken</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#blatt">blatt</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handkarten des Spielers</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#deck">deck</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Damit der Spieler alle Karten kennt</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>private &nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#handspiele">handspiele</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Anzahl der Handspiele eines Spielers</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#istAlleinspieler">istAlleinspieler</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Flag = true >> Spieler ist Alleinspieler</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#mitspieler">mitspieler</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ein Spieler kennt seinen Mitspieler, wenn er einen hat.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#nachSkat">nachSkat</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;H&auml;lt die Karten nach der Skataufnahme</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#name">name</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name des Spielers</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../de/uniluebeck/skat09/spieler/Position.html" title="enum in de.uniluebeck.skat09.spieler">Position</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#position">position</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Position des Spielers am Tisch</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>private &nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#restblatt">restblatt</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Das restliche Blatt enth&auml;hlt die nicht spielbaren Karten</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#skat">skat</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Merkt sich fuer den Alleinspieler, was im Skat lag.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpielart.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpielart</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#spielart">spielart</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Spieler braucht die Spielart um die Karte zu pr&uuml;fen</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.util.ArrayList&lt;java.lang.Integer&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#spiele">spiele</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Liste der gespielten Spiele, enth&auml;lt Punkte</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#stiche">stiche</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enth&auml;lt vom Spieler gewonnene Stiche</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>private &nbsp;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#truempfe">truempfe</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Spieler kann seine Truempfe in diesem Array speichern, um sie zu zaehlen</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="../../../../de/uniluebeck/skat09/spieler/Spieler.html#Spieler(java.lang.String)">Spieler</A></B>(java.lang.String&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Erzeugt ein neues Spielerobjekt.</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>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#agent()">agent</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fragt den Spieler, ob er mit Reizagent spielen m&ouml;chte.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#blattSortieren(de.uniluebeck.skat09.test.interfaces.ISpielart)">blattSortieren</A></B>(<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpielart.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpielart</A>&nbsp;spielart)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sortiert das Blatt des Spielers in aufsteigender Reihenfolge, nach der im Parameter &uuml;bergebenen Spielart.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#bubeneinordnen()">bubeneinordnen</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Legt jeden Buben, die der Alleinspieler auf der Hand h&auml;lt in ein Array.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#bubeneinordnenhilf(int)">bubeneinordnenhilf</A></B>(int&nbsp;bubenwert)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Liefert f&uuml;r die Methode Bubeneinordnen den Index, an welcher Position der Bube im Array gespeichert werden soll.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#druecken(de.uniluebeck.skat09.spielkarte.Spielkarte[])">druecken</A></B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;skat)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gibt die gedr&uuml;ckten Spielkarten zur&uuml;ck.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#equals(de.uniluebeck.skat09.test.interfaces.ISpieler)">equals</A></B>(<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A>&nbsp;spieler)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Vergleicht den Spieler mit dem &uuml;bergebenen Spieler.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../de/uniluebeck/skat09/spielart/Farbspiel.html" title="class in de.uniluebeck.skat09.spielart">Farbspiel</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#farbe()">farbe</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Liefert ein Farbspiel mit korrekt gesetzten Trumpffarbe zur&uuml;ck, nachdem der Spieler seine Wahl getroffen hat.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#farbeeinordnenhilf(int)">farbeeinordnenhilf</A></B>(int&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ordnet jeder Trumpfkarte einen Platz im Array zu.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#farbeneinordnen()">farbeneinordnen</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ordnet alle Tr&uuml;mpfe eines Spielers in ein Array, um sp&auml;ter die Spitzen berechnen zu k&ouml;nnen.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#gespielteKartenHinzufuegen(de.uniluebeck.skat09.spielkarte.Spielkarte[])">gespielteKartenHinzufuegen</A></B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;gespielteKarten)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F&uuml;gt einen gewonnenen Stich zu den bisher gespielten Stichen hinzu.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#getAllegespieltenkarten()">getAllegespieltenkarten</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gibt die bisher gespielten Karten</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#getBlatt()">getBlatt</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gibt das Blatt des Spielers zur&uuml;ck.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#getHandspiele()">getHandspiele</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gibt die Handspiele zur&uuml;ck</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#getIstAlleinspieler()">getIstAlleinspieler</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gibt an, ob der Spieler Alleinspieler ist.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#getMitspieler()">getMitspieler</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gibt den Mitspieler eines Spielers zur&uuml;ck, sofern dieser nicht der Alleinspieler ist</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#getName()">getName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gibt den Namen des Spielers zur&uuml;ck.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../de/uniluebeck/skat09/spieler/Position.html" title="enum in de.uniluebeck.skat09.spieler">Position</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#getPosition()">getPosition</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gibt die Position des Spielers zur&uuml;ck.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#getRestblatt()">getRestblatt</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Liefert das Restblatt zur&uumlck.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#getSkat()">getSkat</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpielart.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpielart</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#getSpielart()">getSpielart</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Liefert die im Spieler gesetzte Spielart zur&uuml;ck.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.ArrayList&lt;java.lang.Integer&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#getSpiele()">getSpiele</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Liefert alle bisher vom Spieler gespielten Spiele in einer ArrayList zur&uuml;ck.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#getStiche()">getStiche</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gibt die vom Spieler gewonnenen Stiche zur&uuml;ck.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#handspiel()">handspiel</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handspiel ermittelt, ob der Spieler ein Handspiel ansagt.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#hoeren(int)">hoeren</A></B>(int&nbsp;reizwert)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Diese Methode simuliert das h&ouml;ren eines Spielers.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.ArrayList&lt;java.lang.Integer&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#neuerEintrag(int)">neuerEintrag</A></B>(int&nbsp;punkte)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F&uuml;gt einen neuen Eintrag zu Liste der Spiele dazu, wenn der Spieler ein Spiel als Alleinspieler gespielt hat.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#ouvert()">ouvert</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ouvert ermittelt, ob der Spieler mit offenen Karten spielen will.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#reizlimitFestlegen()">reizlimitFestlegen</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Benutzt der Spieler den Reizagenten, liefert diese Methode den maximalen Reizwert, den der Spieler spielen w&uuml;rde.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#sagen(int)">sagen</A></B>(int&nbsp;alterWert)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Diese Methode simuliert das sagen eines Spielers.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#schneider()">schneider</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;schneider ermittelt, ob der Spieler schneider spielen will.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#schwarz()">schwarz</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Schwarz ermittelt, ob der Spieler schwarz spielen will.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setAlleGespieltenKarten(java.util.ArrayList)">setAlleGespieltenKarten</A></B>(java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;&nbsp;karten)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setBlatt(java.util.ArrayList)">setBlatt</A></B>(java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;&nbsp;blatt)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gibt dem Spieler ein neues Blatt in die Hand.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setDeck(java.util.ArrayList)">setDeck</A></B>(java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;&nbsp;deck)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setzt das Deck im Spieler, damit der Spieler das Deck kennt.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setHandspiele(int)">setHandspiele</A></B>(int&nbsp;handspiele)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setzt die Handspiele</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setIstAlleinspieler(boolean)">setIstAlleinspieler</A></B>(boolean&nbsp;istAlleinspieler)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setzt das Alleinspielerflag.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setMitspieler(de.uniluebeck.skat09.test.interfaces.ISpieler)">setMitspieler</A></B>(<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A>&nbsp;mitspieler)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setzt das Mitspielerflag.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setName(java.lang.String)">setName</A></B>(java.lang.String&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setzt den Namen des Spielers.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setPosition(de.uniluebeck.skat09.spieler.Position)">setPosition</A></B>(<A HREF="../../../../de/uniluebeck/skat09/spieler/Position.html" title="enum in de.uniluebeck.skat09.spieler">Position</A>&nbsp;position)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setzt die Position des Spielers neu.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setSkat(java.util.ArrayList)">setSkat</A></B>(java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;&nbsp;skat)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setzt den Skat im Spieler, damit der Spieler den Skat kennt.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setSpielart(de.uniluebeck.skat09.test.interfaces.ISpielart)">setSpielart</A></B>(<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpielart.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpielart</A>&nbsp;spielart)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setzt die Spielart im Spieler.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setSpiele(java.util.ArrayList)">setSpiele</A></B>(java.util.ArrayList&lt;java.lang.Integer&gt;&nbsp;spiele)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setzt die Liste mit den vom Spieler gespielten Spielen</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setStiche(java.util.ArrayList)">setStiche</A></B>(java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;&nbsp;stiche)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F&uuml;gt der Stichliste einen gewonnenen Stich hinzu.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#setTruempfe(de.uniluebeck.skat09.spielkarte.Spielkarte[])">setTruempfe</A></B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;truempfe)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setzt die Truempfe Variable neu.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpielart.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpielart</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#spielAnsagen()">spielAnsagen</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SpielAnsagen ermittelt, ob der Spieler ein Farb-, Grand-, oder Nullspiel w&uuml;nscht.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#spielbareKarten(de.uniluebeck.skat09.spielkarte.Spielkarte[])">spielbareKarten</A></B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;gespielteKarten)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ermittelt die Karten, die der Spieler spielen darf.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract &nbsp;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#spieleKarte(de.uniluebeck.skat09.spielkarte.Spielkarte[])">spieleKarte</A></B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;gespielteKarten)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gibt die Karte zur&uuml;ck, die der Spieler auf den Tisch legen m&ouml;chte.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#spitzenEinordnen()">spitzenEinordnen</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Diese Methode speichert die Tr&uuml;mpfe des &uuml;bergebenen Spielers im Spitzen-Array.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#spitzenMit(int)">spitzenMit</A></B>(int&nbsp;erg)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rechnet die Spitzen in ununterbrochener Reihenfolge aus.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#spitzenOhne(int)">spitzenOhne</A></B>(int&nbsp;erg)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rechnet die fehlenden Spitzen in ununterbrochener Reihenfolge aus.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#spitzenZahl()">spitzenZahl</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rechnet die Spitzen aus.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#stichHinzufuegen(de.uniluebeck.skat09.spielkarte.Spielkarte[])">stichHinzufuegen</A></B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;stich)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F&uuml;gt einen gewonnenen Stich zu den bisher gewonnenen Stichen hinzu.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../de/uniluebeck/skat09/spieler/Spieler.html#zufaelligErlaubteKarteSpielen(de.uniluebeck.skat09.spielkarte.Spielkarte[])">zufaelligErlaubteKarteSpielen</A></B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;gespielteKarten)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Die Methode wählt zufällig eine Karte aus, die dann gespielt wird.</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="name"><!-- --></A><H3> name</H3> <PRE> protected java.lang.String <B>name</B></PRE> <DL> <DD>Name des Spielers <P> <DL> </DL> </DL> <HR> <A NAME="position"><!-- --></A><H3> position</H3> <PRE> protected <A HREF="../../../../de/uniluebeck/skat09/spieler/Position.html" title="enum in de.uniluebeck.skat09.spieler">Position</A> <B>position</B></PRE> <DL> <DD>Position des Spielers am Tisch <P> <DL> </DL> </DL> <HR> <A NAME="blatt"><!-- --></A><H3> blatt</H3> <PRE> protected java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>blatt</B></PRE> <DL> <DD>Handkarten des Spielers <P> <DL> </DL> </DL> <HR> <A NAME="stiche"><!-- --></A><H3> stiche</H3> <PRE> protected java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>stiche</B></PRE> <DL> <DD>enth&auml;lt vom Spieler gewonnene Stiche <P> <DL> </DL> </DL> <HR> <A NAME="istAlleinspieler"><!-- --></A><H3> istAlleinspieler</H3> <PRE> protected boolean <B>istAlleinspieler</B></PRE> <DL> <DD>Flag = true >> Spieler ist Alleinspieler <P> <DL> </DL> </DL> <HR> <A NAME="mitspieler"><!-- --></A><H3> mitspieler</H3> <PRE> protected <A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A> <B>mitspieler</B></PRE> <DL> <DD>Ein Spieler kennt seinen Mitspieler, wenn er einen hat. <P> <DL> </DL> </DL> <HR> <A NAME="spiele"><!-- --></A><H3> spiele</H3> <PRE> protected java.util.ArrayList&lt;java.lang.Integer&gt; <B>spiele</B></PRE> <DL> <DD>Liste der gespielten Spiele, enth&auml;lt Punkte <P> <DL> </DL> </DL> <HR> <A NAME="spielart"><!-- --></A><H3> spielart</H3> <PRE> protected <A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpielart.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpielart</A> <B>spielart</B></PRE> <DL> <DD>Spieler braucht die Spielart um die Karte zu pr&uuml;fen <P> <DL> </DL> </DL> <HR> <A NAME="nachSkat"><!-- --></A><H3> nachSkat</H3> <PRE> protected java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>nachSkat</B></PRE> <DL> <DD>H&auml;lt die Karten nach der Skataufnahme <P> <DL> </DL> </DL> <HR> <A NAME="deck"><!-- --></A><H3> deck</H3> <PRE> protected java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>deck</B></PRE> <DL> <DD>Damit der Spieler alle Karten kennt <P> <DL> </DL> </DL> <HR> <A NAME="skat"><!-- --></A><H3> skat</H3> <PRE> protected java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>skat</B></PRE> <DL> <DD>Merkt sich fuer den Alleinspieler, was im Skat lag. <P> <DL> </DL> </DL> <HR> <A NAME="alleGespielteKarten"><!-- --></A><H3> alleGespielteKarten</H3> <PRE> protected java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>alleGespielteKarten</B></PRE> <DL> <DD>Spieler kann sich die gespielten Karten merken <P> <DL> </DL> </DL> <HR> <A NAME="restblatt"><!-- --></A><H3> restblatt</H3> <PRE> private java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>restblatt</B></PRE> <DL> <DD>Das restliche Blatt enth&auml;hlt die nicht spielbaren Karten <P> <DL> </DL> </DL> <HR> <A NAME="truempfe"><!-- --></A><H3> truempfe</H3> <PRE> private <A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[] <B>truempfe</B></PRE> <DL> <DD>Spieler kann seine Truempfe in diesem Array speichern, um sie zu zaehlen <P> <DL> </DL> </DL> <HR> <A NAME="handspiele"><!-- --></A><H3> handspiele</H3> <PRE> private int <B>handspiele</B></PRE> <DL> <DD>Anzahl der Handspiele eines Spielers <P> <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="Spieler(java.lang.String)"><!-- --></A><H3> Spieler</H3> <PRE> public <B>Spieler</B>(java.lang.String&nbsp;name)</PRE> <DL> <DD>Erzeugt ein neues Spielerobjekt. <P> <DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - - name des Spielers</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="getName()"><!-- --></A><H3> getName</H3> <PRE> public java.lang.String <B>getName</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getName()">ISpieler</A></CODE></B></DD> <DD>Gibt den Namen des Spielers zur&uuml;ck. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getName()">getName</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Name des Spielers</DL> </DD> </DL> <HR> <A NAME="getPosition()"><!-- --></A><H3> getPosition</H3> <PRE> public <A HREF="../../../../de/uniluebeck/skat09/spieler/Position.html" title="enum in de.uniluebeck.skat09.spieler">Position</A> <B>getPosition</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getPosition()">ISpieler</A></CODE></B></DD> <DD>Gibt die Position des Spielers zur&uuml;ck. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getPosition()">getPosition</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Position des Spielers</DL> </DD> </DL> <HR> <A NAME="getBlatt()"><!-- --></A><H3> getBlatt</H3> <PRE> public java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>getBlatt</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getBlatt()">ISpieler</A></CODE></B></DD> <DD>Gibt das Blatt des Spielers zur&uuml;ck. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getBlatt()">getBlatt</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Blatt des Spielers</DL> </DD> </DL> <HR> <A NAME="getStiche()"><!-- --></A><H3> getStiche</H3> <PRE> public java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>getStiche</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getStiche()">ISpieler</A></CODE></B></DD> <DD>Gibt die vom Spieler gewonnenen Stiche zur&uuml;ck. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getStiche()">getStiche</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>vom Spieler gewonnen Stiche</DL> </DD> </DL> <HR> <A NAME="getIstAlleinspieler()"><!-- --></A><H3> getIstAlleinspieler</H3> <PRE> public boolean <B>getIstAlleinspieler</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getIstAlleinspieler()">ISpieler</A></CODE></B></DD> <DD>Gibt an, ob der Spieler Alleinspieler ist. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getIstAlleinspieler()">getIstAlleinspieler</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>true, wenn Spieler Alleinspieler ist</DL> </DD> </DL> <HR> <A NAME="getSpiele()"><!-- --></A><H3> getSpiele</H3> <PRE> public java.util.ArrayList&lt;java.lang.Integer&gt; <B>getSpiele</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getSpiele()">ISpieler</A></CODE></B></DD> <DD>Liefert alle bisher vom Spieler gespielten Spiele in einer ArrayList zur&uuml;ck. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getSpiele()">getSpiele</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>alle vom Spieler bisher gespielten Spiele</DL> </DD> </DL> <HR> <A NAME="getMitspieler()"><!-- --></A><H3> getMitspieler</H3> <PRE> public <A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A> <B>getMitspieler</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getMitspieler()">ISpieler</A></CODE></B></DD> <DD>Gibt den Mitspieler eines Spielers zur&uuml;ck, sofern dieser nicht der Alleinspieler ist <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getMitspieler()">getMitspieler</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Mitspieler des Spielers</DL> </DD> </DL> <HR> <A NAME="getSkat()"><!-- --></A><H3> getSkat</H3> <PRE> public java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>getSkat</B>()</PRE> <DL> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getAllegespieltenkarten()"><!-- --></A><H3> getAllegespieltenkarten</H3> <PRE> public java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>getAllegespieltenkarten</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getAllegespieltenkarten()">ISpieler</A></CODE></B></DD> <DD>Gibt die bisher gespielten Karten <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getAllegespieltenkarten()">getAllegespieltenkarten</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>alle bisher gefallenen Karten</DL> </DD> </DL> <HR> <A NAME="getRestblatt()"><!-- --></A><H3> getRestblatt</H3> <PRE> public java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>getRestblatt</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getRestblatt()">ISpieler</A></CODE></B></DD> <DD>Liefert das Restblatt zur&uumlck. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getRestblatt()">getRestblatt</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>das restblatt</DL> </DD> </DL> <HR> <A NAME="getSpielart()"><!-- --></A><H3> getSpielart</H3> <PRE> public <A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpielart.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpielart</A> <B>getSpielart</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getSpielart()">ISpieler</A></CODE></B></DD> <DD>Liefert die im Spieler gesetzte Spielart zur&uuml;ck. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getSpielart()">getSpielart</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>die gesetzte Spielart</DL> </DD> </DL> <HR> <A NAME="getHandspiele()"><!-- --></A><H3> getHandspiele</H3> <PRE> public int <B>getHandspiele</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getHandspiele()">ISpieler</A></CODE></B></DD> <DD>gibt die Handspiele zur&uuml;ck <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#getHandspiele()">getHandspiele</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the handspiel</DL> </DD> </DL> <HR> <A NAME="setHandspiele(int)"><!-- --></A><H3> setHandspiele</H3> <PRE> public void <B>setHandspiele</B>(int&nbsp;handspiele)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setHandspiele(int)">ISpieler</A></CODE></B></DD> <DD>Setzt die Handspiele <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setHandspiele(int)">setHandspiele</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setSpielart(de.uniluebeck.skat09.test.interfaces.ISpielart)"><!-- --></A><H3> setSpielart</H3> <PRE> public void <B>setSpielart</B>(<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpielart.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpielart</A>&nbsp;spielart)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setSpielart(de.uniluebeck.skat09.test.interfaces.ISpielart)">ISpieler</A></CODE></B></DD> <DD>Setzt die Spielart im Spieler. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setSpielart(de.uniluebeck.skat09.test.interfaces.ISpielart)">setSpielart</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>spielart</CODE> - - die Spielart, die momentan gespielt wird</DL> </DD> </DL> <HR> <A NAME="setPosition(de.uniluebeck.skat09.spieler.Position)"><!-- --></A><H3> setPosition</H3> <PRE> public void <B>setPosition</B>(<A HREF="../../../../de/uniluebeck/skat09/spieler/Position.html" title="enum in de.uniluebeck.skat09.spieler">Position</A>&nbsp;position)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setPosition(de.uniluebeck.skat09.spieler.Position)">ISpieler</A></CODE></B></DD> <DD>Setzt die Position des Spielers neu. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setPosition(de.uniluebeck.skat09.spieler.Position)">setPosition</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>position</CODE> - - neue Position des Spielers</DL> </DD> </DL> <HR> <A NAME="setBlatt(java.util.ArrayList)"><!-- --></A><H3> setBlatt</H3> <PRE> public void <B>setBlatt</B>(java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;&nbsp;blatt)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setBlatt(java.util.ArrayList)">ISpieler</A></CODE></B></DD> <DD>Gibt dem Spieler ein neues Blatt in die Hand. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setBlatt(java.util.ArrayList)">setBlatt</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>blatt</CODE> - - neues Blatt</DL> </DD> </DL> <HR> <A NAME="setIstAlleinspieler(boolean)"><!-- --></A><H3> setIstAlleinspieler</H3> <PRE> public void <B>setIstAlleinspieler</B>(boolean&nbsp;istAlleinspieler)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setIstAlleinspieler(boolean)">ISpieler</A></CODE></B></DD> <DD>Setzt das Alleinspielerflag. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setIstAlleinspieler(boolean)">setIstAlleinspieler</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>istAlleinspieler</CODE> - - true, wenn Spieler Alleinspieler ist</DL> </DD> </DL> <HR> <A NAME="setMitspieler(de.uniluebeck.skat09.test.interfaces.ISpieler)"><!-- --></A><H3> setMitspieler</H3> <PRE> public void <B>setMitspieler</B>(<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A>&nbsp;mitspieler)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setMitspieler(de.uniluebeck.skat09.test.interfaces.ISpieler)">ISpieler</A></CODE></B></DD> <DD>Setzt das Mitspielerflag. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setMitspieler(de.uniluebeck.skat09.test.interfaces.ISpieler)">setMitspieler</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>mitspieler</CODE> - - Der Spieler, der Mitspieler ist.</DL> </DD> </DL> <HR> <A NAME="setSpiele(java.util.ArrayList)"><!-- --></A><H3> setSpiele</H3> <PRE> public void <B>setSpiele</B>(java.util.ArrayList&lt;java.lang.Integer&gt;&nbsp;spiele)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setSpiele(java.util.ArrayList)">ISpieler</A></CODE></B></DD> <DD>Setzt die Liste mit den vom Spieler gespielten Spielen <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setSpiele(java.util.ArrayList)">setSpiele</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setStiche(java.util.ArrayList)"><!-- --></A><H3> setStiche</H3> <PRE> public void <B>setStiche</B>(java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;&nbsp;stiche)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setStiche(java.util.ArrayList)">ISpieler</A></CODE></B></DD> <DD>F&uuml;gt der Stichliste einen gewonnenen Stich hinzu. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setStiche(java.util.ArrayList)">setStiche</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>stiche</CODE> - - der vom Spieler gewonnene Stich</DL> </DD> </DL> <HR> <A NAME="setName(java.lang.String)"><!-- --></A><H3> setName</H3> <PRE> public void <B>setName</B>(java.lang.String&nbsp;name)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setName(java.lang.String)">ISpieler</A></CODE></B></DD> <DD>Setzt den Namen des Spielers. Wird ben&ouml;tigt, damit der Name ge&auml;ndert werden kann, falls er doppelt auftaucht. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setName(java.lang.String)">setName</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setAlleGespieltenKarten(java.util.ArrayList)"><!-- --></A><H3> setAlleGespieltenKarten</H3> <PRE> public void <B>setAlleGespieltenKarten</B>(java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;&nbsp;karten)</PRE> <DL> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setAlleGespieltenKarten(java.util.ArrayList)">setAlleGespieltenKarten</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setTruempfe(de.uniluebeck.skat09.spielkarte.Spielkarte[])"><!-- --></A><H3> setTruempfe</H3> <PRE> public void <B>setTruempfe</B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;truempfe)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setTruempfe(de.uniluebeck.skat09.spielkarte.Spielkarte[])">ISpieler</A></CODE></B></DD> <DD>Setzt die Truempfe Variable neu. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setTruempfe(de.uniluebeck.skat09.spielkarte.Spielkarte[])">setTruempfe</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>truempfe</CODE> - - die neuen Truempfe</DL> </DD> </DL> <HR> <A NAME="setDeck(java.util.ArrayList)"><!-- --></A><H3> setDeck</H3> <PRE> public void <B>setDeck</B>(java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;&nbsp;deck)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setDeck(java.util.ArrayList)">ISpieler</A></CODE></B></DD> <DD>Setzt das Deck im Spieler, damit der Spieler das Deck kennt. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setDeck(java.util.ArrayList)">setDeck</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>deck</CODE> - - Das Deck.</DL> </DD> </DL> <HR> <A NAME="setSkat(java.util.ArrayList)"><!-- --></A><H3> setSkat</H3> <PRE> public void <B>setSkat</B>(java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt;&nbsp;skat)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setSkat(java.util.ArrayList)">ISpieler</A></CODE></B></DD> <DD>Setzt den Skat im Spieler, damit der Spieler den Skat kennt. Dies soll nur gesetzt werden, wenn der Spieler Alleinspieler ist. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#setSkat(java.util.ArrayList)">setSkat</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>skat</CODE> - - Der Skat.</DL> </DD> </DL> <HR> <A NAME="stichHinzufuegen(de.uniluebeck.skat09.spielkarte.Spielkarte[])"><!-- --></A><H3> stichHinzufuegen</H3> <PRE> public void <B>stichHinzufuegen</B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;stich)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#stichHinzufuegen(de.uniluebeck.skat09.spielkarte.Spielkarte[])">ISpieler</A></CODE></B></DD> <DD>F&uuml;gt einen gewonnenen Stich zu den bisher gewonnenen Stichen hinzu. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#stichHinzufuegen(de.uniluebeck.skat09.spielkarte.Spielkarte[])">stichHinzufuegen</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>stich</CODE> - - die drei am Tisch gewonnenen Karten</DL> </DD> </DL> <HR> <A NAME="gespielteKartenHinzufuegen(de.uniluebeck.skat09.spielkarte.Spielkarte[])"><!-- --></A><H3> gespielteKartenHinzufuegen</H3> <PRE> public void <B>gespielteKartenHinzufuegen</B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;gespielteKarten)</PRE> <DL> <DD>F&uuml;gt einen gewonnenen Stich zu den bisher gespielten Stichen hinzu. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#gespielteKartenHinzufuegen(de.uniluebeck.skat09.spielkarte.Spielkarte[])">gespielteKartenHinzufuegen</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>gespielteKarten</CODE> - </DL> </DD> </DL> <HR> <A NAME="spielbareKarten(de.uniluebeck.skat09.spielkarte.Spielkarte[])"><!-- --></A><H3> spielbareKarten</H3> <PRE> public java.util.ArrayList&lt;<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>&gt; <B>spielbareKarten</B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;gespielteKarten)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spielbareKarten(de.uniluebeck.skat09.spielkarte.Spielkarte[])">ISpieler</A></CODE></B></DD> <DD>Ermittelt die Karten, die der Spieler spielen darf. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spielbareKarten(de.uniluebeck.skat09.spielkarte.Spielkarte[])">spielbareKarten</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>gespielteKarten</CODE> - - Karten, die auf dem Tisch liegen. <DT><B>Returns:</B><DD>Die Karten, die gespielt werden d&uuml;rfen.</DL> </DD> </DL> <HR> <A NAME="spieleKarte(de.uniluebeck.skat09.spielkarte.Spielkarte[])"><!-- --></A><H3> spieleKarte</H3> <PRE> public abstract <A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A> <B>spieleKarte</B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;gespielteKarten) throws java.io.IOException</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spieleKarte(de.uniluebeck.skat09.spielkarte.Spielkarte[])">ISpieler</A></CODE></B></DD> <DD>Gibt die Karte zur&uuml;ck, die der Spieler auf den Tisch legen m&ouml;chte. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spieleKarte(de.uniluebeck.skat09.spielkarte.Spielkarte[])">spieleKarte</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>gespielteKarten</CODE> - - Karten, die schon von anderen Mitspielern gespielt wurden <DT><B>Returns:</B><DD>die Karte, die der Spieler spielt <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE></DL> </DD> </DL> <HR> <A NAME="zufaelligErlaubteKarteSpielen(de.uniluebeck.skat09.spielkarte.Spielkarte[])"><!-- --></A><H3> zufaelligErlaubteKarteSpielen</H3> <PRE> public <A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A> <B>zufaelligErlaubteKarteSpielen</B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;gespielteKarten)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#zufaelligErlaubteKarteSpielen(de.uniluebeck.skat09.spielkarte.Spielkarte[])">ISpieler</A></CODE></B></DD> <DD>Die Methode wählt zufällig eine Karte aus, die dann gespielt wird. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#zufaelligErlaubteKarteSpielen(de.uniluebeck.skat09.spielkarte.Spielkarte[])">zufaelligErlaubteKarteSpielen</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>gespielteKarten</CODE> - - Karten, die schon von anderen Mitspielern gespielt wurden <DT><B>Returns:</B><DD>- Spielkarte, die zufällig ausgewählt wurde.</DL> </DD> </DL> <HR> <A NAME="druecken(de.uniluebeck.skat09.spielkarte.Spielkarte[])"><!-- --></A><H3> druecken</H3> <PRE> public abstract <A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[] <B>druecken</B>(<A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[]&nbsp;skat)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#druecken(de.uniluebeck.skat09.spielkarte.Spielkarte[])">ISpieler</A></CODE></B></DD> <DD>Gibt die gedr&uuml;ckten Spielkarten zur&uuml;ck. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#druecken(de.uniluebeck.skat09.spielkarte.Spielkarte[])">druecken</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>gedr&uuml;ckte Spielkarten</DL> </DD> </DL> <HR> <A NAME="spielAnsagen()"><!-- --></A><H3> spielAnsagen</H3> <PRE> public abstract <A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpielart.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpielart</A> <B>spielAnsagen</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spielAnsagen()">ISpieler</A></CODE></B></DD> <DD>SpielAnsagen ermittelt, ob der Spieler ein Farb-, Grand-, oder Nullspiel w&uuml;nscht. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spielAnsagen()">spielAnsagen</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>die gew&uuml;nschte Spielart</DL> </DD> </DL> <HR> <A NAME="handspiel()"><!-- --></A><H3> handspiel</H3> <PRE> public abstract boolean <B>handspiel</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#handspiel()">ISpieler</A></CODE></B></DD> <DD>Handspiel ermittelt, ob der Spieler ein Handspiel ansagt. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#handspiel()">handspiel</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>true, falls der Spieler ein Handspiel w&uuml;nscht</DL> </DD> </DL> <HR> <A NAME="ouvert()"><!-- --></A><H3> ouvert</H3> <PRE> public abstract boolean <B>ouvert</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#ouvert()">ISpieler</A></CODE></B></DD> <DD>Ouvert ermittelt, ob der Spieler mit offenen Karten spielen will. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#ouvert()">ouvert</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>true, falls offenes Spiel</DL> </DD> </DL> <HR> <A NAME="schneider()"><!-- --></A><H3> schneider</H3> <PRE> public abstract boolean <B>schneider</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#schneider()">ISpieler</A></CODE></B></DD> <DD>schneider ermittelt, ob der Spieler schneider spielen will. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#schneider()">schneider</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>true, falls schneider</DL> </DD> </DL> <HR> <A NAME="schwarz()"><!-- --></A><H3> schwarz</H3> <PRE> public abstract boolean <B>schwarz</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#schwarz()">ISpieler</A></CODE></B></DD> <DD>Schwarz ermittelt, ob der Spieler schwarz spielen will. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#schwarz()">schwarz</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>true, falls schwarz</DL> </DD> </DL> <HR> <A NAME="farbe()"><!-- --></A><H3> farbe</H3> <PRE> public abstract <A HREF="../../../../de/uniluebeck/skat09/spielart/Farbspiel.html" title="class in de.uniluebeck.skat09.spielart">Farbspiel</A> <B>farbe</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#farbe()">ISpieler</A></CODE></B></DD> <DD>Liefert ein Farbspiel mit korrekt gesetzten Trumpffarbe zur&uuml;ck, nachdem der Spieler seine Wahl getroffen hat. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#farbe()">farbe</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Farbspiel mit gesetzter Trumpffarbe</DL> </DD> </DL> <HR> <A NAME="neuerEintrag(int)"><!-- --></A><H3> neuerEintrag</H3> <PRE> public java.util.ArrayList&lt;java.lang.Integer&gt; <B>neuerEintrag</B>(int&nbsp;punkte)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#neuerEintrag(int)">ISpieler</A></CODE></B></DD> <DD>F&uuml;gt einen neuen Eintrag zu Liste der Spiele dazu, wenn der Spieler ein Spiel als Alleinspieler gespielt hat. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#neuerEintrag(int)">neuerEintrag</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>punkte</CODE> - - punkte, die der Spieler erreicht hat <DT><B>Returns:</B><DD>die neue Liste</DL> </DD> </DL> <HR> <A NAME="hoeren(int)"><!-- --></A><H3> hoeren</H3> <PRE> public abstract boolean <B>hoeren</B>(int&nbsp;reizwert)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#hoeren(int)">ISpieler</A></CODE></B></DD> <DD>Diese Methode simuliert das h&ouml;ren eines Spielers. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#hoeren(int)">hoeren</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>reizwert</CODE> - - reizwert der gesagt wurde <DT><B>Returns:</B><DD>false, falls Spieler weg, sonst true</DL> </DD> </DL> <HR> <A NAME="sagen(int)"><!-- --></A><H3> sagen</H3> <PRE> public abstract boolean <B>sagen</B>(int&nbsp;alterWert)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#sagen(int)">ISpieler</A></CODE></B></DD> <DD>Diese Methode simuliert das sagen eines Spielers. M&ouml;chte der Spieler nicht h&ouml;her gehen, muss er 0 zur&uuml;ckgeben. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#sagen(int)">sagen</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>alterWert</CODE> - - Reizwert, der vorher gesagt wurde</DL> </DD> </DL> <HR> <A NAME="blattSortieren(de.uniluebeck.skat09.test.interfaces.ISpielart)"><!-- --></A><H3> blattSortieren</H3> <PRE> public void <B>blattSortieren</B>(<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpielart.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpielart</A>&nbsp;spielart)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#blattSortieren(de.uniluebeck.skat09.test.interfaces.ISpielart)">ISpieler</A></CODE></B></DD> <DD>Sortiert das Blatt des Spielers in aufsteigender Reihenfolge, nach der im Parameter &uuml;bergebenen Spielart. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#blattSortieren(de.uniluebeck.skat09.test.interfaces.ISpielart)">blattSortieren</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>spielart</CODE> - - spielart nach der sortiert werden soll</DL> </DD> </DL> <HR> <A NAME="agent()"><!-- --></A><H3> agent</H3> <PRE> public abstract boolean <B>agent</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#agent()">ISpieler</A></CODE></B></DD> <DD>Fragt den Spieler, ob er mit Reizagent spielen m&ouml;chte. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#agent()">agent</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>true, falls der Spieler mit Reizagent spielt</DL> </DD> </DL> <HR> <A NAME="equals(de.uniluebeck.skat09.test.interfaces.ISpieler)"><!-- --></A><H3> equals</H3> <PRE> public boolean <B>equals</B>(<A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A>&nbsp;spieler)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#equals(de.uniluebeck.skat09.test.interfaces.ISpieler)">ISpieler</A></CODE></B></DD> <DD>Vergleicht den Spieler mit dem &uuml;bergebenen Spieler. Das Ergebnis ist true, falls die beiden Spieler den gleichen Namen haben. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#equals(de.uniluebeck.skat09.test.interfaces.ISpieler)">equals</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>spieler</CODE> - - spieler, mit dem der Spieler an dem die Methode aufgerufen wird verglichen werden soll <DT><B>Returns:</B><DD>true, falls die Spieler den gleichen Namen haben</DL> </DD> </DL> <HR> <A NAME="reizlimitFestlegen()"><!-- --></A><H3> reizlimitFestlegen</H3> <PRE> public abstract int <B>reizlimitFestlegen</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#reizlimitFestlegen()">ISpieler</A></CODE></B></DD> <DD>Benutzt der Spieler den Reizagenten, liefert diese Methode den maximalen Reizwert, den der Spieler spielen w&uuml;rde. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#reizlimitFestlegen()">reizlimitFestlegen</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>maximaler Reizwert</DL> </DD> </DL> <HR> <A NAME="spitzenEinordnen()"><!-- --></A><H3> spitzenEinordnen</H3> <PRE> public <A HREF="../../../../de/uniluebeck/skat09/spielkarte/Spielkarte.html" title="class in de.uniluebeck.skat09.spielkarte">Spielkarte</A>[] <B>spitzenEinordnen</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spitzenEinordnen()">ISpieler</A></CODE></B></DD> <DD>Diese Methode speichert die Tr&uuml;mpfe des &uuml;bergebenen Spielers im Spitzen-Array. Die Spitzen werden ben&ouml;tigt, um die Spielstufe zu berechnen. Dies kann f&uuml;r eine Hilfe verwendet werden und f&uuml;r einen Check, ob der Spieler sich &uuml;berreizt hat. Achtung: Die truempfe werden direkt in der Tischvariablen gesetzt, aber zus&auml;tzlich auch noch zur&uuml;ck gegeben. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spitzenEinordnen()">spitzenEinordnen</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="bubeneinordnen()"><!-- --></A><H3> bubeneinordnen</H3> <PRE> public void <B>bubeneinordnen</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#bubeneinordnen()">ISpieler</A></CODE></B></DD> <DD>Legt jeden Buben, die der Alleinspieler auf der Hand h&auml;lt in ein Array. Wird zur Berechnung der Spitzen ben&ouml;tigt. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#bubeneinordnen()">bubeneinordnen</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="bubeneinordnenhilf(int)"><!-- --></A><H3> bubeneinordnenhilf</H3> <PRE> public int <B>bubeneinordnenhilf</B>(int&nbsp;bubenwert)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#bubeneinordnenhilf(int)">ISpieler</A></CODE></B></DD> <DD>Liefert f&uuml;r die Methode Bubeneinordnen den Index, an welcher Position der Bube im Array gespeichert werden soll. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#bubeneinordnenhilf(int)">bubeneinordnenhilf</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>bubenwert</CODE> - - bubenwert <DT><B>Returns:</B><DD>Position</DL> </DD> </DL> <HR> <A NAME="farbeneinordnen()"><!-- --></A><H3> farbeneinordnen</H3> <PRE> public void <B>farbeneinordnen</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#farbeneinordnen()">ISpieler</A></CODE></B></DD> <DD>Ordnet alle Tr&uuml;mpfe eines Spielers in ein Array, um sp&auml;ter die Spitzen berechnen zu k&ouml;nnen. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#farbeneinordnen()">farbeneinordnen</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="farbeeinordnenhilf(int)"><!-- --></A><H3> farbeeinordnenhilf</H3> <PRE> public int <B>farbeeinordnenhilf</B>(int&nbsp;i)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#farbeeinordnenhilf(int)">ISpieler</A></CODE></B></DD> <DD>Ordnet jeder Trumpfkarte einen Platz im Array zu. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#farbeeinordnenhilf(int)">farbeeinordnenhilf</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>i</CODE> - Kartennummer <DT><B>Returns:</B><DD>Position</DL> </DD> </DL> <HR> <A NAME="spitzenZahl()"><!-- --></A><H3> spitzenZahl</H3> <PRE> public int <B>spitzenZahl</B>()</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spitzenZahl()">ISpieler</A></CODE></B></DD> <DD>Rechnet die Spitzen aus. Ist der Kreuz-Bube vorhanden, wird die Methode spitzenMit() aufgerufen und die Anzahl der Spitzen in ununterbrochender Reihenfolge wird berechnet, ansonsten wird die Methode spitzenOhne() aufgerufen und die fehlenden Spitzen werden berechnet. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spitzenZahl()">spitzenZahl</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Positiver Wert von 1-11 fuer vorhandene Spitzen, Negativer Wert von -1 bis -11 f&uuml;r fehlende Spitzen.</DL> </DD> </DL> <HR> <A NAME="spitzenMit(int)"><!-- --></A><H3> spitzenMit</H3> <PRE> public int <B>spitzenMit</B>(int&nbsp;erg)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spitzenMit(int)">ISpieler</A></CODE></B></DD> <DD>Rechnet die Spitzen in ununterbrochener Reihenfolge aus. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spitzenMit(int)">spitzenMit</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>erg</CODE> - Bisheriger Spitzenwert, sollte 1 sein. <DT><B>Returns:</B><DD>Die Anzahl der Spitzen.</DL> </DD> </DL> <HR> <A NAME="spitzenOhne(int)"><!-- --></A><H3> spitzenOhne</H3> <PRE> public int <B>spitzenOhne</B>(int&nbsp;erg)</PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spitzenOhne(int)">ISpieler</A></CODE></B></DD> <DD>Rechnet die fehlenden Spitzen in ununterbrochener Reihenfolge aus. Wird aufgerufen wenn der Kreuz-Bube fehlt. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html#spitzenOhne(int)">spitzenOhne</A></CODE> in interface <CODE><A HREF="../../../../de/uniluebeck/skat09/test/interfaces/ISpieler.html" title="interface in de.uniluebeck.skat09.test.interfaces">ISpieler</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>erg</CODE> - Bisherige Spitzen, sollte 0 sein. <DT><B>Returns:</B><DD>Gibt die Anzahl der fehlenden Spitzen zur&uuml;ck.</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/Spieler.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="../../../../de/uniluebeck/skat09/spieler/SchlauerSpieler.html" title="class in de.uniluebeck.skat09.spieler"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../de/uniluebeck/skat09/spieler/SpielerEnum.html" title="enum in de.uniluebeck.skat09.spieler"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?de/uniluebeck/skat09/spieler/Spieler.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Spieler.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>
css/pages/exercises-item.css
seedui/edu
body { font-size: 15px; color: #333; background: #f8f8f8; } #page { position: relative; width: 100%; padding: 7% 6% 0; } .item { display: none; position: relative; text-align: center; word-break: break-all; width: 100%; margin: 0 auto 80px; } .item.multiselect .subject > p:after { content: '[多选题]'; font-size: 12px; margin-left: 5px; color: #888; } .item.active { display: block !important; } .item > h1 { margin: 0 auto 20px; width: 36px; height: 36px; line-height: 36px; background: #d91217; color: #FFF; font-size: 17px; } .item .subject { width: 96%; margin: 0 auto 30px; } .item .subject p { margin-bottom: 15px; font-size: 16px; text-align: left; word-break: break-word; color: #333; } .item .subject img { display: block; width: 100%; margin: 0 auto 5px; } .item .subject section { position: relative; width: 100%; margin: 0 auto 10px; overflow-y: hidden; } .item .subject video { width: 100%; background: #000; } .item .subject section .icon-play { position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 66px; height: 66px; } .item .option { width: 90%; margin: 0 auto; font-size: 0; overflow: hidden; } // .item .option a { // position: relative; // display: inline-block; // margin: 0 auto 10px; // padding: 8px 16px; // text-align: left; // line-height: 20px; // font-size: 15px; // color: #333; // word-break: break-all; // // min-width: 49%; // width: 49%; // max-width: 49%; // float: left; // padding-left: 26px; // } // .item .option a:before { // content: ''; // position: absolute; // display: inline-block; // top: 10px; // left: 0; // width: 18px; // height: 18px; // margin-right: 6px; // background: url(../../images/check.png) top center; // background-size: 100% 100%; // vertical-align: middle; // } // .item .option a.checked:before { // background: url(../../images/checked.png) top center; // background-size:100% 100%; // } .tab { position: fixed; display: none; width: 100%; margin: 6% auto 0; text-align: center; bottom: 0; left: 0; z-index: 999; } .tab a { display: inline-block; margin: 0 5% 20px; width: 40%; height: 40px; line-height: 40px; border-radius: 3px; color: #FFF; background: #1899d4; } // .tab a:first-child { // margin-left: 0; // } // .tab a:last-child { // margin-right: 0; // } .tab .btn-submit { display: none; } .tab.first .btn-prev { display: none; } .tab.last .btn-next { display: none; } .tab.submit .btn-prev, .tab.submit .btn-prev { display: none; } .tab.last .btn-prev { display: inline-block; } .tab.submit .btn-submit { display: inline-block; } .tab.first.submit .btn-next { display: none; } .btn-submit { background: #F14343 !important; } .result { text-align: center; font-size: 15px; color: #333; overflow: hidden; } .result h5 { font-size: 16px; color: #666; } .result h5:before { content: ''; position: relative; display: inline-block; width: 15px; height: 15px; background: url(../../images/tip.png) no-repeat; background-size: 100% 100%; vertical-align: middle; top: -1px; margin-right: 8px; } .result .score { margin: 10px auto 30px; font-size: 17px; } .result .score label { font-size: 32px; margin: 0 10px; color: #d91217; } .result .result-list { width: 90%; margin: 0 auto 20px; font-size: 15px; word-break: break-all; text-align: left; } .result .result-list a { position: relative; display: block; width: 100%; margin: 0 auto 10px; padding: 0 10px; border-radius: 5px; background: #FFF; color: #555; padding-left: 50px; overflow: hidden; height: 56px; line-height: 56px; white-space: nowrap; text-overflow: ellipsis; } .result .result-list a:before { position: absolute; content: ''; width: 24px; height: 24px; background: url(../../images/right.png) no-repeat; background-size: 100% 100%; left: 13px; top: 16px; } .result .result-list a.error:before { background: url(../../images/wrong.png) no-repeat; background-size: 100% 100%; } .result .btn-again { display: inline-block; width: 90%; height: 45px; margin: 20px auto 30px; line-height: 45px; text-align: center; border-radius: 5px; color: #FFF; font-size: 17px; background: #f19900; } .content { overflow: hidden; } .item-row { overflow: hidden; } .item-wrapper { position: relative; display: block; float: left; width: 50%; overflow: hidden; font-size: 14px; text-align: left; margin-bottom: 10px; } .item-content { padding: 0 5px 0 26px; min-height: 38px; } .item-content p { font-size: 15px; color: #555; margin-bottom: 5px; } .item-content img { display: block; margin-bottom: 5px; } .playBox { position: relative; width: 100%; height: 32px; background: #403F3F; margin-bottom: 5px; // border-radius: 3px; text-align: center; overflow: hidden; } .playBox:before { position: relative; display: inline-block; content: ''; width: 26px; height: 26px; background: url(../../images/a-play.png) no-repeat; background-size: 100% 100%; margin-top: 3px; z-index: 9999; } .playBox.play:before { position: relative; background: url(../../images/a-pause.png) no-repeat; background-size: 100% 100%; z-index: 9999; } .playBox.play:after { display: block; position: absolute; content: ''; width: 80%; height: 32px; top: 0px; left: 0; // left: -100%; background: -webkit-gradient(linear, right bottom, left top, from(#585858), to(#403F3F)); z-index: 1; -webkit-animation-name: playing; -webkit-animation-duration: 1.8s; -webkit-animation-iteration-count: infinite; -webkit-backface-visibility:hidden; } @-webkit-keyframes playing { 0% {-webkit-transform: translateX(-100%);transform: translateX(-100%);} 50% {-webkit-transform: translateX(50%);transform: translateX(50%);} 100% {-webkit-transform: translateX(100%);transform: translateX(100%);} } @keyframes playing { 0% {-webkit-transform: translateX(-100%);transform: translateX(-100%);} 50% {-webkit-transform: translateX(50%);transform: translateX(50%);} 100% {-webkit-transform: translateX(100%);transform: translateX(100%);} } .item .option a { position: absolute; width: 18px; height: 18px; top: 0; left: 0; } .item .option a:before { content: ''; position: absolute; display: inline-block; top: 0; left: 0; width: 18px; height: 18px; margin-right: 6px; background: url(../../images/check.png) top center; background-size: 100% 100%; vertical-align: middle; } .item .option a.checked:before { background: url(../../images/checked.png) top center; background-size:100% 100%; } .preload { position: absolute !important; top: -1000% !important; left: -1000% !important; width: 0 !important; height: 0 !important; opacity: 0 !important; }
layouts/basicJson/test.html
gandrewstone/yadog
<html> <head> <script type='text/javascript' src="jsonreq.js"></script> <script> function LoadScript(id,src) { var newScript = null; if (id != null) { newScript = document.getElementById(id); if (newScript) return; } var headID = document.getElementsByTagName("head")[0]; newScript = document.createElement('script'); newScript.id = id; newScript.type = 'text/javascript'; newScript.src = src; headID.appendChild(newScript); } function LoadScriptText(id,src) { var newScript = null; if (id != null) { newScript = document.getElementById(id); if (newScript) return; } var headID = document.getElementsByTagName("head")[0]; newScript = document.createElement('script'); newScript.id = id; newScript.type = 'text/javascript'; headID.appendChild(newScript); ReplaceChildrenWithUri(id,src); } </script> <script id="here"> </script> </head> <body> <input type="submit" value="InsertScript" onclick="LoadScript(null,'tst.js');" /> <input type="submit" value="InsertText" onclick="LoadScriptText('mys2','tst.js');" /> </body> </html>
libopencm3/doc/lm4f/html/globals.html
Aghosh993/TARS_codebase
<!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>libopencm3: 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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">libopencm3 </div> <div id="projectbrief">A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.</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>libopencm3</span></a></li> <li><a href="pages.html"><span>General&#160;Information</span></a></li> <li><a href="../../html/index.html"><span>Back&#160;to&#160;Top</span></a></li> <li><a href="../../cm3/html/modules.html"><span>CM3&#160;Core</span></a></li> <li><a href="../../usb/html/modules.html"><span>Generic&#160;USB</span></a></li> <li><a href="../../stm32f0/html/modules.html"><span>STM32F0</span></a></li> <li><a href="../../stm32f1/html/modules.html"><span>STM32F1</span></a></li> <li><a href="../../stm32f2/html/modules.html"><span>STM32F2</span></a></li> <li><a href="../../stm32f3/html/modules.html"><span>STM32F3</span></a></li> <li><a href="../../stm32f4/html/modules.html"><span>STM32F4</span></a></li> <li><a href="../../stm32l0/html/modules.html"><span>STM32L0</span></a></li> <li><a href="../../stm32l1/html/modules.html"><span>STM32L1</span></a></li> <li><a href="../../lm3s/html/modules.html"><span>LM3S</span></a></li> <li><a href="modules.html"><span>LM4F</span></a></li> <li><a href="../../lpc13xx/html/modules.html"><span>LPC13</span></a></li> <li><a href="../../lpc17xx/html/modules.html"><span>LPC17</span></a></li> <li><a href="../../lpc43xx/html/modules.html"><span>LPC43</span></a></li> <li><a href="../../efm32g/html/modules.html"><span>EFM32&#160;Gecko</span></a></li> <li><a href="../../efm32gg/html/modules.html"><span>EFM32&#160;Giant&#160;Gecko</span></a></li> <li><a href="../../efm32lg/html/modules.html"><span>EFM32&#160;Leopard&#160;Gecko</span></a></li> <li><a href="../../efm32tg/html/modules.html"><span>EFM32&#160;Tiny&#160;Gecko</span></a></li> <li><a href="../../sam3a/html/modules.html"><span>SAM3A</span></a></li> <li><a href="../../sam3n/html/modules.html"><span>SAM3N</span></a></li> <li><a href="../../sam3s/html/modules.html"><span>SAM3S</span></a></li> <li><a href="../../sam3u/html/modules.html"><span>SAM3U</span></a></li> <li><a href="../../sam3x/html/modules.html"><span>SAM3X</span></a></li> <li><a href="../../vf6xx/html/modules.html"><span>VF6XX</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li class="current"><a href="globals.html"><span>Globals</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="globals.html"><span>All</span></a></li> <li><a href="globals_func.html"><span>Functions</span></a></li> <li><a href="globals_vars.html"><span>Variables</span></a></li> <li><a href="globals_enum.html"><span>Enumerations</span></a></li> <li><a href="globals_eval.html"><span>Enumerator</span></a></li> <li><a href="globals_defs.html"><span>Macros</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li class="current"><a href="globals.html#index_d"><span>d</span></a></li> <li><a href="globals_g.html#index_g"><span>g</span></a></li> <li><a href="globals_l.html#index_l"><span>l</span></a></li> <li><a href="globals_m.html#index_m"><span>m</span></a></li> <li><a href="globals_o.html#index_o"><span>o</span></a></li> <li><a href="globals_p.html#index_p"><span>p</span></a></li> <li><a href="globals_r.html#index_r"><span>r</span></a></li> <li><a href="globals_s.html#index_s"><span>s</span></a></li> <li><a href="globals_u.html#index_u"><span>u</span></a></li> <li><a href="globals_x.html#index_x"><span>x</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('globals.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="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 class="anchor" id="index_d"></a>- d -</h3><ul> <li>DCC_ACMP0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cac174433556444d8b81c462697d008a43">systemcontrol.h</a> </li> <li>DCC_ADC0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cad5ab3be3260e7f2063c5565f63509d28">systemcontrol.h</a> </li> <li>DCC_ADC1 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca7aff55fefdd807626eed54b113497898">systemcontrol.h</a> </li> <li>DCC_CAN0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cafa65ea4c7879f7b4362f380cab768981">systemcontrol.h</a> </li> <li>DCC_CAN1 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cad12005b67225647d17685c1f4d5172d0">systemcontrol.h</a> </li> <li>DCC_DMA : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cafdafb51e56845ffca6b8715f9f034be9">systemcontrol.h</a> </li> <li>DCC_EEPROM0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cab1db2619cdcfb45c70fd49196b179961">systemcontrol.h</a> </li> <li>DCC_GPIOA : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cab780a6472576a549c8282bd72424f6ff">systemcontrol.h</a> </li> <li>DCC_GPIOB : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca463b8efb0b1d18397145221619849d10">systemcontrol.h</a> </li> <li>DCC_GPIOC : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7caf93e5bd2886d5750ba8448f6def7f7e2">systemcontrol.h</a> </li> <li>DCC_GPIOD : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca1e3b60573f8876b42812cd2533f43afe">systemcontrol.h</a> </li> <li>DCC_GPIOE : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca052e00cabf7b5f4f879de58d1b800a34">systemcontrol.h</a> </li> <li>DCC_GPIOF : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7caeb39f15184175728c1f66ae9b2fc6368">systemcontrol.h</a> </li> <li>DCC_GPIOG : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca6a007341f0ec22ced18048a8d3dcee5c">systemcontrol.h</a> </li> <li>DCC_GPIOH : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca32edc749039153efea9aec9cd73b5c57">systemcontrol.h</a> </li> <li>DCC_GPIOJ : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7caeec160671808558a02f0fef5cf4421f7">systemcontrol.h</a> </li> <li>DCC_GPIOK : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca7cb603574124a5b4cad0dd4761082173">systemcontrol.h</a> </li> <li>DCC_GPIOL : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cae06811c44ba8daf345c72fafe861996e">systemcontrol.h</a> </li> <li>DCC_GPIOM : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cab52675509b66c5eb36a859554102f26c">systemcontrol.h</a> </li> <li>DCC_GPION : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca77191f653c4b3a8200759aebf37113a3">systemcontrol.h</a> </li> <li>DCC_GPIOP : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca503607a6c996f27fe0dd7ca5b13a1090">systemcontrol.h</a> </li> <li>DCC_GPIOQ : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7caefac3afd723c7499b7ee6bc024edcb1a">systemcontrol.h</a> </li> <li>DCC_HIB : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca10d534586668d3d60f4082a7324a7bd8">systemcontrol.h</a> </li> <li>DCC_I2C0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7caee1726dc7502226128f256d5888c3fe7">systemcontrol.h</a> </li> <li>DCC_I2C1 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca230e1ad541a3279fbda81dbf6d160a3c">systemcontrol.h</a> </li> <li>DCC_I2C2 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca790e86296a06d23c43f629410741ec17">systemcontrol.h</a> </li> <li>DCC_I2C3 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cab8c14dd3cc4990cb7c078208458a850d">systemcontrol.h</a> </li> <li>DCC_I2C4 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7caa5980152513b981d5257c21194e256e5">systemcontrol.h</a> </li> <li>DCC_I2C5 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca56f9aef0fa4a67fe5e73db5e251818c1">systemcontrol.h</a> </li> <li>DCC_PWM0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca7579e619e6f15718ce4632ae0c5002ea">systemcontrol.h</a> </li> <li>DCC_PWM1 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca9bfbba89e407bf5acb591a071df5bd43">systemcontrol.h</a> </li> <li>DCC_QEI0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cabb79eacfc68137024a6dc3f7756e8f0a">systemcontrol.h</a> </li> <li>DCC_QEI1 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cac0b3e282db4a0066e7a770c6f0449d56">systemcontrol.h</a> </li> <li>DCC_SSI0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca648f5b18454e1f34fe2b5f7a26787c1a">systemcontrol.h</a> </li> <li>DCC_SSI1 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cafecbd79096060a7d5719ffd7fee65416">systemcontrol.h</a> </li> <li>DCC_SSI2 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cac415fc33e675e3a0c7b9c83e283d8324">systemcontrol.h</a> </li> <li>DCC_SSI3 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca3003b45b36dd2c510d9e7d2450701f39">systemcontrol.h</a> </li> <li>DCC_TIMER0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7caf4e4e5d577b31124e1439065df8d0388">systemcontrol.h</a> </li> <li>DCC_TIMER1 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca05457312f35ee02c99445845bd774cf5">systemcontrol.h</a> </li> <li>DCC_TIMER2 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cad3d86893051956ff70634657615333dd">systemcontrol.h</a> </li> <li>DCC_TIMER3 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca344f155fcccd30402c20051ea1aff24e">systemcontrol.h</a> </li> <li>DCC_TIMER4 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca451f2738d3868dcf745fe9a32eff995e">systemcontrol.h</a> </li> <li>DCC_TIMER5 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca6bd98b42f2e9d897f9e2c30557fd3de9">systemcontrol.h</a> </li> <li>DCC_UART0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca1e3076c6ebdab342bc02a25e1496c2ee">systemcontrol.h</a> </li> <li>DCC_UART1 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7caaab6521fa757e01bc08531474b332f2b">systemcontrol.h</a> </li> <li>DCC_UART2 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca41de1c88f35ceb3c07d35f671ad53508">systemcontrol.h</a> </li> <li>DCC_UART3 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7caa73e22c8fcf45b72716dc6e19c3182a2">systemcontrol.h</a> </li> <li>DCC_UART4 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cab4aa5c7ee2f1d2001da02150b22d62c2">systemcontrol.h</a> </li> <li>DCC_UART5 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca5b30d06ea2c9c48b0550b7f48be0214a">systemcontrol.h</a> </li> <li>DCC_UART6 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca70e3a920c0cecaf2b5d17b8c9640c979">systemcontrol.h</a> </li> <li>DCC_UART7 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7cacd88c770eafbb36b4dfe11aec93eb29f">systemcontrol.h</a> </li> <li>DCC_USB0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca8f353ad79c2bae6065a14d0912dde03c">systemcontrol.h</a> </li> <li>DCC_WD0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca66a2b58595f766c88a89456d92a6999b">systemcontrol.h</a> </li> <li>DCC_WD1 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7caf27b9bc9fbc7f398886d53051e1c7e9b">systemcontrol.h</a> </li> <li>DCC_WTIMER0 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca215fbe3cc93bb7378d5c1c3fc30f8463">systemcontrol.h</a> </li> <li>DCC_WTIMER1 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca86630e306040d178a3f981156ad3db0c">systemcontrol.h</a> </li> <li>DCC_WTIMER2 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca18eb7b7308cfbfe58ad6905cfabceeaa">systemcontrol.h</a> </li> <li>DCC_WTIMER3 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca8923e4b18bf6c1df5d744a022f87dbf2">systemcontrol.h</a> </li> <li>DCC_WTIMER4 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca4049b8d01dbe4fe6ad17d4af74ad4757">systemcontrol.h</a> </li> <li>DCC_WTIMER5 : <a class="el" href="group__systemcontrol__defines.html#gga216f3c694b4491151311f37062d17d7ca43d42bf96f91a44c4fb69aa9b21e7bad">systemcontrol.h</a> </li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Sun May 8 2016 03:29:33 for libopencm3 by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li> </ul> </div> </body> </html>
RossFamilyTree/evt/8/7/d15f604d6755cd7651ae0514878.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">E13497</td> </tr> <tr> <td class="ColumnAttribute">Date</td> <td class="ColumnColumnDate"> 1972-03-22 </td> </tr> <tr> <td class="ColumnAttribute">Place</td> <td class="ColumnColumnPlace"> <a href="../../../plc/2/0/d15f600a7fe4d61e2816a6af302.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/5/8/d15f604d66248c36b5ab194e885.html"> HORTLE, William Charles <span class="grampsid"> [I11299]</span> </a> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:54:58<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
articles/arisan-jilid-1-10-Rumah-Tandri/index.html
ft-umj-4/story
<!DOCTYPE html> <html lang="id-ID"> <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, maximum-scale=1.0, user-scalable=no"> <meta name="language" content="id-ID"> <meta name="google-site-verification" content="UAE744dNdrYNm-16qkPjHNSiL2KzlQiXwFJf-Bwo3eo"> <meta name="yandex-verification" content="fc4324e4d218310d"> <meta name="msvalidate.01" content="BDC91DBE185F72C5761E652A2961807B"> <title>Arisan Jilid 1 - 10 - Rumah Tandri</title> <meta name="description" content="Arisan Jilid 1 - 10 - Rumah Tandri - FT UMJ IV"> <meta property="og:title" content="Arisan Jilid 1 - 10 - Rumah Tandri"> <meta property="og:description" content="Arisan Jilid 1 - 10 - Rumah Tandri - FT UMJ IV"> <meta property="og:url" content="/articles/arisan-jilid-1-10-Rumah-Tandri/"> <meta property="og:image" content="https://ft-umj-4.github.io/ft-umj-iv.jpg"> <meta property="og:image:secure_url" content="https://ft-umj-4.github.io/ft-umj-iv.jpg"> <meta property="og:site_name" content="https://ft-umj-4.github.io/story"> <meta property="og:type" content="website"> <meta property="og:image:width" content="300"> <meta property="og:image:height" content="300"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Arisan Jilid 1 - 10 - Rumah Tandri"> <meta name="twitter:description" content="Arisan Jilid 1 - 10 - Rumah Tandri - FT UMJ IV"> <meta name="twitter:image:src" content="https://ft-umj-4.github.io/ft-umj-iv.jpg"> <meta name="twitter:image:width" content="300"> <meta name="twitter:image:height" content="300"> <meta name="twitter:domain" content="/articles/arisan-jilid-1-10-Rumah-Tandri/"> <link rel="alternate" href="https://ft-umj-4.github.io/story/feed.xml" type="application/rss+xml" title="FTUMJ IV - Alumni FT UMJ P2K Angkatan IV Tahun 2009 Jurusan Teknik Informatika"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet"> <link rel="stylesheet" href="https://ft-umj-4.github.io/story/css/main.css"> <link rel="apple-touch-icon" sizes="57x57" href="https://ft-umj-4.github.io/favicon/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="https://ft-umj-4.github.io/favicon/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="https://ft-umj-4.github.io/favicon/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="https://ft-umj-4.github.io/favicon/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="https://ft-umj-4.github.io/favicon/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://ft-umj-4.github.io/favicon/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="https://ft-umj-4.github.io/favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://ft-umj-4.github.io/favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://ft-umj-4.github.io/favicon/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="https://ft-umj-4.github.io/favicon/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://ft-umj-4.github.io/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="https://ft-umj-4.github.io/favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://ft-umj-4.github.io/favicon/favicon-16x16.png"> <link rel="manifest" href="https://ft-umj-4.github.io/favicon/manifest.json"> <meta name="msapplication-TileColor" content="#008c34"> <meta name="msapplication-TileImage" content="https://ft-umj-4.github.io/favicon/ms-icon-144x144.png"> <meta name="theme-color" content="#008c34"> <script src="https://ft-umj-4.github.io/story/companion.js" data-service-worker="https://ft-umj-4.github.io/story/sw.js"></script> <base href="https://ft-umj-4.github.io/story"> <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-25065548-5', 'auto'); ga('send', 'pageview'); </script> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-5442972248172818", enable_page_level_ads: true }); </script> </head> <body class="site"></body> <header class="header-fixed"> <nav class="nav"> <div class="nav__left"> <div class="nav__item nav__logo"><a href="https://ft-umj-4.github.io/story"><img src="https://ft-umj-4.github.io/ft-umj-iv.jpg"></a></div> <div class="nav__item nav__brand"><a href="https://ft-umj-4.github.io/story">FT UMJ IV</a></div> </div> <div class="nav__right"> <div class="nav__item nav__link"><a href="https://ft-umj-4.github.io/story">Home</a></div> <div class="nav__item nav__link"><a href="https://ft-umj-4.github.io/story/archive.html">Semua Artikel</a></div> <div class="nav__item nav__link"><a href="https://ft-umj-4.github.io/story/tag/arisan/1/">arisan</a></div> <div class="nav__item nav__link"><a href="https://ft-umj-4.github.io/story/tag/bukber/1/">bukber</a></div> <div class="nav__item nav__link"><a href="https://ft-umj-4.github.io/story/tag/outing/1/">outing</a></div> </div> <div class="nav__mobile"> <div id="menu-toggle" class="nav__mobile-btn"><span></span><span></span><span></span><span></span></div> </div> </nav> </header> <aside role="aside" class="site__offcanvas offcanvas offcanvas--animated"> <div class="offcanvas__overlay"></div> <ul> <li><i class="fa fa-angle-double-right"></i><a href="https://ft-umj-4.github.io/story/tag/arisan/1/">arisan</a></li> <li><i class="fa fa-angle-double-right"></i><a href="https://ft-umj-4.github.io/story/tag/bukber/1/">bukber</a></li> <li><i class="fa fa-angle-double-right"></i><a href="https://ft-umj-4.github.io/story/tag/outing/1/">outing</a></li> <li><i class="fa fa-angle-double-right"></i><a href="https://ft-umj-4.github.io/story/archive.html">Semua Artikel</a></li> <li><i class="fa fa-angle-double-right"></i><a href="https://ft-umj-4.github.io/story">Home</a></li> </ul> </aside> <div class="cover"> <section class="content-wrap"> <div class="breadcrumb"><a href="https://ft-umj-4.github.io/story" class="breadcrumb__home"><i class="fa fa-home"></i></a> <i class="fa fa-angle-double-right"></i> <a href="https://ft-umj-4.github.io/story/tag/arisan/1/">arisan</a> <i class="fa fa-angle-double-right"></i> <a href="#">Arisan Jilid 1 - 10 - Rumah Tandri</a> </div> <h1>Arisan Jilid 1 - 10 - Rumah Tandri</h1> <div class="author"><i class="fa fa-user-o"></i> Ditulis oleh <span class="author"><a href="mailto:ft-umj-iv@gmail.com">FT UMJ IV</a></span> </div> <div class="date-publish"><i class="fa fa-clock-o"></i> Dipublikasikan 23 Dec 2015 </div> <div class="comment__link"><a href="https://ft-umj-4.github.io/story/articles/arisan-jilid-1-10-Rumah-Tandri/#disqus_thread"><i class="fa fa-comment-o"></i> Komentar </a></div> </section> </div> <main id="content"> <div class="content-wrap"> <article class="article"> <section class="article__content"><p>Ini adalah dokumentasi dari Arisan Jilid satu kocokan ke-10 yang kita adakan di Rumah om Tandri, dan berikut dokumentasinya<span class="widont">&nbsp;</span>:</p> <p><img src="/articles/arisan-jilid-1-10-Rumah-Tandri/Arisan-Jilid-10-1.jpg" alt="Arisan Jilid 10 - 1"> <small><em>Keterangan foto :</em></small></p> <p><br/> <span class="more"></span></p> <p><img src="/articles/arisan-jilid-1-10-Rumah-Tandri/Arisan-Jilid-10-2.jpg" alt="Arisan Jilid 10 - 2"> <small><em>Keterangan foto :</em></small></p> <p><img src="/articles/arisan-jilid-1-10-Rumah-Tandri/Arisan-Jilid-10-3.jpg" alt="Arisan Jilid 10 - 3"> <small><em>Keterangan foto :</em></small></p> </section> </article> <div class="article__tags"> <span><i class="fa fa-tags"> </i></span> Tags : <a href="https://ft-umj-4.github.io/story/tag/arisan/1/">arisan</a> </div> </div> </main> <footer class="footer"> <div class="content-wrap"> <div class="footer__nav"><a href="https://ft-umj-4.github.io/story">&laquo; Kembali ke Halaman Utama </a></div> <div id="disqus_thread"></div> <section class="footer__about"><p>GROUP FT UMJ IV adalah kelompok dari para lulusan P2K FT UMJ Angkatan IV tahun 2009 Jurusan Teknik Informatika. Tujuan kami membuat adalah untuk tetap menjalin silaturahmi meskipun sekarang sudah tidak bersama dalam satu lingkungan kampus. Kami biasa berkumpul dan berbicara satu sama lain dari mulai hal penting sampai hal tidak penting.</p> </section> <section class="footer__copy"> <p>Copyright &copy; 2019 GROUP FT UMJ IV &mdash; powered by&nbsp;<a href="https://github.com/jnordberg/wintersmith">Wintersmith</a> </p> </section> <section class="footer__social"><a href="https://github.com/ft-umj-4" target="_blank"><i class="fa fa-github"></i></a><a href="https://ft-umj-4.github.io" target="_blank"><i class="fa fa-globe"></i></a><a href="https://ft-umj-4.github.io/stories/" target="_blank"><i class="fa fa-rss"></i></a></section> <section class="footer__dev"> <p>Crafted with Love by&nbsp;<a href="https://mazipanneh.com/blog/" target="_blank">Irfan Maulana</a> </p> </section> </div> </footer> <script> var disqus_config = function () { this.page.url = "https://ft-umj-4.github.io/story" + "/articles/arisan-jilid-1-10-Rumah-Tandri/"; this.page.identifier = "https://ft-umj-4.github.io/story" + "/articles/arisan-jilid-1-10-Rumah-Tandri/"; }; (function() { var d = document, s = d.createElement('script'); s.src = 'https://ft-umj-4-github-io.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> <script src="https://ft-umj-4.github.io/story/js/jquery.js"></script> <script>var ROOT_URL = "https://ft-umj-4.github.io/story";</script> <script src="https://ft-umj-4.github.io/story/js/all-script.js"></script> </html>
portal/DjangoREST/portal/templates/loggedin.html
Octavian123/cydonix
{% block content %} <head> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> </head> <body style="margin-top: 0px"> <div align="center" style="background-color: #BDBDBD"> <h2>You are now logged in as: {{full_name}} </h2> </div> <div align="center" style="background-color: #BDBDBD"> <a href="/portal/"><button type="button" class="btn btn-success">Portal</button></a> <a href="/accounts/logout"><button type="button" class="btn btn-success">Logout</button></a> </div> </body> {% endblock %}
stats/usa/MD/1972.html
guydavis/babynamemap
<head><title>Popular Baby Names</title> <meta name="dc.language" scheme="ISO639-2" content="eng"> <meta name="dc.creator" content="OACT"> <meta name="lead_content_manager" content="JeffK"> <meta name="coder" content="JeffK"> <meta name="dc.date.reviewed" scheme="ISO8601" content="2005-12-30"> <link rel="stylesheet" href="../OACT/templatefiles/master.css" type="text/css" media="screen"> <link rel="stylesheet" href="../OACT/templatefiles/custom.css" type="text/css" media="screen"> <link rel="stylesheet" href="../OACT/templatefiles/print.css" type="text/css" media="print"> </head> <body bgcolor="#ffffff" text="#000000" topmargin="1" leftmargin="0"> <table width="100%" border="0" cellspacing="0" cellpadding="4"> <tbody> <tr> <td class="sstop" valign="bottom" align="left" width="25%"> Social Security Online </td> <td valign="bottom" class="titletext"> <!-- sitetitle -->Popular Baby Names </td> </tr> <tr bgcolor="#333366"><td colspan="2" height="2"></td></tr> <tr> <td class="graystars" width="25%" valign="top"> </td> <td valign="top"> <a href="http://www.ssa.gov/"><img src="/templateimages/tinylogo.gif" width="52" height="47" align="left" alt="SSA logo: link to Social Security home page" border="0"></a><a name="content"></a> <h1>Popular Names by State</h1>August 31, 2007</td> </tr> <tr bgcolor="#333366"><td colspan="2" height="1"></td></tr> </tbody></table> <table width="100%" border="0" cellspacing="0" cellpadding="4" summary="formatting"> <tbody> <tr align="left" valign="top"> <td width="25%" class="whiteruled2-td"> <table width="92%" border="0" cellpadding="4" class="ninetypercent"> <tr> <td class="whiteruled-td"><a href="../OACT/babynames/index.html">Popular Baby Names</a></td> </tr> <tr> <td class="whiteruled-td"><a href="../OACT/babynames/background.html"> Background information</a></td> </tr> <tr> <td class="whiteruled2-td"><a href="../OACT/babynames/USbirthsNumident.html">Number of U. S. births</a> based on Social Security card applications</td> </tr> </table> <p> Make another selection?<br /> <form method="post" action="/cgi-bin/namesbystate.cgi"> &nbsp;<label for="state">Select State</label><br /> &nbsp;<select name="state" size="1" id="state"> <option value="AK">Alaska</option> <option value="AL">Alabama</option> <option value="AR">Arkansas</option> <option value="AZ">Arizona</option> <option value="CA">California</option> <option value="CO">Colorado</option> <option value="CT">Connecticut</option> <option value="DC">District of Columbia</option> <option value="DE">Delaware</option> <option value="FL">Florida</option> <option value="GA">Georgia</option> <option value="HI">Hawaii</option> <option value="IA">Iowa</option> <option value="ID">Idaho</option> <option value="IL">Illinois</option> <option value="IN">Indiana</option> <option value="KS">Kansas</option> <option value="KY">Kentucky</option> <option value="LA">Louisiana</option> <option value="MA">Massachusetts</option> <option value="MD" selected>Maryland</option> <option value="ME">Maine</option> <option value="MI">Michigan</option> <option value="MN">Minnesota</option> <option value="MO">Missouri</option> <option value="MS">Mississippi</option> <option value="MT">Montana</option> <option value="NC">North Carolina</option> <option value="ND">North Dakota</option> <option value="NE">Nebraska</option> <option value="NH">New Hampshire</option> <option value="NJ">New Jersey</option> <option value="NM">New Mexico</option> <option value="NV">Nevada</option> <option value="NY">New York</option> <option value="OH">Ohio</option> <option value="OK">Oklahoma</option> <option value="OR">Oregon</option> <option value="PA">Pennsylvania</option> <option value="RI">Rhode Island</option> <option value="SC">South Carolina</option> <option value="SD">South Dakota</option> <option value="TN">Tennessee</option> <option value="TX">Texas</option> <option value="UT">Utah</option> <option value="VA">Virginia</option> <option value="VT">Vermont</option> <option value="WA">Washington</option> <option value="WI">Wisconsin</option> <option value="WV">West Virginia</option> <option value="WY">Wyoming</option> </select><p> &nbsp;<label for="year">Enter a year between<br />&nbsp;1960-2004:</label> &nbsp; <input type="text" name="year" size="4" maxlength="4" id="year" value="1972"> <p>&nbsp;<input type="submit" value=" Go "> </form> </p> </td> <td class="greyruled-td"> <p> The following table shows the 100 most frequent given names for male and female births in 1972 in Maryland. The number to the right of each name is the number of occurrences in the data. The source is a 100% sample based on Social Security card application data. See the <a href="../OACT/babynames/background.html">limitations</a> of this data source. <p align="center"> <table width="72%" border="1" bordercolor="#aaabbb" cellpadding="1" cellspacing="0"> <caption><b>Popularity for top 100 names in Maryland for births in 1972</b> </caption> <tr align="center" valign="bottom"> <th scope="col" width="12%" bgcolor="#efefef">Rank</th> <th scope="col" width="22%" bgcolor="#99ccff">Male name</th> <th scope="col" width="22%" bgcolor="#99ccff">Number of<br /> males</th> <th scope="col" width="22%" bgcolor="pink">Female name</th> <th scope="col" width="22%" bgcolor="pink">Number of<br /> females</th></tr> <tr align="right"><td>1</td> <td align="center">Michael</td> <td>1,227</td> <td align="center">Jennifer</td> <td>1,044</td></tr> <tr align="right"><td>2</td> <td align="center">James</td> <td>882</td> <td align="center">Kimberly</td> <td>470</td></tr> <tr align="right"><td>3</td> <td align="center">David</td> <td>855</td> <td align="center">Lisa</td> <td>461</td></tr> <tr align="right"><td>4</td> <td align="center">Christopher</td> <td>821</td> <td align="center">Michelle</td> <td>445</td></tr> <tr align="right"><td>5</td> <td align="center">John</td> <td>814</td> <td align="center">Amy</td> <td>396</td></tr> <tr align="right"><td>6</td> <td align="center">Robert</td> <td>801</td> <td align="center">Melissa</td> <td>359</td></tr> <tr align="right"><td>7</td> <td align="center">Brian</td> <td>710</td> <td align="center">Nicole</td> <td>321</td></tr> <tr align="right"><td>8</td> <td align="center">William</td> <td>689</td> <td align="center">Angela</td> <td>314</td></tr> <tr align="right"><td>9</td> <td align="center">Jason</td> <td>426</td> <td align="center">Tammy</td> <td>309</td></tr> <tr align="right"><td>10</td> <td align="center">Kevin</td> <td>416</td> <td align="center">Dawn</td> <td>296</td></tr> <tr align="right"><td>11</td> <td align="center">Joseph</td> <td>411</td> <td align="center">Heather</td> <td>270</td></tr> <tr align="right"><td>12</td> <td align="center">Thomas</td> <td>394</td> <td align="center">Mary</td> <td>267</td></tr> <tr align="right"><td>13</td> <td align="center">Charles</td> <td>391</td> <td align="center">Karen</td> <td>255</td></tr> <tr align="right"><td>14</td> <td align="center">Eric</td> <td>375</td> <td align="center">Stephanie</td> <td>244</td></tr> <tr align="right"><td>15</td> <td align="center">Richard</td> <td>375</td> <td align="center">Kelly</td> <td>226</td></tr> <tr align="right"><td>16</td> <td align="center">Jeffrey</td> <td>367</td> <td align="center">Christina</td> <td>216</td></tr> <tr align="right"><td>17</td> <td align="center">Matthew</td> <td>361</td> <td align="center">Christine</td> <td>216</td></tr> <tr align="right"><td>18</td> <td align="center">Mark</td> <td>353</td> <td align="center">Laura</td> <td>211</td></tr> <tr align="right"><td>19</td> <td align="center">Scott</td> <td>336</td> <td align="center">Tina</td> <td>208</td></tr> <tr align="right"><td>20</td> <td align="center">Steven</td> <td>303</td> <td align="center">Elizabeth</td> <td>200</td></tr> <tr align="right"><td>21</td> <td align="center">Daniel</td> <td>299</td> <td align="center">Julie</td> <td>194</td></tr> <tr align="right"><td>22</td> <td align="center">Timothy</td> <td>265</td> <td align="center">Michele</td> <td>188</td></tr> <tr align="right"><td>23</td> <td align="center">Anthony</td> <td>258</td> <td align="center">Rebecca</td> <td>184</td></tr> <tr align="right"><td>24</td> <td align="center">Gregory</td> <td>240</td> <td align="center">Patricia</td> <td>167</td></tr> <tr align="right"><td>25</td> <td align="center">Kenneth</td> <td>233</td> <td align="center">Susan</td> <td>166</td></tr> <tr align="right"><td>26</td> <td align="center">Sean</td> <td>226</td> <td align="center">Tracy</td> <td>164</td></tr> <tr align="right"><td>27</td> <td align="center">Shawn</td> <td>226</td> <td align="center">Stacey</td> <td>158</td></tr> <tr align="right"><td>28</td> <td align="center">Ronald</td> <td>216</td> <td align="center">Shannon</td> <td>142</td></tr> <tr align="right"><td>29</td> <td align="center">Paul</td> <td>208</td> <td align="center">Cynthia</td> <td>136</td></tr> <tr align="right"><td>30</td> <td align="center">Andrew</td> <td>201</td> <td align="center">Andrea</td> <td>134</td></tr> <tr align="right"><td>31</td> <td align="center">Donald</td> <td>199</td> <td align="center">Sandra</td> <td>133</td></tr> <tr align="right"><td>32</td> <td align="center">Stephen</td> <td>197</td> <td align="center">Wendy</td> <td>128</td></tr> <tr align="right"><td>33</td> <td align="center">George</td> <td>188</td> <td align="center">Donna</td> <td>123</td></tr> <tr align="right"><td>34</td> <td align="center">Keith</td> <td>186</td> <td align="center">Tonya</td> <td>123</td></tr> <tr align="right"><td>35</td> <td align="center">Edward</td> <td>185</td> <td align="center">Tanya</td> <td>121</td></tr> <tr align="right"><td>36</td> <td align="center">Gary</td> <td>161</td> <td align="center">Dana</td> <td>118</td></tr> <tr align="right"><td>37</td> <td align="center">Douglas</td> <td>148</td> <td align="center">Deborah</td> <td>117</td></tr> <tr align="right"><td>38</td> <td align="center">Patrick</td> <td>142</td> <td align="center">Robin</td> <td>116</td></tr> <tr align="right"><td>39</td> <td align="center">Todd</td> <td>142</td> <td align="center">Teresa</td> <td>112</td></tr> <tr align="right"><td>40</td> <td align="center">Jonathan</td> <td>129</td> <td align="center">Kathleen</td> <td>111</td></tr> <tr align="right"><td>41</td> <td align="center">Bryan</td> <td>122</td> <td align="center">Melanie</td> <td>111</td></tr> <tr align="right"><td>42</td> <td align="center">Craig</td> <td>118</td> <td align="center">Pamela</td> <td>111</td></tr> <tr align="right"><td>43</td> <td align="center">Troy</td> <td>115</td> <td align="center">Denise</td> <td>108</td></tr> <tr align="right"><td>44</td> <td align="center">Ryan</td> <td>111</td> <td align="center">Lori</td> <td>107</td></tr> <tr align="right"><td>45</td> <td align="center">Adam</td> <td>106</td> <td align="center">Sharon</td> <td>107</td></tr> <tr align="right"><td>46</td> <td align="center">Dennis</td> <td>106</td> <td align="center">Sherry</td> <td>104</td></tr> <tr align="right"><td>47</td> <td align="center">Larry</td> <td>105</td> <td align="center">Stacy</td> <td>103</td></tr> <tr align="right"><td>48</td> <td align="center">Chad</td> <td>99</td> <td align="center">Catherine</td> <td>102</td></tr> <tr align="right"><td>49</td> <td align="center">Aaron</td> <td>96</td> <td align="center">April</td> <td>101</td></tr> <tr align="right"><td>50</td> <td align="center">Raymond</td> <td>96</td> <td align="center">Crystal</td> <td>99</td></tr> <tr align="right"><td>51</td> <td align="center">Jeremy</td> <td>85</td> <td align="center">Barbara</td> <td>93</td></tr> <tr align="right"><td>52</td> <td align="center">Wayne</td> <td>82</td> <td align="center">Brenda</td> <td>91</td></tr> <tr align="right"><td>53</td> <td align="center">Peter</td> <td>80</td> <td align="center">Katherine</td> <td>91</td></tr> <tr align="right"><td>54</td> <td align="center">Frank</td> <td>77</td> <td align="center">Linda</td> <td>89</td></tr> <tr align="right"><td>55</td> <td align="center">Joshua</td> <td>76</td> <td align="center">Cheryl</td> <td>87</td></tr> <tr align="right"><td>56</td> <td align="center">Carl</td> <td>72</td> <td align="center">Tara</td> <td>85</td></tr> <tr align="right"><td>57</td> <td align="center">Jermaine</td> <td>71</td> <td align="center">Renee</td> <td>84</td></tr> <tr align="right"><td>58</td> <td align="center">Samuel</td> <td>71</td> <td align="center">Rhonda</td> <td>83</td></tr> <tr align="right"><td>59</td> <td align="center">Lawrence</td> <td>70</td> <td align="center">Theresa</td> <td>83</td></tr> <tr align="right"><td>60</td> <td align="center">Damon</td> <td>69</td> <td align="center">Jessica</td> <td>82</td></tr> <tr align="right"><td>61</td> <td align="center">Russell</td> <td>68</td> <td align="center">Danielle</td> <td>81</td></tr> <tr align="right"><td>62</td> <td align="center">Andre</td> <td>66</td> <td align="center">Monica</td> <td>81</td></tr> <tr align="right"><td>63</td> <td align="center">Antonio</td> <td>65</td> <td align="center">Rachel</td> <td>80</td></tr> <tr align="right"><td>64</td> <td align="center">Erik</td> <td>64</td> <td align="center">Sarah</td> <td>79</td></tr> <tr align="right"><td>65</td> <td align="center">Rodney</td> <td>64</td> <td align="center">Tracey</td> <td>78</td></tr> <tr align="right"><td>66</td> <td align="center">Derek</td> <td>60</td> <td align="center">Katina</td> <td>75</td></tr> <tr align="right"><td>67</td> <td align="center">Marc</td> <td>60</td> <td align="center">Jacqueline</td> <td>73</td></tr> <tr align="right"><td>68</td> <td align="center">Shane</td> <td>60</td> <td align="center">Kristin</td> <td>72</td></tr> <tr align="right"><td>69</td> <td align="center">Jerry</td> <td>58</td> <td align="center">Margaret</td> <td>72</td></tr> <tr align="right"><td>70</td> <td align="center">Benjamin</td> <td>57</td> <td align="center">Carrie</td> <td>69</td></tr> <tr align="right"><td>71</td> <td align="center">Terry</td> <td>56</td> <td align="center">Leslie</td> <td>69</td></tr> <tr align="right"><td>72</td> <td align="center">Christian</td> <td>54</td> <td align="center">Maria</td> <td>69</td></tr> <tr align="right"><td>73</td> <td align="center">Eugene</td> <td>54</td> <td align="center">Paula</td> <td>68</td></tr> <tr align="right"><td>74</td> <td align="center">Frederick</td> <td>54</td> <td align="center">Tiffany</td> <td>68</td></tr> <tr align="right"><td>75</td> <td align="center">Gerald</td> <td>53</td> <td align="center">Nancy</td> <td>67</td></tr> <tr align="right"><td>76</td> <td align="center">Brandon</td> <td>52</td> <td align="center">Ann</td> <td>63</td></tr> <tr align="right"><td>77</td> <td align="center">Walter</td> <td>52</td> <td align="center">Erica</td> <td>62</td></tr> <tr align="right"><td>78</td> <td align="center">Derrick</td> <td>51</td> <td align="center">Yolanda</td> <td>62</td></tr> <tr align="right"><td>79</td> <td align="center">Lamont</td> <td>51</td> <td align="center">Debra</td> <td>61</td></tr> <tr align="right"><td>80</td> <td align="center">Louis</td> <td>51</td> <td align="center">Holly</td> <td>60</td></tr> <tr align="right"><td>81</td> <td align="center">Bruce</td> <td>50</td> <td align="center">Diane</td> <td>59</td></tr> <tr align="right"><td>82</td> <td align="center">Darren</td> <td>49</td> <td align="center">Carolyn</td> <td>58</td></tr> <tr align="right"><td>83</td> <td align="center">Dwayne</td> <td>49</td> <td align="center">Kathryn</td> <td>58</td></tr> <tr align="right"><td>84</td> <td align="center">Justin</td> <td>48</td> <td align="center">Jill</td> <td>57</td></tr> <tr align="right"><td>85</td> <td align="center">Melvin</td> <td>48</td> <td align="center">Suzanne</td> <td>56</td></tr> <tr align="right"><td>86</td> <td align="center">Albert</td> <td>47</td> <td align="center">Carol</td> <td>55</td></tr> <tr align="right"><td>87</td> <td align="center">Bradley</td> <td>47</td> <td align="center">Christy</td> <td>54</td></tr> <tr align="right"><td>88</td> <td align="center">Duane</td> <td>47</td> <td align="center">Melinda</td> <td>54</td></tr> <tr align="right"><td>89</td> <td align="center">Marcus</td> <td>47</td> <td align="center">Beth</td> <td>53</td></tr> <tr align="right"><td>90</td> <td align="center">Randy</td> <td>47</td> <td align="center">Gina</td> <td>52</td></tr> <tr align="right"><td>91</td> <td align="center">Roger</td> <td>46</td> <td align="center">Kathy</td> <td>52</td></tr> <tr align="right"><td>92</td> <td align="center">Tyrone</td> <td>46</td> <td align="center">Laurie</td> <td>52</td></tr> <tr align="right"><td>93</td> <td align="center">Alan</td> <td>45</td> <td align="center">Emily</td> <td>51</td></tr> <tr align="right"><td>94</td> <td align="center">Harry</td> <td>45</td> <td align="center">Regina</td> <td>51</td></tr> <tr align="right"><td>95</td> <td align="center">Philip</td> <td>45</td> <td align="center">Valerie</td> <td>51</td></tr> <tr align="right"><td>96</td> <td align="center">Glenn</td> <td>44</td> <td align="center">Julia</td> <td>49</td></tr> <tr align="right"><td>97</td> <td align="center">Marvin</td> <td>44</td> <td align="center">Kristen</td> <td>49</td></tr> <tr align="right"><td>98</td> <td align="center">Phillip</td> <td>43</td> <td align="center">Sheila</td> <td>49</td></tr> <tr align="right"><td>99</td> <td align="center">Reginald</td> <td>43</td> <td align="center">Allison</td> <td>48</td></tr> <tr align="right"><td>100</td> <td align="center">Tony</td> <td>42</td> <td align="center">Carla</td> <td>48</td></tr> <tr align="right"><td>101</td> <td align="center">Vincent</td> <td>42</td> <td align="center">Erin</td> <td>48</td></tr> <tr align="right"><td>102</td> <td align="center">&nbsp;</td> <td>&nbsp;</td> <td align="center">Kristina</td> <td>48</td></tr> <tr align="right"><td>103</td> <td align="center">&nbsp;</td> <td>&nbsp;</td> <td align="center">Sherri</td> <td>48</td></tr> <tr align="right"><td>104</td> <td align="center">&nbsp;</td> <td>&nbsp;</td> <td align="center">Terri</td> <td>48</td></tr> </table></td></tr></table> <table class="printhide" width="100%" border="0" cellpadding="1" cellspacing="0"> <tr bgcolor="#333366"><td height="1" valign="top" height="1" colspan="3"></td></tr> <tr> <td width="26%" valign="middle">&nbsp;<a href="http://www.firstgov.gov"><img src="/templateimages/firstgov3.gif" width="72" height="15" alt="Link to FirstGov.gov: U.S. Government portal" border="0"></a></td> <td valign="top" class="seventypercent"> <a href="http://www.ssa.gov/privacy.html">Privacy Policy</a>&nbsp; | <a href="http://www.ssa.gov/websitepolicies.htm">Website Policies &amp; Other Important Information</a>&nbsp; | <a href="http://www.ssa.gov/sitemap.htm">Site Map</a></td> </tr> </table> </body></html>
images/unit5/knowl/li-473.html
rhutchinson20/mt21c
<!DOCTYPE html> <html lang="en-US"> <!--********************************************--> <!--* Generated from PreTeXt source *--> <!--* on 2021-03-10T19:26:14-08:00 *--> <!--* A recent stable commit (2020-08-09): *--> <!--* 98f21740783f166a773df4dc83cab5293ab63a4a *--> <!--* *--> <!--* https://pretextbook.org *--> <!--* *--> <!--********************************************--> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="robots" content="noindex, nofollow"> </head> <body> <article class="li"><h6 xmlns:svg="http://www.w3.org/2000/svg" class="heading"> <span class="type">Item</span><span class="space"> </span><span class="codenumber">C</span><span class="period">.</span> </h6> <p xmlns:svg="http://www.w3.org/2000/svg">State on the Title page the name of the publisher of the Modified Version, as the publisher.</p></article><span class="incontext"><a href="appendix-gfdl.html#li-473">in-context</a></span> </body> </html>
_source/news/2019-08-31-model.html
InstantKhabar/_source
--- title: "संस्कृति विश्विद्यालय मथुरा में मॉडलिंग प्रतियोगिता का आयोजन" layout: item category: ["UP"] date: 2019-08-31T02:52:50.131Z image: 1567255970130model.jpg --- <p>मथुरा: संस्कृति यूनिवर्सिटी मथुरा के सभागार में श्री राधे मोशन पिक्चर्स द्वारा आयोजित टॉप मॉडल कम्पटीशन में छात्र एवं छात्राओं ने जमकर धमाल मचाया। </p> <p>इस अवसर पर श्री राधे मोशन पिक्चर्स के मैनेजिंग डायरेक्टर शिवाजी भी मौजूद रहे। कार्यक्रम का सञ्चालन प्रसिद्ध रोटेरियन मोहन नागपाल ने किया। इस मॉडलिंग कम्पटीशन में लड़कों में बेस्ट मॉडल का पुरस्कार हिमांशु को मिला। लड़को में बेस्ट पर्सनलटी का पुरस्कार सुरेंद्र सिंह को मिला। लड़कियों में बेस्ट स्माइल कैटेगिरी में ख़ुशी पराशर को बेस्ट मॉडल का पुरस्कार मिला। बेस्ट हेयर केटेगरी में बेस्ट मॉडल का पुरस्कार सीधी शर्मा को मिला। मोस्ट ग्लोइंग स्किन केटेगरी में बेस्ट मॉडल का पुरस्कार पूजा सोलंकी को मिला। बेस्ट ड्रेस केटेगरी में बेस्ट मॉडल का पुरस्कार तारा सिंह को मिला। लड़कियों में ओवरआल बेस्ट मॉडल का पुरस्कार तिशा शर्मा को मिला। इस कार्यक्रम की मुख्य आकर्षण इंटरनल जूरी मेंबर सांद्रा ज़ेमैटेक रहीं जोकि २०१८ में मिस यूनाइटेड किंगडम का अवार्ड जीत चुकीं हैं। </p> <p>कुलाधिपति सचिन गुप्ता ने सभी पार्टिसिपेंट्स को अपने सन्देश में कहा कि इस कार्यक्रम को मथुरा में इसलिए आयोजित किया गया है ताकि मथुरा एवं आस पास के युवा राजकीय, राष्ट्रीय तथा अंतर रास्ट्रीय स्तर पर हो रहे कार्यक्रमों के लिए तैयार हो सकें एवं सफलता प्राप्त करने के लिए दृढ़ प्रतिज्ञा हो जाएं। </p> <p>उप कुलाधिपति राजेश गुप्ता ने सभी विजेताओं को कहा कि आज की जीत जिंदगी में आने वाले कई बड़ी जीत एवं सफलताओं की नींव का काम करेगी तथा उनके उत्साह एवं आत्मविश्वास को बढ़ाने का काम करेगी। </p> <p>ओ एस डी मीनाक्षी शर्मा ने सभी विजेताओं को बधाई दी और फैशन डिज़ाइन के सभी छात्र एवं छात्राओं को कहा कि उन्हें बदलते वक़्त के साथ बदल रहे फैशन ट्रेंड्स का ध्यान रखना चाहिए ताकि वे अच्छे से अच्छा पोशाक बना सकें। </p> <p>कुलपति डॉ. राणा सिंह ने सभी विजेताओं को बधाई देते हुए कहा कि यह कार्यक्रम फैशन डिजाइनिंग के छात्रों को प्रक्टिकल एवं एक्सपेरीशियल लर्निंग देने के उद्देश्य से आयोजित किया गया था।</p>
InfoRetrievalSystem/dataset/CACM-0322.html
jrosseel/ProjectInformationRetrieval
<html> <pre> Operational Compatibility of Systems-CONVENTIONS The General Standards Committee of the SHARE organization has devoted considerable effort to the problem of operating a computer efficiently in view of the growing number of programming systems available. Each of these programming systems has been coded to utilize a fixed set of hardware components without recognizing the fact that others may be occupying a storage medium required by the first. These incompatibilities are currently resolved by manually setting up the computer for each system as required. The following set of conventions is being considered to minimize computer set-up time. They are of sufficiently broad interest that we feel other computer users should be aware of them. -George F. Ryckman, Chairman CACM June, 1961 Bright, H. S. CA610603 JB March 16, 1978 10:55 PM 322 5 322 322 5 322 322 5 322 </pre> </html>
dependencies/boost-1.46.0/doc/html/boost/interprocess/swap_id839814.html
gorkinovich/DefendersOfMankind
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function template swap</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../boost_interprocess_reference.html#header.boost.interprocess.smart_ptr.scoped_ptr_hpp" title="Header &lt;boost/interprocess/smart_ptr/scoped_ptr.hpp&gt;"> <link rel="prev" href="scoped_ptr.html" title="Class template scoped_ptr"> <link rel="next" href="get_pointer_id839852.html" title="Function template get_pointer"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="scoped_ptr.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_interprocess_reference.html#header.boost.interprocess.smart_ptr.scoped_ptr_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="get_pointer_id839852.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.interprocess.swap_id839814"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Function template swap</span></h2> <p>boost::interprocess::swap</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../boost_interprocess_reference.html#header.boost.interprocess.smart_ptr.scoped_ptr_hpp" title="Header &lt;boost/interprocess/smart_ptr/scoped_ptr.hpp&gt;">boost/interprocess/smart_ptr/scoped_ptr.hpp</a>&gt; </span> <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> D<span class="special">&gt;</span> <span class="keyword">void</span> <span class="identifier">swap</span><span class="special">(</span><a class="link" href="scoped_ptr.html" title="Class template scoped_ptr">scoped_ptr</a><span class="special">&lt;</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">D</span> <span class="special">&gt;</span> <span class="special">&amp;</span> a<span class="special">,</span> <a class="link" href="scoped_ptr.html" title="Class template scoped_ptr">scoped_ptr</a><span class="special">&lt;</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">D</span> <span class="special">&gt;</span> <span class="special">&amp;</span> b<span class="special">)</span><span class="special">;</span></pre></div> <div class="refsect1"> <a name="id1552251"></a><h2>Description</h2> <p>Exchanges the internal pointer and deleter with other scoped_ptr Never throws. </p> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2005 - 2010 Ion Gaztanaga<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="scoped_ptr.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_interprocess_reference.html#header.boost.interprocess.smart_ptr.scoped_ptr_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="get_pointer_id839852.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
Font/Font.css
mrgeo22/parsinegar
@font-face { font-family: 'BZar'; src: url('BZar.eot') format('eot'), url('BZar.ttf') format('truetype'), url('BZar.woff') format('woff'); }
reglamentos-vigentes/reglamento-participacion-ciudadana.html
normatividadtorreon/normatividadtorreon.github.io
<!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <!-- ========================================================================================== Sistema de Normatividad Municipal 3er. generación de la Plataforma del Conocimiento Desarrollado por Ing. Guillermo Valdés Lozano <guivaloz en movimientolibre.com> El software que lo construye está bajo la licencia GPL versión 3. © 2014, 2015, 2016, 2017. Una copia está contenida en el archivo LICENCE al bajar desde GitHub. Descargue, estudie y colabore bajando todo este sitio web: GitHub https://github.com/normatividadtorreon/normatividadtorreon.github.io Agradecemos y compartimos las tecnologías abiertas y gratuitas sobre las que se basa: PHP http://php.net Twitter Bootstrap http://getbootstrap.com StartBootStrap http://startbootstrap.com Morris.js https://morrisjs.github.io/morris.js/ Font Awesome http://fontawesome.io DataTables https://www.datatables.net GitHub https://github.com Evolvere iconos http://github.com/franksouza183/EvolvereSuit ========================================================================================== --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="El presente reglamento tiene por objeto fomentar, promover, regular y salvaguardar el derecho de los ciudadanos y habitantes torreonenses para participar en la vida pública a través de los instrumentos que permiten la organización y participación ciudadana y su relación con lo órganos del gobierno del Municipio, conforme a las disposiciones de la Ley de Participación Ciudadana para el Estado de Coahuila de Zaragoza y las que resulten aplicables."> <meta name="author" content="Dirección de Desarrollo Institucional"> <meta name="keywords" content="Reglamento, Vigente, Participacion, Ciudadana"> <title>Reglamento de participación ciudadana del Municipio de Torreón, Coahuila - Sistema de Normatividad Municipal</title> <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"> <link rel="apple-touch-icon" href="../imagenes/apple-touch-icon.png"> <link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-76x76.png" sizes="76x76"> <link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-120x120.png" sizes="120x120"> <link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-152x152.png" sizes="152x152"> <link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-180x180.png" sizes="180x180"> <link rel="icon" href="../imagenes/icon-hires.png" sizes="192x192"> <link rel="icon" href="../imagenes/icon-normal.png" sizes="128x128"> <link rel="alternate" type="application/rss+xml" href="../rss.xml" title="Sistema de Normatividad Municipal"> <link rel="stylesheet" type="text/css" href="../vendor/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../vendor/metisMenu/metisMenu.min.css"> <link rel="stylesheet" type="text/css" href="../vendor/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="../dist/css/sb-admin-2.min.css"> <link rel="stylesheet" type="text/css" href="../dist/css/plataforma-de-conocimiento.css"> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700"> <link rel="stylesheet" type="text/css" href="../dist/css/normatividad-torreon.css"> <!-- SOPORTE PARA IE --> <!--[if lt IE 9]> <script type="text/javascript" src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script type="text/javascript" src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> </head> <body> <div id="wrapper"> <nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../index.html">Sistema de Normatividad Municipal</a> </div> <div class="navbar-default sidebar" role="navigation"> <div class="sidebar-nav navbar-collapse"> <ul class="nav" id="side-menu"> <li class="sidebar-search"> <form method="get" id="" action="http://www.normatividadtorreon.gob.mx/buscador-resultados.html"> <input type="hidden" value="" name="cx"> <input type="hidden" value="FORID:11" name="cof"> <div class="input-group custom-search-form"> <input type="text" class="form-control" placeholder="Buscar..." value="" name="s" id="s"> <span class="input-group-btn"> <button class="btn btn-default" type="submit" id="searchsubmit"><i class="fa fa-search"></i></button> </span> </div> </form> </li> <li><a href="../manuales-de-organizacion/index.html"><span class="navegacion-icono"><i class="fa fa-files-o"></i></span> Manuales de Organización</a></li> <li><a href="../reglamentos-vigentes/index.html"><span class="navegacion-icono"><i class="fa fa-files-o"></i></span> Reglamentos Vigentes</a></li> <li><a href="../reglamentos-abrogados/index.html"><span class="navegacion-icono"><i class="fa fa-files-o"></i></span> Reglamentos Abrogados</a></li> </ul> </div> </div> </nav> <div id="page-wrapper"> <div class="cuerpo"> <article><div itemscope itemtype="http://schema.org/Article"> <div class="encabezado"> <h1 itemprop="headline">Reglamento de participación ciudadana del Municipio de Torreón, Coahuila</h1> <div class="encabezado-descripcion" itemprop="description">El presente reglamento tiene por objeto fomentar, promover, regular y salvaguardar el derecho de los ciudadanos y habitantes torreonenses para participar en la vida pública a través de los instrumentos que permiten la organización y participación ciudadana y su relación con lo órganos del gobierno del Municipio, conforme a las disposiciones de la Ley de Participación Ciudadana para el Estado de Coahuila de Zaragoza y las que resulten aplicables.</div> <div class="encabezado-autor-fecha"> Por <span itemprop="author">Dirección de Desarrollo Institucional</span> - <meta itemprop="datePublished" content="2013-01-01T00:00">01/01/2013 </div> </div> <div itemprop="articleBody"> <!-- Contenido: Inicia --> <p>Creado: Octubre 2002</p> <h3>Descargar</h3> <p><a href="#"><img src="../imagenes/icono-word.png" alt="Descargar Word"></a> <a href="reglamento-participacion-ciudadana.pdf"><img src="../imagenes/icono-pdf.png" alt="Descargar PDF"></a></p> <!-- Contenido: Termina --> </div> <div class="publicador" itemprop="publisher" itemscope itemtype="http://schema.org/Organization"> <h3 class="titulo" itemprop="name">Sistema de Normatividad Municipal</h3> <div class="descripcion" itemprop="description">Dirección General de Desarrollo Institucional del Republicano Ayuntamiento de Torreón.</div> <div class="contenido-imagen-previa-final"></div> </div> </div></article> </div> <div class="mapa-inferior"> <div class="row"> <div class="col-md-8"> <a href="../index.html">Inicio</a> | <a href="../manuales-de-organizacion/index.html"> Manuales de Organización</a> | <a href="../reglamentos-abrogados/index.html"> Reglamentos Abrogados</a> | <a href="../reglamentos-vigentes/index.html"> Reglamentos Vigentes</a> </div> <div class="col-md-4"> <div class="pull-right redes-sociales"> <a class="fa fa-twitter-square" href="https://twitter.com/DGDITRC" target="_blank"></a> <a class="fa fa-github-square" href="https://github.com/normatividadtorreon" target="_blank"></a> <a class="fa fa-rss-square" href="../rss.xml"></a> </div> </div> </div> </div> </div> </div> <!-- Javascript global inicia --> <script type="text/javascript" src="../vendor/jquery/jquery.min.js"></script> <script type="text/javascript" src="../vendor/bootstrap/js/bootstrap.min.js"></script> <script type="text/javascript" src="../vendor/metisMenu/metisMenu.min.js"></script> <script type="text/javascript" src="../dist/js/sb-admin-2.min.js"></script> <!-- Javascript global termina --> <!-- Javascript inicia --> <!-- Javascript termina --> </body> </html>
wp-content/themes/hanne/style.css
rUmbelino/lemuel
/* Theme Name: Hanne Theme URI: https://inkhive.com/product/hanne/ Author: InkHive Author URI: http://inkhive.com Description: Hanne is a very simple, high performance theme with great customization options. You can enable multiple areas to showcase your featured content. Its lightweight nature makes it very fast loading in all browsers. It comes pre-integrated with RT Slider and has a Beautiful Footer Widgets area. Check it out for more. Demo Here: http://demo.inkhive.com/hanne/ Version: 1.0.2 License: GNU General Public License License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: hanne Tags: custom-background, two-columns, one-column, custom-colors, flexible-header, right-sidebar, grid-layout, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, featured-images, photography, full-width-template, custom-header, footer-widgets, portfolio, blog This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. hanne is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. Resetting and rebuilding styles have been helped along thanks to the fine work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ and Blueprint http://www.blueprintcss.org/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- 1.0 Reset 2.0 Typography 3.0 Elements 4.0 Forms 5.0 Navigation 5.1 Links 5.2 Menus 6.0 Accessibility 7.0 Alignments 8.0 Clearings 9.0 Widgets 10.0 Content 10.1 Posts and pages 10.2 Asides 10.3 Comments 11.0 Infinite scroll 12.0 Media 12.1 Captions 12.2 Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- 1.0 Reset --------------------------------------------------------------*/ @font-face { font-family: Neon; src: url(assets/font/Neou-Thin.ttf); } 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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } a:hover, a:focus{ text-decoration: none !important; } html { font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */ -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */ -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ display: block; margin: 0 auto; } article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; } ol, ul { list-style: none; } table { /* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0; } caption, th, td { font-weight: normal; text-align: left; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } a img { border: 0; } /*-------------------------------------------------------------- 2.0 Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #404040; font-family: sans-serif !important; font-size: 16px; font-size: 1.6rem; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin-bottom: 1.5em; } b, strong { font-weight: bold; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 1.5rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 1.5rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } small { font-size: 75%; } big { font-size: 125%; } /*-------------------------------------------------------------- 3.0 Elements --------------------------------------------------------------*/ hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } figure { margin: 0; } table { margin: 0 0 1.5em; width: 100%; } th { font-weight: bold; } /*-------------------------------------------------------------- 4.0 Forms --------------------------------------------------------------*/ button, input, select, textarea { font-size: 100%; /* Corrects font size not being inherited in all browsers */ margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ vertical-align: baseline; /* Improves appearance and consistency in all browsers */ } button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, .8); cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */ -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ font-size: 12px; font-size: 1.2rem; line-height: 1; padding: .6em 1em .4em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #aaa #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); } input[type="checkbox"], input[type="radio"] { padding: 0; /* Addresses excess padding in IE8/9 */ } input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ box-sizing: content-box; } input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ -webkit-appearance: none; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { color: #111; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { padding: 3px; } textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding-left: 3px; vertical-align: top; /* Improves readability and alignment in all browsers */ width: 100%; } /*-------------------------------------------------------------- 5.0 Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- 5.1 Links --------------------------------------------------------------*/ a { color: royalblue; } a:hover, a:focus, a:active { color: midnightblue; } /*-------------------------------------------------------------- 5.2 Menus --------------------------------------------------------------*/ .main-navigation { clear: both; display: block; float: left; width: 100%; } .main-navigation ul { list-style: none; margin: 0; padding-left: 0; } .main-navigation li { float: left; position: relative; } .main-navigation a { display: block; text-decoration: none; } .main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; z-index: 99999; } .main-navigation ul ul ul { display: none; left: -999em; top: 0; } .main-navigation ul ul a { width: 200px; } .main-navigation ul ul li { } .main-navigation li:hover > a { } .main-navigation ul ul :hover > a { } .main-navigation ul ul a:hover { } .main-navigation ul li:hover > ul { left: auto; } .main-navigation ul ul li:hover > ul { left: 100%; } .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a { } /* Small menu */ .menu-toggle { display: none; } @media screen and (max-width: 600px) { .menu-toggle, .main-navigation.toggled .nav-menu { display: block; } .main-navigation ul { display: none; } } .site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /*-------------------------------------------------------------- 6.0 Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 1.4rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ } /*-------------------------------------------------------------- 7.0 Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin: 0 auto; } /*-------------------------------------------------------------- 8.0 Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- 9.0 Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; } /* Make sure select elements fit in widgets */ .widget select { max-width: 100%; } /* Search widget */ .widget_search .search-submit { display: none; } /*-------------------------------------------------------------- 10.0 Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- 10.1 Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .hentry { margin: 0 0 1.5em; } .byline, .updated:not(.published) { display: none; } .byline { display: inline-block; margin-left: 2px; } .single .byline, .group-blog .byline { display: inline; } .page-content, .entry-content, .entry-summary { margin: 10px 0; } .page-links { clear: both; margin: 0 0 1.5em; } /*-------------------------------------------------------------- 10.2 Asides --------------------------------------------------------------*/ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /*-------------------------------------------------------------- 10.3 Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- 11.0 Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- 12.0 Media --------------------------------------------------------------*/ .page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- 12.1 Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; } .wp-caption-text { text-align: center; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } /*-------------------------------------------------------------- 12.2 Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } #primary-mono #main { overflow: visible; } h1.entry-title > span { text-transform: uppercase; } .mfp-img-mobile .mfp-counter { display: none; } .rbs_gallery_button { margin: 40px 0; } .entry-content .rbs_gallery_button .button-border-caution { color: #343434; border-color: #343434; } .entry-content .rbs_gallery_button .button-border-caution:active, .entry-content .rbs_gallery_button .button-border-caution.is-active, .entry-content .rbs_gallery_button .button-border-caution.active{ border-color: #000 !important; background-color: #000 !important; color: #ffffff !important; } .entry-content .rbs_gallery_button .button-border-caution:hover, .entry-content .rbs_gallery_button .button-border-caution:focus { border-color: #3f0661; background-color: #fff; color: #343434; } #contact h3 { color: #fff; padding: 20px; text-align: center; text-transform: uppercase; } #section-mail .form-content{ padding: 10px 0; border: 3px solid #ffffff; z-index: 999; } #section-mail input, #section-mail textarea { background-color: transparent; box-shadow: none; color: #fff; border: none; padding: 10px; outline: 0px !important; -webkit-appearance:none; width: 100%; } .btn-container { text-align: center; margin: 25px 0; } #section-mail .btn-container > input { border: 1px solid; font-size: 16px; padding: 10px 27px; transition: all .3s; width: auto; } #section-mail .btn-container > input:hover { color: #000; background-color: #fff; } div.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng { border: none; color: #e84c4c; text-align: center; position: absolute; width: 100%; bottom: 48px; } span.wpcf7-not-valid-tip { position: absolute; color: #e84c4c; width: 300px; bottom: -8px; left: 10px; z-index: 0; } span.wpcf7-form-control-wrap{ position: relative; display: block; float: left; width: 100%; } div.wpcf7 .screen-reader-response { color: red; } #section-mail span.ajax-loader { background-image: none; font: normal normal normal 14px/1 FontAwesome; font-size: 20px; -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } span.ajax-loader:before { content: "\f013"; color: #fff; } .site-info.container { color: #fff; } .rbsIcons > i.fa { background: #000 !important; } .entry-content section #huge_it_videogallery { background-color: #fff; border: none; box-shadow: none; } .entry-content #huge_it_videogallery .huge_it_big_li { border: none; border-radius: 0; } div.wpcf7-mail-sent-ok{ border: none; color: #398f14; text-align: center; }
ultimo_sito_html/specie/s/sakari.html
luigirosa/hypertrek
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="it"> <head> <meta http-equiv="pics-label" content="(pics-1.1 &quot;http://www.icra.org/ratingsv02.html&quot; l gen true for &quot;http://www.hypertrek.info/&quot; r (cz 1 lz 1 nz 1 oz 1 vj 1) &quot;http://www.rsac.org/ratingsv01.html&quot; l gen true for &quot;http://www.hypertrek.info/&quot; r (n 0 s 0 v 1 l 0))"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>HyperTrek * Specie * Sakari</title> <link rel="STYLESHEET" href="../../style/specie.css" type="text/css"> <base target="main"> </head> <body> <table border="0" width="100%" class="titolo"> <tr> <td width="52"><a target="nav" href="../index.html"><img src="../../skin/specie.gif" alt="Specie" border="0" width="52" height="42"></a></td> <td> <h1>Sakari</h1> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" align="right"> <tr> <td> <table border="0" class="xr" width="100%" align="right" cellspacing="0" cellpadding="3"> <tr> <td class="xrtestata">Episodi</td> </tr> <tr> <td class="xrdettaglio"><a href="../../voy/voy058.html">Blood Fever</a></td> </tr> </table> </td> </tr> <tr> <td><img border="0" src="../img/sakari.jpg" alt="Sakari" width="136" height="200"></td> </tr> </table> <p>Specie del quadrante Delta che ha dovuto trasferirsi nelle caverne dopo un attacco dei <a href="../../organizzazioni/borg.html">Borg</a>; vivono, infatti, in questi ambienti cercando di nascondersi da qualsiasi possibilità di contatto con chiunque. I Sakari hanno incontrato i membri dell'equipaggio della <i> <a href="../../astronavi/starfleet/voyager.html">Voyager</a></i> nel <a href="../../timeline/2373.html">2373</a>, dai quali ricevono aiuto per migliorare il loro mascheramento.<br clear="all"> </p> <hr> <script language="JavaScript" type="text/javascript">document.write("<h6>Ultima modifica: ",document.lastModified,"<\/h6>") </script> </body> </html>
_source/news/2017-04-16-petrol.html
InstantKhabar/_source
--- title: "पेट्रोल-डीज़ल फिर मंहगाई की ओर" layout: item category: ["business"] date: 2017-04-16T08:23:23.358Z image: 1492331003357petrol.jpg --- <p>नयी दिल्ली: पेट्रोल की कीमत में 1.39 रूपया और डीजल की कीमत में 1.04 रूपया प्रति लीटर शनिवार रात से बढ़ोतरी हो गई.इंडियन ऑयल कॉरपोरेशन (आईओसी) ने कहा है कि यह बढ़ोतरी शनिवार आधी रात से लागू होगी.</p> <p>आईओसी ने यह भी कहा है कि इसका इरादा जल्द ही पायलट आधार पर उदयपुर, जमशेदपुर, पुडुचेरी, चंडीगढ़ और विशाखापत्तनम में पेट्रोल और डीजल की कीमतों में रोजना बदलाव की शुरूआत करने की है.</p> <p>तेल कंपनियों ने पिछले दिनों पेट्रोल-डीजल के दामों में हर रोज बदलाव के लिए सरकार को प्रस्ताव भेजा था. तेल कंपनियां पायलट प्रॉजेक्ट के तौर पर 1 मई से देश के पांच शहरों में पेट्रोल-डीजल के दामों में हर रोज बदलाव करने वाली हैं. अगर यह सफल रहा तो धीरे-धीरे पूरे देश में इसे लागू किया जाएगा.</p> <p>केंद्रशासित प्रदेश पुडुचेरी, आंध्र प्रदेश के विशाखापत्तनम, राजस्थान के उदयपुर, झारखंड के जमशेदपुर (टाटा) के साथ-साथ चंडीगढ़ में 1 मई से इस प्रॉजेक्ट की शुरुआत करने जा रही हैं. इन पांच शहरों में &#39;डेली डाइनैमिक प्राइसिंग&#39; लागू करने से इसे देशव्यापी स्तर पर लागू करने से पहले ही समस्याओं का पता चल जाएगा.</p> <p>सूत्र बताते हैं कि इसी साल तक पूरे देश में &#39;डेली डाइनैमिक प्राइसिंग&#39; लागू करने की योजना है. हालांकि, सरकारी कंपनियों से इस पर कोई टिप्पणी नहीं ली जा सकी है. </p>
dhtml/DHTML/DHTMLref/constants/backcolor.html
gucong3000/handbook
<HTML > <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252" /> <TITLE>BackColor</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/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/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(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>BackColor Command </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 background color of the current selection.</P><P CLASS="clsRef">Scripting Information</P><BLOCKQUOTE><TABLE CLASS="clsStd"><TR><TH>Command</TH><TD><B> BackColor </B></TD></TR><TR><TH>User interface</TH><TD> None. Set <I>bUserInterface</I> to false.&nbsp;</TD></TR><TR><TH>execCommand <I>vValue</I></TH><TD> Required. <b>String</b> that specifies a color name or a six-digit hexadecimal RGB value, with or without a leading hash mark, as defined in the <A HREF="../colors/colors.html">Color Table</A>.</TD></TR><TR><TH>Applies to</TH><TD><A HREF="../methods/execcommand.html">execCommand</A>,&nbsp;<A HREF="../methods/querycommandenabled.html">queryCommandEnabled</A>,&nbsp;<A HREF="../methods/querycommandindeterm.html">queryCommandIndeterm</A>,&nbsp;<A HREF="../methods/querycommandstate.html">queryCommandState</A>,&nbsp;<A HREF="../methods/querycommandsupported.html">queryCommandSupported</A>,&nbsp;<A HREF="../methods/querycommandvalue.html">queryCommandValue</A>. </TD></TR></TABLE></BLOCKQUOTE><P CLASS="clsRef">Remarks</P><BLOCKQUOTE><P>The HTML generated by this command may vary depending on the version of Microsoft&#174; Internet Explorer.</P></BLOCKQUOTE><P CLASS="clsRef">Standards Information</P><BLOCKQUOTE><P> There is no public standard that applies to this command. </P></BLOCKQUOTE><P CLASS="clsRef">Minimum Availability</P><BLOCKQUOTE> Internet Explorer 4.0 and later. </BLOCKQUOTE></DIV> </TD> </TR> </TABLE> </BODY> </HTML>
static/css/base.css
phektus/Web2py-Resume
@charset "UTF-8"; /* This file is contains the following sections: Update: Revision: 20101102 by Martin Mulone - The new revision contains: - Html5, good practice and normalization support. - Diferent hacks. - The normalization and some tags come from diferent sites so i keep the credits and comments. but the base of support html5 come from: http://html5boilerplate.com/ - ez.css (http://www.ez-css.org/layouts) - reset common tags - choose default fonts - choose link style - add bottom line to table rows - labels bold and occasionally centered - make all input fields the same size - add proper separation between h1-h6 and text - always indent the first line and add space below paragraphs - bullets and numbers style and indent - form and table padding - code blocks - left and right padding to quoted text - page layout alignment, width and padding (change this for spaces) - column widths (change this to use left_sidebar and right_sidebar) - backrgound images and colors (change this for colors) - web2py specific (.flash, .error) Notice: - even if you use a different layout/css you may need classes .flash and .error - this is all color neutral except for #349C01 (header, links, lines) - there are two backrgound images: images/background.png and images/header.png License: This file is released under BSD and MIT */ /* credit is left where credit is due. additionally, much inspiration was taken from these projects: yui.yahooapis.com/2.8.1/build/base/base.css camendesign.com/design/ praegnanz.de/weblog/htmlcssjs-kickstart */ /* html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark html5doctor.com/html-5-reset-stylesheet/ */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } a:hover { text-decoration: underline } ins { background-color:#ff9; color:#000; text-decoration:none; } mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; } /* tables still need cellspacing="0" in the markup */ table { border-collapse:collapse; border-spacing:0; } hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; } /* END RESET CSS */ /* fonts.css from the YUI Library: developer.yahoo.com/yui/ Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages There are three custom edits: * remove arial, helvetica from explicit font stack * make the line-height relative and unit-less * remove the pre, code styles */ body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */ /*table { font-size:inherit; font:100%; }*/ select, input, textarea, button { font:99% sans-serif; } /* normalize monospace sizing * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */ pre, code, kbd, samp { font-family: monospace, sans-serif; } /* * minimal base styles */ /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ body, select, input, textarea { color:#444; } /* Headers (h1,h2,etc) have no default font-size or margin, you'll want to define those yourself. */ /* www.aestheticallyloyal.com/public/optimize-legibility/ */ h1,h2,h3,h4,h5,h6 { font-weight: bold; } /* always force a scrollbar in non-IE */ html { overflow-y: scroll; } /* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */ a:hover, a:active { outline: none; } a, a:active, a:visited { color:#607890; } a:hover { color:#036; } ul, ol { margin-left: 1.8em; } ol { list-style-type: decimal; } /* Remove margins for navigation lists */ nav ul, nav li { margin: 0; } small { font-size:85%; } strong, th { font-weight: bold; } td, td img { vertical-align:top; } sub { vertical-align: sub; font-size: smaller; } sup { vertical-align: super; font-size: smaller; } pre { padding: 15px; /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */ white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ word-wrap: break-word; /* IE */ } textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */ .ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */ /* align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css */ input[type="radio"] { vertical-align: text-bottom; } input[type="checkbox"] { vertical-align: bottom; } .ie7 input[type="checkbox"] { vertical-align: baseline; } .ie6 input { vertical-align: text-bottom; } /* hand cursor on clickable input elements */ label, input[type=button], input[type=submit], button { cursor: pointer; } /* webkit browsers add a 2px margin outside the chrome of form elements */ button, input, select, textarea { margin: 0; } /* colors for form validity */ input:valid, textarea:valid { } input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; } .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; } /* These selection declarations have to be separate. No text-shadow: twitter.com/miketaylr/status/12228805301 Also: hot pink. */ ::-moz-selection{ background: #555; color:#fff; text-shadow: none; } ::selection { background:#555; color:#fff; text-shadow: none; } /* j.mp/webkit-tap-highlight-color */ a:link { -webkit-tap-highlight-color: #555; } /* make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */ button { width: auto; overflow: visible; } /* bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */ .ie7 img { -ms-interpolation-mode: bicubic; } /* * Non-semantic helper classes */ /* for image replacement */ .ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; } /* Hide for both screenreaders and browsers css-discuss.incutio.com/wiki/Screenreader_Visibility */ .hidden { display:none; } /* Hide only visually, but have it available for screenreaders www.webaim.org/techniques/css/invisiblecontent/ Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */ .visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); } /* Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } /* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */ .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; } .clearfix:after { clear: both; } /* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */ .clearfix { zoom: 1; } /*********** layout info (ez.css) ***********/ /* 2009 -2010 (c) | ez-css.org * ez-plug-min.css :: version 1.1 :: 01182010 */ .ez-wr:after,.ez-box:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ez-wr,.ez-box,.ez-last{display:inline-block;min-height:0}/* \*/ * html .ez-wr,* html .ez-box,* html .ez-last{height:1%}.ez-wr,.ez-box,.ez-last{display:block}/* */.ez-oh{overflow:hidden}* html .ez-oh{overflow:visible}.ez-oa{overflow:auto}.ez-dt{display:table}.ez-it{display:inline-table}.ez-tc{display:table-cell}.ez-ib{display:inline-block}.ez-fl{float:left}* html .ez-fl{margin-right:-3px}.ez-fr{float:right}* html .ez-fr{margin-left:-3px}.ez-25{width:25%}.ez-33{width:33.33%}.ez-50{width:50%}.ez-66{width:66.66%}.ez-75{width:75%}.ez-negmr{margin-right:-1px}* html .ez-negmr{margin-right:-4px}.ez-negmx{margin-right:-1px}.ez-negml{margin-left:-1px}* html .ez-negml{margin-left:-4px} /*********** add bottom line to table rows ***********/ th, td { padding: 0.1em 0.5em 0.1em 0.5em;} /*********** labels bold and occasionally centered ***********/ label { white-space: nowrap; } label, b, th { font-weight: bold; } thead th { text-align: center; border-bottom: 1px solid #444; } /*********** forms and table padding ***********/ form, table { padding: 5px 10px 5px 10px; } /*********** code blocks ***********/ code { padding: 3px 5px; font-family: Andale Mono, monospace; font-size: 0.9em; } /*********** left and right padding to quoted text ***********/ blockquote { background: #cccccc; border-left: 30px transparent; border-right: 30px transparent; /*padding: 5px;*/ } input[type=text], input[type=password], textarea, select { margin: 2px 15px 2px 5px; width: 280px; background: #fff; color: #555; border: 1px solid #dedede; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font-size: 12px; } input[type=text], input[type=password], select { height: 16px; } select[multiple=multiple] { height: 90px; } input[type=submit], input[type=button], button { margin: 0px; /*width: 85px;*/ height: 22px; background: #eaeaea; color: #555; border: 1px solid #dedede; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } fieldset { border: 1px solid #dedede; padding: 6px; } legend { font-weight: bold; } input:focus, textarea:focus { background: #fafafa; } p {text-indent:30px;} p, blockquote { margin-bottom: 10px; } h1,h2,h3,h4,h5,h6 { line-height: 170%; } h1 {font-size: 2.0em;} h2 {font-size: 1.8em;} h3 {font-size: 1.4em;} h4 {font-size: 1.2em;} h5 {font-size: 1.0em;} h6 {font-size: 0.8em;} /*********** page layout alignment, width and padding ***********/ /*body {background-color: #000;}*/ #container, #header, #page, #content, #statusbar, #footer, #wrapper { display:block; line-height: 170%; } #wrapper {width: 900px;} #container { margin: 0 auto; padding: 0; } #wrapper {margin: 0 auto;} #wrapper {background-color: #fff; padding: 5px;} #statusbar { margin: 5px 0px 20px 0px;} #footer { margin-top: 30px; padding: 5px; } #statusbar, #footer { background: #eaeaea; border-top: 1px #aaa solid; } #logo { width: 68px; height: 62px; background: url(../images/logo.png); } #appname { color: #cccccc; } #right_sidebar { width: 160px; float:right; display: none; } #left_sidebar { width: 160px; float:left; display: none; } #content { float: left; /*width: 740px;*//*width: 63%;*/ /*width: 640px; float:left;*/ } /* uncomment this if you are going to use sidebars */ .auth_navbar { top: 0px; float: right; padding: 3px 10px 3px 10px; } /*********** web2py specific ***********/ div.flash { font-weight: bold; display: none; position: fixed; padding: 10px; top: 40px; right: 10px; min-width: 280px; opacity: 0.85; margin: 0px 0px 10px 10px; color: #fff; vertical-align: middle; cursor: pointer; background: #000; border: 2px solid #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 2; } div.error { background-color: red; color: white; padding: 3px; } /*************************** * CSS 3 Buttons * http://github.com/michenriksen/css3buttons * created by Michael Henriksen * License: Unlicense * * *******************/ a.button { display: inline-block; padding: 3px 5px 3px 5px; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 12px; color: #3C3C3D; text-shadow: 1px 1px 0 #FFFFFF; background: #ECECEC url('../images/css3buttons_backgrounds.png') 0 0 no-repeat; white-space: nowrap; overflow: visible; cursor: pointer; text-decoration: none; border: 1px solid #CACACA; -webkit-border-radius: 2px; -moz-border-radius: 2px; -webkit-background-clip: padding-box; border-radius: 2px; outline: none; position: relative; zoom: 1; *display: inline; } a.button.primary { font-weight: bold } a.button:hover { color: #FFFFFF; border-color: #388AD4; text-decoration: none; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); background-position: 0 -40px; background-color: #2D7DC5; } a.button:active, a.button.active { background-position: 0 -81px; border-color: #347BBA; background-color: #0F5EA2; color: #FFFFFF; text-shadow: none; } a.button:active { top: 1px } a.button.negative:hover { color: #FFFFFF; background-position: 0 -121px; background-color: #D84743; border-color: #911D1B; } a.button.negative:active, a.button.negative.active { background-position: 0 -161px; background-color: #A5211E; border-color: #911D1B; } a.button.pill { -webkit-border-radius: 19px; -moz-border-radius: 19px; border-radius: 19px; padding: 2px 10px 2px 10px; } a.button.left { -webkit-border-bottom-right-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-topright: 0px; border-bottom-right-radius: 0px; border-top-right-radius: 0px; margin-right: 0px; } a.button.middle { margin-right: 0px; margin-left: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border-right: none; border-left: none; } a.button.right { -webkit-border-bottom-left-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-topleft: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; margin-left: 0px; } a.button.left:active, a.button.middle:active, a.button.right:active { top: 0px } a.button.big { font-size: 16px; padding-left: 17px; padding-right: 17px; } a.button span.icon { display: inline-block; width: 14px; height: 12px; margin: auto 7px auto auto; position: relative; top: 2px; background-image: url('../images/css3buttons_icons.png'); background-repeat: no-repeat; } a.big.button span.icon { top: 0px } a.button span.icon.book { background-position: 0 0 } a.button:hover span.icon.book { background-position: 0 -15px } a.button span.icon.calendar { background-position: 0 -30px } a.button:hover span.icon.calendar { background-position: 0 -45px } a.button span.icon.chat { background-position: 0 -60px } a.button:hover span.icon.chat { background-position: 0 -75px } a.button span.icon.check { background-position: 0 -90px } a.button:hover span.icon.check { background-position: 0 -103px } a.button span.icon.clock { background-position: 0 -116px } a.button:hover span.icon.clock { background-position: 0 -131px } a.button span.icon.cog { background-position: 0 -146px } a.button:hover span.icon.cog { background-position: 0 -161px } a.button span.icon.comment { background-position: 0 -176px } a.button:hover span.icon.comment { background-position: 0 -190px } a.button span.icon.cross { background-position: 0 -204px } a.button:hover span.icon.cross { background-position: 0 -219px } a.button span.icon.downarrow { background-position: 0 -234px } a.button:hover span.icon.downarrow { background-position: 0 -249px } a.button span.icon.fork { background-position: 0 -264px } a.button:hover span.icon.fork { background-position: 0 -279px } a.button span.icon.heart { background-position: 0 -294px } a.button:hover span.icon.heart { background-position: 0 -308px } a.button span.icon.home { background-position: 0 -322px } a.button:hover span.icon.home { background-position: 0 -337px } a.button span.icon.key { background-position: 0 -352px } a.button:hover span.icon.key { background-position: 0 -367px } a.button span.icon.leftarrow { background-position: 0 -382px } a.button:hover span.icon.leftarrow { background-position: 0 -397px } a.button span.icon.lock { background-position: 0 -412px } a.button:hover span.icon.lock { background-position: 0 -427px } a.button span.icon.loop { background-position: 0 -442px } a.button:hover span.icon.loop { background-position: 0 -457px } a.button span.icon.magnifier { background-position: 0 -472px } a.button:hover span.icon.magnifier { background-position: 0 -487px } a.button span.icon.mail { background-position: 0 -502px } a.button:hover span.icon.mail { background-position: 0 -514px } a.button span.icon.move { background-position: 0 -526px } a.button:hover span.icon.move { background-position: 0 -541px } a.button span.icon.pen { background-position: 0 -556px } a.button:hover span.icon.pen { background-position: 0 -571px } a.button span.icon.pin { background-position: 0 -586px } a.button:hover span.icon.pin { background-position: 0 -601px } a.button span.icon.plus { background-position: 0 -616px } a.button:hover span.icon.plus { background-position: 0 -631px } a.button span.icon.reload { background-position: 0 -646px } a.button:hover span.icon.reload { background-position: 0 -660px } a.button span.icon.rightarrow { background-position: 0 -674px } a.button:hover span.icon.rightarrow { background-position: 0 -689px } a.button span.icon.rss { background-position: 0 -704px } a.button:hover span.icon.rss { background-position: 0 -719px } a.button span.icon.tag { background-position: 0 -734px } a.button:hover span.icon.tag { background-position: 0 -749px } a.button span.icon.trash { background-position: 0 -764px } a.button:hover span.icon.trash { background-position: 0 -779px } a.button span.icon.unlock { background-position: 0 -794px } a.button:hover span.icon.unlock { background-position: 0 -809px } a.button span.icon.uparrow { background-position: 0 -824px } a.button:hover span.icon.uparrow { background-position: 0 -839px } a.button span.icon.user { background-position: 0 -854px } a.button:hover span.icon.user { background-position: 0 -869px } /***************************************************** * HERE YOU CAN START TO WRITE YOUR OWN DIVS */ /* * Media queries for responsive design */ @media all and (orientation:portrait) { /* Style adjustments for portrait mode goes here */ } @media all and (orientation:landscape) { /* Style adjustments for landscape mode goes here */ } /* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome) Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */ @media screen and (max-device-width: 480px) { /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you j.mp/textsizeadjust html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */ } /* * print styles * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ */ @media print { * { background: transparent !important; color: #444 !important; text-shadow: none !important; } a, a:visited { color: #444 !important; text-decoration: underline; } a:after { content: " (" attr(href) ")"; } abbr:after { content: " (" attr(title) ")"; } .ir a:after { content: ""; } /* Don't show links for images */ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ tr, img { page-break-inside: avoid; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3{ page-break-after: avoid; } }
src/Diptychon/lib/apache_imaging/apidocs/overview-frame.html
Diptychon/Diptychon
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_30) on Wed Dec 12 05:23:55 UTC 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview List (Commons Imaging 1.0-SNAPSHOT API) </TITLE> <META NAME="date" CONTENT="2012-12-12"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TH ALIGN="left" NOWRAP><FONT size="+1" CLASS="FrameTitleFont"> <B></B></FONT></TH> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="allclasses-frame.html" target="packageFrame">All Classes</A></FONT> <P> <FONT size="+1" CLASS="FrameHeadingFont"> Packages</FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/package-frame.html" target="packageFrame">org.apache.commons.imaging</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/color/package-frame.html" target="packageFrame">org.apache.commons.imaging.color</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/common/package-frame.html" target="packageFrame">org.apache.commons.imaging.common</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/common/bytesource/package-frame.html" target="packageFrame">org.apache.commons.imaging.common.bytesource</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/common/itu_t4/package-frame.html" target="packageFrame">org.apache.commons.imaging.common.itu_t4</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/common/mylzw/package-frame.html" target="packageFrame">org.apache.commons.imaging.common.mylzw</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/bmp/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.bmp</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/bmp/pixelparsers/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.bmp.pixelparsers</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/bmp/writers/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.bmp.writers</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/dcx/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.dcx</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/gif/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.gif</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/icns/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.icns</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/ico/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.ico</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/jpeg/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.jpeg</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/jpeg/decoder/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.jpeg.decoder</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/jpeg/exif/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.jpeg.exif</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/jpeg/iptc/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.jpeg.iptc</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/jpeg/segments/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.jpeg.segments</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/jpeg/xmp/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.jpeg.xmp</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/pcx/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.pcx</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/png/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.png</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/png/chunks/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.png.chunks</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/png/scanlinefilters/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.png.scanlinefilters</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/png/transparencyfilters/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.png.transparencyfilters</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/pnm/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.pnm</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/psd/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.psd</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/psd/dataparsers/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.psd.dataparsers</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/psd/datareaders/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.psd.datareaders</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/rgbe/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.rgbe</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/tga/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.tga</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/tiff/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.tiff</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/tiff/constants/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.tiff.constants</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/tiff/datareaders/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.tiff.datareaders</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/tiff/fieldtypes/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.tiff.fieldtypes</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/tiff/photometricinterpreters/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.tiff.photometricinterpreters</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/tiff/taginfos/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.tiff.taginfos</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/tiff/write/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.tiff.write</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/wbmp/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.wbmp</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/xbm/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.xbm</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/formats/xpm/package-frame.html" target="packageFrame">org.apache.commons.imaging.formats.xpm</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/icc/package-frame.html" target="packageFrame">org.apache.commons.imaging.icc</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/palette/package-frame.html" target="packageFrame">org.apache.commons.imaging.palette</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="org/apache/commons/imaging/util/package-frame.html" target="packageFrame">org.apache.commons.imaging.util</A></FONT> <BR> </TD> </TR> </TABLE> <P> &nbsp; </BODY> </HTML>
doc/html/globals_type.html
ibressler/qsldcalc
<!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"/> <title>qSLDcalc: Data Fields</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.7.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> </ul> </div> <div class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&nbsp;List</span></a></li> <li class="current"><a href="globals.html"><span>Globals</span></a></li> </ul> </div> <div class="tabs2"> <ul class="tablist"> <li><a href="globals.html"><span>All</span></a></li> <li><a href="globals_func.html"><span>Functions</span></a></li> <li class="current"><a href="globals_type.html"><span>Typedefs</span></a></li> <li><a href="globals_defs.html"><span>Defines</span></a></li> </ul> </div> </div> <div class="contents"> &nbsp;<ul> <li>complex : <a class="el" href="element_8h.html#a1c1b16cc02d518bbe753449171ab7033">element.h</a> </li> <li>DoublePair : <a class="el" href="element_8h.html#a5a90e2d8d538e5633da08abbfb2154dd">element.h</a> </li> <li>LangActionList : <a class="el" href="mainwindow_8h.html#afee7677b3a7d37f523f0bb6edbe548f5">mainwindow.h</a> </li> <li>MapTriple : <a class="el" href="element_8h.html#afb42a11829ec48437d47d5e98cde432d">element.h</a> </li> </ul> </div> <hr size="1"> <table border="0" width="100%"><tr> <td> </td> <td> <address style="text-align: right;"><small> Generated on Mon Nov 7 2011 Mon Nov 7 2011 11:38:13 for qSLDcalc 0.6 by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.7.1 </small></address> </td </tr></table> </body> </html>
data/views/login.html
Hexamini/PassioneKaraoke
!_META <!-- Default meta phrases --> @title = Login @description = Pagina di login per accedere alle funzionalit&agrave; del sito @keyword = login, pagina, personale @breadcrumb = <a href='r.cgi?section=index'> Home </a> &gt; Login <!-- End default meta phrases --> META_! <div id="login"> <h1>Pagina di <span lang="en">login</span></h1> <form id="login-form" action="../cgi-bin/login.cgi" method="post"> <div class="error [% visible %]"> L'<span lang="en">username</span> o la <span lang="en">password</span> inseriti sono errati. </div> <fieldset> <label for="username"><span lang="en">Username</span></label> <input type="text" name="username" id="username" maxlength="18"/> <label for="password"><span lang="en">Password</span></label> <input type="password" name="password" id="password" maxlength="8"/> <input type="submit" value="login" name="action" /> </fieldset> </form> </div>
_vault/NFBak/Neuroflow_vsonline/Neuroflow/OldStuff/Cloo/Documentation/Reference/html/functions_func_0x69.html
unbornchikken/Neuroflow
<!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"/> <title>Cloo: Class Members - Functions</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.7.4 --> <div id="top"> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Cloo&#160;<span id="projectnumber">0.9.0</span></div> </td> </tr> </tbody> </table> </div> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Packages</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </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 class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_prop.html"><span>Properties</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions_func.html#index_a"><span>a</span></a></li> <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li> <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li> <li class="current"><a href="functions_func_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li> <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_func_0x71.html#index_q"><span>q</span></a></li> <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li> </ul> </div> </div> <div class="contents"> &#160; <h3><a class="anchor" id="index_i"></a>- i -</h3><ul> <li>ImageFormatMismatchComputeException() : <a class="el" href="class_cloo_1_1_image_format_mismatch_compute_exception.html#a8b2945e3bd3487691461b6b0eb3fa518">Cloo.ImageFormatMismatchComputeException</a> </li> <li>ImageFormatNotSupportedComputeException() : <a class="el" href="class_cloo_1_1_image_format_not_supported_compute_exception.html#a560a8771736f373fc39cab3a6b7e9b12">Cloo.ImageFormatNotSupportedComputeException</a> </li> <li>IndexOf() : <a class="el" href="class_cloo_1_1_compute_event_list.html#a87c3b4971c0312cce65b4edcdc0a7882">Cloo.ComputeEventList</a> </li> <li>Init() : <a class="el" href="class_cloo_1_1_compute_buffer_base-g.html#a80dd343a145575fd283eed3ed0e6f732">Cloo.ComputeBufferBase&lt; T &gt;</a> , <a class="el" href="class_cloo_1_1_compute_image.html#af1648e387e91fad2cb92cc5ac7b4ba1e">Cloo.ComputeImage</a> </li> <li>Insert() : <a class="el" href="class_cloo_1_1_compute_event_list.html#aa510935d010877ac75dbd6b04861a7a4">Cloo.ComputeEventList</a> </li> <li>InvalidArgumentIndexComputeException() : <a class="el" href="class_cloo_1_1_invalid_argument_index_compute_exception.html#a8bea7f18d22ef853e3e4aeffe96948df">Cloo.InvalidArgumentIndexComputeException</a> </li> <li>InvalidArgumentSizeComputeException() : <a class="el" href="class_cloo_1_1_invalid_argument_size_compute_exception.html#a8e5a39f184ee6f2768a52d33fcdc9622">Cloo.InvalidArgumentSizeComputeException</a> </li> <li>InvalidArgumentValueComputeException() : <a class="el" href="class_cloo_1_1_invalid_argument_value_compute_exception.html#ad2075b543c54b84f1e4b81ac78e988d3">Cloo.InvalidArgumentValueComputeException</a> </li> <li>Invalidate() : <a class="el" href="struct_cloo_1_1_bindings_1_1_c_l_platform_handle.html#a81f92486082a339144aadb4acecbcdac">Cloo.Bindings.CLPlatformHandle</a> , <a class="el" href="struct_cloo_1_1_bindings_1_1_c_l_program_handle.html#a5afcc7d661ed5bdb613cd0c50760f395">Cloo.Bindings.CLProgramHandle</a> , <a class="el" href="struct_cloo_1_1_bindings_1_1_c_l_sampler_handle.html#a992c6bc93f89d040dea67ef7358af2e7">Cloo.Bindings.CLSamplerHandle</a> , <a class="el" href="struct_cloo_1_1_bindings_1_1_c_l_command_queue_handle.html#a618d5e034252f1a50ec4554ed9639ff7">Cloo.Bindings.CLCommandQueueHandle</a> , <a class="el" href="struct_cloo_1_1_bindings_1_1_c_l_context_handle.html#a4b73b1bddcd38f9b52b4445abeee87bf">Cloo.Bindings.CLContextHandle</a> , <a class="el" href="struct_cloo_1_1_bindings_1_1_c_l_device_handle.html#a175c45df9c55be63631f41893886edc8">Cloo.Bindings.CLDeviceHandle</a> , <a class="el" href="struct_cloo_1_1_bindings_1_1_c_l_event_handle.html#acdc8dd510e9d73c3f3a4ad894ae71678">Cloo.Bindings.CLEventHandle</a> , <a class="el" href="struct_cloo_1_1_bindings_1_1_c_l_kernel_handle.html#a5c046fc395c57d100ef7980ba3b44a01">Cloo.Bindings.CLKernelHandle</a> , <a class="el" href="struct_cloo_1_1_bindings_1_1_c_l_memory_handle.html#ab2dff8c23e7b8bae20b542e598a174fb">Cloo.Bindings.CLMemoryHandle</a> </li> <li>InvalidBinaryComputeException() : <a class="el" href="class_cloo_1_1_invalid_binary_compute_exception.html#a5b0b7401ff0b51bc26065aa7457beb9c">Cloo.InvalidBinaryComputeException</a> </li> <li>InvalidBufferSizeComputeException() : <a class="el" href="class_cloo_1_1_invalid_buffer_size_compute_exception.html#a8d37fc63bc14a6d4bfd400885d057142">Cloo.InvalidBufferSizeComputeException</a> </li> <li>InvalidBuildOptionsComputeException() : <a class="el" href="class_cloo_1_1_invalid_build_options_compute_exception.html#a58380373bf2223b978ed860e39444239">Cloo.InvalidBuildOptionsComputeException</a> </li> <li>InvalidCommandQueueComputeException() : <a class="el" href="class_cloo_1_1_invalid_command_queue_compute_exception.html#a1ffd860d9e240745fa164a789af8fbbb">Cloo.InvalidCommandQueueComputeException</a> </li> <li>InvalidCommandQueueFlagsComputeException() : <a class="el" href="class_cloo_1_1_invalid_command_queue_flags_compute_exception.html#a949793fa41e757a7556b3f8a9553fc5b">Cloo.InvalidCommandQueueFlagsComputeException</a> </li> <li>InvalidContextComputeException() : <a class="el" href="class_cloo_1_1_invalid_context_compute_exception.html#ae00a70355cf55de30694c24796cd8df2">Cloo.InvalidContextComputeException</a> </li> <li>InvalidDeviceComputeException() : <a class="el" href="class_cloo_1_1_invalid_device_compute_exception.html#a3bfac20a53a5965b100640f5ea170755">Cloo.InvalidDeviceComputeException</a> </li> <li>InvalidDeviceTypeComputeException() : <a class="el" href="class_cloo_1_1_invalid_device_type_compute_exception.html#a3cdea426f484c8eb3d0154b571ee64c3">Cloo.InvalidDeviceTypeComputeException</a> </li> <li>InvalidEventComputeException() : <a class="el" href="class_cloo_1_1_invalid_event_compute_exception.html#ae2955f8930dabe7082e2be053d43db48">Cloo.InvalidEventComputeException</a> </li> <li>InvalidEventWaitListComputeException() : <a class="el" href="class_cloo_1_1_invalid_event_wait_list_compute_exception.html#aa94afeabefe879538417eabd6efd7ab4">Cloo.InvalidEventWaitListComputeException</a> </li> <li>InvalidGlobalOffsetComputeException() : <a class="el" href="class_cloo_1_1_invalid_global_offset_compute_exception.html#a91ca3ea2e631ed5f712b4c0d4f0dfd42">Cloo.InvalidGlobalOffsetComputeException</a> </li> <li>InvalidGLObjectComputeException() : <a class="el" href="class_cloo_1_1_invalid_g_l_object_compute_exception.html#ab1b7ba948cb16377d9a869add9c063b6">Cloo.InvalidGLObjectComputeException</a> </li> <li>InvalidHostPointerComputeException() : <a class="el" href="class_cloo_1_1_invalid_host_pointer_compute_exception.html#a3aa74a80f3a50331b5808ecdeef69b35">Cloo.InvalidHostPointerComputeException</a> </li> <li>InvalidImageFormatDescriptorComputeException() : <a class="el" href="class_cloo_1_1_invalid_image_format_descriptor_compute_exception.html#a069f57e7d3a77c6f4d91e59fd4a08607">Cloo.InvalidImageFormatDescriptorComputeException</a> </li> <li>InvalidImageSizeComputeException() : <a class="el" href="class_cloo_1_1_invalid_image_size_compute_exception.html#a41969ce6aedc4870533195e475409e74">Cloo.InvalidImageSizeComputeException</a> </li> <li>InvalidKernelArgumentsComputeException() : <a class="el" href="class_cloo_1_1_invalid_kernel_arguments_compute_exception.html#a92991cbae6dc818576352fa0c6961611">Cloo.InvalidKernelArgumentsComputeException</a> </li> <li>InvalidKernelComputeException() : <a class="el" href="class_cloo_1_1_invalid_kernel_compute_exception.html#a387676f3209cfc047d181db857e480a0">Cloo.InvalidKernelComputeException</a> </li> <li>InvalidKernelDefinitionComputeException() : <a class="el" href="class_cloo_1_1_invalid_kernel_definition_compute_exception.html#a7a3e2de3fce84e4751a1e78e4c223a13">Cloo.InvalidKernelDefinitionComputeException</a> </li> <li>InvalidKernelNameComputeException() : <a class="el" href="class_cloo_1_1_invalid_kernel_name_compute_exception.html#a77c43e528364b8e10d558c15100f835f">Cloo.InvalidKernelNameComputeException</a> </li> <li>InvalidMemoryObjectComputeException() : <a class="el" href="class_cloo_1_1_invalid_memory_object_compute_exception.html#a5c6566e4e4fdb7c93ccd0a0bd46bc395">Cloo.InvalidMemoryObjectComputeException</a> </li> <li>InvalidMipLevelComputeException() : <a class="el" href="class_cloo_1_1_invalid_mip_level_compute_exception.html#a9ac958489c2ea93db9cdc0f488dcd73a">Cloo.InvalidMipLevelComputeException</a> </li> <li>InvalidOperationComputeException() : <a class="el" href="class_cloo_1_1_invalid_operation_compute_exception.html#ab060b45e9f9a25d056c21ecc94c094ae">Cloo.InvalidOperationComputeException</a> </li> <li>InvalidPlatformComputeException() : <a class="el" href="class_cloo_1_1_invalid_platform_compute_exception.html#ae22219c9b6e825f41e82ff3ad5511cfd">Cloo.InvalidPlatformComputeException</a> </li> <li>InvalidProgramComputeException() : <a class="el" href="class_cloo_1_1_invalid_program_compute_exception.html#aa889cb4c0e910d2e3f043674154aec3d">Cloo.InvalidProgramComputeException</a> </li> <li>InvalidProgramExecutableComputeException() : <a class="el" href="class_cloo_1_1_invalid_program_executable_compute_exception.html#a87421b21cd4f28602a0706f16ac38a32">Cloo.InvalidProgramExecutableComputeException</a> </li> <li>InvalidSamplerComputeException() : <a class="el" href="class_cloo_1_1_invalid_sampler_compute_exception.html#a85878f757cca398c7c8365cf9f65180b">Cloo.InvalidSamplerComputeException</a> </li> <li>InvalidValueComputeException() : <a class="el" href="class_cloo_1_1_invalid_value_compute_exception.html#a3ac465111be8b0dd437a6986ba5f5ecd">Cloo.InvalidValueComputeException</a> </li> <li>InvalidWorkDimensionsComputeException() : <a class="el" href="class_cloo_1_1_invalid_work_dimensions_compute_exception.html#a1e7cd8d85b88792fcc7cd60de07e598f">Cloo.InvalidWorkDimensionsComputeException</a> </li> <li>InvalidWorkGroupSizeComputeException() : <a class="el" href="class_cloo_1_1_invalid_work_group_size_compute_exception.html#ac5107c0d37ddbf4871e26e567a4be0af">Cloo.InvalidWorkGroupSizeComputeException</a> </li> <li>InvalidWorkItemSizeComputeException() : <a class="el" href="class_cloo_1_1_invalid_work_item_size_compute_exception.html#a19e9e017f1c589c3ace0673f691034ea">Cloo.InvalidWorkItemSizeComputeException</a> </li> </ul> </div> <hr class="footer"/><address class="footer"><small>Generated on Sun May 1 2011 20:38:34 for Cloo by&#160; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address> </body> </html>
theme/chrome/skin/messenger/searchBox.css
m-e-h/Numix-Thunderbird
/* # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. */ .quick-search-textbox { padding-top: 1px; } .gloda-search-icon { list-style-image: url(moz-icon://stock/edit-find?size=menu); } .gloda-search-icon:-moz-locale-dir(rtl) { -moz-transform: scaleX(-1); } .gloda-search-icon[searchbutton]:not([disabled]) { cursor: pointer; } /* things from xul.css that only exist if Thunderbird did not define * AUTOCOMPLETE_OLD_STYLE */ .autocomplete-history-dropmarker { display: none; } .autocomplete-history-dropmarker[enablehistory="true"] { display: -moz-box; -moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker"); }
aquamacs/doc/Aquamacs Help/reftex/Options-_0028Fontification_0029.html
davidswelt/aquamacs-emacs
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta name="generator" content= "HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 16.1), see www.w3.org" /> <title>Options (Fontification) - RefTeX User Manual</title> <meta http-equiv="Content-Type" content="text/html" /> <meta name="description" content="RefTeX User Manual" /> <meta name="generator" content="makeinfo 4.13" /> <link title="Top" rel="start" href="index.html#Top" /> <link rel="up" href="Options.html#Options" title="Options" /> <link rel="prev" href= "Options-_0028Optimizations_0029.html#Options-_0028Optimizations_0029" title="Options (Optimizations)" /> <link rel="next" href= "Options-_0028Misc_0029.html#Options-_0028Misc_0029" title= "Options (Misc)" /> <link href="http://www.gnu.org/software/texinfo/" rel= "generator-home" title="Texinfo Homepage" /><!-- This file documents RefTeX, a package to do labels, references, citations and indices for LaTeX documents with Emacs. This is edition 4.31 of the RefTeX User Manual for RefTeX 4.31 Copyright (C) 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"> /*<![CDATA[*/ <!-- 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="Options-(Fontification)"></a> <a name= "Options-_0028Fontification_0029" id= "Options-_0028Fontification_0029"></a> <p>Next:&nbsp;<a rel="next" accesskey="n" href= "Options-_0028Misc_0029.html#Options-_0028Misc_0029">Options (Misc)</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Options-_0028Optimizations_0029.html#Options-_0028Optimizations_0029">Options (Optimizations)</a>, Up:&nbsp;<a rel="up" accesskey="u" href= "Options.html#Options">Options</a></p> <hr /> </div> <h3 class="section">8.10 Fontification</h3> <p><a name="index-Options_002c-fontification-554" id= "index-Options_002c-fontification-554"></a><a name= "index-Fontification_002c-options-555" id= "index-Fontification_002c-options-555"></a></p> <div class="defun"> &mdash; User Option: <b>reftex-use-fonts</b><var><a name= "index-reftex_002duse_002dfonts-556" id= "index-reftex_002duse_002dfonts-556"></a></var><br /> <blockquote> <p>Non-<code>nil</code> means, use fonts in label menu and on-the-fly help. Font-lock must be loaded as well to actually get fontified display. After changing this option, a rescan may be necessary to activate it.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-refontify-context</b><var><a name= "index-reftex_002drefontify_002dcontext-557" id= "index-reftex_002drefontify_002dcontext-557"></a></var><br /> <blockquote> <p>Non-<code>nil</code> means, re-fontify the context in the label menu with font-lock. This slightly slows down the creation of the label menu. It is only necessary when you definitely want the context fontified.</p> <p>This option may have 3 different values:</p> <dl> <dt><code>nil</code></dt> <dd>Never refontify.<br /></dd> <dt><code>t</code></dt> <dd>Always refontify.<br /></dd> <dt><code>1</code></dt> <dd>Refontify when necessary, e.g. with old versions of the x-symbol package.</dd> </dl>The option is ignored when <code>reftex-use-fonts</code> is <code>nil</code>. </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-highlight-selection</b><var><a name= "index-reftex_002dhighlight_002dselection-558" id= "index-reftex_002dhighlight_002dselection-558"></a></var><br /> <blockquote> <p>Non-<code>nil</code> means, highlight selected text in selection and <samp><span class="file">*toc*</span></samp> buffers. Normally, the text near the cursor is the <em>selected</em> text, and it is highlighted. This is the entry most keys in the selection and <samp><span class= "file">*toc*</span></samp> buffers act on. However, if you mainly use the mouse to select an item, you may find it nice to have mouse-triggered highlighting <em>instead</em> or <em>as well</em>. The variable may have one of these values:</p> <pre class="example"> nil <span class="roman">No highlighting.</span> cursor <span class= "roman">Highlighting is cursor driven.</span> mouse <span class= "roman">Highlighting is mouse driven.</span> both <span class= "roman">Both cursor and mouse trigger highlighting.</span> </pre> <p>Changing this variable requires to rebuild the selection and *toc* buffers to become effective (keys <kbd>g</kbd> or <kbd>r</kbd>).</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-cursor-selected-face</b><var><a name= "index-reftex_002dcursor_002dselected_002dface-559" id= "index-reftex_002dcursor_002dselected_002dface-559"></a></var><br /> <blockquote> <p>Face name to highlight cursor selected item in toc and selection buffers. See also the variable <code>reftex-highlight-selection</code>.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-mouse-selected-face</b><var><a name= "index-reftex_002dmouse_002dselected_002dface-560" id= "index-reftex_002dmouse_002dselected_002dface-560"></a></var><br /> <blockquote> <p>Face name to highlight mouse selected item in toc and selection buffers. See also the variable <code>reftex-highlight-selection</code>.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-file-boundary-face</b><var><a name= "index-reftex_002dfile_002dboundary_002dface-561" id= "index-reftex_002dfile_002dboundary_002dface-561"></a></var><br /> <blockquote> <p>Face name for file boundaries in selection buffer.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-label-face</b><var><a name= "index-reftex_002dlabel_002dface-562" id= "index-reftex_002dlabel_002dface-562"></a></var><br /> <blockquote> <p>Face name for labels in selection buffer.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-section-heading-face</b><var><a name= "index-reftex_002dsection_002dheading_002dface-563" id= "index-reftex_002dsection_002dheading_002dface-563"></a></var><br /> <blockquote> <p>Face name for section headings in toc and selection buffers.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-toc-header-face</b><var><a name= "index-reftex_002dtoc_002dheader_002dface-564" id= "index-reftex_002dtoc_002dheader_002dface-564"></a></var><br /> <blockquote> <p>Face name for the header of a toc buffer.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-bib-author-face</b><var><a name= "index-reftex_002dbib_002dauthor_002dface-565" id= "index-reftex_002dbib_002dauthor_002dface-565"></a></var><br /> <blockquote> <p>Face name for author names in bib selection buffer.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-bib-year-face</b><var><a name= "index-reftex_002dbib_002dyear_002dface-566" id= "index-reftex_002dbib_002dyear_002dface-566"></a></var><br /> <blockquote> <p>Face name for year in bib selection buffer.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-bib-title-face</b><var><a name= "index-reftex_002dbib_002dtitle_002dface-567" id= "index-reftex_002dbib_002dtitle_002dface-567"></a></var><br /> <blockquote> <p>Face name for article title in bib selection buffer.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-bib-extra-face</b><var><a name= "index-reftex_002dbib_002dextra_002dface-568" id= "index-reftex_002dbib_002dextra_002dface-568"></a></var><br /> <blockquote> <p>Face name for bibliographic information in bib selection buffer.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-select-mark-face</b><var><a name="index-reftex_002dselect_002dmark_002dface-569" id= "index-reftex_002dselect_002dmark_002dface-569"></a></var><br /> <blockquote> <p>Face name for marked entries in the selection buffers.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-index-header-face</b><var><a name= "index-reftex_002dindex_002dheader_002dface-570" id= "index-reftex_002dindex_002dheader_002dface-570"></a></var><br /> <blockquote> <p>Face name for the header of an index buffer.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-index-section-face</b><var><a name= "index-reftex_002dindex_002dsection_002dface-571" id= "index-reftex_002dindex_002dsection_002dface-571"></a></var><br /> <blockquote> <p>Face name for the start of a new letter section in the index.</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-index-tag-face</b><var><a name= "index-reftex_002dindex_002dtag_002dface-572" id= "index-reftex_002dindex_002dtag_002dface-572"></a></var><br /> <blockquote> <p>Face name for index names (for multiple indices).</p> </blockquote> </div> <div class="defun"> &mdash; User Option: <b>reftex-index-face</b><var><a name= "index-reftex_002dindex_002dface-573" id= "index-reftex_002dindex_002dface-573"></a></var><br /> <blockquote> <p>Face name for index entries.</p> </blockquote> </div> </body> </html>
doc/html/dir_000082_000012.html
paulagent/CloudQoSSimTool
<!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>QoSSimTool: EnergySystem/EnergyMeter/EnergyMeterUnit/ComponentsMeter/CPUMeter/CPUMeterCore -&gt; Architecture Relation</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">QoSSimTool &#160;<span id="projectnumber">0.1</span> </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> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_bbe0e39b316c147ac1a343f711e44071.html">EnergySystem</a></li><li class="navelem"><a class="el" href="dir_630d0eea5782093619f2fb016ec70d48.html">EnergyMeter</a></li><li class="navelem"><a class="el" href="dir_7de35672e8ba74ea2ca4ab7cd2f0bffc.html">EnergyMeterUnit</a></li><li class="navelem"><a class="el" href="dir_71d8a6647a1cbd55629f9e3acf9d322d.html">ComponentsMeter</a></li><li class="navelem"><a class="el" href="dir_30f33d4570da9bf380ace93e93637c4e.html">CPUMeter</a></li><li class="navelem"><a class="el" href="dir_d2519b346986025e80e9510cf2fe61f8.html">CPUMeterCore</a></li> </ul> </div> </div><!-- top --> <div class="contents"> <h3>CPUMeterCore &rarr; Architecture Relation</h3><table class="dirtab"><tr class="dirtab"><th class="dirtab">File in EnergySystem/EnergyMeter/EnergyMeterUnit/ComponentsMeter/CPUMeter/CPUMeterCore</th><th class="dirtab">Includes file in Architecture</th></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="_c_p_u_meter_core_8h.html">CPUMeterCore.h</a></td><td class="dirtab"><a class="el" href="dir_81fe3c9db349a38b2f5ab5431825e315.html">NodeComponents</a>&#160;/&#160;<a class="el" href="dir_714e032158aa0c5d4c10c20c20b68c1c.html">Hardware</a>&#160;/&#160;<a class="el" href="dir_496a2730e71ddce2e5bc2a3b1aebd6e9.html">CPUs</a>&#160;/&#160;<a class="el" href="dir_831c88c2b3bb4f81c6ac4b5856f3cb5f.html">CPUController</a>&#160;/&#160;<a class="el" href="_c_p_u_controller_8h.html">CPUController.h</a></td></tr></table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Apr 15 2016 12:41:12 for QoSSimTool 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>
roran-pack/smartphone/css/owl.carousel.css
daicaga/ui_templates
/* * Owl Carousel Owl Demo Theme * v1.24 */ #owl-demo .item{ margin: 0.5em; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; padding: 1em; cursor:pointer; } #owl-demo .item:hover a{ color:#171717; } #owl-demo .item img{ display: block; height: auto; width: 100%; } .item img,.item a,.item p{ transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } .item img:hover,.item a:hover,.item p:hover{ opacity:1; } .owl-theme .owl-controls{ margin-top: 10px; text-align: center; } /*****/ .carousel{ margin: 0 0.7em; background: #ffffff; transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; border-bottom:3px solid #39A38F; } .flexslider .slides img {width: 100%; display: block;} /*-----*/ .caption-info-head{ padding:1em 1em; } .carousel:hover{ background:#39A38F; } .carousel li:hover .caption-info-head-right span{ background:url(../images/arrows.png) no-repeat 0px -26px; } .caption-info-head-left{ float:left; width:80%; } .caption-info-head-left h4 a{ color: #303030; font-size: 1.1em; font-weight: 400; } .caption-info-head-left span{ color:#A3A3A3; font-size:0.95em; } .carousel:hover { -webkit-transform: scale(1.04) translateY(-5px); z-index: 1; border-bottom: 0 none; } .carousel:hover .caption-info-head-left h4 a{ color:#FFF; } .carousel:hover .caption-info-head-left span{ color:#fff; } .caption-info-head-right{ float:right; width:20%; margin-top: 0.32em; } .caption-info-head-right span{ width:20px; height:16px; background:url(../images/arrows.png) no-repeat 0px 0px; display:inline-block; } /* Styling Next and Prev buttons */ .owl-theme .owl-controls .owl-buttons div{ color: #FFF; display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ margin: 5px; height:26px; width:20px; display:block; font-size: 12px; } /* Clickable class fix problem with hover on touch devices */ /* Use it for non-touch hover action */ .owl-theme .owl-controls.clickable .owl-buttons div:hover{ text-decoration: none; } .owl-prev { position: absolute; top: 40%; left: 0%; background: url(../images/c-arrows.png) no-repeat; } .owl-prev:hover { background: url(../images/c-arrows.png) -50px 0px no-repeat; } .owl-next{ position: absolute; top: 40%; right: 0%; background: url(../images/c-arrows.png) no-repeat -19px 0px; } .owl-next:hover{ background: url(../images/c-arrows.png) no-repeat -71px 0px; } /* Styling Pagination*/ .owl-theme .owl-controls .owl-page{ display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ } .owl-theme .owl-controls .owl-page span{ display: block; width: 12px; height: 12px; margin: 5px 7px; filter: Alpha(Opacity=50);/*IE7 fix*/ opacity: 0.5; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; background:#39A38F; } .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; } /* If PaginationNumbers is true */ .owl-theme .owl-controls .owl-page span.owl-numbers{ height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; } /* preloading images */ .owl-item.loading{ min-height: 150px; background: url(AjaxLoader.gif) no-repeat center center } /* * Core Owl Carousel CSS File * v1.24 */ /* clearfix */ .owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } /* display none until init */ .owl-carousel{ display: none; position: relative; width: 100%; -ms-touch-action: pan-y; margin: 2% 0 4%; } .owl-carousel .owl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; } .owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; } .owl-carousel .owl-item{ float: left; } .owl-controls .owl-page, .owl-controls .owl-buttons div{ cursor: pointer; } .owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /******/ .caption-info-head-right li { float:left; margin-left: 0.8em; } .caption-info-head-right li:nth-child(1) { margin-left: 0%; } .caption-info-head-right li a span{ width:15px; height:17px; background: url(../images/socil.png); display:block; } .carousel:hover .caption-info-head-right ul .twitter a span { background: url(../images/socil.png) no-repeat -57px -54px ; } .carousel:hover .caption-info-head-right ul .facebook a span{ background: url(../images/socil.png) no-repeat -88px -54px ; } .social_icons li a span{ width:15px; height:17px; background: url(../images/socil.png) no-repeat; display:block; } .caption-info-head-right ul .twitter a span { background-position: -57px 0px ; } .caption-info-head-right ul .facebook a span { background-position: -84px 0px; } /******/ /* mouse grab icon */ .grabbing { cursor:url(grabbing.png) 8 8, move; } /* fix */ .owl-carousel .owl-wrapper, .owl-carousel .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); } /* CSS3 Transitions */ .owl-origin { -webkit-perspective: 1200px; -webkit-perspective-origin-x : 50%; -webkit-perspective-origin-y : 50%; -moz-perspective : 1200px; -moz-perspective-origin-x : 50%; -moz-perspective-origin-y : 50%; perspective : 1200px; } /* fade */ .owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease; } .owl-fade-in { -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease; animation: fadeIn .7s both ease; } /* backSlide */ .owl-backSlide-out { -webkit-animation: backSlideOut 1s both ease; -moz-animation: backSlideOut 1s both ease; animation: backSlideOut 1s both ease; } .owl-backSlide-in { -webkit-animation: backSlideIn 1s both ease; -moz-animation: backSlideIn 1s both ease; animation: backSlideIn 1s both ease; } /* goDown */ .owl-goDown-out { -webkit-animation: scaleToFade .7s ease both; -moz-animation: scaleToFade .7s ease both; animation: scaleToFade .7s ease both; } .owl-goDown-in { -webkit-animation: goDown .6s ease both; -moz-animation: goDown .6s ease both; animation: goDown .6s ease both; } /* scaleUp */ .owl-fadeUp-in { -webkit-animation: scaleUpFrom .5s ease both; -moz-animation: scaleUpFrom .5s ease both; animation: scaleUpFrom .5s ease both; } .owl-fadeUp-out { -webkit-animation: scaleUpTo .5s ease both; -moz-animation: scaleUpTo .5s ease both; animation: scaleUpTo .5s ease both; } /* Keyframes */ /*empty*/ @-webkit-keyframes empty { 0% {opacity: 1} } @-moz-keyframes empty { 0% {opacity: 1} } @keyframes empty { 0% {opacity: 1} } @-webkit-keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } } @-moz-keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } } @keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } } @-webkit-keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } @-moz-keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } @keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } @-webkit-keyframes backSlideOut { 25% { opacity: .5; -webkit-transform: translateZ(-500px); } 75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); } } @-moz-keyframes backSlideOut { 25% { opacity: .5; -moz-transform: translateZ(-500px); } 75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); } } @keyframes backSlideOut { 25% { opacity: .5; transform: translateZ(-500px); } 75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); } } @-webkit-keyframes backSlideIn { 0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; -webkit-transform: translateZ(-500px); } 100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); } } @-moz-keyframes backSlideIn { 0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; -moz-transform: translateZ(-500px); } 100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); } } @keyframes backSlideIn { 0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; transform: translateZ(-500px); } 100% { opacity: 1; transform: translateZ(0) translateX(0); } } @-webkit-keyframes scaleToFade { to { opacity: 0; -webkit-transform: scale(.8); } } @-moz-keyframes scaleToFade { to { opacity: 0; -moz-transform: scale(.8); } } @keyframes scaleToFade { to { opacity: 0; transform: scale(.8); } } @-webkit-keyframes goDown { from { -webkit-transform: translateY(-100%); } } @-moz-keyframes goDown { from { -moz-transform: translateY(-100%); } } @keyframes goDown { from { transform: translateY(-100%); } } @-webkit-keyframes scaleUpFrom { from { opacity: 0; -webkit-transform: scale(1.5); } } @-moz-keyframes scaleUpFrom { from { opacity: 0; -moz-transform: scale(1.5); } } @keyframes scaleUpFrom { from { opacity: 0; transform: scale(1.5); } } @-webkit-keyframes scaleUpTo { to { opacity: 0; -webkit-transform: scale(1.5); } } @-moz-keyframes scaleUpTo { to { opacity: 0; -moz-transform: scale(1.5); } } @keyframes scaleUpTo { to { opacity: 0; transform: scale(1.5); } } /*--//offers-head--*/ .owl-carousel { } .da-slide { padding: 0 2% } .da-slide h2 { top:120px; margin-left:10px; font-size: 30px; } .da-slide p { margin-left:10px; top: 150px; font-size: 13px; } .da-slider { min-width: 300px; } .da-slide .da-link { top:240px; margin-left:10px; padding: 8px 18px 6px; font-size:1.2em; } .da-arrows span.da-arrows-next { right: 12px; } .caption-info-head-left { float: none; width: 100%; } .caption-info-head-right { float: none; width: 30%; margin-top: 1em; }
ext/packages/ext-theme-neptune-touch/build/resources/ext-theme-neptune-touch-all-rtl-debug_02.css
grgur/Sencha5-Finance
/* line 369, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-right-tc { height: 5px; } /* line 372, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-right-bc { height: 5px; } /* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-right-tl, .x-panel-header-light-framed-collapsed-right-bl, .x-panel-header-light-framed-collapsed-right-tr, .x-panel-header-light-framed-collapsed-right-br, .x-panel-header-light-framed-collapsed-right-tc, .x-panel-header-light-framed-collapsed-right-bc, .x-panel-header-light-framed-collapsed-right-ml, .x-panel-header-light-framed-collapsed-right-mr { background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-corners.png); } /* line 397, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-rtl.x-panel-header-light-framed-collapsed-right-tl, .x-rtl.x-panel-header-light-framed-collapsed-right-ml, .x-rtl.x-panel-header-light-framed-collapsed-right-bl, .x-rtl.x-panel-header-light-framed-collapsed-right-tr, .x-rtl.x-panel-header-light-framed-collapsed-right-mr, .x-rtl.x-panel-header-light-framed-collapsed-right-br { background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.png); } /* line 423, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-right-ml, .x-panel-header-light-framed-collapsed-right-mr { background-image: url(images/panel-header/panel-header-light-framed-collapsed-right-sides.png); background-repeat: repeat-y; } /* line 433, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-right-mc { padding: 11px 1px 11px 1px; } /*<if slicer>*/ /* line 78, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */ .x-panel-header-light-framed-collapsed-right:after { display: none; content: "x-slicer:corners:url(images/panel-header/panel-header-light-framed-collapsed-right-corners.png), corners-rtl:url(images/panel-header/panel-header-light-framed-collapsed-right-corners-rtl.png), sides:url(images/panel-header/panel-header-light-framed-collapsed-right-sides.png)"; } /*</if slicer>*/ /* */ /* line 146, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; padding: 1px 11px 1px 11px; border-width: 5px; border-style: solid; background-color: #dfeaf2; } /* line 196, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-mc { background-color: #dfeaf2; } /* line 243, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-nbr .x-panel-header-light-framed-collapsed-bottom { padding: 0 !important; border-width: 0 !important; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; background-color: transparent; } /* line 258, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-frameInfo { font-family: dh-4-4-4-4-5-5-5-5-1-11-1-11; } /* line 324, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-tl { background-position: 0 -10px; } /* line 328, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-tr { background-position: right -15px; } /* line 332, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-bl { background-position: 0 -20px; } /* line 336, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-br { background-position: right -25px; } /* line 340, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-ml { background-position: 0 bottom; } /* line 344, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-mr { background-position: right bottom; } /* line 348, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-tc { background-position: 0 0; } /* line 352, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-bc { background-position: 0 -5px; } /* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-tr, .x-panel-header-light-framed-collapsed-bottom-br, .x-panel-header-light-framed-collapsed-bottom-mr { padding-right: 5px; } /* line 365, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-tl, .x-panel-header-light-framed-collapsed-bottom-bl, .x-panel-header-light-framed-collapsed-bottom-ml { padding-left: 5px; } /* line 369, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-tc { height: 5px; } /* line 372, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-bc { height: 5px; } /* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-tl, .x-panel-header-light-framed-collapsed-bottom-bl, .x-panel-header-light-framed-collapsed-bottom-tr, .x-panel-header-light-framed-collapsed-bottom-br, .x-panel-header-light-framed-collapsed-bottom-tc, .x-panel-header-light-framed-collapsed-bottom-bc, .x-panel-header-light-framed-collapsed-bottom-ml, .x-panel-header-light-framed-collapsed-bottom-mr { background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.png); } /* line 423, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-ml, .x-panel-header-light-framed-collapsed-bottom-mr { background-image: url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.png); background-repeat: repeat-y; } /* line 433, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-bottom-mc { padding: 1px 11px 1px 11px; } /*<if slicer>*/ /* line 78, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */ .x-panel-header-light-framed-collapsed-bottom:after { display: none; content: "x-slicer:corners:url(images/panel-header/panel-header-light-framed-collapsed-bottom-corners.png), sides:url(images/panel-header/panel-header-light-framed-collapsed-bottom-sides.png)"; } /*</if slicer>*/ /* */ /* line 146, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; padding: 11px 1px 11px 1px; border-width: 5px; border-style: solid; background-color: #dfeaf2; } /* line 185, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-rtl.x-panel-header-light-framed-collapsed-left { background-image: none; background-color: #dfeaf2; } /* line 196, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-mc { background-color: #dfeaf2; } /* line 243, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-nbr .x-panel-header-light-framed-collapsed-left { padding: 0 !important; border-width: 0 !important; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; background-color: transparent; } /* line 258, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-frameInfo { font-family: dh-4-4-4-4-5-5-5-5-11-1-11-1; } /* line 324, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-tl { background-position: 0 -10px; } /* line 328, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-tr { background-position: right -15px; } /* line 332, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-bl { background-position: 0 -20px; } /* line 336, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-br { background-position: right -25px; } /* line 340, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-ml { background-position: 0 left; } /* line 344, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-mr { background-position: right left; } /* line 348, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-tc { background-position: 0 0; } /* line 352, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-bc { background-position: 0 -5px; } /* line 359, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-tr, .x-panel-header-light-framed-collapsed-left-br, .x-panel-header-light-framed-collapsed-left-mr { padding-right: 5px; } /* line 365, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-tl, .x-panel-header-light-framed-collapsed-left-bl, .x-panel-header-light-framed-collapsed-left-ml { padding-left: 5px; } /* line 369, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-tc { height: 5px; } /* line 372, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-bc { height: 5px; } /* line 383, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-tl, .x-panel-header-light-framed-collapsed-left-bl, .x-panel-header-light-framed-collapsed-left-tr, .x-panel-header-light-framed-collapsed-left-br, .x-panel-header-light-framed-collapsed-left-tc, .x-panel-header-light-framed-collapsed-left-bc, .x-panel-header-light-framed-collapsed-left-ml, .x-panel-header-light-framed-collapsed-left-mr { background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-corners.png); } /* line 397, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-rtl.x-panel-header-light-framed-collapsed-left-tl, .x-rtl.x-panel-header-light-framed-collapsed-left-ml, .x-rtl.x-panel-header-light-framed-collapsed-left-bl, .x-rtl.x-panel-header-light-framed-collapsed-left-tr, .x-rtl.x-panel-header-light-framed-collapsed-left-mr, .x-rtl.x-panel-header-light-framed-collapsed-left-br { background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.png); } /* line 423, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-ml, .x-panel-header-light-framed-collapsed-left-mr { background-image: url(images/panel-header/panel-header-light-framed-collapsed-left-sides.png); background-repeat: repeat-y; } /* line 433, ../../../ext-theme-base/sass/etc/mixins/frame.scss */ .x-panel-header-light-framed-collapsed-left-mc { padding: 11px 1px 11px 1px; } /*<if slicer>*/ /* line 78, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */ .x-panel-header-light-framed-collapsed-left:after { display: none; content: "x-slicer:corners:url(images/panel-header/panel-header-light-framed-collapsed-left-corners.png), corners-rtl:url(images/panel-header/panel-header-light-framed-collapsed-left-corners-rtl.png), sides:url(images/panel-header/panel-header-light-framed-collapsed-left-sides.png)"; } /*</if slicer>*/ /* */ /* line 434, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel .x-panel-header-light-framed-top { border-bottom-width: 5px !important; } /* line 438, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel .x-panel-header-light-framed-right { border-left-width: 5px !important; } /* line 442, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel .x-panel-header-light-framed-bottom { border-top-width: 5px !important; } /* line 446, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel .x-panel-header-light-framed-left { border-right-width: 5px !important; } /* line 452, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-nbr .x-panel-header-light-framed-collapsed-top { border-bottom-width: 0 !important; } /* line 456, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-nbr .x-panel-header-light-framed-collapsed-right { border-left-width: 0 !important; } /* line 460, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-nbr .x-panel-header-light-framed-collapsed-bottom { border-top-width: 0 !important; } /* line 464, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-nbr .x-panel-header-light-framed-collapsed-left { border-right-width: 0 !important; } /* line 562, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-vertical .x-panel-header-text-container { -webkit-transform: rotate(90deg); -webkit-transform-origin: 0 0; -moz-transform: rotate(90deg); -moz-transform-origin: 0 0; -o-transform: rotate(90deg); -o-transform-origin: 0 0; transform: rotate(90deg); transform-origin: 0 0; } /* line 36, ../../../ext-theme-base/sass/etc/mixins/rotate-element.scss */ .x-ie9m .x-panel-header-light-framed-vertical .x-panel-header-text-container { background-color: #dfeaf2; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1), progid:DXImageTransform.Microsoft.Chroma(color=#dfeaf2); } /* line 567, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-vertical .x-rtl.x-panel-header-text-container { -webkit-transform: rotate(270deg); -webkit-transform-origin: 100% 0; -moz-transform: rotate(270deg); -moz-transform-origin: 100% 0; -o-transform: rotate(270deg); -o-transform-origin: 100% 0; transform: rotate(270deg); transform-origin: 100% 0; } /* line 36, ../../../ext-theme-base/sass/etc/mixins/rotate-element.scss */ .x-ie9m .x-panel-header-light-framed-vertical .x-rtl.x-panel-header-text-container { background-color: #dfeaf2; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3), progid:DXImageTransform.Microsoft.Chroma(color=#dfeaf2); } /* line 591, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed .x-panel-header-icon { width: 16px; height: 16px; background-position: center center; } /* line 596, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed .x-panel-header-glyph { color: white; font-size: 16px; line-height: 16px; opacity: 0.5; } /* line 613, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-ie8 .x-panel-header-light-framed .x-panel-header-glyph { color: #eff4f8; } /* line 622, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-horizontal .x-panel-header-icon-before-title { margin: 0 6px 0 0; } /* line 627, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-horizontal .x-rtl.x-panel-header-icon-before-title { margin: 0 0 0 6px; } /* line 632, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-horizontal .x-panel-header-icon-after-title { margin: 0 0 0 6px; } /* line 637, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-horizontal .x-rtl.x-panel-header-icon-after-title { margin: 0 6px 0 0; } /* line 644, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-vertical .x-panel-header-icon-before-title { margin: 0 0 6px 0; } /* line 649, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-vertical .x-rtl.x-panel-header-icon-before-title { margin: 0 0 6px 0; } /* line 654, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-vertical .x-panel-header-icon-after-title { margin: 6px 0 0 0; } /* line 659, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-vertical .x-rtl.x-panel-header-icon-after-title { margin: 6px 0 0 0; } /* line 667, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-horizontal .x-tool-after-title { margin: 0 0 0 6px; } /* line 672, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-horizontal .x-rtl.x-tool-after-title { margin: 0 6px 0 0; } /* line 677, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-horizontal .x-tool-before-title { margin: 0 6px 0 0; } /* line 682, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-horizontal .x-rtl.x-tool-before-title { margin: 0 0 0 6px; } /* line 689, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-vertical .x-tool-after-title { margin: 6px 0 0 0; } /* line 694, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-vertical .x-rtl.x-tool-after-title { margin: 6px 0 0 0; } /* line 699, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-vertical .x-tool-before-title { margin: 0 0 6px 0; } /* line 704, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-header-light-framed-vertical .x-rtl.x-tool-before-title { margin: 0 0 6px 0; } /* line 712, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-rtl.x-panel-header-light-framed-collapsed-border-right { border-right-width: 5px !important; } /* line 715, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-rtl.x-panel-header-light-framed-collapsed-border-left { border-left-width: 5px !important; } /* line 726, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-light-framed-resizable { overflow: visible; } /* line 729, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-light-framed-resizable .x-panel-handle { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; } /* line 738, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-light-framed-resizable .x-panel-handle-north-br { top: -5px; } /* line 741, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-light-framed-resizable .x-panel-handle-south-br { bottom: -5px; } /* line 744, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-light-framed-resizable .x-panel-handle-east-br { right: -5px; } /* line 747, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-light-framed-resizable .x-panel-handle-west-br { left: -5px; } /* line 750, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-light-framed-resizable .x-panel-handle-northwest-br { left: -5px; top: -5px; } /* line 754, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-light-framed-resizable .x-panel-handle-northeast-br { right: -5px; top: -5px; } /* line 758, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-light-framed-resizable .x-panel-handle-southeast-br { right: -5px; bottom: -5px; } /* line 762, ../../../ext-theme-neutral/sass/src/panel/Panel.scss */ .x-panel-light-framed-resizable .x-panel-handle-southwest-br { left: -5px; bottom: -5px; } /* line 2, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-l { border-left-color: #dfeaf2 !important; border-left-width: 5px !important; } /* line 6, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-b { border-bottom-color: #dfeaf2 !important; border-bottom-width: 5px !important; } /* line 10, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-bl { border-bottom-color: #dfeaf2 !important; border-bottom-width: 5px !important; border-left-color: #dfeaf2 !important; border-left-width: 5px !important; } /* line 16, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-r { border-right-color: #dfeaf2 !important; border-right-width: 5px !important; } /* line 20, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-rl { border-right-color: #dfeaf2 !important; border-right-width: 5px !important; border-left-color: #dfeaf2 !important; border-left-width: 5px !important; } /* line 26, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-rb { border-right-color: #dfeaf2 !important; border-right-width: 5px !important; border-bottom-color: #dfeaf2 !important; border-bottom-width: 5px !important; } /* line 32, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-rbl { border-right-color: #dfeaf2 !important; border-right-width: 5px !important; border-bottom-color: #dfeaf2 !important; border-bottom-width: 5px !important; border-left-color: #dfeaf2 !important; border-left-width: 5px !important; } /* line 40, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-t { border-top-color: #dfeaf2 !important; border-top-width: 5px !important; } /* line 44, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-tl { border-top-color: #dfeaf2 !important; border-top-width: 5px !important; border-left-color: #dfeaf2 !important; border-left-width: 5px !important; } /* line 50, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-tb { border-top-color: #dfeaf2 !important; border-top-width: 5px !important; border-bottom-color: #dfeaf2 !important; border-bottom-width: 5px !important; } /* line 56, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-tbl { border-top-color: #dfeaf2 !important; border-top-width: 5px !important; border-bottom-color: #dfeaf2 !important; border-bottom-width: 5px !important; border-left-color: #dfeaf2 !important; border-left-width: 5px !important; } /* line 64, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-tr { border-top-color: #dfeaf2 !important; border-top-width: 5px !important; border-right-color: #dfeaf2 !important; border-right-width: 5px !important; } /* line 70, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-trl { border-top-color: #dfeaf2 !important; border-top-width: 5px !important; border-right-color: #dfeaf2 !important; border-right-width: 5px !important; border-left-color: #dfeaf2 !important; border-left-width: 5px !important; } /* line 78, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-trb { border-top-color: #dfeaf2 !important; border-top-width: 5px !important; border-right-color: #dfeaf2 !important; border-right-width: 5px !important; border-bottom-color: #dfeaf2 !important; border-bottom-width: 5px !important; } /* line 86, ../../../ext-theme-base/sass/etc/mixins/border-management.scss */ .x-panel-light-framed-outer-border-trbl { border-color: #dfeaf2 !important; border-width: 5px !important; } /* line 1, ../../../ext-theme-neptune/sass/src/grid/header/Container.scss */ .x-grid-header-ct { border: 1px solid #c1c1c1; } /* line 6, ../../../ext-theme-neptune/sass/src/grid/column/Column.scss */ .x-column-header-trigger { background: #eef6fb url(images/grid/hd-pop.png) no-repeat center center; border-left: 1px solid #c1c1c1; } /* line 12, ../../../ext-theme-neptune/sass/src/grid/column/Column.scss */ .x-rtl.x-column-header-trigger { border-right: 1px solid #c1c1c1; border-left: 0; } /* line 18, ../../../ext-theme-neptune/sass/src/grid/column/Column.scss */ .x-column-header-last { border-right-width: 0; } /* line 20, ../../../ext-theme-neptune/sass/src/grid/column/Column.scss */ .x-column-header-last .x-column-header-over .x-column-header-trigger { border-right: 1px solid #c1c1c1; } /* line 26, ../../../ext-theme-neptune/sass/src/grid/column/Column.scss */ .x-rtl.x-column-header-last { border-left-width: 0; } /* line 28, ../../../ext-theme-neptune/sass/src/grid/column/Column.scss */ .x-rtl.x-column-header-last .x-column-header-over .x-column-header-trigger { border-left: 1px solid #c1c1c1; } /* line 3, ../../../ext-theme-neptune/sass/src/form/field/File.scss */ .x-form-file-wrap .x-form-trigger-wrap { border: 0; } /* line 7, ../../../ext-theme-neptune/sass/src/form/field/File.scss */ .x-form-file-wrap .x-form-trigger-wrap .x-form-text { border: 1px solid; border-color: #c1c1c1 #d9d9d9 #d9d9d9; height: 32px; } /* line 1, ../../../ext-theme-neptune/sass/src/form/field/HtmlEditor.scss */ .x-html-editor-container { border: 1px solid; border-color: #c1c1c1 #d9d9d9 #d9d9d9; } /* line 1, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */ .x-resizable-handle { background-color: #c1c1c1; background-repeat: no-repeat; } /* line 10, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */ .x-resizable-over .x-resizable-handle-east, .x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west { background-position: center; } /* line 15, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */ .x-resizable-over .x-resizable-handle-south, .x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north { background-position: center; } /* line 19, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */ .x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast { background-position: -2px -2px; } /* line 23, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */ .x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest { background-position: 2px 2px; } /* line 27, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */ .x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast { background-position: -2px 2px; } /* line 31, ../../../ext-theme-neptune/sass/src/resizer/Resizer.scss */ .x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest { background-position: 2px -2px; }
Resources/site/apidocs/index-all.html
di3goandres/psp21
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_20) on Sat Mar 07 20:23:59 COT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Index (psp21 1.0-SNAPSHOT API)</title> <meta name="date" content="2015-03-07"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Index (psp21 1.0-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>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 class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li> <li><a href="index-all.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="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a name="I:A"> <!-- --> </a> <h2 class="title">A</h2> <dl> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/model/Simpson.html#adjustD-double-double-double-">adjustD(double, double, double)</a></span> - Method in class edu.uniandes.ecos.model.<a href="edu/uniandes/ecos/model/Simpson.html" title="class in edu.uniandes.ecos.model">Simpson</a></dt> <dd> <div class="block">Metodo que ajusta el valor de D</div> </dd> <dt><a href="edu/uniandes/ecos/view/App.html" title="class in edu.uniandes.ecos.view"><span class="typeNameLink">App</span></a> - Class in <a href="edu/uniandes/ecos/view/package-summary.html">edu.uniandes.ecos.view</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/view/App.html#App--">App()</a></span> - Constructor for class edu.uniandes.ecos.view.<a href="edu/uniandes/ecos/view/App.html" title="class in edu.uniandes.ecos.view">App</a></dt> <dd>&nbsp;</dd> </dl> <a name="I:C"> <!-- --> </a> <h2 class="title">C</h2> <dl> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/model/Simpson.html#Calcular-double-double-">Calcular(double, double)</a></span> - Method in class edu.uniandes.ecos.model.<a href="edu/uniandes/ecos/model/Simpson.html" title="class in edu.uniandes.ecos.model">Simpson</a></dt> <dd> <div class="block">metodo encargado de hacer los calculos de las integrales y devolver el resultado</div> </dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/model/Simpson.html#CalcularFactorial-double-">CalcularFactorial(double)</a></span> - Method in class edu.uniandes.ecos.model.<a href="edu/uniandes/ecos/model/Simpson.html" title="class in edu.uniandes.ecos.model">Simpson</a></dt> <dd> <div class="block">Metodo que encapsula el calculo del factorial</div> </dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/view/App.html#consoleInput-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">consoleInput(HttpServletRequest, HttpServletResponse)</a></span> - Method in class edu.uniandes.ecos.view.<a href="edu/uniandes/ecos/view/App.html" title="class in edu.uniandes.ecos.view">App</a></dt> <dd>&nbsp;</dd> </dl> <a name="I:D"> <!-- --> </a> <h2 class="title">D</h2> <dl> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/model/Simpson.html#dof">dof</a></span> - Variable in class edu.uniandes.ecos.model.<a href="edu/uniandes/ecos/model/Simpson.html" title="class in edu.uniandes.ecos.model">Simpson</a></dt> <dd> <div class="block">variable que guardara los grados de libertad</div> </dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/view/App.html#doGet-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doGet(HttpServletRequest, HttpServletResponse)</a></span> - Method in class edu.uniandes.ecos.view.<a href="edu/uniandes/ecos/view/App.html" title="class in edu.uniandes.ecos.view">App</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/view/App.html#doPost-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">doPost(HttpServletRequest, HttpServletResponse)</a></span> - Method in class edu.uniandes.ecos.view.<a href="edu/uniandes/ecos/view/App.html" title="class in edu.uniandes.ecos.view">App</a></dt> <dd>&nbsp;</dd> </dl> <a name="I:E"> <!-- --> </a> <h2 class="title">E</h2> <dl> <dt><a href="edu/uniandes/ecos/controller/package-summary.html">edu.uniandes.ecos.controller</a> - package edu.uniandes.ecos.controller</dt> <dd>&nbsp;</dd> <dt><a href="edu/uniandes/ecos/model/package-summary.html">edu.uniandes.ecos.model</a> - package edu.uniandes.ecos.model</dt> <dd>&nbsp;</dd> <dt><a href="edu/uniandes/ecos/view/package-summary.html">edu.uniandes.ecos.view</a> - package edu.uniandes.ecos.view</dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/controller/GestorNegocio.html#error-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">error(HttpServletRequest, HttpServletResponse)</a></span> - Static method in class edu.uniandes.ecos.controller.<a href="edu/uniandes/ecos/controller/GestorNegocio.html" title="class in edu.uniandes.ecos.controller">GestorNegocio</a></dt> <dd> <div class="block">Metod que en caso de error es ejecutado</div> </dd> </dl> <a name="I:G"> <!-- --> </a> <h2 class="title">G</h2> <dl> <dt><a href="edu/uniandes/ecos/controller/GestorNegocio.html" title="class in edu.uniandes.ecos.controller"><span class="typeNameLink">GestorNegocio</span></a> - Class in <a href="edu/uniandes/ecos/controller/package-summary.html">edu.uniandes.ecos.controller</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/controller/GestorNegocio.html#GestorNegocio--">GestorNegocio()</a></span> - Constructor for class edu.uniandes.ecos.controller.<a href="edu/uniandes/ecos/controller/GestorNegocio.html" title="class in edu.uniandes.ecos.controller">GestorNegocio</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/controller/GestorNegocio.html#GestorNegocio-double-double-double-">GestorNegocio(double, double, double)</a></span> - Method in class edu.uniandes.ecos.controller.<a href="edu/uniandes/ecos/controller/GestorNegocio.html" title="class in edu.uniandes.ecos.controller">GestorNegocio</a></dt> <dd> <div class="block">En el constructor de la clase negocio, instanciamos la clase simpson para generar los calculos correspondientes</div> </dd> </dl> <a name="I:M"> <!-- --> </a> <h2 class="title">M</h2> <dl> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/view/App.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class edu.uniandes.ecos.view.<a href="edu/uniandes/ecos/view/App.html" title="class in edu.uniandes.ecos.view">App</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/view/PrettyPrinting.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class edu.uniandes.ecos.view.<a href="edu/uniandes/ecos/view/PrettyPrinting.html" title="class in edu.uniandes.ecos.view">PrettyPrinting</a></dt> <dd>&nbsp;</dd> </dl> <a name="I:O"> <!-- --> </a> <h2 class="title">O</h2> <dl> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/model/Simpson.html#ObtenerDof--">ObtenerDof()</a></span> - Method in class edu.uniandes.ecos.model.<a href="edu/uniandes/ecos/model/Simpson.html" title="class in edu.uniandes.ecos.model">Simpson</a></dt> <dd> <div class="block">Metodo que retorna el valor de dof, o variable de grados de libertad.</div> </dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/model/Simpson.html#ObtenerP--">ObtenerP()</a></span> - Method in class edu.uniandes.ecos.model.<a href="edu/uniandes/ecos/model/Simpson.html" title="class in edu.uniandes.ecos.model">Simpson</a></dt> <dd> <div class="block">metodo que retorna ya el valor calculado del parametro P</div> </dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/model/Simpson.html#ObtenerParameterX--">ObtenerParameterX()</a></span> - Method in class edu.uniandes.ecos.model.<a href="edu/uniandes/ecos/model/Simpson.html" title="class in edu.uniandes.ecos.model">Simpson</a></dt> <dd> <div class="block">Retorna el valor del parametro X</div> </dd> </dl> <a name="I:P"> <!-- --> </a> <h2 class="title">P</h2> <dl> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/model/Simpson.html#parameterX">parameterX</a></span> - Variable in class edu.uniandes.ecos.model.<a href="edu/uniandes/ecos/model/Simpson.html" title="class in edu.uniandes.ecos.model">Simpson</a></dt> <dd> <div class="block">variable que guardara el valor del parametro X ingresado</div> </dd> <dt><a href="edu/uniandes/ecos/view/PrettyPrinting.html" title="class in edu.uniandes.ecos.view"><span class="typeNameLink">PrettyPrinting</span></a> - Class in <a href="edu/uniandes/ecos/view/package-summary.html">edu.uniandes.ecos.view</a></dt> <dd> <div class="block">Hello world!</div> </dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/view/PrettyPrinting.html#PrettyPrinting--">PrettyPrinting()</a></span> - Constructor for class edu.uniandes.ecos.view.<a href="edu/uniandes/ecos/view/PrettyPrinting.html" title="class in edu.uniandes.ecos.view">PrettyPrinting</a></dt> <dd>&nbsp;</dd> </dl> <a name="I:S"> <!-- --> </a> <h2 class="title">S</h2> <dl> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/controller/GestorNegocio.html#showHome-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-">showHome(HttpServletRequest, HttpServletResponse)</a></span> - Static method in class edu.uniandes.ecos.controller.<a href="edu/uniandes/ecos/controller/GestorNegocio.html" title="class in edu.uniandes.ecos.controller">GestorNegocio</a></dt> <dd> <div class="block">Metodo que muestra en web la pantalla de inicio</div> </dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/controller/GestorNegocio.html#showResults-javax.servlet.http.HttpServletRequest-javax.servlet.http.HttpServletResponse-edu.uniandes.ecos.model.Simpson-">showResults(HttpServletRequest, HttpServletResponse, Simpson)</a></span> - Static method in class edu.uniandes.ecos.controller.<a href="edu/uniandes/ecos/controller/GestorNegocio.html" title="class in edu.uniandes.ecos.controller">GestorNegocio</a></dt> <dd> <div class="block">Metodo para mostrar en la pantalla web el resultado de los calculos</div> </dd> <dt><a href="edu/uniandes/ecos/model/Simpson.html" title="class in edu.uniandes.ecos.model"><span class="typeNameLink">Simpson</span></a> - Class in <a href="edu/uniandes/ecos/model/package-summary.html">edu.uniandes.ecos.model</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/model/Simpson.html#Simpson-double-double-double-">Simpson(double, double, double)</a></span> - Constructor for class edu.uniandes.ecos.model.<a href="edu/uniandes/ecos/model/Simpson.html" title="class in edu.uniandes.ecos.model">Simpson</a></dt> <dd> <div class="block">Constructor de la clase</div> </dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/model/Simpson.html#Simpson-double-double-">Simpson(double, double)</a></span> - Constructor for class edu.uniandes.ecos.model.<a href="edu/uniandes/ecos/model/Simpson.html" title="class in edu.uniandes.ecos.model">Simpson</a></dt> <dd> <div class="block">Constructor de la clase para encontrar el valor de X</div> </dd> <dt><span class="memberNameLink"><a href="edu/uniandes/ecos/model/Simpson.html#Simpson--">Simpson()</a></span> - Constructor for class edu.uniandes.ecos.model.<a href="edu/uniandes/ecos/model/Simpson.html" title="class in edu.uniandes.ecos.model">Simpson</a></dt> <dd> <div class="block">Constructor Vacio de la clase</div> </dd> </dl> <a href="#I:A">A</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:S">S</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="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 class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li> <li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p> </body> </html>
site/_includes/slideshow.html
micromata/projectforge
<div class="uk-position-relative uk-visible-toggle uk-light" data-uk-slideshow> <ul class="uk-slideshow-items"> {% for image in site.static_files %} {% if image.path contains include.folder %} <li><img src="{{ image.path | absolute_url }}" data-uk-cover></li> {% endif %} {% endfor %} </ul> <a class="uk-position-center-left uk-position-small uk-hidden-hover" href="#" data-uk-slidenav-previous data-uk-slideshow-item="previous"></a> <a class="uk-position-center-right uk-position-small uk-hidden-hover" href="#" data-uk-slidenav-next data-uk-slideshow-item="next"></a> </div>
lib/css/tweaks.css
Odyseus/CustomButtons
/* DataTables toolbar */ .toolbar { float: left; } #xml-dir-table_filter { width: 100% !important; } /* DataTables toolbar */ /* For fixed header */ body { padding-top: 70px; } /* For fixed header */ /* Footer tweaks */ #footer { color: #C8C8C8; min-height: 60px !important; bottom: 0 !important; right: 0 !important; left: 0 !important; padding: 0 !important; border-radius: 0 !important; border: none !important; margin-bottom: 0 !important; } .footer-inner { margin-top: 20px; } /* Footer tweaks */ /* Various tweaks */ .container { padding-bottom: 1em !important; margin-bottom: 1em !important; } .container img { max-width: 100% !important; height: auto !important; } em { font-weight: 600; } /* Various tweaks */ /* Start box-sizing reset */ /* Option 2A: Reset an entire region via CSS */ .reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } /* End box-sizing reset */ /* Class for center images */ .centered_image { text-align: center; } /* Class for center images */ /* Navbar shadow */ #autohide_navbar { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175); } /* Navbar shadow */ /* Font preferences */ html, body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } code, kbd, pre, samp { font-family: "DejaVu Sans Mono", "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; } /* Font preferences */ /* For Back To Top Button */ #top-link { /*min-height: 18px;*/ padding: 2px 6px 3px 6px ; border-radius: 3px; } #top-link-block.affix-top { position: absolute; /* allows it to "slide" up into view */ bottom: -82px; right: 10px; } #top-link-block.affix { position: fixed; /* keeps it on the bottom once in view */ bottom: 18px; right: 10px; } #top-link { color: #555; background-color: rgba(200, 200, 200, 1)outline:none; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); } /* For Back To Top Button */ /* General responsiveness tweaks */ @media all (min-width:480px) and (max-width:768px) { /* For Back To Top Button */ #top-link-block.affix-top { right: 0; } #top-link-block.affix { bottom: 8px; right: 0; } /* For Back To Top Button */ } @media all (min-width:240px) and (max-width:480px) { /* For Back To Top Button */ #top-link-block.affix-top { right: 0; } #top-link-block.affix { bottom: 8px; right: 0; } /* For Back To Top Button */ } /* General responsiveness tweaks */ /* Start Carousel tweaks */ .carousel-control.left { background-image: linear-gradient(to right, rgba(150, 150, 150, 0.3) 0%, rgba(150, 150, 150, 0.0001) 100%); } .carousel-control.right { background-image: linear-gradient(to right, rgba(150, 150, 150, 0.0001) 0%, rgba(150, 150, 150, 0.3) 100%); } .carousel-caption > h2 { border-bottom: none !important; } .carousel-indicators li { background-color: rgba(50, 50, 50, 0.5) !important; } .carousel-indicators .active { background-color: rgba(50, 50, 50, .75) !important; } .carousel { width: 100% !important; /* "Needed" for those aberrations of Palemoon and Cyberfox!!!! */ } .carousel-caption { color: #000 !important; text-shadow: 0 0 5px rgba(255, 255, 255, 1) !important; } /* End Carousel tweaks */ /* Start clearable text boxes */ .clearable { background: #fff url(data:image/gif;base64,R0lGODlhCgAJAIAAAAAAAP///yH5BAEAAAEALAAAAAAKAAkAAAISjI8BgGvLlHtwnpqkpZh72TAFADs=) no-repeat right -10px center; padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */ } .clearable.x { background-position: right 5px center; } .clearable.onX { cursor: pointer; } /* End clearable text boxes */ /* Start Index tweaks */ #xml-dir-table tr td:last-child, #xml-dir-table tr td:nth-last-child(2), #xml-dir-table tr td:nth-last-child(3), #xml-dir-table tr td:nth-last-child(4) { width: 1%; white-space: nowrap; } #xml-dir-table h4 a, #xml-dir-table tr td a { text-decoration: none !important; } #xml-dir-table tr th, #xml-dir-table .btn-index-source, #xml-dir-table .btn-index-homepage, #xml-dir-table .btn-index-lastupdate, #xml-dir-table .btn-index-author { text-align: center; } #xml-dir-table .btn-index-name { font-weight: bold; } #xml-dir-table .btn-index-image { min-width: 18px; max-width: 18px; min-height: 18px; max-height: 18px; padding-right: 5px; } #xml-dir-table #clear-filter-box { z-index: 99999; margin: 0 0 0 -15px; position: relative; display: none; } /* End Index tweaks */ /* Start Panel header links "extended clicks" */ h5.panel-title > a { position: relative !important; display: block !important; font-size: 14px !important; font-weight: 600 !important; text-decoration: none !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; /*outline: none !important;*/ } /* End Panel header links "extended clicks" */ /* Various tweaks */ div.boxed { border: #ecece7 solid 1px; border-radius: 5px; box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1), 2px 2px 0 rgba(0, 0, 0, 0.1); } .container h1, .container h2 { border-bottom: 1px solid #e0e0dc; } /* Various tweaks */ /* pre tag tweaks */ pre { background-color: #f8f8f8 !important; /* Tweak for XCode "Highlight" Theme */ padding: 0 !important; } .container pre { padding-left: 15px !important; padding-right: 15px !important; } /* pre tag tweaks */
servo/script/dom/bindings/codegen/Bindings/EventBinding/EventConstants/index.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `EventConstants` mod in crate `servo`."> <meta name="keywords" content="rust, rustlang, rust-lang, EventConstants"> <title>servo::script::dom::bindings::codegen::Bindings::EventBinding::EventConstants - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../../../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../../../../../../../index.html'>servo</a>::<wbr><a href='../../../../../../index.html'>script</a>::<wbr><a href='../../../../../index.html'>dom</a>::<wbr><a href='../../../../index.html'>bindings</a>::<wbr><a href='../../../index.html'>codegen</a>::<wbr><a href='../../index.html'>Bindings</a>::<wbr><a href='../index.html'>EventBinding</a></p><script>window.sidebarCurrent = {name: 'EventConstants', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content mod"> <h1 class='fqn'><span class='in-band'>Module <a href='../../../../../../../index.html'>servo</a>::<wbr><a href='../../../../../../index.html'>script</a>::<wbr><a href='../../../../../index.html'>dom</a>::<wbr><a href='../../../../index.html'>bindings</a>::<wbr><a href='../../../index.html'>codegen</a>::<wbr><a href='../../index.html'>Bindings</a>::<wbr><a href='../index.html'>EventBinding</a>::<wbr><a class='mod' href=''>EventConstants</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-203823' class='srclink' href='../../../../../../../../export/script/dom/bindings/codegen/Bindings/EventBinding/EventConstants/index.html?gotosrc=203823' title='goto source code'>[src]</a></span></h1> <h2 id='constants' class='section-header'><a href="#constants">Constants</a></h2> <table> <tr class=' module-item'> <td><a class='constant' href='constant.AT_TARGET.html' title='servo::script::dom::bindings::codegen::Bindings::EventBinding::EventConstants::AT_TARGET'>AT_TARGET</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='constant' href='constant.BUBBLING_PHASE.html' title='servo::script::dom::bindings::codegen::Bindings::EventBinding::EventConstants::BUBBLING_PHASE'>BUBBLING_PHASE</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='constant' href='constant.CAPTURING_PHASE.html' title='servo::script::dom::bindings::codegen::Bindings::EventBinding::EventConstants::CAPTURING_PHASE'>CAPTURING_PHASE</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='constant' href='constant.NONE.html' title='servo::script::dom::bindings::codegen::Bindings::EventBinding::EventConstants::NONE'>NONE</a></td> <td class='docblock short'> </td> </tr> </table></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../../../../../../../"; window.currentCrate = "servo"; window.playgroundUrl = ""; </script> <script src="../../../../../../../../jquery.js"></script> <script src="../../../../../../../../main.js"></script> <script async src="../../../../../../../../search-index.js"></script> </body> </html>
script/dom/bindings/codegen/Bindings/HTMLAreaElementBinding/constant.sAttributes.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `sAttributes` constant in crate `script`."> <meta name="keywords" content="rust, rustlang, rust-lang, sAttributes"> <title>script::dom::bindings::codegen::Bindings::HTMLAreaElementBinding::sAttributes - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>HTMLAreaElementBinding</a></p><script>window.sidebarCurrent = {name: 'sAttributes', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>HTMLAreaElementBinding</a>::<wbr><a class='constant' href=''>sAttributes</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-224752' class='srclink' href='../../../../../../src/script///home/servo/buildbot/slave/doc/build/target/debug/build/script-49135cd7c70c0a0f/out/Bindings/HTMLAreaElementBinding.rs.html#183-196' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>const sAttributes: <a href='../../../../../../std/primitive.slice.html'>&amp;'static [</a><a class='struct' href='../../../../../../js/jsapi/struct.JSPropertySpec.html' title='js::jsapi::JSPropertySpec'>JSPropertySpec</a><a href='../../../../../../std/primitive.slice.html'>]</a><code> = </code><code>&[ JSPropertySpec { name: b"relList\0" as *const u8 as *const libc::c_char, flags: ((JSPROP_SHARED | JSPROP_ENUMERATE) & 0xFF) as u8, getter: JSNativeWrapper { op: Some(generic_getter), info: &relList_getterinfo }, setter: JSNativeWrapper { op: None, info: 0 as *const JSJitInfo } }, JSPropertySpec { name: 0 as *const libc::c_char, flags: 0, getter: JSNativeWrapper { op: None, info: 0 as *const JSJitInfo }, setter: JSNativeWrapper { op: None, info: 0 as *const JSJitInfo } } ]</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../../../../../"; window.currentCrate = "script"; window.playgroundUrl = ""; </script> <script src="../../../../../../jquery.js"></script> <script src="../../../../../../main.js"></script> <script async src="../../../../../../search-index.js"></script> </body> </html>
x11/xt/fn.XtPeekEvent.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `XtPeekEvent` fn in crate `x11`."> <meta name="keywords" content="rust, rustlang, rust-lang, XtPeekEvent"> <title>x11::xt::XtPeekEvent - Rust</title> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>xt</a></p><script>window.sidebarCurrent = {name: 'XtPeekEvent', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>xt</a>::<wbr><a class='fn' href=''>XtPeekEvent</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-61261' class='srclink' href='../../src/x11/link.rs.html#14' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub unsafe extern fn XtPeekEvent(_1: <a href='../../std/primitive.pointer.html'>*mut <a class='struct' href='../../x11/xlib/struct.XEvent.html' title='x11::xlib::XEvent'>XEvent</a></a>) -&gt; <a class='type' href='../../libc/types/os/arch/c95/type.c_char.html' title='libc::types::os::arch::c95::c_char'>c_char</a></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../"; window.currentCrate = "x11"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script async src="../../search-index.js"></script> </body> </html>
libc/funcs/bsd43/fn.setsockopt.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `setsockopt` fn in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, setsockopt"> <title>libc::funcs::bsd43::setsockopt - Rust</title> <link rel="stylesheet" type="text/css" href="../../../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <a href='../../../libc/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a> <p class='location'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>funcs</a>::<wbr><a href='index.html'>bsd43</a></p><script>window.sidebarCurrent = {name: 'setsockopt', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>funcs</a>::<wbr><a href='index.html'>bsd43</a>::<wbr><a class='fn' href=''>setsockopt</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-4831' class='srclink' href='../../../src/libc/lib.rs.html#6016-6018' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub unsafe extern "system" fn setsockopt(socket: <a class='type' href='../../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a>, level: <a class='type' href='../../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a>, name: <a class='type' href='../../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a>, value: <a href='../../../std/primitive.pointer.html'>*const <a class='enum' href='../../../libc/types/common/c95/enum.c_void.html' title='libc::types::common::c95::c_void'>c_void</a></a>, option_len: <a class='type' href='../../../libc/types/os/common/bsd44/type.socklen_t.html' title='libc::types::os::common::bsd44::socklen_t'>socklen_t</a>) -&gt; <a class='type' href='../../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../../"; window.currentCrate = "libc"; window.playgroundUrl = "http://play.rust-lang.org/"; </script> <script src="../../../jquery.js"></script> <script src="../../../main.js"></script> <script src="../../../playpen.js"></script> <script async src="../../../search-index.js"></script> </body> </html>
glutin/api/x11/ffi/glx/types/type.VisualID.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `VisualID` type in crate `glutin`."> <meta name="keywords" content="rust, rustlang, rust-lang, VisualID"> <title>glutin::api::x11::ffi::glx::types::VisualID - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../../../../../index.html'>glutin</a>::<wbr><a href='../../../../index.html'>api</a>::<wbr><a href='../../../index.html'>x11</a>::<wbr><a href='../../index.html'>ffi</a>::<wbr><a href='../index.html'>glx</a>::<wbr><a href='index.html'>types</a></p><script>window.sidebarCurrent = {name: 'VisualID', ty: 'type', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content type"> <h1 class='fqn'><span class='in-band'><a href='../../../../../index.html'>glutin</a>::<wbr><a href='../../../../index.html'>api</a>::<wbr><a href='../../../index.html'>x11</a>::<wbr><a href='../../index.html'>ffi</a>::<wbr><a href='../index.html'>glx</a>::<wbr><a href='index.html'>types</a>::<wbr><a class='type' href=''>VisualID</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-13813' class='srclink' href='../../../../../../src/glutin///home/servo/buildbot/slave/doc/build/target/debug/build/glutin-3a49bc866bd01bfd/out/glx_bindings.rs.html#64' title='goto source code'>[src]</a></span></h1> <pre class='rust typedef'>type VisualID = <a class='type' href='../../../../../../libc/types/os/arch/c95/type.c_ulong.html' title='libc::types::os::arch::c95::c_ulong'>c_ulong</a>;</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../../../../../"; window.currentCrate = "glutin"; window.playgroundUrl = ""; </script> <script src="../../../../../../jquery.js"></script> <script src="../../../../../../main.js"></script> <script async src="../../../../../../search-index.js"></script> </body> </html>
dom/events/test/test_bug402089.html
Yukarumya/Yukarum-Redfoxes
<!DOCTYPE HTML> <html> <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=402089 --> <head> <title>Test for Bug 402089</title> <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> <script type="text/javascript" src="/tests/SimpleTest/EventUtils.js"></script> <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> </head> <!-- setTimeout so that the test starts after paint suppression ends --> <body onload="setTimeout(doTest,0);"> <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=402089">Mozilla Bug 402089</a> <p id="display"></p> <div id="content"> <pre id="result1"></pre> <pre id="result2"></pre> </div> <pre id="test"> <script class="testbody" type="text/javascript"> /** Test for Bug 402089 **/ var cachedEvent = null; function testCachedEvent() { testEvent('result2'); ok((document.getElementById('result1').textContent == document.getElementById('result2').textContent), "Event coordinates should be the same after dispatching."); SimpleTest.finish(); } function testEvent(res) { var s = cachedEvent.type + "\n"; s += "clientX: " + cachedEvent.clientX + ", clientY: " + cachedEvent.clientY + "\n"; s += "screenX: " + cachedEvent.screenX + ", screenY: " + cachedEvent.screenY + "\n"; s += "layerX: " + cachedEvent.layerX + ", layerY: " + cachedEvent.layerY + "\n"; s += "pageX: " + cachedEvent.pageX + ", pageY: " + cachedEvent.pageY + "\n"; document.getElementById(res).textContent += s; } function clickHandler(e) { cachedEvent = e; testEvent('result1'); e.stopPropagation(); e.preventDefault(); window.removeEventListener("click", clickHandler, true); setTimeout(testCachedEvent, 10); } function doTest() { window.addEventListener("click", clickHandler, true); var utils = SpecialPowers.getDOMWindowUtils(window); utils.sendMouseEvent("mousedown", 1, 1, 0, 1, 0); utils.sendMouseEvent("mouseup", 1, 1, 0, 1, 0); } SimpleTest.waitForExplicitFinish(); SimpleTest.requestFlakyTimeout("untriaged"); </script> </pre> </body> </html>
Presentation.Web/App/Services/PointResource.js.html
os2indberetning/os2indberetning
<!doctype html> <html lang="en"> <head> <title>Code coverage report for C:/Users/JOJ/Documents/o2indberetning/Presentation.Web/App/Services/PointResource.js</title> <meta charset="utf-8"> <link rel="stylesheet" href="../prettify.css"> <link rel="stylesheet" href="../base.css"> <style type='text/css'> div.coverage-summary .sorter { background-image: url(../sort-arrow-sprite.png); } </style> </head> <body> <div class="header high"> <h1>Code coverage report for <span class="entity">C:/Users/JOJ/Documents/o2indberetning/Presentation.Web/App/Services/PointResource.js</span></h1> <h2> Statements: <span class="metric">100% <small>(2 / 2)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Branches: <span class="metric">100% <small>(0 / 0)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Functions: <span class="metric">100% <small>(1 / 1)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Lines: <span class="metric">100% <small>(2 / 2)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Ignored: <span class="metric"><span class="ignore-none">none</span></span> &nbsp;&nbsp;&nbsp;&nbsp; </h2> <div class="path"><a href="../index.html">All files</a> &#187; <a href="index.html">C:/Users/JOJ/Documents/o2indberetning/Presentation.Web/App/Services\</a> &#187; PointResource.js</div> </div> <div class="body"> <pre><table class="coverage"> <tr><td class="line-count">1 2 3 4 5 6 7</td><td class="line-coverage"><span class="cline-any cline-yes">1</span> <span class="cline-any cline-yes">3</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">angular.module("application").service('Point', ["$resource", function ($resource) { return $resource("/odata/Points(:id)?:query", { id: "@id", query: "@query" }, { "get": { method: "GET", isArray: false }, "patch": { method: "PATCH", isArray: false }, "post": { method: "POST", isArray: false } }); }]);</pre></td></tr> </table></pre> </div> <div class="footer"> <div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Fri Feb 27 2015 11:17:13 GMT+0100 (Romance Standard Time)</div> </div> <script src="../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../sorter.js"></script> </body> </html>
sp/branches/OIOSAML_SHA-2/docs/configuration.html
amagdenko/oiosaml.java
<html> <head> <title>OIOSAML.java configuration</title> <style type="text/css"> body {background-color: white; margin: 20px;} body, tr, td {font-family: Verdana, Helvetica, sans-serif; color: #456974;} div#pagecontainer {width: 80%;} h1, h2, h3, h4 {color: #76c2bc; border-bottom: 1px solid #76c2bc;} .monospace {font-family: monospace;} legend {font-weight: bold;} fieldset {margin-top: 10px; margin-bottom: 10px;} span.emphasis {font-weight: bold;} </style> </head> <body> <h2>OIOSAML.java configuration</h2> <p>This section covers configuration of OIOSAML.java. The configuration contains these elements:</p> <ul> <li>OIOSAML.java properties</li> <li>IdP metadata</li> <li>Service Provider metadata</li> <li>Keystore with SP private key</li> </ul> <p>The files are placed in ${user.home}/.oiosaml by default. This can be overwritten with an init parameter in web.xml called oiosaml-j.home (see snippet below). The configuration dir must then contain all the necessary files. If the dir is empty, autoconfiguration is possible. See the section on autoconfiguration below for more information.</p> <pre> &lt;env-entry&gt; &lt;env-entry-name&gt;oiosaml-j.home&lt;/env-entry-name&gt; &lt;env-entry-value&gt;/home/saml/env/&lt;/env-entry-value&gt; &lt;env-entry-type&gt;java.lang.String&lt;/env-entry-type&gt; &lt;/env-entry&gt; </pre> <p>Alternatively, it is possible to configure an application name, which is appended to oiosaml-j.home or the default directory (${user.home}/.oiosaml) in case oiosaml-j.home is not specified. This can be useful when deploying multiple OIOSAML applications to the same container. In this case, each application must have its own configuration dir, but setting the oiosaml-j.home parameter can be tedious, especially when on a large project with source control. To set the application name, insert a env-entry in web.xml. The example below will result in a configuration dir called {oiosaml-j.home}-application1 or ${user.home}/.oiosaml-application1 if oiosaml-j.home is not specified.</p> <pre> &lt;env-entry&gt; &lt;env-entry-name&gt;oiosaml-j.name&lt;/env-entry-name&gt; &lt;env-entry-value&gt;application1&lt;/env-entry-value&gt; &lt;env-entry-type&gt;java.lang.String&lt;/env-entry-type&gt; &lt;/env-entry&gt; </pre> <p>The structure in oiosaml-j.home looks like this:</p> <pre> oiosaml-j.home/ certificates/ keystore metadata/ SP/ SPMetadata.xml IdP/ IdPMetadata.xml oiosaml-sp.properties oiosaml-sp.log4j.xml </pre> <p>oiosaml-sp.properties contains runtime properties used by OIOSAML.java. The available properties are listed below.</p> <p>By default, SP metadata must be placed in metadata/SP/SPMetadata.xml, but this location can be overwritten in oiosaml-sp.properties. IdP metadata files can be given any name, but must end with .xml and be placed in metadata/IdP/.</p> <p>The configuration files are not reloaded automatically when they are changed.</p> <h3>Autoconfiguration</h3> <p>To aid in the initial configuration of the Service Provider, OIOSAML.java provides an autoconfigure mechanism. If oiosaml-j.home points to an empty dir or a dir that does not exist, autoconfigure is enabled. Any requests passing through the filter will be redirected to a configuration page. This page is also accessible through saml/configure, relative to where the application is deployed.</p> <p>Autoconfiguration is only available when oiosaml-j.home is empty or does not exist. The mechanism automatically creates SPMetadata.xml and oiosaml-j.properties files based on the values entered.</p> <p>When the autoconfig process has finished, the configuration files will be written automatically to oiosaml-j.home. If the server process does not have access to the dir, a zip file can be downloaded instead and unzipped to oiosaml-j.home. The servlet will reload the configuration automatically after the configuration process has finished.</p> <h3>Configuration parameters</h3> <p>The following parameters are available in oiosaml-sp.properties. Not all properties are defined by default. All file paths are relative to oiosaml-j.home.</p> <ul> <li>oiosaml-sp.certificate.location: Location of the keystore containing the SP's private key</li> <li>oiosaml-sp.certificate.password: Password for the keystore and the private key</li> <li>oiosaml-sp.assurancelevel: Required assurance level. See OIOSAML for definition of valid levels. If an authenticated user has an assurance level lower than this value, access to the SP is denied. Set to 0 if assurancelevel should be ignored.</li> <li>oiosaml-sp.resolve.ignorecert: Set to true to ignore certificate validation errors when using a SOAP backchannel to the IdP (used for ArtifactResolve requests)</li> <li>oiosaml-sp.resolve.username: Username to use when using a SOAP backchannel to the IdP (used for ArtifactResolve requests)</li> <li>oiosaml-sp.resolve.password: Password for SOAP backchannel</li> <li>oiosaml-sp.http.proxy.host: Hostname or IP address of HTTP proxy.</li> <li>oiosaml-sp.http.proxy.port: Port number on HTTP proxy.</li> <li>oiosaml-sp.discovery: URL pointing to the OIOSAML discovery service. Only relevant when multiple IdPs are configured.</li> <li>oiosaml-sp.discovery.default: The IdP entity ID to use for SSO if none was discovered using the discovery service.</li> <li>oiosaml-sp.discovery.prompt: Set to false to turn off user prompting when no IdP can be discovered automatically. This is not used if oiosaml-sp.discovery.default is set</li> <li>oiosaml-sp.discovery.prompt.servlet: Local servlet to use when prompting user for IdP. See <a href="discovery.html">the discovery page</a> for more information.</li> <li>oiosaml-sp.crl.period: How often the IdP CRL should be updated in seconds. The default value is 600.</li> <li>oiosaml-sp.crl.&lt;entityId&gt;: Location of the CRL for a specific IdP, specified by entityId. This overwrites the CRL from the certificate's CRLDistributionPoint extension value.</li> <li>oiosaml-sp.crl.truststore: Location of the truststore used for checking the CRL signature. The path is relative to oiosaml.home. If more than one IdP is used, the truststore should contain certificates for all CRL issuers.</li> <li>oiosaml-sp.crl.truststore.password: Password for the CRL truststore.</li> <li>oiosaml-sp.crl.ocsp.ca: URL pointing to public certificate for Certificate Authority. Used for validating OCSP responses.</li> <li>oiosaml-sp.crl.ocsp.responder: URL pointing to OCSP responder. Only used to validate IdP certificate.</li> <li>oiosaml-sp.encryption.force: Only allow encrypted assertions to be processed. If set to false, unencrypted assertions are allowed, but encrypted assertions are still supported.</li> <li>oiosaml-sp.nameid.policy: Value to use as NameIDPolicy format in AuthnRequests. Set to persistent or transient. Defaults to blank, ie no NameIDPolicy is sent.</li> <li>oiosaml-sp.nameid.allowcreate: Set to true to allow creation of new identifiers. Only relevant when NameID policy has been set.</li> <li>oiosaml-sp.authn.force: A comma separated list of regular expressions for urls which must have ForceAuthn set to true. The url tested is the value of <a href="http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletRequest.html#getPathInfo()">HttpServletRequest.getPathInfo()</a>.</li> <li>oiosaml-sp.passive: Set to true to enable passive mode (IsPassive). Defaults to false.</li> <li>oiosaml-sp.passive.user: User id used for the anonymous user when passive mode is enabled.</li> <li>oiosaml-sp.errors: Path to the servlet handling errors. This uses the same mechanism as POSTDispatchServlet below. Default is to use an internal error page. When the page is called, the request contains two attributes: "error" is a String containing an error message, "exception" is the exception thrown. The exception can be null.</li> <li>common.saml2.metadata.sp.directory: Directory containing SP metadata. Defaults to ./metadata/SP</li> <li>common.saml2.metadata.sp.filename: Name of the SP metadata file. Defaults to SPMetadata.xml</li> <li>common.saml2.metadata.idp.directory: Directory containing IdP metadata. Defaults to ./metadata/IdP</li> <li>POSTDispatchPath: Path to the servlet handling POST login forms. Defaults to /postlogin.jsp. This servlet is called when a user is redirected to the IdP using the HTTP POST binding. The servlet receives 3 attributes in the request: SAMLRequest, action, and RelayState. With these values, it's possible to construct a POST form. The value of this property is used with <a href="http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/ServletRequest.html#getRequestDispatcher(java.lang.String)">ServletRequest.getRequestDispatcher()</a></li> <li>common.saml2.loggedinhandler.numusedassertionids: Number of assertion ids remembered for protection against replay attacks. Defaults to 1000.</li> <li>oiosaml-sp.servet: Path to the DispatcherServlet. Defaults to /saml. If the DispatcherServlet is mapped to another URL, this value must also be changed.</li> <li>oiosaml-sp.bindings: List of supported bindings to use. These will be matched against the IdP metadata to select the proper SingleSignonLocation. Defaults to artifact,post,redirect,soap.</li> <li>oiosaml-sp.assertion.validator: FQCN of a class which implements dk.itst.oiosaml.sp.model.validation.AssertionValidator. This class is then used to perform validation of received assertions. See <a href="developers.html">developer's guide</a> for more information.</li> <li>oiosaml-sp.sessionhandler.factory: FQCN of a class which implements dk.itst.oiosaml.sp.service.session.SessionHandlerFactory. This class is responsible for handling session state across requests and instances. See <a href="developers.html">developer's guide</a> for more information.</li> <li>oiosaml-sp.repost: Path to a servlet handling reposting of requests after authentication. See <a href="developers.html">developer's guide</a> for more information.</li> <li>oiosaml-sp.authenticationhandler: FQCN of a class implementing dk.itst.oiosaml.sp.AuthenticationHandler. This class is instantiated and invoked when a new user is authenticated (ie a valid saml assertion is received).</li> <li>oiosaml-sp.develmode: Enable or disable developer mode. See <a href="developers.html">developer's guide</a> for more information.</li> <li>oiosaml-sp.showerror: Enable or disable detailed errormessages and stacktraces shown in the browser - should ALWAYS be false in production.</li> <li>oiosaml-sp.service.signon.ds.signaturemethod: Digital Signature algorithm to be used for SignonService. Default value is RSA-SHA1.The value is a combination of the digital signature namespace and the algorithm name. Some Possible values http://www.w3.org/2001/04/xmldsig-more#rsa-sha256, http://www.w3.org/2001/04/xmldsig-more#rsa-sha384, http://www.w3.org/2001/04/xmldsig-more#rsa-sha512, http://www.w3.org/2001/04/xmldsig-more#rsa-sha224, http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 etc.</li> <li>oiosaml-sp.service.signon.ds.digestmethod: Digest algorithm to be used for SignonService. Default value is SHA-1. The value is a combination of the digital signature namespace and the algorithm name. Some Possible values http://www.w3.org/2001/04/xmlenc#sha256, http://www.w3.org/2001/04/xmlenc#sha512, http://www.w3.org/2001/04/xmldsig-more#sha384, http://www.w3.org/2001/04/xmldsig-more#sha224 etc.</li> </ul> <h3>Service Provider Metadata</h3> <p>OIOSAML.java uses a static metadata file placed in oiosaml-.home/metadata/SP/SPMetadata.xml. Relevant data is read from this file, and the file can be freely modified. Metadata can be downloaded online from the saml/metadata servlet. When downloading metadata online, the metadata will be signed with the SP credentials. If an unsigned version is needed, add ?unsigned=true to the url.</p> <h3>Service Provider Certificate</h3> <p>In case the SP certificate is needed, it is possible to access the saml/certificate servlet, which will output a Base64-encoded certificate which can be saved to a file.</p> <h3>Endpoint urls</h3> <p>The following protocol endpoints are published by the OIOSAML.java servlet:</p> <ul> <li>ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact": /saml/SAMLAssertionConsumer</li> <li>SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect": /saml/LogoutServiceHTTPRedirect, responseLocation: /saml/LogoutServiceHTTPRedirectResponse</li> <li>SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP": /saml/LogoutServiceSOAP</li> <li>AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST": /saml/SAMLAssertionConsumer</li> <li>AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact": /saml/SAMLAssertionConsumer</li> <li>AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect": /saml/SAMLAssertionConsumer</li> </ul> <p>When requesting authentication, the AssertionConsumerService binding which has isDefault="true" is used for the AuthnRequest protocolBinding. If none has isDefault="true", the first is used. The protocol used for the AuthnRequest itself is selected based on the oiosaml-sp.bindings setting (see above).</p> </body> </html>
db/ja/home.html
ccckmit/wd
<html> <head> <meta charset="utf-8" /> </head> <body> <script src="../../gospa.js"></script> <title>/ Java 語言</title> <h1 id="java">Java 語言</h1> <table> <thead> <tr> <th id="標題" style="text-align:left;"> 標題 </th> <th id="說明" style="text-align:left;"> 說明 </th> </tr> </thead> <tbody> <tr> <td style="text-align:left;"><p><a href="db/ja/basic.html"" class="innerLink">簡介</a> </p></td> <td style="text-align:left;"><p>語言歷史,特性, JDK, Eclipse </p></td> </tr> <tr> <td style="text-align:left;"><p><a href="db/ja/var.html"" class="innerLink">變數與型態</a> </p></td> <td style="text-align:left;"></td> </tr> <tr> <td style="text-align:left;"><p><a href="db/ja/exp.html"" class="innerLink">運算式</a> </p></td> <td style="text-align:left;"></td> </tr> <tr> <td style="text-align:left;"><p><a href="db/ja/if.html"" class="innerLink">條件語句</a> </p></td> <td style="text-align:left;"></td> </tr> <tr> <td style="text-align:left;"><p><a href="db/ja/loop.html"" class="innerLink">迴圈</a> </p></td> <td style="text-align:left;"></td> </tr> <tr> <td style="text-align:left;"><p><a href="db/ja/array.html"" class="innerLink">陣列</a> </p></td> <td style="text-align:left;"></td> </tr> <tr> <td style="text-align:left;"><p><a href="db/ja/data.html"" class="innerLink">資料結構</a> </p></td> <td style="text-align:left;"></td> </tr> <tr> <td style="text-align:left;"><p><a href="db/ja/io.html"" class="innerLink">輸出入</a> </p></td> <td style="text-align:left;"></td> </tr> <tr> <td style="text-align:left;"><p><a href="db/ja/function.html"" class="innerLink">函數</a> </p></td> <td style="text-align:left;"></td> </tr> <tr> <td style="text-align:left;"><p><a href="db/ja/object.html"" class="innerLink">物件</a> </p></td> <td style="text-align:left;"></td> </tr> <tr> <td style="text-align:left;"></td> <td style="text-align:left;"></td> </tr> </tbody> </table> </body> </html>
rayon/par_iter/index.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `par_iter` mod in crate `rayon`."> <meta name="keywords" content="rust, rustlang, rust-lang, par_iter"> <title>rayon::par_iter - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>rayon</a></p><script>window.sidebarCurrent = {name: 'par_iter', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content mod"> <h1 class='fqn'><span class='in-band'>Module <a href='../index.html'>rayon</a>::<wbr><a class='mod' href=''>par_iter</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-263' class='srclink' href='../../src/rayon/par_iter/mod.rs.html#1-421' title='goto source code'>[src]</a></span></h1> <div class='docblock'><p>The <code>ParallelIterator</code> module makes it easy to write parallel programs using an iterator-style interface. To get access to all the methods you want, the easiest is to write <code>use rayon::prelude::*;</code> at the top of your module, which will import the various traits and methods you need.</p> <p>The submodules of this module mostly just contain implementaton details of little interest to an end-user. If you&#39;d like to read the code itself, the <code>internal</code> module and <code>README.md</code> file are a good place to start.</p> </div><h2 id='modules' class='section-header'><a href="#modules">Modules</a></h2> <table> <tr class=' module-item'> <td><a class='mod' href='collect/index.html' title='rayon::par_iter::collect'>collect</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='enumerate/index.html' title='rayon::par_iter::enumerate'>enumerate</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='filter/index.html' title='rayon::par_iter::filter'>filter</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='filter_map/index.html' title='rayon::par_iter::filter_map'>filter_map</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='flat_map/index.html' title='rayon::par_iter::flat_map'>flat_map</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='for_each/index.html' title='rayon::par_iter::for_each'>for_each</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='internal/index.html' title='rayon::par_iter::internal'>internal</a></td> <td class='docblock short'> <p>Internal traits and functions used to implement parallel iteration. These should be considered highly unstable: users of parallel iterators should not need to interact with them directly. See <code>README.md</code> for a high-level overview.</p> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='len/index.html' title='rayon::par_iter::len'>len</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='map/index.html' title='rayon::par_iter::map'>map</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='range/index.html' title='rayon::par_iter::range'>range</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='reduce/index.html' title='rayon::par_iter::reduce'>reduce</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='slice/index.html' title='rayon::par_iter::slice'>slice</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='slice_mut/index.html' title='rayon::par_iter::slice_mut'>slice_mut</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='vec/index.html' title='rayon::par_iter::vec'>vec</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='weight/index.html' title='rayon::par_iter::weight'>weight</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='mod' href='zip/index.html' title='rayon::par_iter::zip'>zip</a></td> <td class='docblock short'> </td> </tr></table><h2 id='traits' class='section-header'><a href="#traits">Traits</a></h2> <table> <tr class=' module-item'> <td><a class='trait' href='trait.BoundedParallelIterator.html' title='rayon::par_iter::BoundedParallelIterator'>BoundedParallelIterator</a></td> <td class='docblock short'> <p>A trait for parallel iterators items where the precise number of items is not known, but we can at least give an upper-bound. These sorts of iterators result from filtering.</p> </td> </tr> <tr class=' module-item'> <td><a class='trait' href='trait.ExactParallelIterator.html' title='rayon::par_iter::ExactParallelIterator'>ExactParallelIterator</a></td> <td class='docblock short'> <p>A trait for parallel iterators items where the precise number of items is known. This occurs when e.g. iterating over a vector. Knowing precisely how many items will be produced is very useful.</p> </td> </tr> <tr class=' module-item'> <td><a class='trait' href='trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a></td> <td class='docblock short'> <p>An iterator that supports &quot;random access&quot; to its data, meaning that you can split it at arbitrary indices and draw data from those points.</p> </td> </tr> <tr class=' module-item'> <td><a class='trait' href='trait.IntoParallelIterator.html' title='rayon::par_iter::IntoParallelIterator'>IntoParallelIterator</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='trait' href='trait.IntoParallelRefIterator.html' title='rayon::par_iter::IntoParallelRefIterator'>IntoParallelRefIterator</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='trait' href='trait.IntoParallelRefMutIterator.html' title='rayon::par_iter::IntoParallelRefMutIterator'>IntoParallelRefMutIterator</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='trait' href='trait.ParallelIterator.html' title='rayon::par_iter::ParallelIterator'>ParallelIterator</a></td> <td class='docblock short'> <p>The <code>ParallelIterator</code> interface.</p> </td> </tr> <tr class=' module-item'> <td><a class='trait' href='trait.ToParallelChunks.html' title='rayon::par_iter::ToParallelChunks'>ToParallelChunks</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='trait' href='trait.ToParallelChunksMut.html' title='rayon::par_iter::ToParallelChunksMut'>ToParallelChunksMut</a></td> <td class='docblock short'> </td> </tr></table></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "rayon"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
num_traits/float/index.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `float` mod in crate `num_traits`."> <meta name="keywords" content="rust, rustlang, rust-lang, float"> <title>num_traits::float - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>num_traits</a></p><script>window.sidebarCurrent = {name: 'float', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content mod"> <h1 class='fqn'><span class='in-band'>Module <a href='../index.html'>num_traits</a>::<wbr><a class='mod' href=''>float</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-777' class='srclink' href='../../src/num_traits/float.rs.html#1-1126' title='goto source code'>[src]</a></span></h1> <h2 id='traits' class='section-header'><a href="#traits">Traits</a></h2> <table> <tr class=' module-item'> <td><a class='trait' href='trait.Float.html' title='num_traits::float::Float'>Float</a></td> <td class='docblock short'> </td> </tr></table><h2 id='functions' class='section-header'><a href="#functions">Functions</a></h2> <table> <tr class=' module-item'> <td><a class='fn' href='fn.integer_decode_f32.html' title='num_traits::float::integer_decode_f32'>integer_decode_f32</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='fn' href='fn.integer_decode_f64.html' title='num_traits::float::integer_decode_f64'>integer_decode_f64</a></td> <td class='docblock short'> </td> </tr></table></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "num_traits"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
script/dom/bindings/codegen/Bindings/HTMLCollectionBinding/fn.item.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `item` fn in crate `script`."> <meta name="keywords" content="rust, rustlang, rust-lang, item"> <title>script::dom::bindings::codegen::Bindings::HTMLCollectionBinding::item - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>HTMLCollectionBinding</a></p><script>window.sidebarCurrent = {name: 'item', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'>Function <a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>HTMLCollectionBinding</a>::<wbr><a class='fn' href=''>item</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-236781' class='srclink' href='../../../../../../src/script///home/servo/buildbot/slave/doc/build/target/debug/build/script-49135cd7c70c0a0f/out/Bindings/HTMLCollectionBinding.rs.html#153-170' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>unsafe extern fn item(cx: <a href='../../../../../../std/primitive.pointer.html'>*mut <a class='enum' href='../../../../../../js/jsapi/enum.JSContext.html' title='js::jsapi::JSContext'>JSContext</a></a>, _obj: <a class='type' href='../../../../../../js/jsapi/type.HandleObject.html' title='js::jsapi::HandleObject'>HandleObject</a>, this: <a href='../../../../../../std/primitive.pointer.html'>*const <a class='struct' href='../../../../../../script/dom/htmlcollection/struct.HTMLCollection.html' title='script::dom::htmlcollection::HTMLCollection'>HTMLCollection</a></a>, args: <a href='../../../../../../std/primitive.pointer.html'>*const <a class='struct' href='../../../../../../js/jsapi/struct.JSJitMethodCallArgs.html' title='js::jsapi::JSJitMethodCallArgs'>JSJitMethodCallArgs</a></a>) -&gt; <a href='../../../../../../std/primitive.u8.html'>u8</a></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../../../../../"; window.currentCrate = "script"; window.playgroundUrl = ""; </script> <script src="../../../../../../jquery.js"></script> <script src="../../../../../../main.js"></script> <script async src="../../../../../../search-index.js"></script> </body> </html>
19_11/confLeaf_Install.html
legatoproject/legato-docs
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <title>Alternative Installations - Legato Docs</title> <meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/> <meta content="legato, iot" name="keywords"/> <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/> <meta content="19.11.0" name="legato-version"/> <link href="resources/images/legato.ico" rel="shortcut icon"/> <link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/> <link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/> <link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/> <link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/> <link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/> <!--[if IE]> <script src="resources/js/html5shiv.js"></script> <script src="resources/js/respond.js"></script> <![endif]--> <script src="https://code.jquery.com/jquery-2.2.3.min.js"></script> <script src="resources/js/main.js"></script> <script src="tocs/Build_Apps_Get_Started.json"></script> </head> <body> <noscript> <input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/> <div id="nojs"> <label for="modal-closing-trick"> <span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span> </label> </div> </noscript> <div class="wrapper"> <div class="fa fa-bars documentation" id="menu-trigger"></div> <div id="top"> <header> <nav> <a class="navlink" href="/">Introduction</a><a class="navlink selected" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a> </nav> </header> </div> <div class="white" id="menudocumentation"> <header> <a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a> <h2>/ Build Apps</h2> <nav class="secondary"> <a class="link-selected" href="getStarted.html">Get Started</a><a href="concepts.html">Concepts</a><a href="apiGuidesMain.html">API Guides</a><a href="tools.html">Tools</a><a href="howToMain.html">How To</a><a href="experimentalMain.html">Experimental Features</a> </nav> <nav class="ui-front"> <i class="fa fa-search" id="search-icon"></i> <input id="searchbox" placeholder="Search"/> </nav> </header> </div> <div id="resizable"> <div id="left"> <div id="tree1"></div> </div> </div> <div class="content"> <div class="header"> <div class="headertitle"> <h1 class="title">Alternative Installations </h1> </div> </div><div class="contents"> <div class="textblock"><p>Alternative install and troubleshooting instructions for Leaf.</p> <h1><a class="anchor" id="confLeaf_InstallU1404"></a> Install Leaf on Ubuntu 14.04</h1> <p>On Ubuntu 14.04, the apt version is too old to support direct .deb install; dpkg install must be used to install Leaf.</p> <p>First, download leaf_latest.deb and install with dpkg: </p><pre class="fragment">$ wget https://downloads.sierrawireless.com/tools/leaf/leaf_latest.deb -O /tmp/leaf_latest.deb $ sudo dpkg -i /tmp/leaf_latest.deb $ sudo apt-get install -f </pre><p>On Ubuntu 14.04 LTS, some library dependencies are not available at the correct version in the system install and will crash leaf. As an alternative, these libraries can be installed through pip:</p> <p>Update python libraries with pip: </p><pre class="fragment">$ sudo apt-get install python3-pip --no-install-recommends $ pip3 install setuptools --user --upgrade </pre><h1><a class="anchor" id="confLeaf_InstallNoAPT"></a> Install Leaf without apt</h1> <p>To install Leaf without apt, download and extract the latest archive package </p><pre class="fragment">$ wget https://downloads.sierrawireless.com/tools/leaf/leaf.tar.gz -O /tmp/leaf.tar.gz $ mkdir /tmp/leaf-src &amp;&amp; cd /tmp/leaf-src &amp;&amp; tar xvzf /tmp/leaf.tar.gz </pre><p>Install the prerequisites: </p><pre class="fragment">$ sudo apt-get install python3 python3-requests python3-argcomplete python3-all python3-setuptools </pre><p> (Note: on Ubuntu 14.04, the python3-argcomplete package doesn't exist. Cf workaround above)</p> <p>Install: </p><pre class="fragment">$ cd /tmp/leaf-src/ $ ./setup.py install --user $ ./setup.py install_data -d $HOME/.local $ export PATH=$HOME/.local/bin:$PATH </pre><p>Update your leaf install: </p><pre class="fragment">$ sudo apt update $ sudo apt install leaf $ # Or... $ sudo apt upgrade </pre><p> Close all your opened terminals and reopen, to get the environment (completion, etc...) correctly configured.</p> <h1><a class="anchor" id="confLeaf_InstallDisable"></a> Disable apt installs</h1> <p>If your package install fails during apt verification it is possible to disable the apt verification. You will be responsible for installing all the <a class="el" href="basicBuildLegato.html#basicBuild_prep">dependencies</a> yourself.</p> <p>Set the LEAF_IGNORE_APT variable to disable the apt check for Leaf packages: </p><pre class="fragment">$ export LEAF_IGNORE_APT=1 # Temporary setting for the current terminal $ # Or... $ leaf env user --set LEAF_IGNORE_APT=1 # Persistent setting </pre><h1><a class="anchor" id="confLegato_InstallClone"></a> Reuse Legato Source</h1> <p>If you already have a Legato Clone you are able to use it within your leaf environment:</p> <p>For example, if you current clone is located in <code>~/myLegatoClone</code>, and your leaf workspace is in <code>~/leaf-workspace</code>: </p><pre class="fragment">$ ls ~/myLegatoClone -a .repo legato $ cd ~/leaf-workspace $ ln -s ~/myLegatoClone legato-clone # Or any other directory name $ leaf env workspace --set LEGATO_CLONE=$PWD/legato-clone $ leaf getsrc legato # Will reuse your clone instead of creating a new one </pre><p class="copyright">Copyright (C) Sierra Wireless Inc. </p> </div></div> <br clear="left"/> </div> </div> <link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/> <script src="resources/js/tree.jquery.js" type="text/javascript"></script> <script src="resources/js/jquery.cookie.js"></script> <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script> <link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/> <script src="resources/js/perfect-scrollbar.jquery.min.js"></script> </body> </html>
x11_dl/xlib/constant.NorthEastGravity.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `NorthEastGravity` constant in crate `x11_dl`."> <meta name="keywords" content="rust, rustlang, rust-lang, NorthEastGravity"> <title>x11_dl::xlib::NorthEastGravity - Rust</title> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../index.html'>x11_dl</a>::<wbr><a href='index.html'>xlib</a></p><script>window.sidebarCurrent = {name: 'NorthEastGravity', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>x11_dl</a>::<wbr><a href='index.html'>xlib</a>::<wbr><a class='constant' href=''>NorthEastGravity</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-75388' class='srclink' href='../../src/x11_dl/xlib.rs.html#2811' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const NorthEastGravity: <a class='type' href='../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a><code> = </code><code>3</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../"; window.currentCrate = "x11_dl"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script async src="../../search-index.js"></script> </body> </html>
tests/wpt/web-platform-tests/offscreen-canvas/shadows/2d.shadow.enable.off.2.html
UK992/servo
<!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /offscreen-canvas/tools/gentest.py. --> <title>OffscreenCanvas test: 2d.shadow.enable.off.2</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/2dcontext/resources/canvas-tests.js"></script> <h1>2d.shadow.enable.off.2</h1> <p class="desc">Shadows are not drawn when only shadowColor is set</p> <script> var t = async_test("Shadows are not drawn when only shadowColor is set"); var t_pass = t.done.bind(t); var t_fail = t.step_func(function(reason) { throw reason; }); t.step(function() { var offscreenCanvas = new OffscreenCanvas(100, 50); var ctx = offscreenCanvas.getContext('2d'); ctx.globalCompositeOperation = 'destination-atop'; ctx.shadowColor = '#f00'; ctx.fillStyle = '#0f0'; ctx.fillRect(0, 0, 100, 50); _assertPixel(offscreenCanvas, 50,25, 0,255,0,255, "50,25", "0,255,0,255"); t.done(); }); </script>
x11/xt/fn.XtAppWarning.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `XtAppWarning` fn in crate `x11`."> <meta name="keywords" content="rust, rustlang, rust-lang, XtAppWarning"> <title>x11::xt::XtAppWarning - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>xt</a></p><script>window.sidebarCurrent = {name: 'XtAppWarning', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>xt</a>::<wbr><a class='fn' href=''>XtAppWarning</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-18031' class='srclink' href='../../src/x11/link.rs.html#14' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub unsafe extern fn XtAppWarning(_2: <a class='type' href='../../x11/xt/type.XtAppContext.html' title='x11::xt::XtAppContext'>XtAppContext</a>, _1: <a class='primitive' href='../../std/primitive.pointer.html'>*const </a><a class='type' href='../../std/os/raw/type.c_char.html' title='std::os::raw::c_char'>c_char</a>)</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "x11"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
bedrock/base/templates/includes/lang_switcher.html
mmmavis/lightbeam-bedrock-website
{# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -#} {% if translations|length > 1 %} <form id="lang_form" dir="ltr" method="get" action="#"> <label for="language">{{ _('Other languages:') }}</label> <select id="language" name="lang" dir="ltr"> {% for code, label in translations|dictsort -%} {# Don't escape the label as it may include entity references # like "Português (do&nbsp;Brasil)" (Bug 861149) #} <option value="{{ code }}"{{ code|ifeq(LANG, " selected") }}>{{ label|safe }}</option> {% endfor %} </select> <noscript> <button type="submit">{{ _('Go') }}</button> </noscript> </form> {% endif %}
azure/azure/static.AZ_ATT_TABLE_TRANSFER_TABLE_A.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `AZ_ATT_TABLE_TRANSFER_TABLE_A` static in crate `azure`."> <meta name="keywords" content="rust, rustlang, rust-lang, AZ_ATT_TABLE_TRANSFER_TABLE_A"> <title>azure::azure::AZ_ATT_TABLE_TRANSFER_TABLE_A - Rust</title> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../index.html'>azure</a>::<wbr><a href='index.html'>azure</a></p><script>window.sidebarCurrent = {name: 'AZ_ATT_TABLE_TRANSFER_TABLE_A', ty: 'static', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content static"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>azure</a>::<wbr><a href='index.html'>azure</a>::<wbr><a class='static' href=''>AZ_ATT_TABLE_TRANSFER_TABLE_A</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-8342' class='srclink' href='../../src/azure/azure.rs.html#240' title='goto source code'>[src]</a></span></h1> <pre class='rust static'>pub static AZ_ATT_TABLE_TRANSFER_TABLE_A: <a href='../../std/primitive.u32.html'>u32</a><code> = </code><code>7</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../"; window.currentCrate = "azure"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script async src="../../search-index.js"></script> </body> </html>
src/chrome/mozapps/aboutNetworking.css
Lootyhoof/walnutty
@import url(chrome://global/skin/in-content/common.css); #body{ display:flex!important; flex:1; height:100%; min-width:1px!important; max-width:none!important; min-height:1px!important; margin:0!important; padding:0!important; box-shadow:none; border-width:0!important; background:none!important; color:inherit!important} .warningBackground{ z-index:10; position:absolute; top:0; left:0; right:0; bottom:0; background-color:rgba(128,128,128,.1)} .warningMessage, .warningBackground>.container{ position:absolute; top:4em; left:calc(50% - 250px); box-sizing:border-box; width:500px; padding:16px; padding-inline-start:70px!important; border-radius:18px; box-shadow:2px 2px 7px #893B00; border:2px solid; -moz-border-top-colors:#B26F00 #EED4A2; -moz-border-left-colors:#B26F00 #EED4A2; -moz-border-right-colors:#893B00 #B26F00; -moz-border-bottom-colors:#893B00 #B26F00; background-image:url(chrome://global/skin/icons/warning-large.png),url(chrome://global/skin/hout.png); background-repeat:no-repeat,repeat; background-position:16px 16px; color:black} body:-moz-locale-dir(rtl){ background-position:calc(100% - 16px) 16px} /* don't shrink category name, as there are no icons */ *|*#categories{min-width:164px!important} *|*.category-name{ font-size:inherit!important; width:152px!important; min-width:152px!important; opacity:1!important} *|*#categories[id]::after{ top:auto!important; bottom:30px!important; left:30px!important; width:100px!important; height:70px!important} .main-content{ display:flex; flex-direction:column; flex:1; max-width:800px; box-sizing:border-box} h1{ font-size:120%; margin:0} .header{height:30px;min-height:30px} #refreshDiv{ display:inline-flex; float:right} #refreshButton{margin:1px 2px} .tab{ overflow:auto; height:100%; border-width:2px; border-style:solid; -moz-border-top-colors:#B26F00 #893B00!important; -moz-border-right-colors:#EED4A2 #B26F00; -moz-border-bottom-colors:#EED4A2 #B26F00; -moz-border-left-colors:#B26F00 #893B00!important; background-image:url(chrome://global/skin/backarea.png); color:black} #menu ~ .tab{ width:100%; height:auto; margin-top:24px} #sectionTitle, .tab:not(.active), .warningBackground:not(.active){ display:none} #menu{ display:flex; flex-direction:column; width:120px} table{ width:100%; border-collapse:collapse; border-color:#B26F00; border-style:hidden} thead{background-image:url(chrome://global/skin/hout.png)} tr{border-bottom:1px solid #B26F00} th,td{padding:0 2px} th:not(:last-child), td:not(:last-child){border-right:1px solid #B26F00} #refreshdiv{ position:absolute; top:0; right:0} #dnslookuptool>hr{margin:0} #autorefcheck+label{border-radius:5px}
tests/wpt/web-platform-tests/2dcontext/path-objects/2d.path.stroke.prune.curve.html
UK992/servo
<!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /2dcontext/tools/gentest.py. --> <title>Canvas test: 2d.path.stroke.prune.curve</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/2dcontext/resources/canvas-tests.js"></script> <link rel="stylesheet" href="/2dcontext/resources/canvas-tests.css"> <body class="show_output"> <h1>2d.path.stroke.prune.curve</h1> <p class="desc">Zero-length line segments from quadraticCurveTo and bezierCurveTo are removed before stroking</p> <p class="output">Actual output:</p> <canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas> <p class="output expectedtext">Expected output:<p><img src="/images/green-100x50.png" class="output expected" id="expected" alt=""> <ul id="d"></ul> <script> var t = async_test("Zero-length line segments from quadraticCurveTo and bezierCurveTo are removed before stroking"); _addTest(function(canvas, ctx) { ctx.fillStyle = '#0f0'; ctx.fillRect(0, 0, 100, 50); ctx.strokeStyle = '#f00'; ctx.lineWidth = 100; ctx.lineCap = 'round'; ctx.lineJoin = 'round'; ctx.beginPath(); ctx.moveTo(50, 25); ctx.quadraticCurveTo(50, 25, 50, 25); ctx.stroke(); ctx.beginPath(); ctx.moveTo(50, 25); ctx.bezierCurveTo(50, 25, 50, 25, 50, 25); ctx.stroke(); _assertPixel(canvas, 50,25, 0,255,0,255, "50,25", "0,255,0,255"); }); </script>
script/dom/bindings/codegen/Bindings/WindowBinding/constant.location_getterinfo.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `location_getterinfo` constant in crate `script`."> <meta name="keywords" content="rust, rustlang, rust-lang, location_getterinfo"> <title>script::dom::bindings::codegen::Bindings::WindowBinding::location_getterinfo - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>WindowBinding</a></p><script>window.sidebarCurrent = {name: 'location_getterinfo', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>WindowBinding</a>::<wbr><a class='constant' href=''>location_getterinfo</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-521004' class='srclink' href='../../../../../../src/script///home/servo/buildbot/slave/doc/build/target/debug/build/script-49135cd7c70c0a0f/out/Bindings/WindowBinding.rs.html#445-458' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>const location_getterinfo: <a class='struct' href='../../../../../../js/jsapi/struct.JSJitInfo.html' title='js::jsapi::JSJitInfo'>JSJitInfo</a><code> = </code><code>JSJitInfo { _bindgen_data_1_: get_location as *const ::libc::c_void, protoID: PrototypeList::ID::Window as u16, depth: 1, _bitfield_1: ((JSJitInfo_OpType::Getter as u32) << 0) | ((JSJitInfo_AliasSet::AliasEverything as u32) << 4) | ((JSValueType::JSVAL_TYPE_OBJECT as u32) << 8) | ((true as u32) << 16) | ((false as u32) << 17) | ((false as u32) << 18) | ((false as u32) << 19) | ((false as u32) << 20) | ((0 as u32) << 21) }</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../../../../../"; window.currentCrate = "script"; window.playgroundUrl = ""; </script> <script src="../../../../../../jquery.js"></script> <script src="../../../../../../main.js"></script> <script async src="../../../../../../search-index.js"></script> </body> </html>
busstops/templates/busstops/service_detail.html
stev-0/bustimes.org.uk
{% extends 'page.html' %} {% load urlise %} {% block content %} <h1>{{ object }}</h1> <p> {{ object.get_a_mode }} service {% if operators %} operated by {% for operator in operators %}{% if not forloop.first %}{% if forloop.last %} and {% else %}, {% endif %}{% endif %}<a href="{{ operator.get_absolute_url }}">{{ operator }}</a>{% endfor %} {% endif %} </p> {% for note in notes %} <p class="warning">{{ note|safe }}</p> {% endfor %} {% for timetable in timetables %} <form class="timetable-date"> <select onchange="this.form.submit()" name="date"> {% for option in timetable.date_options %} <option{% if option == timetable.date %} selected{% endif %} value="{{ option.isoformat }}">{{ option }}</option> {% endfor %} </select> <noscript><input type="submit" /></noscript> </form> {% for grouping in timetable.groupings %} <h2>{{ grouping }} {{ timetable.operating_period }}</h2> <div class="timetable-wrapper-wrapper"> {% if grouping.has_minor_stops %} <input type="checkbox" id="show-all-stops-{{ forloop.parentloop.counter }}-{{ forloop.counter }}" /> <label for="show-all-stops-{{ forloop.parentloop.counter }}-{{ forloop.counter }}">Show all stops</label> {% endif %} <div class="timetable-wrapper"> <table class="timetable"> <tbody> {% for row in grouping.rows %} <tr{% if not forloop.first and not forloop.last %} class="{{ row.part.timingstatus }}"{% endif %}><th> {% if row.part.stop.stop %} <a href="{{ row.part.stop.stop.get_absolute_url }}">{{ row.part.stop.stop.get_qualified_name }}</a> {% else %}{{ row.part.stop }}{% endif %} </th> {% for cell in row.times %} {% if cell.colspan %} <td colspan="{{ cell.colspan }}" rowspan="{{ cell.rowspan }}">{{ cell }}</td> {% else %} <td>{{ cell }}</td> {% endif %} {% endfor %} </tr> {% endfor %} </tbody> {% if grouping.column_feet %} <tfoot> {% for row in grouping.column_feet.values %} <tr><td></td>{% for foot in row %}<td{% if foot.span > 1 %} colspan="{{ foot.span }}"{% endif %}>{% if foot.notes %}{{ foot.notes|urlise }}{% endif %}</td>{% endfor %}</tr> {% endfor %} </tfoot> {% endif %} </table> </div> </div> {% empty %}<p>Sorry, no journeys found for {{ timetable.date }}</p>{% endfor %} {% empty %} <div class="map-wrapper"><div id="map"></div></div> {% for stopusage in stopusages %} {% ifchanged stopusage.direction %} {% if not forloop.first %}</ul>{% endif %} <h2> {% if stopusage.direction == 'outbound' %} {% firstof service.outbound_description stopusage.direction.capitalize %} {% elif stopusage.direction == 'inbound' %} {% firstof service.inbound_description stopusage.direction.capitalize %} {% else %}{{ stopusage.direction.capitalize }}{% endif %} </h2> {% if has_minor_stops %} <input type="checkbox" id="show-all-stops-{{ forloop.counter }}" /> <label for="show-all-stops-{{ forloop.counter }}">Show all stops</label> {% endif %} <ul class="route"> {% endifchanged %} <li class="{{ stopusage.timing_status }}" itemscope itemtype="https://schema.org/BusStop"> <a href="{{ stopusage.stop.get_absolute_url }}"> <span itemprop="name">{{ stopusage.stop.get_qualified_name }}</span> <span itemprop="geo" itemscope itemtype="https://schema.org/GeoCoordinates"> <meta itemprop="latitude" content="{{ stopusage.stop.latlong.y }}" /> <meta itemprop="longitude" content="{{ stopusage.stop.latlong.x }}" /> </span> </a> </li> {% if forloop.last %}</ul>{% endif %} {% endfor %} {% if object.geometry %} <script>window.geometry = {{ object.geometry.merged.json|safe }};</script> {% endif %} {% endfor %} {% if links %} <h2>More information</h2> <ul class="bulleted"> {% for link in links %} <li><a href="{{ link.url }}" rel="nofollow">{{ link.text }}</a></li> {% endfor %} </ul> {% endif %} {% endblock %}
kuma/dashboards/jinja2/dashboards/includes/revision_dashboard_body.html
jwhitlock/kuma
{{ revisions|paginator }} {% if revisions.count %} <table class="dashboard-table" width="100%"> <thead> <tr> <th class="dashboard-revision">{{ _('Revision') }}</th> <th class="dashboard-title">{{ _('Title') }}</th> <th class="dashboard-comment">{{ _('Comment') }}</th> <th class="dashboard-author">{{ _('Author') }}{% if show_ips %} <button id="show_ips_btn">{{ _('Toggle IPs') }}</button>{% endif %}</th> <th class="dashboard-report"> {% if show_spam_submission %} Akismet {% endif %} </th> </tr> </thead> <tbody> {% for revision in revisions %} {% set previous_id = revision.previous.id %} {% set revision_url = revision.document.get_absolute_url() %} <tr tabindex="0" class="dashboard-row {% if not previous_id %}dashboard-row-new{% endif %}" data-revision-id="{{ revision.id }}" data-previous-id="{{ previous_id }}" data-view-url="{{ revision_url }}" data-edit-url="{{ revision.document.get_edit_url() }}" data-compare-url="{{ url('wiki.compare_revisions', revision.document.slug, locale=revision.document.locale) }}?from={{ previous_id if previous_id else revision.id }}&amp;to={{ revision.id }}&amp;raw=1" data-revert-url="{{ url('wiki.revert_document', revision.document.slug, revision.id, locale=revision.document.locale) }}" data-history-url="{{ url('wiki.document_revisions', revision.document.slug, locale=revision.document.locale) }}" data-spam-url="{{ url('wiki.submit_akismet_spam') }}"> <td class="dashboard-revision"> <a href="{{ url('wiki.revision', revision.document.slug, revision.id) }}">{{ datetimeformat(revision.created, format='datetime') }}</a> <br /> <span class="locale">{{ revision.document.locale }}</span> {% if not previous_id %}<span class="new">{{ _('new') }}</span>{% endif %} {% if revision.document.deleted %}<span class="deleted">{{ _('deleted') }}</span>{% endif %} </td> <td class="dashboard-title"> <a href="{{ revision_url }}">{{ revision.title }}</a> <span class="dashboard-slug">{{ revision.document.slug }}</span> </td> <td class="dashboard-comment"> {{ format_comment(revision) }} </td> <td class="dashboard-author"> <a href="{{ revision.creator.get_absolute_url() }}" {%- if not revision.creator.is_active %} rel="nofollow"{% endif -%} >{{ revision.creator }}</a><br> {% if show_ips %} {% set revision_ip = revision.revisionip_set.first() %} {% if revision_ip %} {% set ban_ip_url = url('admin:core_ipban_add')|urlparams(ip=revision_ip.ip) %} <dl class="revision_ip compact hidden"> <dt>{{ _('IP:') }}</dt> <dd>{{ revision_ip.ip }} <br> <a class="dashboard-ban-ip-link" href="{{ ban_ip_url }}" target="_blank">{{ _('Ban IP from Editing') }}</a></dd> {% if revision_ip.user_agent %} <dt>{{ _('User agent:') }}</dt> <dd>{{ revision_ip.user_agent }}</dd> {% endif %} {% if revision_ip.referrer %} <dt>{{ _('Referrer:') }}</dt> <dd>{{ revision_ip.referrer }}</dd> {% endif %} </dl> {% endif %} {% endif %} {% if request.user.has_perm('users.add_userban') and revision.creator.active_ban %} <div class="banned"> {{ _('banned %(ban_date)s by %(user)s', ban_date=datetimeformat(revision.creator.active_ban.date, format='date'), user=user_display(revision.creator.active_ban.by)) }} </div> {% endif %} </td> <td class="dashboard-report"> {% if show_spam_submission %} {% set submissions = revision.akismet_submissions.all() %} {% if submissions.count() > 0 %} <dl> {% for submission in submissions %} {% set submission_class = submission.type %} <dt class="submission-{{ submission_class }}">{{ _('Submitted as %(submission_type)s', submission_type=submission.type) }}</dt> <dd> {{ _('%(sent_date)s by %(user)s', sent_date=datetimeformat(submission.sent, format='datetime'), user=user_display(submission.sender)) }} </dd> {% endfor %} </dl> {% else %} {{ _('Submit as:') }}<br> <button class="spam-ham-button" value="spam">{{ _('spam') }}</button> {% endif %} {% endif %} </td> </tr> {% endfor %} </tbody> </table> {% else: %} <p>{{ _('There are no revisions matching this filter set.') }}</p> {% endif %} {{ revisions|paginator }}
gleam/gl/storage/static.VertexAttrib4iv.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `VertexAttrib4iv` static in crate `gleam`."> <meta name="keywords" content="rust, rustlang, rust-lang, VertexAttrib4iv"> <title>gleam::gl::storage::VertexAttrib4iv - Rust</title> <link rel="stylesheet" type="text/css" href="../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../../index.html'>gleam</a>::<wbr><a href='../index.html'>gl</a>::<wbr><a href='index.html'>storage</a></p><script>window.sidebarCurrent = {name: 'VertexAttrib4iv', ty: 'static', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content static"> <h1 class='fqn'><span class='in-band'><a href='../../index.html'>gleam</a>::<wbr><a href='../index.html'>gl</a>::<wbr><a href='index.html'>storage</a>::<wbr><a class='static' href=''>VertexAttrib4iv</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-30057' class='srclink' href='../../../src/gleam///home/servo/buildbot/slave/doc/build/target/debug/build/gleam-9662459d59abad25/out/gl_bindings.rs.html#7351-7354' title='goto source code'>[src]</a></span></h1> <pre class='rust static'>pub static mut VertexAttrib4iv: <a class='struct' href='../../../gleam/gl/struct.FnPtr.html' title='gleam::gl::FnPtr'>FnPtr</a><code> = </code><code>FnPtr { f: super::missing_fn_panic as *const libc::c_void, is_loaded: false }</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../../"; window.currentCrate = "gleam"; window.playgroundUrl = ""; </script> <script src="../../../jquery.js"></script> <script src="../../../main.js"></script> <script async src="../../../search-index.js"></script> </body> </html>
harfbuzz/fn.RUST_hb_font_set_scale.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `RUST_hb_font_set_scale` fn in crate `harfbuzz`."> <meta name="keywords" content="rust, rustlang, rust-lang, RUST_hb_font_set_scale"> <title>harfbuzz::RUST_hb_font_set_scale - Rust</title> <link rel="stylesheet" type="text/css" href="../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='index.html'>harfbuzz</a></p><script>window.sidebarCurrent = {name: 'RUST_hb_font_set_scale', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'><a href='index.html'>harfbuzz</a>::<wbr><a class='fn' href=''>RUST_hb_font_set_scale</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-2349' class='srclink' href='../src/harfbuzz/lib.rs.html#617' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub unsafe extern fn RUST_hb_font_set_scale(font: <a href='../std/primitive.pointer.html'>*mut <a class='type' href='../harfbuzz/type.hb_font_t.html' title='harfbuzz::hb_font_t'>hb_font_t</a></a>, x_scale: <a class='type' href='../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a>, y_scale: <a class='type' href='../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a>)</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../"; window.currentCrate = "harfbuzz"; window.playgroundUrl = ""; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script async src="../search-index.js"></script> </body> </html>
layout/block/index.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `block` mod in crate `layout`."> <meta name="keywords" content="rust, rustlang, rust-lang, block"> <title>layout::block - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>layout</a></p><script>window.sidebarCurrent = {name: 'block', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content mod"> <h1 class='fqn'><span class='in-band'>Module <a href='../index.html'>layout</a>::<wbr><a class='mod' href=''>block</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-183' class='srclink' href='../../src/layout/block.rs.html#5-3066' title='goto source code'>[src]</a></span></h1> <div class='docblock'><p>Layout for CSS block-level elements.</p> <p>As a terminology note, the term <em>absolute positioning</em> here refers to elements with position <code>absolute</code> or <code>fixed</code>. The term <em>positioned element</em> refers to elements with position <code>relative</code>, <code>absolute</code>, and <code>fixed</code>. The term <em>containing block</em> (occasionally abbreviated as <em>CB</em>) is the containing block for the current flow, which differs from the static containing block if the flow is absolutely-positioned.</p> <p>&quot;CSS 2.1&quot; or &quot;CSS 2.2&quot; refers to the editor&#39;s draft of the W3C &quot;Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification&quot; available here:</p> <p><a href="http://dev.w3.org/csswg/css2/">http://dev.w3.org/csswg/css2/</a></p> <p>&quot;INTRINSIC&quot; refers to L. David Baron&#39;s &quot;More Precise Definitions of Inline Layout and Table Layout&quot; available here:</p> <p><a href="http://dbaron.org/css/intrinsic/">http://dbaron.org/css/intrinsic/</a></p> <p>&quot;CSS-SIZING&quot; refers to the W3C &quot;CSS Intrinsic &amp; Extrinsic Sizing Module Level 3&quot; document available here:</p> <p><a href="http://dev.w3.org/csswg/css-sizing/">http://dev.w3.org/csswg/css-sizing/</a></p> </div><h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2> <table> <tr class=' module-item'> <td><a class='struct' href='struct.AbsoluteAssignBSizesTraversal.html' title='layout::block::AbsoluteAssignBSizesTraversal'>AbsoluteAssignBSizesTraversal</a></td> <td class='docblock short'> <p>The real assign-block-sizes traversal for flows with position &#39;absolute&#39;.</p> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.AbsoluteNonReplaced.html' title='layout::block::AbsoluteNonReplaced'>AbsoluteNonReplaced</a></td> <td class='docblock short'> <p>The different types of Blocks.</p> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.AbsoluteReplaced.html' title='layout::block::AbsoluteReplaced'>AbsoluteReplaced</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.BSizeConstraintSolution.html' title='layout::block::BSizeConstraintSolution'>BSizeConstraintSolution</a></td> <td class='docblock short'> <p>The solutions for the block-size-and-margins constraint equation.</p> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.BlockFlow.html' title='layout::block::BlockFlow'>BlockFlow</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.BlockFlowFlags.html' title='layout::block::BlockFlowFlags'>BlockFlowFlags</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.BlockNonReplaced.html' title='layout::block::BlockNonReplaced'>BlockNonReplaced</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.BlockReplaced.html' title='layout::block::BlockReplaced'>BlockReplaced</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.CandidateBSizeIterator.html' title='layout::block::CandidateBSizeIterator'>CandidateBSizeIterator</a></td> <td class='docblock short'> <p>Performs block-size calculations potentially multiple times, taking (assuming an horizontal writing mode) <code>height</code>, <code>min-height</code>, and <code>max-height</code> into account. After each call to <code>next()</code>, the caller must call <code>.try()</code> with the current calculated value of <code>height</code>.</p> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.FloatNonReplaced.html' title='layout::block::FloatNonReplaced'>FloatNonReplaced</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.FloatReplaced.html' title='layout::block::FloatReplaced'>FloatReplaced</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.FloatedBlockInfo.html' title='layout::block::FloatedBlockInfo'>FloatedBlockInfo</a></td> <td class='docblock short'> <p>Information specific to floated blocks.</p> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.ISizeConstraintInput.html' title='layout::block::ISizeConstraintInput'>ISizeConstraintInput</a></td> <td class='docblock short'> <p>The inputs for the inline-sizes-and-margins constraint equation.</p> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.ISizeConstraintSolution.html' title='layout::block::ISizeConstraintSolution'>ISizeConstraintSolution</a></td> <td class='docblock short'> <p>The solutions for the inline-size-and-margins constraint equation.</p> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.InlineBlockNonReplaced.html' title='layout::block::InlineBlockNonReplaced'>InlineBlockNonReplaced</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='struct' href='struct.InlineBlockReplaced.html' title='layout::block::InlineBlockReplaced'>InlineBlockReplaced</a></td> <td class='docblock short'> </td> </tr></table><h2 id='enums' class='section-header'><a href="#enums">Enums</a></h2> <table> <tr class=' module-item'> <td><a class='enum' href='enum.BlockStackingContextType.html' title='layout::block::BlockStackingContextType'>BlockStackingContextType</a></td> <td class='docblock short'> <p>A stacking context, a pseudo-stacking context, or a non-stacking context.</p> </td> </tr> <tr class=' module-item'> <td><a class='enum' href='enum.BlockType.html' title='layout::block::BlockType'>BlockType</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='enum' href='enum.CandidateBSizeIteratorStatus.html' title='layout::block::CandidateBSizeIteratorStatus'>CandidateBSizeIteratorStatus</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='enum' href='enum.FormattingContextType.html' title='layout::block::FormattingContextType'>FormattingContextType</a></td> <td class='docblock short'> </td> </tr> <tr class=' module-item'> <td><a class='enum' href='enum.MarginsMayCollapseFlag.html' title='layout::block::MarginsMayCollapseFlag'>MarginsMayCollapseFlag</a></td> <td class='docblock short'> </td> </tr></table><h2 id='constants' class='section-header'><a href="#constants">Constants</a></h2> <table> <tr class=' module-item'> <td><a class='constant' href='constant.DISPLAY_PORT_SIZE_FACTOR.html' title='layout::block::DISPLAY_PORT_SIZE_FACTOR'>DISPLAY_PORT_SIZE_FACTOR</a></td> <td class='docblock short'> <p>The number of screens of data we&#39;re allowed to generate display lists for in each direction.</p> </td> </tr> <tr class=' module-item'> <td><a class='constant' href='constant.IS_ROOT.html' title='layout::block::IS_ROOT'>IS_ROOT</a></td> <td class='docblock short'> <p>If this is set, then this block flow is the root flow.</p> </td> </tr></table><h2 id='traits' class='section-header'><a href="#traits">Traits</a></h2> <table> <tr class=' module-item'> <td><a class='trait' href='trait.ISizeAndMarginsComputer.html' title='layout::block::ISizeAndMarginsComputer'>ISizeAndMarginsComputer</a></td> <td class='docblock short'> </td> </tr></table><h2 id='functions' class='section-header'><a href="#functions">Functions</a></h2> <table> <tr class=' module-item'> <td><a class='fn' href='fn.translate_including_floats.html' title='layout::block::translate_including_floats'>translate_including_floats</a></td> <td class='docblock short'> </td> </tr></table></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "layout"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
tests/wpt/web-platform-tests/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/img-tag/cross-http.no-redirect.http.html
UK992/servo
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec referrer-policy/` --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'no-referrer'</title> <meta charset='utf-8'> <meta name="description" content="Check that sub-resource never gets the referrer URL."> <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org"> <link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-no-referrer"> <meta name="assert" content="Referrer Policy: Expects omitted for img-tag to cross-http origin and no-redirect redirection from http context."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/security-features/resources/common.sub.js"></script> <script src="../../../../generic/test-case.sub.js"></script> </head> <body> <script> TestCase( { "expectation": "omitted", "origin": "cross-http", "redirection": "no-redirect", "source_context_list": [ { "policyDeliveries": [], "sourceContextType": "srcdoc" } ], "source_scheme": "http", "subresource": "img-tag", "subresource_policy_deliveries": [] }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
script/dom/bindings/codegen/Bindings/HTMLAnchorElementBinding/static.sNativePropertyHooks.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `sNativePropertyHooks` static in crate `script`."> <meta name="keywords" content="rust, rustlang, rust-lang, sNativePropertyHooks"> <title>script::dom::bindings::codegen::Bindings::HTMLAnchorElementBinding::sNativePropertyHooks - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>HTMLAnchorElementBinding</a></p><script>window.sidebarCurrent = {name: 'sNativePropertyHooks', ty: 'static', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content static"> <h1 class='fqn'><span class='in-band'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>HTMLAnchorElementBinding</a>::<wbr><a class='static' href=''>sNativePropertyHooks</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-221987' class='srclink' href='../../../../../../src/script///home/servo/buildbot/slave/doc/build/target/debug/build/script-49135cd7c70c0a0f/out/Bindings/HTMLAnchorElementBinding.rs.html#486-489' title='goto source code'>[src]</a></span></h1> <pre class='rust static'>pub static sNativePropertyHooks: <a class='struct' href='../../../../../../script/dom/bindings/utils/struct.NativePropertyHooks.html' title='script::dom::bindings::utils::NativePropertyHooks'>NativePropertyHooks</a><code> = </code><code>NativePropertyHooks { native_properties: &sNativeProperties, proto_hooks: Some(&::dom::bindings::codegen::Bindings::HTMLElementBinding::sNativePropertyHooks), }</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../../../../../"; window.currentCrate = "script"; window.playgroundUrl = ""; </script> <script src="../../../../../../jquery.js"></script> <script src="../../../../../../main.js"></script> <script async src="../../../../../../search-index.js"></script> </body> </html>
css/bootstrap.css
darthredskin/basicbootstrap
/* * Based on Cover by https://twitter.com/mdo" @mdo * added cover image and background color to match (green) * * Globals */ /* Links */ a, a:focus, a:hover { color: #fff; } /* Custom default button */ .btn-default, .btn-default:hover, .btn-default:focus { color: #333; text-shadow: none; /* Prevent inheritence from `body` */ background-color: #none; border: 1px solid #fff; } /* * Base structure */ html, body { /*css for full size background image*/ background: url(http://www.hdwallpapersinn.com/wp-content/uploads/2014/07/Golden-Gate-Bridge-HD-Wallpapers-WideScreen.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100%; background-color: #060; color: #fff; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.5); } /* Extra markup and styles for table-esque vertical and horizontal centering */ .site-wrapper { display: table; width: 100%; height: 100%; /* For at least Firefox */ min-height: 100%; -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5); box-shadow: inset 0 0 100px rgba(0,0,0,.5); } .site-wrapper-inner { display: table-cell; vertical-align: top; } .cover-container { margin-right: auto; margin-left: auto; } /* Padding for spacing */ .inner { padding: 30px; } /* * Header */ .masthead-brand { margin-top: 10px; margin-bottom: 10px; } .masthead-nav > li { display: inline-block; } .masthead-nav > li + li { margin-left: 20px; } .masthead-nav > li > a { padding-right: 0; padding-left: 0; font-size: 16px; font-weight: bold; color: #fff; /* IE8 proofing */ color: rgba(255,255,255,.95); border-bottom: 2px solid transparent; } .masthead-nav > li > a:hover, .masthead-nav > li > a:focus { background-color: transparent; border-bottom-color: #a9a9a9; border-bottom-color: rgba(255,255,255,.25); } .masthead-nav > .active > a, .masthead-nav > .active > a:hover, .masthead-nav > .active > a:focus { color: #fff; border-bottom-color: #fff; } @media (min-width: 768px) { .masthead-brand { float: left; } .masthead-nav { float: right; } } /* * Cover */ .cover { padding: 0 20px; } .cover .btn-lg { padding: 10px 20px; font-weight: bold; } /* * Footer */ .mastfoot { color: #999; /* IE8 proofing */ color: rgba(255,255,255,.5); } /* * Affix and center */ @media (min-width: 768px) { /* Pull out the header and footer */ .masthead { position: fixed; top: 0; } .mastfoot { position: fixed; bottom: 0; } /* Start the vertical centering */ .site-wrapper-inner { vertical-align: middle; } /* Handle the widths */ .masthead, .mastfoot, .cover-container { width: 100%; /* Must be percentage or pixels for horizontal alignment */ } } @media (min-width: 992px) { .masthead, .mastfoot, .cover-container { width: 700px; } }
encoding/all/constant.UTF_16LE.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `UTF_16LE` constant in crate `encoding`."> <meta name="keywords" content="rust, rustlang, rust-lang, UTF_16LE"> <title>encoding::all::UTF_16LE - Rust</title> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../index.html'>encoding</a>::<wbr><a href='index.html'>all</a></p><script>window.sidebarCurrent = {name: 'UTF_16LE', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>encoding</a>::<wbr><a href='index.html'>all</a>::<wbr><a class='constant' href=''>UTF_16LE</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-16707' class='srclink' href='../../src/encoding/all.rs.html#16' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const UTF_16LE: &amp;'static <a class='type' href='../../encoding/codec/utf_16/type.UTF16LEEncoding.html' title='encoding::codec::utf_16::UTF16LEEncoding'>UTF16LEEncoding</a><code> = </code><code>&$($module)::+::$val</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../"; window.currentCrate = "encoding"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script async src="../../search-index.js"></script> </body> </html>
gleam/gl/fn.Vertex4f.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `Vertex4f` fn in crate `gleam`."> <meta name="keywords" content="rust, rustlang, rust-lang, Vertex4f"> <title>gleam::gl::Vertex4f - Rust</title> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../index.html'>gleam</a>::<wbr><a href='index.html'>gl</a></p><script>window.sidebarCurrent = {name: 'Vertex4f', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'>Function <a href='../index.html'>gleam</a>::<wbr><a href='index.html'>gl</a>::<wbr><a class='fn' href=''>Vertex4f</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-22777' class='srclink' href='../../src/gleam///home/servo/buildbot/slave/doc/build/target/debug/build/gleam-9662459d59abad25/out/gl_bindings.rs.html#4734' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub unsafe fn Vertex4f(x: <a class='type' href='../../gleam/gl/types/type.GLfloat.html' title='gleam::gl::types::GLfloat'>GLfloat</a>, y: <a class='type' href='../../gleam/gl/types/type.GLfloat.html' title='gleam::gl::types::GLfloat'>GLfloat</a>, z: <a class='type' href='../../gleam/gl/types/type.GLfloat.html' title='gleam::gl::types::GLfloat'>GLfloat</a>, w: <a class='type' href='../../gleam/gl/types/type.GLfloat.html' title='gleam::gl::types::GLfloat'>GLfloat</a>)</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../"; window.currentCrate = "gleam"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script async src="../../search-index.js"></script> </body> </html>
extensions/spatialnavigation/test/Spatial_Navigation_Test_Cases.html
tmhorne/celtx
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>Spatial Navigation Test Cases</title> </head> <body> <div style="margin-left: 40px; text-align: center;"> <h1 style="text-align: left;"><a name="mozTocId276802" class="mozTocH1"></a>Spatial Navigation Fun</h1> <h2 style="text-align: left;"><br> </h2> <div style="text-align: left;"><br> </div> <br> <br> <h2 style="text-align: left;"><a name="mozTocId192805" class="mozTocH2"></a>3x3 Centered Table Test</h2> </div> <table style="text-align: left; width: 100%; margin-left: auto; margin-right: auto;" border="1" cellpadding="2" cellspacing="2"> <tbody> <tr> <td style="vertical-align: top; text-align: center;"><a href="a">test</a></td> <td style="vertical-align: top; text-align: center;"><a href="a">test</a></td> <td style="vertical-align: top; text-align: center;"><a href="a">test</a></td> </tr> <tr> <td style="vertical-align: top; text-align: center;"><a href="a">test</a></td> <td style="vertical-align: top; text-align: center;"><a href="a">test</a></td> <td style="vertical-align: top; text-align: center;"><a href="a">test</a></td> </tr> <tr> <td style="vertical-align: top; text-align: center;"><a href="a">test</a></td> <td style="vertical-align: top; text-align: center;"><a href="a">test</a></td> <td style="vertical-align: top; text-align: center;"><a href="a">test</a></td> </tr> </tbody> </table> <div style="margin-left: 40px; text-align: center;"><br> <br> <div style="text-align: left;"> <h2><a name="mozTocId557796" class="mozTocH2"></a>Vertical Sine Test</h2> <br> </div> <div style="text-align: left;"><a href="a">test<br> </a> <div style="margin-left: 40px;"><a href="a">test<br> </a></div> <div style="margin-left: 80px;"><a href="a">test<br> </a></div> <div style="margin-left: 40px;"><a href="a">test<br> </a></div> <a href="a">test<br> </a> <div style="margin-left: 40px;"><a href="a">test<br> </a></div> <div style="margin-left: 80px;"><a href="a">test<br> </a></div> <div style="margin-left: 40px;"><a href="a">test<br> </a></div> <a href="a">test<br> </a>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <a href="a">test<br> </a><br> <br> <br> <h2><a name="mozTocId261391" class="mozTocH2"></a>Increasing sentence length</h2> <br> <a href="a">H</a><br> <a href="p">Ho<br> </a><a href="p">How<br> </a><a href="p">How <br> </a><a href="p">How N</a><br> <a href="p">How No</a><br> <a href="p">How Now</a><br> <a href="p">How Now </a><br> <a href="p">How Now B</a><br> <a href="p">How Now Br</a><br> <a href="p">How Now Bro</a><br> <a href="p">How Now Brow</a><br> <a href="p">How Now Brown</a><br> <a href="p">How Now Brown </a><br> <a href="p">How Now Brown C</a><br> <a href="p">How Now Brown Co</a><br> <a href="p">How Now Brown Cow</a><br> <br> <h2><a name="mozTocId100946" class="mozTocH2"></a>Split sentence<br> </h2> <br> <a href="p">H</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; <a href="p">ow Now Brown Cow</a><br> <a href="p">Ho</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <a href="p">w Now Brown Cow</a><br> <a href="p">How</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="p">Now Brown Cow</a><br> <a href="p">How N</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <a href="p">ow Brown Cow</a><br> <a href="p">How No</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <a href="p">w Brown Cow</a><br> <a href="p">How Now </a>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <a href="p">Brown Cow</a><br> <a href="p">How Now B</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <a href="p">rown Cow</a><br> <a href="p">How Now Br</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <a href="p">own Cow</a><br> <a href="p">How Now Bro</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <a href="p">wn Cow</a><br> <a href="p">How Now Brow</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="p">n Cow</a><br> <a href="p">How Now Brown</a> &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; <a href="p">Cow</a><br> <a href="p">How Now Brown C</a> &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <a href="p">ow</a><br> <a href="p">How Now Brown Co</a> &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <a href="p">w</a><br> <a href="p">How Now Brown Cow</a><br> <br> <br> <h2>Line Wrap Test</h2> <br> <table style="text-align: left; width: 393px; height: 72px;" border="1" cellpadding="2" cellspacing="2"> <tbody> <tr> <td style="vertical-align: top;"><span class="huge"><a href="a">Which of the following constanst do you like the most, one is g, one is pi, and the other is e. </a><br> </span></td> <td style="vertical-align: top;"><a href="a">3.14</a><br> <a href="a">2.71</a><br> <a href="a">6.67</a><br> </td> </tr> </tbody> </table> <br> <h2><a name="mozTocId625391" class="mozTocH2"></a>Javascript Hover Test</h2> When going from any link to the following link, you should NOT get an alert dialog.&nbsp; However, if you mouse over this link, you should see a dialog.<br> <br> <a href="a" onmouseover='alert("onMouseOver")' onmouseout='alert("onMouseOut")'>Test</a><br> <br> <h2><a name="mozTocId272030" class="mozTocH2"></a>Overlapped Anchors</h2> <br> <table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2"> <tbody> <tr> <td style="vertical-align: top;"> <div style="text-align: left;"><a href="a"><img src="mozilla-star.png" title="" alt="" style="border: 0px solid ; width: 57px; height: 57px;"></a><a href="a"><img src="mozilla-star.png" title="" alt="" style="border: 0px solid ; width: 57px; height: 57px;" hspace="0"></a><br> </div> <br> <br> <br> <br> </td> </tr> </tbody> </table> <br> <br> <h2><a name="mozTocId16012" class="mozTocH2"></a>Area Tag (Rect)<br> </h2> <br> <br> <img src="mozilla-star.png" title="" alt="" style="width: 513px; height: 513px;"><br> <br> <h2><a name="mozTocId922752" class="mozTocH2"></a>Area Tag (Circle)<br> </h2> <br> <br> <img src="mozilla-star.png" title="" alt="" style="width: 513px; height: 513px;"><br> <br> <h2><a name="mozTocId216319" class="mozTocH2"></a>Area Tag (Polygon)<br> </h2> <br> <br> <img src="mozilla-star.png" title="" alt="" style="height: 513px; width: 513px;"><br> <br> <br> <a href="http://www.visa.com/globalgateway/gg_map.html">A nice poly test case</a> <br> <h2>FrameSets</h2> <br> <frameset cols="25%,25%,*"> <frame src="links.html" /> <frame src="links.html" /> <frame src="links.html" /> </frameset> <br> <br> <h2>IFrames</h2> <br> <iframe src="links.html"></iframe> <br> <br> <br> <h2>DIVs</h2> <br> <div id=v> <a href="a">a</a> <div id="Div1"> <a href="a">a</a> </div> <a href="a">a</a> </div> <br> <br> </div> </div> <a href="last">last</a> <p> <p> A select example <FORM ACTION="SelectExample" METHOD="POST"> <SELECT NAME="parameter" SIZE=1> <OPTION VALUE="value1" SELECTED> first setting </OPTION> <OPTION VALUE="value2"> second setting </OPTION> </SELECT> <INPUT TYPE="Submit" NAME="Submit" VALUE="Evaluate"> </FORM> <p> <p> A option example <FORM ACTION="OptionExample" METHOD="POST"> <SELECT NAME="a" SIZE=10> <OPTION>a <OPTION>b <OPTION>c <OPTION>d <OPTION>e <OPTION>f <OPTION>g </SELECT> <p> </body> </html>
x11/xlib/struct.XPropertyEvent.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `XPropertyEvent` struct in crate `x11`."> <meta name="keywords" content="rust, rustlang, rust-lang, XPropertyEvent"> <title>x11::xlib::XPropertyEvent - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>xlib</a></p><script>window.sidebarCurrent = {name: 'XPropertyEvent', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content struct"> <h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>x11</a>::<wbr><a href='index.html'>xlib</a>::<wbr><a class='struct' href=''>XPropertyEvent</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-10279' class='srclink' href='../../src/x11/xlib.rs.html#1421-1430' title='goto source code'>[src]</a></span></h1> <pre class='rust struct'>pub struct XPropertyEvent { pub type_: <a class='type' href='../../std/os/raw/type.c_int.html' title='std::os::raw::c_int'>c_int</a>, pub serial: <a class='type' href='../../std/os/raw/type.c_ulong.html' title='std::os::raw::c_ulong'>c_ulong</a>, pub send_event: <a class='type' href='../../x11/xlib/type.Bool.html' title='x11::xlib::Bool'>Bool</a>, pub display: <a class='primitive' href='../../std/primitive.pointer.html'>*mut </a><a class='type' href='../../x11/xlib/type.Display.html' title='x11::xlib::Display'>Display</a>, pub window: <a class='type' href='../../x11/xlib/type.Window.html' title='x11::xlib::Window'>Window</a>, pub atom: <a class='type' href='../../x11/xlib/type.Atom.html' title='x11::xlib::Atom'>Atom</a>, pub time: <a class='type' href='../../x11/xlib/type.Time.html' title='x11::xlib::Time'>Time</a>, pub state: <a class='type' href='../../std/os/raw/type.c_int.html' title='std::os::raw::c_int'>c_int</a>, }</pre><h2 class='fields'>Fields</h2><span id='structfield.type_' class='structfield'><code>type_: <a class='type' href='../../std/os/raw/type.c_int.html' title='std::os::raw::c_int'>c_int</a></code> </span><span class='stab '></span><span id='structfield.serial' class='structfield'><code>serial: <a class='type' href='../../std/os/raw/type.c_ulong.html' title='std::os::raw::c_ulong'>c_ulong</a></code> </span><span class='stab '></span><span id='structfield.send_event' class='structfield'><code>send_event: <a class='type' href='../../x11/xlib/type.Bool.html' title='x11::xlib::Bool'>Bool</a></code> </span><span class='stab '></span><span id='structfield.display' class='structfield'><code>display: <a class='primitive' href='../../std/primitive.pointer.html'>*mut </a><a class='type' href='../../x11/xlib/type.Display.html' title='x11::xlib::Display'>Display</a></code> </span><span class='stab '></span><span id='structfield.window' class='structfield'><code>window: <a class='type' href='../../x11/xlib/type.Window.html' title='x11::xlib::Window'>Window</a></code> </span><span class='stab '></span><span id='structfield.atom' class='structfield'><code>atom: <a class='type' href='../../x11/xlib/type.Atom.html' title='x11::xlib::Atom'>Atom</a></code> </span><span class='stab '></span><span id='structfield.time' class='structfield'><code>time: <a class='type' href='../../x11/xlib/type.Time.html' title='x11::xlib::Time'>Time</a></code> </span><span class='stab '></span><span id='structfield.state' class='structfield'><code>state: <a class='type' href='../../std/os/raw/type.c_int.html' title='std::os::raw::c_int'>c_int</a></code> </span><span class='stab '></span><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='../../core/convert/trait.From.html' title='core::convert::From'>From</a>&lt;<a class='struct' href='../../x11/xlib/struct.XEvent.html' title='x11::xlib::XEvent'>XEvent</a>&gt; for <a class='struct' href='../../x11/xlib/struct.XPropertyEvent.html' title='x11::xlib::XPropertyEvent'>XPropertyEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-8475' class='srclink' href='../../src/x11/xlib.rs.html#1025-1029' title='goto source code'>[src]</a></span></h3> <div class='impl-items'><h4 id='method.from' class='method'><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(xevent: <a class='struct' href='../../x11/xlib/struct.XEvent.html' title='x11::xlib::XEvent'>XEvent</a>) -&gt; <a class='struct' href='../../x11/xlib/struct.XPropertyEvent.html' title='x11::xlib::XPropertyEvent'>XPropertyEvent</a></code></h4> <div class='docblock'><p>Performs the conversion.</p> </div></div><h3 class='impl'><span class='in-band'><code>impl&lt;'a&gt; <a class='trait' href='../../core/convert/trait.From.html' title='core::convert::From'>From</a>&lt;&amp;'a <a class='struct' href='../../x11/xlib/struct.XEvent.html' title='x11::xlib::XEvent'>XEvent</a>&gt; for <a class='struct' href='../../x11/xlib/struct.XPropertyEvent.html' title='x11::xlib::XPropertyEvent'>XPropertyEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-8478' class='srclink' href='../../src/x11/xlib.rs.html#1031-1035' title='goto source code'>[src]</a></span></h3> <div class='impl-items'><h4 id='method.from-1' class='method'><code>fn <a href='../../core/convert/trait.From.html#tymethod.from' class='fnname'>from</a>(xevent: &amp;'a <a class='struct' href='../../x11/xlib/struct.XEvent.html' title='x11::xlib::XEvent'>XEvent</a>) -&gt; <a class='struct' href='../../x11/xlib/struct.XPropertyEvent.html' title='x11::xlib::XPropertyEvent'>XPropertyEvent</a></code></h4> <div class='docblock'><p>Performs the conversion.</p> </div></div><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='../../core/cmp/trait.PartialEq.html' title='core::cmp::PartialEq'>PartialEq</a> for <a class='struct' href='../../x11/xlib/struct.XPropertyEvent.html' title='x11::xlib::XPropertyEvent'>XPropertyEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-10228' class='srclink' href='../../src/x11/xlib.rs.html#1419' title='goto source code'>[src]</a></span></h3> <div class='impl-items'><h4 id='method.eq' class='method'><code>fn <a href='../../core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&amp;self, __arg_0: &amp;<a class='struct' href='../../x11/xlib/struct.XPropertyEvent.html' title='x11::xlib::XPropertyEvent'>XPropertyEvent</a>) -&gt; <a class='primitive' href='../../std/primitive.bool.html'>bool</a></code></h4> <div class='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="../../core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p> </div><h4 id='method.ne' class='method'><code>fn <a href='../../core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&amp;self, __arg_0: &amp;<a class='struct' href='../../x11/xlib/struct.XPropertyEvent.html' title='x11::xlib::XPropertyEvent'>XPropertyEvent</a>) -&gt; <a class='primitive' href='../../std/primitive.bool.html'>bool</a></code></h4> <div class='docblock'><p>This method tests for <code>!=</code>.</p> </div></div><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='../../core/marker/trait.Copy.html' title='core::marker::Copy'>Copy</a> for <a class='struct' href='../../x11/xlib/struct.XPropertyEvent.html' title='x11::xlib::XPropertyEvent'>XPropertyEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-10267' class='srclink' href='../../src/x11/xlib.rs.html#1419' title='goto source code'>[src]</a></span></h3> <div class='impl-items'></div><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='../../core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='../../x11/xlib/struct.XPropertyEvent.html' title='x11::xlib::XPropertyEvent'>XPropertyEvent</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-10268' class='srclink' href='../../src/x11/xlib.rs.html#1419' title='goto source code'>[src]</a></span></h3> <div class='impl-items'><h4 id='method.clone' class='method'><code>fn <a href='../../core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&amp;self) -&gt; <a class='struct' href='../../x11/xlib/struct.XPropertyEvent.html' title='x11::xlib::XPropertyEvent'>XPropertyEvent</a></code></h4> <div class='docblock'><p>Returns a copy of the value. <a href="../../core/clone/trait.Clone.html#tymethod.clone">Read more</a></p> </div><h4 id='method.clone_from' class='method'><code>fn <a href='../../core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&amp;mut self, source: &amp;Self)</code><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div></h4> <div class='docblock'><p>Performs copy-assignment from <code>source</code>. <a href="../../core/clone/trait.Clone.html#method.clone_from">Read more</a></p> </div></div></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "x11"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
board/install/install.css
nikoutel/DasBoard
/** * DAS BOARD - a skeuomorphic announcement board * * intall.css * * * @package DasBoard * @subpackage install * @author Nikos Koutelidis nikoutel@gmail.com * @copyright 2008 - 2013 Nikos Koutelidis * @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0 * @link https://github.com/nikoutel/dasboard * * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * */ body { background:#c0c0c0 url(pics/wall.jpg) repeat; margin:0; padding:0 0 0px 0; color:#292929; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-align:center; } @font-face { font-family: 'dj_grossnormal'; src: url('fonts/djgross-webfont.eot'); src: url('fonts/djgross-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/djgross-webfont.woff') format('woff'), url('fonts/djgross-webfont.ttf') format('truetype'), url('fonts/djgross-webfont.svg#dj_grossnormal') format('svg'); font-weight: normal; font-style: normal; } #formdiv{ width: 780px; } .greenb { color: green; font-weight: bold; } .green { color: green;; } .redb { color: red; font-weight: bold; } .red { color: red; } h1{ font-size: 20px; font-family:'dj_grossnormal'; margin: 0 0 0 30px; color:#1E1E1E; } h2{ font-size: 14px; margin-left: 30px; margin-bottom: 5px; } #container{ margin-top: 50px; margin-bottom: 20px; text-align:left; } table#check{ border-style:none; border-collapse:separate; border-spacing:15px; margin: 50px; } table#check > tbody > tr > td{ height: 20px; min-width: 60px; text-align: left; } table#check > tbody > tr > td:first-child{ text-align: left; border-right:solid #000; border-width: 1px; width: 240px; } table#installformt{ border-style:none; border-collapse:separate; border-spacing:45px 15px; margin: 50px 50px 20px 20px; text-align: left; } table#installformt > tbody > tr > td{ height: 20px; vertical-align: top; min-width: 130px; } table#installformt > tbody > tr > td:first-child+td+td{ color: red; } .startOpacity{ background:rgb(255,255,2155); background:rgba(255,255,255,0.6); -ms-filter:alpha(opacity=60); filter:alpha(opacity=60) } .stopOpacity, #formdiv *{ position:relative } #forma{ margin: 0 0 20px 0; } #msg{ padding: 20px 0 0 0; } #errormsg{ padding: 0 0 40px 0; } #returnlink{ padding: 0 0 40px 0; } .text{ text-align: left; } .text p{ margin: 0 0 0 30px; }
accessible/tests/mochitest/test_bug428479.html
tmhorne/celtx
<!DOCTYPE html> <html> <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=428479 --> <head> <title>ARIA role math chrome tests</title> <link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css" /> <script type="application/javascript" src="chrome://mochikit/content/MochiKit/packed.js"></script> <script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script> <script type="application/javascript"> function testThis(aID, aAcc) { is(aAcc.finalRole, Components.interfaces.nsIAccessibleRole.ROLE_FLAT_EQUATION, "Wrong role for " + aID +"!"); is(aAcc.name, "x^2 + y^2 + z^2", "Wrong name for " + aID + "!"); } function doTest() { var accRetrieval = Components.classes["@mozilla.org/accessibleRetrieval;1"]. getService(Components.interfaces.nsIAccessibleRetrieval); // Test equation image var imgEqElement = document.getElementById("img_eq"); var imgEqAcc; try { imgEqAcc = accRetrieval.getAccessibleFor(imgEqElement); } catch(e) { } ok(imgEqAcc, "no accessible for image equation!"); if (imgEqAcc) testThis("img_eq", imgEqAcc); // Test textual equation var txtEqElement = document.getElementById("txt_eq"); var txtEqAcc; try { txtEqAcc = accRetrieval.getAccessibleFor(txtEqElement); } catch(e) { } ok(txtEqAcc, "no accessible for textual equation!"); if (txtEqAcc) testThis("txt_eq", txtEqAcc); SimpleTest.finish(); } SimpleTest.waitForExplicitFinish(); addLoadEvent(doTest); </script> </head> <body> <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=428479">Mozilla Bug 428479</a> <p id="display"></p> <div id="content" style="display: none"></div> <pre id="test"> </pre> <p>Image: <img id="img_eq" role="math" src="foo" alt="x^2 + y^2 + z^2"> </p> <p>Text: <span id="txt_eq" role="math" title="x^2 + y^2 + z^2">x<sup>2</sup> + y<sup>2</sup> + z<sup>2</sup></span> </p> </body> </html>
x11/keysym/constant.XK_masculine.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `XK_masculine` constant in crate `x11`."> <meta name="keywords" content="rust, rustlang, rust-lang, XK_masculine"> <title>x11::keysym::XK_masculine - Rust</title> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>keysym</a></p><script>window.sidebarCurrent = {name: 'XK_masculine', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>keysym</a>::<wbr><a class='constant' href=''>XK_masculine</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-1765' class='srclink' href='../../src/x11/keysym.rs.html#297' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const XK_masculine: <a class='type' href='../../libc/types/os/arch/c95/type.c_uint.html' title='libc::types::os::arch::c95::c_uint'>c_uint</a><code> = </code><code>0x0ba</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../"; window.currentCrate = "x11"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script async src="../../search-index.js"></script> </body> </html>
servo/style/properties/longhands/list_style_image/computed_value/index.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `computed_value` mod in crate `servo`."> <meta name="keywords" content="rust, rustlang, rust-lang, computed_value"> <title>servo::style::properties::longhands::list_style_image::computed_value - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../../../../../index.html'>servo</a>::<wbr><a href='../../../../index.html'>style</a>::<wbr><a href='../../../index.html'>properties</a>::<wbr><a href='../../index.html'>longhands</a>::<wbr><a href='../index.html'>list_style_image</a></p><script>window.sidebarCurrent = {name: 'computed_value', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content mod"> <h1 class='fqn'><span class='in-band'>Module <a href='../../../../../index.html'>servo</a>::<wbr><a href='../../../../index.html'>style</a>::<wbr><a href='../../../index.html'>properties</a>::<wbr><a href='../../index.html'>longhands</a>::<wbr><a href='../index.html'>list_style_image</a>::<wbr><a class='mod' href=''>computed_value</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-66552' class='srclink' href='../../../../../../export/style/properties/longhands/list_style_image/computed_value/index.html?gotosrc=66552' title='goto source code'>[src]</a></span></h1> <h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2> <table> <tr class=' module-item'> <td><a class='struct' href='struct.T.html' title='servo::style::properties::longhands::list_style_image::computed_value::T'>T</a></td> <td class='docblock short'> </td> </tr> </table></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../../../../../"; window.currentCrate = "servo"; window.playgroundUrl = ""; </script> <script src="../../../../../../jquery.js"></script> <script src="../../../../../../main.js"></script> <script async src="../../../../../../search-index.js"></script> </body> </html>
heartbeats_simple/hbs_pow/struct.HeartbeatPowContext.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `HeartbeatPowContext` struct in crate `heartbeats_simple`."> <meta name="keywords" content="rust, rustlang, rust-lang, HeartbeatPowContext"> <title>heartbeats_simple::hbs_pow::HeartbeatPowContext - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>heartbeats_simple</a>::<wbr><a href='index.html'>hbs_pow</a></p><script>window.sidebarCurrent = {name: 'HeartbeatPowContext', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content struct"> <h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>heartbeats_simple</a>::<wbr><a href='index.html'>hbs_pow</a>::<wbr><a class='struct' href=''>HeartbeatPowContext</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-173' class='srclink' href='../../heartbeats_simple_sys/hbs_pow_sys/struct.heartbeat_pow_context.html?gotosrc=173' title='goto source code'>[src]</a></span></h1> <pre class='rust struct'>pub struct HeartbeatPowContext { pub ws: <a class='struct' href='../../heartbeats_simple_sys/hbs_common_sys/struct.heartbeat_window_state.html' title='heartbeats_simple_sys::hbs_common_sys::heartbeat_window_state'>heartbeat_window_state</a>, pub window_buffer: <a class='primitive' href='../../std/primitive.pointer.html'>*mut </a><a class='struct' href='../../heartbeats_simple/hbs_pow/struct.HeartbeatPowRecord.html' title='heartbeats_simple::hbs_pow::HeartbeatPowRecord'>heartbeat_pow_record</a>, pub counter: <a class='primitive' href='../../std/primitive.u64.html'>u64</a>, pub lock: <a class='primitive' href='../../std/primitive.i32.html'>i32</a>, pub hwc_callback: extern fn(<a class='primitive' href='../../std/primitive.pointer.html'>*const </a><a class='struct' href='../../heartbeats_simple/hbs_pow/struct.HeartbeatPowContext.html' title='heartbeats_simple::hbs_pow::HeartbeatPowContext'>heartbeat_pow_context</a>), pub td: <a class='struct' href='../../heartbeats_simple_sys/hbs_common_sys/struct.heartbeat_udata.html' title='heartbeats_simple_sys::hbs_common_sys::heartbeat_udata'>heartbeat_udata</a>, pub wd: <a class='struct' href='../../heartbeats_simple_sys/hbs_common_sys/struct.heartbeat_udata.html' title='heartbeats_simple_sys::hbs_common_sys::heartbeat_udata'>heartbeat_udata</a>, pub ed: <a class='struct' href='../../heartbeats_simple_sys/hbs_common_sys/struct.heartbeat_udata.html' title='heartbeats_simple_sys::hbs_common_sys::heartbeat_udata'>heartbeat_udata</a>, }</pre><div class='docblock'><p>A <code>heartbeat_pow_context</code> is used for tracking performance/power of recurring jobs.</p> </div><h2 class='fields'>Fields</h2><span id='structfield.ws' class='structfield'><code>ws: <a class='struct' href='../../heartbeats_simple_sys/hbs_common_sys/struct.heartbeat_window_state.html' title='heartbeats_simple_sys::hbs_common_sys::heartbeat_window_state'>heartbeat_window_state</a></code> </span><span class='stab '></span><span id='structfield.window_buffer' class='structfield'><code>window_buffer: <a class='primitive' href='../../std/primitive.pointer.html'>*mut </a><a class='struct' href='../../heartbeats_simple/hbs_pow/struct.HeartbeatPowRecord.html' title='heartbeats_simple::hbs_pow::HeartbeatPowRecord'>heartbeat_pow_record</a></code> </span><span class='stab '></span><span id='structfield.counter' class='structfield'><code>counter: <a class='primitive' href='../../std/primitive.u64.html'>u64</a></code> </span><span class='stab '></span><span id='structfield.lock' class='structfield'><code>lock: <a class='primitive' href='../../std/primitive.i32.html'>i32</a></code> </span><span class='stab '></span><span id='structfield.hwc_callback' class='structfield'><code>hwc_callback: extern fn(<a class='primitive' href='../../std/primitive.pointer.html'>*const </a><a class='struct' href='../../heartbeats_simple/hbs_pow/struct.HeartbeatPowContext.html' title='heartbeats_simple::hbs_pow::HeartbeatPowContext'>heartbeat_pow_context</a>)</code> </span><span class='stab '></span><span id='structfield.td' class='structfield'><code>td: <a class='struct' href='../../heartbeats_simple_sys/hbs_common_sys/struct.heartbeat_udata.html' title='heartbeats_simple_sys::hbs_common_sys::heartbeat_udata'>heartbeat_udata</a></code> </span><span class='stab '></span><span id='structfield.wd' class='structfield'><code>wd: <a class='struct' href='../../heartbeats_simple_sys/hbs_common_sys/struct.heartbeat_udata.html' title='heartbeats_simple_sys::hbs_common_sys::heartbeat_udata'>heartbeat_udata</a></code> </span><span class='stab '></span><span id='structfield.ed' class='structfield'><code>ed: <a class='struct' href='../../heartbeats_simple_sys/hbs_common_sys/struct.heartbeat_udata.html' title='heartbeats_simple_sys::hbs_common_sys::heartbeat_udata'>heartbeat_udata</a></code> </span><span class='stab '></span></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "heartbeats_simple"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
servo/gl/Uniform1fv/fn.is_loaded.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `is_loaded` fn in crate `servo`."> <meta name="keywords" content="rust, rustlang, rust-lang, is_loaded"> <title>servo::gl::Uniform1fv::is_loaded - Rust</title> <link rel="stylesheet" type="text/css" href="../../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../../index.html'>servo</a>::<wbr><a href='../index.html'>gl</a>::<wbr><a href='index.html'>Uniform1fv</a></p><script>window.sidebarCurrent = {name: 'is_loaded', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'>Function <a href='../../index.html'>servo</a>::<wbr><a href='../index.html'>gl</a>::<wbr><a href='index.html'>Uniform1fv</a>::<wbr><a class='fn' href=''>is_loaded</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-6731' class='srclink' href='../../../gleam/ffi/Uniform1fv/fn.is_loaded.html?gotosrc=6731' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub fn is_loaded() -&gt; <a class='primitive' href='../../../std/primitive.bool.html'>bool</a></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../../"; window.currentCrate = "servo"; window.playgroundUrl = ""; </script> <script src="../../../jquery.js"></script> <script src="../../../main.js"></script> <script defer src="../../../search-index.js"></script> </body> </html>
wayland_kbd/ffi/keysyms/constant.XKB_KEY_kana_CHI.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `XKB_KEY_kana_CHI` constant in crate `wayland_kbd`."> <meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_kana_CHI"> <title>wayland_kbd::ffi::keysyms::XKB_KEY_kana_CHI - Rust</title> <link rel="stylesheet" type="text/css" href="../../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../../index.html'>wayland_kbd</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_kana_CHI', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../../index.html'>wayland_kbd</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_kana_CHI</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-734' class='srclink' href='../../../src/wayland_kbd/ffi/keysyms.rs.html#955' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const XKB_KEY_kana_CHI: <a class='primitive' href='../../../std/primitive.u32.html'>u32</a><code> = </code><code>1217</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../../"; window.currentCrate = "wayland_kbd"; window.playgroundUrl = ""; </script> <script src="../../../jquery.js"></script> <script src="../../../main.js"></script> <script defer src="../../../search-index.js"></script> </body> </html>
libc/linux/constant.GLOB_NOSPACE.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `GLOB_NOSPACE` constant in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, GLOB_NOSPACE"> <title>libc::linux::GLOB_NOSPACE - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='../index.html'>libc</a>::<wbr><a href='index.html'>linux</a></p><script>window.sidebarCurrent = {name: 'GLOB_NOSPACE', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>libc</a>::<wbr><a href='index.html'>linux</a>::<wbr><a class='constant' href=''>GLOB_NOSPACE</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-2325' class='srclink' href='../../src/libc/unix/notbsd/linux/mod.rs.html#355' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const GLOB_NOSPACE: <a class='type' href='../../libc/type.c_int.html' title='libc::c_int'>c_int</a><code> = </code><code>1</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "libc"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
script/dom/bindings/refcounted/struct.LiveDOMReferences.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `LiveDOMReferences` struct in crate `script`."> <meta name="keywords" content="rust, rustlang, rust-lang, LiveDOMReferences"> <title>script::dom::bindings::refcounted::LiveDOMReferences - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../../../index.html'>script</a>::<wbr><a href='../../index.html'>dom</a>::<wbr><a href='../index.html'>bindings</a>::<wbr><a href='index.html'>refcounted</a></p><script>window.sidebarCurrent = {name: 'LiveDOMReferences', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content struct"> <h1 class='fqn'><span class='in-band'>Struct <a href='../../../index.html'>script</a>::<wbr><a href='../../index.html'>dom</a>::<wbr><a href='../index.html'>bindings</a>::<wbr><a href='index.html'>refcounted</a>::<wbr><a class='struct' href=''>LiveDOMReferences</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-2940' class='srclink' href='../../../../src/script/dom/bindings/refcounted.rs.html#141-144' title='goto source code'>[src]</a></span></h1> <pre class='rust struct'>pub struct LiveDOMReferences { table: <a class='struct' href='../../../../core/cell/struct.RefCell.html' title='core::cell::RefCell'>RefCell</a>&lt;<a class='struct' href='../../../../std/collections/hash/map/struct.HashMap.html' title='std::collections::hash::map::HashMap'>HashMap</a>&lt;<a class='primitive' href='../../../../std/primitive.pointer.html'>*const </a><a class='enum' href='../../../../libc/enum.c_void.html' title='libc::c_void'>c_void</a>,&nbsp;<a class='struct' href='../../../../alloc/arc/struct.Arc.html' title='alloc::arc::Arc'>Arc</a>&lt;<a class='struct' href='../../../../std/sync/mutex/struct.Mutex.html' title='std::sync::mutex::Mutex'>Mutex</a>&lt;<a class='primitive' href='../../../../std/primitive.usize.html'>usize</a>&gt;&gt;&gt;&gt;, }</pre><div class='docblock'><p>The set of live, pinned DOM objects that are currently prevented from being garbage collected due to outstanding references.</p> </div><h2 class='fields'>Fields</h2><span id='structfield.table' class='structfield'><code>table: <a class='struct' href='../../../../core/cell/struct.RefCell.html' title='core::cell::RefCell'>RefCell</a>&lt;<a class='struct' href='../../../../std/collections/hash/map/struct.HashMap.html' title='std::collections::hash::map::HashMap'>HashMap</a>&lt;<a class='primitive' href='../../../../std/primitive.pointer.html'>*const </a><a class='enum' href='../../../../libc/enum.c_void.html' title='libc::c_void'>c_void</a>,&nbsp;<a class='struct' href='../../../../alloc/arc/struct.Arc.html' title='alloc::arc::Arc'>Arc</a>&lt;<a class='struct' href='../../../../std/sync/mutex/struct.Mutex.html' title='std::sync::mutex::Mutex'>Mutex</a>&lt;<a class='primitive' href='../../../../std/primitive.usize.html'>usize</a>&gt;&gt;&gt;&gt;</code> </span><span class='stab '></span><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class='struct' href='../../../../script/dom/bindings/refcounted/struct.LiveDOMReferences.html' title='script::dom::bindings::refcounted::LiveDOMReferences'>LiveDOMReferences</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-2942' class='srclink' href='../../../../src/script/dom/bindings/refcounted.rs.html#146-199' title='goto source code'>[src]</a></span></h3> <div class='impl-items'><h4 id='method.initialize' class='method'><code>fn <a href='#method.initialize' class='fnname'>initialize</a>()</code></h4> <div class='docblock'><p>Set up the thread-local data required for storing the outstanding DOM references.</p> </div><h4 id='method.addref' class='method'><code>fn <a href='#method.addref' class='fnname'>addref</a>&lt;T:&nbsp;<a class='trait' href='../../../../script/dom/bindings/reflector/trait.Reflectable.html' title='script::dom::bindings::reflector::Reflectable'>Reflectable</a>&gt;(&amp;self, ptr: <a class='primitive' href='../../../../std/primitive.pointer.html'>*const T</a>) -&gt; <a class='struct' href='../../../../alloc/arc/struct.Arc.html' title='alloc::arc::Arc'>Arc</a>&lt;<a class='struct' href='../../../../std/sync/mutex/struct.Mutex.html' title='std::sync::mutex::Mutex'>Mutex</a>&lt;<a class='primitive' href='../../../../std/primitive.usize.html'>usize</a>&gt;&gt;</code></h4> <h4 id='method.cleanup' class='method'><code>fn <a href='#method.cleanup' class='fnname'>cleanup</a>(raw_reflectable: <a class='struct' href='../../../../script/dom/bindings/refcounted/struct.TrustedReference.html' title='script::dom::bindings::refcounted::TrustedReference'>TrustedReference</a>)</code></h4> <div class='docblock'><p>Unpin the given DOM object if its refcount is 0.</p> </div></div></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../../../"; window.currentCrate = "script"; window.playgroundUrl = ""; </script> <script src="../../../../jquery.js"></script> <script src="../../../../main.js"></script> <script defer src="../../../../search-index.js"></script> </body> </html>
offscreen_gl_context/glx/constant.ACCUM_ALPHA_SIZE.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `ACCUM_ALPHA_SIZE` constant in crate `offscreen_gl_context`."> <meta name="keywords" content="rust, rustlang, rust-lang, ACCUM_ALPHA_SIZE"> <title>offscreen_gl_context::glx::ACCUM_ALPHA_SIZE - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>offscreen_gl_context</a>::<wbr><a href='index.html'>glx</a></p><script>window.sidebarCurrent = {name: 'ACCUM_ALPHA_SIZE', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>offscreen_gl_context</a>::<wbr><a href='index.html'>glx</a>::<wbr><a class='constant' href=''>ACCUM_ALPHA_SIZE</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-789' class='srclink' href='../../src/offscreen_gl_context/home/servo/buildbot/slave/doc/build/target/debug/build/offscreen_gl_context-c403121f1fa779d9/out/glx_bindings.rs.html#289' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const ACCUM_ALPHA_SIZE: <a class='type' href='../../offscreen_gl_context/glx/types/type.GLenum.html' title='offscreen_gl_context::glx::types::GLenum'>GLenum</a><code> = </code><code>17</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "offscreen_gl_context"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
tests/ref/iframe/multiple_external.html
jryans/servo
<!DOCTYPE html> <html> <head> <style> iframe { margin: 10px; float: left; width: 300px; height: 300px; } </style> </head> <body> <iframe sandbox="allow-scripts" src="multiple_external_child.html"> </iframe> <iframe sandbox="allow-scripts" src="multiple_external_child.html"> </iframe> </body> </html>
doc/CTD/planer2/util/package-frame.html
CrashTestDummies/FIAP
<!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_25) on Sun Feb 08 02:34:44 CET 2015 --> <title>CTD.planer2.util</title> <meta name="date" content="2015-02-08"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../CTD/planer2/util/package-summary.html" target="classFrame">CTD.planer2.util</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="Reloadable.html" title="interface in CTD.planer2.util" target="classFrame"><span class="interfaceName">Reloadable</span></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="ConfirmBox.html" title="class in CTD.planer2.util" target="classFrame">ConfirmBox</a></li> <li><a href="ExportToCsv.html" title="class in CTD.planer2.util" target="classFrame">ExportToCsv</a></li> <li><a href="ExportToPdf.html" title="class in CTD.planer2.util" target="classFrame">ExportToPdf</a></li> <li><a href="ExportToText.html" title="class in CTD.planer2.util" target="classFrame">ExportToText</a></li> <li><a href="Memento.html" title="class in CTD.planer2.util" target="classFrame">Memento</a></li> <li><a href="MementoHandler.html" title="class in CTD.planer2.util" target="classFrame">MementoHandler</a></li> <li><a href="Message.html" title="class in CTD.planer2.util" target="classFrame">Message</a></li> <li><a href="PwLoader.html" title="class in CTD.planer2.util" target="classFrame">PwLoader</a></li> <li><a href="Tools.html" title="class in CTD.planer2.util" target="classFrame">Tools</a></li> </ul> </div> </body> </html>
templates/serv/edit_service.html
wadobo/timebank
{% extends "serv/base.html" %} {% load i18n %} {% block subtitle %} {% if instance %} {% trans "Edit service" %} {% else %} {% trans "Add service" %} {% endif %} {% endblock %} {% block subcontent %} <form method="POST"> {% csrf_token %} <fieldset> {% include "main/form_snippet.html" %} </fieldset> <input type="submit" value="{% trans "Save" %}"/> </form> </div> {% endblock %}
privacyidea/static/components/directives/views/directive.assigntoken.html
privacyidea/privacyidea
<!-- This is the directive for assigning tokens to users. --> <div class="form-group"> <label for="serial" translate>Serial</label> <input name="serial" type="text" ng-model="newTokenObject.serial" autocomplete="new-password" required placeholder="{{ 'start typing a serial number of a token that is notassigned, yet.'|translate}} " ng-keypress="toggleLoadSerials($event.which==13)" typeahead-wait-ms="100" typeahead-focus-first="false" uib-typeahead="serial for serial in loadSerials($viewValue)" typeahead-no-results="noResults" typeahead-loading="loadingSerials" class="form-control" > <div ng-show="loadingSerials"> <i class="glyphicon glyphicon-refresh"></i><span translate>Loading serials...</span> </div> <div ng-show="noResults"> <i class="glyphicon glyphicon-remove"></i><span translate>No serial found</span> </div> </div> <div class="form-group"> <!-- we could add a checkRight("enrollpin") here, but this would not be quite accurate, since this directive is also used during assigning and not only during enrolling! --> <label for="otppin" translate>PIN</label> <input name="otppin" ng-model="newTokenObject.pin" autocomplete="new-password" type=password class="form-control" equals="{{pin2}}" placeholder="{{ 'Type a password'|translate }}"> <input name="otppin2" ng-model="pin2" autocomplete="new-password" type=password class="form-control" equals="{{newTokenObject.pin}}" placeholder="{{ 'Repeat password'|translate }}"> </div>
doc/api/files/__/__/__/_rvm/gems/ruby-2_1_2/gems/actionview-4_1_1/lib/action_view/gem_version_rb.html
asm-products/visitmee
<?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>gem_version.rb</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.1.1</span><br /> <h1> gem_version.rb </h1> <ul class="files"> <li> ../../../.rvm/gems/ruby-2.1.2/gems/actionview-4.1.1/lib/action_view/gem_version.rb </li> <li>Last modified: 2014-06-04 14:48:36 +0545</li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- Namespace --> <div class="sectiontitle">Namespace</div> <ul> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../../../classes/ActionView.html">ActionView</a> </li> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../../../classes/ActionView/VERSION.html">ActionView::VERSION</a> </li> </ul> <!-- Methods --> </div> </div> </body> </html>
webapp/lib/src/main/resources/templates/help_child_edit.html
podd/podd-redesign
<h3 class="underlined_heading">Editing a Child Object</h3> <br> <p>The <strong>Edit Object</strong> screen is arrived at by clicking the<strong> Edit</strong> button in the <strong>View Object</strong> screen.</p> <p>The user is presented with an <strong>Edit Object</strong> screen (See figure 14.3.1). The screen is similar to the second stage of the <strong>Add Child Object</strong> screen, with the text boxes filled. All the sections are displayed in an expanded state by default.</p> <p class="rtecentre"><img style="width: 670px; height: 550px;" border="1" alt="" src="${baseUrl}/resources/images/edit_childobject1.jpg" /></p> <p class="rteleft"><em>Figure 14.3.1 &ndash; Example screenshot for editing an Investigation object</em></p> <br> <!-- <h4>Parent Details</h4> <p>The <strong>Parent Details</strong> section is exactly the same as in the <strong>Object View</strong> Page, with the parent object ID, title, type and relationship displayed in a read only mode.</p> <br> --> <h4>Object Details</h4> <p>The <strong>Object Details</strong> section displays all the attributes of the object. Figure 14.3.1 shows an example of an Investigation object being edited. Object Title and Description can be modified. Some other fields may be available for editing depending on the type of the object. <!-- At the bottom of the Object Details section, Creator, Creation date, Last modified by and Last modification date are displayed in a read only mode (which is not in the Add a Child Object page). --> </p> <p>If the object allows RefersTo links, these too are displayed under the <strong>Object Details</strong> section. RefersTo fields should be modified using the auto completion functionality as shown in Figure 14.3.2. </p> <p class="rtecentre"><img style="width: 379px; height: 134px;" border="1" alt="" src="${baseUrl}/resources/images/edit_childobject2.jpg" /></p> <p class="rteleft"><em>Figure 14.3.2 &ndash; Example screenshot for using auto completion on a RefersTo field</em></p> <br> <h4>Action Buttons</h4> <p>When satisfied with the changes, the user clicks <strong>Submit</strong>.</p> <p>Validation is performed, and if any fields are in error then the user is returned to the top of the page. An error box will appear at top of the page describing the nature of the errors and remedial actions.</p> <p>The system confirms the submission to the administrator by switching to the view tab and displaying the object details page in view (read only mode).</p> <p>If the user clicks the <strong>Cancel </strong>button, the <strong>Edit Object</strong> screen will be abandoned. &nbsp;The screen is returned to the <strong>View Object</strong> page without any change.</p>
MWUI/templates/post.html
deljus/predictor
{% extends "layout.html" %} {% block styles %} {{super()}} <link href="{{ url_for('static', filename='css/bootstrap-markdown-editor.css') }}" rel="stylesheet"> {% endblock styles %} {% block scripts %} {{super()}} <script src="//cdnjs.cloudflare.com/ajax/libs/ace/1.2.6/ace.js"></script> <script src="{{ url_for('static', filename='js/bootstrap-markdown-editor.js') }}"></script> <script> {% if edit_form %} $('#body').markdownEditor({ fullscreen: false }); {% endif %} {% if special_form %} $('#special-body').markdownEditor({ fullscreen: false }); {% endif %} </script> {% endblock scripts %} {% block page %} <div class="row"> <!-- Blog Post Content Column --> <div class="col-lg-8"> <!-- Preview Image --> <img class="img-responsive" src="{{ post.banner and post.banner|resize('900x300', upscale=False) or '//placehold.it/900x300&text=No Graphical Abstract' }}" alt=""> <hr> <!-- Post Content --> {{ post.body|markdown }} {% if special_field %} {{ special_field|markdown }} {% endif %} {% if downloadable %} {% for i in post.attachments %} <div class="btn-group" role="group" aria-label="..."> <a href="{{ url_for('.download', file=i.file, name=i.name) }}" class="btn btn-default"> <span class="glyphicon glyphicon-save-file" aria-hidden="true"></span> {{ i.name|truncate(15, True) }} </a> {% if deletable %} <a href="{{ url_for('.remove', file=i.file, name=i.name, next=url_for('.blog_post', post=post.id)) }}" class="btn btn-default"> <span class="glyphicon glyphicon-trash" aria-hidden="true"></span> </a> {% endif %} </div> {% endfor %} {% endif %} {% if special_form %} <hr> {{ wtf.quick_form(special_form, form_type='horizontal', button_map={'submit_button': 'primary'})}} {% endif %} <hr><!-- Date/Time --> <p><span class="glyphicon glyphicon-time" aria-hidden="true"></span> {{ post.date.strftime('%B %d, %Y at %H:%M') }}. <span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> {{ post.author_name }}</p> {% if remove_form and edit_form %} <div class="panel-group" id="accordion"> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapse1"> <span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Edit Post </a> </h4> </div> <div id="collapse1" class="panel-collapse collapse"> <div class="panel-body"> <div class="col-md-8"> {{ wtf.quick_form(edit_form, form_type='horizontal', button_map={'submit_button': 'primary'})}} </div> </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapse2"> <span class="glyphicon glyphicon-trash" aria-hidden="true"></span> Delete Post </a> </h4> </div> <div id="collapse2" class="panel-collapse collapse"> <div class="panel-body"> <div class="col-md-8"> {{ wtf.quick_form(remove_form, form_type='horizontal', button_map={'submit_button': 'primary'})}} </div> </div> </div> </div> </div> {% endif %} </div> <!-- Blog Sidebar Widgets Column --> <div class="col-md-4"> {% if children %} <ul class="nav list-group"> {% for i in children %} <li> <a href="{{ i.url }}">{{ i.title }}</a> </li> {% endfor %} </ul> {% endif %} {% if info %} {% for i in info %} <div class="panel panel-default"> <div class="panel-heading"> <h4><span class="glyphicon glyphicon-{{ i.glyph }}" aria-hidden="true"></span> {{ i.title }}</h4> </div> <div class="panel-body"> {{ i.body|truncate(200, True)|markdown }} <a href="{{ url_for('.blog_post', post=i.id) }}" class="btn btn-default"> Read More <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> </a> </div> </div> {% endfor %} {% endif %} </div> </div> {% endblock %}
templates/base_template/admin/manage_crons.html
EQdkpPlus/core
<div class="contentHeader"> <h1 class="contentTitle">{L_manage_cronjobs} <span class="bubble">{CRONJOB_COUNT}</span></h1> </div> <table class="table fullwidth colorswitch hoverrows"> <tr> <th class="left" style="width:25px">&nbsp;</th> <th class="nowrap left" style="width:70px">{L_action}</th> <th class="left">{L_name}</th> <th class="hiddenSmartphone left">{L_repeat_interval}</th> <th class="hiddenSmartphone left">{L_cron_start_time}</th> <th class="hiddenSmartphone left">{L_last_run}</th> <th class="hiddenSmartphone left">{L_next_run}</th> </tr> <!-- BEGIN cron_row --> <tr> <td style="width:25px" class="center"><i class="eqdkp-icon-{cron_row.ENABLE_ICON}"></i></td> <td style="width:70px" class="nowrap"><a href="{cron_row.U_RUN_CRON}" title="{L_execute}"><i class="fa fa-play fa-lg"></i></a>&nbsp;&nbsp;&nbsp;<!-- IF cron_row.S_ACTIVATE --><a href="{cron_row.U_ACTIVATE_CRON}" title="{cron_row.L_ENABLE}"><i class="{cron_row.ACTIVATE_ICON} fa-lg"></i></a><!-- ENDIF --><!-- IF cron_row.S_EDITABLE -->&nbsp;&nbsp;&nbsp;<a href="{cron_row.U_EDIT_CRON}" title="{L_edit}"><i class="fa fa-pencil fa-lg" title="{L_edit}"></i></a><!-- ENDIF --></td> <td><!-- IF cron_row.S_EDITABLE --><a href="{cron_row.U_EDIT_CRON}">{cron_row.NAME}</a><!-- ELSE -->{cron_row.NAME}<!-- ENDIF --></td> <td class="hiddenSmartphone">{cron_row.REPEAT}</td> <td class="hiddenSmartphone">{cron_row.START}</td> <td class="hiddenSmartphone">{cron_row.LAST_RUN}</td> <td class="hiddenSmartphone">{cron_row.NEXT_RUN}</td> </tr> <!-- END cron_row --> <tr > <th colspan="7" class="footer">{FC_CRONJOBS}</th> </tr> </table> <div id="dialog-cronresult" title="" style="display:none;"> <div id="dialog-cronresult-content"> </div> </div>
mockups/cinematic/cinematic.css
codingisacopingstrategy/aa.core
@font-face { font-family: 'LatinModernMono'; src: url('../../aacore/static/lib/fonts/lmmono10-italic-webfont.eot'); src: url('../../aacore/static/lib/fonts/lmmono10-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../aacore/static/lib/fonts/lmmono10-italic-webfont.woff') format('woff'), url('../../aacore/static/lib/fonts/lmmono10-italic-webfont.ttf') format('truetype'), url('../../aacore/static/lib/fonts/lmmono10-italic-webfont.svg#LatinModernMono10Italic') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'LatinModernMono'; src: url('../../aacore/static/lib/fonts/lmmono10-italic-webfont.eot'); src: url('../../aacore/static/lib/fonts/lmmono10-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../aacore/static/lib/fonts/lmmono10-italic-webfont.woff') format('woff'), url('../../aacore/static/lib/fonts/lmmono10-italic-webfont.ttf') format('truetype'), url('../../aacore/static/lib/fonts/lmmono10-italic-webfont.svg#LatinModernMono10Italic') format('svg'); font-weight: normal; font-style: italic; } @font-face { font-family: 'LiberationSans'; src: url('../../aacore/static/lib/fonts/LiberationSans-Regular-webfont.eot'); src: url('../../aacore/static/lib/fonts/LiberationSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../aacore/static/lib/fonts/LiberationSans-Regular-webfont.woff') format('woff'), url('../../aacore/static/lib/fonts/LiberationSans-Regular-webfont.ttf') format('truetype'), url('../../aacore/static/lib/fonts/LiberationSans-Regular-webfont.svg#LiberationSansRegular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'LiberationSans'; src: url('../../aacore/static/lib/fonts/LiberationSans-Italic-webfont.eot'); src: url('../../aacore/static/lib/fonts/LiberationSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../aacore/static/lib/fonts/LiberationSans-Italic-webfont.woff') format('woff'), url('../../aacore/static/lib/fonts/LiberationSans-Italic-webfont.ttf') format('truetype'), url('../../aacore/static/lib/fonts/LiberationSans-Italic-webfont.svg#LiberationSansItalic') format('svg'); font-weight: normal; font-style: italic; } @font-face { font-family: 'LiberationSans'; src: url('../../aacore/static/lib/fonts/LiberationSans-Bold-webfont.eot'); src: url('../../aacore/static/lib/fonts/LiberationSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../aacore/static/lib/fonts/LiberationSans-Bold-webfont.woff') format('woff'), url('../../aacore/static/lib/fonts/LiberationSans-Bold-webfont.ttf') format('truetype'), url('../../aacore/static/lib/fonts/LiberationSans-Bold-webfont.svg#LiberationSansBold') format('svg'); font-weight: bold; font-style: normal; } @font-face { font-family: 'LiberationSans'; src: url('../../aacore/static/lib/fonts/LiberationSans-BoldItalic-webfont.eot'); src: url('../../aacore/static/lib/fonts/LiberationSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../aacore/static/lib/fonts/LiberationSans-BoldItalic-webfont.woff') format('woff'), url('../../aacore/static/lib/fonts/LiberationSans-BoldItalic-webfont.ttf') format('truetype'), url('../../aacore/static/lib/fonts/LiberationSans-BoldItalic-webfont.svg#LiberationSansBoldItalic') format('svg'); font-weight: bold; font-style: italic; } div#slider { position: absolute; top: 1em; left: 1em; right: 1em; height: 0; border: 1px solid white; z-index: 2; } div#slider a { background-color: white; border: 0px solid white; height: 10px; width: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } span#time { position: absolute; bottom: 1em; right: 1em; z-index: 2; } div#controls { position: absolute; bottom: 1em; left: 1em; z-index: 999; } div#controls span#play, div#controls span#pause { cursor: pointer; } body { background-color: black; color: white; overflow: hidden; } img { max-width: 100%; } nav, h1, h2 { display: none; } article { position: absolute; top: 3em; left: 0; bottom: 3em; right: 0; } .section1 .section2 { text-align: center; /*font-family: "Latin Modern Roman Unslanted";*/ font-family: "Latin Modern Roman Unslanted"; font-family: "LiberationSans"; font-weight: bold; letter-spacing: 0.05em; display: none; text-align: center; font-size: 2em; line-height: 1.3; } em { font-family: "LatinModernMono"; font-style: italic; } section.section1 { display: table; table-layout: fixed; /*border: 1px solid red;*/ height: 100%; width: 100%; } section.section1 > div.wrapper { display: table-row; /*border: 1px solid green;*/ width: 100%; height: 100%; } section.section2 { display: table-cell; /*border: 1px solid blue;*/ vertical-align: middle; text-align: center; padding: 0 auto; width: 100%; height: 100%; } section.align-left section.section2 { text-align: left; } section.top section.section2 { vertical-align: top; } section.bottom section.section2 { vertical-align: bottom; } section.smaller section.section2 * { zoom: 70%; } section.bla section.section2 div.wrapper { color: white; background-color: rgba(0, 0, 0, 0.5); } section.bla { z-index: 9999; } section.section2 div.wrapper { max-width: 30em; /* border: 1px solid yellow; */ margin: 0 auto; padding: 0.5em; } section.align-left section.section2 div.wrapper { max-width: 100%; /* border: 1px solid yellow; */ margin: 0 0; padding: 0.5em; } .foo { position: absolute; }
report/html/com/rapidminer/tools/expression/internal/function/comparison/top-risks.html
cm-is-dog/rapidminer-studio-core
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../../../style.css'); @import url('../../../../../../../tree.css'); </style> <script src="../../../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../../../cloud.js" type="text/javascript"></script> <title>rapidminer-studio-core 转换结果 </title> </head> <body > <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://www.atlassian.com/clover" title="Open Atlassian Clover home page"><span class="aui-header-logo-device">Clover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online Clover documentation" target="_blank" href="https://confluence.atlassian.com/display/CLOVER/Clover+Documentation+Home"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </div> <div class="aui-page-header-main" > <h1> rapidminer-studio-core 转换结果 </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../../../" data-package-name="com.rapidminer.tools.expression.internal.function.comparison"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../../../dashboard.html">Project Clover database 星期二 九月 5 2017 16:40:29 CST</a></li> </ol> <h1 class="aui-h2-clover"> Package com.rapidminer.tools.expression.internal.function.comparison </h1> <div class="aui-tabs horizontal-tabs"> <ul class="tabs-menu"> <li class="menu-item "> <a href="pkg-summary.html"><strong>Application code</strong></a> </li> <li class="menu-item active-tab"> <a href="top-risks.html"><strong>Top risks</strong></a> </li> <li class="menu-item "> <a href="quick-wins.html"><strong>Quick wins</strong></a> </li> </ul> <div class="tabs-pane active-pane" id="tabs-first"> <div>&#160;</div> <div class="aui-message aui-message-warning"> <p class="title"> <strong>Evaluation License</strong> </p> <p> This report was generated with an evaluation server license. <a href="http://www.atlassian.com/software/clover">Purchase Clover</a> or <a href="http://confluence.atlassian.com/x/JAgQCQ">configure your license.</a> </p> </div> <div style="text-align: right; margin-bottom: 10px"> <button class="aui-button aui-button-subtle" id="popupHelp"> <span class="aui-icon aui-icon-small aui-iconfont-help"></span>&#160;How to read this chart </button> <script> AJS.InlineDialog(AJS.$("#popupHelp"), "helpDialog", function (content, trigger, showPopup) { var description = topRisksDescription(); var title = 'Top Risks'; content.css({"padding": "20px"}).html( '<h2>' + title + '</h2>' + description); showPopup(); return false; }, { width: 600 } ); </script> </div> <div style="padding: 20px; border: 1px solid #cccccc; background-color: #f5f5f5; border-radius: 3px"> <div id="shallowPackageCloud" > </div> </div> </div> <!-- tabs-pane active-pane --> </div> <!-- aui-tabs horizontal-tabs --> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://www.atlassian.com/software/clover">Atlassian Clover</a> v 4.1.2 on 星期二 九月 5 2017 17:24:16 CST using coverage data from 星期四 一月 1 1970 08:00:00 CST. </li> </ul> <ul> <li>Clover Evaluation License registered to Clover Plugin. You have 29 day(s) before your license expires.</li> </ul> <div id="footer-logo"> <a target="_blank" href="http://www.atlassian.com/"> Atlassian </a> </div> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
templates/videos/language-revisions-tab.html
pculture/unisubs
{% load i18n %} <div class="tab" id="revisions-tab"> {% if revisions|length > 1 %} <div class="tools"> <a class="button compare_versions_button"> {% trans 'Compare Revisions' %} </a> </div> {% endif %} {% if revisions %} <ul class="listing revisions"> {% for item in revisions %} <li> <h3> <input type="checkbox" class="version_checkbox" value="{{ item.pk }}"/> {% if not item.subtitle_language.language_code %} {# Hack to work around SubtitleLanguages with blank language attributes. #} {# Once those are gone we can remove this. #} <a href="{% url "videos:subtitleversion_detail" video_id=item.video.video_id lang="unknown" lang_id=item.language.id version_id=item.pk %}">{% trans "Revision" %} {{ item.version_number }} - {{ item.revision_time }}</a> {% else %} <a href="{% url "videos:subtitleversion_detail" video_id=item.video.video_id lang=item.subtitle_language.language_code lang_id=item.subtitle_language.id version_id=item.pk %}">{% trans "Revision" %} {{ item.version_number }} - {{ item.revision_time }}</a> {% endif %} {% if item.moderation_status == 'waiting_moderation' %} (draft) {% endif %} </h3> {% if item.author %} <p>{% trans "by" %} <a href="{% url "profiles:profile" item.author.pk %}">{{ item.author }}</a></p> {% endif %} {% if item.note %} <p>{{ item.note }}</p> {% endif %} {% if item.origin == 'rollback' and item.rollback_of_version_number %} <p>{% trans "Rollback to version #" %}{{ item.rollback_of_version_number }}</p> {% elif item.origin == 'upload' %} <p>{% trans "Uploaded" %}</p> {% elif item.origin == 'api' %} <p>{% trans "API" %}</p> {% elif item.origin == 'web-legacy-editor' %} <p>{% trans "Legacy Subtitle Editor" %}</p> {% elif item.origin == 'web-editor' %} <p>{% trans "Subtitle Editor" %}</p> {% endif %} <ul class="actions"> {% comment %} <li><h4>{% trans "Timing" %}: {{ item.time_change }}</h4></li> <li><h4>{% trans "Text" %}: {{ item.text_change }}</h4></li> {% endcomment %} {% if user.is_staff and perms.videos.edit_video %} <li><h4><a style="color: #417690;" href="{% url "admin:subtitles_subtitleversion_change" item.pk %}">{% trans "Edit in Django Admin" %}</a></h4></li> {% endif %} </ul> </li> {% endfor %} </ul> {% if page_obj.has_next %} <div class="pagination"><a class="" href="?tab=revisions&revisions_per_page={{ more }}&page=1" rel="next">&#8595; {% trans 'Show More' %} &#8595;</a></div> {% endif %} {% else %} <p class="empty">{% trans 'No subtitles for this language.' %}</p> {% endif %} </div>
demo/css/app.css
netbek/rh-icon
/** * rh-icon demo * * @author Hein Bekker <hein@netbek.co.za> * @copyright (c) 2015 Hein Bekker * @license http://www.gnu.org/licenses/agpl-3.0.txt AGPLv3 */ .hidden { display: none !important; visibility: hidden; } /* * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } table td { padding: 0.2em; } table tr:nth-child(1) .icon { font-size: 1em; } table tr:nth-child(2) .icon { font-size: 2em; } table tr:nth-child(3) .icon { font-size: 3em; } table tr:nth-child(4) .icon { font-size: 4em; } /** * Note: The following is optional because the `fill` attribute will be set. * Any declarations will override the `fill` attribute. */ svg.blue { fill: #0000FF; } svg.black { fill: #000; } .icon-0027-bullhorn-512x128 { background: #FFDD00; }