- version 3.6
Check those constraints:
$this->anything()
| <?php | |
| /* | |
| * Outputs a color (#000000) based Text input | |
| * | |
| * @param $text String of text | |
| * @param $min_brightness Integer between 0 and 100 | |
| * @param $spec Integer between 2-10, determines how unique each color will be | |
| */ | |
| function genColorCodeFromText($text,$min_brightness=100,$spec=10) |
| (function($) { | |
| $.fn.oembed = function(url, options, callback) { | |
| options = $.extend(true, $.fn.oembed.defaults, options); | |
| return this.each(function() { | |
| var container = $(this), | |
| resourceURL = (url != null) ? url : container.attr("href"), | |
| provider; |