phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
CDN.php
Go to the documentation of this file.
1<?php
2return array (
3 "JQuery" => array (
4 "MaxCDN" => array (
5 "url" => "http://code.jquery.com/jquery-%version%.min.js",
6 "versions" => array (
7 "2.2.3",
8 "2.2.1",
9 "2.1.4",
10 "2.1.3",
11 "1.11.2"
12 )
13 ),
14 "Google" => array (
15 "url" => "https://ajax.googleapis.com/ajax/libs/jquery/%version%/jquery.min.js",
16 "versions" => array (
17 "2.2.2",
18 "2.2.1",
19 "2.2.0",
20 "2.1.4",
21 "2.1.3",
22 "2.1.1",
23 "2.1.0",
24 "1.8.3"
25 )
26 )
27 ),
28 "JQueryUI" => array (
29 "MaxCDN" => array (
30 "core" => "http://code.jquery.com/ui/%version%/jquery-ui.min.js",
31 "css" => "http://code.jquery.com/ui/%version%/themes/%theme%/jquery-ui.css",
32 "versions" => array (
33 "1.11.4",
34 "1.11.3",
35 "1.11.2",
36 "1.10.4"
37 ),
38 "themes" => array (
39 "black-tie",
40 "blitzer",
41 "cupertino",
42 "dark-hive",
43 "dot-luv",
44 "eggplant",
45 "excite-bike",
46 "flick",
47 "hot-sneaks",
48 "humanity",
49 "le-frog",
50 "mint-choc",
51 "overcast",
52 "pepper-grinder",
53 "redmond",
54 "smoothness",
55 "south-street",
56 "start",
57 "sunny",
58 "swanky-purse",
59 "trontastic",
60 "ui-darkness",
61 "ui-lightness",
62 "vader"
63 )
64 ),
65 "Google" => array (
66 "core" => "https://ajax.googleapis.com/ajax/libs/jqueryui/%version%/jquery-ui.min.js",
67 "css" => "https://ajax.googleapis.com/ajax/libs/jqueryui/%version%/themes/%theme%/jquery-ui.css",
68 "versions" => array (
69 "1.11.4",
70 "1.11.3",
71 "1.11.2",
72 "1.11.1",
73 "1.11.0",
74 "1.10.4",
75 "1.10.0"
76 ),
77 "themes" => array (
78 "black-tie",
79 "blitzer",
80 "cupertino",
81 "dark-hive",
82 "dot-luv",
83 "eggplant",
84 "excite-bike",
85 "flick",
86 "hot-sneaks",
87 "humanity",
88 "le-frog",
89 "mint-choc",
90 "overcast",
91 "pepper-grinder",
92 "redmond",
93 "smoothness",
94 "south-street",
95 "start",
96 "sunny",
97 "swanky-purse",
98 "trontastic",
99 "ui-darkness",
100 "ui-lightness",
101 "vader"
102 )
103 )
104 ),
105 "Bootstrap" => array (
106 "MaxCDN" => array (
107 "core" => "http://maxcdn.bootstrapcdn.com/bootstrap/%version%/js/bootstrap.min.js",
108 "css" => "http://maxcdn.bootstrapcdn.com/bootstrap/%version%/css/bootstrap.min.css",
109 "versions" => array (
110 "3.3.6",
111 "3.3.5"
112 ),
113 "themes" => array ()
114 )
115 ),
116 "Semantic" => array (
117 "cdnjs" => array (
118 "core" => "https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/%version%/semantic.min.js",
119 "css" => "https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/%version%/semantic.min.css",
120 "versions" => array (
121 "2.1.8"
122 ),
123 "themes" => array ()
124 )
125 )
126);