/* 
 *  Recess Framework Scripts
 *  Site by New Media Campaigns
 */

$(document).ready(function(){

  $.getJSON(
		'http://twitter.com/statuses/user_timeline/RecessFramework.json?count=2&callback=?',
		function(json){
      $('#tweet')
        .empty()
        .append('<p>'
          + json[0].text
          + '</p><p class="meta">Posted '
          + $.timeago(json[0].created_at)
          + ' from '
          + json[0].source
          + '</p>');
		}
	);
	
	// Various input fixes
	nmcFormHelper.init();
	
});


/**
 * nmcFormHelper plugin - v1.0.2
 * Author: Eli Van Zoeren
 * Copyright (c) 2009 New Media Campaigns
 * http://www.newmediacampaigns.com 
 **/
var nmcFormHelper={init:function(){nmcFormHelper.input_classes.init();var b=document.createElement("input");"placeholder"in b||nmcFormHelper.placeholder.init();"autofocus"in b||nmcFormHelper.autofocus.init();nmcFormHelper.validation.init()},input_classes:{init:function(){$(":input").each(function(){$(this).addClass("input-"+$(this).attr("type"))})}},placeholder:{styling:{color:"#aaa"},init:function(){$("[placeholder]").each(nmcFormHelper.placeholder.show).focus(nmcFormHelper.placeholder.hide).blur(nmcFormHelper.placeholder.show);
$("form").submit(function(){$("[placeholder]",this).each(function(){$input=$(this);$input.val()==$input.attr("placeholder")&&$input.val("");return true})})},show:function(){$input=$(this);if($input.val()==""){$input.val($input.attr("placeholder"));$input.css(nmcFormHelper.placeholder.styling)}},hide:function(){$input=$(this);if($input.val()==$input.attr("placeholder")){$input.val("");$input.css("color",null)}}},autofocus:{init:function(){$("[autofocus]").slice(0,1).focus()}},validation:{init:function(){$("form").submit(nmcFormHelper.validation.check)},
check:function(){$form=$(this);$invalidElements=$([]);var b=$("input, textarea",$form);b.removeClass("requiredError patternError");nmcFormHelper.validation.hideErrors(b);$("input[required], textarea[required]",$form).each(function(){var a=$(this);if(a.val()==""||a.val()==a.attr("placeholder")){a.addClass("requiredError");$invalidElements=$invalidElements.add(a)}});$("input[pattern], textarea[pattern]",$form).each(function(){var a=$(this);if(!(new RegExp("^(?:"+a.attr("pattern")+")$")).test(a.val())){a.addClass("patternError");
$invalidElements=$invalidElements.add(a)}});if($invalidElements.length>0){nmcFormHelper.validation.displayErrors($invalidElements);return false}},hideErrors:function(b){b.removeClass("hasError");b.siblings("label.errorMsg").remove()},displayErrors:function(b){b.each(function(){$this=$(this);var a=$this.attr("title")?$this.attr("title"):"There was an error with this field";$this.after('<label for="'+$this.attr("id")+'" class="errorMsg">'+a+"</label>")}).addClass("hasError")}}};

/*
 * timeago: a jQuery plugin, version: 0.8.1 (2010-01-04)
 * @requires jQuery v1.2.3 or later
 *
 * Timeago is a jQuery plugin that makes it easy to support automatically
 * updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
 *
 * For usage and examples, visit:
 * http://timeago.yarp.com/
 *
 * Licensed under the MIT:
 * http://www.opensource.org/licenses/mit-license.php
 *
 * Copyright (c) 2008-2010, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
 */
(function(c){function j(){var a=n(this);isNaN(a.datetime)||c(this).text(f(a.datetime));return this}function n(a){a=c(a);if(a.data("timeago")===undefined){a.data("timeago",{datetime:g.datetime(a)});var b=c.trim(a.text());b.length>0&&a.attr("title",b)}return a.data("timeago")}function f(a){return g.inWords(o(a))}function o(a){return(new Date).getTime()-a.getTime()}function d(a,b){return(c.isFunction(a)?a(b):a).replace(/%d/i,b)}c.timeago=function(a){return a instanceof Date?f(a):typeof a=="string"?f(c.timeago.parse(a)):
f(c.timeago.datetime(a))};var g=c.timeago;c.extend(c.timeago,{settings:{refreshMillis:6E4,allowFuture:false,strings:{prefixAgo:null,prefixFromNow:null,suffixAgo:"ago",suffixFromNow:"from now",ago:null,fromNow:null,seconds:"less than a minute",minute:"about a minute",minutes:"%d minutes",hour:"about an hour",hours:"about %d hours",day:"a day",days:"%d days",month:"about a month",months:"%d months",year:"about a year",years:"%d years"}},inWords:function(a){var b=this.settings.strings,k=b.prefixAgo,
l=b.suffixAgo||b.ago;if(this.settings.allowFuture){if(a<0){k=b.prefixFromNow;l=b.suffixFromNow||b.fromNow}a=Math.abs(a)}a=a/1E3;var h=a/60,i=h/60,e=i/24,m=e/365;b=a<45&&d(b.seconds,Math.round(a))||a<90&&d(b.minute,1)||h<45&&d(b.minutes,Math.round(h))||h<90&&d(b.hour,1)||i<24&&d(b.hours,Math.round(i))||i<48&&d(b.day,1)||e<30&&d(b.days,Math.floor(e))||e<60&&d(b.month,1)||e<365&&d(b.months,Math.floor(e/30))||m<2&&d(b.year,1)||d(b.years,Math.floor(m));return c.trim([k,b,l].join(" "))},parse:function(a){a=
c.trim(a);a=a.replace(/-/,"/").replace(/-/,"/");a=a.replace(/T/," ").replace(/Z/," UTC");a=a.replace(/([\+-]\d\d)\:?(\d\d)/," $1$2");return new Date(a)},datetime:function(a){a=c(a).get(0).tagName.toLowerCase()=="time"?c(a).attr("datetime"):c(a).attr("title");return g.parse(a)}});c.fn.timeago=function(){var a=this;a.each(j);var b=g.settings;b.refreshMillis>0&&setInterval(function(){a.each(j)},b.refreshMillis);return a};document.createElement("abbr");document.createElement("time")})(jQuery);


// Syntax Highlighter
var a,dp={sh:{Toolbar:{},Utils:{},RegexLib:{},Brushes:{},Strings:{AboutDialog:'<html><head><title>About...</title></head><body class="dp-about"><table cellspacing="0"><tr><td class="copy"><p class="title">dp.SyntaxHighlighter</div><div class="para">Version: {V}</p><p><a href="http://www.dreamprojections.com/syntaxhighlighter/?ref=about" target="_blank">http://www.dreamprojections.com/syntaxhighlighter</a></p>&copy;2004-2007 Alex Gorbatchev.</td></tr><tr><td class="footer"><input type="button" class="close" value="OK" onClick="window.close()"/></td></tr></table></body></html>'},
ClipboardSwf:null,Version:"1.5.1"}};dp.SyntaxHighlighter=dp.sh;
dp.sh.Toolbar.Commands={ExpandSource:{label:"+ expand source",check:function(b){return b.collapse},func:function(b,c){b.parentNode.removeChild(b);c.div.className=c.div.className.replace("collapsed","")}},ViewSource:{label:"view plain",func:function(b,c){b=dp.sh.Utils.FixForBlogger(c.originalCode).replace(/</g,"&lt;");c=window.open("","_blank","width=750, height=400, location=0, resizable=1, menubar=0, scrollbars=0");c.document.write('<textarea style="width:99%;height:99%">'+b+"</textarea>");c.document.close()}},
CopyToClipboard:{label:"copy to clipboard",check:function(){return window.clipboardData!=null||dp.sh.ClipboardSwf!=null},func:function(b,c){b=dp.sh.Utils.FixForBlogger(c.originalCode).replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&amp;/g,"&");if(window.clipboardData)window.clipboardData.setData("text",b);else if(dp.sh.ClipboardSwf!=null){var d=c.flashCopier;if(d==null){d=document.createElement("div");c.flashCopier=d;c.div.appendChild(d)}d.innerHTML='<embed src="'+dp.sh.ClipboardSwf+'" FlashVars="clipboard='+
encodeURIComponent(b)+'" width="0" height="0" type="application/x-shockwave-flash"></embed>'}alert("The code is in your clipboard now")}},PrintSource:{label:"print",func:function(b,c){b=document.createElement("IFRAME");var d=null;b.style.cssText="position:absolute;width:0px;height:0px;left:-500px;top:-500px;";document.body.appendChild(b);d=b.contentWindow.document;dp.sh.Utils.CopyStyles(d,window.document);d.write('<div class="'+c.div.className.replace("collapsed","")+' printing">'+c.div.innerHTML+
"</div>");d.close();b.contentWindow.focus();b.contentWindow.print();alert("Printing...");document.body.removeChild(b)}},About:{label:"?",func:function(){var b=window.open("","_blank","dialog,width=300,height=150,scrollbars=0"),c=b.document;dp.sh.Utils.CopyStyles(c,window.document);c.write(dp.sh.Strings.AboutDialog.replace("{V}",dp.sh.Version));c.close();b.focus()}}};
dp.sh.Toolbar.Create=function(b){var c=document.createElement("DIV");c.className="tools";for(var d in dp.sh.Toolbar.Commands){var f=dp.sh.Toolbar.Commands[d];f.check!=null&&!f.check(b)||(c.innerHTML+='<a href="#" onclick="dp.sh.Toolbar.Command(\''+d+"',this);return false;\">"+f.label+"</a>")}return c};dp.sh.Toolbar.Command=function(b,c){for(var d=c;d!=null&&d.className.indexOf("dp-highlighter")==-1;)d=d.parentNode;d!=null&&dp.sh.Toolbar.Commands[b].func(c,d.highlighter)};
dp.sh.Utils.CopyStyles=function(b,c){c=c.getElementsByTagName("link");for(var d=0;d<c.length;d++)c[d].rel.toLowerCase()=="stylesheet"&&b.write('<link type="text/css" rel="stylesheet" href="'+c[d].href+'"></link>')};dp.sh.Utils.FixForBlogger=function(b){return dp.sh.isBloggerMode==true?b.replace(/<br\s*\/?>|&lt;br\s*\/?&gt;/gi,"\n"):b};
dp.sh.RegexLib={MultiLineCComments:new RegExp("/\\*[\\s\\S]*?\\*/","gm"),SingleLineCComments:new RegExp("//.*$","gm"),SingleLinePerlComments:new RegExp("#.*$","gm"),DoubleQuotedString:new RegExp('"(?:\\.|(\\\\\\")|[^\\""\\n])*"',"g"),SingleQuotedString:new RegExp("'(?:\\.|(\\\\\\')|[^\\''\\n])*'","g")};dp.sh.Match=function(b,c,d){this.value=b;this.index=c;this.length=b.length;this.css=d};
dp.sh.Highlighter=function(){this.noGutter=false;this.addControls=true;this.collapse=false;this.tabsToSpaces=true;this.wrapColumn=80;this.showColumns=true};dp.sh.Highlighter.SortCallback=function(b,c){if(b.index<c.index)return-1;else if(b.index>c.index)return 1;else if(b.length<c.length)return-1;else if(b.length>c.length)return 1;return 0};a=dp.sh.Highlighter.prototype;a.CreateElement=function(b){b=document.createElement(b);b.highlighter=this;return b};
a.GetMatches=function(b,c){for(var d=null;(d=b.exec(this.code))!=null;)this.matches[this.matches.length]=new dp.sh.Match(d[0],d.index,c)};
a.AddBit=function(b,c){if(!(b==null||b.length==0)){var d=this.CreateElement("SPAN");b=b.replace(/ /g,"&nbsp;");b=b.replace(/</g,"&lt;");b=b.replace(/\n/gm,"&nbsp;<br>");if(c!=null)if(/br/gi.test(b)){b=b.split("&nbsp;<br>");for(var f=0;f<b.length;f++){d=this.CreateElement("SPAN");d.className=c;d.innerHTML=b[f];this.div.appendChild(d);f+1<b.length&&this.div.appendChild(this.CreateElement("BR"))}}else{d.className=c;d.innerHTML=b;this.div.appendChild(d)}else{d.innerHTML=b;this.div.appendChild(d)}}};
a.IsInside=function(b){if(b==null||b.length==0)return false;for(var c=0;c<this.matches.length;c++){var d=this.matches[c];if(d!=null)if(b.index>d.index&&b.index<d.index+d.length)return true}return false};a.ProcessRegexList=function(){for(var b=0;b<this.regexList.length;b++)this.GetMatches(this.regexList[b].regex,this.regexList[b].css)};
a.ProcessSmartTabs=function(b){function c(h,e,l){var m=h.substr(0,e);h=h.substr(e+1,h.length);e="";for(var i=0;i<l;i++)e+=" ";return m+e+h}function d(h,e){if(h.indexOf(p)==-1)return h;for(var l=0;(l=h.indexOf(p))!=-1;)h=c(h,l,e-l%e);return h}b=b.split("\n");for(var f="",p="\t",q=0;q<b.length;q++)f+=d(b[q],4)+"\n";return f};
a.SwitchToList=function(){var b=this.div.innerHTML.replace(/<(br)\/?>/gi,"\n").split("\n");this.addControls==true&&this.bar.appendChild(dp.sh.Toolbar.Create(this));if(this.showColumns){for(var c=this.CreateElement("div"),d=this.CreateElement("div"),f=1;f<=150;)if(f%10==0){c.innerHTML+=f;f+=(f+"").length}else{c.innerHTML+="&middot;";f++}d.className="columns";d.appendChild(c);this.bar.appendChild(d)}f=0;for(c=this.firstLine;f<b.length-1;f++,c++){d=this.CreateElement("LI");var p=this.CreateElement("SPAN");
d.className=f%2==0?"alt":"";p.innerHTML=b[f]+"&nbsp;";d.appendChild(p);this.ol.appendChild(d)}this.div.innerHTML=""};
a.Highlight=function(b){function c(e){return e.replace(/^\s*(.*?)[\s\n]*$/g,"$1")}function d(e){return e.replace(/\n*$/,"").replace(/^\n*/,"")}function f(e){e=dp.sh.Utils.FixForBlogger(e).split("\n");for(var l=new RegExp("^\\s*","g"),m=1E3,i=0;i<e.length&&m>0;i++)if(c(e[i]).length!=0){var g=l.exec(e[i]);if(g!=null&&g.length>0)m=Math.min(g[0].length,m)}if(m>0)for(i=0;i<e.length;i++)e[i]=e[i].substr(m);return e.join("\n")}function p(e,l,m){return e.substr(l,m-l)}var q=0;if(b==null)b="";this.originalCode=
b;this.code=d(f(b));this.div=this.CreateElement("DIV");this.bar=this.CreateElement("DIV");this.ol=this.CreateElement("OL");this.matches=[];this.div.className="dp-highlighter";this.div.highlighter=this;this.bar.className="bar";this.ol.start=this.firstLine;if(this.CssClass!=null)this.ol.className=this.CssClass;if(this.collapse)this.div.className+=" collapsed";if(this.noGutter)this.div.className+=" nogutter";if(this.tabsToSpaces==true)this.code=this.ProcessSmartTabs(this.code);this.ProcessRegexList();
if(this.matches.length==0)this.AddBit(this.code,null);else{this.matches=this.matches.sort(dp.sh.Highlighter.SortCallback);for(b=0;b<this.matches.length;b++)if(this.IsInside(this.matches[b]))this.matches[b]=null;for(b=0;b<this.matches.length;b++){var h=this.matches[b];if(!(h==null||h.length==0)){this.AddBit(p(this.code,q,h.index),null);this.AddBit(h.value,h.css);q=h.index+h.length}}this.AddBit(this.code.substr(q),null)}this.SwitchToList();this.div.appendChild(this.bar);this.div.appendChild(this.ol)};
a.GetKeywords=function(b){return"\\b"+b.replace(/ /g,"\\b|\\b")+"\\b"};dp.sh.BloggerMode=function(){dp.sh.isBloggerMode=true};
dp.sh.HighlightAll=function(b,c,d,f,p,q){function h(){for(var k=arguments,j=0;j<k.length;j++)if(k[j]!=null){if(typeof k[j]=="string"&&k[j]!="")return k[j]+"";if(typeof k[j]=="object"&&k[j].value!="")return k[j].value+""}return null}function e(k,j){for(var o=0;o<j.length;o++)if(j[o]==k)return true;return false}function l(k,j,o){k=new RegExp("^"+k+"\\[(\\w+)\\]$","gi");for(var s=null,u=0;u<j.length;u++)if((s=k.exec(j[u]))!=null)return s[1];return o}function m(k,j,o){o=document.getElementsByTagName(o);
for(var s=0;s<o.length;s++)o[s].getAttribute("name")==j&&k.push(o[s])}var i=[],g=null,v={};m(i,b,"pre");m(i,b,"textarea");if(i.length!=0){for(var n in dp.sh.Brushes){g=dp.sh.Brushes[n].Aliases;if(g!=null)for(b=0;b<g.length;b++)v[g[b]]=n}for(b=0;b<i.length;b++){n=i[b];var r=h(n.attributes["class"],n.className,n.attributes.language,n.language);g="";if(r!=null){r=r.split(":");g=r[0].toLowerCase();if(v[g]!=null){g=new dp.sh.Brushes[v[g]];n.style.display="none";g.noGutter=c==null?e("nogutter",r):!c;g.addControls=
d==null?!e("nocontrols",r):d;g.collapse=f==null?e("collapse",r):f;g.showColumns=q==null?e("showcolumns",r):q;var w=document.getElementsByTagName("head")[0];if(g.Style&&w){var t=document.createElement("style");t.setAttribute("type","text/css");if(t.styleSheet)t.styleSheet.cssText=g.Style;else{var x=document.createTextNode(g.Style);t.appendChild(x)}w.appendChild(t)}g.firstLine=p==null?parseInt(l("firstline",r,1)):p;g.Highlight(n.innerHTML);g.source=n;n.parentNode.insertBefore(g.div,n)}}}}};
dp.sh.Brushes.Sql=function(){this.regexList=[{regex:new RegExp("--(.*)$","gm"),css:"comment"},{regex:dp.sh.RegexLib.DoubleQuotedString,css:"string"},{regex:dp.sh.RegexLib.SingleQuotedString,css:"string"},{regex:new RegExp(this.GetKeywords("abs avg case cast coalesce convert count current_timestamp current_user day isnull left lower month nullif replace right session_user space substring sum system_user upper user year"),"gmi"),css:"func"},{regex:new RegExp(this.GetKeywords("all and any between cross in join like not null or outer some"),
"gmi"),css:"op"},{regex:new RegExp(this.GetKeywords("absolute action add after alter as asc at authorization begin bigint binary bit by cascade char character check checkpoint close collate column commit committed connect connection constraint contains continue create cube current current_date current_time cursor database date deallocate dec decimal declare default delete desc distinct double drop dynamic else end end-exec escape except exec execute false fetch first float for force foreign forward free from full function global goto grant group grouping having hour ignore index inner insensitive insert instead int integer intersect into is isolation key last level load local max min minute modify move name national nchar next no numeric of off on only open option order out output partial password precision prepare primary prior privileges procedure public read real references relative repeatable restrict return returns revoke rollback rollup rows rule schema scroll second section select sequence serializable set size smallint static statistics table temp temporary then time timestamp to top transaction translation trigger true truncate uncommitted union unique update values varchar varying view when where with work"),
"gmi"),css:"keyword"}];this.CssClass="dp-sql";this.Style=".dp-sql .func { color: #ff1493; }.dp-sql .op { color: #808080; }"};dp.sh.Brushes.Sql.prototype=new dp.sh.Highlighter;dp.sh.Brushes.Sql.Aliases=["sql"];
dp.sh.Brushes.Ruby=function(){this.regexList=[{regex:dp.sh.RegexLib.SingleLinePerlComments,css:"comment"},{regex:dp.sh.RegexLib.DoubleQuotedString,css:"string"},{regex:dp.sh.RegexLib.SingleQuotedString,css:"string"},{regex:new RegExp(":[a-z][A-Za-z0-9_]*","g"),css:"symbol"},{regex:new RegExp("(\\$|@@|@)\\w+","g"),css:"variable"},{regex:new RegExp(this.GetKeywords("alias and BEGIN begin break case class def define_method defined do each else elsif END end ensure false for if in module new next nil not or raise redo rescue retry return self super then throw true undef unless until when while yield"),
"gm"),css:"keyword"},{regex:new RegExp(this.GetKeywords("Array Bignum Binding Class Continuation Dir Exception FalseClass File::Stat File Fixnum Fload Hash Integer IO MatchData Method Module NilClass Numeric Object Proc Range Regexp String Struct::TMS Symbol ThreadGroup Thread Time TrueClass"),"gm"),css:"builtin"}];this.CssClass="dp-rb";this.Style=".dp-rb .symbol { color: #a70; }.dp-rb .variable { color: #a70; font-weight: bold; }"};dp.sh.Brushes.Ruby.prototype=new dp.sh.Highlighter;
dp.sh.Brushes.Ruby.Aliases=["ruby","rails","ror"];
dp.sh.Brushes.Python=function(){this.regexList=[{regex:dp.sh.RegexLib.SingleLinePerlComments,css:"comment"},{regex:new RegExp("^\\s*@\\w+","gm"),css:"decorator"},{regex:new RegExp("(['\"]{3})([^\\1])*?\\1","gm"),css:"comment"},{regex:new RegExp('"(?!")(?:\\.|\\\\\\"|[^\\""\\n\\r])*"',"gm"),css:"string"},{regex:new RegExp("'(?!')*(?:\\.|(\\\\\\')|[^\\''\\n\\r])*'","gm"),css:"string"},{regex:new RegExp("\\b\\d+\\.?\\w*","g"),css:"number"},{regex:new RegExp(this.GetKeywords("and assert break class continue def del elif else except exec finally for from global if import in is lambda not or pass print raise return try yield while"),"gm"),
css:"keyword"},{regex:new RegExp(this.GetKeywords("None True False self cls class_"),"gm"),css:"special"}];this.CssClass="dp-py";this.Style=".dp-py .builtins { color: #ff1493; }.dp-py .magicmethods { color: #808080; }.dp-py .exceptions { color: brown; }.dp-py .types { color: brown; font-style: italic; }.dp-py .commonlibs { color: #8A2BE2; font-style: italic; }"};dp.sh.Brushes.Python.prototype=new dp.sh.Highlighter;dp.sh.Brushes.Python.Aliases=["py","python"];
dp.sh.Brushes.Php=function(){this.regexList=[{regex:dp.sh.RegexLib.SingleLineCComments,css:"comments"},{regex:dp.sh.RegexLib.MultiLineCComments,css:"comments"},{regex:dp.sh.RegexLib.DoubleQuotedString,css:"string"},{regex:dp.sh.RegexLib.SingleQuotedString,css:"string"},{regex:new RegExp("\\$\\w+","g"),css:"vars"},{regex:new RegExp(this.GetKeywords("abs acos acosh addcslashes addslashes array_change_key_case array_chunk array_combine array_count_values array_diff array_diff_assoc array_diff_key array_diff_uassoc array_diff_ukey array_fill array_filter array_flip array_intersect array_intersect_assoc array_intersect_key array_intersect_uassoc array_intersect_ukey array_key_exists array_keys array_map array_merge array_merge_recursive array_multisort array_pad array_pop array_product array_push array_rand array_reduce array_reverse array_search array_shift array_slice array_splice array_sum array_udiff array_udiff_assoc array_udiff_uassoc array_uintersect array_uintersect_assoc array_uintersect_uassoc array_unique array_unshift array_values array_walk array_walk_recursive atan atan2 atanh base64_decode base64_encode base_convert basename bcadd bccomp bcdiv bcmod bcmul bindec bindtextdomain bzclose bzcompress bzdecompress bzerrno bzerror bzerrstr bzflush bzopen bzread bzwrite ceil chdir checkdate checkdnsrr chgrp chmod chop chown chr chroot chunk_split class_exists closedir closelog copy cos cosh count count_chars date decbin dechex decoct deg2rad delete ebcdic2ascii echo empty end ereg ereg_replace eregi eregi_replace error_log error_reporting escapeshellarg escapeshellcmd eval exec exit exp explode extension_loaded feof fflush fgetc fgetcsv fgets fgetss file_exists file_get_contents file_put_contents fileatime filectime filegroup fileinode filemtime fileowner fileperms filesize filetype floatval flock floor flush fmod fnmatch fopen fpassthru fprintf fputcsv fputs fread fscanf fseek fsockopen fstat ftell ftok getallheaders getcwd getdate getenv gethostbyaddr gethostbyname gethostbynamel getimagesize getlastmod getmxrr getmygid getmyinode getmypid getmyuid getopt getprotobyname getprotobynumber getrandmax getrusage getservbyname getservbyport gettext gettimeofday gettype glob gmdate gmmktime ini_alter ini_get ini_get_all ini_restore ini_set interface_exists intval ip2long is_a is_array is_bool is_callable is_dir is_double is_executable is_file is_finite is_float is_infinite is_int is_integer is_link is_long is_nan is_null is_numeric is_object is_readable is_real is_resource is_scalar is_soap_fault is_string is_subclass_of is_uploaded_file is_writable is_writeable mkdir mktime nl2br parse_ini_file parse_str parse_url passthru pathinfo readlink realpath rewind rewinddir rmdir round str_ireplace str_pad str_repeat str_replace str_rot13 str_shuffle str_split str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes stripos stripslashes stristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpbrk strpos strptime strrchr strrev strripos strrpos strspn strstr strtok strtolower strtotime strtoupper strtr strval substr substr_compare"),
"gmi"),css:"func"},{regex:new RegExp(this.GetKeywords("and or xor __FILE__ __LINE__ array as break case cfunction class const continue declare default die do else elseif enddeclare endfor endforeach endif endswitch endwhile extends for foreach function include include_once global if new old_function return static switch use require require_once var while __FUNCTION__ __CLASS__ __METHOD__ abstract interface public implements extends private protected throw"),"gm"),css:"keyword"}];this.CssClass="dp-c"};
dp.sh.Brushes.Php.prototype=new dp.sh.Highlighter;dp.sh.Brushes.Php.Aliases=["php"];
dp.sh.Brushes.JScript=function(){this.regexList=[{regex:dp.sh.RegexLib.SingleLineCComments,css:"comment"},{regex:dp.sh.RegexLib.MultiLineCComments,css:"comment"},{regex:dp.sh.RegexLib.DoubleQuotedString,css:"string"},{regex:dp.sh.RegexLib.SingleQuotedString,css:"string"},{regex:new RegExp("^\\s*#.*","gm"),css:"preprocessor"},{regex:new RegExp(this.GetKeywords("abstract boolean break byte case catch char class const continue debugger default delete do double else enum export extends false final finally float for function goto if implements import in instanceof int interface long native new null package private protected public return short static super switch synchronized this throw throws transient true try typeof var void volatile while with"),"gm"),
css:"keyword"}];this.CssClass="dp-c"};dp.sh.Brushes.JScript.prototype=new dp.sh.Highlighter;dp.sh.Brushes.JScript.Aliases=["js","jscript","javascript"];
dp.sh.Brushes.Java=function(){this.regexList=[{regex:dp.sh.RegexLib.SingleLineCComments,css:"comment"},{regex:dp.sh.RegexLib.MultiLineCComments,css:"comment"},{regex:dp.sh.RegexLib.DoubleQuotedString,css:"string"},{regex:dp.sh.RegexLib.SingleQuotedString,css:"string"},{regex:new RegExp("\\b([\\d]+(\\.[\\d]+)?|0x[a-f0-9]+)\\b","gi"),css:"number"},{regex:new RegExp("(?!\\@interface\\b)\\@[\\$\\w]+\\b","g"),css:"annotation"},{regex:new RegExp("\\@interface\\b","g"),css:"keyword"},{regex:new RegExp(this.GetKeywords("abstract assert boolean break byte case catch char class const continue default do double else enum extends false final finally float for goto if implements import instanceof int interface long native new null package private protected public return short static strictfp super switch synchronized this throw throws true transient try void volatile while"),
"gm"),css:"keyword"}];this.CssClass="dp-j";this.Style=".dp-j .annotation { color: #646464; }.dp-j .number { color: #C00000; }"};dp.sh.Brushes.Java.prototype=new dp.sh.Highlighter;dp.sh.Brushes.Java.Aliases=["java"];