pense-bête de bruno sanchiz

Accueil > CMS > wordpress et google

wordpress et google

Publié le 22 décembre 2022, dernière mise-à-jour le 22 décembre 2022, 2 visites, 23644 visites totales.

php : 34 occurences de google
js : 28 occurences de google

find . -name "*php" |while read fich;do grep -i google "$fich";done

rm /tmp/ee;find . -type f -name "*js" |while read fich;do cat "$fich"|tr "GOLE" "gole" |sed -e "s#google#\ngoogle\n#g" -e "s#google.*#google#"|grep google  >> /tmp/ee;done ; cat /tmp/ee|wc

  1. /* translators: 1: mod_rewrite, 2: mod_rewrite documentation URL, 3: Google search for mod_rewrite. */
  2. 'https://www.google.com/search?q=apache+mod_rewrite'
  3. 'wp-includes/js/tinymce/plugins/spellchecker/classes/TinyGoogleSpell.class.php',
  4. * @link https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
  5. $scripts->add( 'prototype', 'https://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js', array(), '1.7.1' );
  6. $scripts->add( 'scriptaculous-root', 'https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js', array( 'prototype' ), '1.9.0' );
  7. $scripts->add( 'scriptaculous-builder', 'https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/builder.js', array( 'scriptaculous-root' ), '1.9.0' );
  8. $scripts->add( 'scriptaculous-dragdrop', 'https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/dragdrop.js', array( 'scriptaculous-builder', 'scriptaculous-effects' ), '1.9.0' );
  9. $scripts->add( 'scriptaculous-effects', 'https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/effects.js', array( 'scriptaculous-root' ), '1.9.0' );
  10. $scripts->add( 'scriptaculous-slider', 'https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/slider.js', array( 'scriptaculous-effects' ), '1.9.0' );
  11. $scripts->add( 'scriptaculous-sound', 'https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/sound.js', array( 'scriptaculous-root' ), '1.9.0' );
  12. $scripts->add( 'scriptaculous-controls', 'https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/controls.js', array( 'scriptaculous-root' ), '1.9.0' );
  13. $open_sans_font_url = "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=$subsets&display=fallback";
  14. * translators: Use this to specify the proper Google Font name and variants
  15. $font_family = _x( 'Noto Serif:400,400i,700,700i', 'Google Font Name and Variants' );
  16. $fonts_url = 'https://fonts.googleapis.com/css?family=' . urlencode( $font_family );
  17. // Header values based on WebP docs, see https://developers.google.com/speed/webp/docs/riff_container.
  18. 'google'        => array(
  19. 'name' => 'Google',
  20. 'jabber' => __( 'Jabber / Google Talk' ),
  21. return 'https://www.google.com/s2/favicons?domain=' . urlencode($url);
  22. * The Google Video embed handler callback.
  23. * Deprecated function that previously assisted in turning Google Video URLs
  24. function wp_embed_handler_googlevideo( $matches, $attr, $url, $rawattr ) {
  25. // https://developers.google.com/speed/webp/docs/riff_container
  26. // https://chromium.googlesource.com/webm/libwebp/+/master/doc/webp-lossless-bitstream-spec.txt
  27. // https://code.google.com/p/amv-codec-tools/wiki/AmvDocumentation
  28. // https://code.google.com/p/mp4v2/wiki/iTunesMetadata
  29. // https://code.google.com/p/mp4v2/wiki/iTunesMetadata
  30. * @link http://code.google.com/p/phpatomlib/
  31. * Filters whether Google Chrome Frame should be used, if available.
  32. * @param bool $is_admin Whether to use the Google Chrome Frame. Default is the value of is_admin().
  33. $is_chrome = apply_filters( 'use_google_chrome_frame', $is_admin );
  34. 'google'     => '<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M12.02,10.18v3.72v0.01h5.51c-0.26,1.57-1.67,4.22-5.5,4.22c-3.31,0-6.01-2.75-6.01-6.12s2.7-6.12,6.01-6.12 c1.87,0,3.13,0.8,3.85,1.48l2.84-2.76C16.99,2.99,14.73,2,12.03,2c-5.52,0-10,4.48-10,10s4.48,10,10,10c5.77,0,9.6-4.06,9.6-9.77 c0-0.83-0.11-1.42-0.25-2.05H12.02z"></path></svg>',
[bruno sanchiz]