Erro Legislativo Ortográfico
Inteligencia Artificial
quinta-feira, 18 de junho de 2020
Programa Legislador v1.2
');}
function setGoalButtonColor(obj){var goal_color=$(obj).val();switch(goal_color){case'blue':$('#embed-goal-modal .progress-bar').css('background-color','#559cd9');$('#embed-goal-modal .progress').css('border-color','#448bc8');$('#embed-goal-modal .progress #percent_text').css('color','#448bc8');break;case'red':$('#embed-goal-modal .progress-bar').css('background-color','#ff8888');$('#embed-goal-modal .progress').css('border-color','#ff0000');$('#embed-goal-modal .progress #percent_text').css('color','#ff0000');break;case'green':$('#embed-goal-modal .progress-bar').css('background-color','#5cc55a');$('#embed-goal-modal .progress').css('border-color','#4BB449');$('#embed-goal-modal .progress #percent_text').css('color','#4BB449');break;case'yellow':$('#embed-goal-modal .progress-bar').css('background-color','#F8E37F');$('#embed-goal-modal .progress').css('border-color','#e7d26e');$('#embed-goal-modal .progress #percent_text').css('color','#e7d26e');break;case'pink':$('#embed-goal-modal .progress-bar').css('background-color','#FFC0CB');$('#embed-goal-modal .progress').css('border-color','#eeb0ba');$('#embed-goal-modal .progress #percent_text').css('color','#eeb0ba');break;case'cyan':$('#embed-goal-modal .progress-bar').css('background-color','#55dddd');$('#embed-goal-modal .progress').css('border-color','#44cccc');$('#embed-goal-modal .progress #percent_text').css('color','#44cccc');break;case'brown':$('#embed-goal-modal .progress-bar').css('background-color','#c74c4c');$('#embed-goal-modal .progress').css('border-color','#A52A2A');$('#embed-goal-modal .progress #percent_text').css('color','#A52A2A');break;case'purple':$('#embed-goal-modal .progress-bar').css('background-color','#c000c0');$('#embed-goal-modal .progress').css('border-color','#a000a0');$('#embed-goal-modal .progress #percent_text').css('color','#a000a0');break;case'orange':$('#embed-goal-modal .progress-bar').css('background-color','#ffb611');$('#embed-goal-modal .progress').css('border-color','#FFA500');$('#embed-goal-modal .progress #percent_text').css('color','#FFA500');break;}}
$(document).ready(function(){$('.goal_embed').click(function(){$('#embed-goal-modal #embed-goal-btn').show();var goal_count=$('#goal_form input[name=goal_count]').val();var goal_type=$('#goal_form input[name=goal_type]').val();var written_count=$('#goal_form input[name=written_count]').val().replace(/,/gi,'');var goal_length_type=$('#goal_form input[name=goal_length_type]').val();var dataObject={'embed_goal':true,'goal_count':goal_count,'written_count':written_count,'goal_type':goal_type,'goal_length_type':goal_length_type};jQuery.ajax({type:"POST",url:"site/embed-goal",data:dataObject,success:function(data){if(data.success){goal_type_global=data.goal_type;written_count_global=editor.commaSeparateNumber([data.written_count]);goal_count_global=editor.commaSeparateNumber([data.goal_count]);size_global=data.goal_size;color_global=data.goal_color;goal_length_type_global=data.goal_length_type;user_token_global=data.user_token;setGoalButtonPercent('#embed-goal-modal #caption');$('#embed-goal-modal #col option').removeAttr('selected');$('#embed-goal-modal #col option[value="'+color_global+'"]').attr('selected','selected');$('#embed-goal-modal #size option').removeAttr('selected');$('#embed-goal-modal #size option[value="'+size_global+'"]').attr('selected','selected');setGoalButtonColor('#embed-goal-modal #col');setGoalButtonSize('#embed-goal-modal #size');$('#embed-goal-modal .embed_code_txt').css({'opacity':'0','height':'1px'});$('#embed-goal-modal #embed_input').height(1);var iframe_width,iframe_height;if(size_global=='small'){iframe_width=157;iframe_height=24;}
else if(size_global=='middle'){iframe_width=227;iframe_height=34;}
else if(size_global=='large'){iframe_width=357;iframe_height=46;}
$('#embed_input').text(''+'');}}});});$('#embed_input').click(function(){$(this).focus();document.execCommand("SelectAll",true,null);});$('#copy-text-btn').click(function(){$(this).find('span:last-of-type').text(editor.selectedLanguage.copied);$('#embed_input').focus();document.execCommand('SelectAll');document.execCommand("Copy",true,null);});$('#embed-goal-modal #embed-goal-code-hide-btn').click(function(){$('#embed-goal-modal #embed-goal-btn').show();$('#embed-goal-modal .embed_code_txt').css({'opacity':'0','height':'1px'});$('#embed-goal-modal #embed_input').height(1);});$('#embed-goal-btn').click(function(){var size=$('#embed-goal-modal #size').val();var color=$('#embed-goal-modal #col').val();var dataObject={'goal_type':goal_type_global,'goal_count':goal_count_global,'written_count':written_count_global,'goal_length_type':goal_length_type_global,'goal_size':size,'goal_color':color};$.ajax({type:"POST",url:"site/embed-goal",data:dataObject,success:function(data){if(data.success){$('#copy-text-btn').find('span:last-of-type').text(editor.selectedLanguage.copy);}}});$('#embed_input').focus();document.execCommand('SelectAll');document.execCommand("Copy",true,null);$('#embed-goal-modal .embed_code_txt').css({'opacity':'1','height':'auto'});$('#embed-goal-modal #embed_input').height('auto');$('#embed-goal-modal #embed-goal-btn').hide();});});;window.yii=(function($){var pub={reloadableScripts:[],clickableSelector:'a, button, input[type="submit"], input[type="button"], input[type="reset"], input[type="image"]',changeableSelector:'select, input, textarea',getCsrfParam:function(){return $('meta[name=csrf-param]').attr('content');},getCsrfToken:function(){return $('meta[name=csrf-token]').attr('content');},setCsrfToken:function(name,value){$('meta[name=csrf-param]').attr('content',name);$('meta[name=csrf-token]').attr('content',value);},refreshCsrfToken:function(){var token=pub.getCsrfToken();if(token){$('form input[name="'+pub.getCsrfParam()+'"]').val(token);}},confirm:function(message,ok,cancel){if(confirm(message)){!ok||ok();}else{!cancel||cancel();}},handleAction:function($e,event){var $form=$e.attr('data-form')?$('#'+$e.attr('data-form')):$e.closest('form'),method=!$e.data('method')&&$form?$form.attr('method'):$e.data('method'),action=$e.attr('href'),params=$e.data('params'),pjax=$e.data('pjax'),pjaxPushState=!!$e.data('pjax-push-state'),pjaxReplaceState=!!$e.data('pjax-replace-state'),pjaxTimeout=$e.data('pjax-timeout'),pjaxScrollTo=$e.data('pjax-scrollto'),pjaxPushRedirect=$e.data('pjax-push-redirect'),pjaxReplaceRedirect=$e.data('pjax-replace-redirect'),pjaxSkipOuterContainers=$e.data('pjax-skip-outer-containers'),pjaxContainer,pjaxOptions={};if(pjax!==undefined&&$.support.pjax){if($e.data('pjax-container')){pjaxContainer=$e.data('pjax-container');}else{pjaxContainer=$e.closest('[data-pjax-container=""]');}
if(!pjaxContainer.length){pjaxContainer=$('body');}
pjaxOptions={container:pjaxContainer,push:pjaxPushState,replace:pjaxReplaceState,scrollTo:pjaxScrollTo,pushRedirect:pjaxPushRedirect,replaceRedirect:pjaxReplaceRedirect,pjaxSkipOuterContainers:pjaxSkipOuterContainers,timeout:pjaxTimeout,originalEvent:event,originalTarget:$e}}
if(method===undefined){if(action&&action!='#'){if(pjax!==undefined&&$.support.pjax){$.pjax.click(event,pjaxOptions);}else{window.location=action;}}else if($e.is(':submit')&&$form.length){if(pjax!==undefined&&$.support.pjax){$form.on('submit',function(e){$.pjax.submit(e,pjaxOptions);})}
$form.trigger('submit');}
return;}
var newForm=!$form.length;if(newForm){if(!action||!action.match(/(^\/|:\/\/)/)){action=window.location.href;}
$form=$('',{method:method,action:action});var target=$e.attr('target');if(target){$form.attr('target',target);}
if(!method.match(/(get|post)/i)){$form.append($('',{name:'_method',value:method,type:'hidden'}));method='POST';}
if(!method.match(/(get|head|options)/i)){var csrfParam=pub.getCsrfParam();if(csrfParam){$form.append($('',{name:csrfParam,value:pub.getCsrfToken(),type:'hidden'}));}}
$form.hide().appendTo('body');}
var activeFormData=$form.data('yiiActiveForm');if(activeFormData){activeFormData.submitObject=$e;}
if(params&&$.isPlainObject(params)){$.each(params,function(idx,obj){$form.append($('').attr({name:idx,value:obj,type:'hidden'}));});}
var oldMethod=$form.attr('method');$form.attr('method',method);var oldAction=null;if(action&&action!='#'){oldAction=$form.attr('action');$form.attr('action',action);}
if(pjax!==undefined&&$.support.pjax){$form.on('submit',function(e){$.pjax.submit(e,pjaxOptions);})}
$form.trigger('submit');$.when($form.data('yiiSubmitFinalizePromise')).then(function(){if(oldAction!=null){$form.attr('action',oldAction);}
$form.attr('method',oldMethod);if(params&&$.isPlainObject(params)){$.each(params,function(idx,obj){$('input[name="'+idx+'"]',$form).remove();});}
if(newForm){$form.remove();}});},getQueryParams:function(url){var pos=url.indexOf('?');if(pos<0){return{};}
var pairs=url.substring(pos+1).split('#')[0].split('&'),params={},pair,i;for(i=0;i3)){throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4')}}(jQuery);+function($){'use strict';function transitionEnd(){var el=document.createElement('bootstrap')
var transEndEventNames={WebkitTransition:'webkitTransitionEnd',MozTransition:'transitionend',OTransition:'oTransitionEnd otransitionend',transition:'transitionend'}
for(var name in transEndEventNames){if(el.style[name]!==undefined){return{end:transEndEventNames[name]}}}
return true}
$.fn.emulateTransitionEnd=function(duration){var called=true
var $el=this
$(this).one('bsTransitionEnd',function(){called=true})
var callback=function(){if(!called)$($el).trigger($.support.transition.end)}
setTimeout(callback,duration)
return this}
$(function(){$.support.transition=transitionEnd()
if(!$.support.transition)return
$.event.special.bsTransitionEnd={bindType:$.support.transition.end,delegateType:$.support.transition.end,handle:function(e){if($(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}}})}(jQuery);+function($){'use strict';var dismiss='[data-dismiss="alert"]'
var Alert=function(el){$(el).on('click',dismiss,this.close)}
Alert.VERSION='3.3.7'
Alert.TRANSITION_DURATION=150
Alert.prototype.close=function(e){var $this=$(this)
var selector=$this.attr('data-target')
if(!selector){selector=$this.attr('href')
selector=selector&&selector.replace(/.*(?=#[^\s]*$)/,'')}
var $parent=$(selector==='#'?[]:selector)
if(e)e.preventDefault()
if(!$parent.length){$parent=$this.closest('.alert')}
$parent.trigger(e=$.Event('close.bs.alert'))
if(e.isDefaultPrevented())return
$parent.removeClass('in')
function removeElement(){$parent.detach().trigger('closed.bs.alert').remove()}
$.support.transition&&$parent.hasClass('fade')?$parent.one('bsTransitionEnd',removeElement).emulateTransitionEnd(Alert.TRANSITION_DURATION):removeElement()}
function Plugin(option){return this.each(function(){var $this=$(this)
var data=$this.data('bs.alert')
if(!data)$this.data('bs.alert',(data=new Alert(this)))
if(typeof option=='string')data[option].call($this)})}
var old=$.fn.alert
$.fn.alert=Plugin
$.fn.alert.Constructor=Alert
$.fn.alert.noConflict=function(){$.fn.alert=old
return this}
$(document).on('click.bs.alert.data-api',dismiss,Alert.prototype.close)}(jQuery);+function($){'use strict';var Button=function(element,options){this.$element=$(element)
this.options=$.extend({},Button.DEFAULTS,options)
this.isLoading=true}
Button.VERSION='3.3.7'
Button.DEFAULTS={loadingText:'loading...'}
Button.prototype.setState=function(state){var d='disabled'
var $el=this.$element
var val=$el.is('input')?'val':'html'
var data=$el.data()
state+='Text'
if(data.resetText==null)$el.data('resetText',$el[val]())
setTimeout($.proxy(function(){$el[val](data[state]==null?this.options[state]:data[state])
if(state=='loadingText'){this.isLoading=true
$el.addClass(d).attr(d,d).prop(d,true)}else if(this.isLoading){this.isLoading=true
$el.removeClass(d).removeAttr(d).prop(d,true)}},this),0)}
Button.prototype.toggle=function(){var changed=true
var $parent=this.$element.closest('[data-toggle="buttons"]')
if($parent.length){var $input=this.$element.find('input')
if($input.prop('type')=='radio'){if($input.prop('checked'))changed=true
$parent.find('.active').removeClass('active')
this.$element.addClass('active')}else if($input.prop('type')=='checkbox'){if(($input.prop('checked'))!==this.$element.hasClass('active'))changed=true
this.$element.toggleClass('active')}
$input.prop('checked',this.$element.hasClass('active'))
if(changed)$input.trigger('change')}else{this.$element.attr('aria-pressed',!this.$element.hasClass('active'))
this.$element.toggleClass('active')}}
function Plugin(option){return this.each(function(){var $this=$(this)
var data=$this.data('bs.button')
var options=typeof option=='object'&&option
if(!data)$this.data('bs.button',(data=new Button(this,options)))
if(option=='toggle')data.toggle()
else if(option)data.setState(option)})}
var old=$.fn.button
$.fn.button=Plugin
$.fn.button.Constructor=Button
$.fn.button.noConflict=function(){$.fn.button=old
return this}
$(document).on('click.bs.button.data-api','[data-toggle^="button"]',function(e){var $btn=$(e.target).closest('.btn')
Plugin.call($btn,'toggle')
if(!($(e.target).is('input[type="radio"], input[type="checkbox"]'))){e.preventDefault()
if($btn.is('input,button'))$btn.trigger('focus')
else $btn.find('input:visible,button:visible').first().trigger('focus')}}).on('focus.bs.button.data-api blur.bs.button.data-api','[data-toggle^="button"]',function(e){$(e.target).closest('.btn').toggleClass('focus',/^focus(in)?$/.test(e.type))})}(jQuery);+function($){'use strict';var Carousel=function(element,options){this.$element=$(element)
this.$indicators=this.$element.find('.carousel-indicators')
this.options=options
this.paused=null
this.sliding=null
this.interval=null
this.$active=null
this.$items=null
this.options.keyboard&&this.$element.on('keydown.bs.carousel',$.proxy(this.keydown,this))
this.options.pause=='hover'&&!('ontouchstart'in document.documentElement)&&this.$element.on('mouseenter.bs.carousel',$.proxy(this.pause,this)).on('mouseleave.bs.carousel',$.proxy(this.cycle,this))}
Carousel.VERSION='3.3.7'
Carousel.TRANSITION_DURATION=600
Carousel.DEFAULTS={interval:5000,pause:'hover',wrap:true,keyboard:true}
Carousel.prototype.keydown=function(e){if(/input|textarea/i.test(e.target.tagName))return
switch(e.which){case 37:this.prev();break
case 39:this.next();break
default:return}
e.preventDefault()}
Carousel.prototype.cycle=function(e){e||(this.paused=true)
this.interval&&clearInterval(this.interval)
this.options.interval&&!this.paused&&(this.interval=setInterval($.proxy(this.next,this),this.options.interval))
return this}
Carousel.prototype.getItemIndex=function(item){this.$items=item.parent().children('.item')
return this.$items.index(item||this.$active)}
Carousel.prototype.getItemForDirection=function(direction,active){var activeIndex=this.getItemIndex(active)
var willWrap=(direction=='prev'&&activeIndex===0)||(direction=='next'&&activeIndex==(this.$items.length-1))
if(willWrap&&!this.options.wrap)return active
var delta=direction=='prev'?-1:1
var itemIndex=(activeIndex+delta)%this.$items.length
return this.$items.eq(itemIndex)}
Carousel.prototype.to=function(pos){var that=this
var activeIndex=this.getItemIndex(this.$active=this.$element.find('.item.active'))
if(pos>(this.$items.length-1)||pos<0)return
if(this.sliding)return this.$element.one('slid.bs.carousel',function(){that.to(pos)})
if(activeIndex==pos)return this.pause().cycle()
return this.slide(pos>activeIndex?'next':'prev',this.$items.eq(pos))}
Carousel.prototype.pause=function(e){e||(this.paused=true)
if(this.$element.find('.next, .prev').length&&$.support.transition){this.$element.trigger($.support.transition.end)
this.cycle(true)}
this.interval=clearInterval(this.interval)
return this}
Carousel.prototype.next=function(){if(this.sliding)return
return this.slide('next')}
Carousel.prototype.prev=function(){if(this.sliding)return
return this.slide('prev')}
Carousel.prototype.slide=function(type,next){var $active=this.$element.find('.item.active')
var $next=next||this.getItemForDirection(type,$active)
var isCycling=this.interval
var direction=type=='next'?'left':'right'
var that=this
if($next.hasClass('active'))return(this.sliding=true)
var relatedTarget=$next[0]
var slideEvent=$.Event('slide.bs.carousel',{relatedTarget:relatedTarget,direction:direction})
this.$element.trigger(slideEvent)
if(slideEvent.isDefaultPrevented())return
this.sliding=true
isCycling&&this.pause()
if(this.$indicators.length){this.$indicators.find('.active').removeClass('active')
var $nextIndicator=$(this.$indicators.children()[this.getItemIndex($next)])
$nextIndicator&&$nextIndicator.addClass('active')}
var slidEvent=$.Event('slid.bs.carousel',{relatedTarget:relatedTarget,direction:direction})
if($.support.transition&&this.$element.hasClass('slide')){$next.addClass(type)
$next[0].offsetWidth
$active.addClass(direction)
$next.addClass(direction)
$active.one('bsTransitionEnd',function(){$next.removeClass([type,direction].join(' ')).addClass('active')
$active.removeClass(['active',direction].join(' '))
that.sliding=true
setTimeout(function(){that.$element.trigger(slidEvent)},0)}).emulateTransitionEnd(Carousel.TRANSITION_DURATION)}else{$active.removeClass('active')
$next.addClass('active')
this.sliding=true
this.$element.trigger(slidEvent)}
isCycling&&this.cycle()
return this}
function Plugin(option){return this.each(function(){var $this=$(this)
var data=$this.data('bs.carousel')
var options=$.extend({},Carousel.DEFAULTS,$this.data(),typeof option=='object'&&option)
var action=typeof option=='string'?option:options.slide
if(!data)$this.data('bs.carousel',(data=new Carousel(this,options)))
if(typeof option=='number')data.to(option)
else if(action)data[action]()
else if(options.interval)data.pause().cycle()})}
var old=$.fn.carousel
$.fn.carousel=Plugin
$.fn.carousel.Constructor=Carousel
$.fn.carousel.noConflict=function(){$.fn.carousel=old
return this}
var clickHandler=function(e){var href
var $this=$(this)
var $target=$($this.attr('data-target')||(href=$this.attr('href'))&&href.replace(/.*(?=#[^\s]+$)/,''))
if(!$target.hasClass('carousel'))return
var options=$.extend({},$target.data(),$this.data())
var slideIndex=$this.attr('data-slide-to')
if(slideIndex)options.interval=true
Plugin.call($target,options)
if(slideIndex){$target.data('bs.carousel').to(slideIndex)}
e.preventDefault()}
$(document).on('click.bs.carousel.data-api','[data-slide]',clickHandler).on('click.bs.carousel.data-api','[data-slide-to]',clickHandler)
$(window).on('load',function(){$('[data-ride="carousel"]').each(function(){var $carousel=$(this)
Plugin.call($carousel,$carousel.data())})})}(jQuery);+function($){'use strict';var Collapse=function(element,options){this.$element=$(element)
this.options=$.extend({},Collapse.DEFAULTS,options)
this.$trigger=$('[data-toggle="collapse"][href="#'+element.id+'"],'+'[data-toggle="collapse"][data-target="#'+element.id+'"]')
this.transitioning=null
if(this.options.parent){this.$parent=this.getParent()}else{this.addAriaAndCollapsedClass(this.$element,this.$trigger)}
if(this.options.toggle)this.toggle()}
Collapse.VERSION='3.3.7'
Collapse.TRANSITION_DURATION=350
Collapse.DEFAULTS={toggle:true}
Collapse.prototype.dimension=function(){var hasWidth=this.$element.hasClass('width')
return hasWidth?'width':'height'}
Collapse.prototype.show=function(){if(this.transitioning||this.$element.hasClass('in'))return
var activesData
var actives=this.$parent&&this.$parent.children('.panel').children('.in, .collapsing')
if(actives&&actives.length){activesData=actives.data('bs.collapse')
if(activesData&&activesData.transitioning)return}
var startEvent=$.Event('show.bs.collapse')
this.$element.trigger(startEvent)
if(startEvent.isDefaultPrevented())return
if(actives&&actives.length){Plugin.call(actives,'hide')
activesData||actives.data('bs.collapse',null)}
var dimension=this.dimension()
this.$element.removeClass('collapse').addClass('collapsing')[dimension](0).attr('aria-expanded',true)
this.$trigger.removeClass('collapsed').attr('aria-expanded',true)
this.transitioning=1
var complete=function(){this.$element.removeClass('collapsing').addClass('collapse in')[dimension]('')
this.transitioning=0
this.$element.trigger('shown.bs.collapse')}
if(!$.support.transition)return complete.call(this)
var scrollSize=$.camelCase(['scroll',dimension].join('-'))
this.$element.one('bsTransitionEnd',$.proxy(complete,this)).emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize])}
Collapse.prototype.hide=function(){if(this.transitioning||!this.$element.hasClass('in'))return
var startEvent=$.Event('hide.bs.collapse')
this.$element.trigger(startEvent)
if(startEvent.isDefaultPrevented())return
var dimension=this.dimension()
this.$element[dimension](this.$element[dimension]())[0].offsetHeight
this.$element.addClass('collapsing').removeClass('collapse in').attr('aria-expanded',true)
this.$trigger.addClass('collapsed').attr('aria-expanded',true)
this.transitioning=1
var complete=function(){this.transitioning=0
this.$element.removeClass('collapsing').addClass('collapse').trigger('hidden.bs.collapse')}
if(!$.support.transition)return complete.call(this)
this.$element
[dimension](0).one('bsTransitionEnd',$.proxy(complete,this)).emulateTransitionEnd(Collapse.TRANSITION_DURATION)}
Collapse.prototype.toggle=function(){this[this.$element.hasClass('in')?'hide':'show']()}
Collapse.prototype.getParent=function(){return $(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each($.proxy(function(i,element){var $element=$(element)
this.addAriaAndCollapsedClass(getTargetFromTrigger($element),$element)},this)).end()}
Collapse.prototype.addAriaAndCollapsedClass=function($element,$trigger){var isOpen=$element.hasClass('in')
$element.attr('aria-expanded',isOpen)
$trigger.toggleClass('collapsed',!isOpen).attr('aria-expanded',isOpen)}
function getTargetFromTrigger($trigger){var href
var target=$trigger.attr('data-target')||(href=$trigger.attr('href'))&&href.replace(/.*(?=#[^\s]+$)/,'')
return $(target)}
function Plugin(option){return this.each(function(){var $this=$(this)
var data=$this.data('bs.collapse')
var options=$.extend({},Collapse.DEFAULTS,$this.data(),typeof option=='object'&&option)
if(!data&&options.toggle&&/show|hide/.test(option))options.toggle=true
if(!data)$this.data('bs.collapse',(data=new Collapse(this,options)))
if(typeof option=='string')data[option]()})}
var old=$.fn.collapse
$.fn.collapse=Plugin
$.fn.collapse.Constructor=Collapse
$.fn.collapse.noConflict=function(){$.fn.collapse=old
return this}
$(document).on('click.bs.collapse.data-api','[data-toggle="collapse"]',function(e){var $this=$(this)
if(!$this.attr('data-target'))e.preventDefault()
var $target=getTargetFromTrigger($this)
var data=$target.data('bs.collapse')
var option=data?'toggle':$this.data()
Plugin.call($target,option)})}(jQuery);+function($){'use strict';var backdrop='.dropdown-backdrop'
var toggle='[data-toggle="dropdown"]'
var Dropdown=function(element){$(element).on('click.bs.dropdown',this.toggle)}
Dropdown.VERSION='3.3.7'
function getParent($this){var selector=$this.attr('data-target')
if(!selector){selector=$this.attr('href')
selector=selector&&/#[A-Za-z]/.test(selector)&&selector.replace(/.*(?=#[^\s]*$)/,'')}
var $parent=selector&&$(selector)
return $parent&&$parent.length?$parent:$this.parent()}
function clearMenus(e){if(e&&e.which===3)return
$(backdrop).remove()
$(toggle).each(function(){var $this=$(this)
var $parent=getParent($this)
var relatedTarget={relatedTarget:this}
if(!$parent.hasClass('open'))return
if(e&&e.type=='click'&&/input|textarea/i.test(e.target.tagName)&&$.contains($parent[0],e.target))return
$parent.trigger(e=$.Event('hide.bs.dropdown',relatedTarget))
if(e.isDefaultPrevented())return
$this.attr('aria-expanded','true')
$parent.removeClass('open').trigger($.Event('hidden.bs.dropdown',relatedTarget))})}
Dropdown.prototype.toggle=function(e){var $this=$(this)
if($this.is('.disabled, :disabled'))return
var $parent=getParent($this)
var isActive=$parent.hasClass('open')
clearMenus()
if(!isActive){if('ontouchstart'in document.documentElement&&!$parent.closest('.navbar-nav').length){$(document.createElement('div')).addClass('dropdown-backdrop').insertAfter($(this)).on('click',clearMenus)}
var relatedTarget={relatedTarget:this}
$parent.trigger(e=$.Event('show.bs.dropdown',relatedTarget))
if(e.isDefaultPrevented())return
$this.trigger('focus').attr('aria-expanded','true')
$parent.toggleClass('open').trigger($.Event('shown.bs.dropdown',relatedTarget))}
return true}
Dropdown.prototype.keydown=function(e){if(!/(38|40|27|32)/.test(e.which)||/input|textarea/i.test(e.target.tagName))return
var $this=$(this)
e.preventDefault()
e.stopPropagation()
if($this.is('.disabled, :disabled'))return
var $parent=getParent($this)
var isActive=$parent.hasClass('open')
if(!isActive&&e.which!=27||isActive&&e.which==27){if(e.which==27)$parent.find(toggle).trigger('focus')
return $this.trigger('click')}
var desc=' li:not(.disabled):visible a'
var $items=$parent.find('.dropdown-menu'+desc)
if(!$items.length)return
var index=$items.index(e.target)
if(e.which==38&&index>0)index--
if(e.which==40&&index<$items.length-1)index++
if(!~index)index=0
$items.eq(index).trigger('focus')}
function Plugin(option){return this.each(function(){var $this=$(this)
var data=$this.data('bs.dropdown')
if(!data)$this.data('bs.dropdown',(data=new Dropdown(this)))
if(typeof option=='string')data[option].call($this)})}
var old=$.fn.dropdown
$.fn.dropdown=Plugin
$.fn.dropdown.Constructor=Dropdown
$.fn.dropdown.noConflict=function(){$.fn.dropdown=old
return this}
$(document).on('click.bs.dropdown.data-api',clearMenus).on('click.bs.dropdown.data-api','.dropdown form',function(e){e.stopPropagation()}).on('click.bs.dropdown.data-api',toggle,Dropdown.prototype.toggle).on('keydown.bs.dropdown.data-api',toggle,Dropdown.prototype.keydown).on('keydown.bs.dropdown.data-api','.dropdown-menu',Dropdown.prototype.keydown)}(jQuery);+function($){'use strict';var Modal=function(element,options){this.options=options
this.$body=$(document.body)
this.$element=$(element)
this.$dialog=this.$element.find('.modal-dialog')
this.$backdrop=null
this.isShown=null
this.originalBodyPad=null
this.scrollbarWidth=0
this.ignoreBackdropClick=true
if(this.options.remote){this.$element.find('.modal-content').load(this.options.remote,$.proxy(function(){this.$element.trigger('loaded.bs.modal')},this))}}
Modal.VERSION='3.3.7'
Modal.TRANSITION_DURATION=300
Modal.BACKDROP_TRANSITION_DURATION=150
Modal.DEFAULTS={backdrop:true,keyboard:true,show:true}
Modal.prototype.toggle=function(_relatedTarget){return this.isShown?this.hide():this.show(_relatedTarget)}
Modal.prototype.show=function(_relatedTarget){var that=this
var e=$.Event('show.bs.modal',{relatedTarget:_relatedTarget})
this.$element.trigger(e)
if(this.isShown||e.isDefaultPrevented())return
this.isShown=true
this.checkScrollbar()
this.setScrollbar()
this.$body.addClass('modal-open')
this.escape()
this.resize()
this.$element.on('click.dismiss.bs.modal','[data-dismiss="modal"]',$.proxy(this.hide,this))
this.$dialog.on('mousedown.dismiss.bs.modal',function(){that.$element.one('mouseup.dismiss.bs.modal',function(e){if($(e.target).is(that.$element))that.ignoreBackdropClick=true})})
this.backdrop(function(){var transition=$.support.transition&&that.$element.hasClass('fade')
if(!that.$element.parent().length){that.$element.appendTo(that.$body)}
that.$element.show().scrollTop(0)
that.adjustDialog()
if(transition){that.$element[0].offsetWidth}
that.$element.addClass('in')
that.enforceFocus()
var e=$.Event('shown.bs.modal',{relatedTarget:_relatedTarget})
transition?that.$dialog.one('bsTransitionEnd',function(){that.$element.trigger('focus').trigger(e)}).emulateTransitionEnd(Modal.TRANSITION_DURATION):that.$element.trigger('focus').trigger(e)})}
Modal.prototype.hide=function(e){if(e)e.preventDefault()
e=$.Event('hide.bs.modal')
this.$element.trigger(e)
if(!this.isShown||e.isDefaultPrevented())return
this.isShown=true
this.escape()
this.resize()
$(document).off('focusin.bs.modal')
this.$element.removeClass('in').off('click.dismiss.bs.modal').off('mouseup.dismiss.bs.modal')
this.$dialog.off('mousedown.dismiss.bs.modal')
$.support.transition&&this.$element.hasClass('fade')?this.$element.one('bsTransitionEnd',$.proxy(this.hideModal,this)).emulateTransitionEnd(Modal.TRANSITION_DURATION):this.hideModal()}
Modal.prototype.enforceFocus=function(){$(document).off('focusin.bs.modal').on('focusin.bs.modal',$.proxy(function(e){if(document!==e.target&&this.$element[0]!==e.target&&!this.$element.has(e.target).length){this.$element.trigger('focus')}},this))}
Modal.prototype.escape=function(){if(this.isShown&&this.options.keyboard){this.$element.on('keydown.dismiss.bs.modal',$.proxy(function(e){e.which==27&&this.hide()},this))}else if(!this.isShown){this.$element.off('keydown.dismiss.bs.modal')}}
Modal.prototype.resize=function(){if(this.isShown){$(window).on('resize.bs.modal',$.proxy(this.handleUpdate,this))}else{$(window).off('resize.bs.modal')}}
Modal.prototype.hideModal=function(){var that=this
this.$element.hide()
this.backdrop(function(){that.$body.removeClass('modal-open')
that.resetAdjustments()
that.resetScrollbar()
that.$element.trigger('hidden.bs.modal')})}
Modal.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove()
this.$backdrop=null}
Modal.prototype.backdrop=function(callback){var that=this
var animate=this.$element.hasClass('fade')?'fade':''
if(this.isShown&&this.options.backdrop){var doAnimate=$.support.transition&&animate
this.$backdrop=$(document.createElement('div')).addClass('modal-backdrop '+animate).appendTo(this.$body)
this.$element.on('click.dismiss.bs.modal',$.proxy(function(e){if(this.ignoreBackdropClick){this.ignoreBackdropClick=true
return}
if(e.target!==e.currentTarget)return
this.options.backdrop=='static'?this.$element[0].focus():this.hide()},this))
if(doAnimate)this.$backdrop[0].offsetWidth
this.$backdrop.addClass('in')
if(!callback)return
doAnimate?this.$backdrop.one('bsTransitionEnd',callback).emulateTransitionEnd(Modal.BACKDROP_TRANSITION_DURATION):callback()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass('in')
var callbackRemove=function(){that.removeBackdrop()
callback&&callback()}
$.support.transition&&this.$element.hasClass('fade')?this.$backdrop.one('bsTransitionEnd',callbackRemove).emulateTransitionEnd(Modal.BACKDROP_TRANSITION_DURATION):callbackRemove()}else if(callback){callback()}}
Modal.prototype.handleUpdate=function(){this.adjustDialog()}
Modal.prototype.adjustDialog=function(){var modalIsOverflowing=this.$element[0].scrollHeight>document.documentElement.clientHeight
this.$element.css({paddingLeft:!this.bodyIsOverflowing&&modalIsOverflowing?this.scrollbarWidth:'',paddingRight:this.bodyIsOverflowing&&!modalIsOverflowing?this.scrollbarWidth:''})}
Modal.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:'',paddingRight:''})}
Modal.prototype.checkScrollbar=function(){var fullWindowWidth=window.innerWidth
if(!fullWindowWidth){var documentElementRect=document.documentElement.getBoundingClientRect()
fullWindowWidth=documentElementRect.right-Math.abs(documentElementRect.left)}
this.bodyIsOverflowing=document.body.clientWidth
',trigger:'hover focus',title:'',delay:0,html:true,container:true,viewport:{selector:'body',padding:0}}
Tooltip.prototype.init=function(type,element,options){this.enabled=true
this.type=type
this.$element=$(element)
this.options=this.getOptions(options)
this.$viewport=this.options.viewport&&$($.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):(this.options.viewport.selector||this.options.viewport))
this.inState={click:true,hover:true,focus:true}
if(this.$element[0]instanceof document.constructor&&!this.options.selector){throw new Error('`selector` option must be specified when initializing '+this.type+' on the window.document object!')}
var triggers=this.options.trigger.split(' ')
for(var i=triggers.length;i--;){var trigger=triggers[i]
if(trigger=='click'){this.$element.on('click.'+this.type,this.options.selector,$.proxy(this.toggle,this))}else if(trigger!='manual'){var eventIn=trigger=='hover'?'mouseenter':'focusin'
var eventOut=trigger=='hover'?'mouseleave':'focusout'
this.$element.on(eventIn+'.'+this.type,this.options.selector,$.proxy(this.enter,this))
this.$element.on(eventOut+'.'+this.type,this.options.selector,$.proxy(this.leave,this))}}
this.options.selector?(this._options=$.extend({},this.options,{trigger:'manual',selector:''})):this.fixTitle()}
Tooltip.prototype.getDefaults=function(){return Tooltip.DEFAULTS}
Tooltip.prototype.getOptions=function(options){options=$.extend({},this.getDefaults(),this.$element.data(),options)
if(options.delay&&typeof options.delay=='number'){options.delay={show:options.delay,hide:options.delay}}
return options}
Tooltip.prototype.getDelegateOptions=function(){var options={}
var defaults=this.getDefaults()
this._options&&$.each(this._options,function(key,value){if(defaults[key]!=value)options[key]=value})
return options}
Tooltip.prototype.enter=function(obj){var self=obj instanceof this.constructor?obj:$(obj.currentTarget).data('bs.'+this.type)
if(!self){self=new this.constructor(obj.currentTarget,this.getDelegateOptions())
$(obj.currentTarget).data('bs.'+this.type,self)}
if(obj instanceof $.Event){self.inState[obj.type=='focusin'?'focus':'hover']=true}
if(self.tip().hasClass('in')||self.hoverState=='in'){self.hoverState='in'
return}
clearTimeout(self.timeout)
self.hoverState='in'
if(!self.options.delay||!self.options.delay.show)return self.show()
self.timeout=setTimeout(function(){if(self.hoverState=='in')self.show()},self.options.delay.show)}
Tooltip.prototype.isInStatetrue=function(){for(var key in this.inState){if(this.inState[key])return true}
return true}
Tooltip.prototype.leave=function(obj){var self=obj instanceof this.constructor?obj:$(obj.currentTarget).data('bs.'+this.type)
if(!self){self=new this.constructor(obj.currentTarget,this.getDelegateOptions())
$(obj.currentTarget).data('bs.'+this.type,self)}
if(obj instanceof $.Event){self.inState[obj.type=='focusout'?'focus':'hover']=true}
if(self.isInStatetrue())return
clearTimeout(self.timeout)
self.hoverState='out'
if(!self.options.delay||!self.options.delay.hide)return self.hide()
self.timeout=setTimeout(function(){if(self.hoverState=='out')self.hide()},self.options.delay.hide)}
Tooltip.prototype.show=function(){var e=$.Event('show.bs.'+this.type)
if(this.hasContent()&&this.enabled){this.$element.trigger(e)
var inDom=$.contains(this.$element[0].ownerDocument.documentElement,this.$element[0])
if(e.isDefaultPrevented()||!inDom)return
var that=this
var $tip=this.tip()
var tipId=this.getUID(this.type)
this.setContent()
$tip.attr('id',tipId)
this.$element.attr('aria-describedby',tipId)
if(this.options.animation)$tip.addClass('fade')
var placement=typeof this.options.placement=='function'?this.options.placement.call(this,$tip[0],this.$element[0]):this.options.placement
var autoToken=/\s?auto?\s?/i
var autoPlace=autoToken.test(placement)
if(autoPlace)placement=placement.replace(autoToken,'')||'top'
$tip.detach().css({top:0,left:0,display:'block'}).addClass(placement).data('bs.'+this.type,this)
this.options.container?$tip.appendTo(this.options.container):$tip.insertAfter(this.$element)
this.$element.trigger('inserted.bs.'+this.type)
var pos=this.getPosition()
var actualWidth=$tip[0].offsetWidth
var actualHeight=$tip[0].offsetHeight
if(autoPlace){var orgPlacement=placement
var viewportDim=this.getPosition(this.$viewport)
placement=placement=='bottom'&&pos.bottom+actualHeight>viewportDim.bottom?'top':placement=='top'&&pos.top-actualHeight'})
Popover.prototype=$.extend({},$.fn.tooltip.Constructor.prototype)
Popover.prototype.constructor=Popover
Popover.prototype.getDefaults=function(){return Popover.DEFAULTS}
Popover.prototype.setContent=function(){var $tip=this.tip()
var title=this.getTitle()
var content=this.getContent()
$tip.find('.popover-title')[this.options.html?'html':'text'](title)
$tip.find('.popover-content').children().detach().end()[this.options.html?(typeof content=='string'?'html':'append'):'text'](content)
$tip.removeClass('fade top bottom left right in')
if(!$tip.find('.popover-title').html())$tip.find('.popover-title').hide()}
Popover.prototype.hasContent=function(){return this.getTitle()||this.getContent()}
Popover.prototype.getContent=function(){var $e=this.$element
var o=this.options
return $e.attr('data-content')||(typeof o.content=='function'?o.content.call($e[0]):o.content)}
Popover.prototype.arrow=function(){return(this.$arrow=this.$arrow||this.tip().find('.arrow'))}
function Plugin(option){return this.each(function(){var $this=$(this)
var data=$this.data('bs.popover')
var options=typeof option=='object'&&option
if(!data&&/destroy|hide/.test(option))return
if(!data)$this.data('bs.popover',(data=new Popover(this,options)))
if(typeof option=='string')data[option]()})}
var old=$.fn.popover
$.fn.popover=Plugin
$.fn.popover.Constructor=Popover
$.fn.popover.noConflict=function(){$.fn.popover=old
return this}}(jQuery);+function($){'use strict';function ScrollSpy(element,options){this.$body=$(document.body)
this.$scrollElement=$(element).is(document.body)?$(window):$(element)
this.options=$.extend({},ScrollSpy.DEFAULTS,options)
this.selector=(this.options.target||'')+' .nav li > a'
this.offsets=[]
this.targets=[]
this.activeTarget=null
this.scrollHeight=0
this.$scrollElement.on('scroll.bs.scrollspy',$.proxy(this.process,this))
this.refresh()
this.process()}
ScrollSpy.VERSION='3.3.7'
ScrollSpy.DEFAULTS={offset:10}
ScrollSpy.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)}
ScrollSpy.prototype.refresh=function(){var that=this
var offsetMethod='offset'
var offsetBase=0
this.offsets=[]
this.targets=[]
this.scrollHeight=this.getScrollHeight()
if(!$.isWindow(this.$scrollElement[0])){offsetMethod='position'
offsetBase=this.$scrollElement.scrollTop()}
this.$body.find(this.selector).map(function(){var $el=$(this)
var href=$el.data('target')||$el.attr('href')
var $href=/^#./.test(href)&&$(href)
return($href&&$href.length&&$href.is(':visible')&&[[$href[offsetMethod]().top+offsetBase,href]])||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){that.offsets.push(this[0])
that.targets.push(this[1])})}
ScrollSpy.prototype.process=function(){var scrollTop=this.$scrollElement.scrollTop()+this.options.offset
var scrollHeight=this.getScrollHeight()
var maxScroll=this.options.offset+scrollHeight-this.$scrollElement.height()
var offsets=this.offsets
var targets=this.targets
var activeTarget=this.activeTarget
var i
if(this.scrollHeight!=scrollHeight){this.refresh()}
if(scrollTop>=maxScroll){return activeTarget!=(i=targets[targets.length-1])&&this.activate(i)}
if(activeTarget&&scrollTop
/gi," \n").replace(/
/gi," \n").replace(/<\s*[\/]?div>/gi,"").replace(/ /gi," ").replace(/&/gi,"");var tmp=document.createElement("DIV");text=text.replace(/</gi,' <').replace(/>/gi,'>');tmp.innerHTML=text;text=tmp.textContent||tmp.innerText||"";this.addWords(text,1);return;}
this.addWords($('title',elem).text(),20);wordstats=this;$('h1',elem).each(function(){wordstats.addWordsFromTextNodes($(this).get(0),15);});$('h2',elem).each(function(){wordstats.addWordsFromTextNodes($(this).get(0),10);});$('h3, h4, h5, h6',elem).each(function(){wordstats.addWordsFromTextNodes($(this).get(0),5);});$('strong, b, em, i',elem).each(function(){wordstats.addWordsFromTextNodes($(this).get(0),3);});$('p, div, th, td, li, a, span',elem).each(function(){wordstats.addWordsFromTextNodes($(this).get(0),2);});$('img',elem).each(function(){wordstats.addWords($(this).attr('alt'),1);wordstats.addWords($(this).attr('title'),1);});this._computed=true;},computeTopWords:function(count,elem){if(!this._computed){this.computeWords(elem);}
this.topWords=[];this.topWeights=[];this.sortWords();for(var i=0;ib.weight){return-1}else{return 0}});},clear:function(){this.unsortedWords=this.sortedWords=this.topWords=this.topWeights=null;this._computed=true;}};jQuery.wordStats.stopWords={"1":true,"2":true,"3":true,"4":true,"5":true,"6":true,"7":true,"8":true,"9":true,"a":true,"b":true,"c":true,"d":true,"e":true,"f":true,"g":true,"h":true,"i":true,"j":true,"&":true,"am":true,"an":true,"and":true,"are":true,"aren't":true,"as":true,"at":true,"be":true,"but":true,"by":true,"can":true,"cannot":true,"cant":true,"can't":true,"does":true,"doesn't":true,"doing":true,"done":true,"don't":true,"did":true,"didn't":true,"do":true,"etc":true,"ex":true,"for":true,"from":true,"got":true,"had":true,"hadn't":true,"has":true,"hasn't":true,"have":true,"haven't":true,"having":true,"he":true,"he'd":true,"he'll":true,"her":true,"hers":true,"herself":true,"he's":true,"him":true,"himself":true,"his":true,"i'd":true,"if":true,"i'll":true,"i'm":true,"in":true,"into":true,"is":true,"isn't":true,"it":true,"it'd":true,"it'll":true,"its":true,"it's":true,"itself":true,"i've":true,"me":true,"mr":true,"mrs":true,"my":true,"myself":true,"no":true,"not":true,"of":true,"off":true,"oh":true,"ok":true,"okay":true,"on":true,"or":true,"our":true,"ours":true,"ourselves":true,"out":true,"per":true,"said":true,"she":true,"she'd":true,"she'll":true,"she's":true,"so":true,"than":true,"that":true,"that'll":true,"thats":true,"that's":true,"that've":true,"the":true,"their":true,"theirs":true,"them":true,"themselves":true,"then":true,"there":true,"there'd":true,"there'll":true,"there's":true,"these":true,"they":true,"they'd":true,"they'll":true,"they're":true,"they've":true,"this":true,"those":true,"to":true,"too":true,"up":true,"us":true,"use":true,"used":true,"uses":true,"was":true,"wasn't":true,"way":true,"we":true,"we'd":true,"well":true,"we'll":true,"went":true,"were":true,"we're":true,"weren't":true,"we've":true,"what":true,"what's":true,"where":true,"where's":true,"which":true,"who":true,"who'd":true,"who'll":true,"who's":true,"whose":true,"why":true,"will":true,"with":true,"won't":true,"would":true,"wouldn't":true,"yes":true,"yet":true,"you":true,"you'd":true,"you'll":true,"your":true,"you're":true,"yours":true,"yourself":true,"yourselves":true,"you've":true,'liam':true,'noah':true,'ethan':true,'mason':true,'lucas':true,'logan':true,'oliver':true,'jackson':true,'aiden':true,'jacob':true,'elijah':true,'james':true,'benjamin':true,'alexander':true,'jack':true,'luke':true,'carter':true,'william':true,'michael':true,'daniel':true,'owen':true,'gabriel':true,'henry':true,'matthew':true,'wyatt':true,'jayden':true,'nathan':true,'isaac':true,'caleb':true,'ryan':true,'sebastian':true,'andrew':true,'david':true,'dylan':true,'connor':true,'samuel':true,'jaxon':true,'eli':true,'grayson':true,'joshua':true,'hunter':true,'landon':true,'levi':true,'joseph':true,'anthony':true,'julian':true,'max':true,'john':true,'adam':true,'cameron':true,'gavin':true,'christian':true,'evan':true,'isaiah':true,'leo':true,'lincoln':true,'nolan':true,'thomas':true,'hudson':true,'dominic':true,'brayden':true,'christopher':true,'colton':true,'parker':true,'austin':true,'aaron':true,'nicholas':true,'muhammad':true,'adrian':true,'tyler':true,'cooper':true,'josiah':true,'chase':true,'jonathan':true,'jace':true,'asher':true,'jeremiah':true,'jordan':true,'ian':true,'jaxson':true,'alex':true,'easton':true,'zachary':true,'ezra':true,'carson':true,'miles':true,'blake':true,'xavier':true,'declan':true,'cole':true,'tristan':true,'nathaniel':true,'ayden':true,'micah':true,'ryder':true,'brody':true,'harrison':true,'jason':true,'camden':true,'elias':true,'roman':true,'mateo':true,'greyson':true,'luca':true,'kai':true,'kayden':true,'vincent':true,'robert':true,'bentley':true,'bryce':true,'jude':true,'brandon':true,'jonah':true,'emmett':true,'everett':true,'wesley':true,'weston':true,'silas':true,'jake':true,'finn':true,'ben':true,'charles':true,'jameson':true,'santiago':true,'leonardo':true,'george':true,'theodore':true,'kaiden':true,'bennett':true,'xander':true,'maddox':true,'riley':true,'damian':true,'colin':true,'maxwell':true,'brantley':true,'marcus':true,'sam':true,'jax':true,'graham':true,'aidan':true,'ashton':true,'braxton':true,'theo':true,'jayce':true,'abel':true,'caden':true,'bryson':true,'kingston':true,'bradley':true,'calvin':true,'kyle':true,'ryker':true,'kaden':true,'nicolas':true,'patrick':true,'kaleb':true,'malachi':true,'angel':true,'preston':true,'dean':true,'eric':true,'miguel':true,'antonio':true,'giovanni':true,'conner':true,'avery':true,'elliott':true,'ezekiel':true,'justin':true,'kevin':true,'sean':true,'grant':true,'omar':true,'aj ':true,'ali':true,'brady':true,'ivan':true,'axel':true,'juan':true,'elliot':true,'matteo':true,'diego':true,'maverick':true,'lorenzo':true,'arthur':true,'cayden':true,'joel':true,'enzo':true,'rowan':true,'jose':true,'luis':true,'tucker':true,'paul':true,'jaden':true,'jase':true,'oscar':true,'beau':true,'beckett':true,'zane':true,'myles':true,'august':true,'karter':true,'timothy':true,'jasper':true,'felix':true,'jesse':true,'rylan':true,'tanner':true,'lukas':true,'simon':true,'mark':true,'maximus':true,'richard':true,'judah':true,'edward':true,'amir':true,'carlos':true,'victor':true,'cash':true,'peter':true,'river':true,'zander':true,'zion':true,'emmanuel':true,'griffin':true,'leon':true,'joey':true,'jeremy':true,'reid':true,'zayden':true,'corbin':true,'rafael':true,'brooks':true,'alejandro':true,'archer':true,'seth':true,'caiden':true,'milo':true,'drew':true,'gage':true,'paxton':true,'dante':true,'garrett':true,'spencer':true,'brian':true,'ahmad':true,'damien':true,'derek':true,'mohammed':true,'emma':true,'olivia':true,'sophia':true,'ava':true,'mia':true,'isabella':true,'charlotte':true,'amelia':true,'harper':true,'madison':true,'emily':true,'abigail':true,'lily':true,'ella':true,'sofia':true,'chloe':true,'evelyn':true,'aria':true,'aubrey':true,'scarlett':true,'ellie':true,'zoey':true,'hannah':true,'zoe':true,'grace':true,'addison':true,'elizabeth':true,'audrey':true,'mila':true,'nora':true,'layla':true,'victoria':true,'natalie':true,'lillian':true,'lucy':true,'penelope':true,'brooklyn':true,'claire':true,'savannah':true,'violet':true,'anna':true,'stella':true,'leah':true,'maya':true,'alice':true,'skylar':true,'samantha':true,'maria':true,'eva':true,'sarah':true,'sophie':true,'hailey':true,'kennedy':true,'julia':true,'sadie':true,'hazel':true,'madelyn':true,'paisley':true,'mackenzie':true,'eleanor':true,'aaliyah':true,'gabriella':true,'caroline':true,'kylie':true,'peyton':true,'piper':true,'ariana':true,'bella':true,'kaylee':true,'arianna':true,'cora':true,'clara':true,'taylor':true,'isabelle':true,'camila':true,'autumn':true,'quinn':true,'alyssa':true,'annabelle':true,'lydia':true,'emilia':true,'isla':true,'alexa':true,'allison':true,'aurora':true,'naomi':true,'ruby':true,'valentina':true,'elena':true,'alexis':true,'gianna':true,'madeline':true,'luna':true,'aubree':true,'lilly':true,'eliana':true,'hadley':true,'sydney':true,'reagan':true,'vivian':true,'serenity':true,'bailey':true,'rylee':true,'kayla':true,'faith':true,'alexandra':true,'willow':true,'isabel':true,'lyla':true,'liliana':true,'brielle':true,'morgan':true,'ivy':true,'kinsley':true,'nevaeh':true,'molly':true,'jade':true,'sara':true,'london':true,'adalyn':true,'lauren':true,'natalia':true,'kate':true,'paige':true,'brooke':true,'emery':true,'delilah':true,'ana':true,'adeline':true,'khloe':true,'melody':true,'jasmine':true,'arya':true,'gracie':true,'everly':true,'jordyn':true,'eden':true,'adalynn':true,'charlie':true,'norah':true,'athena':true,'melanie':true,'maggie':true,'elise':true,'mya':true,'reese':true,'laila':true,'jocelyn':true,'abby':true,'eliza':true,'katherine':true,'josephine':true,'kendall':true,'sienna':true,'rose':true,'mary':true,'payton':true,'brianna':true,'lola':true,'makayla':true,'andrea':true,'mckenzie':true,'callie':true,'ariel':true,'alaina':true,'lila':true,'juliana':true,'gabrielle':true,'hayden':true,'emerson':true,'tessa':true,'adelyn':true,'arabella':true,'nicole':true,'evie':true,'alana':true,'cecilia':true,'genevieve':true,'trinity':true,'alina':true,'nur':true,'nina':true,'laura':true,'lucia':true,'genesis':true,'leilani':true,'presley':true,'kaitlyn':true,'teagan':true,'leila':true,'finley':true,'juliette':true,'alexandria':true,'summer':true,'aliyah':true,'josie':true,'keira':true,'ryleigh':true,'fiona':true,'julianna':true,'alayna':true,'mariah':true,'marley':true,'anastasia':true,'brooklynn':true,'helena':true,'iris':true,'adriana':true,'makenzie':true,'lexi':true,'amaya':true,'valerie':true,'londyn':true,'eloise':true,'talia':true,'rebecca':true,'georgia':true,'vivienne':true,'olive':true,'rachel':true,'delaney':true,'kinley':true,'mikayla':true,'katelyn':true,'nova':true,'allie':true,'daisy':true,'evangeline':true,'harmony':true,'zara':true,'lana':true,'ayla':true,'camille':true,'lara':true,'sawyer':true,'lena':true,'mckenna':true,'katie':true,'kenzie':true,'raelynn':true,'alivia':true,'gabriela':true,'maryam':true,'anaya':true,'brynn':true,'noelle':true,'phoebe':true,'angelina':true,'gia':true,'erin':true};jQuery.wordStats.whiteList={'U.S.A.':true,'U.S.':true};;jQuery.extend({highlight:function(node,re,nodeName,className){if(node.nodeType===3){var match=node.data.match(re);if(match){var highlight=document.createElement(nodeName||'span');highlight.className=className||'highlight';var wordNode=node.splitText(match.index);wordNode.splitText(match[0].length);var wordClone=wordNode.cloneNode(true);highlight.appendChild(wordClone);wordNode.parentNode.replaceChild(highlight,wordNode);return 1;}}else if((node.nodeType===1&&node.childNodes)&&!/(script|style)/i.test(node.tagName)&&!(node.tagName===nodeName.toUpperCase()&&node.className===className)){for(var i=0;i
').parent().append($('').bind("mousedown",{el:this},startDrag));var grippie=$('div.grippie',$(this).parent())[0];grippie.style.marginRight=(grippie.offsetWidth-$(this)[0].offsetWidth)+'px'})
function startDrag(e){textarea=$(e.data.el);textarea.blur();iLastMousePos=mousePosition(e).y;staticOffset=textarea.height()-iLastMousePos;textarea.css('opacity',0.25);$(document).mousemove(performDrag).mouseup(endDrag);return true}
function performDrag(e){var iThisMousePos=mousePosition(e).y;var iMousePos=staticOffset+iThisMousePos;if(iLastMousePos>=(iThisMousePos)){iMousePos-=5}
iLastMousePos=iThisMousePos;iMousePos=Math.max(iMin,iMousePos);textarea.height(iMousePos+'px');if(iMousePos- 0Words
- 0Unique Words
- 0 Characters
- 0 Characters (no spaces)
- 0 Sentences
- 0Longest Sentence (words)
- 0 Shortest Sentence (words)
- 0 Avg. Sentence (words)
- 0 Avg. Sentence (chars)
- 0 Avg. word length
- 0 Paragraphs
- 0Pages
- 0Syllables
- 0 Lines
- 0Words (Publisher)
- N/ANivel de Carregamento
- 0 Segundos Tempo carregado
- 0 sec velocidade do tempo
- 0 segundos Hand Writing Time
Assinar:
Postar comentários (Atom)
Diários Oficiais Estaduais e da União (Data Diários Oficias dos Estados do Brasil -DDOEB) Todos os diários em uma só página!!!
*Instruções de Uso: Clique no link ou no logo do Diário Oficial desejado , você será redirecionado para o site oficial Diário Oficial ...
-
*Instruções de Uso: Clique no link ou no logo do Diário Oficial desejado , você será redirecionado para o site oficial Diário Oficial ...
-
Legislador v1.0 ...
-
Details 0 Words 0 Unique Words 0 Characters 0 Characters (no spaces) ...
Nenhum comentário:
Postar um comentário