Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Searching 10668 files for "ajax.googleapis.com" (regex)
- C:\wamp\www\barjakta\de\wp-content\plugins\duplicator\installer\build\view.step1.php:
- 875 <b>PHP ZIP Archive:</b> <?php echo class_exists('ZipArchive') ? 'Is Installed' : 'Not Installed'; ?> <br/>
- 876
- 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/>
- 878
- 879 Need an <a href='http://lifeinthegrid.com/duplicator-hosts' target='_blank'>approved</a> Duplicator hosting provider?
- C:\wamp\www\barjakta\de\wp-content\plugins\duplicator\installer\build\assets\inc.libs.css.php:
- 19 ?>
- 20
- 21: <?php if( DupUtil::is_url_active("ajax.googleapis.com", 443) ): ?>
- 22
- 23: <link rel='stylesheet' href='//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/jquery-ui.css' type='text/css' media='all' />
- 24
- 25 <?php else: ?>
- C:\wamp\www\barjakta\de\wp-content\plugins\duplicator\installer\build\assets\inc.libs.js.php:
- 23 JQUERY ASSETS -->
- 24
- 25: <?php if(DupUtil::is_url_active("ajax.googleapis.com", 443) ): ?>
- 26
- 27: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
- 28
- 29: <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
- 30
- 31 <?php else: ?>
- C:\wamp\www\barjakta\de\wp-content\plugins\duplicator\installer\build\classes\class.utils.php:
- 585 * Check to see if the internet is accessable
- 586
- 587: * @param string $url A url e.g without prefix "ajax.googleapis.com"
- 588
- 589 * @param string $port A valid port number
- C:\wamp\www\barjakta\de\wp-content\plugins\jetpack\_inc\genericons\genericons\example.html:
- 4 <title>Genericons</title>
- 5 <link rel="stylesheet" href="genericons.css">
- 6: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- 7 <style type="text/css">
- 8 /**
- C:\wamp\www\barjakta\de\wp-content\plugins\lightbox-plus\classes\actions.class.php:
- 99 wp_deregister_script('jquery');
- 100
- 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);
- 102
- 103 wp_enqueue_script('jquery');
- C:\wamp\www\barjakta\de\wp-content\plugins\portfolio-gallery\portfolio-gallery.php:
- 373 function portfolio_frontend_scripts_and_styles() {
- 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 );
- 376
- 377 wp_enqueue_script( 'jquery' );
- ...
- 529 {
- 530
- 531: wp_enqueue_script("jquery_old", "http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js", FALSE);
- 532
- 533 wp_enqueue_script("simple_slider_js", plugins_url("js/simple-slider.js", __FILE__), FALSE);
- C:\wamp\www\barjakta\de\wp-content\plugins\revslider\revslider_front.php:
- 115
- 116
- 117: $url_jquery = $setBase."ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?app=revolution";
- 118
- 119 self::addScriptAbsoluteUrl($url_jquery, "jquery");
- C:\wamp\www\barjakta\de\wp-content\plugins\revslider\inc_php\revslider_operations.class.php:
- 1887 <link rel='stylesheet' href='<?php echo $urlPlugin?>css/static-captions.css?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>' type='text/css' media='all' />
- 1888
- 1889: <script type='text/javascript' src='<?php echo $setBase; ?>ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
- 1890
- 1891 <script type='text/javascript' src='<?php echo $urlPlugin?>js/jquery.themepunch.plugins.min.js?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>'></script>
- C:\wamp\www\barjakta\de\wp-content\plugins\revslider\inc_php\framework\base_admin.class.php:
- 409 if(GlobalsRevSlider::$isNewVersion){ //load new jquery ui library
- 410
- 411: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js";
- 412
- 413 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
- ...
- 415 //self::addStyle("jquery-ui-1.10.3.custom.min","jui-smoothness","css/jui/new");
- 416
- 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);
- 418
- 419
- ...
- 429
- 430
- 431: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js";
- 432
- 433 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
- ...
- 435 //self::addStyle("jquery-ui-1.8.18.custom","jui-smoothness","css/jui/old");
- 436
- 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);
- 438
- 439
- C:\wamp\www\barjakta\de\wp-content\plugins\revslider\temp\update_extract\base_admin.class.php:
- 409 if(GlobalsRevSlider::$isNewVersion){ //load new jquery ui library
- 410
- 411: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js";
- 412
- 413 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
- ...
- 415 //self::addStyle("jquery-ui-1.10.3.custom.min","jui-smoothness","css/jui/new");
- 416
- 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);
- 418
- 419
- ...
- 429
- 430
- 431: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js";
- 432
- 433 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
- ...
- 435 //self::addStyle("jquery-ui-1.8.18.custom","jui-smoothness","css/jui/old");
- 436
- 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);
- 438
- 439
- C:\wamp\www\barjakta\de\wp-content\plugins\revslider\temp\update_extract\revslider_front.php:
- 115
- 116
- 117: $url_jquery = $setBase."ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?app=revolution";
- 118
- 119 self::addScriptAbsoluteUrl($url_jquery, "jquery");
- C:\wamp\www\barjakta\de\wp-content\plugins\revslider\temp\update_extract\revslider_operations.class.php:
- 1887 <link rel='stylesheet' href='<?php echo $urlPlugin?>css/static-captions.css?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>' type='text/css' media='all' />
- 1888
- 1889: <script type='text/javascript' src='<?php echo $setBase; ?>ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
- 1890
- 1891 <script type='text/javascript' src='<?php echo $urlPlugin?>js/jquery.themepunch.plugins.min.js?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>'></script>
- C:\wamp\www\barjakta\de\wp-content\plugins\wordpress-seo\css\xml-sitemap-xsl.php:
- 168 </xsl:if>
- 169 </div>
- 170: <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- 171 <script type="text/javascript" src="' . plugins_url( 'js/jquery.tablesorter.min.js', WPSEO_FILE ) . '"></script>
- 172 <script type="text/javascript"><![CDATA[
- C:\wamp\www\barjakta\de\wp-content\themes\stomatolog\header.php:
- 59 var wf = document.createElement('script');
- 60 wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- 61: '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- 62 wf.type = 'text/javascript';
- 63 wf.async = 'true';
- C:\wamp\www\barjakta\de\wp-content\themes\stomatolog\framework\plugins\LayerSlider\wp\scripts.php:
- 15 if(get_option('ls_use_custom_jquery', false)) {
- 16 wp_deregister_script('jquery');
- 17: wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
- 18 }
- 19
- ..
- 53 if(get_option('ls_use_custom_jquery', false)) {
- 54 wp_deregister_script('jquery');
- 55: wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
- 56 }
- 57
- C:\wamp\www\barjakta\de\wp-content\themes\twentyfifteen\genericons\example.html:
- 4 <title>Genericons</title>
- 5 <link rel="stylesheet" href="genericons.css">
- 6: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- 7 <style type="text/css">
- 8 /**
- C:\wamp\www\barjakta\de\wp-includes\script-loader.php:
- 148
- 149 // WordPress no longer uses or bundles Prototype or script.aculo.us. These are now pulled from an external source.
- 150: $scripts->add( 'prototype', '//ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js', array(), '1.7.1');
- 151: $scripts->add( 'scriptaculous-root', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js', array('prototype'), '1.9.0');
- 152: $scripts->add( 'scriptaculous-builder', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/builder.js', array('scriptaculous-root'), '1.9.0');
- 153: $scripts->add( 'scriptaculous-dragdrop', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/dragdrop.js', array('scriptaculous-builder', 'scriptaculous-effects'), '1.9.0');
- 154: $scripts->add( 'scriptaculous-effects', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/effects.js', array('scriptaculous-root'), '1.9.0');
- 155: $scripts->add( 'scriptaculous-slider', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/slider.js', array('scriptaculous-effects'), '1.9.0');
- 156: $scripts->add( 'scriptaculous-sound', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/sound.js', array( 'scriptaculous-root' ), '1.9.0' );
- 157: $scripts->add( 'scriptaculous-controls', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/controls.js', array('scriptaculous-root'), '1.9.0');
- 158 $scripts->add( 'scriptaculous', false, array('scriptaculous-dragdrop', 'scriptaculous-slider', 'scriptaculous-controls') );
- 159
- C:\wamp\www\barjakta\en\wp-content\plugins\jetpack\_inc\genericons\genericons\example.html:
- 4 <title>Genericons</title>
- 5 <link rel="stylesheet" href="genericons.css">
- 6: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- 7 <style type="text/css">
- 8 /**
- C:\wamp\www\barjakta\en\wp-content\plugins\lightbox-plus\classes\actions.class.php:
- 99 wp_deregister_script('jquery');
- 100
- 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);
- 102
- 103 wp_enqueue_script('jquery');
- C:\wamp\www\barjakta\en\wp-content\plugins\portfolio-gallery\portfolio-gallery.php:
- 373 function portfolio_frontend_scripts_and_styles() {
- 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 );
- 376
- 377 wp_enqueue_script( 'jquery' );
- ...
- 529 {
- 530
- 531: wp_enqueue_script("jquery_old", "http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js", FALSE);
- 532
- 533 wp_enqueue_script("simple_slider_js", plugins_url("js/simple-slider.js", __FILE__), FALSE);
- C:\wamp\www\barjakta\en\wp-content\plugins\revslider\revslider_front.php:
- 115
- 116
- 117: $url_jquery = $setBase."ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?app=revolution";
- 118
- 119 self::addScriptAbsoluteUrl($url_jquery, "jquery");
- C:\wamp\www\barjakta\en\wp-content\plugins\revslider\inc_php\revslider_operations.class.php:
- 1887 <link rel='stylesheet' href='<?php echo $urlPlugin?>css/static-captions.css?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>' type='text/css' media='all' />
- 1888
- 1889: <script type='text/javascript' src='<?php echo $setBase; ?>ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
- 1890
- 1891 <script type='text/javascript' src='<?php echo $urlPlugin?>js/jquery.themepunch.plugins.min.js?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>'></script>
- C:\wamp\www\barjakta\en\wp-content\plugins\revslider\inc_php\framework\base_admin.class.php:
- 409 if(GlobalsRevSlider::$isNewVersion){ //load new jquery ui library
- 410
- 411: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js";
- 412
- 413 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
- ...
- 415 //self::addStyle("jquery-ui-1.10.3.custom.min","jui-smoothness","css/jui/new");
- 416
- 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);
- 418
- 419
- ...
- 429
- 430
- 431: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js";
- 432
- 433 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
- ...
- 435 //self::addStyle("jquery-ui-1.8.18.custom","jui-smoothness","css/jui/old");
- 436
- 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);
- 438
- 439
- C:\wamp\www\barjakta\en\wp-content\plugins\revslider\temp\update_extract\base_admin.class.php:
- 409 if(GlobalsRevSlider::$isNewVersion){ //load new jquery ui library
- 410
- 411: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js";
- 412
- 413 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
- ...
- 415 //self::addStyle("jquery-ui-1.10.3.custom.min","jui-smoothness","css/jui/new");
- 416
- 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);
- 418
- 419
- ...
- 429
- 430
- 431: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js";
- 432
- 433 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
- ...
- 435 //self::addStyle("jquery-ui-1.8.18.custom","jui-smoothness","css/jui/old");
- 436
- 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);
- 438
- 439
- C:\wamp\www\barjakta\en\wp-content\plugins\revslider\temp\update_extract\revslider_front.php:
- 115
- 116
- 117: $url_jquery = $setBase."ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?app=revolution";
- 118
- 119 self::addScriptAbsoluteUrl($url_jquery, "jquery");
- C:\wamp\www\barjakta\en\wp-content\plugins\revslider\temp\update_extract\revslider_operations.class.php:
- 1887 <link rel='stylesheet' href='<?php echo $urlPlugin?>css/static-captions.css?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>' type='text/css' media='all' />
- 1888
- 1889: <script type='text/javascript' src='<?php echo $setBase; ?>ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
- 1890
- 1891 <script type='text/javascript' src='<?php echo $urlPlugin?>js/jquery.themepunch.plugins.min.js?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>'></script>
- C:\wamp\www\barjakta\en\wp-content\plugins\testimonials-widget\includes\libraries\aihrus-framework\class-aihrus-settings.php:
- 469
- 470 public static function styles() {
- 471: wp_register_style( 'jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' );
- 472 wp_enqueue_style( 'jquery-style' );
- 473 }
- C:\wamp\www\barjakta\en\wp-content\plugins\testimonials-widget\includes\libraries\aihrus-framework\includes\class-aihrus-settings.php:
- 512
- 513 public static function styles() {
- 514: wp_register_style( 'jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' );
- 515 wp_enqueue_style( 'jquery-style' );
- 516 }
- C:\wamp\www\barjakta\en\wp-content\plugins\testimonials-widget\includes\libraries\bxslider-4\readme.md:
- 30 ```html
- 31 <!-- jQuery library (served from Google) -->
- 32: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
- 33 <!-- bxSlider Javascript file -->
- 34 <script src="/js/jquery.bxslider.min.js"></script>
- C:\wamp\www\barjakta\en\wp-content\plugins\wordpress-seo\css\xml-sitemap-xsl.php:
- 168 </xsl:if>
- 169 </div>
- 170: <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- 171 <script type="text/javascript" src="' . plugins_url( 'js/jquery.tablesorter.min.js', WPSEO_FILE ) . '"></script>
- 172 <script type="text/javascript"><![CDATA[
- C:\wamp\www\barjakta\en\wp-content\themes\stomatolog\header.php:
- 59 var wf = document.createElement('script');
- 60 wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- 61: '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- 62 wf.type = 'text/javascript';
- 63 wf.async = 'true';
- C:\wamp\www\barjakta\en\wp-content\themes\stomatolog\framework\plugins\LayerSlider\wp\scripts.php:
- 15 if(get_option('ls_use_custom_jquery', false)) {
- 16 wp_deregister_script('jquery');
- 17: wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
- 18 }
- 19
- ..
- 53 if(get_option('ls_use_custom_jquery', false)) {
- 54 wp_deregister_script('jquery');
- 55: wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
- 56 }
- 57
- C:\wamp\www\barjakta\en\wp-content\themes\twentyfifteen\genericons\example.html:
- 4 <title>Genericons</title>
- 5 <link rel="stylesheet" href="genericons.css">
- 6: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- 7 <style type="text/css">
- 8 /**
- C:\wamp\www\barjakta\en\wp-includes\script-loader.php:
- 148
- 149 // WordPress no longer uses or bundles Prototype or script.aculo.us. These are now pulled from an external source.
- 150: $scripts->add( 'prototype', '//ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js', array(), '1.7.1');
- 151: $scripts->add( 'scriptaculous-root', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js', array('prototype'), '1.9.0');
- 152: $scripts->add( 'scriptaculous-builder', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/builder.js', array('scriptaculous-root'), '1.9.0');
- 153: $scripts->add( 'scriptaculous-dragdrop', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/dragdrop.js', array('scriptaculous-builder', 'scriptaculous-effects'), '1.9.0');
- 154: $scripts->add( 'scriptaculous-effects', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/effects.js', array('scriptaculous-root'), '1.9.0');
- 155: $scripts->add( 'scriptaculous-slider', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/slider.js', array('scriptaculous-effects'), '1.9.0');
- 156: $scripts->add( 'scriptaculous-sound', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/sound.js', array( 'scriptaculous-root' ), '1.9.0' );
- 157: $scripts->add( 'scriptaculous-controls', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/controls.js', array('scriptaculous-root'), '1.9.0');
- 158 $scripts->add( 'scriptaculous', false, array('scriptaculous-dragdrop', 'scriptaculous-slider', 'scriptaculous-controls') );
- 159
- C:\wamp\www\barjakta\wp-content\plugins\lightbox-plus\classes\actions.class.php:
- 99 wp_deregister_script('jquery');
- 100
- 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);
- 102
- 103 wp_enqueue_script('jquery');
- C:\wamp\www\barjakta\wp-content\plugins\portfolio-gallery\portfolio-gallery.php:
- 373 function portfolio_frontend_scripts_and_styles() {
- 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 );
- 376
- 377 wp_enqueue_script( 'jquery' );
- ...
- 529 {
- 530
- 531: wp_enqueue_script("jquery_old", "http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js", FALSE);
- 532
- 533 wp_enqueue_script("simple_slider_js", plugins_url("js/simple-slider.js", __FILE__), FALSE);
- C:\wamp\www\barjakta\wp-content\plugins\revslider\revslider_front.php:
- 115
- 116
- 117: $url_jquery = $setBase."ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?app=revolution";
- 118
- 119 self::addScriptAbsoluteUrl($url_jquery, "jquery");
- C:\wamp\www\barjakta\wp-content\plugins\revslider\inc_php\revslider_operations.class.php:
- 1887 <link rel='stylesheet' href='<?php echo $urlPlugin?>css/static-captions.css?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>' type='text/css' media='all' />
- 1888
- 1889: <script type='text/javascript' src='<?php echo $setBase; ?>ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
- 1890
- 1891 <script type='text/javascript' src='<?php echo $urlPlugin?>js/jquery.themepunch.plugins.min.js?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>'></script>
- C:\wamp\www\barjakta\wp-content\plugins\revslider\inc_php\framework\base_admin.class.php:
- 409 if(GlobalsRevSlider::$isNewVersion){ //load new jquery ui library
- 410
- 411: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js";
- 412
- 413 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
- ...
- 415 //self::addStyle("jquery-ui-1.10.3.custom.min","jui-smoothness","css/jui/new");
- 416
- 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);
- 418
- 419
- ...
- 429
- 430
- 431: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js";
- 432
- 433 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
- ...
- 435 //self::addStyle("jquery-ui-1.8.18.custom","jui-smoothness","css/jui/old");
- 436
- 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);
- 438
- 439
- C:\wamp\www\barjakta\wp-content\plugins\revslider\temp\update_extract\base_admin.class.php:
- 409 if(GlobalsRevSlider::$isNewVersion){ //load new jquery ui library
- 410
- 411: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js";
- 412
- 413 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
- ...
- 415 //self::addStyle("jquery-ui-1.10.3.custom.min","jui-smoothness","css/jui/new");
- 416
- 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);
- 418
- 419
- ...
- 429
- 430
- 431: $urlJqueryUI = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js";
- 432
- 433 self::addScriptAbsoluteUrl($urlJqueryUI,"jquery-ui");
- ...
- 435 //self::addStyle("jquery-ui-1.8.18.custom","jui-smoothness","css/jui/old");
- 436
- 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);
- 438
- 439
- C:\wamp\www\barjakta\wp-content\plugins\revslider\temp\update_extract\revslider_front.php:
- 115
- 116
- 117: $url_jquery = $setBase."ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?app=revolution";
- 118
- 119 self::addScriptAbsoluteUrl($url_jquery, "jquery");
- C:\wamp\www\barjakta\wp-content\plugins\revslider\temp\update_extract\revslider_operations.class.php:
- 1887 <link rel='stylesheet' href='<?php echo $urlPlugin?>css/static-captions.css?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>' type='text/css' media='all' />
- 1888
- 1889: <script type='text/javascript' src='<?php echo $setBase; ?>ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
- 1890
- 1891 <script type='text/javascript' src='<?php echo $urlPlugin?>js/jquery.themepunch.plugins.min.js?rev=<?php echo GlobalsRevSlider::SLIDER_REVISION; ?>'></script>
- C:\wamp\www\barjakta\wp-content\plugins\wordpress-seo\css\xml-sitemap-xsl.php:
- 168 </xsl:if>
- 169 </div>
- 170: <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- 171 <script type="text/javascript" src="' . plugins_url( 'js/jquery.tablesorter.min.js', WPSEO_FILE ) . '"></script>
- 172 <script type="text/javascript"><![CDATA[
- C:\wamp\www\barjakta\wp-content\themes\stomatolog\!header.php:
- 59 var wf = document.createElement('script');
- 60 wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- 61: '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- 62 wf.type = 'text/javascript';
- 63 wf.async = 'true';
- C:\wamp\www\barjakta\wp-content\themes\stomatolog\header.php:
- 65 var wf = document.createElement('script');
- 66 wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- 67: '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- 68 wf.type = 'text/javascript';
- 69 wf.async = 'true';
- C:\wamp\www\barjakta\wp-content\themes\stomatolog\framework\plugins\LayerSlider\wp\scripts.php:
- 15 if(get_option('ls_use_custom_jquery', false)) {
- 16 wp_deregister_script('jquery');
- 17: wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
- 18 }
- 19
- ..
- 53 if(get_option('ls_use_custom_jquery', false)) {
- 54 wp_deregister_script('jquery');
- 55: wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', array(), '1.8.3');
- 56 }
- 57
- C:\wamp\www\barjakta\wp-includes\script-loader.php:
- 148
- 149 // WordPress no longer uses or bundles Prototype or script.aculo.us. These are now pulled from an external source.
- 150: $scripts->add( 'prototype', '//ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js', array(), '1.7.1');
- 151: $scripts->add( 'scriptaculous-root', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js', array('prototype'), '1.9.0');
- 152: $scripts->add( 'scriptaculous-builder', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/builder.js', array('scriptaculous-root'), '1.9.0');
- 153: $scripts->add( 'scriptaculous-dragdrop', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/dragdrop.js', array('scriptaculous-builder', 'scriptaculous-effects'), '1.9.0');
- 154: $scripts->add( 'scriptaculous-effects', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/effects.js', array('scriptaculous-root'), '1.9.0');
- 155: $scripts->add( 'scriptaculous-slider', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/slider.js', array('scriptaculous-effects'), '1.9.0');
- 156: $scripts->add( 'scriptaculous-sound', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/sound.js', array( 'scriptaculous-root' ), '1.9.0' );
- 157: $scripts->add( 'scriptaculous-controls', '//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/controls.js', array('scriptaculous-root'), '1.9.0');
- 158 $scripts->add( 'scriptaculous', false, array('scriptaculous-dragdrop', 'scriptaculous-slider', 'scriptaculous-controls') );
- 159
- 96 matches across 48 files
Advertisement
Add Comment
Please, Sign In to add comment