sprites.lib.php 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760
  1. <?php
  2. /**
  3. * AUTOGENERATED CONTENT - DO NOT EDIT!
  4. * ALL CHANGES WILL BE UNDONE!
  5. * RUN `./scripts/generate-sprites` TO UPDATE THIS FILE
  6. *
  7. * @package PhpMyAdmin-theme
  8. */
  9. /**
  10. * Returns map of sprites inside sprite.png
  11. *
  12. * @return array Data of sprites
  13. */
  14. function PMA_sprites()
  15. {
  16. return array(
  17. 'asc_order' => array(
  18. 'position' => '1',
  19. 'width' => '16',
  20. 'height' => '16'
  21. ),
  22. 'b_bookmark' => array(
  23. 'position' => '2',
  24. 'width' => '16',
  25. 'height' => '16'
  26. ),
  27. 'b_browse' => array(
  28. 'position' => '3',
  29. 'width' => '16',
  30. 'height' => '16'
  31. ),
  32. 'b_calendar' => array(
  33. 'position' => '4',
  34. 'width' => '16',
  35. 'height' => '16'
  36. ),
  37. 'b_chart' => array(
  38. 'position' => '5',
  39. 'width' => '16',
  40. 'height' => '16'
  41. ),
  42. 'b_close' => array(
  43. 'position' => '6',
  44. 'width' => '16',
  45. 'height' => '16'
  46. ),
  47. 'b_column_add' => array(
  48. 'position' => '7',
  49. 'width' => '16',
  50. 'height' => '16'
  51. ),
  52. 'b_comment' => array(
  53. 'position' => '8',
  54. 'width' => '16',
  55. 'height' => '16'
  56. ),
  57. 'b_dbstatistics' => array(
  58. 'position' => '9',
  59. 'width' => '16',
  60. 'height' => '16'
  61. ),
  62. 'b_deltbl' => array(
  63. 'position' => '10',
  64. 'width' => '16',
  65. 'height' => '16'
  66. ),
  67. 'b_docs' => array(
  68. 'position' => '11',
  69. 'width' => '16',
  70. 'height' => '16'
  71. ),
  72. 'b_docsql' => array(
  73. 'position' => '12',
  74. 'width' => '16',
  75. 'height' => '16'
  76. ),
  77. 'b_drop' => array(
  78. 'position' => '13',
  79. 'width' => '16',
  80. 'height' => '16'
  81. ),
  82. 'b_edit' => array(
  83. 'position' => '14',
  84. 'width' => '16',
  85. 'height' => '16'
  86. ),
  87. 'b_empty' => array(
  88. 'position' => '15',
  89. 'width' => '16',
  90. 'height' => '16'
  91. ),
  92. 'b_engine' => array(
  93. 'position' => '16',
  94. 'width' => '16',
  95. 'height' => '16'
  96. ),
  97. 'b_event_add' => array(
  98. 'position' => '17',
  99. 'width' => '16',
  100. 'height' => '16'
  101. ),
  102. 'b_events' => array(
  103. 'position' => '18',
  104. 'width' => '16',
  105. 'height' => '16'
  106. ),
  107. 'b_export' => array(
  108. 'position' => '19',
  109. 'width' => '16',
  110. 'height' => '16'
  111. ),
  112. 'b_favorite' => array(
  113. 'position' => '20',
  114. 'width' => '16',
  115. 'height' => '16'
  116. ),
  117. 'b_find_replace' => array(
  118. 'position' => '21',
  119. 'width' => '16',
  120. 'height' => '16'
  121. ),
  122. 'b_firstpage' => array(
  123. 'position' => '22',
  124. 'width' => '16',
  125. 'height' => '16'
  126. ),
  127. 'b_ftext' => array(
  128. 'position' => '23',
  129. 'width' => '16',
  130. 'height' => '16'
  131. ),
  132. 'b_group' => array(
  133. 'position' => '24',
  134. 'width' => '16',
  135. 'height' => '16'
  136. ),
  137. 'b_help' => array(
  138. 'position' => '25',
  139. 'width' => '16',
  140. 'height' => '16'
  141. ),
  142. 'b_home' => array(
  143. 'position' => '26',
  144. 'width' => '16',
  145. 'height' => '16'
  146. ),
  147. 'b_import' => array(
  148. 'position' => '27',
  149. 'width' => '16',
  150. 'height' => '16'
  151. ),
  152. 'b_index' => array(
  153. 'position' => '28',
  154. 'width' => '16',
  155. 'height' => '16'
  156. ),
  157. 'b_index_add' => array(
  158. 'position' => '29',
  159. 'width' => '16',
  160. 'height' => '16'
  161. ),
  162. 'b_info' => array(
  163. 'position' => '30',
  164. 'width' => '11',
  165. 'height' => '11'
  166. ),
  167. 'b_inline_edit' => array(
  168. 'position' => '31',
  169. 'width' => '16',
  170. 'height' => '16'
  171. ),
  172. 'b_insrow' => array(
  173. 'position' => '32',
  174. 'width' => '16',
  175. 'height' => '16'
  176. ),
  177. 'b_lastpage' => array(
  178. 'position' => '33',
  179. 'width' => '16',
  180. 'height' => '16'
  181. ),
  182. 'b_minus' => array(
  183. 'position' => '34',
  184. 'width' => '16',
  185. 'height' => '16'
  186. ),
  187. 'b_more' => array(
  188. 'position' => '35',
  189. 'width' => '16',
  190. 'height' => '16'
  191. ),
  192. 'b_move' => array(
  193. 'position' => '36',
  194. 'width' => '16',
  195. 'height' => '16'
  196. ),
  197. 'b_newdb' => array(
  198. 'position' => '37',
  199. 'width' => '16',
  200. 'height' => '16'
  201. ),
  202. 'b_newtbl' => array(
  203. 'position' => '38',
  204. 'width' => '16',
  205. 'height' => '16'
  206. ),
  207. 'b_nextpage' => array(
  208. 'position' => '39',
  209. 'width' => '16',
  210. 'height' => '16'
  211. ),
  212. 'b_no_favorite' => array(
  213. 'position' => '40',
  214. 'width' => '16',
  215. 'height' => '16'
  216. ),
  217. 'b_pdfdoc' => array(
  218. 'position' => '41',
  219. 'width' => '16',
  220. 'height' => '16'
  221. ),
  222. 'b_plus' => array(
  223. 'position' => '42',
  224. 'width' => '16',
  225. 'height' => '16'
  226. ),
  227. 'b_prevpage' => array(
  228. 'position' => '43',
  229. 'width' => '16',
  230. 'height' => '16'
  231. ),
  232. 'b_primary' => array(
  233. 'position' => '44',
  234. 'width' => '16',
  235. 'height' => '16'
  236. ),
  237. 'b_print' => array(
  238. 'position' => '45',
  239. 'width' => '16',
  240. 'height' => '16'
  241. ),
  242. 'b_props' => array(
  243. 'position' => '46',
  244. 'width' => '16',
  245. 'height' => '16'
  246. ),
  247. 'b_relations' => array(
  248. 'position' => '47',
  249. 'width' => '16',
  250. 'height' => '16'
  251. ),
  252. 'b_routine_add' => array(
  253. 'position' => '48',
  254. 'width' => '16',
  255. 'height' => '16'
  256. ),
  257. 'b_routines' => array(
  258. 'position' => '49',
  259. 'width' => '16',
  260. 'height' => '16'
  261. ),
  262. 'b_save' => array(
  263. 'position' => '50',
  264. 'width' => '16',
  265. 'height' => '16'
  266. ),
  267. 'b_sbrowse' => array(
  268. 'position' => '51',
  269. 'width' => '16',
  270. 'height' => '16'
  271. ),
  272. 'b_sdb' => array(
  273. 'position' => '52',
  274. 'width' => '10',
  275. 'height' => '10'
  276. ),
  277. 'b_search' => array(
  278. 'position' => '53',
  279. 'width' => '16',
  280. 'height' => '16'
  281. ),
  282. 'b_selboard' => array(
  283. 'position' => '54',
  284. 'width' => '16',
  285. 'height' => '16'
  286. ),
  287. 'b_select' => array(
  288. 'position' => '55',
  289. 'width' => '16',
  290. 'height' => '16'
  291. ),
  292. 'b_snewtbl' => array(
  293. 'position' => '56',
  294. 'width' => '16',
  295. 'height' => '16'
  296. ),
  297. 'b_spatial' => array(
  298. 'position' => '57',
  299. 'width' => '16',
  300. 'height' => '16'
  301. ),
  302. 'b_sql' => array(
  303. 'position' => '58',
  304. 'width' => '16',
  305. 'height' => '16'
  306. ),
  307. 'b_sqldoc' => array(
  308. 'position' => '59',
  309. 'width' => '16',
  310. 'height' => '16'
  311. ),
  312. 'b_sqlhelp' => array(
  313. 'position' => '60',
  314. 'width' => '16',
  315. 'height' => '16'
  316. ),
  317. 'b_table_add' => array(
  318. 'position' => '61',
  319. 'width' => '16',
  320. 'height' => '16'
  321. ),
  322. 'b_tblanalyse' => array(
  323. 'position' => '62',
  324. 'width' => '16',
  325. 'height' => '16'
  326. ),
  327. 'b_tblexport' => array(
  328. 'position' => '63',
  329. 'width' => '16',
  330. 'height' => '16'
  331. ),
  332. 'b_tblimport' => array(
  333. 'position' => '64',
  334. 'width' => '16',
  335. 'height' => '16'
  336. ),
  337. 'b_tblops' => array(
  338. 'position' => '65',
  339. 'width' => '16',
  340. 'height' => '16'
  341. ),
  342. 'b_tbloptimize' => array(
  343. 'position' => '66',
  344. 'width' => '16',
  345. 'height' => '16'
  346. ),
  347. 'b_tipp' => array(
  348. 'position' => '67',
  349. 'width' => '16',
  350. 'height' => '16'
  351. ),
  352. 'b_trigger_add' => array(
  353. 'position' => '68',
  354. 'width' => '16',
  355. 'height' => '16'
  356. ),
  357. 'b_triggers' => array(
  358. 'position' => '69',
  359. 'width' => '16',
  360. 'height' => '16'
  361. ),
  362. 'b_undo' => array(
  363. 'position' => '70',
  364. 'width' => '16',
  365. 'height' => '16'
  366. ),
  367. 'b_unique' => array(
  368. 'position' => '71',
  369. 'width' => '16',
  370. 'height' => '16'
  371. ),
  372. 'b_usradd' => array(
  373. 'position' => '72',
  374. 'width' => '16',
  375. 'height' => '16'
  376. ),
  377. 'b_usrcheck' => array(
  378. 'position' => '73',
  379. 'width' => '16',
  380. 'height' => '16'
  381. ),
  382. 'b_usrdrop' => array(
  383. 'position' => '74',
  384. 'width' => '16',
  385. 'height' => '16'
  386. ),
  387. 'b_usredit' => array(
  388. 'position' => '75',
  389. 'width' => '16',
  390. 'height' => '16'
  391. ),
  392. 'b_usrlist' => array(
  393. 'position' => '76',
  394. 'width' => '16',
  395. 'height' => '16'
  396. ),
  397. 'b_view' => array(
  398. 'position' => '77',
  399. 'width' => '16',
  400. 'height' => '16'
  401. ),
  402. 'b_view_add' => array(
  403. 'position' => '78',
  404. 'width' => '16',
  405. 'height' => '16'
  406. ),
  407. 'b_views' => array(
  408. 'position' => '79',
  409. 'width' => '16',
  410. 'height' => '16'
  411. ),
  412. 'bd_browse' => array(
  413. 'position' => '80',
  414. 'width' => '16',
  415. 'height' => '16'
  416. ),
  417. 'bd_deltbl' => array(
  418. 'position' => '81',
  419. 'width' => '16',
  420. 'height' => '16'
  421. ),
  422. 'bd_drop' => array(
  423. 'position' => '82',
  424. 'width' => '16',
  425. 'height' => '16'
  426. ),
  427. 'bd_edit' => array(
  428. 'position' => '83',
  429. 'width' => '16',
  430. 'height' => '16'
  431. ),
  432. 'bd_empty' => array(
  433. 'position' => '84',
  434. 'width' => '16',
  435. 'height' => '16'
  436. ),
  437. 'bd_export' => array(
  438. 'position' => '85',
  439. 'width' => '16',
  440. 'height' => '16'
  441. ),
  442. 'bd_firstpage' => array(
  443. 'position' => '86',
  444. 'width' => '16',
  445. 'height' => '16'
  446. ),
  447. 'bd_ftext' => array(
  448. 'position' => '87',
  449. 'width' => '16',
  450. 'height' => '16'
  451. ),
  452. 'bd_index' => array(
  453. 'position' => '88',
  454. 'width' => '16',
  455. 'height' => '16'
  456. ),
  457. 'bd_insrow' => array(
  458. 'position' => '89',
  459. 'width' => '16',
  460. 'height' => '16'
  461. ),
  462. 'bd_lastpage' => array(
  463. 'position' => '90',
  464. 'width' => '16',
  465. 'height' => '16'
  466. ),
  467. 'bd_nextpage' => array(
  468. 'position' => '91',
  469. 'width' => '16',
  470. 'height' => '16'
  471. ),
  472. 'bd_prevpage' => array(
  473. 'position' => '92',
  474. 'width' => '16',
  475. 'height' => '16'
  476. ),
  477. 'bd_primary' => array(
  478. 'position' => '93',
  479. 'width' => '16',
  480. 'height' => '16'
  481. ),
  482. 'bd_sbrowse' => array(
  483. 'position' => '94',
  484. 'width' => '16',
  485. 'height' => '16'
  486. ),
  487. 'bd_select' => array(
  488. 'position' => '95',
  489. 'width' => '16',
  490. 'height' => '16'
  491. ),
  492. 'bd_spatial' => array(
  493. 'position' => '96',
  494. 'width' => '16',
  495. 'height' => '16'
  496. ),
  497. 'bd_unique' => array(
  498. 'position' => '97',
  499. 'width' => '16',
  500. 'height' => '16'
  501. ),
  502. 'col_drop' => array(
  503. 'position' => '98',
  504. 'width' => '16',
  505. 'height' => '16'
  506. ),
  507. 'database' => array(
  508. 'position' => '99',
  509. 'width' => '16',
  510. 'height' => '16'
  511. ),
  512. 'eye' => array(
  513. 'position' => '100',
  514. 'width' => '16',
  515. 'height' => '16'
  516. ),
  517. 'eye_grey' => array(
  518. 'position' => '101',
  519. 'width' => '16',
  520. 'height' => '16'
  521. ),
  522. 'item' => array(
  523. 'position' => '102',
  524. 'width' => '9',
  525. 'height' => '9'
  526. ),
  527. 'lightbulb' => array(
  528. 'position' => '103',
  529. 'width' => '16',
  530. 'height' => '16'
  531. ),
  532. 'lightbulb_off' => array(
  533. 'position' => '104',
  534. 'width' => '16',
  535. 'height' => '16'
  536. ),
  537. 'more' => array(
  538. 'position' => '105',
  539. 'width' => '13',
  540. 'height' => '16'
  541. ),
  542. 'new_data' => array(
  543. 'position' => '106',
  544. 'width' => '16',
  545. 'height' => '16'
  546. ),
  547. 'new_data_hovered' => array(
  548. 'position' => '107',
  549. 'width' => '16',
  550. 'height' => '16'
  551. ),
  552. 'new_data_selected' => array(
  553. 'position' => '108',
  554. 'width' => '16',
  555. 'height' => '16'
  556. ),
  557. 'new_data_selected_hovered' => array(
  558. 'position' => '109',
  559. 'width' => '16',
  560. 'height' => '16'
  561. ),
  562. 'new_struct' => array(
  563. 'position' => '110',
  564. 'width' => '16',
  565. 'height' => '16'
  566. ),
  567. 'new_struct_hovered' => array(
  568. 'position' => '111',
  569. 'width' => '16',
  570. 'height' => '16'
  571. ),
  572. 'new_struct_selected' => array(
  573. 'position' => '112',
  574. 'width' => '16',
  575. 'height' => '16'
  576. ),
  577. 'new_struct_selected_hovered' => array(
  578. 'position' => '113',
  579. 'width' => '16',
  580. 'height' => '16'
  581. ),
  582. 'pause' => array(
  583. 'position' => '114',
  584. 'width' => '16',
  585. 'height' => '16'
  586. ),
  587. 'php_sym' => array(
  588. 'position' => '115',
  589. 'width' => '16',
  590. 'height' => '16'
  591. ),
  592. 'play' => array(
  593. 'position' => '116',
  594. 'width' => '16',
  595. 'height' => '16'
  596. ),
  597. 's_asc' => array(
  598. 'position' => '117',
  599. 'width' => '16',
  600. 'height' => '16'
  601. ),
  602. 's_asci' => array(
  603. 'position' => '118',
  604. 'width' => '16',
  605. 'height' => '16'
  606. ),
  607. 's_attention' => array(
  608. 'position' => '119',
  609. 'width' => '16',
  610. 'height' => '16'
  611. ),
  612. 's_cancel' => array(
  613. 'position' => '120',
  614. 'width' => '16',
  615. 'height' => '16'
  616. ),
  617. 's_cancel2' => array(
  618. 'position' => '121',
  619. 'width' => '16',
  620. 'height' => '16'
  621. ),
  622. 's_cog' => array(
  623. 'position' => '122',
  624. 'width' => '16',
  625. 'height' => '16'
  626. ),
  627. 's_db' => array(
  628. 'position' => '123',
  629. 'width' => '16',
  630. 'height' => '16'
  631. ),
  632. 's_desc' => array(
  633. 'position' => '124',
  634. 'width' => '16',
  635. 'height' => '16'
  636. ),
  637. 's_error' => array(
  638. 'position' => '125',
  639. 'width' => '16',
  640. 'height' => '16'
  641. ),
  642. 's_error2' => array(
  643. 'position' => '126',
  644. 'width' => '11',
  645. 'height' => '11'
  646. ),
  647. 's_host' => array(
  648. 'position' => '127',
  649. 'width' => '16',
  650. 'height' => '16'
  651. ),
  652. 's_info' => array(
  653. 'position' => '128',
  654. 'width' => '16',
  655. 'height' => '16'
  656. ),
  657. 's_lang' => array(
  658. 'position' => '129',
  659. 'width' => '16',
  660. 'height' => '16'
  661. ),
  662. 's_loggoff' => array(
  663. 'position' => '130',
  664. 'width' => '16',
  665. 'height' => '16'
  666. ),
  667. 's_notice' => array(
  668. 'position' => '131',
  669. 'width' => '16',
  670. 'height' => '16'
  671. ),
  672. 's_okay' => array(
  673. 'position' => '132',
  674. 'width' => '16',
  675. 'height' => '16'
  676. ),
  677. 's_passwd' => array(
  678. 'position' => '133',
  679. 'width' => '16',
  680. 'height' => '16'
  681. ),
  682. 's_process' => array(
  683. 'position' => '134',
  684. 'width' => '16',
  685. 'height' => '16'
  686. ),
  687. 's_really' => array(
  688. 'position' => '135',
  689. 'width' => '11',
  690. 'height' => '11'
  691. ),
  692. 's_reload' => array(
  693. 'position' => '136',
  694. 'width' => '16',
  695. 'height' => '16'
  696. ),
  697. 's_replication' => array(
  698. 'position' => '137',
  699. 'width' => '16',
  700. 'height' => '16'
  701. ),
  702. 's_rights' => array(
  703. 'position' => '138',
  704. 'width' => '16',
  705. 'height' => '16'
  706. ),
  707. 's_sortable' => array(
  708. 'position' => '139',
  709. 'width' => '16',
  710. 'height' => '16'
  711. ),
  712. 's_status' => array(
  713. 'position' => '140',
  714. 'width' => '16',
  715. 'height' => '16'
  716. ),
  717. 's_success' => array(
  718. 'position' => '141',
  719. 'width' => '16',
  720. 'height' => '16'
  721. ),
  722. 's_sync' => array(
  723. 'position' => '142',
  724. 'width' => '16',
  725. 'height' => '16'
  726. ),
  727. 's_tbl' => array(
  728. 'position' => '143',
  729. 'width' => '16',
  730. 'height' => '16'
  731. ),
  732. 's_theme' => array(
  733. 'position' => '144',
  734. 'width' => '16',
  735. 'height' => '16'
  736. ),
  737. 's_top' => array(
  738. 'position' => '145',
  739. 'width' => '16',
  740. 'height' => '16'
  741. ),
  742. 's_vars' => array(
  743. 'position' => '146',
  744. 'width' => '16',
  745. 'height' => '16'
  746. ),
  747. 's_views' => array(
  748. 'position' => '147',
  749. 'width' => '16',
  750. 'height' => '16'
  751. ),
  752. 'window-new' => array(
  753. 'position' => '148',
  754. 'width' => '16',
  755. 'height' => '16'
  756. ),
  757. );
  758. }
  759. ?>