Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • vecto/vecto
  • doumpst/vecto
  • vecto/sandbox
  • vecto/guests/vecto-sim-iker
  • vecto/guests/vecto-sim-tobia
  • vecto/tug-itna/mq_vecto-sim
  • vecto/tug-itna/hm_vecto-sim
  • amogoda/vecto
  • vecto/tug-itna/rk_vecto-sim
  • anagnko/vecto
  • alixgui/vecto
  • amogoda/sandbox
12 results
Show changes
Showing
with 3186 additions and 0 deletions
Documentation/MultiStepTool/images/vecto_multistage_large.jpg

69.9 KiB

Documentation/MultiStepTool/images/vecto_multistage_large.png

69.9 KiB

<div id="FOOTER">
<a target="mainframe" href="mailto:vecto@jrc.ec.europa.eu">Contact</a>
<span style="text-align:right; float:right">Print View: <a href="javascript:$('div').show().not('.vecto2').not('.vecto3').css({'padding-left':'0px'}).filter('#CONTENT,#TOC,#HEADER,#FOOTER,#MathJax_Message').hide();void(0);">All</a>, <a href="javascript:$('div').not('.vecto2').not('.vecto3').css({'padding-left':'0px'}).filter('#TOC,#HEADER,#FOOTER,#MathJax_Message').hide();$('#CONTENT').css({'display':'inline'});void(0);">Current</a>
</div>
\ No newline at end of file
<div id="HEADER">
<div style="float:left">
<a href="MultiStepToolHelp.html"><img style="vertical-align:middle" alt="VECTO-Logo" src="images/VECTO-small.PNG"></a>
<a href="MultiStepToolHelp.html">User Manual</a>
</div>
<div style="text-align: right">
<a href="https://ec.europa.eu/clima/" target="_blank"><img style="border: 0px solid; height: 40px;" alt="European Commission" src="pics/EuropeanCommission.jpg" hspace="5"></a>
<!-- <a href="http://www.ivt.tugraz.at/" target="_blank"><img src="pics/IVT.png" alt="IVT-Logo" style="border: 0px solid; width: 74px; height: 36px;" hspace="5"></a>
<a href="http://portal.tugraz.at/pls/portal/url/page/TU_Graz" target="_blank"><img src="pics/TUG.png" alt="TUG-Logo" style="border: 0px solid; width: 96px; height: 36px;" hspace="5"></a>
--> </div>
</div>
<div id="CONTENT">
</div>
\ No newline at end of file
<script type="text/javascript">
$(function(){
var OnClick = function() {
showContent($($(this).attr("href").replace(".", "\\.")));
};
var showContent = function(element){
$("#CONTENT").html(element.html());
$("#CONTENT > a").click(OnClick);
$("#CONTENT").show();
window.scrollTo(0, 0);
};
$("body > div:not(#TOC):not(#HEADER):not(#FOOTER):not(.vecto2):not(.vecto3)").hide();
$("body > div:not(#TOC):not(#HEADER):not(#FOOTER) > div:not(.vecto2):not(.vecto3)").hide();
window.onhashchange=function(){showContent($(window.location.hash.replace(".", "\\.")));};
if (window.location.hash) {
showContent($(window.location.hash.replace(".", "\\.")));
} else {
showContent($("#user-manual"));
}
$("#TOC").resizable();
$("#TOC").resizable({
handles: "e",
resize: function(event, ui) {
$("body > div:not(#TOC):not(#HEADER):not(#FOOTER)").css("padding-left", ui.size.width);
}
});
$("#TOC").scroll(function() {
$(".ui-resizable-handle").css('top', $("#TOC").scrollTop());
});
/* hide some items from TOC */
$("#TOC li a[href='#electrical-auxiliaries-editor']").parent().hide()
$("#TOC li a[href='#combined-alternator-map-file-.aalt']").parent().hide()
$("#TOC li a[href='#pneumatic-auxiliaries-editor']").parent().hide()
$("#TOC li a[href='#hvac-auxiliaries-editor']").parent().hide()
/*-------------------------*/
$("td[align=left").filter(function() {return $(this).text().indexOf("Locked default")===0 || $(this).text().indexOf("Locked Calc") === 0; }).addClass("aaux_locked")
});
/*
javascript to check if all links are valid:
*/
function CheckGeneratedLinks() {
var content = jQuery("#CONTENT");
content.html("");
jQuery("a[href]").each(function(idx, elem) {
var link=jQuery(elem).attr("href");
if(link.startsWith("javascript:")) {return true}
if (!link.startsWith("#")) { content.append("ignoring: " + link +"<br/>"); return true; }
var node=jQuery("*[id='" + link.replace("#", "") + "']");
if (node.length) {
content.append("found: " + link)
} else {
content.append("missing: " + link)
};
content.append("<br/>");
});
}
</script>
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
@media print {
#CONTENT {
display: none;
}
#HEADER {
display: none;
}
body > div {
display: block;
padding-left: 2em;
}
.section.level2 {
page-break-before: always;
}
a, a:visited, a:link {
color: blue;
}
}
\ No newline at end of file
body {
height: 100%;
min-height: 100%;
font-family: Calibri, sans-serif;
}
.section.level1 {padding-left:336px}
nav, #TOC {
position: fixed;
width: 21em;
left: 0px;
top: 3.5em;
bottom: 2em;
background-color: #eee;
overflow: scroll;
}
#HEADER{
top: 0px;
left: 1px;
border-bottom-style: solid;
border-bottom-width: thin;
border-bottom-color: #aaa;
height: 2.5em;
}
#FOOTER {
border-top-style: solid;
border-top-width: thin;
border-top-color: #aaa;
bottom: 0px;
left: 1px;
}
#HEADER, #FOOTER {
width: auto;
position: fixed;
width: 99%;
background: white;
padding: 5px;
}
body > div:not(#TOC):not(#HEADER):not(#FOOTER) {
display: none;
padding-left: 21em;
padding-top: 2em;
padding-bottom: 2em;
margin-left: 1em;
width: 50em;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
nav ul {
line-height: 1.7em;
list-style-type: none;
list-style-position: inside;
}
th {
font-weight: bold;
}
th, td {
padding: 6px;
border-width: 1px;
border-style: solid;
border-color: #aaa;
}
h1, h2, h3 {
padding-bottom: 3px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #aaa;
}
dt {
font-style: italic;
font-weight: bold;
}
.ui-resizable-handle {
position: absolute;
width: 20px;
cursor: ew-resize;
right: 0px;
height: 100%;
top: 0px;
}
div.vecto2 {
border-left: 3px solid gray;
padding-left: 5px;
margin-top: 2em;
background: rgba(128,128,128,0.05);
}
div.vecto2:before {
content: 'Note: Vecto 2.2!';
background: gray;
color: white;
padding: 5px 5px 5px 5px;
margin-left: -8px;
font-weight: bold;
display: inline-block;
font-size: smaller;
}
div.vecto3 {
border-left: 3px solid green;
padding-left: 5px;
margin-top: 2em;
background: rgba(0,128,0,0.05);
}
div.vecto3:before {
content: 'Note: Vecto 3.x!';
background: green;
color: white;
padding: 5px 5px 5px 5px;
margin-left: -8px;
font-weight: bold;
display: inline-block;
font-size: smaller;
}
div.engineering{
border-right: 5px solid #d51000;
margin-right: -50px;
background-image: url("../pics/icon_engineering-mode.svg");
background-color: rgba(255,0,0,0.2);
padding: 2px 50px 2px 5px;
margin-bottom: 0.5em;
background-repeat: no-repeat;
background-size: 38px;
background-position: top right;
}
div.declaration {
border-right: 5px solid #08c300;
margin-right: -50px;
background-image: url("../pics/icon_declaration-mode.svg");
background-color: rgba(0,255,0,0.2);
padding: 2px 50px 2px 5px;
margin-bottom: 0.5em;
background-repeat: no-repeat;
background-size: 38px;
background-position: top right;
}
pre {
padding: 2px;
border: 1px solid #EEEEEE;
}
.aaux_locked {
background: gray;
color: white;
}
\ No newline at end of file
Documentation/MultiStepTool/pics/EuropeanCommission.jpg

6.14 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="49.796822mm"
height="49.796822mm"
viewBox="0 0 176.44543 176.44543"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="icon_declaration-mode.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="17.292933"
inkscape:cy="46.828754"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1138"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-266.34083,-53.486974)">
<path
sodipodi:type="star"
style="fill:#08c300;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4143"
sodipodi:sides="12"
sodipodi:cx="354.56354"
sodipodi:cy="141.70969"
sodipodi:r1="77.680084"
sodipodi:r2="88.272827"
sodipodi:arg1="0.74897703"
sodipodi:arg2="1.0107764"
inkscape:flatsided="false"
inkscape:rounded="0.4"
inkscape:randomized="0"
d="m 411.45533,194.60127 c -6.55639,7.05225 -1.84276,16.78206 -10.00099,21.89709 -8.15824,5.11503 -14.86274,-3.36655 -24.06686,-0.53732 -9.20412,2.82923 -9.9869,13.61231 -19.60966,13.96293 -9.62275,0.35063 -11.18823,-10.34688 -20.57384,-12.49876 -9.38562,-2.15187 -15.45507,6.79516 -23.96393,2.28743 -8.50887,-4.50772 -4.51585,-14.55478 -11.5681,-21.11116 -7.05224,-6.55639 -16.78205,-1.84276 -21.89708,-10.001 -5.11503,-8.15823 3.36655,-14.86273 0.53732,-24.06685 -2.82924,-9.20412 -13.61231,-9.9869 -13.96294,-19.60966 -0.35063,-9.62275 10.34689,-11.18823 12.49876,-20.57385 2.15187,-9.38561 -6.79515,-15.45506 -2.28743,-23.96392 4.50773,-8.508867 14.55478,-4.515853 21.11117,-11.568099 6.55638,-7.052246 1.84275,-16.782056 10.00099,-21.897084 8.15824,-5.11503 14.86274,3.36655 24.06686,0.537318 9.20411,-2.829232 9.9869,-13.612309 19.60965,-13.962935 9.62276,-0.350627 11.18823,10.346886 20.57385,12.498759 9.38562,2.151872 15.45506,-6.795155 23.96393,-2.28743 8.50886,4.507727 4.51585,14.554783 11.56809,21.111168 7.05225,6.556384 16.78206,1.842755 21.89709,10.000992 5.11503,8.158241 -3.36655,14.862741 -0.53732,24.066851 2.82923,9.20412 13.61231,9.9869 13.96293,19.60966 0.35063,9.62275 -10.34688,11.18823 -12.49875,20.57385 -2.15188,9.38561 6.79515,15.45506 2.28742,23.96393 -4.50772,8.50886 -14.55478,4.51585 -21.11116,11.56809 z"
inkscape:transform-center-x="5.2453988"
inkscape:transform-center-y="-3.2833186" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4145"
cx="354.56354"
cy="141.70969"
r="50.507629" />
<circle
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:7.01602173;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4150"
cx="354.56354"
cy="141.70969"
r="62.899368" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#08c300;fill-opacity:1;stroke:#08c300;stroke-width:1.05754519;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text4136"
transform="matrix(1.8911721,0,0,1.8911721,6.1173534,-48.694462)">
<path
d="m 200.39705,85.245689 0.73242,1.269532 q -7.15332,5.053711 -13.25684,12.792968 -6.10351,7.739261 -8.81347,15.161131 l -1.07422,0.70801 q -1.3916,0.90332 -2.39258,1.80664 -0.1709,-0.87891 -0.95215,-2.83203 l -0.56152,-1.3916 q -1.83106,-4.5166 -3.10059,-6.29883 -1.24511,-1.80664 -2.70996,-1.95313 1.97754,-1.80664 3.44239,-1.80664 2.02636,0 4.44335,5.44434 l 0.87891,1.95313 q 4.32129,-7.73926 10.42481,-14.257817 6.12793,-6.518555 12.93945,-10.595704 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:125%;font-family:'Wingdings 2';-inkscape-font-specification:'Wingdings 2, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#08c300;fill-opacity:1;stroke:#08c300;stroke-width:1.05754519;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4141"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="45.155556mm"
height="44.026669mm"
viewBox="0 0 160 156.00001"
id="svg4167"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="icon_engineering-mode.svg">
<defs
id="defs4169" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="18.258504"
inkscape:cy="97.237374"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1138"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata4172">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-234.28571,-345.79078)">
<path
inkscape:connector-curvature="0"
d="m 254.28571,345.79078 -2,4 21,12 c 0,10 -4,18 -13,23 l -21,-12 -1,2 c 5,15 15,25 35,25 5,0 20,15 28,23 l 16,-16 c -8,-8 -26,-26 -26,-31 0,-18 -5,-30 -37,-30 z m 125,5 -20,14 -2,8 -58,58 -8,-5 -4,4 c 0,12 -14,18 -20,18 l -33,33 c 0,10 11,21 21,21 l 33,-33 c 0,-6 6,-20 18,-20 l 4,-4 -5,-8 58,-58 8,-2 14,-20 -6,-6 z m -50,68 -16,16 c 12,12 28,28 28,33 0,18 5,30 37,30 l 2,-4 -21,-12 c 0,-10 4,-18 13,-23 l 21,12 1,-2 c -5,-15 -15,-25 -35,-25 -5,0 -18,-13 -30,-25 z"
id="imagebot_3-0"
style="fill:#d51000;fill-opacity:1" />
</g>
</svg>
No preview for this file type
No preview for this file type
File added
File added