blob: d5869595e9281f85e9712a75bb3ef12c9e91d7a3 [file] [log] [blame]
Nils Diewalda944fab2015-04-08 21:02:04 +00001<!DOCTYPE html>
2<html>
3 <head>
4 <title>Match demo</title>
5 <meta charset="utf-8" />
Nils Diewald0e6992a2015-04-14 20:13:52 +00006 <script data-main="matchdemo.js" src="../js/lib/require.js" async="async"></script>
Nils Diewaldce328112015-04-08 22:48:18 +00007 <link type="text/css" rel="stylesheet" href="../css/kalamar.css" />
Nils Diewald0e6992a2015-04-14 20:13:52 +00008 <style type="text/css" rel="stylesheet">
Nils Diewalda944fab2015-04-08 21:02:04 +00009
10body {
11 background-color: #ffa500;
12}
13
14body, text {
15 font-family: tahoma, verdana, arial;
16 color: #444;
17}
18
19text {
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 Diewalda944fab2015-04-08 21:02:04 +000041 </body>
42</html>