| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> | 
 | 2 | <html> | 
 | 3 |   <head> | 
 | 4 |     <title>Match demo</title> | 
 | 5 |     <meta charset="utf-8" /> | 
| Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 6 |     <script data-main="matchdemo.js" src="../js/lib/require.js" async="async"></script> | 
| Nils Diewald | ce32811 | 2015-04-08 22:48:18 +0000 | [diff] [blame] | 7 |     <link type="text/css" rel="stylesheet" href="../css/kalamar.css" /> | 
| Nils Diewald | 0e6992a | 2015-04-14 20:13:52 +0000 | [diff] [blame] | 8 |     <style type="text/css" rel="stylesheet"> | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 9 |  | 
 | 10 | body { | 
 | 11 |   background-color: #ffa500; | 
 | 12 | } | 
 | 13 |  | 
 | 14 | body, text { | 
 | 15 |   font-family: tahoma, verdana, arial; | 
 | 16 |   color: #444; | 
 | 17 | } | 
 | 18 |  | 
 | 19 | text { | 
 | 20 |   fill: #444; | 
 | 21 | } | 
 | 22 |  | 
 | 23 |     </style> | 
 | 24 |   </head> | 
 | 25 |   <body> | 
 | 26 |     <div id="search"> | 
 | 27 |       <ol class="align-left"> | 
 | 28 | 	<li data-corpus-id="WPD" | 
 | 29 | 	    data-doc-id="WWW" | 
 | 30 | 	    data-text-id="03313" | 
 | 31 | 	    data-match-id="p102-103" | 
 | 32 | 	    data-available-info="base/s=spans corenlp/c=spans corenlp/ne=tokens corenlp/p=tokens corenlp/s=spans glemm/l=tokens mate/l=tokens mate/m=tokens mate/p=tokens opennlp/p=tokens opennlp/s=spans tt/l=tokens tt/p=tokens tt/s=spans" | 
 | 33 | 	    id="WPD-WWW.03313-p102-103"> | 
 | 34 | 	  <div> | 
 | 35 | 	    <div class="snippet startMore endMore"><span class="context-left">In diesem Beispiel ist zu sehen, dass die beiden Variablen a und b lediglich ihre Werte an die Funktion </span><span class="match">test</span><span class="context-right"> übergeben, aber im Gegensatz zu einem Referenzparamter dabei unverändert bleiben.</span></div> | 
 | 36 | 	  </div> | 
 | 37 | 	  <p class="ref"><strong>Wertparameter</strong> by Hubi,Zwobot,4; published on 2005-03-28 as WWW.03313 (WPD)</p> | 
 | 38 | 	</li> | 
 | 39 |       </ol> | 
 | 40 |     </div> | 
| Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 41 |   </body> | 
 | 42 | </html> |