mijat_bgd

search results

May 17th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.86 KB | None | 0 0
  1. Searching 10668 files for "ajax.googleapis.com" (regex)
  2.  
  3. C:\wamp\www\barjakta\de\wp-content\plugins\duplicator\installer\build\view.step1.php:
  4. 875 <b>PHP ZIP Archive:</b> <?php echo class_exists('ZipArchive') ? 'Is Installed' : 'Not Installed'; ?> <br/>
  5. 876
  6. 877: <b>CDN Accessible:</b> <?php echo ( DupUtil::is_url_active("ajax.aspnetcdn.com", 443) && DupUtil::is_url_active("ajax.googleapis.com", 443)) ? 'Yes' : 'No'; ?> <br/>
  7. 878
  8. 879 Need an <a href='http://lifeinthegrid.com/duplicator-hosts' target='_blank'>approved</a> Duplicator hosting provider?
  9.  
  10. C:\wamp\www\barjakta\de\wp-content\plugins\duplicator\installer\build\assets\inc.libs.css.php:
  11. 19 ?>
  12. 20
  13. 21: <?php if( DupUtil::is_url_active("ajax.googleapis.com", 443) ): ?>
  14. 22
  15. 23: <link rel='stylesheet' href='//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/jquery-ui.css' type='text/css' media='all' />
  16. 24
  17. 25 <?php else: ?>
  18.  
  19. C:\wamp\www\barjakta\de\wp-content\plugins\duplicator\installer\build\assets\inc.libs.js.php:
  20. 23 JQUERY ASSETS -->
  21. 24
  22. 25: <?php if(DupUtil::is_url_active("ajax.googleapis.com", 443) ): ?>
  23. 26
  24. 27: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  25. 28
  26. 29: <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
  27. 30
  28. 31 <?php else: ?>
  29.  
  30. C:\wamp\www\barjakta\de\wp-content\plugins\duplicator\installer\build\classes\class.utils.php:
  31. 585 * Check to see if the internet is accessable
  32. 586
  33. 587: * @param string $url A url e.g without prefix "ajax.googleapis.com"
  34. 588
  35. 589 * @param string $port A valid port number
  36.  
  37. C:\wamp\www\barjakta\de\wp-content\plugins\jetpack\_inc\genericons\genericons\example.html:
  38. 4 <title>Genericons</title>
  39. 5 <link rel="stylesheet" href="genericons.css">
  40. 6: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  41. 7 <style type="text/css">
  42. 8 /**
  43.  
  44. C:\wamp\www\barjakta\de\wp-content\plugins\lightbox-plus\classes\actions.class.php:
  45. 99 wp_deregister_script('jquery');
  46. 100
  47. 101: wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js", false, null);
  48. 102
  49. 103 wp_enqueue_script('jquery');
  50.  
  51. C:\wamp\www\barjakta\de\wp-content\plugins\portfolio-gallery\portfolio-gallery.php:
  52. 373 function portfolio_frontend_scripts_and_styles() {
  53. 374
  54. 375: wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js', array('jquery'),'1.0.0',true );
  55. 376
  56. 377 wp_enqueue_script( 'jquery' );
  57. ...
  58. 529 {
  59. 530
  60. 531: wp_enqueue_script("jquery_old", "http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js", FALSE);
  61. 532
  62. 533 wp_enqueue_script("simple_slider_js", plugins_url("js/simple-slider.js", __FILE__), FALSE);
  63.  
  64. C:\wamp\www\barjakta\de\wp-content\plugins\revslider\revslider_front.php:
  65. 115
  66. 116
  67. 117: $url_jquery = $setBase."ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?app=revolution";
  68. 118
  69. 119 self::addScriptAbsoluteUrl($url_jquery, "jquery");
  70.  
  71. C:\wamp\www\barjakta\de\wp-content\plugins\revslider\inc_php\revslider_operations.class.php:
  72. 1887 <link rel='stylesheet' href='<?php echo $urlPlugin?>css/static-captions.css?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>' type='text/css' media='all' />
  73. 1888
  74. 1889: <script type='text/javascript' src='<?php echo $setBase; ?>ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
  75. 1890
  76. 1891 <script type='text/javascript' src='<?php echo $urlPlugin?>js/jquery.themepunch.plugins.min.js?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>'></script>
  77.  
  78. C:\wamp\www\barjakta\de\wp-content\plugins\revslider\inc_php\framework\base_admin.class.php:
  79. 409 if(GlobalsRevSlider::$isNewVersion){ //load new jquery ui library
  80. 410
  81. 411: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js";
  82. 412
  83. 413 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
  84. ...
  85. 415 //self::addStyle("jquery-ui-1.10.3.custom.min","jui-smoothness","css/jui/new");
  86. 416
  87. 417: wp_enqueue_style('jui-smoothness', esc_url_raw('http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/base/jquery-ui.css'), array(), null);
  88. 418
  89. 419
  90. ...
  91. 429
  92. 430
  93. 431: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js";
  94. 432
  95. 433 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
  96. ...
  97. 435 //self::addStyle("jquery-ui-1.8.18.custom","jui-smoothness","css/jui/old");
  98. 436
  99. 437: wp_enqueue_style('jui-smoothness', esc_url_raw('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/base/jquery-ui.css'), array(), null);
  100. 438
  101. 439
  102.  
  103. C:\wamp\www\barjakta\de\wp-content\plugins\revslider\temp\update_extract\base_admin.class.php:
  104. 409 if(GlobalsRevSlider::$isNewVersion){ //load new jquery ui library
  105. 410
  106. 411: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js";
  107. 412
  108. 413 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
  109. ...
  110. 415 //self::addStyle("jquery-ui-1.10.3.custom.min","jui-smoothness","css/jui/new");
  111. 416
  112. 417: wp_enqueue_style('jui-smoothness', esc_url_raw('http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/base/jquery-ui.css'), array(), null);
  113. 418
  114. 419
  115. ...
  116. 429
  117. 430
  118. 431: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js";
  119. 432
  120. 433 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
  121. ...
  122. 435 //self::addStyle("jquery-ui-1.8.18.custom","jui-smoothness","css/jui/old");
  123. 436
  124. 437: wp_enqueue_style('jui-smoothness', esc_url_raw('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/base/jquery-ui.css'), array(), null);
  125. 438
  126. 439
  127.  
  128. C:\wamp\www\barjakta\de\wp-content\plugins\revslider\temp\update_extract\revslider_front.php:
  129. 115
  130. 116
  131. 117: $url_jquery = $setBase."ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?app=revolution";
  132. 118
  133. 119 self::addScriptAbsoluteUrl($url_jquery, "jquery");
  134.  
  135. C:\wamp\www\barjakta\de\wp-content\plugins\revslider\temp\update_extract\revslider_operations.class.php:
  136. 1887 <link rel='stylesheet' href='<?php echo $urlPlugin?>css/static-captions.css?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>' type='text/css' media='all' />
  137. 1888
  138. 1889: <script type='text/javascript' src='<?php echo $setBase; ?>ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
  139. 1890
  140. 1891 <script type='text/javascript' src='<?php echo $urlPlugin?>js/jquery.themepunch.plugins.min.js?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>'></script>
  141.  
  142. C:\wamp\www\barjakta\de\wp-content\plugins\wordpress-seo\css\xml-sitemap-xsl.php:
  143. 168 </xsl:if>
  144. 169 </div>
  145. 170: <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  146. 171 <script type="text/javascript" src="' . plugins_url( 'js/jquery.tablesorter.min.js', WPSEO_FILE ) . '"></script>
  147. 172 <script type="text/javascript"><![CDATA[
  148.  
  149. C:\wamp\www\barjakta\de\wp-content\themes\stomatolog\header.php:
  150. 59 var wf = document.createElement('script');
  151. 60 wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  152. 61: '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  153. 62 wf.type = 'text/javascript';
  154. 63 wf.async = 'true';
  155.  
  156. C:\wamp\www\barjakta\de\wp-content\themes\stomatolog\framework\plugins\LayerSlider\wp\scripts.php:
  157. 15 if(get_option('ls_use_custom_jquery', false)) {
  158. 16 wp_deregister_script('jquery');
  159. 17: wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
  160. 18 }
  161. 19
  162. ..
  163. 53 if(get_option('ls_use_custom_jquery', false)) {
  164. 54 wp_deregister_script('jquery');
  165. 55: wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
  166. 56 }
  167. 57
  168.  
  169. C:\wamp\www\barjakta\de\wp-content\themes\twentyfifteen\genericons\example.html:
  170. 4 <title>Genericons</title>
  171. 5 <link rel="stylesheet" href="genericons.css">
  172. 6: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  173. 7 <style type="text/css">
  174. 8 /**
  175.  
  176. C:\wamp\www\barjakta\de\wp-includes\script-loader.php:
  177. 148
  178. 149 // WordPress no longer uses or bundles Prototype or script.aculo.us. These are now pulled from an external source.
  179. 150: $scripts->add( 'prototype', '//ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js', array(), '1.7.1');
  180. 151: $scripts->add( 'scriptaculous-root', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js', array('prototype'), '1.9.0');
  181. 152: $scripts->add( 'scriptaculous-builder', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/builder.js', array('scriptaculous-root'), '1.9.0');
  182. 153: $scripts->add( 'scriptaculous-dragdrop', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/dragdrop.js', array('scriptaculous-builder', 'scriptaculous-effects'), '1.9.0');
  183. 154: $scripts->add( 'scriptaculous-effects', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/effects.js', array('scriptaculous-root'), '1.9.0');
  184. 155: $scripts->add( 'scriptaculous-slider', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/slider.js', array('scriptaculous-effects'), '1.9.0');
  185. 156: $scripts->add( 'scriptaculous-sound', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/sound.js', array( 'scriptaculous-root' ), '1.9.0' );
  186. 157: $scripts->add( 'scriptaculous-controls', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/controls.js', array('scriptaculous-root'), '1.9.0');
  187. 158 $scripts->add( 'scriptaculous', false, array('scriptaculous-dragdrop', 'scriptaculous-slider', 'scriptaculous-controls') );
  188. 159
  189.  
  190. C:\wamp\www\barjakta\en\wp-content\plugins\jetpack\_inc\genericons\genericons\example.html:
  191. 4 <title>Genericons</title>
  192. 5 <link rel="stylesheet" href="genericons.css">
  193. 6: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  194. 7 <style type="text/css">
  195. 8 /**
  196.  
  197. C:\wamp\www\barjakta\en\wp-content\plugins\lightbox-plus\classes\actions.class.php:
  198. 99 wp_deregister_script('jquery');
  199. 100
  200. 101: wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js", false, null);
  201. 102
  202. 103 wp_enqueue_script('jquery');
  203.  
  204. C:\wamp\www\barjakta\en\wp-content\plugins\portfolio-gallery\portfolio-gallery.php:
  205. 373 function portfolio_frontend_scripts_and_styles() {
  206. 374
  207. 375: wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js', array('jquery'),'1.0.0',true );
  208. 376
  209. 377 wp_enqueue_script( 'jquery' );
  210. ...
  211. 529 {
  212. 530
  213. 531: wp_enqueue_script("jquery_old", "http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js", FALSE);
  214. 532
  215. 533 wp_enqueue_script("simple_slider_js", plugins_url("js/simple-slider.js", __FILE__), FALSE);
  216.  
  217. C:\wamp\www\barjakta\en\wp-content\plugins\revslider\revslider_front.php:
  218. 115
  219. 116
  220. 117: $url_jquery = $setBase."ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?app=revolution";
  221. 118
  222. 119 self::addScriptAbsoluteUrl($url_jquery, "jquery");
  223.  
  224. C:\wamp\www\barjakta\en\wp-content\plugins\revslider\inc_php\revslider_operations.class.php:
  225. 1887 <link rel='stylesheet' href='<?php echo $urlPlugin?>css/static-captions.css?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>' type='text/css' media='all' />
  226. 1888
  227. 1889: <script type='text/javascript' src='<?php echo $setBase; ?>ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
  228. 1890
  229. 1891 <script type='text/javascript' src='<?php echo $urlPlugin?>js/jquery.themepunch.plugins.min.js?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>'></script>
  230.  
  231. C:\wamp\www\barjakta\en\wp-content\plugins\revslider\inc_php\framework\base_admin.class.php:
  232. 409 if(GlobalsRevSlider::$isNewVersion){ //load new jquery ui library
  233. 410
  234. 411: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js";
  235. 412
  236. 413 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
  237. ...
  238. 415 //self::addStyle("jquery-ui-1.10.3.custom.min","jui-smoothness","css/jui/new");
  239. 416
  240. 417: wp_enqueue_style('jui-smoothness', esc_url_raw('http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/base/jquery-ui.css'), array(), null);
  241. 418
  242. 419
  243. ...
  244. 429
  245. 430
  246. 431: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js";
  247. 432
  248. 433 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
  249. ...
  250. 435 //self::addStyle("jquery-ui-1.8.18.custom","jui-smoothness","css/jui/old");
  251. 436
  252. 437: wp_enqueue_style('jui-smoothness', esc_url_raw('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/base/jquery-ui.css'), array(), null);
  253. 438
  254. 439
  255.  
  256. C:\wamp\www\barjakta\en\wp-content\plugins\revslider\temp\update_extract\base_admin.class.php:
  257. 409 if(GlobalsRevSlider::$isNewVersion){ //load new jquery ui library
  258. 410
  259. 411: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js";
  260. 412
  261. 413 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
  262. ...
  263. 415 //self::addStyle("jquery-ui-1.10.3.custom.min","jui-smoothness","css/jui/new");
  264. 416
  265. 417: wp_enqueue_style('jui-smoothness', esc_url_raw('http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/base/jquery-ui.css'), array(), null);
  266. 418
  267. 419
  268. ...
  269. 429
  270. 430
  271. 431: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js";
  272. 432
  273. 433 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
  274. ...
  275. 435 //self::addStyle("jquery-ui-1.8.18.custom","jui-smoothness","css/jui/old");
  276. 436
  277. 437: wp_enqueue_style('jui-smoothness', esc_url_raw('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/base/jquery-ui.css'), array(), null);
  278. 438
  279. 439
  280.  
  281. C:\wamp\www\barjakta\en\wp-content\plugins\revslider\temp\update_extract\revslider_front.php:
  282. 115
  283. 116
  284. 117: $url_jquery = $setBase."ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?app=revolution";
  285. 118
  286. 119 self::addScriptAbsoluteUrl($url_jquery, "jquery");
  287.  
  288. C:\wamp\www\barjakta\en\wp-content\plugins\revslider\temp\update_extract\revslider_operations.class.php:
  289. 1887 <link rel='stylesheet' href='<?php echo $urlPlugin?>css/static-captions.css?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>' type='text/css' media='all' />
  290. 1888
  291. 1889: <script type='text/javascript' src='<?php echo $setBase; ?>ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
  292. 1890
  293. 1891 <script type='text/javascript' src='<?php echo $urlPlugin?>js/jquery.themepunch.plugins.min.js?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>'></script>
  294.  
  295. C:\wamp\www\barjakta\en\wp-content\plugins\testimonials-widget\includes\libraries\aihrus-framework\class-aihrus-settings.php:
  296. 469
  297. 470 public static function styles() {
  298. 471: wp_register_style( 'jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' );
  299. 472 wp_enqueue_style( 'jquery-style' );
  300. 473 }
  301.  
  302. C:\wamp\www\barjakta\en\wp-content\plugins\testimonials-widget\includes\libraries\aihrus-framework\includes\class-aihrus-settings.php:
  303. 512
  304. 513 public static function styles() {
  305. 514: wp_register_style( 'jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' );
  306. 515 wp_enqueue_style( 'jquery-style' );
  307. 516 }
  308.  
  309. C:\wamp\www\barjakta\en\wp-content\plugins\testimonials-widget\includes\libraries\bxslider-4\readme.md:
  310. 30 ```html
  311. 31 <!-- jQuery library (served from Google) -->
  312. 32: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
  313. 33 <!-- bxSlider Javascript file -->
  314. 34 <script src="/js/jquery.bxslider.min.js"></script>
  315.  
  316. C:\wamp\www\barjakta\en\wp-content\plugins\wordpress-seo\css\xml-sitemap-xsl.php:
  317. 168 </xsl:if>
  318. 169 </div>
  319. 170: <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  320. 171 <script type="text/javascript" src="' . plugins_url( 'js/jquery.tablesorter.min.js', WPSEO_FILE ) . '"></script>
  321. 172 <script type="text/javascript"><![CDATA[
  322.  
  323. C:\wamp\www\barjakta\en\wp-content\themes\stomatolog\header.php:
  324. 59 var wf = document.createElement('script');
  325. 60 wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  326. 61: '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  327. 62 wf.type = 'text/javascript';
  328. 63 wf.async = 'true';
  329.  
  330. C:\wamp\www\barjakta\en\wp-content\themes\stomatolog\framework\plugins\LayerSlider\wp\scripts.php:
  331. 15 if(get_option('ls_use_custom_jquery', false)) {
  332. 16 wp_deregister_script('jquery');
  333. 17: wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
  334. 18 }
  335. 19
  336. ..
  337. 53 if(get_option('ls_use_custom_jquery', false)) {
  338. 54 wp_deregister_script('jquery');
  339. 55: wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
  340. 56 }
  341. 57
  342.  
  343. C:\wamp\www\barjakta\en\wp-content\themes\twentyfifteen\genericons\example.html:
  344. 4 <title>Genericons</title>
  345. 5 <link rel="stylesheet" href="genericons.css">
  346. 6: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  347. 7 <style type="text/css">
  348. 8 /**
  349.  
  350. C:\wamp\www\barjakta\en\wp-includes\script-loader.php:
  351. 148
  352. 149 // WordPress no longer uses or bundles Prototype or script.aculo.us. These are now pulled from an external source.
  353. 150: $scripts->add( 'prototype', '//ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js', array(), '1.7.1');
  354. 151: $scripts->add( 'scriptaculous-root', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js', array('prototype'), '1.9.0');
  355. 152: $scripts->add( 'scriptaculous-builder', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/builder.js', array('scriptaculous-root'), '1.9.0');
  356. 153: $scripts->add( 'scriptaculous-dragdrop', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/dragdrop.js', array('scriptaculous-builder', 'scriptaculous-effects'), '1.9.0');
  357. 154: $scripts->add( 'scriptaculous-effects', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/effects.js', array('scriptaculous-root'), '1.9.0');
  358. 155: $scripts->add( 'scriptaculous-slider', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/slider.js', array('scriptaculous-effects'), '1.9.0');
  359. 156: $scripts->add( 'scriptaculous-sound', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/sound.js', array( 'scriptaculous-root' ), '1.9.0' );
  360. 157: $scripts->add( 'scriptaculous-controls', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/controls.js', array('scriptaculous-root'), '1.9.0');
  361. 158 $scripts->add( 'scriptaculous', false, array('scriptaculous-dragdrop', 'scriptaculous-slider', 'scriptaculous-controls') );
  362. 159
  363.  
  364. C:\wamp\www\barjakta\wp-content\plugins\lightbox-plus\classes\actions.class.php:
  365. 99 wp_deregister_script('jquery');
  366. 100
  367. 101: wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js", false, null);
  368. 102
  369. 103 wp_enqueue_script('jquery');
  370.  
  371. C:\wamp\www\barjakta\wp-content\plugins\portfolio-gallery\portfolio-gallery.php:
  372. 373 function portfolio_frontend_scripts_and_styles() {
  373. 374
  374. 375: wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js', array('jquery'),'1.0.0',true );
  375. 376
  376. 377 wp_enqueue_script( 'jquery' );
  377. ...
  378. 529 {
  379. 530
  380. 531: wp_enqueue_script("jquery_old", "http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js", FALSE);
  381. 532
  382. 533 wp_enqueue_script("simple_slider_js", plugins_url("js/simple-slider.js", __FILE__), FALSE);
  383.  
  384. C:\wamp\www\barjakta\wp-content\plugins\revslider\revslider_front.php:
  385. 115
  386. 116
  387. 117: $url_jquery = $setBase."ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?app=revolution";
  388. 118
  389. 119 self::addScriptAbsoluteUrl($url_jquery, "jquery");
  390.  
  391. C:\wamp\www\barjakta\wp-content\plugins\revslider\inc_php\revslider_operations.class.php:
  392. 1887 <link rel='stylesheet' href='<?php echo $urlPlugin?>css/static-captions.css?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>' type='text/css' media='all' />
  393. 1888
  394. 1889: <script type='text/javascript' src='<?php echo $setBase; ?>ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
  395. 1890
  396. 1891 <script type='text/javascript' src='<?php echo $urlPlugin?>js/jquery.themepunch.plugins.min.js?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>'></script>
  397.  
  398. C:\wamp\www\barjakta\wp-content\plugins\revslider\inc_php\framework\base_admin.class.php:
  399. 409 if(GlobalsRevSlider::$isNewVersion){ //load new jquery ui library
  400. 410
  401. 411: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js";
  402. 412
  403. 413 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
  404. ...
  405. 415 //self::addStyle("jquery-ui-1.10.3.custom.min","jui-smoothness","css/jui/new");
  406. 416
  407. 417: wp_enqueue_style('jui-smoothness', esc_url_raw('http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/base/jquery-ui.css'), array(), null);
  408. 418
  409. 419
  410. ...
  411. 429
  412. 430
  413. 431: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js";
  414. 432
  415. 433 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
  416. ...
  417. 435 //self::addStyle("jquery-ui-1.8.18.custom","jui-smoothness","css/jui/old");
  418. 436
  419. 437: wp_enqueue_style('jui-smoothness', esc_url_raw('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/base/jquery-ui.css'), array(), null);
  420. 438
  421. 439
  422.  
  423. C:\wamp\www\barjakta\wp-content\plugins\revslider\temp\update_extract\base_admin.class.php:
  424. 409 if(GlobalsRevSlider::$isNewVersion){ //load new jquery ui library
  425. 410
  426. 411: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js";
  427. 412
  428. 413 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
  429. ...
  430. 415 //self::addStyle("jquery-ui-1.10.3.custom.min","jui-smoothness","css/jui/new");
  431. 416
  432. 417: wp_enqueue_style('jui-smoothness', esc_url_raw('http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/base/jquery-ui.css'), array(), null);
  433. 418
  434. 419
  435. ...
  436. 429
  437. 430
  438. 431: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js";
  439. 432
  440. 433 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
  441. ...
  442. 435 //self::addStyle("jquery-ui-1.8.18.custom","jui-smoothness","css/jui/old");
  443. 436
  444. 437: wp_enqueue_style('jui-smoothness', esc_url_raw('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/base/jquery-ui.css'), array(), null);
  445. 438
  446. 439
  447.  
  448. C:\wamp\www\barjakta\wp-content\plugins\revslider\temp\update_extract\revslider_front.php:
  449. 115
  450. 116
  451. 117: $url_jquery = $setBase."ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?app=revolution";
  452. 118
  453. 119 self::addScriptAbsoluteUrl($url_jquery, "jquery");
  454.  
  455. C:\wamp\www\barjakta\wp-content\plugins\revslider\temp\update_extract\revslider_operations.class.php:
  456. 1887 <link rel='stylesheet' href='<?php echo $urlPlugin?>css/static-captions.css?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>' type='text/css' media='all' />
  457. 1888
  458. 1889: <script type='text/javascript' src='<?php echo $setBase; ?>ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
  459. 1890
  460. 1891 <script type='text/javascript' src='<?php echo $urlPlugin?>js/jquery.themepunch.plugins.min.js?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>'></script>
  461.  
  462. C:\wamp\www\barjakta\wp-content\plugins\wordpress-seo\css\xml-sitemap-xsl.php:
  463. 168 </xsl:if>
  464. 169 </div>
  465. 170: <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  466. 171 <script type="text/javascript" src="' . plugins_url( 'js/jquery.tablesorter.min.js', WPSEO_FILE ) . '"></script>
  467. 172 <script type="text/javascript"><![CDATA[
  468.  
  469. C:\wamp\www\barjakta\wp-content\themes\stomatolog\!header.php:
  470. 59 var wf = document.createElement('script');
  471. 60 wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  472. 61: '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  473. 62 wf.type = 'text/javascript';
  474. 63 wf.async = 'true';
  475.  
  476. C:\wamp\www\barjakta\wp-content\themes\stomatolog\header.php:
  477. 65 var wf = document.createElement('script');
  478. 66 wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  479. 67: '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  480. 68 wf.type = 'text/javascript';
  481. 69 wf.async = 'true';
  482.  
  483. C:\wamp\www\barjakta\wp-content\themes\stomatolog\framework\plugins\LayerSlider\wp\scripts.php:
  484. 15 if(get_option('ls_use_custom_jquery', false)) {
  485. 16 wp_deregister_script('jquery');
  486. 17: wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
  487. 18 }
  488. 19
  489. ..
  490. 53 if(get_option('ls_use_custom_jquery', false)) {
  491. 54 wp_deregister_script('jquery');
  492. 55: wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
  493. 56 }
  494. 57
  495.  
  496. C:\wamp\www\barjakta\wp-includes\script-loader.php:
  497. 148
  498. 149 // WordPress no longer uses or bundles Prototype or script.aculo.us. These are now pulled from an external source.
  499. 150: $scripts->add( 'prototype', '//ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js', array(), '1.7.1');
  500. 151: $scripts->add( 'scriptaculous-root', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js', array('prototype'), '1.9.0');
  501. 152: $scripts->add( 'scriptaculous-builder', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/builder.js', array('scriptaculous-root'), '1.9.0');
  502. 153: $scripts->add( 'scriptaculous-dragdrop', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/dragdrop.js', array('scriptaculous-builder', 'scriptaculous-effects'), '1.9.0');
  503. 154: $scripts->add( 'scriptaculous-effects', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/effects.js', array('scriptaculous-root'), '1.9.0');
  504. 155: $scripts->add( 'scriptaculous-slider', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/slider.js', array('scriptaculous-effects'), '1.9.0');
  505. 156: $scripts->add( 'scriptaculous-sound', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/sound.js', array( 'scriptaculous-root' ), '1.9.0' );
  506. 157: $scripts->add( 'scriptaculous-controls', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/controls.js', array('scriptaculous-root'), '1.9.0');
  507. 158 $scripts->add( 'scriptaculous', false, array('scriptaculous-dragdrop', 'scriptaculous-slider', 'scriptaculous-controls') );
  508. 159
  509.  
  510. 96 matches across 48 files
Advertisement
Add Comment
Please, Sign In to add comment