Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: src/diagrams/tutorials/fetchdata/json-list.graffle

Issue 26922002: removing Web UI tutorials, updating remaining 4 to current release, + review pass (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>ActiveLayerIndex</key> 5 <key>ActiveLayerIndex</key>
6 <integer>0</integer> 6 <integer>0</integer>
7 <key>ApplicationVersion</key> 7 <key>ApplicationVersion</key>
8 <array> 8 <array>
9 <string>com.omnigroup.OmniGrafflePro</string> 9 <string>com.omnigroup.OmniGrafflePro</string>
10 » » <string>139.16.0.171715</string> 10 » » <string>139.18.0.187838</string>
11 </array> 11 </array>
12 <key>AutoAdjust</key> 12 <key>AutoAdjust</key>
13 <true/> 13 <true/>
14 <key>BackgroundGraphic</key> 14 <key>BackgroundGraphic</key>
15 <dict> 15 <dict>
16 <key>Bounds</key> 16 <key>Bounds</key>
17 <string>{{0, 0}, {1152, 733}}</string> 17 <string>{{0, 0}, {1152, 733}}</string>
18 <key>Class</key> 18 <key>Class</key>
19 <string>SolidGraphic</string> 19 <string>SolidGraphic</string>
20 <key>ID</key> 20 <key>ID</key>
(...skipping 25 matching lines...) Expand all
46 <key>Creator</key> 46 <key>Creator</key>
47 <string>Mary Campione</string> 47 <string>Mary Campione</string>
48 <key>DisplayScale</key> 48 <key>DisplayScale</key>
49 <string>1 0/72 in = 1.0000 in</string> 49 <string>1 0/72 in = 1.0000 in</string>
50 <key>GraphDocumentVersion</key> 50 <key>GraphDocumentVersion</key>
51 <integer>8</integer> 51 <integer>8</integer>
52 <key>GraphicsList</key> 52 <key>GraphicsList</key>
53 <array> 53 <array>
54 <dict> 54 <dict>
55 <key>Bounds</key> 55 <key>Bounds</key>
56 » » » <string>{{114, 94}, {501, 158}}</string> 56 » » » <string>{{221, 109}, {501, 158}}</string>
57 <key>Class</key> 57 <key>Class</key>
58 <string>ShapedGraphic</string> 58 <string>ShapedGraphic</string>
59 <key>FitText</key> 59 <key>FitText</key>
60 <string>YES</string> 60 <string>YES</string>
61 <key>Flow</key> 61 <key>Flow</key>
62 <string>Resize</string> 62 <string>Resize</string>
63 <key>FontInfo</key> 63 <key>FontInfo</key>
64 <dict> 64 <dict>
65 <key>Color</key> 65 <key>Color</key>
66 <dict> 66 <dict>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 <real>7</real> 98 <real>7</real>
99 </dict> 99 </dict>
100 </dict> 100 </dict>
101 <key>Text</key> 101 <key>Text</key>
102 <dict> 102 <dict>
103 <key>Align</key> 103 <key>Align</key>
104 <integer>0</integer> 104 <integer>0</integer>
105 <key>Pad</key> 105 <key>Pad</key>
106 <integer>2</integer> 106 <integer>2</integer>
107 <key>Text</key> 107 <key>Text</key>
108 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf340 108 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390
109 \cocoascreenfonts1{\fonttbl\f0\fmodern\fcharset0 CourierNewPSMT;} 109 \cocoascreenfonts1{\fonttbl\f0\fmodern\fcharset0 CourierNewPSMT;}
110 {\colortbl;\red255\green255\blue255;} 110 {\colortbl;\red255\green255\blue255;}
111 \deftab720 111 \deftab720
112 \pard\pardeftab720 112 \pard\pardeftab720
113 113
114 \f0\fs24 \cf0 import 'dart:json' as json;\ 114 \f0\fs24 \cf0 import 'dart:convert';\
115 var wordList = query('#wordlist');\ 115 var wordList = query('#wordlist');\
116 ...\ 116 ...\
117 requestComplete(HttpRequest request) \{\ 117 requestComplete(HttpRequest request) \{\
118 ...\ 118 ...\
119 List&lt;String&gt; portmanteaux = json.parse(request.responseText);\ 119 List&lt;String&gt; portmanteaux = JSON.decode(request.responseText);\
120 for (int i = 0; i &lt; portmanteaux.length; i++) \{\ 120 for (int i = 0; i &lt; portmanteaux.length; i++) \{\
121 wordList.children.add(new LIElement()..text = portmanteaux[i]);\ 121 wordList.children.add(new LIElement()..text = portmanteaux[i]);\
122 \}\ 122 \}\
123 ...\ 123 ...\
124 \}}</string> 124 \}}</string>
125 <key>VerticalPad</key> 125 <key>VerticalPad</key>
126 <integer>2</integer> 126 <integer>2</integer>
127 </dict> 127 </dict>
128 <key>Wrap</key> 128 <key>Wrap</key>
129 <string>NO</string> 129 <string>NO</string>
130 </dict> 130 </dict>
131 <dict> 131 <dict>
132 <key>Class</key> 132 <key>Class</key>
133 <string>LineGraphic</string> 133 <string>LineGraphic</string>
134 <key>Head</key> 134 <key>Head</key>
135 <dict> 135 <dict>
136 <key>ID</key> 136 <key>ID</key>
137 <integer>34214</integer> 137 <integer>34214</integer>
138 </dict> 138 </dict>
139 <key>ID</key> 139 <key>ID</key>
140 <integer>34216</integer> 140 <integer>34216</integer>
141 <key>Points</key> 141 <key>Points</key>
142 <array> 142 <array>
143 » » » » <string>{92.250994429391994, 256.125}</string> 143 » » » » <string>{197, 124.05802783284042}</string>
144 » » » » <string>{133.98647570687859, 112}</string> 144 » » » » <string>{224, 123.70478827015557}</string>
145 </array> 145 </array>
146 <key>Style</key> 146 <key>Style</key>
147 <dict> 147 <dict>
148 <key>stroke</key> 148 <key>stroke</key>
149 <dict> 149 <dict>
150 <key>HeadArrow</key> 150 <key>HeadArrow</key>
151 <string>FilledArrow</string> 151 <string>FilledArrow</string>
152 <key>Legacy</key> 152 <key>Legacy</key>
153 <true/> 153 <true/>
154 <key>TailArrow</key> 154 <key>TailArrow</key>
155 <string>0</string> 155 <string>0</string>
156 </dict> 156 </dict>
157 </dict> 157 </dict>
158 <key>Tail</key> 158 <key>Tail</key>
159 <dict> 159 <dict>
160 <key>ID</key> 160 <key>ID</key>
161 <integer>34215</integer> 161 <integer>34215</integer>
162 </dict> 162 </dict>
163 </dict> 163 </dict>
164 <dict> 164 <dict>
165 <key>Bounds</key> 165 <key>Bounds</key>
166 » » » <string>{{39, 256.125}, {101, 19}}</string> 166 » » » <string>{{53, 109}, {144, 32}}</string>
167 <key>Class</key> 167 <key>Class</key>
168 <string>ShapedGraphic</string> 168 <string>ShapedGraphic</string>
169 <key>FitText</key> 169 <key>FitText</key>
170 <string>YES</string> 170 <string>YES</string>
171 <key>Flow</key> 171 <key>Flow</key>
172 <string>Resize</string> 172 <string>Resize</string>
173 <key>FontInfo</key> 173 <key>FontInfo</key>
174 <dict> 174 <dict>
175 <key>Font</key> 175 <key>Font</key>
176 <string>HelveticaNeue</string> 176 <string>HelveticaNeue</string>
(...skipping 25 matching lines...) Expand all
202 </dict> 202 </dict>
203 <key>stroke</key> 203 <key>stroke</key>
204 <dict> 204 <dict>
205 <key>Draws</key> 205 <key>Draws</key>
206 <string>NO</string> 206 <string>NO</string>
207 </dict> 207 </dict>
208 </dict> 208 </dict>
209 <key>Text</key> 209 <key>Text</key>
210 <dict> 210 <dict>
211 <key>Align</key> 211 <key>Align</key>
212 » » » » <integer>0</integer> 212 » » » » <integer>2</integer>
213 <key>Pad</key> 213 <key>Pad</key>
214 <integer>2</integer> 214 <integer>2</integer>
215 <key>Text</key> 215 <key>Text</key>
216 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf340 216 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390
217 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} 217 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
218 {\colortbl;\red255\green255\blue255;} 218 {\colortbl;\red255\green255\blue255;}
219 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural 219 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural\qr
220 220
221 \f0\fs24 \cf0 import json library}</string> 221 \f0\fs24 \cf0 import dart:convert library\
222 to get JSON functions}</string>
222 <key>VerticalPad</key> 223 <key>VerticalPad</key>
223 <integer>2</integer> 224 <integer>2</integer>
224 </dict> 225 </dict>
225 <key>Wrap</key> 226 <key>Wrap</key>
226 <string>NO</string> 227 <string>NO</string>
227 </dict> 228 </dict>
228 <dict> 229 <dict>
229 <key>Bounds</key> 230 <key>Bounds</key>
230 » » » <string>{{117, 98}, {191, 14}}</string> 231 » » » <string>{{224, 113}, {158, 14}}</string>
231 <key>Class</key> 232 <key>Class</key>
232 <string>ShapedGraphic</string> 233 <string>ShapedGraphic</string>
233 <key>ID</key> 234 <key>ID</key>
234 <integer>34214</integer> 235 <integer>34214</integer>
235 <key>Magnets</key> 236 <key>Magnets</key>
236 <array> 237 <array>
237 <string>{-0.40575916230366482, 0.25}</string> 238 <string>{-0.40575916230366482, 0.25}</string>
238 </array> 239 </array>
239 <key>Shape</key> 240 <key>Shape</key>
240 <string>Rectangle</string> 241 <string>Rectangle</string>
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 <string>NO</string> 312 <string>NO</string>
312 </dict> 313 </dict>
313 </dict> 314 </dict>
314 <key>Text</key> 315 <key>Text</key>
315 <dict> 316 <dict>
316 <key>Align</key> 317 <key>Align</key>
317 <integer>0</integer> 318 <integer>0</integer>
318 <key>Pad</key> 319 <key>Pad</key>
319 <integer>2</integer> 320 <integer>2</integer>
320 <key>Text</key> 321 <key>Text</key>
321 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf340 322 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390
322 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} 323 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
323 {\colortbl;\red255\green255\blue255;\red128\green0\blue0;} 324 {\colortbl;\red255\green255\blue255;\red128\green0\blue0;}
324 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural 325 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural
325 326
326 \f0\i\b\fs28 \cf2 Save to $tutorial/httprequest/images/json-parse.png}</string> 327 \f0\i\b\fs28 \cf2 Save to $tutorial/httprequest/images/json-parse.png}</string>
327 <key>VerticalPad</key> 328 <key>VerticalPad</key>
328 <integer>2</integer> 329 <integer>2</integer>
329 </dict> 330 </dict>
330 <key>Wrap</key> 331 <key>Wrap</key>
331 <string>NO</string> 332 <string>NO</string>
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 <string>NO</string> 378 <string>NO</string>
378 </dict> 379 </dict>
379 </dict> 380 </dict>
380 <key>Text</key> 381 <key>Text</key>
381 <dict> 382 <dict>
382 <key>Align</key> 383 <key>Align</key>
383 <integer>0</integer> 384 <integer>0</integer>
384 <key>Pad</key> 385 <key>Pad</key>
385 <integer>2</integer> 386 <integer>2</integer>
386 <key>Text</key> 387 <key>Text</key>
387 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf340 388 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390
388 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} 389 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
389 {\colortbl;\red255\green255\blue255;\red128\green0\blue0;} 390 {\colortbl;\red255\green255\blue255;\red128\green0\blue0;}
390 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural 391 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural
391 392
392 \f0\i\b\fs28 \cf2 Save to $tutorial/httprequest/images/json-list.png}</string> 393 \f0\i\b\fs28 \cf2 Save to $tutorial/httprequest/images/json-list.png}</string>
393 <key>VerticalPad</key> 394 <key>VerticalPad</key>
394 <integer>2</integer> 395 <integer>2</integer>
395 </dict> 396 </dict>
396 <key>Wrap</key> 397 <key>Wrap</key>
397 <string>NO</string> 398 <string>NO</string>
398 </dict> 399 </dict>
399 <dict> 400 <dict>
400 <key>Class</key> 401 <key>Class</key>
401 <string>LineGraphic</string> 402 <string>LineGraphic</string>
402 <key>Head</key> 403 <key>Head</key>
403 <dict> 404 <dict>
404 <key>ID</key> 405 <key>ID</key>
405 <integer>34165</integer> 406 <integer>34165</integer>
406 </dict> 407 </dict>
407 <key>ID</key> 408 <key>ID</key>
408 <integer>34211</integer> 409 <integer>34211</integer>
409 <key>Points</key> 410 <key>Points</key>
410 <array> 411 <array>
411 » » » » <string>{241.37571869115453, 275.125}</string> 412 » » » » <string>{319.57011231901618, 285}</string>
412 » » » » <string>{354.34349274076197, 180}</string> 413 » » » » <string>{468.70112319016181, 195}</string>
413 </array> 414 </array>
414 <key>Style</key> 415 <key>Style</key>
415 <dict> 416 <dict>
416 <key>stroke</key> 417 <key>stroke</key>
417 <dict> 418 <dict>
418 <key>HeadArrow</key> 419 <key>HeadArrow</key>
419 <string>FilledArrow</string> 420 <string>FilledArrow</string>
420 <key>Legacy</key> 421 <key>Legacy</key>
421 <true/> 422 <true/>
422 <key>TailArrow</key> 423 <key>TailArrow</key>
423 <string>0</string> 424 <string>0</string>
424 </dict> 425 </dict>
425 </dict> 426 </dict>
426 <key>Tail</key> 427 <key>Tail</key>
427 <dict> 428 <dict>
428 <key>ID</key> 429 <key>ID</key>
429 <integer>34210</integer> 430 <integer>34210</integer>
430 </dict> 431 </dict>
431 </dict> 432 </dict>
432 <dict> 433 <dict>
433 <key>Bounds</key> 434 <key>Bounds</key>
434 » » » <string>{{39, 275.125}, {381, 20}}</string> 435 » » » <string>{{107, 285}, {392, 20}}</string>
435 <key>Class</key> 436 <key>Class</key>
436 <string>ShapedGraphic</string> 437 <string>ShapedGraphic</string>
437 <key>FitText</key> 438 <key>FitText</key>
438 <string>YES</string> 439 <string>YES</string>
439 <key>Flow</key> 440 <key>Flow</key>
440 <string>Resize</string> 441 <string>Resize</string>
441 <key>FontInfo</key> 442 <key>FontInfo</key>
442 <dict> 443 <dict>
443 <key>Font</key> 444 <key>Font</key>
444 <string>HelveticaNeue</string> 445 <string>HelveticaNeue</string>
(...skipping 29 matching lines...) Expand all
474 <string>NO</string> 475 <string>NO</string>
475 </dict> 476 </dict>
476 </dict> 477 </dict>
477 <key>Text</key> 478 <key>Text</key>
478 <dict> 479 <dict>
479 <key>Align</key> 480 <key>Align</key>
480 <integer>0</integer> 481 <integer>0</integer>
481 <key>Pad</key> 482 <key>Pad</key>
482 <integer>2</integer> 483 <integer>2</integer>
483 <key>Text</key> 484 <key>Text</key>
484 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf340 485 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390
485 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue-Light;} 486 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue-Light;}
486 {\colortbl;\red255\green255\blue255;} 487 {\colortbl;\red255\green255\blue255;}
487 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural 488 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural
488 489
489 \f0\fs26 \cf0 parses the JSON string, creates a List, and populates it with stri ngs}</string> 490 \f0\fs26 \cf0 decodes the JSON string, creates a List, and populates it with str ings}</string>
490 <key>VerticalPad</key> 491 <key>VerticalPad</key>
491 <integer>2</integer> 492 <integer>2</integer>
492 </dict> 493 </dict>
493 <key>Wrap</key> 494 <key>Wrap</key>
494 <string>NO</string> 495 <string>NO</string>
495 </dict> 496 </dict>
496 <dict> 497 <dict>
497 <key>Bounds</key> 498 <key>Bounds</key>
498 » » » <string>{{143, 166}, {431, 14}}</string> 499 » » » <string>{{250, 181}, {449, 14}}</string>
499 <key>Class</key> 500 <key>Class</key>
500 <string>ShapedGraphic</string> 501 <string>ShapedGraphic</string>
501 <key>ID</key> 502 <key>ID</key>
502 <integer>34165</integer> 503 <integer>34165</integer>
503 <key>Magnets</key> 504 <key>Magnets</key>
504 <array> 505 <array>
505 <string>{0.38387096774193563, -0.25}</string> 506 <string>{0.38387096774193563, -0.25}</string>
506 <string>{0, 0.25}</string> 507 <string>{0, 0.25}</string>
507 </array> 508 </array>
508 <key>Shape</key> 509 <key>Shape</key>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 <real>7</real> 572 <real>7</real>
572 </dict> 573 </dict>
573 </dict> 574 </dict>
574 <key>Text</key> 575 <key>Text</key>
575 <dict> 576 <dict>
576 <key>Align</key> 577 <key>Align</key>
577 <integer>0</integer> 578 <integer>0</integer>
578 <key>Pad</key> 579 <key>Pad</key>
579 <integer>2</integer> 580 <integer>2</integer>
580 <key>Text</key> 581 <key>Text</key>
581 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf340 582 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390
582 \cocoascreenfonts1{\fonttbl\f0\fmodern\fcharset0 CourierNewPSMT;} 583 \cocoascreenfonts1{\fonttbl\f0\fmodern\fcharset0 CourierNewPSMT;}
583 {\colortbl;\red255\green255\blue255;} 584 {\colortbl;\red255\green255\blue255;}
584 \deftab720 585 \deftab720
585 \pard\pardeftab720 586 \pard\pardeftab720
586 587
587 \f0\fs24 \cf0 [\ 588 \f0\fs24 \cf0 [\
588 "portmanteau", "fantabulous", "spork", "smog",\ 589 "portmanteau", "fantabulous", "spork", "smog",\
589 "spanglish", "gerrymander", "turducken", "stagflation",\ 590 "spanglish", "gerrymander", "turducken", "stagflation",\
590 "brangelina", "freeware", "oxbridge", "palimony",\ 591 "brangelina", "freeware", "oxbridge", "palimony",\
591 "brunch", "blog", "chortle", "Hassenpfeffer", "Schnitzelbonk"\ 592 "brunch", "blog", "chortle", "Hassenpfeffer", "Schnitzelbonk"\
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 <string>NO</string> 783 <string>NO</string>
783 </dict> 784 </dict>
784 </dict> 785 </dict>
785 <key>Text</key> 786 <key>Text</key>
786 <dict> 787 <dict>
787 <key>Align</key> 788 <key>Align</key>
788 <integer>0</integer> 789 <integer>0</integer>
789 <key>Pad</key> 790 <key>Pad</key>
790 <integer>2</integer> 791 <integer>2</integer>
791 <key>Text</key> 792 <key>Text</key>
792 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf340 793 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390
793 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue-Light;} 794 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue-Light;}
794 {\colortbl;\red255\green255\blue255;} 795 {\colortbl;\red255\green255\blue255;}
795 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural 796 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural
796 797
797 \f0\fs26 \cf0 , separates items in a list}</string> 798 \f0\fs26 \cf0 , separates items in a list}</string>
798 <key>VerticalPad</key> 799 <key>VerticalPad</key>
799 <integer>2</integer> 800 <integer>2</integer>
800 </dict> 801 </dict>
801 <key>Wrap</key> 802 <key>Wrap</key>
802 <string>NO</string> 803 <string>NO</string>
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 <string>NO</string> 928 <string>NO</string>
928 </dict> 929 </dict>
929 </dict> 930 </dict>
930 <key>Text</key> 931 <key>Text</key>
931 <dict> 932 <dict>
932 <key>Align</key> 933 <key>Align</key>
933 <integer>0</integer> 934 <integer>0</integer>
934 <key>Pad</key> 935 <key>Pad</key>
935 <integer>2</integer> 936 <integer>2</integer>
936 <key>Text</key> 937 <key>Text</key>
937 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf340 938 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390
938 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue-Light;} 939 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue-Light;}
939 {\colortbl;\red255\green255\blue255;} 940 {\colortbl;\red255\green255\blue255;}
940 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural 941 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural
941 942
942 \f0\fs26 \cf0 " " denotes a string}</string> 943 \f0\fs26 \cf0 " " denotes a string}</string>
943 <key>VerticalPad</key> 944 <key>VerticalPad</key>
944 <integer>2</integer> 945 <integer>2</integer>
945 </dict> 946 </dict>
946 <key>Wrap</key> 947 <key>Wrap</key>
947 <string>NO</string> 948 <string>NO</string>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 <string>NO</string> 996 <string>NO</string>
996 </dict> 997 </dict>
997 </dict> 998 </dict>
998 <key>Text</key> 999 <key>Text</key>
999 <dict> 1000 <dict>
1000 <key>Align</key> 1001 <key>Align</key>
1001 <integer>0</integer> 1002 <integer>0</integer>
1002 <key>Pad</key> 1003 <key>Pad</key>
1003 <integer>2</integer> 1004 <integer>2</integer>
1004 <key>Text</key> 1005 <key>Text</key>
1005 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf340 1006 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390
1006 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue-Light;} 1007 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue-Light;}
1007 {\colortbl;\red255\green255\blue255;} 1008 {\colortbl;\red255\green255\blue255;}
1008 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural 1009 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural
1009 1010
1010 \f0\fs26 \cf0 [ ] denotes a list (aka array)}</string> 1011 \f0\fs26 \cf0 [ ] denotes a list (aka array)}</string>
1011 <key>VerticalPad</key> 1012 <key>VerticalPad</key>
1012 <integer>2</integer> 1013 <integer>2</integer>
1013 </dict> 1014 </dict>
1014 <key>Wrap</key> 1015 <key>Wrap</key>
1015 <string>NO</string> 1016 <string>NO</string>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 <string>NO</string> 1053 <string>NO</string>
1053 </dict> 1054 </dict>
1054 </dict> 1055 </dict>
1055 <key>Text</key> 1056 <key>Text</key>
1056 <dict> 1057 <dict>
1057 <key>Align</key> 1058 <key>Align</key>
1058 <integer>0</integer> 1059 <integer>0</integer>
1059 <key>Pad</key> 1060 <key>Pad</key>
1060 <integer>2</integer> 1061 <integer>2</integer>
1061 <key>Text</key> 1062 <key>Text</key>
1062 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf340 1063 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390
1063 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} 1064 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
1064 {\colortbl;\red255\green255\blue255;} 1065 {\colortbl;\red255\green255\blue255;}
1065 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural 1066 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural
1066 1067
1067 \f0\b\fs26 \cf0 portmanteaux.json}</string> 1068 \f0\b\fs26 \cf0 portmanteaux.json}</string>
1068 <key>VerticalPad</key> 1069 <key>VerticalPad</key>
1069 <integer>2</integer> 1070 <integer>2</integer>
1070 </dict> 1071 </dict>
1071 <key>Wrap</key> 1072 <key>Wrap</key>
1072 <string>NO</string> 1073 <string>NO</string>
1073 </dict> 1074 </dict>
1074 <dict> 1075 <dict>
1075 <key>Bounds</key> 1076 <key>Bounds</key>
1076 » » » <string>{{112, 73}, {253, 20}}</string> 1077 » » » <string>{{219, 88}, {253, 20}}</string>
1077 <key>Class</key> 1078 <key>Class</key>
1078 <string>ShapedGraphic</string> 1079 <string>ShapedGraphic</string>
1079 <key>FitText</key> 1080 <key>FitText</key>
1080 <string>YES</string> 1081 <string>YES</string>
1081 <key>Flow</key> 1082 <key>Flow</key>
1082 <string>Resize</string> 1083 <string>Resize</string>
1083 <key>FontInfo</key> 1084 <key>FontInfo</key>
1084 <dict> 1085 <dict>
1085 <key>Font</key> 1086 <key>Font</key>
1086 <string>HelveticaNeue-Bold</string> 1087 <string>HelveticaNeue-Bold</string>
(...skipping 22 matching lines...) Expand all
1109 <string>NO</string> 1110 <string>NO</string>
1110 </dict> 1111 </dict>
1111 </dict> 1112 </dict>
1112 <key>Text</key> 1113 <key>Text</key>
1113 <dict> 1114 <dict>
1114 <key>Align</key> 1115 <key>Align</key>
1115 <integer>0</integer> 1116 <integer>0</integer>
1116 <key>Pad</key> 1117 <key>Pad</key>
1117 <integer>2</integer> 1118 <integer>2</integer>
1118 <key>Text</key> 1119 <key>Text</key>
1119 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf340 1120 » » » » <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390
1120 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} 1121 \cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
1121 {\colortbl;\red255\green255\blue255;} 1122 {\colortbl;\red255\green255\blue255;}
1122 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural 1123 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx616 0\tx6720\pardirnatural
1123 1124
1124 \f0\b\fs26 \cf0 the requestComplete() callback function}</string> 1125 \f0\b\fs26 \cf0 the requestComplete() callback function}</string>
1125 <key>VerticalPad</key> 1126 <key>VerticalPad</key>
1126 <integer>2</integer> 1127 <integer>2</integer>
1127 </dict> 1128 </dict>
1128 <key>Wrap</key> 1129 <key>Wrap</key>
1129 <string>NO</string> 1130 <string>NO</string>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 <key>twopiSeparation</key> 1170 <key>twopiSeparation</key>
1170 <real>0.0</real> 1171 <real>0.0</real>
1171 </dict> 1172 </dict>
1172 <key>LinksVisible</key> 1173 <key>LinksVisible</key>
1173 <string>NO</string> 1174 <string>NO</string>
1174 <key>MagnetsVisible</key> 1175 <key>MagnetsVisible</key>
1175 <string>NO</string> 1176 <string>NO</string>
1176 <key>MasterSheets</key> 1177 <key>MasterSheets</key>
1177 <array/> 1178 <array/>
1178 <key>ModificationDate</key> 1179 <key>ModificationDate</key>
1179 » <string>2013-02-14 00:24:47 +0000</string> 1180 » <string>2013-10-10 17:02:53 +0000</string>
1180 <key>Modifier</key> 1181 <key>Modifier</key>
1181 <string>Mary Campione</string> 1182 <string>Mary Campione</string>
1182 <key>NotesVisible</key> 1183 <key>NotesVisible</key>
1183 <string>NO</string> 1184 <string>NO</string>
1184 <key>Orientation</key> 1185 <key>Orientation</key>
1185 <integer>2</integer> 1186 <integer>2</integer>
1186 <key>OriginVisible</key> 1187 <key>OriginVisible</key>
1187 <string>NO</string> 1188 <string>NO</string>
1188 <key>PageBreaks</key> 1189 <key>PageBreaks</key>
1189 <string>YES</string> 1190 <string>YES</string>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 <array> 1279 <array>
1279 <array> 1280 <array>
1280 <string>Canvas 1</string> 1281 <string>Canvas 1</string>
1281 <real>1</real> 1282 <real>1</real>
1282 <real>1</real> 1283 <real>1</real>
1283 </array> 1284 </array>
1284 </array> 1285 </array>
1285 </dict> 1286 </dict>
1286 </dict> 1287 </dict>
1287 </plist> 1288 </plist>
OLDNEW
« no previous file with comments | « src/diagrams/tutorials/fetchdata/getstringfunction.graffle ('k') | src/diagrams/tutorials/fetchdata/stringify.graffle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698