tawork 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/tags CHANGED
@@ -9,7 +9,9 @@ $.fn.tagsinput vendor/assets/javascripts/bootstrap-tagsinput.js /^ };$/;" c
9
9
  $.fn.typeahead.defaults.source vendor/assets/javascripts/bootstrap-typeahead.js /^ $.fn.typeahead.defaults = {$/;" p
10
10
  $.mjs.nestedSortable vendor/assets/javascripts/jquery.mjs.nestedSortable.js /^ }));$/;" c
11
11
  $.mjs.nestedSortable.options vendor/assets/javascripts/jquery.mjs.nestedSortable.js /^ $.mjs.nestedSortable.prototype.options = $.extend({}, $.ui.sortable.prototype.options, $.mjs.nestedSortable.prototype.options);$/;" m
12
+ ActsAsTaggableOnMigration db/migrate/20140314014648_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb /^class ActsAsTaggableOnMigration < ActiveRecord::Migration$/;" c
12
13
  AddCreatorToTicket db/migrate/20131210045348_add_creator_to_ticket.rb /^class AddCreatorToTicket < ActiveRecord::Migration$/;" c
14
+ AddMissingUniqueIndices db/migrate/20140314014649_add_missing_unique_indices.acts_as_taggable_on_engine.rb /^class AddMissingUniqueIndices < ActiveRecord::Migration$/;" c
13
15
  AddNameToUsers db/migrate/20140120030547_add_name_to_users.rb /^class AddNameToUsers < ActiveRecord::Migration$/;" c
14
16
  AddPositionToTicket db/migrate/20131215220825_add_position_to_ticket.rb /^class AddPositionToTicket < ActiveRecord::Migration$/;" c
15
17
  AddUsernameToUsers db/migrate/20131210043014_add_username_to_users.rb /^class AddUsernameToUsers < ActiveRecord::Migration$/;" c
@@ -39,6 +41,7 @@ CreateAssignments db/migrate/20131212073014_create_assignments.rb /^class Create
39
41
  CreateAttachments db/migrate/20140112004346_create_attachments.rb /^class CreateAttachments < ActiveRecord::Migration$/;" c
40
42
  CreateComments db/migrate/20131211034104_create_comments.rb /^class CreateComments < ActiveRecord::Migration$/;" c
41
43
  CreatePages db/migrate/20140109235844_create_pages.rb /^class CreatePages < ActiveRecord::Migration$/;" c
44
+ CreateStarreds db/migrate/20140313052226_create_starreds.rb /^class CreateStarreds < ActiveRecord::Migration$/;" c
42
45
  CreateStoryDetails db/migrate/20131216044331_create_story_details.rb /^class CreateStoryDetails < ActiveRecord::Migration$/;" c
43
46
  CreateTickets db/migrate/20131209041251_create_tickets.rb /^class CreateTickets < ActiveRecord::Migration$/;" c
44
47
  DeviseCreateUsers db/migrate/20131210041050_devise_create_users.rb /^class DeviseCreateUsers < ActiveRecord::Migration$/;" c
@@ -60,6 +63,7 @@ ProjectsController app/controllers/projects_controller.rb /^class ProjectsContro
60
63
  SearchController app/controllers/search_controller.rb /^class SearchController < ApplicationController$/;" c
61
64
  SinkController app/controllers/sink_controller.rb /^class SinkController < ApplicationController$/;" c
62
65
  Space app/models/space.rb /^class Space < Page$/;" c
66
+ Starred app/models/starred.rb /^class Starred < ActiveRecord::Base$/;" c
63
67
  Story app/models/story.rb /^class Story < Ticket$/;" c
64
68
  StoryDetail app/models/story_detail.rb /^class StoryDetail < ActiveRecord::Base$/;" c
65
69
  TagsInput vendor/assets/javascripts/bootstrap-tagsinput.js /^ function TagsInput(element, options) {$/;" c
@@ -79,6 +83,9 @@ Tawork lib/tawork/version.rb /^module Tawork$/;" m
79
83
  Ticket app/models/ticket.rb /^class Ticket < ActiveRecord::Base$/;" c
80
84
  TicketAssignment lib/ticket_assignment.rb /^class TicketAssignment$/;" c
81
85
  TicketsController app/controllers/tickets_controller.rb /^class TicketsController < ApplicationController$/;" c
86
+ Tokenfield vendor/assets/javascripts/bootstrap-tokenfield.js /^ }$/;" c
87
+ Tokenfield.constructor vendor/assets/javascripts/bootstrap-tokenfield.js /^ Tokenfield.prototype = {$/;" p
88
+ Tokenfield.createToken vendor/assets/javascripts/bootstrap-tokenfield.js /^ , createToken: function (attrs, triggerChange) {$/;" m
82
89
  Typeahead vendor/assets/javascripts/bootstrap-typeahead.js /^ }$/;" c
83
90
  Typeahead.constructor vendor/assets/javascripts/bootstrap-typeahead.js /^ Typeahead.prototype = {$/;" p
84
91
  Typeahead.highlighter vendor/assets/javascripts/bootstrap-typeahead.js /^ , highlighter: function (item) {$/;" m
@@ -94,6 +101,7 @@ Wiki app/controllers/wiki/pages_controller.rb /^class Wiki::PagesController < Ap
94
101
  Wiki app/controllers/wiki/spaces_controller.rb /^class Wiki::SpacesController < ApplicationController$/;" c
95
102
  Wiki app/helpers/wiki/pages_helper.rb /^module Wiki::PagesHelper$/;" m
96
103
  Wiki config/initializers/gollum.rb /^ class Wiki$/;" c class:Gollum
104
+ Work app/controllers/work/users_controller.rb /^class Work::UsersController < ApplicationController$/;" c
97
105
  append vendor/assets/javascripts/jquery.autosize.js /^ className: 'autosizejs',$/;" p
98
106
  assign! lib/ticket_assignment.rb /^ def assign!$/;" f class:TicketAssignment
99
107
  assignment app/controllers/tickets_controller.rb /^ def assignment$/;" f class:TicketsController
@@ -101,6 +109,8 @@ assignment_params app/controllers/assignments_controller.rb /^ def assignment_p
101
109
  assignment_users app/models/ticket.rb /^ def assignment_users$/;" f class:Ticket
102
110
  assignment_users_hash app/models/ticket.rb /^ def assignment_users_hash$/;" f class:Ticket
103
111
  attach app/controllers/wiki/pages_controller.rb /^ def attach$/;" f class:Wiki
112
+ attrs.label vendor/assets/javascripts/bootstrap-tokenfield.js /^ attrs = { value: attrs, label: attrs }$/;" p
113
+ attrs.value vendor/assets/javascripts/bootstrap-tokenfield.js /^ attrs = { value: attrs, label: attrs }$/;" p
104
114
  c.addCreateMissingNativeApiListener vendor/assets/javascripts/rangy-core.js /^c.fail=C;c.warn=function(p){p="Rangy warning: "+p;if(c.config.alertOnWarn)window.alert(p);else typeof window.console!="undefined"&&typeof window.console.log!="undefined"&&window.console.log(p)};if({}.hasOwnProperty)c.util.extend=function(p,u){for(var w in u)if(u.hasOwnProperty(w))p[w]=u[w]};else C("hasOwnProperty not supported");var f=[],k=[];c.init=N;c.addInitListener=function(p){c.initialized?p(c):f.push(p)};var r=[];c.addCreateMissingNativeApiListener=function(p){r.push(p)};c.createMissingNativeApi=$/;" f
105
115
  c.addInitListener vendor/assets/javascripts/rangy-core.js /^c.fail=C;c.warn=function(p){p="Rangy warning: "+p;if(c.config.alertOnWarn)window.alert(p);else typeof window.console!="undefined"&&typeof window.console.log!="undefined"&&window.console.log(p)};if({}.hasOwnProperty)c.util.extend=function(p,u){for(var w in u)if(u.hasOwnProperty(w))p[w]=u[w]};else C("hasOwnProperty not supported");var f=[],k=[];c.init=N;c.addInitListener=function(p){c.initialized?p(c):f.push(p)};var r=[];c.addCreateMissingNativeApiListener=function(p){r.push(p)};c.createMissingNativeApi=$/;" f
106
116
  c.createMissingNativeApi vendor/assets/javascripts/rangy-core.js /^c.fail=C;c.warn=function(p){p="Rangy warning: "+p;if(c.config.alertOnWarn)window.alert(p);else typeof window.console!="undefined"&&typeof window.console.log!="undefined"&&window.console.log(p)};if({}.hasOwnProperty)c.util.extend=function(p,u){for(var w in u)if(u.hasOwnProperty(w))p[w]=u[w]};else C("hasOwnProperty not supported");var f=[],k=[];c.init=N;c.addInitListener=function(p){c.initialized?p(c):f.push(p)};var r=[];c.addCreateMissingNativeApiListener=function(p){r.push(p)};c.createMissingNativeApi=$/;" f
@@ -121,6 +131,7 @@ change db/migrate/20131216044331_create_story_details.rb /^ def change$/;" f cl
121
131
  change db/migrate/20140109235844_create_pages.rb /^ def change$/;" f class:CreatePages
122
132
  change db/migrate/20140112004346_create_attachments.rb /^ def change$/;" f class:CreateAttachments
123
133
  change db/migrate/20140120030547_add_name_to_users.rb /^ def change$/;" f class:AddNameToUsers
134
+ change db/migrate/20140313052226_create_starreds.rb /^ def change$/;" f class:CreateStarreds
124
135
  className vendor/assets/javascripts/jquery.autosize.js /^ defaults = {$/;" p
125
136
  cname config/initializers/gollum.rb /^ def self.cname(name)$/;" F class:Gollum.Attachment
126
137
  combined app/controllers/wiki/pages_controller.rb /^ def combined$/;" f class:Wiki
@@ -133,6 +144,7 @@ create app/controllers/projects_controller.rb /^ def create$/;" f class:Project
133
144
  create app/controllers/tickets_controller.rb /^ def create$/;" f class:TicketsController
134
145
  create app/controllers/wiki/pages_controller.rb /^ def create$/;" f class:Wiki
135
146
  create app/controllers/wiki/spaces_controller.rb /^ def create$/;" f class:Wiki
147
+ create app/controllers/work/users_controller.rb /^ def create$/;" f class:Work
136
148
  create_from_uploaded_file app/models/attachment.rb /^ def self.create_from_uploaded_file(file, user, options = {})$/;" F class:Attachment
137
149
  defaultOptions.confirmKeys vendor/assets/javascripts/bootstrap-tagsinput.js /^ maxTags: undefined,$/;" p
138
150
  defaultOptions.freeInput vendor/assets/javascripts/bootstrap-tagsinput.js /^ },$/;" p
@@ -145,6 +157,8 @@ destroy app/controllers/attachments_controller.rb /^ def destroy$/;" f class:At
145
157
  display_name app/models/user.rb /^ def display_name$/;" f class:User
146
158
  doGetCaretPosition vendor/assets/javascripts/bootstrap-tagsinput.js /^ function doGetCaretPosition(oField) {$/;" f
147
159
  down db/migrate/20131218060557_create_activities.rb /^ def self.down$/;" F class:CreateActivities
160
+ down db/migrate/20140314014648_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb /^ def self.down$/;" F class:ActsAsTaggableOnMigration
161
+ down db/migrate/20140314014649_add_missing_unique_indices.acts_as_taggable_on_engine.rb /^ def self.down$/;" F class:AddMissingUniqueIndices
148
162
  file_data app/models/attachment.rb /^ def file_data$/;" f class:Attachment
149
163
  filtered_type_class app/models/ticket.rb /^ def self.filtered_type_class(type)$/;" F class:Ticket
150
164
  find_for_open_id app/models/user.rb /^ def self.find_for_open_id(access_token, signed_in_resource = nil)$/;" F class:User
@@ -162,7 +176,9 @@ function.h vendor/assets/javascripts/highlight.pack.js /^var hljs=new function()
162
176
  function.h.a vendor/assets/javascripts/highlight.pack.js /^var hljs=new function(){function l(o){return o.replace(\/&\/gm,"&amp;").replace(\/<\/gm,"&lt;").replace(\/>\/gm,"&gt;")}function b(p){for(var o=p.firstChild;o;o=o.nextSibling){if(o.nodeName.toUpperCase()=="CODE"){return o}if(!(o.nodeType==3&&o.nodeValue.match(\/\\s+\/))){break}}}function h(p,o){return Array.prototype.map.call(p.childNodes,function(q){if(q.nodeType==3){return o?q.nodeValue.replace(\/\\n\/g,""):q.nodeValue}if(q.nodeName.toUpperCase()=="BR"){return"\\n"}return h(q,o)}).join("")}function a(q){var p=(q.className+" "+(q.parentNode?q.parentNode.className:"")).split(\/\\s+\/);p=p.map(function(r){return r.replace(\/^language-\/,"")});for(var o=0;o<p.length;o++){if(e[p[o]]||p[o]=="no-highlight"){return p[o]}}}function c(q){var o=[];(function p(r,s){for(var t=r.firstChild;t;t=t.nextSibling){if(t.nodeType==3){s+=t.nodeValue.length}else{if(t.nodeName.toUpperCase()=="BR"){s+=1}else{if(t.nodeType==1){o.push({event:"start",offset:s,node:t});s=p(t,s);o.push({event:"stop",offset:s,node:t})}}}}return s})(q,0);return o}function j(p,r,v){var q=0;var y="";var s=[];function u(){if(!p.length||!r.length){return p.length?p:r}if(p[0].offset!=r[0].offset){return(p[0].offset<r[0].offset)?p:r}return r[0].event=="start"?p:r}function t(A){function z(B){return" "+B.nodeName+'="'+l(B.value)+'"'}y+="<"+A.nodeName.toLowerCase()+Array.prototype.map.call(A.attributes,z).join("")+">"}function x(z){y+="<\/"+z.nodeName.toLowerCase()+">"}function o(z){(z.event=="start"?t:x)(z.node)}while(p.length||r.length){var w=u();y+=l(v.substr(q,w[0].offset-q));q=w[0].offset;if(w==p){s.reverse().forEach(x);do{o(w.splice(0,1)[0]);w=u()}while(w==p&&w.length&&w[0].offset==q);s.reverse().forEach(t)}else{if(w[0].event=="start"){s.push(w[0].node)}else{s.pop()}o(w.splice(0,1)[0])}}return y+l(v.substr(q))}function f(r){function o(s){return(s&&s.source)||s}function p(t,s){return RegExp(o(t),"m"+(r.cI?"i":"")+(s?"g":""))}function q(z,x){if(z.compiled){return}z.compiled=true;var u=[];if(z.k){var s={};function A(B,t){if(r.cI){t=t.toLowerCase()}t.split(" ").forEach(function(C){var D=C.split("|");s[D[0]]=[B,D[1]?Number(D[1]):1];u.push(D[0])})}z.lR=p(z.l||"\\\\b"+hljs.IR+"\\\\b(?!\\\\.)",true);if(typeof z.k=="string"){A("keyword",z.k)}else{for(var y in z.k){if(!z.k.hasOwnProperty(y)){continue}A(y,z.k[y])}}z.k=s}if(x){if(z.bWK){z.b="\\\\b("+u.join("|")+")\\\\b(?!\\\\.)\\\\s*"}z.bR=p(z.b?z.b:"\\\\B|\\\\b");if(!z.e&&!z.eW){z.e="\\\\B|\\\\b"}if(z.e){z.eR=p(z.e)}z.tE=o(z.e)||"";if(z.eW&&x.tE){z.tE+=(z.e?"|":"")+x.tE}}if(z.i){z.iR=p(z.i)}if(z.r===undefined){z.r=1}if(!z.c){z.c=[]}for(var w=0;w<z.c.length;w++){if(z.c[w]=="self"){z.c[w]=z}q(z.c[w],z)}if(z.starts){q(z.starts,x)}var v=[];for(var w=0;w<z.c.length;w++){v.push(o(z.c[w].b))}if(z.tE){v.push(o(z.tE))}if(z.i){v.push(o(z.i))}z.t=v.length?p(v.join("|"),true):{exec:function(t){return null}}}q(r)}function d(E,G,C,M){function o(r,P){for(var O=0;O<P.c.length;O++){var N=P.c[O].bR.exec(r);if(N&&N.index==0){return P.c[O]}}}function s(N,r){if(N.e&&N.eR.test(r)){return N}if(N.eW){return s(N.parent,r)}}function t(r,N){return !C&&N.i&&N.iR.test(r)}function y(O,r){var N=H.cI?r[0].toLowerCase():r[0];return O.k.hasOwnProperty(N)&&O.k[N]}function I(){var N=l(w);if(!B.k){return N}var r="";var Q=0;B.lR.lastIndex=0;var O=B.lR.exec(N);while(O){r+=N.substr(Q,O.index-Q);var P=y(B,O);if(P){v+=P[1];r+='<span class="'+P[0]+'">'+O[0]+"<\/span>"}else{r+=O[0]}Q=B.lR.lastIndex;O=B.lR.exec(N)}return r+N.substr(Q)}function z(){if(B.sL&&!e[B.sL]){return l(w)}var N=B.subLanguageMode=="continuous"?B.top:undefined;var r=B.sL?d(B.sL,w,true,N):g(w);if(B.r>0){v+=r.keyword_count;A+=r.r}B.top=r.top;return'<span class="'+r.language+'">'+r.value+"<\/span>"}function L(){return B.sL!==undefined?z():I()}function K(O,r){var N=O.cN?'<span class="'+O.cN+'">':"";if(O.rB){x+=N;w=""}else{if(O.eB){x+=l(r)+N;w=""}else{x+=N;w=r}}B=Object.create(O,{parent:{value:B}})}function D(N,r){w+=N;if(r===undefined){x+=L();return 0}var P=o(r,B);if(P){x+=L();K(P,r);return P.rB?0:r.length}var Q=s(B,r);if(Q){var O=B;if(!(O.rE||O.eE)){w+=r}x+=L();do{if(B.cN){x+="<\/span>"}A+=B.r;B=B.parent}while(B!=Q.parent);if(O.eE){x+=l(r)}w="";if(Q.starts){K(Q.starts,"")}return O.rE?0:r.length}if(t(r,B)){throw new Error('Illegal lexem "'+r+'" for mode "'+(B.cN||"<unnamed>")+'"')}w+=r;return r.length||1}var H=e[E];if(!H){throw new Error('Unknown language: "'+E+'"')}f(H);var B=M||H;var x="";for(var F=B;F!=H;F=F.parent){if(F.cN){x='<span class="'+F.cN+'">'+x}}var w="";var A=0;var v=0;try{var u,q,p=0;while(true){B.t.lastIndex=p;u=B.t.exec(G);if(!u){break}q=D(G.substr(p,u.index-p),u[0]);p=u.index+q}D(G.substr(p));for(var F=B;F.parent;F=F.parent){if(F.cN){x+="<\/span>"}}return{r:A,keyword_count:v,value:x,language:E,top:B}}catch(J){if(J.message.indexOf("Illegal")!=-1){return{r:0,keyword_count:0,value:l(G)}}else{throw J}}}function g(s){var o={keyword_count:0,r:0,value:l(s)};var q=o;for(var p in e){if(!e.hasOwnProperty(p)){continue}var r=d(p,s,false);r.language=p;if(r.keyword_count+r.r>q.keyword_count+q.r){q=r}if(r.keyword_count+r.r>o.keyword_count+o.r){q=o;o=r}}if(q.language){o.second_best=q}return o}function i(q,p,o){if(p){q=q.replace(\/^((<[^>]+>|\\t)+)\/gm,function(r,v,u,t){return v.replace(\/\\t\/g,p)})}if(o){q=q.replace(\/\\n\/g,"<br>")}return q}function m(r,u,p){var v=h(r,p);var t=a(r);if(t=="no-highlight"){return}var w=t?d(t,v,true):g(v);t=w.language;var o=c(r);if(o.length){var q=document.createElementNS("http:\/\/www.w3.org\/1999\/xhtml","pre");q.innerHTML=w.value;w.value=j(o,c(q),v)}w.value=i(w.value,u,p);var s=r.className;if(!s.match("(\\\\s|^)(language-)?"+t+"(\\\\s|$)")){s=s?(s+" "+t):t}r.innerHTML=w.value;r.className=s;r.result={language:t,kw:w.keyword_count,re:w.r};if(w.second_best){r.second_best={language:w.second_best.language,kw:w.second_best.keyword_count,re:w.second_best.r}}}function n(){if(n.called){return}n.called=true;Array.prototype.map.call(document.getElementsByTagNameNS("http:\/\/www.w3.org\/1999\/xhtml","pre"),b).filter(Boolean).forEach(function(o){m(o,hljs.tabReplace)})}function k(){window.addEventListener("DOMContentLoaded",n,false);window.addEventListener("load",n,false)}var e={};this.LANGUAGES=e;this.highlight=d;this.highlightAuto=g;this.fixMarkup=i;this.highlightBlock=m;this.initHighlighting=n;this.initHighlightingOnLoad=k;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\\\b\\\\d+(\\\\.\\\\d+)?";this.CNR="(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)";this.BNR="\\\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|\\\\.|-|-=|\/|\/=|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\\\?|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~";this.BE={b:"\\\\\\\\[\\\\s\\\\S]",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\\\n",c:[this.BE],r:0};this.QSM={cN:"string",b:'"',e:'"',i:"\\\\n",c:[this.BE],r:0};this.CLCM={cN:"comment",b:"\/\/",e:"$"};this.CBLCLM={cN:"comment",b:"\/\\\\*",e:"\\\\*\/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.REGEXP_MODE={cN:"regexp",b:\/\\\/\/,e:\/\\\/[gim]*\/,i:\/\\n\/,c:[this.BE,{b:\/\\[\/,e:\/\\]\/,r:0,c:[this.BE]}]};this.inherit=function(q,r){var o={};for(var p in q){o[p]=q[p]}if(r){for(var p in r){o[p]=r[p]}}return o}}();hljs.LANGUAGES.bash=function(a){var c={cN:"variable",b:\/\\$[\\w\\d#@][\\w\\d_]*\/};var b={cN:"variable",b:\/\\$\\{(.*?)\\}\/};var e={cN:"string",b:\/"\/,e:\/"\/,c:[a.BE,c,b,{cN:"variable",b:\/\\$\\(\/,e:\/\\)\/,c:a.BE}],r:0};var d={cN:"string",b:\/'\/,e:\/'\/,r:0};return{l:\/-?[a-z]+\/,k:{keyword:"if then else elif fi for break continue while in do done exit return set declare case esac export exec",literal:"true false",built_in:"printf echo read cd pwd pushd popd dirs let eval unset typeset readonly getopts source shopt caller type hash bind help sudo",operator:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"shebang",b:\/^#![^\\n]+sh\\s*$\/,r:10},{cN:"function",b:\/\\w[\\w\\d_]*\\s*\\(\\s*\\)\\s*\\{\/,rB:true,c:[{cN:"title",b:\/\\w[\\w\\d_]*\/}],r:0},a.HCM,a.NM,e,d,c,b]}}(hljs);hljs.LANGUAGES.cs=function(a){return{k:"abstract as base bool break byte case catch char checked class const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long namespace new null object operator out override params private protected public readonly ref return sbyte sealed short sizeof stackalloc static string struct switch this throw true try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async await ascending descending from get group into join let orderby partial select set value var where yield",c:[{cN:"comment",b:"\/\/\/",e:"$",rB:true,c:[{cN:"xmlDocTag",b:"\/\/\/|<!--|-->"},{cN:"xmlDocTag",b:"<\/?",e:">"}]},a.CLCM,a.CBLCLM,{cN:"preprocessor",b:"#",e:"$",k:"if else elif endif define undef warning error line region endregion pragma checksum"},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},a.ASM,a.QSM,a.CNM]}}(hljs);hljs.LANGUAGES.ruby=function(e){var a="[a-zA-Z_][a-zA-Z0-9_]*(\\\\!|\\\\?)?";var j="[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-\/+%^&*~`|]|\\\\[\\\\]=?";var g={keyword:"and false then defined module in return redo if BEGIN retry end for true self when next until do begin unless END rescue nil else break undef not super class case require yield alias while ensure elsif or include"};var c={cN:"yardoctag",b:"@[A-Za-z]+"};var k=[{cN:"comment",b:"#",e:"$",c:[c]},{cN:"comment",b:"^\\\\=begin",e:"^\\\\=end",c:[c],r:10},{cN:"comment",b:"^__END__",e:"\\\\n$"}];var d={cN:"subst",b:"#\\\\{",e:"}",l:a,k:g};var i=[e.BE,d];var b=[{cN:"string",b:"'",e:"'",c:i,r:0},{cN:"string",b:'"',e:'"',c:i,r:0},{cN:"string",b:"%[qw]?\\\\(",e:"\\\\)",c:i},{cN:"string",b:"%[qw]?\\\\[",e:"\\\\]",c:i},{cN:"string",b:"%[qw]?{",e:"}",c:i},{cN:"string",b:"%[qw]?<",e:">",c:i,r:10},{cN:"string",b:"%[qw]?\/",e:"\/",c:i,r:10},{cN:"string",b:"%[qw]?%",e:"%",c:i,r:10},{cN:"string",b:"%[qw]?-",e:"-",c:i,r:10},{cN:"string",b:"%[qw]?\\\\|",e:"\\\\|",c:i,r:10},{cN:"string",b:\/\\B\\?(\\\\\\d{1,3}|\\\\x[A-Fa-f0-9]{1,2}|\\\\u[A-Fa-f0-9]{4}|\\\\?\\S)\\b\/}];var h={cN:"function",bWK:true,e:" |$|;",k:"def",c:[{cN:"title",b:j,l:a,k:g},{cN:"params",b:"\\\\(",e:"\\\\)",l:a,k:g}].concat(k)};var f=k.concat(b.concat([{cN:"class",bWK:true,e:"$|;",k:"class module",c:[{cN:"title",b:"[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?",r:0},{cN:"inheritance",b:"<\\\\s*",c:[{cN:"parent",b:"("+e.IR+"::)?"+e.IR}]}].concat(k)},h,{cN:"constant",b:"(::)?(\\\\b[A-Z]\\\\w*(::)?)+",r:0},{cN:"symbol",b:":",c:b.concat([{b:j}]),r:0},{cN:"symbol",b:a+":",r:0},{cN:"number",b:"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b",r:0},{cN:"variable",b:"(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))"},{b:"("+e.RSR+")\\\\s*",c:k.concat([{cN:"regexp",b:"\/",e:"\/[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r{",e:"}[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r\\\\(",e:"\\\\)[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r!",e:"![a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r\\\\[",e:"\\\\][a-z]*",i:"\\\\n",c:[e.BE,d]}]),r:0}]));d.c=f;h.c[1].c=f;return{l:a,k:g,c:f}}(hljs);hljs.LANGUAGES.diff=function(a){return{c:[{cN:"chunk",b:"^\\\\@\\\\@ +\\\\-\\\\d+,\\\\d+ +\\\\+\\\\d+,\\\\d+ +\\\\@\\\\@$",r:10},{cN:"chunk",b:"^\\\\*\\\\*\\\\* +\\\\d+,\\\\d+ +\\\\*\\\\*\\\\*\\\\*$",r:10},{cN:"chunk",b:"^\\\\-\\\\-\\\\- +\\\\d+,\\\\d+ +\\\\-\\\\-\\\\-\\\\-$",r:10},{cN:"header",b:"Index: ",e:"$"},{cN:"header",b:"=====",e:"=====$"},{cN:"header",b:"^\\\\-\\\\-\\\\-",e:"$"},{cN:"header",b:"^\\\\*{3} ",e:"$"},{cN:"header",b:"^\\\\+\\\\+\\\\+",e:"$"},{cN:"header",b:"\\\\*{5}",e:"\\\\*{5}$"},{cN:"addition",b:"^\\\\+",e:"$"},{cN:"deletion",b:"^\\\\-",e:"$"},{cN:"change",b:"^\\\\!",e:"$"}]}}(hljs);hljs.LANGUAGES.haml=function(a){return{cI:true,c:[{cN:"doctype",b:"^!!!( (5|1\\\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\\\b.*))?$",r:10},{cN:"comment",b:"^\\\\s*(-#|\/).*$",r:0},{b:"^\\\\s*-(?!#)",starts:{e:"\\\\n",sL:"ruby"},r:0},{cN:"tag",b:"^\\\\s*%",c:[{cN:"title",b:"\\\\w+",r:0},{cN:"value",b:"[#\\\\.]\\\\w+",r:0},{b:"{\\\\s*",e:"\\\\s*}",eE:true,c:[{b:":\\\\w+\\\\s*=>",e:",\\\\s+",rB:true,eW:true,r:0,c:[{cN:"symbol",b:":\\\\w+",r:0},{cN:"string",b:'"',e:'"',r:0},{cN:"string",b:"'",e:"'",r:0},{b:"\\\\w+",r:0}]},],r:0},{b:"\\\\(\\\\s*",e:"\\\\s*\\\\)",eE:true,c:[{b:"\\\\w+\\\\s*=",e:"\\\\s+",rB:true,eW:true,r:0,c:[{cN:"attribute",b:"\\\\w+",r:0},{cN:"string",b:'"',e:'"',r:0},{cN:"string",b:"'",e:"'",r:0},{b:"\\\\w+",r:0}]},],r:0}],r:10},{cN:"bullet",b:"^\\\\s*[=~]\\\\s*",r:0},{b:"#{",starts:{e:"}",sL:"ruby"},r:0}]}}(hljs);hljs.LANGUAGES.javascript=function(a){return{k:{keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const",literal:"true false null undefined NaN Infinity"},c:[a.ASM,a.QSM,a.CLCM,a.CBLCLM,a.CNM,{b:"("+a.RSR+"|\\\\b(case|return|throw)\\\\b)\\\\s*",k:"return throw case",c:[a.CLCM,a.CBLCLM,a.REGEXP_MODE,{b:\/<\/,e:\/>;\/,sL:"xml"}],r:0},{cN:"function",bWK:true,e:\/{\/,k:"function",c:[{cN:"title",b:\/[A-Za-z$_][0-9A-Za-z$_]*\/},{cN:"params",b:\/\\(\/,e:\/\\)\/,c:[a.CLCM,a.CBLCLM],i:\/["'\\(]\/}],i:\/\\[|%\/}]}}(hljs);hljs.LANGUAGES.xml=function(a){var c="[A-Za-z0-9\\\\._:-]+";var b={eW:true,r:0,c:[{cN:"attribute",b:c,r:0},{b:'="',rB:true,e:'"',c:[{cN:"value",b:'"',eW:true}]},{b:"='",rB:true,e:"'",c:[{cN:"value",b:"'",eW:true}]},{b:"=",c:[{cN:"value",b:"[^\\\\s\/>]+"}]}]};return{cI:true,c:[{cN:"pi",b:"<\\\\?",e:"\\\\?>",r:10},{cN:"doctype",b:"<!DOCTYPE",e:">",r:10,c:[{b:"\\\\[",e:"\\\\]"}]},{cN:"comment",b:"<!--",e:"-->",r:10},{cN:"cdata",b:"<\\\\!\\\\[CDATA\\\\[",e:"\\\\]\\\\]>",r:10},{cN:"tag",b:"<style(?=\\\\s|>|$)",e:">",k:{title:"style"},c:[b],starts:{e:"<\/style>",rE:true,sL:"css"}},{cN:"tag",b:"<script(?=\\\\s|>|$)",e:">",k:{title:"script"},c:[b],starts:{e:"<\\\/script>",rE:true,sL:"javascript"}},{b:"<%",e:"%>",sL:"vbscript"},{cN:"tag",b:"<\/?",e:"\/?>",r:0,c:[{cN:"title",b:"[^ \/><]+"},b]}]}}(hljs);hljs.LANGUAGES.markdown=function(a){return{c:[{cN:"header",b:"^#{1,3}",e:"$"},{cN:"header",b:"^.+?\\\\n[=-]{2,}$"},{b:"<",e:">",sL:"xml",r:0},{cN:"bullet",b:"^([*+-]|(\\\\d+\\\\.))\\\\s+"},{cN:"strong",b:"[*_]{2}.+?[*_]{2}"},{cN:"emphasis",b:"\\\\*.+?\\\\*"},{cN:"emphasis",b:"_.+?_",r:0},{cN:"blockquote",b:"^>\\\\s+",e:"$"},{cN:"code",b:"`.+?`"},{cN:"code",b:"^ ",e:"$",r:0},{cN:"horizontal_rule",b:"^-{3,}",e:"$"},{b:"\\\\[.+?\\\\]\\\\(.+?\\\\)",rB:true,c:[{cN:"link_label",b:"\\\\[.+\\\\]"},{cN:"link_url",b:"\\\\(",e:"\\\\)",eB:true,eE:true}]}]}}(hljs);hljs.LANGUAGES.css=function(a){var b="[a-zA-Z-][a-zA-Z0-9_-]*";var c={cN:"function",b:b+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]};return{cI:true,i:"[=\/|']",c:[a.CBLCLM,{cN:"id",b:"\\\\#[A-Za-z0-9_-]+"},{cN:"class",b:"\\\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\\\[",e:"\\\\]",i:"$"},{cN:"pseudo",b:":(:)?[a-zA-Z0-9\\\\_\\\\-\\\\+\\\\(\\\\)\\\\\\"\\\\']+"},{cN:"at_rule",b:"@(font-face|page)",l:"[a-z-]+",k:"font-face page"},{cN:"at_rule",b:"@",e:"[{;]",c:[{cN:"keyword",b:\/\\S+\/},{b:\/\\s\/,eW:true,eE:true,r:0,c:[c,a.ASM,a.QSM,a.NM]}]},{cN:"tag",b:b,r:0},{cN:"rules",b:"{",e:"}",i:"[^\\\\s]",r:0,c:[a.CBLCLM,{cN:"rule",b:"[^\\\\s]",rB:true,e:";",eW:true,c:[{cN:"attribute",b:"[A-Z\\\\_\\\\.\\\\-]+",e:":",eE:true,i:"[^\\\\s]",starts:{cN:"value",eW:true,eE:true,c:[c,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"hexcolor",b:"#[0-9A-Fa-f]+"},{cN:"important",b:"!important"}]}}]}]}]}}(hljs);hljs.LANGUAGES.http=function(a){return{i:"\\\\S",c:[{cN:"status",b:"^HTTP\/[0-9\\\\.]+",e:"$",c:[{cN:"number",b:"\\\\b\\\\d{3}\\\\b"}]},{cN:"request",b:"^[A-Z]+ (.*?) HTTP\/[0-9\\\\.]+$",rB:true,e:"$",c:[{cN:"string",b:" ",e:" ",eB:true,eE:true}]},{cN:"attribute",b:"^\\\\w",e:": ",eE:true,i:"\\\\n|\\\\s|=",starts:{cN:"string",e:"$"}},{b:"\\\\n\\\\n",starts:{sL:"",eW:true}}]}}(hljs);hljs.LANGUAGES.java=function(a){return{k:"false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws",c:[{cN:"javadoc",b:"\/\\\\*\\\\*",e:"\\\\*\/",c:[{cN:"javadoctag",b:"(^|\\\\s)@[A-Za-z]+"}],r:10},a.CLCM,a.CBLCLM,a.ASM,a.QSM,{cN:"class",bWK:true,e:"{",k:"class interface",eE:true,i:":",c:[{bWK:true,k:"extends implements",r:10},{cN:"title",b:a.UIR}]},a.CNM,{cN:"annotation",b:"@[A-Za-z]+"}]}}(hljs);hljs.LANGUAGES.php=function(a){var e={cN:"variable",b:"\\\\$+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*"};var b=[a.inherit(a.ASM,{i:null}),a.inherit(a.QSM,{i:null}),{cN:"string",b:'b"',e:'"',c:[a.BE]},{cN:"string",b:"b'",e:"'",c:[a.BE]}];var c=[a.BNM,a.CNM];var d={cN:"title",b:a.UIR};return{cI:true,l:a.UIR,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return implements parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try this switch continue endfor endif declare unset true false namespace trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",c:[a.CLCM,a.HCM,{cN:"comment",b:"\/\\\\*",e:"\\\\*\/",c:[{cN:"phpdoc",b:"\\\\s@[A-Za-z]+"}]},{cN:"comment",b:"__halt_compiler.+?;",eW:true,k:"__halt_compiler",l:a.UIR},{cN:"string",b:"<<<['\\"]?\\\\w+['\\"]?$",e:"^\\\\w+;",c:[a.BE]},{cN:"preprocessor",b:"<\\\\?php",r:10},{cN:"preprocessor",b:"\\\\?>"},e,{cN:"function",bWK:true,e:"{",k:"function",i:"\\\\$|\\\\[|%",c:[d,{cN:"params",b:"\\\\(",e:"\\\\)",c:["self",e,a.CBLCLM].concat(b).concat(c)}]},{cN:"class",bWK:true,e:"{",k:"class",i:"[:\\\\(\\\\$]",c:[{bWK:true,eW:true,k:"extends",c:[d]},d]},{b:"=>"}].concat(b).concat(c)}}(hljs);hljs.LANGUAGES.python=function(a){var f={cN:"prompt",b:\/^(>>>|\\.\\.\\.) \/};var c=[{cN:"string",b:\/(u|b)?r?'''\/,e:\/'''\/,c:[f],r:10},{cN:"string",b:\/(u|b)?r?"""\/,e:\/"""\/,c:[f],r:10},{cN:"string",b:\/(u|r|ur)'\/,e:\/'\/,c:[a.BE],r:10},{cN:"string",b:\/(u|r|ur)"\/,e:\/"\/,c:[a.BE],r:10},{cN:"string",b:\/(b|br)'\/,e:\/'\/,c:[a.BE]},{cN:"string",b:\/(b|br)"\/,e:\/"\/,c:[a.BE]}].concat([a.ASM,a.QSM]);var e={cN:"title",b:a.UIR};var d={cN:"params",b:\/\\(\/,e:\/\\)\/,c:["self",a.CNM,f].concat(c)};var b={bWK:true,e:\/:\/,i:\/[${=;\\n]\/,c:[e,d],r:10};return{k:{keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},i:\/(<\\\/|->|\\?)\/,c:c.concat([f,a.HCM,a.inherit(b,{cN:"function",k:"def"}),a.inherit(b,{cN:"class",k:"class"}),a.CNM,{cN:"decorator",b:\/@\/,e:\/$\/},{b:\/\\b(print|exec)\\(\/}])}}(hljs);hljs.LANGUAGES.sql=function(a){return{cI:true,c:[{cN:"operator",b:"(begin|end|start|commit|rollback|savepoint|lock|alter|create|drop|rename|call|delete|do|handler|insert|load|replace|select|truncate|update|set|show|pragma|grant)\\\\b(?!:)",e:";",eW:true,k:{keyword:"all partial global month current_timestamp using go revoke smallint indicator end-exec disconnect zone with character assertion to add current_user usage input local alter match collate real then rollback get read timestamp session_user not integer bit unique day minute desc insert execute like ilike|2 level decimal drop continue isolation found where constraints domain right national some module transaction relative second connect escape close system_user for deferred section cast current sqlstate allocate intersect deallocate numeric public preserve full goto initially asc no key output collation group by union session both last language constraint column of space foreign deferrable prior connection unknown action commit view or first into float year primary cascaded except restrict set references names table outer open select size are rows from prepare distinct leading create only next inner authorization schema corresponding option declare precision immediate else timezone_minute external varying translation true case exception join hour default double scroll value cursor descriptor values dec fetch procedure delete and false int is describe char as at in varchar null trailing any absolute current_time end grant privileges when cross check write current_date pad begin temporary exec time update catalog user sql date on identity timezone_hour natural whenever interval work order cascade diagnostics nchar having left call do handler load replace truncate start lock show pragma exists number trigger if before after each row",aggregate:"count sum min max avg"},c:[{cN:"string",b:"'",e:"'",c:[a.BE,{b:"''"}],r:0},{cN:"string",b:'"',e:'"',c:[a.BE,{b:'""'}],r:0},{cN:"string",b:"`",e:"`",c:[a.BE]},a.CNM]},a.CBLCLM,{cN:"comment",b:"--",e:"$"}]}}(hljs);hljs.LANGUAGES.ini=function(a){return{cI:true,i:"[^\\\\s]",c:[{cN:"comment",b:";",e:"$"},{cN:"title",b:"^\\\\[",e:"\\\\]"},{cN:"setting",b:"^[a-z0-9\\\\[\\\\]_-]+[ \\\\t]*=[ \\\\t]*",e:"$",c:[{cN:"value",eW:true,k:"on off true false yes no",c:[a.QSM,a.NM],r:0}]}]}}(hljs);hljs.LANGUAGES.perl=function(e){var a="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when";var d={cN:"subst",b:"[$@]\\\\{",e:"\\\\}",k:a,r:10};var b={cN:"variable",b:"\\\\$\\\\d"};var i={cN:"variable",b:"[\\\\$\\\\%\\\\@\\\\*](\\\\^\\\\w\\\\b|#\\\\w+(\\\\:\\\\:\\\\w+)*|[^\\\\s\\\\w{]|{\\\\w+}|\\\\w+(\\\\:\\\\:\\\\w*)*)"};var f=[e.BE,d,b,i];var h={b:"->",c:[{b:e.IR},{b:"{",e:"}"}]};var g={cN:"comment",b:"^(__END__|__DATA__)",e:"\\\\n$",r:5};var c=[b,i,e.HCM,g,{cN:"comment",b:"^\\\\=\\\\w",e:"\\\\=cut",eW:true},h,{cN:"string",b:"q[qwxr]?\\\\s*\\\\(",e:"\\\\)",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\[",e:"\\\\]",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\{",e:"\\\\}",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\|",e:"\\\\|",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\<",e:"\\\\>",c:f,r:5},{cN:"string",b:"qw\\\\s+q",e:"q",c:f,r:5},{cN:"string",b:"'",e:"'",c:[e.BE],r:0},{cN:"string",b:'"',e:'"',c:f,r:0},{cN:"string",b:"`",e:"`",c:[e.BE]},{cN:"string",b:"{\\\\w+}",r:0},{cN:"string",b:"-?\\\\w+\\\\s*\\\\=\\\\>",r:0},{cN:"number",b:"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b",r:0},{b:"("+e.RSR+"|\\\\b(split|return|print|reverse|grep)\\\\b)\\\\s*",k:"split return print reverse grep",r:0,c:[e.HCM,g,{cN:"regexp",b:"(s|tr|y)\/(\\\\\\\\.|[^\/])*\/(\\\\\\\\.|[^\/])*\/[a-z]*",r:10},{cN:"regexp",b:"(m|qr)?\/",e:"\/[a-z]*",c:[e.BE],r:0}]},{cN:"sub",bWK:true,e:"(\\\\s*\\\\(.*?\\\\))?[;{]",k:"sub",r:5},{cN:"operator",b:"-\\\\w\\\\b",r:0}];d.c=c;h.c[1].c=c;return{k:a,c:c}}(hljs);hljs.LANGUAGES.objectivec=function(a){var b={keyword:"int float while private char catch export sizeof typedef const struct for union unsigned long volatile static protected bool mutable if public do return goto void enum else break extern asm case short default double throw register explicit signed typename try this switch continue wchar_t inline readonly assign property self synchronized end synthesize id optional required nonatomic super unichar finally dynamic IBOutlet IBAction selector strong weak readonly",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"NSString NSDictionary CGRect CGPoint UIButton UILabel UITextView UIWebView MKMapView UISegmentedControl NSObject UITableViewDelegate UITableViewDataSource NSThread UIActivityIndicator UITabbar UIToolBar UIBarButtonItem UIImageView NSAutoreleasePool UITableView BOOL NSInteger CGFloat NSException NSLog NSMutableString NSMutableArray NSMutableDictionary NSURL NSIndexPath CGSize UITableViewCell UIView UIViewController UINavigationBar UINavigationController UITabBarController UIPopoverController UIPopoverControllerDelegate UIImage NSNumber UISearchBar NSFetchedResultsController NSFetchedResultsChangeType UIScrollView UIScrollViewDelegate UIEdgeInsets UIColor UIFont UIApplication NSNotFound NSNotificationCenter NSNotification UILocalNotification NSBundle NSFileManager NSTimeInterval NSDate NSCalendar NSUserDefaults UIWindow NSRange NSArray NSError NSURLRequest NSURLConnection UIInterfaceOrientation MPMoviePlayerController dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"};return{k:b,i:"<\/",c:[a.CLCM,a.CBLCLM,a.CNM,a.QSM,{cN:"string",b:"'",e:"[^\\\\\\\\]'",i:"[^\\\\\\\\][^']"},{cN:"preprocessor",b:"#import",e:"$",c:[{cN:"title",b:'"',e:'"'},{cN:"title",b:"<",e:">"}]},{cN:"preprocessor",b:"#",e:"$"},{cN:"class",bWK:true,e:"({|$)",k:"interface class protocol implementation",c:[{cN:"id",b:a.UIR}]},{cN:"variable",b:"\\\\."+a.UIR,r:0}]}}(hljs);hljs.LANGUAGES.coffeescript=function(c){var b={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",reserved:"case default function var void with const let enum export import native __hasProp __extends __slice __bind __indexOf",built_in:"npm require console print module exports global window document"};var a="[A-Za-z$_][0-9A-Za-z$_]*";var f={cN:"title",b:a};var e={cN:"subst",b:"#\\\\{",e:"}",k:b,};var d=[c.BNM,c.inherit(c.CNM,{starts:{e:"(\\\\s*\/)?",r:0}}),{cN:"string",b:"'''",e:"'''",c:[c.BE]},{cN:"string",b:"'",e:"'",c:[c.BE],r:0},{cN:"string",b:'"""',e:'"""',c:[c.BE,e]},{cN:"string",b:'"',e:'"',c:[c.BE,e],r:0},{cN:"regexp",b:"\/\/\/",e:"\/\/\/",c:[c.HCM]},{cN:"regexp",b:"\/\/[gim]*",r:0},{cN:"regexp",b:"\/\\\\S(\\\\\\\\.|[^\\\\n])*?\/[gim]*(?=\\\\s|\\\\W|$)"},{cN:"property",b:"@"+a},{b:"`",e:"`",eB:true,eE:true,sL:"javascript"}];e.c=d;return{k:b,c:d.concat([{cN:"comment",b:"###",e:"###"},c.HCM,{cN:"function",b:"("+a+"\\\\s*=\\\\s*)?(\\\\(.*\\\\))?\\\\s*[-=]>",e:"[-=]>",rB:true,c:[f,{cN:"params",b:"\\\\(",rB:true,c:[{b:\/\\(\/,e:\/\\)\/,k:b,c:["self"].concat(d)}]}]},{cN:"class",bWK:true,k:"class",e:"$",i:"[:\\\\[\\\\]]",c:[{bWK:true,k:"extends",eW:true,i:":",c:[f]},f]},{cN:"attribute",b:a+":",e:":",rB:true,eE:true}])}}(hljs);hljs.LANGUAGES.nginx=function(b){var c=[{cN:"variable",b:"\\\\$\\\\d+"},{cN:"variable",b:"\\\\${",e:"}"},{cN:"variable",b:"[\\\\$\\\\@]"+b.UIR}];var a={eW:true,l:"[a-z\/_]+",k:{built_in:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll \/dev\/poll"},r:0,i:"=>",c:[b.HCM,{cN:"string",b:'"',e:'"',c:[b.BE].concat(c),r:0},{cN:"string",b:"'",e:"'",c:[b.BE].concat(c),r:0},{cN:"url",b:"([a-z]+):\/",e:"\\\\s",eW:true,eE:true},{cN:"regexp",b:"\\\\s\\\\^",e:"\\\\s|{|;",rE:true,c:[b.BE].concat(c)},{cN:"regexp",b:"~\\\\*?\\\\s+",e:"\\\\s|{|;",rE:true,c:[b.BE].concat(c)},{cN:"regexp",b:"\\\\*(\\\\.[a-z\\\\-]+)+",c:[b.BE].concat(c)},{cN:"regexp",b:"([a-z\\\\-]+\\\\.)+\\\\*",c:[b.BE].concat(c)},{cN:"number",b:"\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b"},{cN:"number",b:"\\\\b\\\\d+[kKmMgGdshdwy]*\\\\b",r:0}].concat(c)};return{c:[b.HCM,{b:b.UIR+"\\\\s",e:";|{",rB:true,c:[{cN:"title",b:b.UIR,starts:a}],r:0}],i:"[^\\\\s\\\\}]"}}(hljs);hljs.LANGUAGES.json=function(a){var e={literal:"true false null"};var d=[a.QSM,a.CNM];var c={cN:"value",e:",",eW:true,eE:true,c:d,k:e};var b={b:"{",e:"}",c:[{cN:"attribute",b:'\\\\s*"',e:'"\\\\s*:\\\\s*',eB:true,eE:true,c:[a.BE],i:"\\\\n",starts:c}],i:"\\\\S"};var f={b:"\\\\[",e:"\\\\]",c:[a.inherit(c,{cN:null})],i:"\\\\S"};d.splice(d.length,0,b,f);return{c:d,k:e,i:"\\\\S"}}(hljs);hljs.LANGUAGES.apache=function(a){var b={cN:"number",b:"[\\\\$%]\\\\d+"};return{cI:true,c:[a.HCM,{cN:"tag",b:"<\/?",e:">"},{cN:"keyword",b:\/\\w+\/,r:0,k:{common:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{e:\/$\/,r:0,k:{literal:"on off all"},c:[{cN:"sqbracket",b:"\\\\s\\\\[",e:"\\\\]$"},{cN:"cbracket",b:"[\\\\$%]\\\\{",e:"\\\\}",c:["self",b]},b,a.QSM]}}],i:\/\\S\/}}(hljs);hljs.LANGUAGES.scss=function(a){var c="[a-zA-Z-][a-zA-Z0-9_-]*";var d={cN:"function",b:c+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]};var b={cN:"hexcolor",b:"#[0-9A-Fa-f]+"};var e={cN:"attribute",b:"[A-Z\\\\_\\\\.\\\\-]+",e:":",eE:true,i:"[^\\\\s]",starts:{cN:"value",eW:true,eE:true,c:[d,b,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"important",b:"!important"}]}};return{cI:true,i:"[=\/|']",c:[a.CLCM,a.CBLCLM,{cN:"function",b:c+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]},{cN:"id",b:"\\\\#[A-Za-z0-9_-]+",r:0},{cN:"class",b:"\\\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\\\[",e:"\\\\]",i:"$"},{cN:"tag",b:"\\\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\\\b",r:0},{cN:"pseudo",b:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{cN:"pseudo",b:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},{cN:"attribute",b:"\\\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\\\b",i:"[^\\\\s]"},{cN:"value",b:"\\\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\\\b"},{cN:"value",b:":",e:";",c:[b,a.NM,a.QSM,a.ASM,{cN:"important",b:"!important"}]},{cN:"at_rule",b:"@",e:"[{;]",k:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",c:[d,a.QSM,a.ASM,b,a.NM,{cN:"preprocessor",b:"\\\\s[A-Za-z0-9_.-]+",r:0}]}]}}(hljs);hljs.LANGUAGES.cpp=function(a){var b={keyword:"false int float while private char catch export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long throw volatile static protected bool template mutable if public friend do return goto auto void enum else break new extern using true class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue wchar_t inline delete alignof char16_t char32_t constexpr decltype noexcept nullptr static_assert thread_local restrict _Bool complex",built_in:"std string cin cout cerr clog stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr"};return{k:b,i:"<\/",c:[a.CLCM,a.CBLCLM,a.QSM,{cN:"string",b:"'\\\\\\\\?.",e:"'",i:"."},{cN:"number",b:"\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)(u|U|l|L|ul|UL|f|F)"},a.CNM,{cN:"preprocessor",b:"#",e:"$",c:[{b:"<",e:">",i:"\\\\n"},a.CLCM]},{cN:"stl_container",b:"\\\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\\\s*<",e:">",k:b,r:10,c:["self"]}]}}(hljs);hljs.LANGUAGES.makefile=function(a){var b={cN:"variable",b:\/\\$\\(\/,e:\/\\)\/,c:a.BE};return{c:[a.HCM,{b:\/^\\w+\\s*\\W*=\/,rB:true,r:0,starts:{cN:"constant",e:\/\\s*\\W*=\/,eE:true,starts:{e:\/$\/,r:0,c:[b],}}},{cN:"title",b:\/^[\\w]+:\\s*$\/},{cN:"phony",b:\/^\\.PHONY:\/,e:\/$\/,k:".PHONY",l:\/[\\.\\w]+\/},{b:\/^\\t+\/,e:\/$\/,c:[a.QSM,b]}]}}(hljs);/;" f
163
177
  function.h.c vendor/assets/javascripts/highlight.pack.js /^var hljs=new function(){function l(o){return o.replace(\/&\/gm,"&amp;").replace(\/<\/gm,"&lt;").replace(\/>\/gm,"&gt;")}function b(p){for(var o=p.firstChild;o;o=o.nextSibling){if(o.nodeName.toUpperCase()=="CODE"){return o}if(!(o.nodeType==3&&o.nodeValue.match(\/\\s+\/))){break}}}function h(p,o){return Array.prototype.map.call(p.childNodes,function(q){if(q.nodeType==3){return o?q.nodeValue.replace(\/\\n\/g,""):q.nodeValue}if(q.nodeName.toUpperCase()=="BR"){return"\\n"}return h(q,o)}).join("")}function a(q){var p=(q.className+" "+(q.parentNode?q.parentNode.className:"")).split(\/\\s+\/);p=p.map(function(r){return r.replace(\/^language-\/,"")});for(var o=0;o<p.length;o++){if(e[p[o]]||p[o]=="no-highlight"){return p[o]}}}function c(q){var o=[];(function p(r,s){for(var t=r.firstChild;t;t=t.nextSibling){if(t.nodeType==3){s+=t.nodeValue.length}else{if(t.nodeName.toUpperCase()=="BR"){s+=1}else{if(t.nodeType==1){o.push({event:"start",offset:s,node:t});s=p(t,s);o.push({event:"stop",offset:s,node:t})}}}}return s})(q,0);return o}function j(p,r,v){var q=0;var y="";var s=[];function u(){if(!p.length||!r.length){return p.length?p:r}if(p[0].offset!=r[0].offset){return(p[0].offset<r[0].offset)?p:r}return r[0].event=="start"?p:r}function t(A){function z(B){return" "+B.nodeName+'="'+l(B.value)+'"'}y+="<"+A.nodeName.toLowerCase()+Array.prototype.map.call(A.attributes,z).join("")+">"}function x(z){y+="<\/"+z.nodeName.toLowerCase()+">"}function o(z){(z.event=="start"?t:x)(z.node)}while(p.length||r.length){var w=u();y+=l(v.substr(q,w[0].offset-q));q=w[0].offset;if(w==p){s.reverse().forEach(x);do{o(w.splice(0,1)[0]);w=u()}while(w==p&&w.length&&w[0].offset==q);s.reverse().forEach(t)}else{if(w[0].event=="start"){s.push(w[0].node)}else{s.pop()}o(w.splice(0,1)[0])}}return y+l(v.substr(q))}function f(r){function o(s){return(s&&s.source)||s}function p(t,s){return RegExp(o(t),"m"+(r.cI?"i":"")+(s?"g":""))}function q(z,x){if(z.compiled){return}z.compiled=true;var u=[];if(z.k){var s={};function A(B,t){if(r.cI){t=t.toLowerCase()}t.split(" ").forEach(function(C){var D=C.split("|");s[D[0]]=[B,D[1]?Number(D[1]):1];u.push(D[0])})}z.lR=p(z.l||"\\\\b"+hljs.IR+"\\\\b(?!\\\\.)",true);if(typeof z.k=="string"){A("keyword",z.k)}else{for(var y in z.k){if(!z.k.hasOwnProperty(y)){continue}A(y,z.k[y])}}z.k=s}if(x){if(z.bWK){z.b="\\\\b("+u.join("|")+")\\\\b(?!\\\\.)\\\\s*"}z.bR=p(z.b?z.b:"\\\\B|\\\\b");if(!z.e&&!z.eW){z.e="\\\\B|\\\\b"}if(z.e){z.eR=p(z.e)}z.tE=o(z.e)||"";if(z.eW&&x.tE){z.tE+=(z.e?"|":"")+x.tE}}if(z.i){z.iR=p(z.i)}if(z.r===undefined){z.r=1}if(!z.c){z.c=[]}for(var w=0;w<z.c.length;w++){if(z.c[w]=="self"){z.c[w]=z}q(z.c[w],z)}if(z.starts){q(z.starts,x)}var v=[];for(var w=0;w<z.c.length;w++){v.push(o(z.c[w].b))}if(z.tE){v.push(o(z.tE))}if(z.i){v.push(o(z.i))}z.t=v.length?p(v.join("|"),true):{exec:function(t){return null}}}q(r)}function d(E,G,C,M){function o(r,P){for(var O=0;O<P.c.length;O++){var N=P.c[O].bR.exec(r);if(N&&N.index==0){return P.c[O]}}}function s(N,r){if(N.e&&N.eR.test(r)){return N}if(N.eW){return s(N.parent,r)}}function t(r,N){return !C&&N.i&&N.iR.test(r)}function y(O,r){var N=H.cI?r[0].toLowerCase():r[0];return O.k.hasOwnProperty(N)&&O.k[N]}function I(){var N=l(w);if(!B.k){return N}var r="";var Q=0;B.lR.lastIndex=0;var O=B.lR.exec(N);while(O){r+=N.substr(Q,O.index-Q);var P=y(B,O);if(P){v+=P[1];r+='<span class="'+P[0]+'">'+O[0]+"<\/span>"}else{r+=O[0]}Q=B.lR.lastIndex;O=B.lR.exec(N)}return r+N.substr(Q)}function z(){if(B.sL&&!e[B.sL]){return l(w)}var N=B.subLanguageMode=="continuous"?B.top:undefined;var r=B.sL?d(B.sL,w,true,N):g(w);if(B.r>0){v+=r.keyword_count;A+=r.r}B.top=r.top;return'<span class="'+r.language+'">'+r.value+"<\/span>"}function L(){return B.sL!==undefined?z():I()}function K(O,r){var N=O.cN?'<span class="'+O.cN+'">':"";if(O.rB){x+=N;w=""}else{if(O.eB){x+=l(r)+N;w=""}else{x+=N;w=r}}B=Object.create(O,{parent:{value:B}})}function D(N,r){w+=N;if(r===undefined){x+=L();return 0}var P=o(r,B);if(P){x+=L();K(P,r);return P.rB?0:r.length}var Q=s(B,r);if(Q){var O=B;if(!(O.rE||O.eE)){w+=r}x+=L();do{if(B.cN){x+="<\/span>"}A+=B.r;B=B.parent}while(B!=Q.parent);if(O.eE){x+=l(r)}w="";if(Q.starts){K(Q.starts,"")}return O.rE?0:r.length}if(t(r,B)){throw new Error('Illegal lexem "'+r+'" for mode "'+(B.cN||"<unnamed>")+'"')}w+=r;return r.length||1}var H=e[E];if(!H){throw new Error('Unknown language: "'+E+'"')}f(H);var B=M||H;var x="";for(var F=B;F!=H;F=F.parent){if(F.cN){x='<span class="'+F.cN+'">'+x}}var w="";var A=0;var v=0;try{var u,q,p=0;while(true){B.t.lastIndex=p;u=B.t.exec(G);if(!u){break}q=D(G.substr(p,u.index-p),u[0]);p=u.index+q}D(G.substr(p));for(var F=B;F.parent;F=F.parent){if(F.cN){x+="<\/span>"}}return{r:A,keyword_count:v,value:x,language:E,top:B}}catch(J){if(J.message.indexOf("Illegal")!=-1){return{r:0,keyword_count:0,value:l(G)}}else{throw J}}}function g(s){var o={keyword_count:0,r:0,value:l(s)};var q=o;for(var p in e){if(!e.hasOwnProperty(p)){continue}var r=d(p,s,false);r.language=p;if(r.keyword_count+r.r>q.keyword_count+q.r){q=r}if(r.keyword_count+r.r>o.keyword_count+o.r){q=o;o=r}}if(q.language){o.second_best=q}return o}function i(q,p,o){if(p){q=q.replace(\/^((<[^>]+>|\\t)+)\/gm,function(r,v,u,t){return v.replace(\/\\t\/g,p)})}if(o){q=q.replace(\/\\n\/g,"<br>")}return q}function m(r,u,p){var v=h(r,p);var t=a(r);if(t=="no-highlight"){return}var w=t?d(t,v,true):g(v);t=w.language;var o=c(r);if(o.length){var q=document.createElementNS("http:\/\/www.w3.org\/1999\/xhtml","pre");q.innerHTML=w.value;w.value=j(o,c(q),v)}w.value=i(w.value,u,p);var s=r.className;if(!s.match("(\\\\s|^)(language-)?"+t+"(\\\\s|$)")){s=s?(s+" "+t):t}r.innerHTML=w.value;r.className=s;r.result={language:t,kw:w.keyword_count,re:w.r};if(w.second_best){r.second_best={language:w.second_best.language,kw:w.second_best.keyword_count,re:w.second_best.r}}}function n(){if(n.called){return}n.called=true;Array.prototype.map.call(document.getElementsByTagNameNS("http:\/\/www.w3.org\/1999\/xhtml","pre"),b).filter(Boolean).forEach(function(o){m(o,hljs.tabReplace)})}function k(){window.addEventListener("DOMContentLoaded",n,false);window.addEventListener("load",n,false)}var e={};this.LANGUAGES=e;this.highlight=d;this.highlightAuto=g;this.fixMarkup=i;this.highlightBlock=m;this.initHighlighting=n;this.initHighlightingOnLoad=k;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\\\b\\\\d+(\\\\.\\\\d+)?";this.CNR="(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)";this.BNR="\\\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|\\\\.|-|-=|\/|\/=|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\\\?|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~";this.BE={b:"\\\\\\\\[\\\\s\\\\S]",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\\\n",c:[this.BE],r:0};this.QSM={cN:"string",b:'"',e:'"',i:"\\\\n",c:[this.BE],r:0};this.CLCM={cN:"comment",b:"\/\/",e:"$"};this.CBLCLM={cN:"comment",b:"\/\\\\*",e:"\\\\*\/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.REGEXP_MODE={cN:"regexp",b:\/\\\/\/,e:\/\\\/[gim]*\/,i:\/\\n\/,c:[this.BE,{b:\/\\[\/,e:\/\\]\/,r:0,c:[this.BE]}]};this.inherit=function(q,r){var o={};for(var p in q){o[p]=q[p]}if(r){for(var p in r){o[p]=r[p]}}return o}}();hljs.LANGUAGES.bash=function(a){var c={cN:"variable",b:\/\\$[\\w\\d#@][\\w\\d_]*\/};var b={cN:"variable",b:\/\\$\\{(.*?)\\}\/};var e={cN:"string",b:\/"\/,e:\/"\/,c:[a.BE,c,b,{cN:"variable",b:\/\\$\\(\/,e:\/\\)\/,c:a.BE}],r:0};var d={cN:"string",b:\/'\/,e:\/'\/,r:0};return{l:\/-?[a-z]+\/,k:{keyword:"if then else elif fi for break continue while in do done exit return set declare case esac export exec",literal:"true false",built_in:"printf echo read cd pwd pushd popd dirs let eval unset typeset readonly getopts source shopt caller type hash bind help sudo",operator:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"shebang",b:\/^#![^\\n]+sh\\s*$\/,r:10},{cN:"function",b:\/\\w[\\w\\d_]*\\s*\\(\\s*\\)\\s*\\{\/,rB:true,c:[{cN:"title",b:\/\\w[\\w\\d_]*\/}],r:0},a.HCM,a.NM,e,d,c,b]}}(hljs);hljs.LANGUAGES.cs=function(a){return{k:"abstract as base bool break byte case catch char checked class const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long namespace new null object operator out override params private protected public readonly ref return sbyte sealed short sizeof stackalloc static string struct switch this throw true try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async await ascending descending from get group into join let orderby partial select set value var where yield",c:[{cN:"comment",b:"\/\/\/",e:"$",rB:true,c:[{cN:"xmlDocTag",b:"\/\/\/|<!--|-->"},{cN:"xmlDocTag",b:"<\/?",e:">"}]},a.CLCM,a.CBLCLM,{cN:"preprocessor",b:"#",e:"$",k:"if else elif endif define undef warning error line region endregion pragma checksum"},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},a.ASM,a.QSM,a.CNM]}}(hljs);hljs.LANGUAGES.ruby=function(e){var a="[a-zA-Z_][a-zA-Z0-9_]*(\\\\!|\\\\?)?";var j="[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-\/+%^&*~`|]|\\\\[\\\\]=?";var g={keyword:"and false then defined module in return redo if BEGIN retry end for true self when next until do begin unless END rescue nil else break undef not super class case require yield alias while ensure elsif or include"};var c={cN:"yardoctag",b:"@[A-Za-z]+"};var k=[{cN:"comment",b:"#",e:"$",c:[c]},{cN:"comment",b:"^\\\\=begin",e:"^\\\\=end",c:[c],r:10},{cN:"comment",b:"^__END__",e:"\\\\n$"}];var d={cN:"subst",b:"#\\\\{",e:"}",l:a,k:g};var i=[e.BE,d];var b=[{cN:"string",b:"'",e:"'",c:i,r:0},{cN:"string",b:'"',e:'"',c:i,r:0},{cN:"string",b:"%[qw]?\\\\(",e:"\\\\)",c:i},{cN:"string",b:"%[qw]?\\\\[",e:"\\\\]",c:i},{cN:"string",b:"%[qw]?{",e:"}",c:i},{cN:"string",b:"%[qw]?<",e:">",c:i,r:10},{cN:"string",b:"%[qw]?\/",e:"\/",c:i,r:10},{cN:"string",b:"%[qw]?%",e:"%",c:i,r:10},{cN:"string",b:"%[qw]?-",e:"-",c:i,r:10},{cN:"string",b:"%[qw]?\\\\|",e:"\\\\|",c:i,r:10},{cN:"string",b:\/\\B\\?(\\\\\\d{1,3}|\\\\x[A-Fa-f0-9]{1,2}|\\\\u[A-Fa-f0-9]{4}|\\\\?\\S)\\b\/}];var h={cN:"function",bWK:true,e:" |$|;",k:"def",c:[{cN:"title",b:j,l:a,k:g},{cN:"params",b:"\\\\(",e:"\\\\)",l:a,k:g}].concat(k)};var f=k.concat(b.concat([{cN:"class",bWK:true,e:"$|;",k:"class module",c:[{cN:"title",b:"[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?",r:0},{cN:"inheritance",b:"<\\\\s*",c:[{cN:"parent",b:"("+e.IR+"::)?"+e.IR}]}].concat(k)},h,{cN:"constant",b:"(::)?(\\\\b[A-Z]\\\\w*(::)?)+",r:0},{cN:"symbol",b:":",c:b.concat([{b:j}]),r:0},{cN:"symbol",b:a+":",r:0},{cN:"number",b:"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b",r:0},{cN:"variable",b:"(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))"},{b:"("+e.RSR+")\\\\s*",c:k.concat([{cN:"regexp",b:"\/",e:"\/[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r{",e:"}[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r\\\\(",e:"\\\\)[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r!",e:"![a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r\\\\[",e:"\\\\][a-z]*",i:"\\\\n",c:[e.BE,d]}]),r:0}]));d.c=f;h.c[1].c=f;return{l:a,k:g,c:f}}(hljs);hljs.LANGUAGES.diff=function(a){return{c:[{cN:"chunk",b:"^\\\\@\\\\@ +\\\\-\\\\d+,\\\\d+ +\\\\+\\\\d+,\\\\d+ +\\\\@\\\\@$",r:10},{cN:"chunk",b:"^\\\\*\\\\*\\\\* +\\\\d+,\\\\d+ +\\\\*\\\\*\\\\*\\\\*$",r:10},{cN:"chunk",b:"^\\\\-\\\\-\\\\- +\\\\d+,\\\\d+ +\\\\-\\\\-\\\\-\\\\-$",r:10},{cN:"header",b:"Index: ",e:"$"},{cN:"header",b:"=====",e:"=====$"},{cN:"header",b:"^\\\\-\\\\-\\\\-",e:"$"},{cN:"header",b:"^\\\\*{3} ",e:"$"},{cN:"header",b:"^\\\\+\\\\+\\\\+",e:"$"},{cN:"header",b:"\\\\*{5}",e:"\\\\*{5}$"},{cN:"addition",b:"^\\\\+",e:"$"},{cN:"deletion",b:"^\\\\-",e:"$"},{cN:"change",b:"^\\\\!",e:"$"}]}}(hljs);hljs.LANGUAGES.haml=function(a){return{cI:true,c:[{cN:"doctype",b:"^!!!( (5|1\\\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\\\b.*))?$",r:10},{cN:"comment",b:"^\\\\s*(-#|\/).*$",r:0},{b:"^\\\\s*-(?!#)",starts:{e:"\\\\n",sL:"ruby"},r:0},{cN:"tag",b:"^\\\\s*%",c:[{cN:"title",b:"\\\\w+",r:0},{cN:"value",b:"[#\\\\.]\\\\w+",r:0},{b:"{\\\\s*",e:"\\\\s*}",eE:true,c:[{b:":\\\\w+\\\\s*=>",e:",\\\\s+",rB:true,eW:true,r:0,c:[{cN:"symbol",b:":\\\\w+",r:0},{cN:"string",b:'"',e:'"',r:0},{cN:"string",b:"'",e:"'",r:0},{b:"\\\\w+",r:0}]},],r:0},{b:"\\\\(\\\\s*",e:"\\\\s*\\\\)",eE:true,c:[{b:"\\\\w+\\\\s*=",e:"\\\\s+",rB:true,eW:true,r:0,c:[{cN:"attribute",b:"\\\\w+",r:0},{cN:"string",b:'"',e:'"',r:0},{cN:"string",b:"'",e:"'",r:0},{b:"\\\\w+",r:0}]},],r:0}],r:10},{cN:"bullet",b:"^\\\\s*[=~]\\\\s*",r:0},{b:"#{",starts:{e:"}",sL:"ruby"},r:0}]}}(hljs);hljs.LANGUAGES.javascript=function(a){return{k:{keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const",literal:"true false null undefined NaN Infinity"},c:[a.ASM,a.QSM,a.CLCM,a.CBLCLM,a.CNM,{b:"("+a.RSR+"|\\\\b(case|return|throw)\\\\b)\\\\s*",k:"return throw case",c:[a.CLCM,a.CBLCLM,a.REGEXP_MODE,{b:\/<\/,e:\/>;\/,sL:"xml"}],r:0},{cN:"function",bWK:true,e:\/{\/,k:"function",c:[{cN:"title",b:\/[A-Za-z$_][0-9A-Za-z$_]*\/},{cN:"params",b:\/\\(\/,e:\/\\)\/,c:[a.CLCM,a.CBLCLM],i:\/["'\\(]\/}],i:\/\\[|%\/}]}}(hljs);hljs.LANGUAGES.xml=function(a){var c="[A-Za-z0-9\\\\._:-]+";var b={eW:true,r:0,c:[{cN:"attribute",b:c,r:0},{b:'="',rB:true,e:'"',c:[{cN:"value",b:'"',eW:true}]},{b:"='",rB:true,e:"'",c:[{cN:"value",b:"'",eW:true}]},{b:"=",c:[{cN:"value",b:"[^\\\\s\/>]+"}]}]};return{cI:true,c:[{cN:"pi",b:"<\\\\?",e:"\\\\?>",r:10},{cN:"doctype",b:"<!DOCTYPE",e:">",r:10,c:[{b:"\\\\[",e:"\\\\]"}]},{cN:"comment",b:"<!--",e:"-->",r:10},{cN:"cdata",b:"<\\\\!\\\\[CDATA\\\\[",e:"\\\\]\\\\]>",r:10},{cN:"tag",b:"<style(?=\\\\s|>|$)",e:">",k:{title:"style"},c:[b],starts:{e:"<\/style>",rE:true,sL:"css"}},{cN:"tag",b:"<script(?=\\\\s|>|$)",e:">",k:{title:"script"},c:[b],starts:{e:"<\\\/script>",rE:true,sL:"javascript"}},{b:"<%",e:"%>",sL:"vbscript"},{cN:"tag",b:"<\/?",e:"\/?>",r:0,c:[{cN:"title",b:"[^ \/><]+"},b]}]}}(hljs);hljs.LANGUAGES.markdown=function(a){return{c:[{cN:"header",b:"^#{1,3}",e:"$"},{cN:"header",b:"^.+?\\\\n[=-]{2,}$"},{b:"<",e:">",sL:"xml",r:0},{cN:"bullet",b:"^([*+-]|(\\\\d+\\\\.))\\\\s+"},{cN:"strong",b:"[*_]{2}.+?[*_]{2}"},{cN:"emphasis",b:"\\\\*.+?\\\\*"},{cN:"emphasis",b:"_.+?_",r:0},{cN:"blockquote",b:"^>\\\\s+",e:"$"},{cN:"code",b:"`.+?`"},{cN:"code",b:"^ ",e:"$",r:0},{cN:"horizontal_rule",b:"^-{3,}",e:"$"},{b:"\\\\[.+?\\\\]\\\\(.+?\\\\)",rB:true,c:[{cN:"link_label",b:"\\\\[.+\\\\]"},{cN:"link_url",b:"\\\\(",e:"\\\\)",eB:true,eE:true}]}]}}(hljs);hljs.LANGUAGES.css=function(a){var b="[a-zA-Z-][a-zA-Z0-9_-]*";var c={cN:"function",b:b+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]};return{cI:true,i:"[=\/|']",c:[a.CBLCLM,{cN:"id",b:"\\\\#[A-Za-z0-9_-]+"},{cN:"class",b:"\\\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\\\[",e:"\\\\]",i:"$"},{cN:"pseudo",b:":(:)?[a-zA-Z0-9\\\\_\\\\-\\\\+\\\\(\\\\)\\\\\\"\\\\']+"},{cN:"at_rule",b:"@(font-face|page)",l:"[a-z-]+",k:"font-face page"},{cN:"at_rule",b:"@",e:"[{;]",c:[{cN:"keyword",b:\/\\S+\/},{b:\/\\s\/,eW:true,eE:true,r:0,c:[c,a.ASM,a.QSM,a.NM]}]},{cN:"tag",b:b,r:0},{cN:"rules",b:"{",e:"}",i:"[^\\\\s]",r:0,c:[a.CBLCLM,{cN:"rule",b:"[^\\\\s]",rB:true,e:";",eW:true,c:[{cN:"attribute",b:"[A-Z\\\\_\\\\.\\\\-]+",e:":",eE:true,i:"[^\\\\s]",starts:{cN:"value",eW:true,eE:true,c:[c,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"hexcolor",b:"#[0-9A-Fa-f]+"},{cN:"important",b:"!important"}]}}]}]}]}}(hljs);hljs.LANGUAGES.http=function(a){return{i:"\\\\S",c:[{cN:"status",b:"^HTTP\/[0-9\\\\.]+",e:"$",c:[{cN:"number",b:"\\\\b\\\\d{3}\\\\b"}]},{cN:"request",b:"^[A-Z]+ (.*?) HTTP\/[0-9\\\\.]+$",rB:true,e:"$",c:[{cN:"string",b:" ",e:" ",eB:true,eE:true}]},{cN:"attribute",b:"^\\\\w",e:": ",eE:true,i:"\\\\n|\\\\s|=",starts:{cN:"string",e:"$"}},{b:"\\\\n\\\\n",starts:{sL:"",eW:true}}]}}(hljs);hljs.LANGUAGES.java=function(a){return{k:"false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws",c:[{cN:"javadoc",b:"\/\\\\*\\\\*",e:"\\\\*\/",c:[{cN:"javadoctag",b:"(^|\\\\s)@[A-Za-z]+"}],r:10},a.CLCM,a.CBLCLM,a.ASM,a.QSM,{cN:"class",bWK:true,e:"{",k:"class interface",eE:true,i:":",c:[{bWK:true,k:"extends implements",r:10},{cN:"title",b:a.UIR}]},a.CNM,{cN:"annotation",b:"@[A-Za-z]+"}]}}(hljs);hljs.LANGUAGES.php=function(a){var e={cN:"variable",b:"\\\\$+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*"};var b=[a.inherit(a.ASM,{i:null}),a.inherit(a.QSM,{i:null}),{cN:"string",b:'b"',e:'"',c:[a.BE]},{cN:"string",b:"b'",e:"'",c:[a.BE]}];var c=[a.BNM,a.CNM];var d={cN:"title",b:a.UIR};return{cI:true,l:a.UIR,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return implements parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try this switch continue endfor endif declare unset true false namespace trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",c:[a.CLCM,a.HCM,{cN:"comment",b:"\/\\\\*",e:"\\\\*\/",c:[{cN:"phpdoc",b:"\\\\s@[A-Za-z]+"}]},{cN:"comment",b:"__halt_compiler.+?;",eW:true,k:"__halt_compiler",l:a.UIR},{cN:"string",b:"<<<['\\"]?\\\\w+['\\"]?$",e:"^\\\\w+;",c:[a.BE]},{cN:"preprocessor",b:"<\\\\?php",r:10},{cN:"preprocessor",b:"\\\\?>"},e,{cN:"function",bWK:true,e:"{",k:"function",i:"\\\\$|\\\\[|%",c:[d,{cN:"params",b:"\\\\(",e:"\\\\)",c:["self",e,a.CBLCLM].concat(b).concat(c)}]},{cN:"class",bWK:true,e:"{",k:"class",i:"[:\\\\(\\\\$]",c:[{bWK:true,eW:true,k:"extends",c:[d]},d]},{b:"=>"}].concat(b).concat(c)}}(hljs);hljs.LANGUAGES.python=function(a){var f={cN:"prompt",b:\/^(>>>|\\.\\.\\.) \/};var c=[{cN:"string",b:\/(u|b)?r?'''\/,e:\/'''\/,c:[f],r:10},{cN:"string",b:\/(u|b)?r?"""\/,e:\/"""\/,c:[f],r:10},{cN:"string",b:\/(u|r|ur)'\/,e:\/'\/,c:[a.BE],r:10},{cN:"string",b:\/(u|r|ur)"\/,e:\/"\/,c:[a.BE],r:10},{cN:"string",b:\/(b|br)'\/,e:\/'\/,c:[a.BE]},{cN:"string",b:\/(b|br)"\/,e:\/"\/,c:[a.BE]}].concat([a.ASM,a.QSM]);var e={cN:"title",b:a.UIR};var d={cN:"params",b:\/\\(\/,e:\/\\)\/,c:["self",a.CNM,f].concat(c)};var b={bWK:true,e:\/:\/,i:\/[${=;\\n]\/,c:[e,d],r:10};return{k:{keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},i:\/(<\\\/|->|\\?)\/,c:c.concat([f,a.HCM,a.inherit(b,{cN:"function",k:"def"}),a.inherit(b,{cN:"class",k:"class"}),a.CNM,{cN:"decorator",b:\/@\/,e:\/$\/},{b:\/\\b(print|exec)\\(\/}])}}(hljs);hljs.LANGUAGES.sql=function(a){return{cI:true,c:[{cN:"operator",b:"(begin|end|start|commit|rollback|savepoint|lock|alter|create|drop|rename|call|delete|do|handler|insert|load|replace|select|truncate|update|set|show|pragma|grant)\\\\b(?!:)",e:";",eW:true,k:{keyword:"all partial global month current_timestamp using go revoke smallint indicator end-exec disconnect zone with character assertion to add current_user usage input local alter match collate real then rollback get read timestamp session_user not integer bit unique day minute desc insert execute like ilike|2 level decimal drop continue isolation found where constraints domain right national some module transaction relative second connect escape close system_user for deferred section cast current sqlstate allocate intersect deallocate numeric public preserve full goto initially asc no key output collation group by union session both last language constraint column of space foreign deferrable prior connection unknown action commit view or first into float year primary cascaded except restrict set references names table outer open select size are rows from prepare distinct leading create only next inner authorization schema corresponding option declare precision immediate else timezone_minute external varying translation true case exception join hour default double scroll value cursor descriptor values dec fetch procedure delete and false int is describe char as at in varchar null trailing any absolute current_time end grant privileges when cross check write current_date pad begin temporary exec time update catalog user sql date on identity timezone_hour natural whenever interval work order cascade diagnostics nchar having left call do handler load replace truncate start lock show pragma exists number trigger if before after each row",aggregate:"count sum min max avg"},c:[{cN:"string",b:"'",e:"'",c:[a.BE,{b:"''"}],r:0},{cN:"string",b:'"',e:'"',c:[a.BE,{b:'""'}],r:0},{cN:"string",b:"`",e:"`",c:[a.BE]},a.CNM]},a.CBLCLM,{cN:"comment",b:"--",e:"$"}]}}(hljs);hljs.LANGUAGES.ini=function(a){return{cI:true,i:"[^\\\\s]",c:[{cN:"comment",b:";",e:"$"},{cN:"title",b:"^\\\\[",e:"\\\\]"},{cN:"setting",b:"^[a-z0-9\\\\[\\\\]_-]+[ \\\\t]*=[ \\\\t]*",e:"$",c:[{cN:"value",eW:true,k:"on off true false yes no",c:[a.QSM,a.NM],r:0}]}]}}(hljs);hljs.LANGUAGES.perl=function(e){var a="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when";var d={cN:"subst",b:"[$@]\\\\{",e:"\\\\}",k:a,r:10};var b={cN:"variable",b:"\\\\$\\\\d"};var i={cN:"variable",b:"[\\\\$\\\\%\\\\@\\\\*](\\\\^\\\\w\\\\b|#\\\\w+(\\\\:\\\\:\\\\w+)*|[^\\\\s\\\\w{]|{\\\\w+}|\\\\w+(\\\\:\\\\:\\\\w*)*)"};var f=[e.BE,d,b,i];var h={b:"->",c:[{b:e.IR},{b:"{",e:"}"}]};var g={cN:"comment",b:"^(__END__|__DATA__)",e:"\\\\n$",r:5};var c=[b,i,e.HCM,g,{cN:"comment",b:"^\\\\=\\\\w",e:"\\\\=cut",eW:true},h,{cN:"string",b:"q[qwxr]?\\\\s*\\\\(",e:"\\\\)",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\[",e:"\\\\]",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\{",e:"\\\\}",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\|",e:"\\\\|",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\<",e:"\\\\>",c:f,r:5},{cN:"string",b:"qw\\\\s+q",e:"q",c:f,r:5},{cN:"string",b:"'",e:"'",c:[e.BE],r:0},{cN:"string",b:'"',e:'"',c:f,r:0},{cN:"string",b:"`",e:"`",c:[e.BE]},{cN:"string",b:"{\\\\w+}",r:0},{cN:"string",b:"-?\\\\w+\\\\s*\\\\=\\\\>",r:0},{cN:"number",b:"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b",r:0},{b:"("+e.RSR+"|\\\\b(split|return|print|reverse|grep)\\\\b)\\\\s*",k:"split return print reverse grep",r:0,c:[e.HCM,g,{cN:"regexp",b:"(s|tr|y)\/(\\\\\\\\.|[^\/])*\/(\\\\\\\\.|[^\/])*\/[a-z]*",r:10},{cN:"regexp",b:"(m|qr)?\/",e:"\/[a-z]*",c:[e.BE],r:0}]},{cN:"sub",bWK:true,e:"(\\\\s*\\\\(.*?\\\\))?[;{]",k:"sub",r:5},{cN:"operator",b:"-\\\\w\\\\b",r:0}];d.c=c;h.c[1].c=c;return{k:a,c:c}}(hljs);hljs.LANGUAGES.objectivec=function(a){var b={keyword:"int float while private char catch export sizeof typedef const struct for union unsigned long volatile static protected bool mutable if public do return goto void enum else break extern asm case short default double throw register explicit signed typename try this switch continue wchar_t inline readonly assign property self synchronized end synthesize id optional required nonatomic super unichar finally dynamic IBOutlet IBAction selector strong weak readonly",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"NSString NSDictionary CGRect CGPoint UIButton UILabel UITextView UIWebView MKMapView UISegmentedControl NSObject UITableViewDelegate UITableViewDataSource NSThread UIActivityIndicator UITabbar UIToolBar UIBarButtonItem UIImageView NSAutoreleasePool UITableView BOOL NSInteger CGFloat NSException NSLog NSMutableString NSMutableArray NSMutableDictionary NSURL NSIndexPath CGSize UITableViewCell UIView UIViewController UINavigationBar UINavigationController UITabBarController UIPopoverController UIPopoverControllerDelegate UIImage NSNumber UISearchBar NSFetchedResultsController NSFetchedResultsChangeType UIScrollView UIScrollViewDelegate UIEdgeInsets UIColor UIFont UIApplication NSNotFound NSNotificationCenter NSNotification UILocalNotification NSBundle NSFileManager NSTimeInterval NSDate NSCalendar NSUserDefaults UIWindow NSRange NSArray NSError NSURLRequest NSURLConnection UIInterfaceOrientation MPMoviePlayerController dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"};return{k:b,i:"<\/",c:[a.CLCM,a.CBLCLM,a.CNM,a.QSM,{cN:"string",b:"'",e:"[^\\\\\\\\]'",i:"[^\\\\\\\\][^']"},{cN:"preprocessor",b:"#import",e:"$",c:[{cN:"title",b:'"',e:'"'},{cN:"title",b:"<",e:">"}]},{cN:"preprocessor",b:"#",e:"$"},{cN:"class",bWK:true,e:"({|$)",k:"interface class protocol implementation",c:[{cN:"id",b:a.UIR}]},{cN:"variable",b:"\\\\."+a.UIR,r:0}]}}(hljs);hljs.LANGUAGES.coffeescript=function(c){var b={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",reserved:"case default function var void with const let enum export import native __hasProp __extends __slice __bind __indexOf",built_in:"npm require console print module exports global window document"};var a="[A-Za-z$_][0-9A-Za-z$_]*";var f={cN:"title",b:a};var e={cN:"subst",b:"#\\\\{",e:"}",k:b,};var d=[c.BNM,c.inherit(c.CNM,{starts:{e:"(\\\\s*\/)?",r:0}}),{cN:"string",b:"'''",e:"'''",c:[c.BE]},{cN:"string",b:"'",e:"'",c:[c.BE],r:0},{cN:"string",b:'"""',e:'"""',c:[c.BE,e]},{cN:"string",b:'"',e:'"',c:[c.BE,e],r:0},{cN:"regexp",b:"\/\/\/",e:"\/\/\/",c:[c.HCM]},{cN:"regexp",b:"\/\/[gim]*",r:0},{cN:"regexp",b:"\/\\\\S(\\\\\\\\.|[^\\\\n])*?\/[gim]*(?=\\\\s|\\\\W|$)"},{cN:"property",b:"@"+a},{b:"`",e:"`",eB:true,eE:true,sL:"javascript"}];e.c=d;return{k:b,c:d.concat([{cN:"comment",b:"###",e:"###"},c.HCM,{cN:"function",b:"("+a+"\\\\s*=\\\\s*)?(\\\\(.*\\\\))?\\\\s*[-=]>",e:"[-=]>",rB:true,c:[f,{cN:"params",b:"\\\\(",rB:true,c:[{b:\/\\(\/,e:\/\\)\/,k:b,c:["self"].concat(d)}]}]},{cN:"class",bWK:true,k:"class",e:"$",i:"[:\\\\[\\\\]]",c:[{bWK:true,k:"extends",eW:true,i:":",c:[f]},f]},{cN:"attribute",b:a+":",e:":",rB:true,eE:true}])}}(hljs);hljs.LANGUAGES.nginx=function(b){var c=[{cN:"variable",b:"\\\\$\\\\d+"},{cN:"variable",b:"\\\\${",e:"}"},{cN:"variable",b:"[\\\\$\\\\@]"+b.UIR}];var a={eW:true,l:"[a-z\/_]+",k:{built_in:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll \/dev\/poll"},r:0,i:"=>",c:[b.HCM,{cN:"string",b:'"',e:'"',c:[b.BE].concat(c),r:0},{cN:"string",b:"'",e:"'",c:[b.BE].concat(c),r:0},{cN:"url",b:"([a-z]+):\/",e:"\\\\s",eW:true,eE:true},{cN:"regexp",b:"\\\\s\\\\^",e:"\\\\s|{|;",rE:true,c:[b.BE].concat(c)},{cN:"regexp",b:"~\\\\*?\\\\s+",e:"\\\\s|{|;",rE:true,c:[b.BE].concat(c)},{cN:"regexp",b:"\\\\*(\\\\.[a-z\\\\-]+)+",c:[b.BE].concat(c)},{cN:"regexp",b:"([a-z\\\\-]+\\\\.)+\\\\*",c:[b.BE].concat(c)},{cN:"number",b:"\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b"},{cN:"number",b:"\\\\b\\\\d+[kKmMgGdshdwy]*\\\\b",r:0}].concat(c)};return{c:[b.HCM,{b:b.UIR+"\\\\s",e:";|{",rB:true,c:[{cN:"title",b:b.UIR,starts:a}],r:0}],i:"[^\\\\s\\\\}]"}}(hljs);hljs.LANGUAGES.json=function(a){var e={literal:"true false null"};var d=[a.QSM,a.CNM];var c={cN:"value",e:",",eW:true,eE:true,c:d,k:e};var b={b:"{",e:"}",c:[{cN:"attribute",b:'\\\\s*"',e:'"\\\\s*:\\\\s*',eB:true,eE:true,c:[a.BE],i:"\\\\n",starts:c}],i:"\\\\S"};var f={b:"\\\\[",e:"\\\\]",c:[a.inherit(c,{cN:null})],i:"\\\\S"};d.splice(d.length,0,b,f);return{c:d,k:e,i:"\\\\S"}}(hljs);hljs.LANGUAGES.apache=function(a){var b={cN:"number",b:"[\\\\$%]\\\\d+"};return{cI:true,c:[a.HCM,{cN:"tag",b:"<\/?",e:">"},{cN:"keyword",b:\/\\w+\/,r:0,k:{common:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{e:\/$\/,r:0,k:{literal:"on off all"},c:[{cN:"sqbracket",b:"\\\\s\\\\[",e:"\\\\]$"},{cN:"cbracket",b:"[\\\\$%]\\\\{",e:"\\\\}",c:["self",b]},b,a.QSM]}}],i:\/\\S\/}}(hljs);hljs.LANGUAGES.scss=function(a){var c="[a-zA-Z-][a-zA-Z0-9_-]*";var d={cN:"function",b:c+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]};var b={cN:"hexcolor",b:"#[0-9A-Fa-f]+"};var e={cN:"attribute",b:"[A-Z\\\\_\\\\.\\\\-]+",e:":",eE:true,i:"[^\\\\s]",starts:{cN:"value",eW:true,eE:true,c:[d,b,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"important",b:"!important"}]}};return{cI:true,i:"[=\/|']",c:[a.CLCM,a.CBLCLM,{cN:"function",b:c+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]},{cN:"id",b:"\\\\#[A-Za-z0-9_-]+",r:0},{cN:"class",b:"\\\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\\\[",e:"\\\\]",i:"$"},{cN:"tag",b:"\\\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\\\b",r:0},{cN:"pseudo",b:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{cN:"pseudo",b:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},{cN:"attribute",b:"\\\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\\\b",i:"[^\\\\s]"},{cN:"value",b:"\\\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\\\b"},{cN:"value",b:":",e:";",c:[b,a.NM,a.QSM,a.ASM,{cN:"important",b:"!important"}]},{cN:"at_rule",b:"@",e:"[{;]",k:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",c:[d,a.QSM,a.ASM,b,a.NM,{cN:"preprocessor",b:"\\\\s[A-Za-z0-9_.-]+",r:0}]}]}}(hljs);hljs.LANGUAGES.cpp=function(a){var b={keyword:"false int float while private char catch export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long throw volatile static protected bool template mutable if public friend do return goto auto void enum else break new extern using true class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue wchar_t inline delete alignof char16_t char32_t constexpr decltype noexcept nullptr static_assert thread_local restrict _Bool complex",built_in:"std string cin cout cerr clog stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr"};return{k:b,i:"<\/",c:[a.CLCM,a.CBLCLM,a.QSM,{cN:"string",b:"'\\\\\\\\?.",e:"'",i:"."},{cN:"number",b:"\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)(u|U|l|L|ul|UL|f|F)"},a.CNM,{cN:"preprocessor",b:"#",e:"$",c:[{b:"<",e:">",i:"\\\\n"},a.CLCM]},{cN:"stl_container",b:"\\\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\\\s*<",e:">",k:b,r:10,c:["self"]}]}}(hljs);hljs.LANGUAGES.makefile=function(a){var b={cN:"variable",b:\/\\$\\(\/,e:\/\\)\/,c:a.BE};return{c:[a.HCM,{b:\/^\\w+\\s*\\W*=\/,rB:true,r:0,starts:{cN:"constant",e:\/\\s*\\W*=\/,eE:true,starts:{e:\/$\/,r:0,c:[b],}}},{cN:"title",b:\/^[\\w]+:\\s*$\/},{cN:"phony",b:\/^\\.PHONY:\/,e:\/$\/,k:".PHONY",l:\/[\\.\\w]+\/},{b:\/^\\t+\/,e:\/$\/,c:[a.QSM,b]}]}}(hljs);/;" f
164
178
  function.l vendor/assets/javascripts/highlight.pack.js /^var hljs=new function(){function l(o){return o.replace(\/&\/gm,"&amp;").replace(\/<\/gm,"&lt;").replace(\/>\/gm,"&gt;")}function b(p){for(var o=p.firstChild;o;o=o.nextSibling){if(o.nodeName.toUpperCase()=="CODE"){return o}if(!(o.nodeType==3&&o.nodeValue.match(\/\\s+\/))){break}}}function h(p,o){return Array.prototype.map.call(p.childNodes,function(q){if(q.nodeType==3){return o?q.nodeValue.replace(\/\\n\/g,""):q.nodeValue}if(q.nodeName.toUpperCase()=="BR"){return"\\n"}return h(q,o)}).join("")}function a(q){var p=(q.className+" "+(q.parentNode?q.parentNode.className:"")).split(\/\\s+\/);p=p.map(function(r){return r.replace(\/^language-\/,"")});for(var o=0;o<p.length;o++){if(e[p[o]]||p[o]=="no-highlight"){return p[o]}}}function c(q){var o=[];(function p(r,s){for(var t=r.firstChild;t;t=t.nextSibling){if(t.nodeType==3){s+=t.nodeValue.length}else{if(t.nodeName.toUpperCase()=="BR"){s+=1}else{if(t.nodeType==1){o.push({event:"start",offset:s,node:t});s=p(t,s);o.push({event:"stop",offset:s,node:t})}}}}return s})(q,0);return o}function j(p,r,v){var q=0;var y="";var s=[];function u(){if(!p.length||!r.length){return p.length?p:r}if(p[0].offset!=r[0].offset){return(p[0].offset<r[0].offset)?p:r}return r[0].event=="start"?p:r}function t(A){function z(B){return" "+B.nodeName+'="'+l(B.value)+'"'}y+="<"+A.nodeName.toLowerCase()+Array.prototype.map.call(A.attributes,z).join("")+">"}function x(z){y+="<\/"+z.nodeName.toLowerCase()+">"}function o(z){(z.event=="start"?t:x)(z.node)}while(p.length||r.length){var w=u();y+=l(v.substr(q,w[0].offset-q));q=w[0].offset;if(w==p){s.reverse().forEach(x);do{o(w.splice(0,1)[0]);w=u()}while(w==p&&w.length&&w[0].offset==q);s.reverse().forEach(t)}else{if(w[0].event=="start"){s.push(w[0].node)}else{s.pop()}o(w.splice(0,1)[0])}}return y+l(v.substr(q))}function f(r){function o(s){return(s&&s.source)||s}function p(t,s){return RegExp(o(t),"m"+(r.cI?"i":"")+(s?"g":""))}function q(z,x){if(z.compiled){return}z.compiled=true;var u=[];if(z.k){var s={};function A(B,t){if(r.cI){t=t.toLowerCase()}t.split(" ").forEach(function(C){var D=C.split("|");s[D[0]]=[B,D[1]?Number(D[1]):1];u.push(D[0])})}z.lR=p(z.l||"\\\\b"+hljs.IR+"\\\\b(?!\\\\.)",true);if(typeof z.k=="string"){A("keyword",z.k)}else{for(var y in z.k){if(!z.k.hasOwnProperty(y)){continue}A(y,z.k[y])}}z.k=s}if(x){if(z.bWK){z.b="\\\\b("+u.join("|")+")\\\\b(?!\\\\.)\\\\s*"}z.bR=p(z.b?z.b:"\\\\B|\\\\b");if(!z.e&&!z.eW){z.e="\\\\B|\\\\b"}if(z.e){z.eR=p(z.e)}z.tE=o(z.e)||"";if(z.eW&&x.tE){z.tE+=(z.e?"|":"")+x.tE}}if(z.i){z.iR=p(z.i)}if(z.r===undefined){z.r=1}if(!z.c){z.c=[]}for(var w=0;w<z.c.length;w++){if(z.c[w]=="self"){z.c[w]=z}q(z.c[w],z)}if(z.starts){q(z.starts,x)}var v=[];for(var w=0;w<z.c.length;w++){v.push(o(z.c[w].b))}if(z.tE){v.push(o(z.tE))}if(z.i){v.push(o(z.i))}z.t=v.length?p(v.join("|"),true):{exec:function(t){return null}}}q(r)}function d(E,G,C,M){function o(r,P){for(var O=0;O<P.c.length;O++){var N=P.c[O].bR.exec(r);if(N&&N.index==0){return P.c[O]}}}function s(N,r){if(N.e&&N.eR.test(r)){return N}if(N.eW){return s(N.parent,r)}}function t(r,N){return !C&&N.i&&N.iR.test(r)}function y(O,r){var N=H.cI?r[0].toLowerCase():r[0];return O.k.hasOwnProperty(N)&&O.k[N]}function I(){var N=l(w);if(!B.k){return N}var r="";var Q=0;B.lR.lastIndex=0;var O=B.lR.exec(N);while(O){r+=N.substr(Q,O.index-Q);var P=y(B,O);if(P){v+=P[1];r+='<span class="'+P[0]+'">'+O[0]+"<\/span>"}else{r+=O[0]}Q=B.lR.lastIndex;O=B.lR.exec(N)}return r+N.substr(Q)}function z(){if(B.sL&&!e[B.sL]){return l(w)}var N=B.subLanguageMode=="continuous"?B.top:undefined;var r=B.sL?d(B.sL,w,true,N):g(w);if(B.r>0){v+=r.keyword_count;A+=r.r}B.top=r.top;return'<span class="'+r.language+'">'+r.value+"<\/span>"}function L(){return B.sL!==undefined?z():I()}function K(O,r){var N=O.cN?'<span class="'+O.cN+'">':"";if(O.rB){x+=N;w=""}else{if(O.eB){x+=l(r)+N;w=""}else{x+=N;w=r}}B=Object.create(O,{parent:{value:B}})}function D(N,r){w+=N;if(r===undefined){x+=L();return 0}var P=o(r,B);if(P){x+=L();K(P,r);return P.rB?0:r.length}var Q=s(B,r);if(Q){var O=B;if(!(O.rE||O.eE)){w+=r}x+=L();do{if(B.cN){x+="<\/span>"}A+=B.r;B=B.parent}while(B!=Q.parent);if(O.eE){x+=l(r)}w="";if(Q.starts){K(Q.starts,"")}return O.rE?0:r.length}if(t(r,B)){throw new Error('Illegal lexem "'+r+'" for mode "'+(B.cN||"<unnamed>")+'"')}w+=r;return r.length||1}var H=e[E];if(!H){throw new Error('Unknown language: "'+E+'"')}f(H);var B=M||H;var x="";for(var F=B;F!=H;F=F.parent){if(F.cN){x='<span class="'+F.cN+'">'+x}}var w="";var A=0;var v=0;try{var u,q,p=0;while(true){B.t.lastIndex=p;u=B.t.exec(G);if(!u){break}q=D(G.substr(p,u.index-p),u[0]);p=u.index+q}D(G.substr(p));for(var F=B;F.parent;F=F.parent){if(F.cN){x+="<\/span>"}}return{r:A,keyword_count:v,value:x,language:E,top:B}}catch(J){if(J.message.indexOf("Illegal")!=-1){return{r:0,keyword_count:0,value:l(G)}}else{throw J}}}function g(s){var o={keyword_count:0,r:0,value:l(s)};var q=o;for(var p in e){if(!e.hasOwnProperty(p)){continue}var r=d(p,s,false);r.language=p;if(r.keyword_count+r.r>q.keyword_count+q.r){q=r}if(r.keyword_count+r.r>o.keyword_count+o.r){q=o;o=r}}if(q.language){o.second_best=q}return o}function i(q,p,o){if(p){q=q.replace(\/^((<[^>]+>|\\t)+)\/gm,function(r,v,u,t){return v.replace(\/\\t\/g,p)})}if(o){q=q.replace(\/\\n\/g,"<br>")}return q}function m(r,u,p){var v=h(r,p);var t=a(r);if(t=="no-highlight"){return}var w=t?d(t,v,true):g(v);t=w.language;var o=c(r);if(o.length){var q=document.createElementNS("http:\/\/www.w3.org\/1999\/xhtml","pre");q.innerHTML=w.value;w.value=j(o,c(q),v)}w.value=i(w.value,u,p);var s=r.className;if(!s.match("(\\\\s|^)(language-)?"+t+"(\\\\s|$)")){s=s?(s+" "+t):t}r.innerHTML=w.value;r.className=s;r.result={language:t,kw:w.keyword_count,re:w.r};if(w.second_best){r.second_best={language:w.second_best.language,kw:w.second_best.keyword_count,re:w.second_best.r}}}function n(){if(n.called){return}n.called=true;Array.prototype.map.call(document.getElementsByTagNameNS("http:\/\/www.w3.org\/1999\/xhtml","pre"),b).filter(Boolean).forEach(function(o){m(o,hljs.tabReplace)})}function k(){window.addEventListener("DOMContentLoaded",n,false);window.addEventListener("load",n,false)}var e={};this.LANGUAGES=e;this.highlight=d;this.highlightAuto=g;this.fixMarkup=i;this.highlightBlock=m;this.initHighlighting=n;this.initHighlightingOnLoad=k;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\\\b\\\\d+(\\\\.\\\\d+)?";this.CNR="(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)";this.BNR="\\\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|\\\\.|-|-=|\/|\/=|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\\\?|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~";this.BE={b:"\\\\\\\\[\\\\s\\\\S]",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\\\n",c:[this.BE],r:0};this.QSM={cN:"string",b:'"',e:'"',i:"\\\\n",c:[this.BE],r:0};this.CLCM={cN:"comment",b:"\/\/",e:"$"};this.CBLCLM={cN:"comment",b:"\/\\\\*",e:"\\\\*\/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.REGEXP_MODE={cN:"regexp",b:\/\\\/\/,e:\/\\\/[gim]*\/,i:\/\\n\/,c:[this.BE,{b:\/\\[\/,e:\/\\]\/,r:0,c:[this.BE]}]};this.inherit=function(q,r){var o={};for(var p in q){o[p]=q[p]}if(r){for(var p in r){o[p]=r[p]}}return o}}();hljs.LANGUAGES.bash=function(a){var c={cN:"variable",b:\/\\$[\\w\\d#@][\\w\\d_]*\/};var b={cN:"variable",b:\/\\$\\{(.*?)\\}\/};var e={cN:"string",b:\/"\/,e:\/"\/,c:[a.BE,c,b,{cN:"variable",b:\/\\$\\(\/,e:\/\\)\/,c:a.BE}],r:0};var d={cN:"string",b:\/'\/,e:\/'\/,r:0};return{l:\/-?[a-z]+\/,k:{keyword:"if then else elif fi for break continue while in do done exit return set declare case esac export exec",literal:"true false",built_in:"printf echo read cd pwd pushd popd dirs let eval unset typeset readonly getopts source shopt caller type hash bind help sudo",operator:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"shebang",b:\/^#![^\\n]+sh\\s*$\/,r:10},{cN:"function",b:\/\\w[\\w\\d_]*\\s*\\(\\s*\\)\\s*\\{\/,rB:true,c:[{cN:"title",b:\/\\w[\\w\\d_]*\/}],r:0},a.HCM,a.NM,e,d,c,b]}}(hljs);hljs.LANGUAGES.cs=function(a){return{k:"abstract as base bool break byte case catch char checked class const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long namespace new null object operator out override params private protected public readonly ref return sbyte sealed short sizeof stackalloc static string struct switch this throw true try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async await ascending descending from get group into join let orderby partial select set value var where yield",c:[{cN:"comment",b:"\/\/\/",e:"$",rB:true,c:[{cN:"xmlDocTag",b:"\/\/\/|<!--|-->"},{cN:"xmlDocTag",b:"<\/?",e:">"}]},a.CLCM,a.CBLCLM,{cN:"preprocessor",b:"#",e:"$",k:"if else elif endif define undef warning error line region endregion pragma checksum"},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},a.ASM,a.QSM,a.CNM]}}(hljs);hljs.LANGUAGES.ruby=function(e){var a="[a-zA-Z_][a-zA-Z0-9_]*(\\\\!|\\\\?)?";var j="[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-\/+%^&*~`|]|\\\\[\\\\]=?";var g={keyword:"and false then defined module in return redo if BEGIN retry end for true self when next until do begin unless END rescue nil else break undef not super class case require yield alias while ensure elsif or include"};var c={cN:"yardoctag",b:"@[A-Za-z]+"};var k=[{cN:"comment",b:"#",e:"$",c:[c]},{cN:"comment",b:"^\\\\=begin",e:"^\\\\=end",c:[c],r:10},{cN:"comment",b:"^__END__",e:"\\\\n$"}];var d={cN:"subst",b:"#\\\\{",e:"}",l:a,k:g};var i=[e.BE,d];var b=[{cN:"string",b:"'",e:"'",c:i,r:0},{cN:"string",b:'"',e:'"',c:i,r:0},{cN:"string",b:"%[qw]?\\\\(",e:"\\\\)",c:i},{cN:"string",b:"%[qw]?\\\\[",e:"\\\\]",c:i},{cN:"string",b:"%[qw]?{",e:"}",c:i},{cN:"string",b:"%[qw]?<",e:">",c:i,r:10},{cN:"string",b:"%[qw]?\/",e:"\/",c:i,r:10},{cN:"string",b:"%[qw]?%",e:"%",c:i,r:10},{cN:"string",b:"%[qw]?-",e:"-",c:i,r:10},{cN:"string",b:"%[qw]?\\\\|",e:"\\\\|",c:i,r:10},{cN:"string",b:\/\\B\\?(\\\\\\d{1,3}|\\\\x[A-Fa-f0-9]{1,2}|\\\\u[A-Fa-f0-9]{4}|\\\\?\\S)\\b\/}];var h={cN:"function",bWK:true,e:" |$|;",k:"def",c:[{cN:"title",b:j,l:a,k:g},{cN:"params",b:"\\\\(",e:"\\\\)",l:a,k:g}].concat(k)};var f=k.concat(b.concat([{cN:"class",bWK:true,e:"$|;",k:"class module",c:[{cN:"title",b:"[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?",r:0},{cN:"inheritance",b:"<\\\\s*",c:[{cN:"parent",b:"("+e.IR+"::)?"+e.IR}]}].concat(k)},h,{cN:"constant",b:"(::)?(\\\\b[A-Z]\\\\w*(::)?)+",r:0},{cN:"symbol",b:":",c:b.concat([{b:j}]),r:0},{cN:"symbol",b:a+":",r:0},{cN:"number",b:"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b",r:0},{cN:"variable",b:"(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))"},{b:"("+e.RSR+")\\\\s*",c:k.concat([{cN:"regexp",b:"\/",e:"\/[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r{",e:"}[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r\\\\(",e:"\\\\)[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r!",e:"![a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r\\\\[",e:"\\\\][a-z]*",i:"\\\\n",c:[e.BE,d]}]),r:0}]));d.c=f;h.c[1].c=f;return{l:a,k:g,c:f}}(hljs);hljs.LANGUAGES.diff=function(a){return{c:[{cN:"chunk",b:"^\\\\@\\\\@ +\\\\-\\\\d+,\\\\d+ +\\\\+\\\\d+,\\\\d+ +\\\\@\\\\@$",r:10},{cN:"chunk",b:"^\\\\*\\\\*\\\\* +\\\\d+,\\\\d+ +\\\\*\\\\*\\\\*\\\\*$",r:10},{cN:"chunk",b:"^\\\\-\\\\-\\\\- +\\\\d+,\\\\d+ +\\\\-\\\\-\\\\-\\\\-$",r:10},{cN:"header",b:"Index: ",e:"$"},{cN:"header",b:"=====",e:"=====$"},{cN:"header",b:"^\\\\-\\\\-\\\\-",e:"$"},{cN:"header",b:"^\\\\*{3} ",e:"$"},{cN:"header",b:"^\\\\+\\\\+\\\\+",e:"$"},{cN:"header",b:"\\\\*{5}",e:"\\\\*{5}$"},{cN:"addition",b:"^\\\\+",e:"$"},{cN:"deletion",b:"^\\\\-",e:"$"},{cN:"change",b:"^\\\\!",e:"$"}]}}(hljs);hljs.LANGUAGES.haml=function(a){return{cI:true,c:[{cN:"doctype",b:"^!!!( (5|1\\\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\\\b.*))?$",r:10},{cN:"comment",b:"^\\\\s*(-#|\/).*$",r:0},{b:"^\\\\s*-(?!#)",starts:{e:"\\\\n",sL:"ruby"},r:0},{cN:"tag",b:"^\\\\s*%",c:[{cN:"title",b:"\\\\w+",r:0},{cN:"value",b:"[#\\\\.]\\\\w+",r:0},{b:"{\\\\s*",e:"\\\\s*}",eE:true,c:[{b:":\\\\w+\\\\s*=>",e:",\\\\s+",rB:true,eW:true,r:0,c:[{cN:"symbol",b:":\\\\w+",r:0},{cN:"string",b:'"',e:'"',r:0},{cN:"string",b:"'",e:"'",r:0},{b:"\\\\w+",r:0}]},],r:0},{b:"\\\\(\\\\s*",e:"\\\\s*\\\\)",eE:true,c:[{b:"\\\\w+\\\\s*=",e:"\\\\s+",rB:true,eW:true,r:0,c:[{cN:"attribute",b:"\\\\w+",r:0},{cN:"string",b:'"',e:'"',r:0},{cN:"string",b:"'",e:"'",r:0},{b:"\\\\w+",r:0}]},],r:0}],r:10},{cN:"bullet",b:"^\\\\s*[=~]\\\\s*",r:0},{b:"#{",starts:{e:"}",sL:"ruby"},r:0}]}}(hljs);hljs.LANGUAGES.javascript=function(a){return{k:{keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const",literal:"true false null undefined NaN Infinity"},c:[a.ASM,a.QSM,a.CLCM,a.CBLCLM,a.CNM,{b:"("+a.RSR+"|\\\\b(case|return|throw)\\\\b)\\\\s*",k:"return throw case",c:[a.CLCM,a.CBLCLM,a.REGEXP_MODE,{b:\/<\/,e:\/>;\/,sL:"xml"}],r:0},{cN:"function",bWK:true,e:\/{\/,k:"function",c:[{cN:"title",b:\/[A-Za-z$_][0-9A-Za-z$_]*\/},{cN:"params",b:\/\\(\/,e:\/\\)\/,c:[a.CLCM,a.CBLCLM],i:\/["'\\(]\/}],i:\/\\[|%\/}]}}(hljs);hljs.LANGUAGES.xml=function(a){var c="[A-Za-z0-9\\\\._:-]+";var b={eW:true,r:0,c:[{cN:"attribute",b:c,r:0},{b:'="',rB:true,e:'"',c:[{cN:"value",b:'"',eW:true}]},{b:"='",rB:true,e:"'",c:[{cN:"value",b:"'",eW:true}]},{b:"=",c:[{cN:"value",b:"[^\\\\s\/>]+"}]}]};return{cI:true,c:[{cN:"pi",b:"<\\\\?",e:"\\\\?>",r:10},{cN:"doctype",b:"<!DOCTYPE",e:">",r:10,c:[{b:"\\\\[",e:"\\\\]"}]},{cN:"comment",b:"<!--",e:"-->",r:10},{cN:"cdata",b:"<\\\\!\\\\[CDATA\\\\[",e:"\\\\]\\\\]>",r:10},{cN:"tag",b:"<style(?=\\\\s|>|$)",e:">",k:{title:"style"},c:[b],starts:{e:"<\/style>",rE:true,sL:"css"}},{cN:"tag",b:"<script(?=\\\\s|>|$)",e:">",k:{title:"script"},c:[b],starts:{e:"<\\\/script>",rE:true,sL:"javascript"}},{b:"<%",e:"%>",sL:"vbscript"},{cN:"tag",b:"<\/?",e:"\/?>",r:0,c:[{cN:"title",b:"[^ \/><]+"},b]}]}}(hljs);hljs.LANGUAGES.markdown=function(a){return{c:[{cN:"header",b:"^#{1,3}",e:"$"},{cN:"header",b:"^.+?\\\\n[=-]{2,}$"},{b:"<",e:">",sL:"xml",r:0},{cN:"bullet",b:"^([*+-]|(\\\\d+\\\\.))\\\\s+"},{cN:"strong",b:"[*_]{2}.+?[*_]{2}"},{cN:"emphasis",b:"\\\\*.+?\\\\*"},{cN:"emphasis",b:"_.+?_",r:0},{cN:"blockquote",b:"^>\\\\s+",e:"$"},{cN:"code",b:"`.+?`"},{cN:"code",b:"^ ",e:"$",r:0},{cN:"horizontal_rule",b:"^-{3,}",e:"$"},{b:"\\\\[.+?\\\\]\\\\(.+?\\\\)",rB:true,c:[{cN:"link_label",b:"\\\\[.+\\\\]"},{cN:"link_url",b:"\\\\(",e:"\\\\)",eB:true,eE:true}]}]}}(hljs);hljs.LANGUAGES.css=function(a){var b="[a-zA-Z-][a-zA-Z0-9_-]*";var c={cN:"function",b:b+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]};return{cI:true,i:"[=\/|']",c:[a.CBLCLM,{cN:"id",b:"\\\\#[A-Za-z0-9_-]+"},{cN:"class",b:"\\\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\\\[",e:"\\\\]",i:"$"},{cN:"pseudo",b:":(:)?[a-zA-Z0-9\\\\_\\\\-\\\\+\\\\(\\\\)\\\\\\"\\\\']+"},{cN:"at_rule",b:"@(font-face|page)",l:"[a-z-]+",k:"font-face page"},{cN:"at_rule",b:"@",e:"[{;]",c:[{cN:"keyword",b:\/\\S+\/},{b:\/\\s\/,eW:true,eE:true,r:0,c:[c,a.ASM,a.QSM,a.NM]}]},{cN:"tag",b:b,r:0},{cN:"rules",b:"{",e:"}",i:"[^\\\\s]",r:0,c:[a.CBLCLM,{cN:"rule",b:"[^\\\\s]",rB:true,e:";",eW:true,c:[{cN:"attribute",b:"[A-Z\\\\_\\\\.\\\\-]+",e:":",eE:true,i:"[^\\\\s]",starts:{cN:"value",eW:true,eE:true,c:[c,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"hexcolor",b:"#[0-9A-Fa-f]+"},{cN:"important",b:"!important"}]}}]}]}]}}(hljs);hljs.LANGUAGES.http=function(a){return{i:"\\\\S",c:[{cN:"status",b:"^HTTP\/[0-9\\\\.]+",e:"$",c:[{cN:"number",b:"\\\\b\\\\d{3}\\\\b"}]},{cN:"request",b:"^[A-Z]+ (.*?) HTTP\/[0-9\\\\.]+$",rB:true,e:"$",c:[{cN:"string",b:" ",e:" ",eB:true,eE:true}]},{cN:"attribute",b:"^\\\\w",e:": ",eE:true,i:"\\\\n|\\\\s|=",starts:{cN:"string",e:"$"}},{b:"\\\\n\\\\n",starts:{sL:"",eW:true}}]}}(hljs);hljs.LANGUAGES.java=function(a){return{k:"false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws",c:[{cN:"javadoc",b:"\/\\\\*\\\\*",e:"\\\\*\/",c:[{cN:"javadoctag",b:"(^|\\\\s)@[A-Za-z]+"}],r:10},a.CLCM,a.CBLCLM,a.ASM,a.QSM,{cN:"class",bWK:true,e:"{",k:"class interface",eE:true,i:":",c:[{bWK:true,k:"extends implements",r:10},{cN:"title",b:a.UIR}]},a.CNM,{cN:"annotation",b:"@[A-Za-z]+"}]}}(hljs);hljs.LANGUAGES.php=function(a){var e={cN:"variable",b:"\\\\$+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*"};var b=[a.inherit(a.ASM,{i:null}),a.inherit(a.QSM,{i:null}),{cN:"string",b:'b"',e:'"',c:[a.BE]},{cN:"string",b:"b'",e:"'",c:[a.BE]}];var c=[a.BNM,a.CNM];var d={cN:"title",b:a.UIR};return{cI:true,l:a.UIR,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return implements parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try this switch continue endfor endif declare unset true false namespace trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",c:[a.CLCM,a.HCM,{cN:"comment",b:"\/\\\\*",e:"\\\\*\/",c:[{cN:"phpdoc",b:"\\\\s@[A-Za-z]+"}]},{cN:"comment",b:"__halt_compiler.+?;",eW:true,k:"__halt_compiler",l:a.UIR},{cN:"string",b:"<<<['\\"]?\\\\w+['\\"]?$",e:"^\\\\w+;",c:[a.BE]},{cN:"preprocessor",b:"<\\\\?php",r:10},{cN:"preprocessor",b:"\\\\?>"},e,{cN:"function",bWK:true,e:"{",k:"function",i:"\\\\$|\\\\[|%",c:[d,{cN:"params",b:"\\\\(",e:"\\\\)",c:["self",e,a.CBLCLM].concat(b).concat(c)}]},{cN:"class",bWK:true,e:"{",k:"class",i:"[:\\\\(\\\\$]",c:[{bWK:true,eW:true,k:"extends",c:[d]},d]},{b:"=>"}].concat(b).concat(c)}}(hljs);hljs.LANGUAGES.python=function(a){var f={cN:"prompt",b:\/^(>>>|\\.\\.\\.) \/};var c=[{cN:"string",b:\/(u|b)?r?'''\/,e:\/'''\/,c:[f],r:10},{cN:"string",b:\/(u|b)?r?"""\/,e:\/"""\/,c:[f],r:10},{cN:"string",b:\/(u|r|ur)'\/,e:\/'\/,c:[a.BE],r:10},{cN:"string",b:\/(u|r|ur)"\/,e:\/"\/,c:[a.BE],r:10},{cN:"string",b:\/(b|br)'\/,e:\/'\/,c:[a.BE]},{cN:"string",b:\/(b|br)"\/,e:\/"\/,c:[a.BE]}].concat([a.ASM,a.QSM]);var e={cN:"title",b:a.UIR};var d={cN:"params",b:\/\\(\/,e:\/\\)\/,c:["self",a.CNM,f].concat(c)};var b={bWK:true,e:\/:\/,i:\/[${=;\\n]\/,c:[e,d],r:10};return{k:{keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},i:\/(<\\\/|->|\\?)\/,c:c.concat([f,a.HCM,a.inherit(b,{cN:"function",k:"def"}),a.inherit(b,{cN:"class",k:"class"}),a.CNM,{cN:"decorator",b:\/@\/,e:\/$\/},{b:\/\\b(print|exec)\\(\/}])}}(hljs);hljs.LANGUAGES.sql=function(a){return{cI:true,c:[{cN:"operator",b:"(begin|end|start|commit|rollback|savepoint|lock|alter|create|drop|rename|call|delete|do|handler|insert|load|replace|select|truncate|update|set|show|pragma|grant)\\\\b(?!:)",e:";",eW:true,k:{keyword:"all partial global month current_timestamp using go revoke smallint indicator end-exec disconnect zone with character assertion to add current_user usage input local alter match collate real then rollback get read timestamp session_user not integer bit unique day minute desc insert execute like ilike|2 level decimal drop continue isolation found where constraints domain right national some module transaction relative second connect escape close system_user for deferred section cast current sqlstate allocate intersect deallocate numeric public preserve full goto initially asc no key output collation group by union session both last language constraint column of space foreign deferrable prior connection unknown action commit view or first into float year primary cascaded except restrict set references names table outer open select size are rows from prepare distinct leading create only next inner authorization schema corresponding option declare precision immediate else timezone_minute external varying translation true case exception join hour default double scroll value cursor descriptor values dec fetch procedure delete and false int is describe char as at in varchar null trailing any absolute current_time end grant privileges when cross check write current_date pad begin temporary exec time update catalog user sql date on identity timezone_hour natural whenever interval work order cascade diagnostics nchar having left call do handler load replace truncate start lock show pragma exists number trigger if before after each row",aggregate:"count sum min max avg"},c:[{cN:"string",b:"'",e:"'",c:[a.BE,{b:"''"}],r:0},{cN:"string",b:'"',e:'"',c:[a.BE,{b:'""'}],r:0},{cN:"string",b:"`",e:"`",c:[a.BE]},a.CNM]},a.CBLCLM,{cN:"comment",b:"--",e:"$"}]}}(hljs);hljs.LANGUAGES.ini=function(a){return{cI:true,i:"[^\\\\s]",c:[{cN:"comment",b:";",e:"$"},{cN:"title",b:"^\\\\[",e:"\\\\]"},{cN:"setting",b:"^[a-z0-9\\\\[\\\\]_-]+[ \\\\t]*=[ \\\\t]*",e:"$",c:[{cN:"value",eW:true,k:"on off true false yes no",c:[a.QSM,a.NM],r:0}]}]}}(hljs);hljs.LANGUAGES.perl=function(e){var a="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when";var d={cN:"subst",b:"[$@]\\\\{",e:"\\\\}",k:a,r:10};var b={cN:"variable",b:"\\\\$\\\\d"};var i={cN:"variable",b:"[\\\\$\\\\%\\\\@\\\\*](\\\\^\\\\w\\\\b|#\\\\w+(\\\\:\\\\:\\\\w+)*|[^\\\\s\\\\w{]|{\\\\w+}|\\\\w+(\\\\:\\\\:\\\\w*)*)"};var f=[e.BE,d,b,i];var h={b:"->",c:[{b:e.IR},{b:"{",e:"}"}]};var g={cN:"comment",b:"^(__END__|__DATA__)",e:"\\\\n$",r:5};var c=[b,i,e.HCM,g,{cN:"comment",b:"^\\\\=\\\\w",e:"\\\\=cut",eW:true},h,{cN:"string",b:"q[qwxr]?\\\\s*\\\\(",e:"\\\\)",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\[",e:"\\\\]",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\{",e:"\\\\}",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\|",e:"\\\\|",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\<",e:"\\\\>",c:f,r:5},{cN:"string",b:"qw\\\\s+q",e:"q",c:f,r:5},{cN:"string",b:"'",e:"'",c:[e.BE],r:0},{cN:"string",b:'"',e:'"',c:f,r:0},{cN:"string",b:"`",e:"`",c:[e.BE]},{cN:"string",b:"{\\\\w+}",r:0},{cN:"string",b:"-?\\\\w+\\\\s*\\\\=\\\\>",r:0},{cN:"number",b:"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b",r:0},{b:"("+e.RSR+"|\\\\b(split|return|print|reverse|grep)\\\\b)\\\\s*",k:"split return print reverse grep",r:0,c:[e.HCM,g,{cN:"regexp",b:"(s|tr|y)\/(\\\\\\\\.|[^\/])*\/(\\\\\\\\.|[^\/])*\/[a-z]*",r:10},{cN:"regexp",b:"(m|qr)?\/",e:"\/[a-z]*",c:[e.BE],r:0}]},{cN:"sub",bWK:true,e:"(\\\\s*\\\\(.*?\\\\))?[;{]",k:"sub",r:5},{cN:"operator",b:"-\\\\w\\\\b",r:0}];d.c=c;h.c[1].c=c;return{k:a,c:c}}(hljs);hljs.LANGUAGES.objectivec=function(a){var b={keyword:"int float while private char catch export sizeof typedef const struct for union unsigned long volatile static protected bool mutable if public do return goto void enum else break extern asm case short default double throw register explicit signed typename try this switch continue wchar_t inline readonly assign property self synchronized end synthesize id optional required nonatomic super unichar finally dynamic IBOutlet IBAction selector strong weak readonly",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"NSString NSDictionary CGRect CGPoint UIButton UILabel UITextView UIWebView MKMapView UISegmentedControl NSObject UITableViewDelegate UITableViewDataSource NSThread UIActivityIndicator UITabbar UIToolBar UIBarButtonItem UIImageView NSAutoreleasePool UITableView BOOL NSInteger CGFloat NSException NSLog NSMutableString NSMutableArray NSMutableDictionary NSURL NSIndexPath CGSize UITableViewCell UIView UIViewController UINavigationBar UINavigationController UITabBarController UIPopoverController UIPopoverControllerDelegate UIImage NSNumber UISearchBar NSFetchedResultsController NSFetchedResultsChangeType UIScrollView UIScrollViewDelegate UIEdgeInsets UIColor UIFont UIApplication NSNotFound NSNotificationCenter NSNotification UILocalNotification NSBundle NSFileManager NSTimeInterval NSDate NSCalendar NSUserDefaults UIWindow NSRange NSArray NSError NSURLRequest NSURLConnection UIInterfaceOrientation MPMoviePlayerController dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"};return{k:b,i:"<\/",c:[a.CLCM,a.CBLCLM,a.CNM,a.QSM,{cN:"string",b:"'",e:"[^\\\\\\\\]'",i:"[^\\\\\\\\][^']"},{cN:"preprocessor",b:"#import",e:"$",c:[{cN:"title",b:'"',e:'"'},{cN:"title",b:"<",e:">"}]},{cN:"preprocessor",b:"#",e:"$"},{cN:"class",bWK:true,e:"({|$)",k:"interface class protocol implementation",c:[{cN:"id",b:a.UIR}]},{cN:"variable",b:"\\\\."+a.UIR,r:0}]}}(hljs);hljs.LANGUAGES.coffeescript=function(c){var b={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",reserved:"case default function var void with const let enum export import native __hasProp __extends __slice __bind __indexOf",built_in:"npm require console print module exports global window document"};var a="[A-Za-z$_][0-9A-Za-z$_]*";var f={cN:"title",b:a};var e={cN:"subst",b:"#\\\\{",e:"}",k:b,};var d=[c.BNM,c.inherit(c.CNM,{starts:{e:"(\\\\s*\/)?",r:0}}),{cN:"string",b:"'''",e:"'''",c:[c.BE]},{cN:"string",b:"'",e:"'",c:[c.BE],r:0},{cN:"string",b:'"""',e:'"""',c:[c.BE,e]},{cN:"string",b:'"',e:'"',c:[c.BE,e],r:0},{cN:"regexp",b:"\/\/\/",e:"\/\/\/",c:[c.HCM]},{cN:"regexp",b:"\/\/[gim]*",r:0},{cN:"regexp",b:"\/\\\\S(\\\\\\\\.|[^\\\\n])*?\/[gim]*(?=\\\\s|\\\\W|$)"},{cN:"property",b:"@"+a},{b:"`",e:"`",eB:true,eE:true,sL:"javascript"}];e.c=d;return{k:b,c:d.concat([{cN:"comment",b:"###",e:"###"},c.HCM,{cN:"function",b:"("+a+"\\\\s*=\\\\s*)?(\\\\(.*\\\\))?\\\\s*[-=]>",e:"[-=]>",rB:true,c:[f,{cN:"params",b:"\\\\(",rB:true,c:[{b:\/\\(\/,e:\/\\)\/,k:b,c:["self"].concat(d)}]}]},{cN:"class",bWK:true,k:"class",e:"$",i:"[:\\\\[\\\\]]",c:[{bWK:true,k:"extends",eW:true,i:":",c:[f]},f]},{cN:"attribute",b:a+":",e:":",rB:true,eE:true}])}}(hljs);hljs.LANGUAGES.nginx=function(b){var c=[{cN:"variable",b:"\\\\$\\\\d+"},{cN:"variable",b:"\\\\${",e:"}"},{cN:"variable",b:"[\\\\$\\\\@]"+b.UIR}];var a={eW:true,l:"[a-z\/_]+",k:{built_in:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll \/dev\/poll"},r:0,i:"=>",c:[b.HCM,{cN:"string",b:'"',e:'"',c:[b.BE].concat(c),r:0},{cN:"string",b:"'",e:"'",c:[b.BE].concat(c),r:0},{cN:"url",b:"([a-z]+):\/",e:"\\\\s",eW:true,eE:true},{cN:"regexp",b:"\\\\s\\\\^",e:"\\\\s|{|;",rE:true,c:[b.BE].concat(c)},{cN:"regexp",b:"~\\\\*?\\\\s+",e:"\\\\s|{|;",rE:true,c:[b.BE].concat(c)},{cN:"regexp",b:"\\\\*(\\\\.[a-z\\\\-]+)+",c:[b.BE].concat(c)},{cN:"regexp",b:"([a-z\\\\-]+\\\\.)+\\\\*",c:[b.BE].concat(c)},{cN:"number",b:"\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b"},{cN:"number",b:"\\\\b\\\\d+[kKmMgGdshdwy]*\\\\b",r:0}].concat(c)};return{c:[b.HCM,{b:b.UIR+"\\\\s",e:";|{",rB:true,c:[{cN:"title",b:b.UIR,starts:a}],r:0}],i:"[^\\\\s\\\\}]"}}(hljs);hljs.LANGUAGES.json=function(a){var e={literal:"true false null"};var d=[a.QSM,a.CNM];var c={cN:"value",e:",",eW:true,eE:true,c:d,k:e};var b={b:"{",e:"}",c:[{cN:"attribute",b:'\\\\s*"',e:'"\\\\s*:\\\\s*',eB:true,eE:true,c:[a.BE],i:"\\\\n",starts:c}],i:"\\\\S"};var f={b:"\\\\[",e:"\\\\]",c:[a.inherit(c,{cN:null})],i:"\\\\S"};d.splice(d.length,0,b,f);return{c:d,k:e,i:"\\\\S"}}(hljs);hljs.LANGUAGES.apache=function(a){var b={cN:"number",b:"[\\\\$%]\\\\d+"};return{cI:true,c:[a.HCM,{cN:"tag",b:"<\/?",e:">"},{cN:"keyword",b:\/\\w+\/,r:0,k:{common:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{e:\/$\/,r:0,k:{literal:"on off all"},c:[{cN:"sqbracket",b:"\\\\s\\\\[",e:"\\\\]$"},{cN:"cbracket",b:"[\\\\$%]\\\\{",e:"\\\\}",c:["self",b]},b,a.QSM]}}],i:\/\\S\/}}(hljs);hljs.LANGUAGES.scss=function(a){var c="[a-zA-Z-][a-zA-Z0-9_-]*";var d={cN:"function",b:c+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]};var b={cN:"hexcolor",b:"#[0-9A-Fa-f]+"};var e={cN:"attribute",b:"[A-Z\\\\_\\\\.\\\\-]+",e:":",eE:true,i:"[^\\\\s]",starts:{cN:"value",eW:true,eE:true,c:[d,b,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"important",b:"!important"}]}};return{cI:true,i:"[=\/|']",c:[a.CLCM,a.CBLCLM,{cN:"function",b:c+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]},{cN:"id",b:"\\\\#[A-Za-z0-9_-]+",r:0},{cN:"class",b:"\\\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\\\[",e:"\\\\]",i:"$"},{cN:"tag",b:"\\\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\\\b",r:0},{cN:"pseudo",b:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{cN:"pseudo",b:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},{cN:"attribute",b:"\\\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\\\b",i:"[^\\\\s]"},{cN:"value",b:"\\\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\\\b"},{cN:"value",b:":",e:";",c:[b,a.NM,a.QSM,a.ASM,{cN:"important",b:"!important"}]},{cN:"at_rule",b:"@",e:"[{;]",k:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",c:[d,a.QSM,a.ASM,b,a.NM,{cN:"preprocessor",b:"\\\\s[A-Za-z0-9_.-]+",r:0}]}]}}(hljs);hljs.LANGUAGES.cpp=function(a){var b={keyword:"false int float while private char catch export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long throw volatile static protected bool template mutable if public friend do return goto auto void enum else break new extern using true class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue wchar_t inline delete alignof char16_t char32_t constexpr decltype noexcept nullptr static_assert thread_local restrict _Bool complex",built_in:"std string cin cout cerr clog stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr"};return{k:b,i:"<\/",c:[a.CLCM,a.CBLCLM,a.QSM,{cN:"string",b:"'\\\\\\\\?.",e:"'",i:"."},{cN:"number",b:"\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)(u|U|l|L|ul|UL|f|F)"},a.CNM,{cN:"preprocessor",b:"#",e:"$",c:[{b:"<",e:">",i:"\\\\n"},a.CLCM]},{cN:"stl_container",b:"\\\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\\\s*<",e:">",k:b,r:10,c:["self"]}]}}(hljs);hljs.LANGUAGES.makefile=function(a){var b={cN:"variable",b:\/\\$\\(\/,e:\/\\)\/,c:a.BE};return{c:[a.HCM,{b:\/^\\w+\\s*\\W*=\/,rB:true,r:0,starts:{cN:"constant",e:\/\\s*\\W*=\/,eE:true,starts:{e:\/$\/,r:0,c:[b],}}},{cN:"title",b:\/^[\\w]+:\\s*$\/},{cN:"phony",b:\/^\\.PHONY:\/,e:\/$\/,k:".PHONY",l:\/[\\.\\w]+\/},{b:\/^\\t+\/,e:\/$\/,c:[a.QSM,b]}]}}(hljs);/;" f
179
+ function.leftRight vendor/assets/javascripts/bootstrap-tokenfield.js /^ function leftRight(direction) {$/;" f
165
180
  function.return vendor/assets/javascripts/highlight.pack.js /^var hljs=new function(){function l(o){return o.replace(\/&\/gm,"&amp;").replace(\/<\/gm,"&lt;").replace(\/>\/gm,"&gt;")}function b(p){for(var o=p.firstChild;o;o=o.nextSibling){if(o.nodeName.toUpperCase()=="CODE"){return o}if(!(o.nodeType==3&&o.nodeValue.match(\/\\s+\/))){break}}}function h(p,o){return Array.prototype.map.call(p.childNodes,function(q){if(q.nodeType==3){return o?q.nodeValue.replace(\/\\n\/g,""):q.nodeValue}if(q.nodeName.toUpperCase()=="BR"){return"\\n"}return h(q,o)}).join("")}function a(q){var p=(q.className+" "+(q.parentNode?q.parentNode.className:"")).split(\/\\s+\/);p=p.map(function(r){return r.replace(\/^language-\/,"")});for(var o=0;o<p.length;o++){if(e[p[o]]||p[o]=="no-highlight"){return p[o]}}}function c(q){var o=[];(function p(r,s){for(var t=r.firstChild;t;t=t.nextSibling){if(t.nodeType==3){s+=t.nodeValue.length}else{if(t.nodeName.toUpperCase()=="BR"){s+=1}else{if(t.nodeType==1){o.push({event:"start",offset:s,node:t});s=p(t,s);o.push({event:"stop",offset:s,node:t})}}}}return s})(q,0);return o}function j(p,r,v){var q=0;var y="";var s=[];function u(){if(!p.length||!r.length){return p.length?p:r}if(p[0].offset!=r[0].offset){return(p[0].offset<r[0].offset)?p:r}return r[0].event=="start"?p:r}function t(A){function z(B){return" "+B.nodeName+'="'+l(B.value)+'"'}y+="<"+A.nodeName.toLowerCase()+Array.prototype.map.call(A.attributes,z).join("")+">"}function x(z){y+="<\/"+z.nodeName.toLowerCase()+">"}function o(z){(z.event=="start"?t:x)(z.node)}while(p.length||r.length){var w=u();y+=l(v.substr(q,w[0].offset-q));q=w[0].offset;if(w==p){s.reverse().forEach(x);do{o(w.splice(0,1)[0]);w=u()}while(w==p&&w.length&&w[0].offset==q);s.reverse().forEach(t)}else{if(w[0].event=="start"){s.push(w[0].node)}else{s.pop()}o(w.splice(0,1)[0])}}return y+l(v.substr(q))}function f(r){function o(s){return(s&&s.source)||s}function p(t,s){return RegExp(o(t),"m"+(r.cI?"i":"")+(s?"g":""))}function q(z,x){if(z.compiled){return}z.compiled=true;var u=[];if(z.k){var s={};function A(B,t){if(r.cI){t=t.toLowerCase()}t.split(" ").forEach(function(C){var D=C.split("|");s[D[0]]=[B,D[1]?Number(D[1]):1];u.push(D[0])})}z.lR=p(z.l||"\\\\b"+hljs.IR+"\\\\b(?!\\\\.)",true);if(typeof z.k=="string"){A("keyword",z.k)}else{for(var y in z.k){if(!z.k.hasOwnProperty(y)){continue}A(y,z.k[y])}}z.k=s}if(x){if(z.bWK){z.b="\\\\b("+u.join("|")+")\\\\b(?!\\\\.)\\\\s*"}z.bR=p(z.b?z.b:"\\\\B|\\\\b");if(!z.e&&!z.eW){z.e="\\\\B|\\\\b"}if(z.e){z.eR=p(z.e)}z.tE=o(z.e)||"";if(z.eW&&x.tE){z.tE+=(z.e?"|":"")+x.tE}}if(z.i){z.iR=p(z.i)}if(z.r===undefined){z.r=1}if(!z.c){z.c=[]}for(var w=0;w<z.c.length;w++){if(z.c[w]=="self"){z.c[w]=z}q(z.c[w],z)}if(z.starts){q(z.starts,x)}var v=[];for(var w=0;w<z.c.length;w++){v.push(o(z.c[w].b))}if(z.tE){v.push(o(z.tE))}if(z.i){v.push(o(z.i))}z.t=v.length?p(v.join("|"),true):{exec:function(t){return null}}}q(r)}function d(E,G,C,M){function o(r,P){for(var O=0;O<P.c.length;O++){var N=P.c[O].bR.exec(r);if(N&&N.index==0){return P.c[O]}}}function s(N,r){if(N.e&&N.eR.test(r)){return N}if(N.eW){return s(N.parent,r)}}function t(r,N){return !C&&N.i&&N.iR.test(r)}function y(O,r){var N=H.cI?r[0].toLowerCase():r[0];return O.k.hasOwnProperty(N)&&O.k[N]}function I(){var N=l(w);if(!B.k){return N}var r="";var Q=0;B.lR.lastIndex=0;var O=B.lR.exec(N);while(O){r+=N.substr(Q,O.index-Q);var P=y(B,O);if(P){v+=P[1];r+='<span class="'+P[0]+'">'+O[0]+"<\/span>"}else{r+=O[0]}Q=B.lR.lastIndex;O=B.lR.exec(N)}return r+N.substr(Q)}function z(){if(B.sL&&!e[B.sL]){return l(w)}var N=B.subLanguageMode=="continuous"?B.top:undefined;var r=B.sL?d(B.sL,w,true,N):g(w);if(B.r>0){v+=r.keyword_count;A+=r.r}B.top=r.top;return'<span class="'+r.language+'">'+r.value+"<\/span>"}function L(){return B.sL!==undefined?z():I()}function K(O,r){var N=O.cN?'<span class="'+O.cN+'">':"";if(O.rB){x+=N;w=""}else{if(O.eB){x+=l(r)+N;w=""}else{x+=N;w=r}}B=Object.create(O,{parent:{value:B}})}function D(N,r){w+=N;if(r===undefined){x+=L();return 0}var P=o(r,B);if(P){x+=L();K(P,r);return P.rB?0:r.length}var Q=s(B,r);if(Q){var O=B;if(!(O.rE||O.eE)){w+=r}x+=L();do{if(B.cN){x+="<\/span>"}A+=B.r;B=B.parent}while(B!=Q.parent);if(O.eE){x+=l(r)}w="";if(Q.starts){K(Q.starts,"")}return O.rE?0:r.length}if(t(r,B)){throw new Error('Illegal lexem "'+r+'" for mode "'+(B.cN||"<unnamed>")+'"')}w+=r;return r.length||1}var H=e[E];if(!H){throw new Error('Unknown language: "'+E+'"')}f(H);var B=M||H;var x="";for(var F=B;F!=H;F=F.parent){if(F.cN){x='<span class="'+F.cN+'">'+x}}var w="";var A=0;var v=0;try{var u,q,p=0;while(true){B.t.lastIndex=p;u=B.t.exec(G);if(!u){break}q=D(G.substr(p,u.index-p),u[0]);p=u.index+q}D(G.substr(p));for(var F=B;F.parent;F=F.parent){if(F.cN){x+="<\/span>"}}return{r:A,keyword_count:v,value:x,language:E,top:B}}catch(J){if(J.message.indexOf("Illegal")!=-1){return{r:0,keyword_count:0,value:l(G)}}else{throw J}}}function g(s){var o={keyword_count:0,r:0,value:l(s)};var q=o;for(var p in e){if(!e.hasOwnProperty(p)){continue}var r=d(p,s,false);r.language=p;if(r.keyword_count+r.r>q.keyword_count+q.r){q=r}if(r.keyword_count+r.r>o.keyword_count+o.r){q=o;o=r}}if(q.language){o.second_best=q}return o}function i(q,p,o){if(p){q=q.replace(\/^((<[^>]+>|\\t)+)\/gm,function(r,v,u,t){return v.replace(\/\\t\/g,p)})}if(o){q=q.replace(\/\\n\/g,"<br>")}return q}function m(r,u,p){var v=h(r,p);var t=a(r);if(t=="no-highlight"){return}var w=t?d(t,v,true):g(v);t=w.language;var o=c(r);if(o.length){var q=document.createElementNS("http:\/\/www.w3.org\/1999\/xhtml","pre");q.innerHTML=w.value;w.value=j(o,c(q),v)}w.value=i(w.value,u,p);var s=r.className;if(!s.match("(\\\\s|^)(language-)?"+t+"(\\\\s|$)")){s=s?(s+" "+t):t}r.innerHTML=w.value;r.className=s;r.result={language:t,kw:w.keyword_count,re:w.r};if(w.second_best){r.second_best={language:w.second_best.language,kw:w.second_best.keyword_count,re:w.second_best.r}}}function n(){if(n.called){return}n.called=true;Array.prototype.map.call(document.getElementsByTagNameNS("http:\/\/www.w3.org\/1999\/xhtml","pre"),b).filter(Boolean).forEach(function(o){m(o,hljs.tabReplace)})}function k(){window.addEventListener("DOMContentLoaded",n,false);window.addEventListener("load",n,false)}var e={};this.LANGUAGES=e;this.highlight=d;this.highlightAuto=g;this.fixMarkup=i;this.highlightBlock=m;this.initHighlighting=n;this.initHighlightingOnLoad=k;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\\\b\\\\d+(\\\\.\\\\d+)?";this.CNR="(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)";this.BNR="\\\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|\\\\.|-|-=|\/|\/=|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\\\?|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~";this.BE={b:"\\\\\\\\[\\\\s\\\\S]",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\\\n",c:[this.BE],r:0};this.QSM={cN:"string",b:'"',e:'"',i:"\\\\n",c:[this.BE],r:0};this.CLCM={cN:"comment",b:"\/\/",e:"$"};this.CBLCLM={cN:"comment",b:"\/\\\\*",e:"\\\\*\/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.REGEXP_MODE={cN:"regexp",b:\/\\\/\/,e:\/\\\/[gim]*\/,i:\/\\n\/,c:[this.BE,{b:\/\\[\/,e:\/\\]\/,r:0,c:[this.BE]}]};this.inherit=function(q,r){var o={};for(var p in q){o[p]=q[p]}if(r){for(var p in r){o[p]=r[p]}}return o}}();hljs.LANGUAGES.bash=function(a){var c={cN:"variable",b:\/\\$[\\w\\d#@][\\w\\d_]*\/};var b={cN:"variable",b:\/\\$\\{(.*?)\\}\/};var e={cN:"string",b:\/"\/,e:\/"\/,c:[a.BE,c,b,{cN:"variable",b:\/\\$\\(\/,e:\/\\)\/,c:a.BE}],r:0};var d={cN:"string",b:\/'\/,e:\/'\/,r:0};return{l:\/-?[a-z]+\/,k:{keyword:"if then else elif fi for break continue while in do done exit return set declare case esac export exec",literal:"true false",built_in:"printf echo read cd pwd pushd popd dirs let eval unset typeset readonly getopts source shopt caller type hash bind help sudo",operator:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"shebang",b:\/^#![^\\n]+sh\\s*$\/,r:10},{cN:"function",b:\/\\w[\\w\\d_]*\\s*\\(\\s*\\)\\s*\\{\/,rB:true,c:[{cN:"title",b:\/\\w[\\w\\d_]*\/}],r:0},a.HCM,a.NM,e,d,c,b]}}(hljs);hljs.LANGUAGES.cs=function(a){return{k:"abstract as base bool break byte case catch char checked class const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long namespace new null object operator out override params private protected public readonly ref return sbyte sealed short sizeof stackalloc static string struct switch this throw true try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async await ascending descending from get group into join let orderby partial select set value var where yield",c:[{cN:"comment",b:"\/\/\/",e:"$",rB:true,c:[{cN:"xmlDocTag",b:"\/\/\/|<!--|-->"},{cN:"xmlDocTag",b:"<\/?",e:">"}]},a.CLCM,a.CBLCLM,{cN:"preprocessor",b:"#",e:"$",k:"if else elif endif define undef warning error line region endregion pragma checksum"},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},a.ASM,a.QSM,a.CNM]}}(hljs);hljs.LANGUAGES.ruby=function(e){var a="[a-zA-Z_][a-zA-Z0-9_]*(\\\\!|\\\\?)?";var j="[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-\/+%^&*~`|]|\\\\[\\\\]=?";var g={keyword:"and false then defined module in return redo if BEGIN retry end for true self when next until do begin unless END rescue nil else break undef not super class case require yield alias while ensure elsif or include"};var c={cN:"yardoctag",b:"@[A-Za-z]+"};var k=[{cN:"comment",b:"#",e:"$",c:[c]},{cN:"comment",b:"^\\\\=begin",e:"^\\\\=end",c:[c],r:10},{cN:"comment",b:"^__END__",e:"\\\\n$"}];var d={cN:"subst",b:"#\\\\{",e:"}",l:a,k:g};var i=[e.BE,d];var b=[{cN:"string",b:"'",e:"'",c:i,r:0},{cN:"string",b:'"',e:'"',c:i,r:0},{cN:"string",b:"%[qw]?\\\\(",e:"\\\\)",c:i},{cN:"string",b:"%[qw]?\\\\[",e:"\\\\]",c:i},{cN:"string",b:"%[qw]?{",e:"}",c:i},{cN:"string",b:"%[qw]?<",e:">",c:i,r:10},{cN:"string",b:"%[qw]?\/",e:"\/",c:i,r:10},{cN:"string",b:"%[qw]?%",e:"%",c:i,r:10},{cN:"string",b:"%[qw]?-",e:"-",c:i,r:10},{cN:"string",b:"%[qw]?\\\\|",e:"\\\\|",c:i,r:10},{cN:"string",b:\/\\B\\?(\\\\\\d{1,3}|\\\\x[A-Fa-f0-9]{1,2}|\\\\u[A-Fa-f0-9]{4}|\\\\?\\S)\\b\/}];var h={cN:"function",bWK:true,e:" |$|;",k:"def",c:[{cN:"title",b:j,l:a,k:g},{cN:"params",b:"\\\\(",e:"\\\\)",l:a,k:g}].concat(k)};var f=k.concat(b.concat([{cN:"class",bWK:true,e:"$|;",k:"class module",c:[{cN:"title",b:"[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?",r:0},{cN:"inheritance",b:"<\\\\s*",c:[{cN:"parent",b:"("+e.IR+"::)?"+e.IR}]}].concat(k)},h,{cN:"constant",b:"(::)?(\\\\b[A-Z]\\\\w*(::)?)+",r:0},{cN:"symbol",b:":",c:b.concat([{b:j}]),r:0},{cN:"symbol",b:a+":",r:0},{cN:"number",b:"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b",r:0},{cN:"variable",b:"(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))"},{b:"("+e.RSR+")\\\\s*",c:k.concat([{cN:"regexp",b:"\/",e:"\/[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r{",e:"}[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r\\\\(",e:"\\\\)[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r!",e:"![a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r\\\\[",e:"\\\\][a-z]*",i:"\\\\n",c:[e.BE,d]}]),r:0}]));d.c=f;h.c[1].c=f;return{l:a,k:g,c:f}}(hljs);hljs.LANGUAGES.diff=function(a){return{c:[{cN:"chunk",b:"^\\\\@\\\\@ +\\\\-\\\\d+,\\\\d+ +\\\\+\\\\d+,\\\\d+ +\\\\@\\\\@$",r:10},{cN:"chunk",b:"^\\\\*\\\\*\\\\* +\\\\d+,\\\\d+ +\\\\*\\\\*\\\\*\\\\*$",r:10},{cN:"chunk",b:"^\\\\-\\\\-\\\\- +\\\\d+,\\\\d+ +\\\\-\\\\-\\\\-\\\\-$",r:10},{cN:"header",b:"Index: ",e:"$"},{cN:"header",b:"=====",e:"=====$"},{cN:"header",b:"^\\\\-\\\\-\\\\-",e:"$"},{cN:"header",b:"^\\\\*{3} ",e:"$"},{cN:"header",b:"^\\\\+\\\\+\\\\+",e:"$"},{cN:"header",b:"\\\\*{5}",e:"\\\\*{5}$"},{cN:"addition",b:"^\\\\+",e:"$"},{cN:"deletion",b:"^\\\\-",e:"$"},{cN:"change",b:"^\\\\!",e:"$"}]}}(hljs);hljs.LANGUAGES.haml=function(a){return{cI:true,c:[{cN:"doctype",b:"^!!!( (5|1\\\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\\\b.*))?$",r:10},{cN:"comment",b:"^\\\\s*(-#|\/).*$",r:0},{b:"^\\\\s*-(?!#)",starts:{e:"\\\\n",sL:"ruby"},r:0},{cN:"tag",b:"^\\\\s*%",c:[{cN:"title",b:"\\\\w+",r:0},{cN:"value",b:"[#\\\\.]\\\\w+",r:0},{b:"{\\\\s*",e:"\\\\s*}",eE:true,c:[{b:":\\\\w+\\\\s*=>",e:",\\\\s+",rB:true,eW:true,r:0,c:[{cN:"symbol",b:":\\\\w+",r:0},{cN:"string",b:'"',e:'"',r:0},{cN:"string",b:"'",e:"'",r:0},{b:"\\\\w+",r:0}]},],r:0},{b:"\\\\(\\\\s*",e:"\\\\s*\\\\)",eE:true,c:[{b:"\\\\w+\\\\s*=",e:"\\\\s+",rB:true,eW:true,r:0,c:[{cN:"attribute",b:"\\\\w+",r:0},{cN:"string",b:'"',e:'"',r:0},{cN:"string",b:"'",e:"'",r:0},{b:"\\\\w+",r:0}]},],r:0}],r:10},{cN:"bullet",b:"^\\\\s*[=~]\\\\s*",r:0},{b:"#{",starts:{e:"}",sL:"ruby"},r:0}]}}(hljs);hljs.LANGUAGES.javascript=function(a){return{k:{keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const",literal:"true false null undefined NaN Infinity"},c:[a.ASM,a.QSM,a.CLCM,a.CBLCLM,a.CNM,{b:"("+a.RSR+"|\\\\b(case|return|throw)\\\\b)\\\\s*",k:"return throw case",c:[a.CLCM,a.CBLCLM,a.REGEXP_MODE,{b:\/<\/,e:\/>;\/,sL:"xml"}],r:0},{cN:"function",bWK:true,e:\/{\/,k:"function",c:[{cN:"title",b:\/[A-Za-z$_][0-9A-Za-z$_]*\/},{cN:"params",b:\/\\(\/,e:\/\\)\/,c:[a.CLCM,a.CBLCLM],i:\/["'\\(]\/}],i:\/\\[|%\/}]}}(hljs);hljs.LANGUAGES.xml=function(a){var c="[A-Za-z0-9\\\\._:-]+";var b={eW:true,r:0,c:[{cN:"attribute",b:c,r:0},{b:'="',rB:true,e:'"',c:[{cN:"value",b:'"',eW:true}]},{b:"='",rB:true,e:"'",c:[{cN:"value",b:"'",eW:true}]},{b:"=",c:[{cN:"value",b:"[^\\\\s\/>]+"}]}]};return{cI:true,c:[{cN:"pi",b:"<\\\\?",e:"\\\\?>",r:10},{cN:"doctype",b:"<!DOCTYPE",e:">",r:10,c:[{b:"\\\\[",e:"\\\\]"}]},{cN:"comment",b:"<!--",e:"-->",r:10},{cN:"cdata",b:"<\\\\!\\\\[CDATA\\\\[",e:"\\\\]\\\\]>",r:10},{cN:"tag",b:"<style(?=\\\\s|>|$)",e:">",k:{title:"style"},c:[b],starts:{e:"<\/style>",rE:true,sL:"css"}},{cN:"tag",b:"<script(?=\\\\s|>|$)",e:">",k:{title:"script"},c:[b],starts:{e:"<\\\/script>",rE:true,sL:"javascript"}},{b:"<%",e:"%>",sL:"vbscript"},{cN:"tag",b:"<\/?",e:"\/?>",r:0,c:[{cN:"title",b:"[^ \/><]+"},b]}]}}(hljs);hljs.LANGUAGES.markdown=function(a){return{c:[{cN:"header",b:"^#{1,3}",e:"$"},{cN:"header",b:"^.+?\\\\n[=-]{2,}$"},{b:"<",e:">",sL:"xml",r:0},{cN:"bullet",b:"^([*+-]|(\\\\d+\\\\.))\\\\s+"},{cN:"strong",b:"[*_]{2}.+?[*_]{2}"},{cN:"emphasis",b:"\\\\*.+?\\\\*"},{cN:"emphasis",b:"_.+?_",r:0},{cN:"blockquote",b:"^>\\\\s+",e:"$"},{cN:"code",b:"`.+?`"},{cN:"code",b:"^ ",e:"$",r:0},{cN:"horizontal_rule",b:"^-{3,}",e:"$"},{b:"\\\\[.+?\\\\]\\\\(.+?\\\\)",rB:true,c:[{cN:"link_label",b:"\\\\[.+\\\\]"},{cN:"link_url",b:"\\\\(",e:"\\\\)",eB:true,eE:true}]}]}}(hljs);hljs.LANGUAGES.css=function(a){var b="[a-zA-Z-][a-zA-Z0-9_-]*";var c={cN:"function",b:b+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]};return{cI:true,i:"[=\/|']",c:[a.CBLCLM,{cN:"id",b:"\\\\#[A-Za-z0-9_-]+"},{cN:"class",b:"\\\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\\\[",e:"\\\\]",i:"$"},{cN:"pseudo",b:":(:)?[a-zA-Z0-9\\\\_\\\\-\\\\+\\\\(\\\\)\\\\\\"\\\\']+"},{cN:"at_rule",b:"@(font-face|page)",l:"[a-z-]+",k:"font-face page"},{cN:"at_rule",b:"@",e:"[{;]",c:[{cN:"keyword",b:\/\\S+\/},{b:\/\\s\/,eW:true,eE:true,r:0,c:[c,a.ASM,a.QSM,a.NM]}]},{cN:"tag",b:b,r:0},{cN:"rules",b:"{",e:"}",i:"[^\\\\s]",r:0,c:[a.CBLCLM,{cN:"rule",b:"[^\\\\s]",rB:true,e:";",eW:true,c:[{cN:"attribute",b:"[A-Z\\\\_\\\\.\\\\-]+",e:":",eE:true,i:"[^\\\\s]",starts:{cN:"value",eW:true,eE:true,c:[c,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"hexcolor",b:"#[0-9A-Fa-f]+"},{cN:"important",b:"!important"}]}}]}]}]}}(hljs);hljs.LANGUAGES.http=function(a){return{i:"\\\\S",c:[{cN:"status",b:"^HTTP\/[0-9\\\\.]+",e:"$",c:[{cN:"number",b:"\\\\b\\\\d{3}\\\\b"}]},{cN:"request",b:"^[A-Z]+ (.*?) HTTP\/[0-9\\\\.]+$",rB:true,e:"$",c:[{cN:"string",b:" ",e:" ",eB:true,eE:true}]},{cN:"attribute",b:"^\\\\w",e:": ",eE:true,i:"\\\\n|\\\\s|=",starts:{cN:"string",e:"$"}},{b:"\\\\n\\\\n",starts:{sL:"",eW:true}}]}}(hljs);hljs.LANGUAGES.java=function(a){return{k:"false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws",c:[{cN:"javadoc",b:"\/\\\\*\\\\*",e:"\\\\*\/",c:[{cN:"javadoctag",b:"(^|\\\\s)@[A-Za-z]+"}],r:10},a.CLCM,a.CBLCLM,a.ASM,a.QSM,{cN:"class",bWK:true,e:"{",k:"class interface",eE:true,i:":",c:[{bWK:true,k:"extends implements",r:10},{cN:"title",b:a.UIR}]},a.CNM,{cN:"annotation",b:"@[A-Za-z]+"}]}}(hljs);hljs.LANGUAGES.php=function(a){var e={cN:"variable",b:"\\\\$+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*"};var b=[a.inherit(a.ASM,{i:null}),a.inherit(a.QSM,{i:null}),{cN:"string",b:'b"',e:'"',c:[a.BE]},{cN:"string",b:"b'",e:"'",c:[a.BE]}];var c=[a.BNM,a.CNM];var d={cN:"title",b:a.UIR};return{cI:true,l:a.UIR,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return implements parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try this switch continue endfor endif declare unset true false namespace trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",c:[a.CLCM,a.HCM,{cN:"comment",b:"\/\\\\*",e:"\\\\*\/",c:[{cN:"phpdoc",b:"\\\\s@[A-Za-z]+"}]},{cN:"comment",b:"__halt_compiler.+?;",eW:true,k:"__halt_compiler",l:a.UIR},{cN:"string",b:"<<<['\\"]?\\\\w+['\\"]?$",e:"^\\\\w+;",c:[a.BE]},{cN:"preprocessor",b:"<\\\\?php",r:10},{cN:"preprocessor",b:"\\\\?>"},e,{cN:"function",bWK:true,e:"{",k:"function",i:"\\\\$|\\\\[|%",c:[d,{cN:"params",b:"\\\\(",e:"\\\\)",c:["self",e,a.CBLCLM].concat(b).concat(c)}]},{cN:"class",bWK:true,e:"{",k:"class",i:"[:\\\\(\\\\$]",c:[{bWK:true,eW:true,k:"extends",c:[d]},d]},{b:"=>"}].concat(b).concat(c)}}(hljs);hljs.LANGUAGES.python=function(a){var f={cN:"prompt",b:\/^(>>>|\\.\\.\\.) \/};var c=[{cN:"string",b:\/(u|b)?r?'''\/,e:\/'''\/,c:[f],r:10},{cN:"string",b:\/(u|b)?r?"""\/,e:\/"""\/,c:[f],r:10},{cN:"string",b:\/(u|r|ur)'\/,e:\/'\/,c:[a.BE],r:10},{cN:"string",b:\/(u|r|ur)"\/,e:\/"\/,c:[a.BE],r:10},{cN:"string",b:\/(b|br)'\/,e:\/'\/,c:[a.BE]},{cN:"string",b:\/(b|br)"\/,e:\/"\/,c:[a.BE]}].concat([a.ASM,a.QSM]);var e={cN:"title",b:a.UIR};var d={cN:"params",b:\/\\(\/,e:\/\\)\/,c:["self",a.CNM,f].concat(c)};var b={bWK:true,e:\/:\/,i:\/[${=;\\n]\/,c:[e,d],r:10};return{k:{keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},i:\/(<\\\/|->|\\?)\/,c:c.concat([f,a.HCM,a.inherit(b,{cN:"function",k:"def"}),a.inherit(b,{cN:"class",k:"class"}),a.CNM,{cN:"decorator",b:\/@\/,e:\/$\/},{b:\/\\b(print|exec)\\(\/}])}}(hljs);hljs.LANGUAGES.sql=function(a){return{cI:true,c:[{cN:"operator",b:"(begin|end|start|commit|rollback|savepoint|lock|alter|create|drop|rename|call|delete|do|handler|insert|load|replace|select|truncate|update|set|show|pragma|grant)\\\\b(?!:)",e:";",eW:true,k:{keyword:"all partial global month current_timestamp using go revoke smallint indicator end-exec disconnect zone with character assertion to add current_user usage input local alter match collate real then rollback get read timestamp session_user not integer bit unique day minute desc insert execute like ilike|2 level decimal drop continue isolation found where constraints domain right national some module transaction relative second connect escape close system_user for deferred section cast current sqlstate allocate intersect deallocate numeric public preserve full goto initially asc no key output collation group by union session both last language constraint column of space foreign deferrable prior connection unknown action commit view or first into float year primary cascaded except restrict set references names table outer open select size are rows from prepare distinct leading create only next inner authorization schema corresponding option declare precision immediate else timezone_minute external varying translation true case exception join hour default double scroll value cursor descriptor values dec fetch procedure delete and false int is describe char as at in varchar null trailing any absolute current_time end grant privileges when cross check write current_date pad begin temporary exec time update catalog user sql date on identity timezone_hour natural whenever interval work order cascade diagnostics nchar having left call do handler load replace truncate start lock show pragma exists number trigger if before after each row",aggregate:"count sum min max avg"},c:[{cN:"string",b:"'",e:"'",c:[a.BE,{b:"''"}],r:0},{cN:"string",b:'"',e:'"',c:[a.BE,{b:'""'}],r:0},{cN:"string",b:"`",e:"`",c:[a.BE]},a.CNM]},a.CBLCLM,{cN:"comment",b:"--",e:"$"}]}}(hljs);hljs.LANGUAGES.ini=function(a){return{cI:true,i:"[^\\\\s]",c:[{cN:"comment",b:";",e:"$"},{cN:"title",b:"^\\\\[",e:"\\\\]"},{cN:"setting",b:"^[a-z0-9\\\\[\\\\]_-]+[ \\\\t]*=[ \\\\t]*",e:"$",c:[{cN:"value",eW:true,k:"on off true false yes no",c:[a.QSM,a.NM],r:0}]}]}}(hljs);hljs.LANGUAGES.perl=function(e){var a="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when";var d={cN:"subst",b:"[$@]\\\\{",e:"\\\\}",k:a,r:10};var b={cN:"variable",b:"\\\\$\\\\d"};var i={cN:"variable",b:"[\\\\$\\\\%\\\\@\\\\*](\\\\^\\\\w\\\\b|#\\\\w+(\\\\:\\\\:\\\\w+)*|[^\\\\s\\\\w{]|{\\\\w+}|\\\\w+(\\\\:\\\\:\\\\w*)*)"};var f=[e.BE,d,b,i];var h={b:"->",c:[{b:e.IR},{b:"{",e:"}"}]};var g={cN:"comment",b:"^(__END__|__DATA__)",e:"\\\\n$",r:5};var c=[b,i,e.HCM,g,{cN:"comment",b:"^\\\\=\\\\w",e:"\\\\=cut",eW:true},h,{cN:"string",b:"q[qwxr]?\\\\s*\\\\(",e:"\\\\)",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\[",e:"\\\\]",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\{",e:"\\\\}",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\|",e:"\\\\|",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\<",e:"\\\\>",c:f,r:5},{cN:"string",b:"qw\\\\s+q",e:"q",c:f,r:5},{cN:"string",b:"'",e:"'",c:[e.BE],r:0},{cN:"string",b:'"',e:'"',c:f,r:0},{cN:"string",b:"`",e:"`",c:[e.BE]},{cN:"string",b:"{\\\\w+}",r:0},{cN:"string",b:"-?\\\\w+\\\\s*\\\\=\\\\>",r:0},{cN:"number",b:"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b",r:0},{b:"("+e.RSR+"|\\\\b(split|return|print|reverse|grep)\\\\b)\\\\s*",k:"split return print reverse grep",r:0,c:[e.HCM,g,{cN:"regexp",b:"(s|tr|y)\/(\\\\\\\\.|[^\/])*\/(\\\\\\\\.|[^\/])*\/[a-z]*",r:10},{cN:"regexp",b:"(m|qr)?\/",e:"\/[a-z]*",c:[e.BE],r:0}]},{cN:"sub",bWK:true,e:"(\\\\s*\\\\(.*?\\\\))?[;{]",k:"sub",r:5},{cN:"operator",b:"-\\\\w\\\\b",r:0}];d.c=c;h.c[1].c=c;return{k:a,c:c}}(hljs);hljs.LANGUAGES.objectivec=function(a){var b={keyword:"int float while private char catch export sizeof typedef const struct for union unsigned long volatile static protected bool mutable if public do return goto void enum else break extern asm case short default double throw register explicit signed typename try this switch continue wchar_t inline readonly assign property self synchronized end synthesize id optional required nonatomic super unichar finally dynamic IBOutlet IBAction selector strong weak readonly",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"NSString NSDictionary CGRect CGPoint UIButton UILabel UITextView UIWebView MKMapView UISegmentedControl NSObject UITableViewDelegate UITableViewDataSource NSThread UIActivityIndicator UITabbar UIToolBar UIBarButtonItem UIImageView NSAutoreleasePool UITableView BOOL NSInteger CGFloat NSException NSLog NSMutableString NSMutableArray NSMutableDictionary NSURL NSIndexPath CGSize UITableViewCell UIView UIViewController UINavigationBar UINavigationController UITabBarController UIPopoverController UIPopoverControllerDelegate UIImage NSNumber UISearchBar NSFetchedResultsController NSFetchedResultsChangeType UIScrollView UIScrollViewDelegate UIEdgeInsets UIColor UIFont UIApplication NSNotFound NSNotificationCenter NSNotification UILocalNotification NSBundle NSFileManager NSTimeInterval NSDate NSCalendar NSUserDefaults UIWindow NSRange NSArray NSError NSURLRequest NSURLConnection UIInterfaceOrientation MPMoviePlayerController dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"};return{k:b,i:"<\/",c:[a.CLCM,a.CBLCLM,a.CNM,a.QSM,{cN:"string",b:"'",e:"[^\\\\\\\\]'",i:"[^\\\\\\\\][^']"},{cN:"preprocessor",b:"#import",e:"$",c:[{cN:"title",b:'"',e:'"'},{cN:"title",b:"<",e:">"}]},{cN:"preprocessor",b:"#",e:"$"},{cN:"class",bWK:true,e:"({|$)",k:"interface class protocol implementation",c:[{cN:"id",b:a.UIR}]},{cN:"variable",b:"\\\\."+a.UIR,r:0}]}}(hljs);hljs.LANGUAGES.coffeescript=function(c){var b={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",reserved:"case default function var void with const let enum export import native __hasProp __extends __slice __bind __indexOf",built_in:"npm require console print module exports global window document"};var a="[A-Za-z$_][0-9A-Za-z$_]*";var f={cN:"title",b:a};var e={cN:"subst",b:"#\\\\{",e:"}",k:b,};var d=[c.BNM,c.inherit(c.CNM,{starts:{e:"(\\\\s*\/)?",r:0}}),{cN:"string",b:"'''",e:"'''",c:[c.BE]},{cN:"string",b:"'",e:"'",c:[c.BE],r:0},{cN:"string",b:'"""',e:'"""',c:[c.BE,e]},{cN:"string",b:'"',e:'"',c:[c.BE,e],r:0},{cN:"regexp",b:"\/\/\/",e:"\/\/\/",c:[c.HCM]},{cN:"regexp",b:"\/\/[gim]*",r:0},{cN:"regexp",b:"\/\\\\S(\\\\\\\\.|[^\\\\n])*?\/[gim]*(?=\\\\s|\\\\W|$)"},{cN:"property",b:"@"+a},{b:"`",e:"`",eB:true,eE:true,sL:"javascript"}];e.c=d;return{k:b,c:d.concat([{cN:"comment",b:"###",e:"###"},c.HCM,{cN:"function",b:"("+a+"\\\\s*=\\\\s*)?(\\\\(.*\\\\))?\\\\s*[-=]>",e:"[-=]>",rB:true,c:[f,{cN:"params",b:"\\\\(",rB:true,c:[{b:\/\\(\/,e:\/\\)\/,k:b,c:["self"].concat(d)}]}]},{cN:"class",bWK:true,k:"class",e:"$",i:"[:\\\\[\\\\]]",c:[{bWK:true,k:"extends",eW:true,i:":",c:[f]},f]},{cN:"attribute",b:a+":",e:":",rB:true,eE:true}])}}(hljs);hljs.LANGUAGES.nginx=function(b){var c=[{cN:"variable",b:"\\\\$\\\\d+"},{cN:"variable",b:"\\\\${",e:"}"},{cN:"variable",b:"[\\\\$\\\\@]"+b.UIR}];var a={eW:true,l:"[a-z\/_]+",k:{built_in:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll \/dev\/poll"},r:0,i:"=>",c:[b.HCM,{cN:"string",b:'"',e:'"',c:[b.BE].concat(c),r:0},{cN:"string",b:"'",e:"'",c:[b.BE].concat(c),r:0},{cN:"url",b:"([a-z]+):\/",e:"\\\\s",eW:true,eE:true},{cN:"regexp",b:"\\\\s\\\\^",e:"\\\\s|{|;",rE:true,c:[b.BE].concat(c)},{cN:"regexp",b:"~\\\\*?\\\\s+",e:"\\\\s|{|;",rE:true,c:[b.BE].concat(c)},{cN:"regexp",b:"\\\\*(\\\\.[a-z\\\\-]+)+",c:[b.BE].concat(c)},{cN:"regexp",b:"([a-z\\\\-]+\\\\.)+\\\\*",c:[b.BE].concat(c)},{cN:"number",b:"\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b"},{cN:"number",b:"\\\\b\\\\d+[kKmMgGdshdwy]*\\\\b",r:0}].concat(c)};return{c:[b.HCM,{b:b.UIR+"\\\\s",e:";|{",rB:true,c:[{cN:"title",b:b.UIR,starts:a}],r:0}],i:"[^\\\\s\\\\}]"}}(hljs);hljs.LANGUAGES.json=function(a){var e={literal:"true false null"};var d=[a.QSM,a.CNM];var c={cN:"value",e:",",eW:true,eE:true,c:d,k:e};var b={b:"{",e:"}",c:[{cN:"attribute",b:'\\\\s*"',e:'"\\\\s*:\\\\s*',eB:true,eE:true,c:[a.BE],i:"\\\\n",starts:c}],i:"\\\\S"};var f={b:"\\\\[",e:"\\\\]",c:[a.inherit(c,{cN:null})],i:"\\\\S"};d.splice(d.length,0,b,f);return{c:d,k:e,i:"\\\\S"}}(hljs);hljs.LANGUAGES.apache=function(a){var b={cN:"number",b:"[\\\\$%]\\\\d+"};return{cI:true,c:[a.HCM,{cN:"tag",b:"<\/?",e:">"},{cN:"keyword",b:\/\\w+\/,r:0,k:{common:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{e:\/$\/,r:0,k:{literal:"on off all"},c:[{cN:"sqbracket",b:"\\\\s\\\\[",e:"\\\\]$"},{cN:"cbracket",b:"[\\\\$%]\\\\{",e:"\\\\}",c:["self",b]},b,a.QSM]}}],i:\/\\S\/}}(hljs);hljs.LANGUAGES.scss=function(a){var c="[a-zA-Z-][a-zA-Z0-9_-]*";var d={cN:"function",b:c+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]};var b={cN:"hexcolor",b:"#[0-9A-Fa-f]+"};var e={cN:"attribute",b:"[A-Z\\\\_\\\\.\\\\-]+",e:":",eE:true,i:"[^\\\\s]",starts:{cN:"value",eW:true,eE:true,c:[d,b,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"important",b:"!important"}]}};return{cI:true,i:"[=\/|']",c:[a.CLCM,a.CBLCLM,{cN:"function",b:c+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]},{cN:"id",b:"\\\\#[A-Za-z0-9_-]+",r:0},{cN:"class",b:"\\\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\\\[",e:"\\\\]",i:"$"},{cN:"tag",b:"\\\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\\\b",r:0},{cN:"pseudo",b:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{cN:"pseudo",b:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},{cN:"attribute",b:"\\\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\\\b",i:"[^\\\\s]"},{cN:"value",b:"\\\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\\\b"},{cN:"value",b:":",e:";",c:[b,a.NM,a.QSM,a.ASM,{cN:"important",b:"!important"}]},{cN:"at_rule",b:"@",e:"[{;]",k:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",c:[d,a.QSM,a.ASM,b,a.NM,{cN:"preprocessor",b:"\\\\s[A-Za-z0-9_.-]+",r:0}]}]}}(hljs);hljs.LANGUAGES.cpp=function(a){var b={keyword:"false int float while private char catch export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long throw volatile static protected bool template mutable if public friend do return goto auto void enum else break new extern using true class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue wchar_t inline delete alignof char16_t char32_t constexpr decltype noexcept nullptr static_assert thread_local restrict _Bool complex",built_in:"std string cin cout cerr clog stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr"};return{k:b,i:"<\/",c:[a.CLCM,a.CBLCLM,a.QSM,{cN:"string",b:"'\\\\\\\\?.",e:"'",i:"."},{cN:"number",b:"\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)(u|U|l|L|ul|UL|f|F)"},a.CNM,{cN:"preprocessor",b:"#",e:"$",c:[{b:"<",e:">",i:"\\\\n"},a.CLCM]},{cN:"stl_container",b:"\\\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\\\s*<",e:">",k:b,r:10,c:["self"]}]}}(hljs);hljs.LANGUAGES.makefile=function(a){var b={cN:"variable",b:\/\\$\\(\/,e:\/\\)\/,c:a.BE};return{c:[a.HCM,{b:\/^\\w+\\s*\\W*=\/,rB:true,r:0,starts:{cN:"constant",e:\/\\s*\\W*=\/,eE:true,starts:{e:\/$\/,r:0,c:[b],}}},{cN:"title",b:\/^[\\w]+:\\s*$\/},{cN:"phony",b:\/^\\.PHONY:\/,e:\/$\/,k:".PHONY",l:\/[\\.\\w]+\/},{b:\/^\\t+\/,e:\/$\/,c:[a.QSM,b]}]}}(hljs);/;" c
181
+ function.upDown vendor/assets/javascripts/bootstrap-tokenfield.js /^ function upDown(direction) {$/;" f
166
182
  generate_diff app/controllers/tickets_controller.rb /^ def generate_diff(old_text, new_text)$/;" f class:TicketsController
167
183
  generate_html_diff app/controllers/tickets_controller.rb /^ def generate_html_diff(old_text, new_text)$/;" f class:TicketsController
168
184
  gfm config/initializers/haml_gfm.rb /^ def gfm(text)$/;" f class:Haml.Markdown
@@ -175,6 +191,7 @@ index app/controllers/projects_controller.rb /^ def index$/;" f class:ProjectsC
175
191
  index app/controllers/sink_controller.rb /^ def index$/;" f class:SinkController
176
192
  index app/controllers/tickets_controller.rb /^ def index$/;" f class:TicketsController
177
193
  index app/controllers/wiki/pages_controller.rb /^ def index$/;" f class:Wiki
194
+ index app/controllers/work/users_controller.rb /^ def index$/;" f class:Work
178
195
  initialize lib/ticket_assignment.rb /^ def initialize ticket, user_ids$/;" f class:TicketAssignment
179
196
  input app/inputs/fake_input.rb /^ def input$/;" f class:FakeInput
180
197
  input_html_classes config/initializers/simple_form_bootstrap.rb /^ def input_html_classes$/;" f
@@ -225,6 +242,7 @@ new app/controllers/projects_controller.rb /^ def new$/;" f class:ProjectsContr
225
242
  new app/controllers/tickets_controller.rb /^ def new$/;" f class:TicketsController
226
243
  new app/controllers/wiki/pages_controller.rb /^ def new$/;" f class:Wiki
227
244
  new app/controllers/wiki/spaces_controller.rb /^ def new$/;" f class:Wiki
245
+ new app/controllers/work/users_controller.rb /^ def new$/;" f class:Work
228
246
  nodePosition vendor/assets/javascripts/tinymce/mention/plugin.js /^ var nodePosition = $(this.editor.dom.select('span#autocomplete')).position();$/;" v
229
247
  normalize config/initializers/gollum.rb /^ def normalize(data)$/;" f class:Gollum.Wiki
230
248
  o.f.o vendor/assets/javascripts/highlight.pack.js /^var hljs=new function(){function l(o){return o.replace(\/&\/gm,"&amp;").replace(\/<\/gm,"&lt;").replace(\/>\/gm,"&gt;")}function b(p){for(var o=p.firstChild;o;o=o.nextSibling){if(o.nodeName.toUpperCase()=="CODE"){return o}if(!(o.nodeType==3&&o.nodeValue.match(\/\\s+\/))){break}}}function h(p,o){return Array.prototype.map.call(p.childNodes,function(q){if(q.nodeType==3){return o?q.nodeValue.replace(\/\\n\/g,""):q.nodeValue}if(q.nodeName.toUpperCase()=="BR"){return"\\n"}return h(q,o)}).join("")}function a(q){var p=(q.className+" "+(q.parentNode?q.parentNode.className:"")).split(\/\\s+\/);p=p.map(function(r){return r.replace(\/^language-\/,"")});for(var o=0;o<p.length;o++){if(e[p[o]]||p[o]=="no-highlight"){return p[o]}}}function c(q){var o=[];(function p(r,s){for(var t=r.firstChild;t;t=t.nextSibling){if(t.nodeType==3){s+=t.nodeValue.length}else{if(t.nodeName.toUpperCase()=="BR"){s+=1}else{if(t.nodeType==1){o.push({event:"start",offset:s,node:t});s=p(t,s);o.push({event:"stop",offset:s,node:t})}}}}return s})(q,0);return o}function j(p,r,v){var q=0;var y="";var s=[];function u(){if(!p.length||!r.length){return p.length?p:r}if(p[0].offset!=r[0].offset){return(p[0].offset<r[0].offset)?p:r}return r[0].event=="start"?p:r}function t(A){function z(B){return" "+B.nodeName+'="'+l(B.value)+'"'}y+="<"+A.nodeName.toLowerCase()+Array.prototype.map.call(A.attributes,z).join("")+">"}function x(z){y+="<\/"+z.nodeName.toLowerCase()+">"}function o(z){(z.event=="start"?t:x)(z.node)}while(p.length||r.length){var w=u();y+=l(v.substr(q,w[0].offset-q));q=w[0].offset;if(w==p){s.reverse().forEach(x);do{o(w.splice(0,1)[0]);w=u()}while(w==p&&w.length&&w[0].offset==q);s.reverse().forEach(t)}else{if(w[0].event=="start"){s.push(w[0].node)}else{s.pop()}o(w.splice(0,1)[0])}}return y+l(v.substr(q))}function f(r){function o(s){return(s&&s.source)||s}function p(t,s){return RegExp(o(t),"m"+(r.cI?"i":"")+(s?"g":""))}function q(z,x){if(z.compiled){return}z.compiled=true;var u=[];if(z.k){var s={};function A(B,t){if(r.cI){t=t.toLowerCase()}t.split(" ").forEach(function(C){var D=C.split("|");s[D[0]]=[B,D[1]?Number(D[1]):1];u.push(D[0])})}z.lR=p(z.l||"\\\\b"+hljs.IR+"\\\\b(?!\\\\.)",true);if(typeof z.k=="string"){A("keyword",z.k)}else{for(var y in z.k){if(!z.k.hasOwnProperty(y)){continue}A(y,z.k[y])}}z.k=s}if(x){if(z.bWK){z.b="\\\\b("+u.join("|")+")\\\\b(?!\\\\.)\\\\s*"}z.bR=p(z.b?z.b:"\\\\B|\\\\b");if(!z.e&&!z.eW){z.e="\\\\B|\\\\b"}if(z.e){z.eR=p(z.e)}z.tE=o(z.e)||"";if(z.eW&&x.tE){z.tE+=(z.e?"|":"")+x.tE}}if(z.i){z.iR=p(z.i)}if(z.r===undefined){z.r=1}if(!z.c){z.c=[]}for(var w=0;w<z.c.length;w++){if(z.c[w]=="self"){z.c[w]=z}q(z.c[w],z)}if(z.starts){q(z.starts,x)}var v=[];for(var w=0;w<z.c.length;w++){v.push(o(z.c[w].b))}if(z.tE){v.push(o(z.tE))}if(z.i){v.push(o(z.i))}z.t=v.length?p(v.join("|"),true):{exec:function(t){return null}}}q(r)}function d(E,G,C,M){function o(r,P){for(var O=0;O<P.c.length;O++){var N=P.c[O].bR.exec(r);if(N&&N.index==0){return P.c[O]}}}function s(N,r){if(N.e&&N.eR.test(r)){return N}if(N.eW){return s(N.parent,r)}}function t(r,N){return !C&&N.i&&N.iR.test(r)}function y(O,r){var N=H.cI?r[0].toLowerCase():r[0];return O.k.hasOwnProperty(N)&&O.k[N]}function I(){var N=l(w);if(!B.k){return N}var r="";var Q=0;B.lR.lastIndex=0;var O=B.lR.exec(N);while(O){r+=N.substr(Q,O.index-Q);var P=y(B,O);if(P){v+=P[1];r+='<span class="'+P[0]+'">'+O[0]+"<\/span>"}else{r+=O[0]}Q=B.lR.lastIndex;O=B.lR.exec(N)}return r+N.substr(Q)}function z(){if(B.sL&&!e[B.sL]){return l(w)}var N=B.subLanguageMode=="continuous"?B.top:undefined;var r=B.sL?d(B.sL,w,true,N):g(w);if(B.r>0){v+=r.keyword_count;A+=r.r}B.top=r.top;return'<span class="'+r.language+'">'+r.value+"<\/span>"}function L(){return B.sL!==undefined?z():I()}function K(O,r){var N=O.cN?'<span class="'+O.cN+'">':"";if(O.rB){x+=N;w=""}else{if(O.eB){x+=l(r)+N;w=""}else{x+=N;w=r}}B=Object.create(O,{parent:{value:B}})}function D(N,r){w+=N;if(r===undefined){x+=L();return 0}var P=o(r,B);if(P){x+=L();K(P,r);return P.rB?0:r.length}var Q=s(B,r);if(Q){var O=B;if(!(O.rE||O.eE)){w+=r}x+=L();do{if(B.cN){x+="<\/span>"}A+=B.r;B=B.parent}while(B!=Q.parent);if(O.eE){x+=l(r)}w="";if(Q.starts){K(Q.starts,"")}return O.rE?0:r.length}if(t(r,B)){throw new Error('Illegal lexem "'+r+'" for mode "'+(B.cN||"<unnamed>")+'"')}w+=r;return r.length||1}var H=e[E];if(!H){throw new Error('Unknown language: "'+E+'"')}f(H);var B=M||H;var x="";for(var F=B;F!=H;F=F.parent){if(F.cN){x='<span class="'+F.cN+'">'+x}}var w="";var A=0;var v=0;try{var u,q,p=0;while(true){B.t.lastIndex=p;u=B.t.exec(G);if(!u){break}q=D(G.substr(p,u.index-p),u[0]);p=u.index+q}D(G.substr(p));for(var F=B;F.parent;F=F.parent){if(F.cN){x+="<\/span>"}}return{r:A,keyword_count:v,value:x,language:E,top:B}}catch(J){if(J.message.indexOf("Illegal")!=-1){return{r:0,keyword_count:0,value:l(G)}}else{throw J}}}function g(s){var o={keyword_count:0,r:0,value:l(s)};var q=o;for(var p in e){if(!e.hasOwnProperty(p)){continue}var r=d(p,s,false);r.language=p;if(r.keyword_count+r.r>q.keyword_count+q.r){q=r}if(r.keyword_count+r.r>o.keyword_count+o.r){q=o;o=r}}if(q.language){o.second_best=q}return o}function i(q,p,o){if(p){q=q.replace(\/^((<[^>]+>|\\t)+)\/gm,function(r,v,u,t){return v.replace(\/\\t\/g,p)})}if(o){q=q.replace(\/\\n\/g,"<br>")}return q}function m(r,u,p){var v=h(r,p);var t=a(r);if(t=="no-highlight"){return}var w=t?d(t,v,true):g(v);t=w.language;var o=c(r);if(o.length){var q=document.createElementNS("http:\/\/www.w3.org\/1999\/xhtml","pre");q.innerHTML=w.value;w.value=j(o,c(q),v)}w.value=i(w.value,u,p);var s=r.className;if(!s.match("(\\\\s|^)(language-)?"+t+"(\\\\s|$)")){s=s?(s+" "+t):t}r.innerHTML=w.value;r.className=s;r.result={language:t,kw:w.keyword_count,re:w.r};if(w.second_best){r.second_best={language:w.second_best.language,kw:w.second_best.keyword_count,re:w.second_best.r}}}function n(){if(n.called){return}n.called=true;Array.prototype.map.call(document.getElementsByTagNameNS("http:\/\/www.w3.org\/1999\/xhtml","pre"),b).filter(Boolean).forEach(function(o){m(o,hljs.tabReplace)})}function k(){window.addEventListener("DOMContentLoaded",n,false);window.addEventListener("load",n,false)}var e={};this.LANGUAGES=e;this.highlight=d;this.highlightAuto=g;this.fixMarkup=i;this.highlightBlock=m;this.initHighlighting=n;this.initHighlightingOnLoad=k;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\\\b\\\\d+(\\\\.\\\\d+)?";this.CNR="(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)";this.BNR="\\\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|\\\\.|-|-=|\/|\/=|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\\\?|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~";this.BE={b:"\\\\\\\\[\\\\s\\\\S]",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\\\n",c:[this.BE],r:0};this.QSM={cN:"string",b:'"',e:'"',i:"\\\\n",c:[this.BE],r:0};this.CLCM={cN:"comment",b:"\/\/",e:"$"};this.CBLCLM={cN:"comment",b:"\/\\\\*",e:"\\\\*\/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.REGEXP_MODE={cN:"regexp",b:\/\\\/\/,e:\/\\\/[gim]*\/,i:\/\\n\/,c:[this.BE,{b:\/\\[\/,e:\/\\]\/,r:0,c:[this.BE]}]};this.inherit=function(q,r){var o={};for(var p in q){o[p]=q[p]}if(r){for(var p in r){o[p]=r[p]}}return o}}();hljs.LANGUAGES.bash=function(a){var c={cN:"variable",b:\/\\$[\\w\\d#@][\\w\\d_]*\/};var b={cN:"variable",b:\/\\$\\{(.*?)\\}\/};var e={cN:"string",b:\/"\/,e:\/"\/,c:[a.BE,c,b,{cN:"variable",b:\/\\$\\(\/,e:\/\\)\/,c:a.BE}],r:0};var d={cN:"string",b:\/'\/,e:\/'\/,r:0};return{l:\/-?[a-z]+\/,k:{keyword:"if then else elif fi for break continue while in do done exit return set declare case esac export exec",literal:"true false",built_in:"printf echo read cd pwd pushd popd dirs let eval unset typeset readonly getopts source shopt caller type hash bind help sudo",operator:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"shebang",b:\/^#![^\\n]+sh\\s*$\/,r:10},{cN:"function",b:\/\\w[\\w\\d_]*\\s*\\(\\s*\\)\\s*\\{\/,rB:true,c:[{cN:"title",b:\/\\w[\\w\\d_]*\/}],r:0},a.HCM,a.NM,e,d,c,b]}}(hljs);hljs.LANGUAGES.cs=function(a){return{k:"abstract as base bool break byte case catch char checked class const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long namespace new null object operator out override params private protected public readonly ref return sbyte sealed short sizeof stackalloc static string struct switch this throw true try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async await ascending descending from get group into join let orderby partial select set value var where yield",c:[{cN:"comment",b:"\/\/\/",e:"$",rB:true,c:[{cN:"xmlDocTag",b:"\/\/\/|<!--|-->"},{cN:"xmlDocTag",b:"<\/?",e:">"}]},a.CLCM,a.CBLCLM,{cN:"preprocessor",b:"#",e:"$",k:"if else elif endif define undef warning error line region endregion pragma checksum"},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},a.ASM,a.QSM,a.CNM]}}(hljs);hljs.LANGUAGES.ruby=function(e){var a="[a-zA-Z_][a-zA-Z0-9_]*(\\\\!|\\\\?)?";var j="[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-\/+%^&*~`|]|\\\\[\\\\]=?";var g={keyword:"and false then defined module in return redo if BEGIN retry end for true self when next until do begin unless END rescue nil else break undef not super class case require yield alias while ensure elsif or include"};var c={cN:"yardoctag",b:"@[A-Za-z]+"};var k=[{cN:"comment",b:"#",e:"$",c:[c]},{cN:"comment",b:"^\\\\=begin",e:"^\\\\=end",c:[c],r:10},{cN:"comment",b:"^__END__",e:"\\\\n$"}];var d={cN:"subst",b:"#\\\\{",e:"}",l:a,k:g};var i=[e.BE,d];var b=[{cN:"string",b:"'",e:"'",c:i,r:0},{cN:"string",b:'"',e:'"',c:i,r:0},{cN:"string",b:"%[qw]?\\\\(",e:"\\\\)",c:i},{cN:"string",b:"%[qw]?\\\\[",e:"\\\\]",c:i},{cN:"string",b:"%[qw]?{",e:"}",c:i},{cN:"string",b:"%[qw]?<",e:">",c:i,r:10},{cN:"string",b:"%[qw]?\/",e:"\/",c:i,r:10},{cN:"string",b:"%[qw]?%",e:"%",c:i,r:10},{cN:"string",b:"%[qw]?-",e:"-",c:i,r:10},{cN:"string",b:"%[qw]?\\\\|",e:"\\\\|",c:i,r:10},{cN:"string",b:\/\\B\\?(\\\\\\d{1,3}|\\\\x[A-Fa-f0-9]{1,2}|\\\\u[A-Fa-f0-9]{4}|\\\\?\\S)\\b\/}];var h={cN:"function",bWK:true,e:" |$|;",k:"def",c:[{cN:"title",b:j,l:a,k:g},{cN:"params",b:"\\\\(",e:"\\\\)",l:a,k:g}].concat(k)};var f=k.concat(b.concat([{cN:"class",bWK:true,e:"$|;",k:"class module",c:[{cN:"title",b:"[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?",r:0},{cN:"inheritance",b:"<\\\\s*",c:[{cN:"parent",b:"("+e.IR+"::)?"+e.IR}]}].concat(k)},h,{cN:"constant",b:"(::)?(\\\\b[A-Z]\\\\w*(::)?)+",r:0},{cN:"symbol",b:":",c:b.concat([{b:j}]),r:0},{cN:"symbol",b:a+":",r:0},{cN:"number",b:"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b",r:0},{cN:"variable",b:"(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))"},{b:"("+e.RSR+")\\\\s*",c:k.concat([{cN:"regexp",b:"\/",e:"\/[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r{",e:"}[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r\\\\(",e:"\\\\)[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r!",e:"![a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r\\\\[",e:"\\\\][a-z]*",i:"\\\\n",c:[e.BE,d]}]),r:0}]));d.c=f;h.c[1].c=f;return{l:a,k:g,c:f}}(hljs);hljs.LANGUAGES.diff=function(a){return{c:[{cN:"chunk",b:"^\\\\@\\\\@ +\\\\-\\\\d+,\\\\d+ +\\\\+\\\\d+,\\\\d+ +\\\\@\\\\@$",r:10},{cN:"chunk",b:"^\\\\*\\\\*\\\\* +\\\\d+,\\\\d+ +\\\\*\\\\*\\\\*\\\\*$",r:10},{cN:"chunk",b:"^\\\\-\\\\-\\\\- +\\\\d+,\\\\d+ +\\\\-\\\\-\\\\-\\\\-$",r:10},{cN:"header",b:"Index: ",e:"$"},{cN:"header",b:"=====",e:"=====$"},{cN:"header",b:"^\\\\-\\\\-\\\\-",e:"$"},{cN:"header",b:"^\\\\*{3} ",e:"$"},{cN:"header",b:"^\\\\+\\\\+\\\\+",e:"$"},{cN:"header",b:"\\\\*{5}",e:"\\\\*{5}$"},{cN:"addition",b:"^\\\\+",e:"$"},{cN:"deletion",b:"^\\\\-",e:"$"},{cN:"change",b:"^\\\\!",e:"$"}]}}(hljs);hljs.LANGUAGES.haml=function(a){return{cI:true,c:[{cN:"doctype",b:"^!!!( (5|1\\\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\\\b.*))?$",r:10},{cN:"comment",b:"^\\\\s*(-#|\/).*$",r:0},{b:"^\\\\s*-(?!#)",starts:{e:"\\\\n",sL:"ruby"},r:0},{cN:"tag",b:"^\\\\s*%",c:[{cN:"title",b:"\\\\w+",r:0},{cN:"value",b:"[#\\\\.]\\\\w+",r:0},{b:"{\\\\s*",e:"\\\\s*}",eE:true,c:[{b:":\\\\w+\\\\s*=>",e:",\\\\s+",rB:true,eW:true,r:0,c:[{cN:"symbol",b:":\\\\w+",r:0},{cN:"string",b:'"',e:'"',r:0},{cN:"string",b:"'",e:"'",r:0},{b:"\\\\w+",r:0}]},],r:0},{b:"\\\\(\\\\s*",e:"\\\\s*\\\\)",eE:true,c:[{b:"\\\\w+\\\\s*=",e:"\\\\s+",rB:true,eW:true,r:0,c:[{cN:"attribute",b:"\\\\w+",r:0},{cN:"string",b:'"',e:'"',r:0},{cN:"string",b:"'",e:"'",r:0},{b:"\\\\w+",r:0}]},],r:0}],r:10},{cN:"bullet",b:"^\\\\s*[=~]\\\\s*",r:0},{b:"#{",starts:{e:"}",sL:"ruby"},r:0}]}}(hljs);hljs.LANGUAGES.javascript=function(a){return{k:{keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const",literal:"true false null undefined NaN Infinity"},c:[a.ASM,a.QSM,a.CLCM,a.CBLCLM,a.CNM,{b:"("+a.RSR+"|\\\\b(case|return|throw)\\\\b)\\\\s*",k:"return throw case",c:[a.CLCM,a.CBLCLM,a.REGEXP_MODE,{b:\/<\/,e:\/>;\/,sL:"xml"}],r:0},{cN:"function",bWK:true,e:\/{\/,k:"function",c:[{cN:"title",b:\/[A-Za-z$_][0-9A-Za-z$_]*\/},{cN:"params",b:\/\\(\/,e:\/\\)\/,c:[a.CLCM,a.CBLCLM],i:\/["'\\(]\/}],i:\/\\[|%\/}]}}(hljs);hljs.LANGUAGES.xml=function(a){var c="[A-Za-z0-9\\\\._:-]+";var b={eW:true,r:0,c:[{cN:"attribute",b:c,r:0},{b:'="',rB:true,e:'"',c:[{cN:"value",b:'"',eW:true}]},{b:"='",rB:true,e:"'",c:[{cN:"value",b:"'",eW:true}]},{b:"=",c:[{cN:"value",b:"[^\\\\s\/>]+"}]}]};return{cI:true,c:[{cN:"pi",b:"<\\\\?",e:"\\\\?>",r:10},{cN:"doctype",b:"<!DOCTYPE",e:">",r:10,c:[{b:"\\\\[",e:"\\\\]"}]},{cN:"comment",b:"<!--",e:"-->",r:10},{cN:"cdata",b:"<\\\\!\\\\[CDATA\\\\[",e:"\\\\]\\\\]>",r:10},{cN:"tag",b:"<style(?=\\\\s|>|$)",e:">",k:{title:"style"},c:[b],starts:{e:"<\/style>",rE:true,sL:"css"}},{cN:"tag",b:"<script(?=\\\\s|>|$)",e:">",k:{title:"script"},c:[b],starts:{e:"<\\\/script>",rE:true,sL:"javascript"}},{b:"<%",e:"%>",sL:"vbscript"},{cN:"tag",b:"<\/?",e:"\/?>",r:0,c:[{cN:"title",b:"[^ \/><]+"},b]}]}}(hljs);hljs.LANGUAGES.markdown=function(a){return{c:[{cN:"header",b:"^#{1,3}",e:"$"},{cN:"header",b:"^.+?\\\\n[=-]{2,}$"},{b:"<",e:">",sL:"xml",r:0},{cN:"bullet",b:"^([*+-]|(\\\\d+\\\\.))\\\\s+"},{cN:"strong",b:"[*_]{2}.+?[*_]{2}"},{cN:"emphasis",b:"\\\\*.+?\\\\*"},{cN:"emphasis",b:"_.+?_",r:0},{cN:"blockquote",b:"^>\\\\s+",e:"$"},{cN:"code",b:"`.+?`"},{cN:"code",b:"^ ",e:"$",r:0},{cN:"horizontal_rule",b:"^-{3,}",e:"$"},{b:"\\\\[.+?\\\\]\\\\(.+?\\\\)",rB:true,c:[{cN:"link_label",b:"\\\\[.+\\\\]"},{cN:"link_url",b:"\\\\(",e:"\\\\)",eB:true,eE:true}]}]}}(hljs);hljs.LANGUAGES.css=function(a){var b="[a-zA-Z-][a-zA-Z0-9_-]*";var c={cN:"function",b:b+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]};return{cI:true,i:"[=\/|']",c:[a.CBLCLM,{cN:"id",b:"\\\\#[A-Za-z0-9_-]+"},{cN:"class",b:"\\\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\\\[",e:"\\\\]",i:"$"},{cN:"pseudo",b:":(:)?[a-zA-Z0-9\\\\_\\\\-\\\\+\\\\(\\\\)\\\\\\"\\\\']+"},{cN:"at_rule",b:"@(font-face|page)",l:"[a-z-]+",k:"font-face page"},{cN:"at_rule",b:"@",e:"[{;]",c:[{cN:"keyword",b:\/\\S+\/},{b:\/\\s\/,eW:true,eE:true,r:0,c:[c,a.ASM,a.QSM,a.NM]}]},{cN:"tag",b:b,r:0},{cN:"rules",b:"{",e:"}",i:"[^\\\\s]",r:0,c:[a.CBLCLM,{cN:"rule",b:"[^\\\\s]",rB:true,e:";",eW:true,c:[{cN:"attribute",b:"[A-Z\\\\_\\\\.\\\\-]+",e:":",eE:true,i:"[^\\\\s]",starts:{cN:"value",eW:true,eE:true,c:[c,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"hexcolor",b:"#[0-9A-Fa-f]+"},{cN:"important",b:"!important"}]}}]}]}]}}(hljs);hljs.LANGUAGES.http=function(a){return{i:"\\\\S",c:[{cN:"status",b:"^HTTP\/[0-9\\\\.]+",e:"$",c:[{cN:"number",b:"\\\\b\\\\d{3}\\\\b"}]},{cN:"request",b:"^[A-Z]+ (.*?) HTTP\/[0-9\\\\.]+$",rB:true,e:"$",c:[{cN:"string",b:" ",e:" ",eB:true,eE:true}]},{cN:"attribute",b:"^\\\\w",e:": ",eE:true,i:"\\\\n|\\\\s|=",starts:{cN:"string",e:"$"}},{b:"\\\\n\\\\n",starts:{sL:"",eW:true}}]}}(hljs);hljs.LANGUAGES.java=function(a){return{k:"false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws",c:[{cN:"javadoc",b:"\/\\\\*\\\\*",e:"\\\\*\/",c:[{cN:"javadoctag",b:"(^|\\\\s)@[A-Za-z]+"}],r:10},a.CLCM,a.CBLCLM,a.ASM,a.QSM,{cN:"class",bWK:true,e:"{",k:"class interface",eE:true,i:":",c:[{bWK:true,k:"extends implements",r:10},{cN:"title",b:a.UIR}]},a.CNM,{cN:"annotation",b:"@[A-Za-z]+"}]}}(hljs);hljs.LANGUAGES.php=function(a){var e={cN:"variable",b:"\\\\$+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*"};var b=[a.inherit(a.ASM,{i:null}),a.inherit(a.QSM,{i:null}),{cN:"string",b:'b"',e:'"',c:[a.BE]},{cN:"string",b:"b'",e:"'",c:[a.BE]}];var c=[a.BNM,a.CNM];var d={cN:"title",b:a.UIR};return{cI:true,l:a.UIR,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return implements parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try this switch continue endfor endif declare unset true false namespace trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",c:[a.CLCM,a.HCM,{cN:"comment",b:"\/\\\\*",e:"\\\\*\/",c:[{cN:"phpdoc",b:"\\\\s@[A-Za-z]+"}]},{cN:"comment",b:"__halt_compiler.+?;",eW:true,k:"__halt_compiler",l:a.UIR},{cN:"string",b:"<<<['\\"]?\\\\w+['\\"]?$",e:"^\\\\w+;",c:[a.BE]},{cN:"preprocessor",b:"<\\\\?php",r:10},{cN:"preprocessor",b:"\\\\?>"},e,{cN:"function",bWK:true,e:"{",k:"function",i:"\\\\$|\\\\[|%",c:[d,{cN:"params",b:"\\\\(",e:"\\\\)",c:["self",e,a.CBLCLM].concat(b).concat(c)}]},{cN:"class",bWK:true,e:"{",k:"class",i:"[:\\\\(\\\\$]",c:[{bWK:true,eW:true,k:"extends",c:[d]},d]},{b:"=>"}].concat(b).concat(c)}}(hljs);hljs.LANGUAGES.python=function(a){var f={cN:"prompt",b:\/^(>>>|\\.\\.\\.) \/};var c=[{cN:"string",b:\/(u|b)?r?'''\/,e:\/'''\/,c:[f],r:10},{cN:"string",b:\/(u|b)?r?"""\/,e:\/"""\/,c:[f],r:10},{cN:"string",b:\/(u|r|ur)'\/,e:\/'\/,c:[a.BE],r:10},{cN:"string",b:\/(u|r|ur)"\/,e:\/"\/,c:[a.BE],r:10},{cN:"string",b:\/(b|br)'\/,e:\/'\/,c:[a.BE]},{cN:"string",b:\/(b|br)"\/,e:\/"\/,c:[a.BE]}].concat([a.ASM,a.QSM]);var e={cN:"title",b:a.UIR};var d={cN:"params",b:\/\\(\/,e:\/\\)\/,c:["self",a.CNM,f].concat(c)};var b={bWK:true,e:\/:\/,i:\/[${=;\\n]\/,c:[e,d],r:10};return{k:{keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},i:\/(<\\\/|->|\\?)\/,c:c.concat([f,a.HCM,a.inherit(b,{cN:"function",k:"def"}),a.inherit(b,{cN:"class",k:"class"}),a.CNM,{cN:"decorator",b:\/@\/,e:\/$\/},{b:\/\\b(print|exec)\\(\/}])}}(hljs);hljs.LANGUAGES.sql=function(a){return{cI:true,c:[{cN:"operator",b:"(begin|end|start|commit|rollback|savepoint|lock|alter|create|drop|rename|call|delete|do|handler|insert|load|replace|select|truncate|update|set|show|pragma|grant)\\\\b(?!:)",e:";",eW:true,k:{keyword:"all partial global month current_timestamp using go revoke smallint indicator end-exec disconnect zone with character assertion to add current_user usage input local alter match collate real then rollback get read timestamp session_user not integer bit unique day minute desc insert execute like ilike|2 level decimal drop continue isolation found where constraints domain right national some module transaction relative second connect escape close system_user for deferred section cast current sqlstate allocate intersect deallocate numeric public preserve full goto initially asc no key output collation group by union session both last language constraint column of space foreign deferrable prior connection unknown action commit view or first into float year primary cascaded except restrict set references names table outer open select size are rows from prepare distinct leading create only next inner authorization schema corresponding option declare precision immediate else timezone_minute external varying translation true case exception join hour default double scroll value cursor descriptor values dec fetch procedure delete and false int is describe char as at in varchar null trailing any absolute current_time end grant privileges when cross check write current_date pad begin temporary exec time update catalog user sql date on identity timezone_hour natural whenever interval work order cascade diagnostics nchar having left call do handler load replace truncate start lock show pragma exists number trigger if before after each row",aggregate:"count sum min max avg"},c:[{cN:"string",b:"'",e:"'",c:[a.BE,{b:"''"}],r:0},{cN:"string",b:'"',e:'"',c:[a.BE,{b:'""'}],r:0},{cN:"string",b:"`",e:"`",c:[a.BE]},a.CNM]},a.CBLCLM,{cN:"comment",b:"--",e:"$"}]}}(hljs);hljs.LANGUAGES.ini=function(a){return{cI:true,i:"[^\\\\s]",c:[{cN:"comment",b:";",e:"$"},{cN:"title",b:"^\\\\[",e:"\\\\]"},{cN:"setting",b:"^[a-z0-9\\\\[\\\\]_-]+[ \\\\t]*=[ \\\\t]*",e:"$",c:[{cN:"value",eW:true,k:"on off true false yes no",c:[a.QSM,a.NM],r:0}]}]}}(hljs);hljs.LANGUAGES.perl=function(e){var a="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when";var d={cN:"subst",b:"[$@]\\\\{",e:"\\\\}",k:a,r:10};var b={cN:"variable",b:"\\\\$\\\\d"};var i={cN:"variable",b:"[\\\\$\\\\%\\\\@\\\\*](\\\\^\\\\w\\\\b|#\\\\w+(\\\\:\\\\:\\\\w+)*|[^\\\\s\\\\w{]|{\\\\w+}|\\\\w+(\\\\:\\\\:\\\\w*)*)"};var f=[e.BE,d,b,i];var h={b:"->",c:[{b:e.IR},{b:"{",e:"}"}]};var g={cN:"comment",b:"^(__END__|__DATA__)",e:"\\\\n$",r:5};var c=[b,i,e.HCM,g,{cN:"comment",b:"^\\\\=\\\\w",e:"\\\\=cut",eW:true},h,{cN:"string",b:"q[qwxr]?\\\\s*\\\\(",e:"\\\\)",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\[",e:"\\\\]",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\{",e:"\\\\}",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\|",e:"\\\\|",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\<",e:"\\\\>",c:f,r:5},{cN:"string",b:"qw\\\\s+q",e:"q",c:f,r:5},{cN:"string",b:"'",e:"'",c:[e.BE],r:0},{cN:"string",b:'"',e:'"',c:f,r:0},{cN:"string",b:"`",e:"`",c:[e.BE]},{cN:"string",b:"{\\\\w+}",r:0},{cN:"string",b:"-?\\\\w+\\\\s*\\\\=\\\\>",r:0},{cN:"number",b:"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b",r:0},{b:"("+e.RSR+"|\\\\b(split|return|print|reverse|grep)\\\\b)\\\\s*",k:"split return print reverse grep",r:0,c:[e.HCM,g,{cN:"regexp",b:"(s|tr|y)\/(\\\\\\\\.|[^\/])*\/(\\\\\\\\.|[^\/])*\/[a-z]*",r:10},{cN:"regexp",b:"(m|qr)?\/",e:"\/[a-z]*",c:[e.BE],r:0}]},{cN:"sub",bWK:true,e:"(\\\\s*\\\\(.*?\\\\))?[;{]",k:"sub",r:5},{cN:"operator",b:"-\\\\w\\\\b",r:0}];d.c=c;h.c[1].c=c;return{k:a,c:c}}(hljs);hljs.LANGUAGES.objectivec=function(a){var b={keyword:"int float while private char catch export sizeof typedef const struct for union unsigned long volatile static protected bool mutable if public do return goto void enum else break extern asm case short default double throw register explicit signed typename try this switch continue wchar_t inline readonly assign property self synchronized end synthesize id optional required nonatomic super unichar finally dynamic IBOutlet IBAction selector strong weak readonly",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"NSString NSDictionary CGRect CGPoint UIButton UILabel UITextView UIWebView MKMapView UISegmentedControl NSObject UITableViewDelegate UITableViewDataSource NSThread UIActivityIndicator UITabbar UIToolBar UIBarButtonItem UIImageView NSAutoreleasePool UITableView BOOL NSInteger CGFloat NSException NSLog NSMutableString NSMutableArray NSMutableDictionary NSURL NSIndexPath CGSize UITableViewCell UIView UIViewController UINavigationBar UINavigationController UITabBarController UIPopoverController UIPopoverControllerDelegate UIImage NSNumber UISearchBar NSFetchedResultsController NSFetchedResultsChangeType UIScrollView UIScrollViewDelegate UIEdgeInsets UIColor UIFont UIApplication NSNotFound NSNotificationCenter NSNotification UILocalNotification NSBundle NSFileManager NSTimeInterval NSDate NSCalendar NSUserDefaults UIWindow NSRange NSArray NSError NSURLRequest NSURLConnection UIInterfaceOrientation MPMoviePlayerController dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"};return{k:b,i:"<\/",c:[a.CLCM,a.CBLCLM,a.CNM,a.QSM,{cN:"string",b:"'",e:"[^\\\\\\\\]'",i:"[^\\\\\\\\][^']"},{cN:"preprocessor",b:"#import",e:"$",c:[{cN:"title",b:'"',e:'"'},{cN:"title",b:"<",e:">"}]},{cN:"preprocessor",b:"#",e:"$"},{cN:"class",bWK:true,e:"({|$)",k:"interface class protocol implementation",c:[{cN:"id",b:a.UIR}]},{cN:"variable",b:"\\\\."+a.UIR,r:0}]}}(hljs);hljs.LANGUAGES.coffeescript=function(c){var b={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",reserved:"case default function var void with const let enum export import native __hasProp __extends __slice __bind __indexOf",built_in:"npm require console print module exports global window document"};var a="[A-Za-z$_][0-9A-Za-z$_]*";var f={cN:"title",b:a};var e={cN:"subst",b:"#\\\\{",e:"}",k:b,};var d=[c.BNM,c.inherit(c.CNM,{starts:{e:"(\\\\s*\/)?",r:0}}),{cN:"string",b:"'''",e:"'''",c:[c.BE]},{cN:"string",b:"'",e:"'",c:[c.BE],r:0},{cN:"string",b:'"""',e:'"""',c:[c.BE,e]},{cN:"string",b:'"',e:'"',c:[c.BE,e],r:0},{cN:"regexp",b:"\/\/\/",e:"\/\/\/",c:[c.HCM]},{cN:"regexp",b:"\/\/[gim]*",r:0},{cN:"regexp",b:"\/\\\\S(\\\\\\\\.|[^\\\\n])*?\/[gim]*(?=\\\\s|\\\\W|$)"},{cN:"property",b:"@"+a},{b:"`",e:"`",eB:true,eE:true,sL:"javascript"}];e.c=d;return{k:b,c:d.concat([{cN:"comment",b:"###",e:"###"},c.HCM,{cN:"function",b:"("+a+"\\\\s*=\\\\s*)?(\\\\(.*\\\\))?\\\\s*[-=]>",e:"[-=]>",rB:true,c:[f,{cN:"params",b:"\\\\(",rB:true,c:[{b:\/\\(\/,e:\/\\)\/,k:b,c:["self"].concat(d)}]}]},{cN:"class",bWK:true,k:"class",e:"$",i:"[:\\\\[\\\\]]",c:[{bWK:true,k:"extends",eW:true,i:":",c:[f]},f]},{cN:"attribute",b:a+":",e:":",rB:true,eE:true}])}}(hljs);hljs.LANGUAGES.nginx=function(b){var c=[{cN:"variable",b:"\\\\$\\\\d+"},{cN:"variable",b:"\\\\${",e:"}"},{cN:"variable",b:"[\\\\$\\\\@]"+b.UIR}];var a={eW:true,l:"[a-z\/_]+",k:{built_in:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll \/dev\/poll"},r:0,i:"=>",c:[b.HCM,{cN:"string",b:'"',e:'"',c:[b.BE].concat(c),r:0},{cN:"string",b:"'",e:"'",c:[b.BE].concat(c),r:0},{cN:"url",b:"([a-z]+):\/",e:"\\\\s",eW:true,eE:true},{cN:"regexp",b:"\\\\s\\\\^",e:"\\\\s|{|;",rE:true,c:[b.BE].concat(c)},{cN:"regexp",b:"~\\\\*?\\\\s+",e:"\\\\s|{|;",rE:true,c:[b.BE].concat(c)},{cN:"regexp",b:"\\\\*(\\\\.[a-z\\\\-]+)+",c:[b.BE].concat(c)},{cN:"regexp",b:"([a-z\\\\-]+\\\\.)+\\\\*",c:[b.BE].concat(c)},{cN:"number",b:"\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b"},{cN:"number",b:"\\\\b\\\\d+[kKmMgGdshdwy]*\\\\b",r:0}].concat(c)};return{c:[b.HCM,{b:b.UIR+"\\\\s",e:";|{",rB:true,c:[{cN:"title",b:b.UIR,starts:a}],r:0}],i:"[^\\\\s\\\\}]"}}(hljs);hljs.LANGUAGES.json=function(a){var e={literal:"true false null"};var d=[a.QSM,a.CNM];var c={cN:"value",e:",",eW:true,eE:true,c:d,k:e};var b={b:"{",e:"}",c:[{cN:"attribute",b:'\\\\s*"',e:'"\\\\s*:\\\\s*',eB:true,eE:true,c:[a.BE],i:"\\\\n",starts:c}],i:"\\\\S"};var f={b:"\\\\[",e:"\\\\]",c:[a.inherit(c,{cN:null})],i:"\\\\S"};d.splice(d.length,0,b,f);return{c:d,k:e,i:"\\\\S"}}(hljs);hljs.LANGUAGES.apache=function(a){var b={cN:"number",b:"[\\\\$%]\\\\d+"};return{cI:true,c:[a.HCM,{cN:"tag",b:"<\/?",e:">"},{cN:"keyword",b:\/\\w+\/,r:0,k:{common:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{e:\/$\/,r:0,k:{literal:"on off all"},c:[{cN:"sqbracket",b:"\\\\s\\\\[",e:"\\\\]$"},{cN:"cbracket",b:"[\\\\$%]\\\\{",e:"\\\\}",c:["self",b]},b,a.QSM]}}],i:\/\\S\/}}(hljs);hljs.LANGUAGES.scss=function(a){var c="[a-zA-Z-][a-zA-Z0-9_-]*";var d={cN:"function",b:c+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]};var b={cN:"hexcolor",b:"#[0-9A-Fa-f]+"};var e={cN:"attribute",b:"[A-Z\\\\_\\\\.\\\\-]+",e:":",eE:true,i:"[^\\\\s]",starts:{cN:"value",eW:true,eE:true,c:[d,b,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"important",b:"!important"}]}};return{cI:true,i:"[=\/|']",c:[a.CLCM,a.CBLCLM,{cN:"function",b:c+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]},{cN:"id",b:"\\\\#[A-Za-z0-9_-]+",r:0},{cN:"class",b:"\\\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\\\[",e:"\\\\]",i:"$"},{cN:"tag",b:"\\\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\\\b",r:0},{cN:"pseudo",b:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{cN:"pseudo",b:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},{cN:"attribute",b:"\\\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\\\b",i:"[^\\\\s]"},{cN:"value",b:"\\\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\\\b"},{cN:"value",b:":",e:";",c:[b,a.NM,a.QSM,a.ASM,{cN:"important",b:"!important"}]},{cN:"at_rule",b:"@",e:"[{;]",k:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",c:[d,a.QSM,a.ASM,b,a.NM,{cN:"preprocessor",b:"\\\\s[A-Za-z0-9_.-]+",r:0}]}]}}(hljs);hljs.LANGUAGES.cpp=function(a){var b={keyword:"false int float while private char catch export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long throw volatile static protected bool template mutable if public friend do return goto auto void enum else break new extern using true class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue wchar_t inline delete alignof char16_t char32_t constexpr decltype noexcept nullptr static_assert thread_local restrict _Bool complex",built_in:"std string cin cout cerr clog stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr"};return{k:b,i:"<\/",c:[a.CLCM,a.CBLCLM,a.QSM,{cN:"string",b:"'\\\\\\\\?.",e:"'",i:"."},{cN:"number",b:"\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)(u|U|l|L|ul|UL|f|F)"},a.CNM,{cN:"preprocessor",b:"#",e:"$",c:[{b:"<",e:">",i:"\\\\n"},a.CLCM]},{cN:"stl_container",b:"\\\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\\\s*<",e:">",k:b,r:10,c:["self"]}]}}(hljs);hljs.LANGUAGES.makefile=function(a){var b={cN:"variable",b:\/\\$\\(\/,e:\/\\)\/,c:a.BE};return{c:[a.HCM,{b:\/^\\w+\\s*\\W*=\/,rB:true,r:0,starts:{cN:"constant",e:\/\\s*\\W*=\/,eE:true,starts:{e:\/$\/,r:0,c:[b],}}},{cN:"title",b:\/^[\\w]+:\\s*$\/},{cN:"phony",b:\/^\\.PHONY:\/,e:\/$\/,k:".PHONY",l:\/[\\.\\w]+\/},{b:\/^\\t+\/,e:\/$\/,c:[a.QSM,b]}]}}(hljs);/;" f
@@ -255,8 +273,16 @@ show app/controllers/tickets_controller.rb /^ def show$/;" f class:TicketsContr
255
273
  show app/controllers/wiki/pages_controller.rb /^ def show$/;" f class:Wiki
256
274
  space_list app/controllers/wiki/spaces_controller.rb /^ def space_list$/;" f class:Wiki
257
275
  space_params app/controllers/wiki/spaces_controller.rb /^ def space_params$/;" f class:Wiki
276
+ star app/controllers/wiki/pages_controller.rb /^ def star$/;" f class:Wiki
277
+ starred? app/models/user.rb /^ def starred?(starrable)$/;" f class:User
258
278
  subpages_dropdown app/controllers/wiki/pages_controller.rb /^ def subpages_dropdown$/;" f class:Wiki
259
279
  tags app/models/ticket.rb /^ def tags$/;" f class:Ticket
280
+ this.$element.var.$.$.$.$.allowDuplicates vendor/assets/javascripts/bootstrap-tokenfield.js /^ minLength: 0,$/;" p
281
+ this.$element.var.$.$.$.$.allowEditing vendor/assets/javascripts/bootstrap-tokenfield.js /^ allowDuplicates: false,$/;" p
282
+ this.$element.var.$.$.$.$.autocomplete vendor/assets/javascripts/bootstrap-tokenfield.js /^ limit: 0,$/;" p
283
+ this.$element.var.$.$.$.$.limit vendor/assets/javascripts/bootstrap-tokenfield.js /^ allowEditing: true,$/;" p
284
+ this.$element.var.$.$.$.$.minLength vendor/assets/javascripts/bootstrap-tokenfield.js /^ minWidth: 60,$/;" p
285
+ this.$element.var.$.$.$.$.minWidth vendor/assets/javascripts/bootstrap-tokenfield.js /^ $.fn.tokenfield.defaults = {$/;" p
260
286
  ticket_params app/controllers/tickets_controller.rb /^ def ticket_params$/;" f class:TicketsController
261
287
  ticket_types app/controllers/tickets_controller.rb /^ def ticket_types(options = {})$/;" f class:TicketsController
262
288
  ticket_types app/helpers/application_helper.rb /^ def ticket_types$/;" f
@@ -270,6 +296,8 @@ trigger_event! app/models/ticket.rb /^ def trigger_event!(event)$/;" f class:Ti
270
296
  type app/models/page.rb /^ def type$/;" f class:Page
271
297
  u.t.z vendor/assets/javascripts/highlight.pack.js /^var hljs=new function(){function l(o){return o.replace(\/&\/gm,"&amp;").replace(\/<\/gm,"&lt;").replace(\/>\/gm,"&gt;")}function b(p){for(var o=p.firstChild;o;o=o.nextSibling){if(o.nodeName.toUpperCase()=="CODE"){return o}if(!(o.nodeType==3&&o.nodeValue.match(\/\\s+\/))){break}}}function h(p,o){return Array.prototype.map.call(p.childNodes,function(q){if(q.nodeType==3){return o?q.nodeValue.replace(\/\\n\/g,""):q.nodeValue}if(q.nodeName.toUpperCase()=="BR"){return"\\n"}return h(q,o)}).join("")}function a(q){var p=(q.className+" "+(q.parentNode?q.parentNode.className:"")).split(\/\\s+\/);p=p.map(function(r){return r.replace(\/^language-\/,"")});for(var o=0;o<p.length;o++){if(e[p[o]]||p[o]=="no-highlight"){return p[o]}}}function c(q){var o=[];(function p(r,s){for(var t=r.firstChild;t;t=t.nextSibling){if(t.nodeType==3){s+=t.nodeValue.length}else{if(t.nodeName.toUpperCase()=="BR"){s+=1}else{if(t.nodeType==1){o.push({event:"start",offset:s,node:t});s=p(t,s);o.push({event:"stop",offset:s,node:t})}}}}return s})(q,0);return o}function j(p,r,v){var q=0;var y="";var s=[];function u(){if(!p.length||!r.length){return p.length?p:r}if(p[0].offset!=r[0].offset){return(p[0].offset<r[0].offset)?p:r}return r[0].event=="start"?p:r}function t(A){function z(B){return" "+B.nodeName+'="'+l(B.value)+'"'}y+="<"+A.nodeName.toLowerCase()+Array.prototype.map.call(A.attributes,z).join("")+">"}function x(z){y+="<\/"+z.nodeName.toLowerCase()+">"}function o(z){(z.event=="start"?t:x)(z.node)}while(p.length||r.length){var w=u();y+=l(v.substr(q,w[0].offset-q));q=w[0].offset;if(w==p){s.reverse().forEach(x);do{o(w.splice(0,1)[0]);w=u()}while(w==p&&w.length&&w[0].offset==q);s.reverse().forEach(t)}else{if(w[0].event=="start"){s.push(w[0].node)}else{s.pop()}o(w.splice(0,1)[0])}}return y+l(v.substr(q))}function f(r){function o(s){return(s&&s.source)||s}function p(t,s){return RegExp(o(t),"m"+(r.cI?"i":"")+(s?"g":""))}function q(z,x){if(z.compiled){return}z.compiled=true;var u=[];if(z.k){var s={};function A(B,t){if(r.cI){t=t.toLowerCase()}t.split(" ").forEach(function(C){var D=C.split("|");s[D[0]]=[B,D[1]?Number(D[1]):1];u.push(D[0])})}z.lR=p(z.l||"\\\\b"+hljs.IR+"\\\\b(?!\\\\.)",true);if(typeof z.k=="string"){A("keyword",z.k)}else{for(var y in z.k){if(!z.k.hasOwnProperty(y)){continue}A(y,z.k[y])}}z.k=s}if(x){if(z.bWK){z.b="\\\\b("+u.join("|")+")\\\\b(?!\\\\.)\\\\s*"}z.bR=p(z.b?z.b:"\\\\B|\\\\b");if(!z.e&&!z.eW){z.e="\\\\B|\\\\b"}if(z.e){z.eR=p(z.e)}z.tE=o(z.e)||"";if(z.eW&&x.tE){z.tE+=(z.e?"|":"")+x.tE}}if(z.i){z.iR=p(z.i)}if(z.r===undefined){z.r=1}if(!z.c){z.c=[]}for(var w=0;w<z.c.length;w++){if(z.c[w]=="self"){z.c[w]=z}q(z.c[w],z)}if(z.starts){q(z.starts,x)}var v=[];for(var w=0;w<z.c.length;w++){v.push(o(z.c[w].b))}if(z.tE){v.push(o(z.tE))}if(z.i){v.push(o(z.i))}z.t=v.length?p(v.join("|"),true):{exec:function(t){return null}}}q(r)}function d(E,G,C,M){function o(r,P){for(var O=0;O<P.c.length;O++){var N=P.c[O].bR.exec(r);if(N&&N.index==0){return P.c[O]}}}function s(N,r){if(N.e&&N.eR.test(r)){return N}if(N.eW){return s(N.parent,r)}}function t(r,N){return !C&&N.i&&N.iR.test(r)}function y(O,r){var N=H.cI?r[0].toLowerCase():r[0];return O.k.hasOwnProperty(N)&&O.k[N]}function I(){var N=l(w);if(!B.k){return N}var r="";var Q=0;B.lR.lastIndex=0;var O=B.lR.exec(N);while(O){r+=N.substr(Q,O.index-Q);var P=y(B,O);if(P){v+=P[1];r+='<span class="'+P[0]+'">'+O[0]+"<\/span>"}else{r+=O[0]}Q=B.lR.lastIndex;O=B.lR.exec(N)}return r+N.substr(Q)}function z(){if(B.sL&&!e[B.sL]){return l(w)}var N=B.subLanguageMode=="continuous"?B.top:undefined;var r=B.sL?d(B.sL,w,true,N):g(w);if(B.r>0){v+=r.keyword_count;A+=r.r}B.top=r.top;return'<span class="'+r.language+'">'+r.value+"<\/span>"}function L(){return B.sL!==undefined?z():I()}function K(O,r){var N=O.cN?'<span class="'+O.cN+'">':"";if(O.rB){x+=N;w=""}else{if(O.eB){x+=l(r)+N;w=""}else{x+=N;w=r}}B=Object.create(O,{parent:{value:B}})}function D(N,r){w+=N;if(r===undefined){x+=L();return 0}var P=o(r,B);if(P){x+=L();K(P,r);return P.rB?0:r.length}var Q=s(B,r);if(Q){var O=B;if(!(O.rE||O.eE)){w+=r}x+=L();do{if(B.cN){x+="<\/span>"}A+=B.r;B=B.parent}while(B!=Q.parent);if(O.eE){x+=l(r)}w="";if(Q.starts){K(Q.starts,"")}return O.rE?0:r.length}if(t(r,B)){throw new Error('Illegal lexem "'+r+'" for mode "'+(B.cN||"<unnamed>")+'"')}w+=r;return r.length||1}var H=e[E];if(!H){throw new Error('Unknown language: "'+E+'"')}f(H);var B=M||H;var x="";for(var F=B;F!=H;F=F.parent){if(F.cN){x='<span class="'+F.cN+'">'+x}}var w="";var A=0;var v=0;try{var u,q,p=0;while(true){B.t.lastIndex=p;u=B.t.exec(G);if(!u){break}q=D(G.substr(p,u.index-p),u[0]);p=u.index+q}D(G.substr(p));for(var F=B;F.parent;F=F.parent){if(F.cN){x+="<\/span>"}}return{r:A,keyword_count:v,value:x,language:E,top:B}}catch(J){if(J.message.indexOf("Illegal")!=-1){return{r:0,keyword_count:0,value:l(G)}}else{throw J}}}function g(s){var o={keyword_count:0,r:0,value:l(s)};var q=o;for(var p in e){if(!e.hasOwnProperty(p)){continue}var r=d(p,s,false);r.language=p;if(r.keyword_count+r.r>q.keyword_count+q.r){q=r}if(r.keyword_count+r.r>o.keyword_count+o.r){q=o;o=r}}if(q.language){o.second_best=q}return o}function i(q,p,o){if(p){q=q.replace(\/^((<[^>]+>|\\t)+)\/gm,function(r,v,u,t){return v.replace(\/\\t\/g,p)})}if(o){q=q.replace(\/\\n\/g,"<br>")}return q}function m(r,u,p){var v=h(r,p);var t=a(r);if(t=="no-highlight"){return}var w=t?d(t,v,true):g(v);t=w.language;var o=c(r);if(o.length){var q=document.createElementNS("http:\/\/www.w3.org\/1999\/xhtml","pre");q.innerHTML=w.value;w.value=j(o,c(q),v)}w.value=i(w.value,u,p);var s=r.className;if(!s.match("(\\\\s|^)(language-)?"+t+"(\\\\s|$)")){s=s?(s+" "+t):t}r.innerHTML=w.value;r.className=s;r.result={language:t,kw:w.keyword_count,re:w.r};if(w.second_best){r.second_best={language:w.second_best.language,kw:w.second_best.keyword_count,re:w.second_best.r}}}function n(){if(n.called){return}n.called=true;Array.prototype.map.call(document.getElementsByTagNameNS("http:\/\/www.w3.org\/1999\/xhtml","pre"),b).filter(Boolean).forEach(function(o){m(o,hljs.tabReplace)})}function k(){window.addEventListener("DOMContentLoaded",n,false);window.addEventListener("load",n,false)}var e={};this.LANGUAGES=e;this.highlight=d;this.highlightAuto=g;this.fixMarkup=i;this.highlightBlock=m;this.initHighlighting=n;this.initHighlightingOnLoad=k;this.IR="[a-zA-Z][a-zA-Z0-9_]*";this.UIR="[a-zA-Z_][a-zA-Z0-9_]*";this.NR="\\\\b\\\\d+(\\\\.\\\\d+)?";this.CNR="(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)";this.BNR="\\\\b(0b[01]+)";this.RSR="!|!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|\\\\.|-|-=|\/|\/=|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\\\?|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~";this.BE={b:"\\\\\\\\[\\\\s\\\\S]",r:0};this.ASM={cN:"string",b:"'",e:"'",i:"\\\\n",c:[this.BE],r:0};this.QSM={cN:"string",b:'"',e:'"',i:"\\\\n",c:[this.BE],r:0};this.CLCM={cN:"comment",b:"\/\/",e:"$"};this.CBLCLM={cN:"comment",b:"\/\\\\*",e:"\\\\*\/"};this.HCM={cN:"comment",b:"#",e:"$"};this.NM={cN:"number",b:this.NR,r:0};this.CNM={cN:"number",b:this.CNR,r:0};this.BNM={cN:"number",b:this.BNR,r:0};this.REGEXP_MODE={cN:"regexp",b:\/\\\/\/,e:\/\\\/[gim]*\/,i:\/\\n\/,c:[this.BE,{b:\/\\[\/,e:\/\\]\/,r:0,c:[this.BE]}]};this.inherit=function(q,r){var o={};for(var p in q){o[p]=q[p]}if(r){for(var p in r){o[p]=r[p]}}return o}}();hljs.LANGUAGES.bash=function(a){var c={cN:"variable",b:\/\\$[\\w\\d#@][\\w\\d_]*\/};var b={cN:"variable",b:\/\\$\\{(.*?)\\}\/};var e={cN:"string",b:\/"\/,e:\/"\/,c:[a.BE,c,b,{cN:"variable",b:\/\\$\\(\/,e:\/\\)\/,c:a.BE}],r:0};var d={cN:"string",b:\/'\/,e:\/'\/,r:0};return{l:\/-?[a-z]+\/,k:{keyword:"if then else elif fi for break continue while in do done exit return set declare case esac export exec",literal:"true false",built_in:"printf echo read cd pwd pushd popd dirs let eval unset typeset readonly getopts source shopt caller type hash bind help sudo",operator:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"shebang",b:\/^#![^\\n]+sh\\s*$\/,r:10},{cN:"function",b:\/\\w[\\w\\d_]*\\s*\\(\\s*\\)\\s*\\{\/,rB:true,c:[{cN:"title",b:\/\\w[\\w\\d_]*\/}],r:0},a.HCM,a.NM,e,d,c,b]}}(hljs);hljs.LANGUAGES.cs=function(a){return{k:"abstract as base bool break byte case catch char checked class const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long namespace new null object operator out override params private protected public readonly ref return sbyte sealed short sizeof stackalloc static string struct switch this throw true try typeof uint ulong unchecked unsafe ushort using virtual volatile void while async await ascending descending from get group into join let orderby partial select set value var where yield",c:[{cN:"comment",b:"\/\/\/",e:"$",rB:true,c:[{cN:"xmlDocTag",b:"\/\/\/|<!--|-->"},{cN:"xmlDocTag",b:"<\/?",e:">"}]},a.CLCM,a.CBLCLM,{cN:"preprocessor",b:"#",e:"$",k:"if else elif endif define undef warning error line region endregion pragma checksum"},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},a.ASM,a.QSM,a.CNM]}}(hljs);hljs.LANGUAGES.ruby=function(e){var a="[a-zA-Z_][a-zA-Z0-9_]*(\\\\!|\\\\?)?";var j="[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-\/+%^&*~`|]|\\\\[\\\\]=?";var g={keyword:"and false then defined module in return redo if BEGIN retry end for true self when next until do begin unless END rescue nil else break undef not super class case require yield alias while ensure elsif or include"};var c={cN:"yardoctag",b:"@[A-Za-z]+"};var k=[{cN:"comment",b:"#",e:"$",c:[c]},{cN:"comment",b:"^\\\\=begin",e:"^\\\\=end",c:[c],r:10},{cN:"comment",b:"^__END__",e:"\\\\n$"}];var d={cN:"subst",b:"#\\\\{",e:"}",l:a,k:g};var i=[e.BE,d];var b=[{cN:"string",b:"'",e:"'",c:i,r:0},{cN:"string",b:'"',e:'"',c:i,r:0},{cN:"string",b:"%[qw]?\\\\(",e:"\\\\)",c:i},{cN:"string",b:"%[qw]?\\\\[",e:"\\\\]",c:i},{cN:"string",b:"%[qw]?{",e:"}",c:i},{cN:"string",b:"%[qw]?<",e:">",c:i,r:10},{cN:"string",b:"%[qw]?\/",e:"\/",c:i,r:10},{cN:"string",b:"%[qw]?%",e:"%",c:i,r:10},{cN:"string",b:"%[qw]?-",e:"-",c:i,r:10},{cN:"string",b:"%[qw]?\\\\|",e:"\\\\|",c:i,r:10},{cN:"string",b:\/\\B\\?(\\\\\\d{1,3}|\\\\x[A-Fa-f0-9]{1,2}|\\\\u[A-Fa-f0-9]{4}|\\\\?\\S)\\b\/}];var h={cN:"function",bWK:true,e:" |$|;",k:"def",c:[{cN:"title",b:j,l:a,k:g},{cN:"params",b:"\\\\(",e:"\\\\)",l:a,k:g}].concat(k)};var f=k.concat(b.concat([{cN:"class",bWK:true,e:"$|;",k:"class module",c:[{cN:"title",b:"[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?",r:0},{cN:"inheritance",b:"<\\\\s*",c:[{cN:"parent",b:"("+e.IR+"::)?"+e.IR}]}].concat(k)},h,{cN:"constant",b:"(::)?(\\\\b[A-Z]\\\\w*(::)?)+",r:0},{cN:"symbol",b:":",c:b.concat([{b:j}]),r:0},{cN:"symbol",b:a+":",r:0},{cN:"number",b:"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b",r:0},{cN:"variable",b:"(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))"},{b:"("+e.RSR+")\\\\s*",c:k.concat([{cN:"regexp",b:"\/",e:"\/[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r{",e:"}[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r\\\\(",e:"\\\\)[a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r!",e:"![a-z]*",i:"\\\\n",c:[e.BE,d]},{cN:"regexp",b:"%r\\\\[",e:"\\\\][a-z]*",i:"\\\\n",c:[e.BE,d]}]),r:0}]));d.c=f;h.c[1].c=f;return{l:a,k:g,c:f}}(hljs);hljs.LANGUAGES.diff=function(a){return{c:[{cN:"chunk",b:"^\\\\@\\\\@ +\\\\-\\\\d+,\\\\d+ +\\\\+\\\\d+,\\\\d+ +\\\\@\\\\@$",r:10},{cN:"chunk",b:"^\\\\*\\\\*\\\\* +\\\\d+,\\\\d+ +\\\\*\\\\*\\\\*\\\\*$",r:10},{cN:"chunk",b:"^\\\\-\\\\-\\\\- +\\\\d+,\\\\d+ +\\\\-\\\\-\\\\-\\\\-$",r:10},{cN:"header",b:"Index: ",e:"$"},{cN:"header",b:"=====",e:"=====$"},{cN:"header",b:"^\\\\-\\\\-\\\\-",e:"$"},{cN:"header",b:"^\\\\*{3} ",e:"$"},{cN:"header",b:"^\\\\+\\\\+\\\\+",e:"$"},{cN:"header",b:"\\\\*{5}",e:"\\\\*{5}$"},{cN:"addition",b:"^\\\\+",e:"$"},{cN:"deletion",b:"^\\\\-",e:"$"},{cN:"change",b:"^\\\\!",e:"$"}]}}(hljs);hljs.LANGUAGES.haml=function(a){return{cI:true,c:[{cN:"doctype",b:"^!!!( (5|1\\\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\\\b.*))?$",r:10},{cN:"comment",b:"^\\\\s*(-#|\/).*$",r:0},{b:"^\\\\s*-(?!#)",starts:{e:"\\\\n",sL:"ruby"},r:0},{cN:"tag",b:"^\\\\s*%",c:[{cN:"title",b:"\\\\w+",r:0},{cN:"value",b:"[#\\\\.]\\\\w+",r:0},{b:"{\\\\s*",e:"\\\\s*}",eE:true,c:[{b:":\\\\w+\\\\s*=>",e:",\\\\s+",rB:true,eW:true,r:0,c:[{cN:"symbol",b:":\\\\w+",r:0},{cN:"string",b:'"',e:'"',r:0},{cN:"string",b:"'",e:"'",r:0},{b:"\\\\w+",r:0}]},],r:0},{b:"\\\\(\\\\s*",e:"\\\\s*\\\\)",eE:true,c:[{b:"\\\\w+\\\\s*=",e:"\\\\s+",rB:true,eW:true,r:0,c:[{cN:"attribute",b:"\\\\w+",r:0},{cN:"string",b:'"',e:'"',r:0},{cN:"string",b:"'",e:"'",r:0},{b:"\\\\w+",r:0}]},],r:0}],r:10},{cN:"bullet",b:"^\\\\s*[=~]\\\\s*",r:0},{b:"#{",starts:{e:"}",sL:"ruby"},r:0}]}}(hljs);hljs.LANGUAGES.javascript=function(a){return{k:{keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const",literal:"true false null undefined NaN Infinity"},c:[a.ASM,a.QSM,a.CLCM,a.CBLCLM,a.CNM,{b:"("+a.RSR+"|\\\\b(case|return|throw)\\\\b)\\\\s*",k:"return throw case",c:[a.CLCM,a.CBLCLM,a.REGEXP_MODE,{b:\/<\/,e:\/>;\/,sL:"xml"}],r:0},{cN:"function",bWK:true,e:\/{\/,k:"function",c:[{cN:"title",b:\/[A-Za-z$_][0-9A-Za-z$_]*\/},{cN:"params",b:\/\\(\/,e:\/\\)\/,c:[a.CLCM,a.CBLCLM],i:\/["'\\(]\/}],i:\/\\[|%\/}]}}(hljs);hljs.LANGUAGES.xml=function(a){var c="[A-Za-z0-9\\\\._:-]+";var b={eW:true,r:0,c:[{cN:"attribute",b:c,r:0},{b:'="',rB:true,e:'"',c:[{cN:"value",b:'"',eW:true}]},{b:"='",rB:true,e:"'",c:[{cN:"value",b:"'",eW:true}]},{b:"=",c:[{cN:"value",b:"[^\\\\s\/>]+"}]}]};return{cI:true,c:[{cN:"pi",b:"<\\\\?",e:"\\\\?>",r:10},{cN:"doctype",b:"<!DOCTYPE",e:">",r:10,c:[{b:"\\\\[",e:"\\\\]"}]},{cN:"comment",b:"<!--",e:"-->",r:10},{cN:"cdata",b:"<\\\\!\\\\[CDATA\\\\[",e:"\\\\]\\\\]>",r:10},{cN:"tag",b:"<style(?=\\\\s|>|$)",e:">",k:{title:"style"},c:[b],starts:{e:"<\/style>",rE:true,sL:"css"}},{cN:"tag",b:"<script(?=\\\\s|>|$)",e:">",k:{title:"script"},c:[b],starts:{e:"<\\\/script>",rE:true,sL:"javascript"}},{b:"<%",e:"%>",sL:"vbscript"},{cN:"tag",b:"<\/?",e:"\/?>",r:0,c:[{cN:"title",b:"[^ \/><]+"},b]}]}}(hljs);hljs.LANGUAGES.markdown=function(a){return{c:[{cN:"header",b:"^#{1,3}",e:"$"},{cN:"header",b:"^.+?\\\\n[=-]{2,}$"},{b:"<",e:">",sL:"xml",r:0},{cN:"bullet",b:"^([*+-]|(\\\\d+\\\\.))\\\\s+"},{cN:"strong",b:"[*_]{2}.+?[*_]{2}"},{cN:"emphasis",b:"\\\\*.+?\\\\*"},{cN:"emphasis",b:"_.+?_",r:0},{cN:"blockquote",b:"^>\\\\s+",e:"$"},{cN:"code",b:"`.+?`"},{cN:"code",b:"^ ",e:"$",r:0},{cN:"horizontal_rule",b:"^-{3,}",e:"$"},{b:"\\\\[.+?\\\\]\\\\(.+?\\\\)",rB:true,c:[{cN:"link_label",b:"\\\\[.+\\\\]"},{cN:"link_url",b:"\\\\(",e:"\\\\)",eB:true,eE:true}]}]}}(hljs);hljs.LANGUAGES.css=function(a){var b="[a-zA-Z-][a-zA-Z0-9_-]*";var c={cN:"function",b:b+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]};return{cI:true,i:"[=\/|']",c:[a.CBLCLM,{cN:"id",b:"\\\\#[A-Za-z0-9_-]+"},{cN:"class",b:"\\\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\\\[",e:"\\\\]",i:"$"},{cN:"pseudo",b:":(:)?[a-zA-Z0-9\\\\_\\\\-\\\\+\\\\(\\\\)\\\\\\"\\\\']+"},{cN:"at_rule",b:"@(font-face|page)",l:"[a-z-]+",k:"font-face page"},{cN:"at_rule",b:"@",e:"[{;]",c:[{cN:"keyword",b:\/\\S+\/},{b:\/\\s\/,eW:true,eE:true,r:0,c:[c,a.ASM,a.QSM,a.NM]}]},{cN:"tag",b:b,r:0},{cN:"rules",b:"{",e:"}",i:"[^\\\\s]",r:0,c:[a.CBLCLM,{cN:"rule",b:"[^\\\\s]",rB:true,e:";",eW:true,c:[{cN:"attribute",b:"[A-Z\\\\_\\\\.\\\\-]+",e:":",eE:true,i:"[^\\\\s]",starts:{cN:"value",eW:true,eE:true,c:[c,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"hexcolor",b:"#[0-9A-Fa-f]+"},{cN:"important",b:"!important"}]}}]}]}]}}(hljs);hljs.LANGUAGES.http=function(a){return{i:"\\\\S",c:[{cN:"status",b:"^HTTP\/[0-9\\\\.]+",e:"$",c:[{cN:"number",b:"\\\\b\\\\d{3}\\\\b"}]},{cN:"request",b:"^[A-Z]+ (.*?) HTTP\/[0-9\\\\.]+$",rB:true,e:"$",c:[{cN:"string",b:" ",e:" ",eB:true,eE:true}]},{cN:"attribute",b:"^\\\\w",e:": ",eE:true,i:"\\\\n|\\\\s|=",starts:{cN:"string",e:"$"}},{b:"\\\\n\\\\n",starts:{sL:"",eW:true}}]}}(hljs);hljs.LANGUAGES.java=function(a){return{k:"false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws",c:[{cN:"javadoc",b:"\/\\\\*\\\\*",e:"\\\\*\/",c:[{cN:"javadoctag",b:"(^|\\\\s)@[A-Za-z]+"}],r:10},a.CLCM,a.CBLCLM,a.ASM,a.QSM,{cN:"class",bWK:true,e:"{",k:"class interface",eE:true,i:":",c:[{bWK:true,k:"extends implements",r:10},{cN:"title",b:a.UIR}]},a.CNM,{cN:"annotation",b:"@[A-Za-z]+"}]}}(hljs);hljs.LANGUAGES.php=function(a){var e={cN:"variable",b:"\\\\$+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*"};var b=[a.inherit(a.ASM,{i:null}),a.inherit(a.QSM,{i:null}),{cN:"string",b:'b"',e:'"',c:[a.BE]},{cN:"string",b:"b'",e:"'",c:[a.BE]}];var c=[a.BNM,a.CNM];var d={cN:"title",b:a.UIR};return{cI:true,l:a.UIR,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return implements parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try this switch continue endfor endif declare unset true false namespace trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",c:[a.CLCM,a.HCM,{cN:"comment",b:"\/\\\\*",e:"\\\\*\/",c:[{cN:"phpdoc",b:"\\\\s@[A-Za-z]+"}]},{cN:"comment",b:"__halt_compiler.+?;",eW:true,k:"__halt_compiler",l:a.UIR},{cN:"string",b:"<<<['\\"]?\\\\w+['\\"]?$",e:"^\\\\w+;",c:[a.BE]},{cN:"preprocessor",b:"<\\\\?php",r:10},{cN:"preprocessor",b:"\\\\?>"},e,{cN:"function",bWK:true,e:"{",k:"function",i:"\\\\$|\\\\[|%",c:[d,{cN:"params",b:"\\\\(",e:"\\\\)",c:["self",e,a.CBLCLM].concat(b).concat(c)}]},{cN:"class",bWK:true,e:"{",k:"class",i:"[:\\\\(\\\\$]",c:[{bWK:true,eW:true,k:"extends",c:[d]},d]},{b:"=>"}].concat(b).concat(c)}}(hljs);hljs.LANGUAGES.python=function(a){var f={cN:"prompt",b:\/^(>>>|\\.\\.\\.) \/};var c=[{cN:"string",b:\/(u|b)?r?'''\/,e:\/'''\/,c:[f],r:10},{cN:"string",b:\/(u|b)?r?"""\/,e:\/"""\/,c:[f],r:10},{cN:"string",b:\/(u|r|ur)'\/,e:\/'\/,c:[a.BE],r:10},{cN:"string",b:\/(u|r|ur)"\/,e:\/"\/,c:[a.BE],r:10},{cN:"string",b:\/(b|br)'\/,e:\/'\/,c:[a.BE]},{cN:"string",b:\/(b|br)"\/,e:\/"\/,c:[a.BE]}].concat([a.ASM,a.QSM]);var e={cN:"title",b:a.UIR};var d={cN:"params",b:\/\\(\/,e:\/\\)\/,c:["self",a.CNM,f].concat(c)};var b={bWK:true,e:\/:\/,i:\/[${=;\\n]\/,c:[e,d],r:10};return{k:{keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},i:\/(<\\\/|->|\\?)\/,c:c.concat([f,a.HCM,a.inherit(b,{cN:"function",k:"def"}),a.inherit(b,{cN:"class",k:"class"}),a.CNM,{cN:"decorator",b:\/@\/,e:\/$\/},{b:\/\\b(print|exec)\\(\/}])}}(hljs);hljs.LANGUAGES.sql=function(a){return{cI:true,c:[{cN:"operator",b:"(begin|end|start|commit|rollback|savepoint|lock|alter|create|drop|rename|call|delete|do|handler|insert|load|replace|select|truncate|update|set|show|pragma|grant)\\\\b(?!:)",e:";",eW:true,k:{keyword:"all partial global month current_timestamp using go revoke smallint indicator end-exec disconnect zone with character assertion to add current_user usage input local alter match collate real then rollback get read timestamp session_user not integer bit unique day minute desc insert execute like ilike|2 level decimal drop continue isolation found where constraints domain right national some module transaction relative second connect escape close system_user for deferred section cast current sqlstate allocate intersect deallocate numeric public preserve full goto initially asc no key output collation group by union session both last language constraint column of space foreign deferrable prior connection unknown action commit view or first into float year primary cascaded except restrict set references names table outer open select size are rows from prepare distinct leading create only next inner authorization schema corresponding option declare precision immediate else timezone_minute external varying translation true case exception join hour default double scroll value cursor descriptor values dec fetch procedure delete and false int is describe char as at in varchar null trailing any absolute current_time end grant privileges when cross check write current_date pad begin temporary exec time update catalog user sql date on identity timezone_hour natural whenever interval work order cascade diagnostics nchar having left call do handler load replace truncate start lock show pragma exists number trigger if before after each row",aggregate:"count sum min max avg"},c:[{cN:"string",b:"'",e:"'",c:[a.BE,{b:"''"}],r:0},{cN:"string",b:'"',e:'"',c:[a.BE,{b:'""'}],r:0},{cN:"string",b:"`",e:"`",c:[a.BE]},a.CNM]},a.CBLCLM,{cN:"comment",b:"--",e:"$"}]}}(hljs);hljs.LANGUAGES.ini=function(a){return{cI:true,i:"[^\\\\s]",c:[{cN:"comment",b:";",e:"$"},{cN:"title",b:"^\\\\[",e:"\\\\]"},{cN:"setting",b:"^[a-z0-9\\\\[\\\\]_-]+[ \\\\t]*=[ \\\\t]*",e:"$",c:[{cN:"value",eW:true,k:"on off true false yes no",c:[a.QSM,a.NM],r:0}]}]}}(hljs);hljs.LANGUAGES.perl=function(e){var a="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when";var d={cN:"subst",b:"[$@]\\\\{",e:"\\\\}",k:a,r:10};var b={cN:"variable",b:"\\\\$\\\\d"};var i={cN:"variable",b:"[\\\\$\\\\%\\\\@\\\\*](\\\\^\\\\w\\\\b|#\\\\w+(\\\\:\\\\:\\\\w+)*|[^\\\\s\\\\w{]|{\\\\w+}|\\\\w+(\\\\:\\\\:\\\\w*)*)"};var f=[e.BE,d,b,i];var h={b:"->",c:[{b:e.IR},{b:"{",e:"}"}]};var g={cN:"comment",b:"^(__END__|__DATA__)",e:"\\\\n$",r:5};var c=[b,i,e.HCM,g,{cN:"comment",b:"^\\\\=\\\\w",e:"\\\\=cut",eW:true},h,{cN:"string",b:"q[qwxr]?\\\\s*\\\\(",e:"\\\\)",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\[",e:"\\\\]",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\{",e:"\\\\}",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\|",e:"\\\\|",c:f,r:5},{cN:"string",b:"q[qwxr]?\\\\s*\\\\<",e:"\\\\>",c:f,r:5},{cN:"string",b:"qw\\\\s+q",e:"q",c:f,r:5},{cN:"string",b:"'",e:"'",c:[e.BE],r:0},{cN:"string",b:'"',e:'"',c:f,r:0},{cN:"string",b:"`",e:"`",c:[e.BE]},{cN:"string",b:"{\\\\w+}",r:0},{cN:"string",b:"-?\\\\w+\\\\s*\\\\=\\\\>",r:0},{cN:"number",b:"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b",r:0},{b:"("+e.RSR+"|\\\\b(split|return|print|reverse|grep)\\\\b)\\\\s*",k:"split return print reverse grep",r:0,c:[e.HCM,g,{cN:"regexp",b:"(s|tr|y)\/(\\\\\\\\.|[^\/])*\/(\\\\\\\\.|[^\/])*\/[a-z]*",r:10},{cN:"regexp",b:"(m|qr)?\/",e:"\/[a-z]*",c:[e.BE],r:0}]},{cN:"sub",bWK:true,e:"(\\\\s*\\\\(.*?\\\\))?[;{]",k:"sub",r:5},{cN:"operator",b:"-\\\\w\\\\b",r:0}];d.c=c;h.c[1].c=c;return{k:a,c:c}}(hljs);hljs.LANGUAGES.objectivec=function(a){var b={keyword:"int float while private char catch export sizeof typedef const struct for union unsigned long volatile static protected bool mutable if public do return goto void enum else break extern asm case short default double throw register explicit signed typename try this switch continue wchar_t inline readonly assign property self synchronized end synthesize id optional required nonatomic super unichar finally dynamic IBOutlet IBAction selector strong weak readonly",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"NSString NSDictionary CGRect CGPoint UIButton UILabel UITextView UIWebView MKMapView UISegmentedControl NSObject UITableViewDelegate UITableViewDataSource NSThread UIActivityIndicator UITabbar UIToolBar UIBarButtonItem UIImageView NSAutoreleasePool UITableView BOOL NSInteger CGFloat NSException NSLog NSMutableString NSMutableArray NSMutableDictionary NSURL NSIndexPath CGSize UITableViewCell UIView UIViewController UINavigationBar UINavigationController UITabBarController UIPopoverController UIPopoverControllerDelegate UIImage NSNumber UISearchBar NSFetchedResultsController NSFetchedResultsChangeType UIScrollView UIScrollViewDelegate UIEdgeInsets UIColor UIFont UIApplication NSNotFound NSNotificationCenter NSNotification UILocalNotification NSBundle NSFileManager NSTimeInterval NSDate NSCalendar NSUserDefaults UIWindow NSRange NSArray NSError NSURLRequest NSURLConnection UIInterfaceOrientation MPMoviePlayerController dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"};return{k:b,i:"<\/",c:[a.CLCM,a.CBLCLM,a.CNM,a.QSM,{cN:"string",b:"'",e:"[^\\\\\\\\]'",i:"[^\\\\\\\\][^']"},{cN:"preprocessor",b:"#import",e:"$",c:[{cN:"title",b:'"',e:'"'},{cN:"title",b:"<",e:">"}]},{cN:"preprocessor",b:"#",e:"$"},{cN:"class",bWK:true,e:"({|$)",k:"interface class protocol implementation",c:[{cN:"id",b:a.UIR}]},{cN:"variable",b:"\\\\."+a.UIR,r:0}]}}(hljs);hljs.LANGUAGES.coffeescript=function(c){var b={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",reserved:"case default function var void with const let enum export import native __hasProp __extends __slice __bind __indexOf",built_in:"npm require console print module exports global window document"};var a="[A-Za-z$_][0-9A-Za-z$_]*";var f={cN:"title",b:a};var e={cN:"subst",b:"#\\\\{",e:"}",k:b,};var d=[c.BNM,c.inherit(c.CNM,{starts:{e:"(\\\\s*\/)?",r:0}}),{cN:"string",b:"'''",e:"'''",c:[c.BE]},{cN:"string",b:"'",e:"'",c:[c.BE],r:0},{cN:"string",b:'"""',e:'"""',c:[c.BE,e]},{cN:"string",b:'"',e:'"',c:[c.BE,e],r:0},{cN:"regexp",b:"\/\/\/",e:"\/\/\/",c:[c.HCM]},{cN:"regexp",b:"\/\/[gim]*",r:0},{cN:"regexp",b:"\/\\\\S(\\\\\\\\.|[^\\\\n])*?\/[gim]*(?=\\\\s|\\\\W|$)"},{cN:"property",b:"@"+a},{b:"`",e:"`",eB:true,eE:true,sL:"javascript"}];e.c=d;return{k:b,c:d.concat([{cN:"comment",b:"###",e:"###"},c.HCM,{cN:"function",b:"("+a+"\\\\s*=\\\\s*)?(\\\\(.*\\\\))?\\\\s*[-=]>",e:"[-=]>",rB:true,c:[f,{cN:"params",b:"\\\\(",rB:true,c:[{b:\/\\(\/,e:\/\\)\/,k:b,c:["self"].concat(d)}]}]},{cN:"class",bWK:true,k:"class",e:"$",i:"[:\\\\[\\\\]]",c:[{bWK:true,k:"extends",eW:true,i:":",c:[f]},f]},{cN:"attribute",b:a+":",e:":",rB:true,eE:true}])}}(hljs);hljs.LANGUAGES.nginx=function(b){var c=[{cN:"variable",b:"\\\\$\\\\d+"},{cN:"variable",b:"\\\\${",e:"}"},{cN:"variable",b:"[\\\\$\\\\@]"+b.UIR}];var a={eW:true,l:"[a-z\/_]+",k:{built_in:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll \/dev\/poll"},r:0,i:"=>",c:[b.HCM,{cN:"string",b:'"',e:'"',c:[b.BE].concat(c),r:0},{cN:"string",b:"'",e:"'",c:[b.BE].concat(c),r:0},{cN:"url",b:"([a-z]+):\/",e:"\\\\s",eW:true,eE:true},{cN:"regexp",b:"\\\\s\\\\^",e:"\\\\s|{|;",rE:true,c:[b.BE].concat(c)},{cN:"regexp",b:"~\\\\*?\\\\s+",e:"\\\\s|{|;",rE:true,c:[b.BE].concat(c)},{cN:"regexp",b:"\\\\*(\\\\.[a-z\\\\-]+)+",c:[b.BE].concat(c)},{cN:"regexp",b:"([a-z\\\\-]+\\\\.)+\\\\*",c:[b.BE].concat(c)},{cN:"number",b:"\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b"},{cN:"number",b:"\\\\b\\\\d+[kKmMgGdshdwy]*\\\\b",r:0}].concat(c)};return{c:[b.HCM,{b:b.UIR+"\\\\s",e:";|{",rB:true,c:[{cN:"title",b:b.UIR,starts:a}],r:0}],i:"[^\\\\s\\\\}]"}}(hljs);hljs.LANGUAGES.json=function(a){var e={literal:"true false null"};var d=[a.QSM,a.CNM];var c={cN:"value",e:",",eW:true,eE:true,c:d,k:e};var b={b:"{",e:"}",c:[{cN:"attribute",b:'\\\\s*"',e:'"\\\\s*:\\\\s*',eB:true,eE:true,c:[a.BE],i:"\\\\n",starts:c}],i:"\\\\S"};var f={b:"\\\\[",e:"\\\\]",c:[a.inherit(c,{cN:null})],i:"\\\\S"};d.splice(d.length,0,b,f);return{c:d,k:e,i:"\\\\S"}}(hljs);hljs.LANGUAGES.apache=function(a){var b={cN:"number",b:"[\\\\$%]\\\\d+"};return{cI:true,c:[a.HCM,{cN:"tag",b:"<\/?",e:">"},{cN:"keyword",b:\/\\w+\/,r:0,k:{common:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{e:\/$\/,r:0,k:{literal:"on off all"},c:[{cN:"sqbracket",b:"\\\\s\\\\[",e:"\\\\]$"},{cN:"cbracket",b:"[\\\\$%]\\\\{",e:"\\\\}",c:["self",b]},b,a.QSM]}}],i:\/\\S\/}}(hljs);hljs.LANGUAGES.scss=function(a){var c="[a-zA-Z-][a-zA-Z0-9_-]*";var d={cN:"function",b:c+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]};var b={cN:"hexcolor",b:"#[0-9A-Fa-f]+"};var e={cN:"attribute",b:"[A-Z\\\\_\\\\.\\\\-]+",e:":",eE:true,i:"[^\\\\s]",starts:{cN:"value",eW:true,eE:true,c:[d,b,a.NM,a.QSM,a.ASM,a.CBLCLM,{cN:"important",b:"!important"}]}};return{cI:true,i:"[=\/|']",c:[a.CLCM,a.CBLCLM,{cN:"function",b:c+"\\\\(",e:"\\\\)",c:["self",a.NM,a.ASM,a.QSM]},{cN:"id",b:"\\\\#[A-Za-z0-9_-]+",r:0},{cN:"class",b:"\\\\.[A-Za-z0-9_-]+",r:0},{cN:"attr_selector",b:"\\\\[",e:"\\\\]",i:"$"},{cN:"tag",b:"\\\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\\\b",r:0},{cN:"pseudo",b:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{cN:"pseudo",b:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},{cN:"attribute",b:"\\\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\\\b",i:"[^\\\\s]"},{cN:"value",b:"\\\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\\\b"},{cN:"value",b:":",e:";",c:[b,a.NM,a.QSM,a.ASM,{cN:"important",b:"!important"}]},{cN:"at_rule",b:"@",e:"[{;]",k:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",c:[d,a.QSM,a.ASM,b,a.NM,{cN:"preprocessor",b:"\\\\s[A-Za-z0-9_.-]+",r:0}]}]}}(hljs);hljs.LANGUAGES.cpp=function(a){var b={keyword:"false int float while private char catch export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const struct for static_cast|10 union namespace unsigned long throw volatile static protected bool template mutable if public friend do return goto auto void enum else break new extern using true class asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue wchar_t inline delete alignof char16_t char32_t constexpr decltype noexcept nullptr static_assert thread_local restrict _Bool complex",built_in:"std string cin cout cerr clog stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr"};return{k:b,i:"<\/",c:[a.CLCM,a.CBLCLM,a.QSM,{cN:"string",b:"'\\\\\\\\?.",e:"'",i:"."},{cN:"number",b:"\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)(u|U|l|L|ul|UL|f|F)"},a.CNM,{cN:"preprocessor",b:"#",e:"$",c:[{b:"<",e:">",i:"\\\\n"},a.CLCM]},{cN:"stl_container",b:"\\\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\\\s*<",e:">",k:b,r:10,c:["self"]}]}}(hljs);hljs.LANGUAGES.makefile=function(a){var b={cN:"variable",b:\/\\$\\(\/,e:\/\\)\/,c:a.BE};return{c:[a.HCM,{b:\/^\\w+\\s*\\W*=\/,rB:true,r:0,starts:{cN:"constant",e:\/\\s*\\W*=\/,eE:true,starts:{e:\/$\/,r:0,c:[b],}}},{cN:"title",b:\/^[\\w]+:\\s*$\/},{cN:"phony",b:\/^\\.PHONY:\/,e:\/$\/,k:".PHONY",l:\/[\\.\\w]+\/},{b:\/^\\t+\/,e:\/$\/,c:[a.QSM,b]}]}}(hljs);/;" f
272
298
  up db/migrate/20131218060557_create_activities.rb /^ def self.up$/;" F class:CreateActivities
299
+ up db/migrate/20140314014648_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb /^ def self.up$/;" F class:ActsAsTaggableOnMigration
300
+ up db/migrate/20140314014649_add_missing_unique_indices.acts_as_taggable_on_engine.rb /^ def self.up$/;" F class:AddMissingUniqueIndices
273
301
  update app/controllers/assignments_controller.rb /^ def update$/;" f class:AssignmentsController
274
302
  update app/controllers/tickets_controller.rb /^ def update$/;" f class:TicketsController
275
303
  update app/controllers/wiki/pages_controller.rb /^ def update$/;" f class:Wiki