Created
October 4, 2012 20:31
-
-
Save caridy/3836241 to your computer and use it in GitHub Desktop.
conditional loading on YUI3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Searching 3859 files for ""condition": {" (case sensitive) | |
| /Users/caridy/repo/yui3/src/app/meta/app.json: | |
| 27 | |
| 28 "app-transitions-native": { | |
| 29: "condition": { | |
| 30 "trigger": "app-transitions", | |
| 31 "test" : "app-transitions-test.js" | |
| /Users/caridy/repo/yui3/src/autocomplete/meta/autocomplete.json: | |
| 59 "plugins": { | |
| 60 "autocomplete-list-keys": { | |
| 61: "condition": { | |
| 62 "trigger": "autocomplete-list", | |
| 63 "test": "autocomplete-list-keys-sniff.js" | |
| /Users/caridy/repo/yui3/src/dd/meta/dd.json: | |
| 4 "plugins": { | |
| 5 "dd-gestures": { | |
| 6: "condition": { | |
| 7 "trigger": "dd-drag", | |
| 8 "test": "dd-gestures-test.js" | |
| /Users/caridy/repo/yui3/src/dom/meta/dom.json: | |
| 20 "dom-style" | |
| 21 ], | |
| 22: "condition": { | |
| 23 "trigger": "dom-style", | |
| 24 "test": "ie-style-test.js" | |
| .. | |
| 36 "selector-native" | |
| 37 ], | |
| 38: "condition": { | |
| 39 "trigger": "selector", | |
| 40 "test": "selector-test.js" | |
| /Users/caridy/repo/yui3/src/editor/meta/editor.json: | |
| 55 }, | |
| 56 "editor-para-ie": { | |
| 57: "condition": { | |
| 58 "trigger": "editor-para", | |
| 59 "ua": "ie", | |
| /Users/caridy/repo/yui3/src/event/meta/event.json: | |
| 92 "event-base" | |
| 93 ], | |
| 94: "condition": { | |
| 95 "trigger": "node-base", | |
| 96 "test": "ie-base-test.js" | |
| /Users/caridy/repo/yui3/src/graphics/meta/graphics.json: | |
| 5 "graphics-svg": { | |
| 6 "requires": ["graphics" ], | |
| 7: "condition": { | |
| 8 "trigger": "graphics", | |
| 9 "test": "graphics-svg.js" | |
| .. | |
| 11 }, | |
| 12 "graphics-svg-default": { | |
| 13: "condition": { | |
| 14 "trigger": "graphics", | |
| 15 "test": "graphics-svg.js" | |
| .. | |
| 18 "graphics-canvas": { | |
| 19 "requires": ["graphics"], | |
| 20: "condition": { | |
| 21 "trigger": "graphics", | |
| 22 "test": "graphics-canvas.js" | |
| .. | |
| 24 }, | |
| 25 "graphics-canvas-default": { | |
| 26: "condition": { | |
| 27 "trigger": "graphics", | |
| 28 "test": "graphics-canvas.js" | |
| .. | |
| 31 "graphics-vml": { | |
| 32 "requires": ["graphics"], | |
| 33: "condition": { | |
| 34 "trigger": "graphics", | |
| 35 "test": "graphics-vml.js" | |
| .. | |
| 37 }, | |
| 38 "graphics-vml-default": { | |
| 39: "condition": { | |
| 40 "trigger": "graphics", | |
| 41 "test": "graphics-vml.js" | |
| /Users/caridy/repo/yui3/src/history/meta/history.json: | |
| 7 "plugins": { | |
| 8 "history-hash-ie": { | |
| 9: "condition": { | |
| 10 "trigger": "history-hash", | |
| 11 "test": "history-hash-ie-test.js" | |
| /Users/caridy/repo/yui3/src/io/meta/io.json: | |
| 22 }, | |
| 23 "io-nodejs": { | |
| 24: "condition": { | |
| 25 "trigger": "io-base", | |
| 26 "ua": "nodejs" | |
| /Users/caridy/repo/yui3/src/loader/js/yui3.js: | |
| 99 }, | |
| 100 "app-transitions-native": { | |
| 101: "condition": { | |
| 102 "name": "app-transitions-native", | |
| 103 "test": function (Y) { | |
| ... | |
| 253 }, | |
| 254 "autocomplete-list-keys": { | |
| 255: "condition": { | |
| 256 "name": "autocomplete-list-keys", | |
| 257 "test": function (Y) { | |
| ... | |
| 993 }, | |
| 994 "dd-gestures": { | |
| 995: "condition": { | |
| 996 "name": "dd-gestures", | |
| 997 "test": function(Y) { | |
| ... | |
| 1079 }, | |
| 1080 "dom-style-ie": { | |
| 1081: "condition": { | |
| 1082 "name": "dom-style-ie", | |
| 1083 "test": function (Y) { | |
| .... | |
| 1166 }, | |
| 1167 "editor-para-ie": { | |
| 1168: "condition": { | |
| 1169 "name": "editor-para-ie", | |
| 1170 "trigger": "editor-para", | |
| .... | |
| 1224 "event-base" | |
| 1225 ], | |
| 1226: "condition": { | |
| 1227 "name": "event-base-ie", | |
| 1228 "test": function(Y) { | |
| .... | |
| 1398 }, | |
| 1399 "graphics-canvas": { | |
| 1400: "condition": { | |
| 1401 "name": "graphics-canvas", | |
| 1402 "test": function(Y) { | |
| .... | |
| 1414 }, | |
| 1415 "graphics-canvas-default": { | |
| 1416: "condition": { | |
| 1417 "name": "graphics-canvas-default", | |
| 1418 "test": function(Y) { | |
| .... | |
| 1427 }, | |
| 1428 "graphics-svg": { | |
| 1429: "condition": { | |
| 1430 "name": "graphics-svg", | |
| 1431 "test": function(Y) { | |
| .... | |
| 1444 }, | |
| 1445 "graphics-svg-default": { | |
| 1446: "condition": { | |
| 1447 "name": "graphics-svg-default", | |
| 1448 "test": function(Y) { | |
| .... | |
| 1458 }, | |
| 1459 "graphics-vml": { | |
| 1460: "condition": { | |
| 1461 "name": "graphics-vml", | |
| 1462 "test": function(Y) { | |
| .... | |
| 1472 }, | |
| 1473 "graphics-vml-default": { | |
| 1474: "condition": { | |
| 1475 "name": "graphics-vml-default", | |
| 1476 "test": function(Y) { | |
| .... | |
| 1541 }, | |
| 1542 "history-hash-ie": { | |
| 1543: "condition": { | |
| 1544 "name": "history-hash-ie", | |
| 1545 "test": function (Y) { | |
| .... | |
| 1606 }, | |
| 1607 "io-nodejs": { | |
| 1608: "condition": { | |
| 1609 "name": "io-nodejs", | |
| 1610 "trigger": "io-base", | |
| .... | |
| 2036 }, | |
| 2037 "scrollview-base-ie": { | |
| 2038: "condition": { | |
| 2039 "name": "scrollview-base-ie", | |
| 2040 "trigger": "scrollview-base", | |
| .... | |
| 2072 }, | |
| 2073 "selector-css2": { | |
| 2074: "condition": { | |
| 2075 "name": "selector-css2", | |
| 2076 "test": function (Y) { | |
| .... | |
| 2237 }, | |
| 2238 "transition-timer": { | |
| 2239: "condition": { | |
| 2240 "name": "transition-timer", | |
| 2241 "test": function (Y) { | |
| .... | |
| 2344 }, | |
| 2345 "widget-base-ie": { | |
| 2346: "condition": { | |
| 2347 "name": "widget-base-ie", | |
| 2348 "trigger": "widget-base", | |
| /Users/caridy/repo/yui3/src/loader/js/yui3.json: | |
| 92 }, | |
| 93 "app-transitions-native": { | |
| 94: "condition": { | |
| 95 "name": "app-transitions-native", | |
| 96 "test": "app-transitions-test.js", | |
| .. | |
| 237 }, | |
| 238 "autocomplete-list-keys": { | |
| 239: "condition": { | |
| 240 "name": "autocomplete-list-keys", | |
| 241 "test": "autocomplete-list-keys-sniff.js", | |
| ... | |
| 964 }, | |
| 965 "dd-gestures": { | |
| 966: "condition": { | |
| 967 "name": "dd-gestures", | |
| 968 "test": "dd-gestures-test.js", | |
| ... | |
| 1048 }, | |
| 1049 "dom-style-ie": { | |
| 1050: "condition": { | |
| 1051 "name": "dom-style-ie", | |
| 1052 "test": "ie-style-test.js", | |
| .... | |
| 1110 }, | |
| 1111 "editor-para-ie": { | |
| 1112: "condition": { | |
| 1113 "name": "editor-para-ie", | |
| 1114 "trigger": "editor-para", | |
| .... | |
| 1168 "event-base" | |
| 1169 ], | |
| 1170: "condition": { | |
| 1171 "name": "event-base-ie", | |
| 1172 "test": "ie-base-test.js", | |
| .... | |
| 1339 }, | |
| 1340 "graphics-canvas": { | |
| 1341: "condition": { | |
| 1342 "name": "graphics-canvas", | |
| 1343 "test": "graphics-canvas.js", | |
| .... | |
| 1349 }, | |
| 1350 "graphics-canvas-default": { | |
| 1351: "condition": { | |
| 1352 "name": "graphics-canvas-default", | |
| 1353 "test": "graphics-canvas.js", | |
| .... | |
| 1356 }, | |
| 1357 "graphics-svg": { | |
| 1358: "condition": { | |
| 1359 "name": "graphics-svg", | |
| 1360 "test": "graphics-svg.js", | |
| .... | |
| 1366 }, | |
| 1367 "graphics-svg-default": { | |
| 1368: "condition": { | |
| 1369 "name": "graphics-svg-default", | |
| 1370 "test": "graphics-svg.js", | |
| .... | |
| 1373 }, | |
| 1374 "graphics-vml": { | |
| 1375: "condition": { | |
| 1376 "name": "graphics-vml", | |
| 1377 "test": "graphics-vml.js", | |
| .... | |
| 1383 }, | |
| 1384 "graphics-vml-default": { | |
| 1385: "condition": { | |
| 1386 "name": "graphics-vml-default", | |
| 1387 "test": "graphics-vml.js", | |
| .... | |
| 1448 }, | |
| 1449 "history-hash-ie": { | |
| 1450: "condition": { | |
| 1451 "name": "history-hash-ie", | |
| 1452 "test": "history-hash-ie-test.js", | |
| .... | |
| 1508 }, | |
| 1509 "io-nodejs": { | |
| 1510: "condition": { | |
| 1511 "name": "io-nodejs", | |
| 1512 "trigger": "io-base", | |
| .... | |
| 1938 }, | |
| 1939 "scrollview-base-ie": { | |
| 1940: "condition": { | |
| 1941 "name": "scrollview-base-ie", | |
| 1942 "trigger": "scrollview-base", | |
| .... | |
| 1974 }, | |
| 1975 "selector-css2": { | |
| 1976: "condition": { | |
| 1977 "name": "selector-css2", | |
| 1978 "test": "selector-test.js", | |
| .... | |
| 2134 }, | |
| 2135 "transition-timer": { | |
| 2136: "condition": { | |
| 2137 "name": "transition-timer", | |
| 2138 "test": "transition-test.js", | |
| .... | |
| 2231 }, | |
| 2232 "widget-base-ie": { | |
| 2233: "condition": { | |
| 2234 "name": "widget-base-ie", | |
| 2235 "trigger": "widget-base", | |
| /Users/caridy/repo/yui3/src/scrollview/meta/scrollview.json: | |
| 17 "scrollview-base" | |
| 18 ], | |
| 19: "condition": { | |
| 20 "trigger": "scrollview-base", | |
| 21 "ua": "ie" | |
| /Users/caridy/repo/yui3/src/transition/meta/transition.json: | |
| 11 ], | |
| 12 | |
| 13: "condition": { | |
| 14 "trigger": "transition", | |
| 15 "test": "transition-test.js" | |
| /Users/caridy/repo/yui3/src/widget/meta/widget.json: | |
| 24 | |
| 25 "widget-base-ie": { | |
| 26: "condition": { | |
| 27 "trigger": "widget-base", | |
| 28 "ua" : "ie" | |
| 54 matches across 14 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment