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

Side by Side Diff: src/diagrams/tutorials/fetchdata/callback.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.17.0.185490</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}, {576, 733}}</string> 17 <string>{{0, 0}, {576, 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 <key>Text</key> 107 <key>Text</key>
108 <string>{\rtf1\ansi\ansicpg1252\cocoartf1187\coc oasubrtf390 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 ...\ 114 \f0\fs24 \cf0 ...\
115 requestComplete(HttpRequest request) \{\ 115 requestComplete(HttpRequest request) \{\
116 if (request.status == 200) \{\ 116 if (request.status == 200) \{\
117 List&lt;String&gt; portmanteaux = json.parse(request.responseText);\ 117 List&lt;String&gt; portmanteaux = JSON.decode(request.responseText);\
118 for (int i = 0; i &lt; portmanteaux.length; i++) \{\ 118 for (int i = 0; i &lt; portmanteaux.length; i++) \{\
119 wordList.children.add(new LIElement()..text = portmanteaux[i]);\ 119 wordList.children.add(new LIElement()..text = portmanteaux[i]);\
120 \}\ 120 \}\
121 \} else \{\ 121 \} else \{\
122 wordList.children.add(new LIElement()..text =\ 122 wordList.children.add(new LIElement()..text =\
123 'Request failed, status=\{$request.status\}');\ 123 'Request failed, status=\{$request.status\}');\
124 \}\ 124 \}\
125 \}}</string> 125 \}}</string>
126 <key>VerticalPad</key> 126 <key>VerticalPad</key>
127 <integer>2</integer> 127 <integer>2</integer>
128 </dict> 128 </dict>
129 <key>Wrap</key> 129 <key>Wrap</key>
130 <string>NO</string> 130 <string>NO</string>
131 </dict> 131 </dict>
132 <dict> 132 <dict>
133 <key>Class</key> 133 <key>Class</key>
134 <string>LineGraphic</string> 134 <string>LineGraphic</string>
135 <key>Head</key> 135 <key>Head</key>
136 <dict> 136 <dict>
137 <key>ID</key> 137 <key>ID</key>
138 <integer>34214</integer> 138 <integer>34214</integer>
139 </dict> 139 </dict>
140 <key>ID</key> 140 <key>ID</key>
141 <integer>34216</integer> 141 <integer>34216</integer>
142 <key>Points</key> 142 <key>Points</key>
143 <array> 143 <array>
144 » » » » <string>{224.67445421054754, 343.28305053710938} </string> 144 » » » » <string>{224.67445419993294, 343.28305053710938} </string>
145 » » » » <string>{182.19128944518698, 375}</string> 145 » » » » <string>{182.19128942162382, 375}</string>
146 </array> 146 </array>
147 <key>Style</key> 147 <key>Style</key>
148 <dict> 148 <dict>
149 <key>stroke</key> 149 <key>stroke</key>
150 <dict> 150 <dict>
151 <key>HeadArrow</key> 151 <key>HeadArrow</key>
152 <string>FilledArrow</string> 152 <string>FilledArrow</string>
153 <key>Legacy</key> 153 <key>Legacy</key>
154 <true/> 154 <true/>
155 <key>TailArrow</key> 155 <key>TailArrow</key>
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 <string>LineGraphic</string> 719 <string>LineGraphic</string>
720 <key>Head</key> 720 <key>Head</key>
721 <dict> 721 <dict>
722 <key>ID</key> 722 <key>ID</key>
723 <integer>34165</integer> 723 <integer>34165</integer>
724 </dict> 724 </dict>
725 <key>ID</key> 725 <key>ID</key>
726 <integer>34199</integer> 726 <integer>34199</integer>
727 <key>Points</key> 727 <key>Points</key>
728 <array> 728 <array>
729 » » » » <string>{448.64125637288817, 343.28305053710938} </string> 729 » » » » <string>{449.99255583221611, 343.28305053710938} </string>
730 » » » » <string>{428.25436314596851, 389.28305053710938} </string> 730 » » » » <string>{436.14879682941046, 389.28305053710938} </string>
731 </array> 731 </array>
732 <key>Style</key> 732 <key>Style</key>
733 <dict> 733 <dict>
734 <key>stroke</key> 734 <key>stroke</key>
735 <dict> 735 <dict>
736 <key>HeadArrow</key> 736 <key>HeadArrow</key>
737 <string>FilledArrow</string> 737 <string>FilledArrow</string>
738 <key>Legacy</key> 738 <key>Legacy</key>
739 <true/> 739 <true/>
740 <key>TailArrow</key> 740 <key>TailArrow</key>
741 <string>0</string> 741 <string>0</string>
742 </dict> 742 </dict>
743 </dict> 743 </dict>
744 <key>Tail</key> 744 <key>Tail</key>
745 <dict> 745 <dict>
746 <key>ID</key> 746 <key>ID</key>
747 <integer>34198</integer> 747 <integer>34198</integer>
748 </dict> 748 </dict>
749 </dict> 749 </dict>
750 <dict> 750 <dict>
751 <key>Bounds</key> 751 <key>Bounds</key>
752 » » » <string>{{355.20318603515625, 389.28305053710938}, {143, 14}}</string> 752 » » » <string>{{355.20318603515625, 389.28305053710938}, {159. 79681396484375, 14}}</string>
753 <key>Class</key> 753 <key>Class</key>
754 <string>ShapedGraphic</string> 754 <string>ShapedGraphic</string>
755 <key>ID</key> 755 <key>ID</key>
756 <integer>34165</integer> 756 <integer>34165</integer>
757 <key>Magnets</key> 757 <key>Magnets</key>
758 <array> 758 <array>
759 <string>{0.38387096774193563, -0.25}</string> 759 <string>{0.38387096774193563, -0.25}</string>
760 <string>{0, 0.25}</string> 760 <string>{0, 0.25}</string>
761 <string>{0, -0.25000000000000355}</string> 761 <string>{0, -0.25000000000000355}</string>
762 </array> 762 </array>
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 <key>twopiSeparation</key> 895 <key>twopiSeparation</key>
896 <real>0.0</real> 896 <real>0.0</real>
897 </dict> 897 </dict>
898 <key>LinksVisible</key> 898 <key>LinksVisible</key>
899 <string>NO</string> 899 <string>NO</string>
900 <key>MagnetsVisible</key> 900 <key>MagnetsVisible</key>
901 <string>NO</string> 901 <string>NO</string>
902 <key>MasterSheets</key> 902 <key>MasterSheets</key>
903 <array/> 903 <array/>
904 <key>ModificationDate</key> 904 <key>ModificationDate</key>
905 » <string>2013-06-24 16:55:37 +0000</string> 905 » <string>2013-10-10 17:03:36 +0000</string>
906 <key>Modifier</key> 906 <key>Modifier</key>
907 <string>Mary Campione</string> 907 <string>Mary Campione</string>
908 <key>NotesVisible</key> 908 <key>NotesVisible</key>
909 <string>NO</string> 909 <string>NO</string>
910 <key>Orientation</key> 910 <key>Orientation</key>
911 <integer>2</integer> 911 <integer>2</integer>
912 <key>OriginVisible</key> 912 <key>OriginVisible</key>
913 <string>NO</string> 913 <string>NO</string>
914 <key>PageBreaks</key> 914 <key>PageBreaks</key>
915 <string>YES</string> 915 <string>YES</string>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 <array> 1004 <array>
1005 <array> 1005 <array>
1006 <string>Canvas 1</string> 1006 <string>Canvas 1</string>
1007 <real>1</real> 1007 <real>1</real>
1008 <real>1</real> 1008 <real>1</real>
1009 </array> 1009 </array>
1010 </array> 1010 </array>
1011 </dict> 1011 </dict>
1012 </dict> 1012 </dict>
1013 </plist> 1013 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698