/lib/yui/phploader/lib/meta/config_2.7.0.php

https://github.com/nigeldaley/moodle · PHP · 624 lines · 617 code · 1 blank · 6 comment · 0 complexity · b9af3c95df328a7c9461b10d49cc61f0 MD5 · raw file

  1. <?PHP
  2. /**
  3. * Copyright (c) 2009, Yahoo! Inc. All rights reserved.
  4. * Code licensed under the BSD License:
  5. * http://developer.yahoo.net/yui/license.html
  6. * version: 1.0.0b2
  7. */
  8. $GLOBALS['yui_current'] = array (
  9. 'base' => 'http://yui.yahooapis.com/2.7.0/build/',
  10. 'moduleInfo' =>
  11. array (
  12. 'animation' =>
  13. array (
  14. 'path' => 'animation/animation-min.js',
  15. 'requires' =>
  16. array (
  17. 0 => 'dom',
  18. 1 => 'event',
  19. ),
  20. 'type' => 'js',
  21. ),
  22. 'autocomplete' =>
  23. array (
  24. 'optional' =>
  25. array (
  26. 0 => 'connection',
  27. 1 => 'animation',
  28. ),
  29. 'path' => 'autocomplete/autocomplete-min.js',
  30. 'requires' =>
  31. array (
  32. 0 => 'dom',
  33. 1 => 'event',
  34. 2 => 'datasource',
  35. ),
  36. 'skinnable' => true,
  37. 'type' => 'js',
  38. ),
  39. 'base' =>
  40. array (
  41. 'after' =>
  42. array (
  43. 0 => 'reset',
  44. 1 => 'fonts',
  45. 2 => 'grids',
  46. 3 => 'reset-fonts',
  47. 4 => 'reset-fonts-grids',
  48. ),
  49. 'path' => 'base/base-min.css',
  50. 'type' => 'css',
  51. ),
  52. 'button' =>
  53. array (
  54. 'optional' =>
  55. array (
  56. 0 => 'menu',
  57. ),
  58. 'path' => 'button/button-min.js',
  59. 'requires' =>
  60. array (
  61. 0 => 'element',
  62. ),
  63. 'skinnable' => true,
  64. 'type' => 'js',
  65. ),
  66. 'calendar' =>
  67. array (
  68. 'path' => 'calendar/calendar-min.js',
  69. 'requires' =>
  70. array (
  71. 0 => 'event',
  72. 1 => 'dom',
  73. ),
  74. 'skinnable' => true,
  75. 'type' => 'js',
  76. ),
  77. 'carousel' =>
  78. array (
  79. 'optional' =>
  80. array (
  81. 0 => 'animation',
  82. ),
  83. 'path' => 'carousel/carousel-min.js',
  84. 'requires' =>
  85. array (
  86. 0 => 'element',
  87. ),
  88. 'skinnable' => true,
  89. 'type' => 'js',
  90. ),
  91. 'charts' =>
  92. array (
  93. 'path' => 'charts/charts-min.js',
  94. 'requires' =>
  95. array (
  96. 0 => 'element',
  97. 1 => 'json',
  98. 2 => 'datasource',
  99. ),
  100. 'type' => 'js',
  101. ),
  102. 'colorpicker' =>
  103. array (
  104. 'optional' =>
  105. array (
  106. 0 => 'animation',
  107. ),
  108. 'path' => 'colorpicker/colorpicker-min.js',
  109. 'requires' =>
  110. array (
  111. 0 => 'slider',
  112. 1 => 'element',
  113. ),
  114. 'skinnable' => true,
  115. 'type' => 'js',
  116. ),
  117. 'connection' =>
  118. array (
  119. 'path' => 'connection/connection-min.js',
  120. 'requires' =>
  121. array (
  122. 0 => 'event',
  123. ),
  124. 'type' => 'js',
  125. ),
  126. 'container' =>
  127. array (
  128. 'optional' =>
  129. array (
  130. 0 => 'dragdrop',
  131. 1 => 'animation',
  132. 2 => 'connection',
  133. ),
  134. 'path' => 'container/container-min.js',
  135. 'requires' =>
  136. array (
  137. 0 => 'dom',
  138. 1 => 'event',
  139. ),
  140. 'skinnable' => true,
  141. 'supersedes' =>
  142. array (
  143. 0 => 'containercore',
  144. ),
  145. 'type' => 'js',
  146. ),
  147. 'containercore' =>
  148. array (
  149. 'path' => 'container/container_core-min.js',
  150. 'pkg' => 'container',
  151. 'requires' =>
  152. array (
  153. 0 => 'dom',
  154. 1 => 'event',
  155. ),
  156. 'type' => 'js',
  157. ),
  158. 'cookie' =>
  159. array (
  160. 'path' => 'cookie/cookie-min.js',
  161. 'requires' =>
  162. array (
  163. 0 => 'yahoo',
  164. ),
  165. 'type' => 'js',
  166. ),
  167. 'datasource' =>
  168. array (
  169. 'optional' =>
  170. array (
  171. 0 => 'connection',
  172. ),
  173. 'path' => 'datasource/datasource-min.js',
  174. 'requires' =>
  175. array (
  176. 0 => 'event',
  177. ),
  178. 'type' => 'js',
  179. ),
  180. 'datatable' =>
  181. array (
  182. 'optional' =>
  183. array (
  184. 0 => 'calendar',
  185. 1 => 'dragdrop',
  186. 2 => 'paginator',
  187. ),
  188. 'path' => 'datatable/datatable-min.js',
  189. 'requires' =>
  190. array (
  191. 0 => 'element',
  192. 1 => 'datasource',
  193. ),
  194. 'skinnable' => true,
  195. 'type' => 'js',
  196. ),
  197. 'dom' =>
  198. array (
  199. 'path' => 'dom/dom-min.js',
  200. 'requires' =>
  201. array (
  202. 0 => 'yahoo',
  203. ),
  204. 'type' => 'js',
  205. ),
  206. 'dragdrop' =>
  207. array (
  208. 'path' => 'dragdrop/dragdrop-min.js',
  209. 'requires' =>
  210. array (
  211. 0 => 'dom',
  212. 1 => 'event',
  213. ),
  214. 'type' => 'js',
  215. ),
  216. 'editor' =>
  217. array (
  218. 'optional' =>
  219. array (
  220. 0 => 'animation',
  221. 1 => 'dragdrop',
  222. ),
  223. 'path' => 'editor/editor-min.js',
  224. 'requires' =>
  225. array (
  226. 0 => 'menu',
  227. 1 => 'element',
  228. 2 => 'button',
  229. ),
  230. 'skinnable' => true,
  231. 'supersedes' =>
  232. array (
  233. 0 => 'simpleeditor',
  234. ),
  235. 'type' => 'js',
  236. ),
  237. 'element' =>
  238. array (
  239. 'path' => 'element/element-min.js',
  240. 'requires' =>
  241. array (
  242. 0 => 'dom',
  243. 1 => 'event',
  244. ),
  245. 'type' => 'js',
  246. ),
  247. 'event' =>
  248. array (
  249. 'path' => 'event/event-min.js',
  250. 'requires' =>
  251. array (
  252. 0 => 'yahoo',
  253. ),
  254. 'type' => 'js',
  255. ),
  256. 'fonts' =>
  257. array (
  258. 'path' => 'fonts/fonts-min.css',
  259. 'type' => 'css',
  260. ),
  261. 'get' =>
  262. array (
  263. 'path' => 'get/get-min.js',
  264. 'requires' =>
  265. array (
  266. 0 => 'yahoo',
  267. ),
  268. 'type' => 'js',
  269. ),
  270. 'grids' =>
  271. array (
  272. 'optional' =>
  273. array (
  274. 0 => 'reset',
  275. ),
  276. 'path' => 'grids/grids-min.css',
  277. 'requires' =>
  278. array (
  279. 0 => 'fonts',
  280. ),
  281. 'type' => 'css',
  282. ),
  283. 'history' =>
  284. array (
  285. 'path' => 'history/history-min.js',
  286. 'requires' =>
  287. array (
  288. 0 => 'event',
  289. ),
  290. 'type' => 'js',
  291. ),
  292. 'imagecropper' =>
  293. array (
  294. 'path' => 'imagecropper/imagecropper-min.js',
  295. 'requires' =>
  296. array (
  297. 0 => 'dom',
  298. 1 => 'event',
  299. 2 => 'dragdrop',
  300. 3 => 'element',
  301. 4 => 'resize',
  302. ),
  303. 'skinnable' => true,
  304. 'type' => 'js',
  305. ),
  306. 'imageloader' =>
  307. array (
  308. 'path' => 'imageloader/imageloader-min.js',
  309. 'requires' =>
  310. array (
  311. 0 => 'event',
  312. 1 => 'dom',
  313. ),
  314. 'type' => 'js',
  315. ),
  316. 'json' =>
  317. array (
  318. 'path' => 'json/json-min.js',
  319. 'requires' =>
  320. array (
  321. 0 => 'yahoo',
  322. ),
  323. 'type' => 'js',
  324. ),
  325. 'layout' =>
  326. array (
  327. 'optional' =>
  328. array (
  329. 0 => 'animation',
  330. 1 => 'dragdrop',
  331. 2 => 'resize',
  332. 3 => 'selector',
  333. ),
  334. 'path' => 'layout/layout-min.js',
  335. 'requires' =>
  336. array (
  337. 0 => 'dom',
  338. 1 => 'event',
  339. 2 => 'element',
  340. ),
  341. 'skinnable' => true,
  342. 'type' => 'js',
  343. ),
  344. 'logger' =>
  345. array (
  346. 'optional' =>
  347. array (
  348. 0 => 'dragdrop',
  349. ),
  350. 'path' => 'logger/logger-min.js',
  351. 'requires' =>
  352. array (
  353. 0 => 'event',
  354. 1 => 'dom',
  355. ),
  356. 'skinnable' => true,
  357. 'type' => 'js',
  358. ),
  359. 'menu' =>
  360. array (
  361. 'path' => 'menu/menu-min.js',
  362. 'requires' =>
  363. array (
  364. 0 => 'containercore',
  365. ),
  366. 'skinnable' => true,
  367. 'type' => 'js',
  368. ),
  369. 'paginator' =>
  370. array (
  371. 'path' => 'paginator/paginator-min.js',
  372. 'requires' =>
  373. array (
  374. 0 => 'element',
  375. ),
  376. 'skinnable' => true,
  377. 'type' => 'js',
  378. ),
  379. 'profiler' =>
  380. array (
  381. 'path' => 'profiler/profiler-min.js',
  382. 'requires' =>
  383. array (
  384. 0 => 'yahoo',
  385. ),
  386. 'type' => 'js',
  387. ),
  388. 'profilerviewer' =>
  389. array (
  390. 'path' => 'profilerviewer/profilerviewer-min.js',
  391. 'requires' =>
  392. array (
  393. 0 => 'profiler',
  394. 1 => 'yuiloader',
  395. 2 => 'element',
  396. ),
  397. 'skinnable' => true,
  398. 'type' => 'js',
  399. ),
  400. 'reset' =>
  401. array (
  402. 'path' => 'reset/reset-min.css',
  403. 'type' => 'css',
  404. ),
  405. 'reset-fonts' =>
  406. array (
  407. 'path' => 'reset-fonts/reset-fonts.css',
  408. 'rollup' => 2,
  409. 'supersedes' =>
  410. array (
  411. 0 => 'reset',
  412. 1 => 'fonts',
  413. ),
  414. 'type' => 'css',
  415. ),
  416. 'reset-fonts-grids' =>
  417. array (
  418. 'path' => 'reset-fonts-grids/reset-fonts-grids.css',
  419. 'rollup' => 3,
  420. 'supersedes' =>
  421. array (
  422. 0 => 'reset',
  423. 1 => 'fonts',
  424. 2 => 'grids',
  425. 3 => 'reset-fonts',
  426. ),
  427. 'type' => 'css',
  428. ),
  429. 'resize' =>
  430. array (
  431. 'optional' =>
  432. array (
  433. 0 => 'animation',
  434. ),
  435. 'path' => 'resize/resize-min.js',
  436. 'requires' =>
  437. array (
  438. 0 => 'dom',
  439. 1 => 'event',
  440. 2 => 'dragdrop',
  441. 3 => 'element',
  442. ),
  443. 'skinnable' => true,
  444. 'type' => 'js',
  445. ),
  446. 'selector' =>
  447. array (
  448. 'path' => 'selector/selector-min.js',
  449. 'requires' =>
  450. array (
  451. 0 => 'yahoo',
  452. 1 => 'dom',
  453. ),
  454. 'type' => 'js',
  455. ),
  456. 'simpleeditor' =>
  457. array (
  458. 'optional' =>
  459. array (
  460. 0 => 'containercore',
  461. 1 => 'menu',
  462. 2 => 'button',
  463. 3 => 'animation',
  464. 4 => 'dragdrop',
  465. ),
  466. 'path' => 'editor/simpleeditor-min.js',
  467. 'pkg' => 'editor',
  468. 'requires' =>
  469. array (
  470. 0 => 'element',
  471. ),
  472. 'skinnable' => true,
  473. 'type' => 'js',
  474. ),
  475. 'slider' =>
  476. array (
  477. 'optional' =>
  478. array (
  479. 0 => 'animation',
  480. ),
  481. 'path' => 'slider/slider-min.js',
  482. 'requires' =>
  483. array (
  484. 0 => 'dragdrop',
  485. ),
  486. 'skinnable' => true,
  487. 'type' => 'js',
  488. ),
  489. 'stylesheet' =>
  490. array (
  491. 'path' => 'stylesheet/stylesheet-min.js',
  492. 'requires' =>
  493. array (
  494. 0 => 'yahoo',
  495. ),
  496. 'type' => 'js',
  497. ),
  498. 'tabview' =>
  499. array (
  500. 'optional' =>
  501. array (
  502. 0 => 'connection',
  503. ),
  504. 'path' => 'tabview/tabview-min.js',
  505. 'requires' =>
  506. array (
  507. 0 => 'element',
  508. ),
  509. 'skinnable' => true,
  510. 'type' => 'js',
  511. ),
  512. 'treeview' =>
  513. array (
  514. 'optional' =>
  515. array (
  516. 0 => 'json',
  517. ),
  518. 'path' => 'treeview/treeview-min.js',
  519. 'requires' =>
  520. array (
  521. 0 => 'event',
  522. 1 => 'dom',
  523. ),
  524. 'skinnable' => true,
  525. 'type' => 'js',
  526. ),
  527. 'uploader' =>
  528. array (
  529. 'path' => 'uploader/uploader.js',
  530. 'requires' =>
  531. array (
  532. 0 => 'element',
  533. ),
  534. 'type' => 'js',
  535. ),
  536. 'utilities' =>
  537. array (
  538. 'path' => 'utilities/utilities.js',
  539. 'rollup' => 8,
  540. 'supersedes' =>
  541. array (
  542. 0 => 'yahoo',
  543. 1 => 'event',
  544. 2 => 'dragdrop',
  545. 3 => 'animation',
  546. 4 => 'dom',
  547. 5 => 'connection',
  548. 6 => 'element',
  549. 7 => 'yahoo-dom-event',
  550. 8 => 'get',
  551. 9 => 'yuiloader',
  552. 10 => 'yuiloader-dom-event',
  553. ),
  554. 'type' => 'js',
  555. ),
  556. 'yahoo' =>
  557. array (
  558. 'path' => 'yahoo/yahoo-min.js',
  559. 'type' => 'js',
  560. ),
  561. 'yahoo-dom-event' =>
  562. array (
  563. 'path' => 'yahoo-dom-event/yahoo-dom-event.js',
  564. 'rollup' => 3,
  565. 'supersedes' =>
  566. array (
  567. 0 => 'yahoo',
  568. 1 => 'event',
  569. 2 => 'dom',
  570. ),
  571. 'type' => 'js',
  572. ),
  573. 'yuiloader' =>
  574. array (
  575. 'path' => 'yuiloader/yuiloader-min.js',
  576. 'supersedes' =>
  577. array (
  578. 0 => 'yahoo',
  579. 1 => 'get',
  580. ),
  581. 'type' => 'js',
  582. ),
  583. 'yuiloader-dom-event' =>
  584. array (
  585. 'path' => 'yuiloader-dom-event/yuiloader-dom-event.js',
  586. 'rollup' => 5,
  587. 'supersedes' =>
  588. array (
  589. 0 => 'yahoo',
  590. 1 => 'dom',
  591. 2 => 'event',
  592. 3 => 'get',
  593. 4 => 'yuiloader',
  594. 5 => 'yahoo-dom-event',
  595. ),
  596. 'type' => 'js',
  597. ),
  598. 'yuitest' =>
  599. array (
  600. 'path' => 'yuitest/yuitest-min.js',
  601. 'requires' =>
  602. array (
  603. 0 => 'logger',
  604. ),
  605. 'skinnable' => true,
  606. 'type' => 'js',
  607. ),
  608. ),
  609. 'skin' =>
  610. array (
  611. 'after' =>
  612. array (
  613. 0 => 'reset',
  614. 1 => 'fonts',
  615. 2 => 'grids',
  616. 3 => 'base',
  617. ),
  618. 'base' => 'assets/skins/',
  619. 'defaultSkin' => 'sam',
  620. 'path' => 'skin.css',
  621. 'rollup' => 3,
  622. ),
  623. ); ?>