Preview only show first 10 pages with watermark. For full document please download

Sulen

acadêmico de fisioterapia

   EMBED

  • Rating

  • Date

    December 2018
  • Size

    36KB
  • Views

    10,233
  • Categories


Share

Transcript

"/*1346097067,173213487*/",,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,, "if (window.CavalryLogger) { CavalryLogger.start_js([""NLuJ3""]); }",,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,, "__d(""BuddyListNub"",[""event-extensions"",""Arbiter"",""AvailableList"",""BlackbirdUpsell"",""ChannelConnection"",""ChannelConstants"",""ChatConfig"",""ChatVisibility"",""Class"",""CSS"",""Dock"",""DOM"",""HTML"",""Keys"",""NubController"",""OrderedFriendsList"",""PresencePrivacy"",""Toggler"",""copyProperties"",""ge"",""tx"",""MercuryConfig""],function(a,b,c,d,e,f){b('event-extensions');var g=b('Arbiter'),h=b('AvailableList'),i=b('BlackbirdUpsell'),j=b('ChannelConnection'),k=b('ChannelConstants'),l=b('ChatConfig'),m=b('ChatVisibility'),n=b('Class'),o=b('CSS'),p=b('Dock'),q=b('DOM'),r=b('HTML'),s=b('Keys'),t=c('MercuryConfig'),u=b('NubController'),v=b('OrderedFriendsList'),w=b('PresencePrivacy'),x=b('Toggler'),y=b('copyProperties'),z=b('ge'),aa=b('tx'),ba=32,ca=10;function da(ea,fa,ga){this.parent.construct(this);this.parent.init(ea);this.root=ea;this.orderedList=fa;this.typeahead=ga;this.button=q.find(ea,'a.fbNubButton');this.label=q.find(ea,'span.label');this.body=q.scry(ea,'div.fbNubFlyoutBody')[0];var ha=q.find(ea,'div.fbNubFlyoutTitlebar');x.createInstance(ha).setSticky(false);fa.subscribe('render',this.flyoutContentChanged.bind(this));fa.setScrollContainer(this.body);h.subscribe('buddylist/availability-changed',this._updateCount.bind(this));g.subscribe('chat/connect',this._handleConnect.bind(this));w.subscribe('privacy-user-presence-changed',this._handleVisibilityChange.bind(this));this.message=q.find(ea,'div.fbDockChatBuddyListNubMessage div.message');this.warningMsgText=null;this.warningMsgEventListener=null;this.showWarningTimeout=null;j.subscribe(j.CONNECTED,this._handleChannelConnected.bind(this));j.subscribe(j.SHUTDOWN,this._handleChannelShutdown.bind(this));j.subscribe(j.RECONNECTING,this._handleChannelReconnecting.bind(this));j.subscribe([j.MUTE_WARNING,j.UNMUTE_WARNING],this._updateView.bind(this));this.subscribe('show',this.onShow.bind(this));this.subscribe('hide',this.onHide.bind(this));this.subscribe('resize',this.onResize.bind(this));Event.listen(ea,'keydown',this._onKeyDown.bind(this));Event.listen(this.button,'click',this.onButtonClick.bind(this));ga.subscribe(['respond','reset'],function(ia,ja){if(this._isOpen){var ka=this.orderedList.isVisible();if(ja&&ja.value&&ja.value===ga.getCore().getValue()&&ga.getView().isVisible()){p.setUseMaxHeight(this.root,false);this.orderedList.hide();}else this._showBuddyList();if(ka!==this.orderedList.isVisible())this.flyoutContentChanged();}}.bind(this));g.subscribe('sidebar/show',this.hide.bind(this));this._orderedListCount=v.getList().length;g.inform('buddylist-nub/initialized',this,g.BEHAVIOR_PERSISTENT);this._handleVisibilityChange();}n.extend(da,u);y(da.prototype,{getButton:function(){return this.button;},getRoot:function(){return this.root;},_handleConnect:function(ea){this._updateView(true);},_getShutdownReason:function(ea){switch(ea){case k.HINT_AUTH:return ""Sua sess\u00e3o expirou. Fa\u00e7a o login novamente."";case k.HINT_CONN:return aa._(""No momento, o {Chat} do Facebook est\u00e1 indispon\u00edvel."",{Chat:""Bate-papo""});case k.HINT_MAINT:return aa._(""No momento, o {Chat} do Facebook est\u00e1 fora do ar para manuten\u00e7\u00e3o."",{Chat:""Bate-papo""});default:return aa._(""No momento, o {Chat} do Facebook est\u00e1 indispon\u00edvel."",{Chat:""Bate-papo""});}},_getReconnectMsg:function(ea){var fa;if(ea===null){fa=""N\u00e3o foi poss\u00edvel conectar-se ao bate-papo. Verifique sua conex\u00e3o da Internet."";}else if(ea>l.get('warning_countdown_threshold_msec')){var ga=q.create('a',{href:'#',className:'fbChatReconnectLink'},""Tente novamente""),ha=q.create('div',null,ga),ia=ha.innerHTML;fa=r(aa._(""N\u00e3o foi poss\u00edvel conectar-se ao bate-papo. {try-again-link}"",{'try-again-link':ia}));}else if(ea>1000){fa=aa._(""N\u00e3o foi poss\u00edvel conectar-se ao bate-papo. Reconectando em {seconds}..."",{seconds:Math.floor(ea/1000)});}else fa=""N\u00e3o foi poss\u00edvel conectar-se ao bate-papo. Reconectando..."";return fa;},_resetShowWarningTimeout:function(){if(this.showWarningTimeout){clearTimeout(this.showWarningTimeout);this.showWarningTimeout=null;}},_handleChannelConnected:function(ea){this._resetShowWarningTimeout();if(this.orderedList.isVisible())m.goOnline();this.warningMsgText=null;this._updateView();},_handleChannelShutdown:function(ea,fa){this._resetShowWarningTimeout();this.warningMsgText=this._getShutdownReason(fa);this._updateView();},_handleChannelReconnecting:function(ea,fa){this._resetShowWarningTimeout();this.warningMsgText=this._getReconnectMsg(fa);if(fa>1000){if(fa>l.get('warning_countdown_threshold_msec')){if(this.warningMsgEventListener){this.warningMsgEventListener.remove();this.warningMsgEventListener=null;}this.warningMsgEventListener=Event.listen(this.message,'click',function(event){if(o.hasClass(event.getTarget(),'fbChatReconnectLink')){this._tryReconnect();event.kill();}}.bind(this));}this.showWarningTimeout=setTimeout(this._handleChannelReconnecting.bind(this,ea,fa-1000),1000,false);}this._updateView();},_tryReconnect:function(){if(j.disconnected())j.reconnect();},_handleVisibilityChange:function(){this._updateView();if(i.shouldEducate()){if(m.hasBlackbirdEnabled()){i.showBlackbirdDialog(this.getButton(),w.getVisibility());}else if(!m.isOnline())i.showOfflineDialog(this.getButton());}else i.hide();if(!m.isOnline())this.hide();},_updateView:function(ea){var fa=z('fbDockChat');o.conditionClass(fa,'offline',!m.isOnline());o.conditionClass(fa,'error',j.disconnected());if(j.disconnected())q.setContent(this.message,this.warningMsgText);if(!m.isOnline()){if(t.ChatControlLanguageChangeGK){this._setLabel(aa._(""{Chat} (Desativado)"",{Chat:""Bate-papo""}));}else this._setLabel(aa._(""{Chat} (desconectado)"",{Chat:""Bate-papo""}));}else if(j.disconnected()){this._setLabel(aa._(""{Chat} (Desconectado)"",{Chat:""Bate-papo""}));}else{var ga=h.getOnlineCount();if(ga){var ha=aa._(""{Chat} - {number-available}"",{Chat:""Bate-papo"",'number-available':['','(',ga,')',''].join('')});this._setLabel(r(ha));}else this._setLabel(""Bate-papo"",ea);}},onButtonClick:function(){this._conditionallyShowTypeahead();if(o.shown(this.typeahead.getElement())){var ea=this.subscribe('show',function(){this.typeahead.getCore().getElement().focus();i.dismiss();}.bind(this));this.unsubscribe.bind(this,ea).defer();}},onHide:function(){this._isOpen=false;if(this._buddyListRenderSubscription){this.orderedList.unsubscribe(this._buddyListRenderSubscription);this._buddyListRenderSubscription=null;}this.orderedList.hide();this.typeahead.getCore().reset();},_onKeyDown:function(event){var ea=Event.getKeyCode(event);if(ea===s.ESC&&!o.hasClass(this.root,'menuOpened')){this.hide();return false;}},onResize:function(){var ea=p.getMaxFlyoutHeight(this.root)-60,fa=Math.max(250,ea);this.orderedList.setNumTopFriends(Math.floor(fa/ba));},_showBuddyList:function(){if(!this._buddyListRenderSubscription)this._buddyListRenderSubscription=this.orderedList.subscribe('render',p.setUseMaxHeight.bind(p,this.root,false));this.orderedList.show();},onShow:function(){this._isOpen=true;if(j.disconnected()){this._tryReconnect();this._showBuddyList();}else m.goOnline(this._showBuddyList.bind(this));},_setLabel:function(ea,fa){var ga=this.label.cloneNode(true);q.setContent(ga,ea);q.replace(this.label,ga);this.label=ga;this.throbber&&o.conditionShow(this.throbber,!!fa);},_conditionallyShowTypeahead:function(){o.conditionShow(this.typeahead.getElement(),this._orderedListCount>=ca);},_updateCount:function(){this._updateView();this._conditionallyShowTypeahead();}});e.exports=da;});",,,,,,,,,,,,,,,,,,,,,,,,,,,,, "__d(""LiveBarData"",[""function-extensions"",""Arbiter"",""ArbiterMixin"",""AsyncRequest"",""ChannelConstants"",""LayerDestroyOnHide"",""copyProperties"",""setTimeoutAcrossTransitions"",""throttle""],function(a,b,c,d,e,f){b('function-extensions');var g=b('Arbiter'),h=b('ArbiterMixin'),i=b('AsyncRequest'),j=b('ChannelConstants'),k=b('LayerDestroyOnHide'),l=b('copyProperties'),m=b('setTimeoutAcrossTransitions'),n=b('throttle'),o=false,p={},q={},r={};function s(z){if((z.expires*1000)-Date.now()>0)return true;return false;}function t(z){var aa=z.payload.actions;if(!(aa&&aa.length))return;var ba;for(var ca=0;ca0){o=true;new i().setURI('/ajax/chat/livebar.php').setData({actions:z}).setHandler(t).setFinallyHandler(function(){o=false;}).setAllowCrossPageTransition(true).send();}},addActions:u,getAction:function(z){var aa=p[z];if(aa&&s(aa))return aa;return null;},getDialog:function(z){var aa=this.getAction(z);if(aa&&r[aa.actor_id])return r[aa.actor_id];return null;},setDialog:function(z,aa,ba){var ca=p[z];if(ca&&ca.action_id==aa){x(z);r[z]=ba;y.inform('dialog-fetched',z);}}});e.exports=y;});",,,,,,,,,,,,,,,,,,,,,,, "__d(""LiveBar"",[""event-extensions"",""function-extensions"",""ChatConfig"",""CSS"",""LiveBarData"",""$"",""copyProperties"",""ge"",""setTimeoutAcrossTransitions"",""tx"",""ChatOrderedList"",""ContextualDialogX""],function(a,b,c,d,e,f){b('event-extensions');b('function-extensions');var g=b('ChatConfig'),h=b('CSS'),i=b('LiveBarData'),j=b('$'),k=b('copyProperties'),l=b('ge'),m=b('setTimeoutAcrossTransitions'),n=b('tx');b('ChatOrderedList');b('ContextualDialogX');var o=g.get('livebar_fetch_defer')",,"1000;function p(q,r,s){this._orderedList=q;this._root=q.getRoot();this._liveBarTypes=s;this._hoverController=q.getHoverController();this._hoverController.subscribe('hover',this._mouseMove.bind(this));this._hoverController.subscribe('leave',this._mouseLeave.bind(this));q.subscribe('render',this._handleChatListUpdate.shield(this));i.subscribe('new-actions',this._updateIcons.bind(this));i.subscribe('remove-action',this._handleRemoveAction.bind(this));i.subscribe('dialog-fetched',function(t,u){this._setDialogContent(u);}.bind(this));i.addActions(r);}k(p,{setDialog:function(q,r,s){i.setDialog(q,r,s);}});k(p.prototype,{_root:null,_liveBarTypes:null,_hoverController:null,_registrations:{},_renderedIcons:{},_fetchTimer:null,_mouseLeftRoot:false,_chatListRendered:false,_getLiveBarTypes:function(){return this._liveBarTypes;},_handleChatListUpdate:function(){if(!this._chatListRendered){this._chatListRendered=true;this._updateIcons();}},_handleShow:function(q){this._setDialogContent(q);},_mouseMove:function(){if(!this._fetchTimer){this._fetchTimer=m(this._fetch.bind(this),o);this._mouseLeftRoot=false;}},_mouseLeave:function(){this._mouseLeftRoot=true;clearTimeout(this._fetchTimer);this._fetchTimer=null;},_setDialogContent:function(q){var r=i.getDialog(q);if(r)this._hoverController.showHovercard(q,r);},_fetch:function(){if(this._mouseLeftRoot)return;this._fetchTimer=null;i.fetch();},_updateIcons:function(){if(!this._chatListRendered)return;var q=this._orderedList.getAllNodes(),r=this._getLiveBarTypes();for(var s in q){var t=i.getAction(s);if(t&&(!this._renderedIcons[s]",,"this._renderedIcons[s]!=t.action_id)){for(var u=0;uja.length)ha=pa.error;}else{var qa=pa.end-pa.start;if(pa.thread_ids.lengthka)ka=pa.end;});w(fa,da,ea);if(ga){r[da][ea].setReachedEndOfArray();}else if(ha){r[da][ea].setError(ha);}else{var la=r[da][ea].getCurrentArraySize();if(ka&&la=0;ha--){var ia=ga.getResourceAtIndex(ha);if(!da[ea][fa].to_remove_if_last_after_add[ia])break;da[ea][fa].to_remove.push(ia);}ga.removeResources(da[ea][fa].to_remove);});});}function v(ca){var da={};q.forEach(function(ea){da[ea]={};p.forEach(function(fa){da[ea][fa]=[];});});ca.forEach(function(ea){var fa=x(ea.thread_id),ga=y(ea.thread_id);ga.forEach(function(ha){if(fa&&z(ea.thread_id,fa,ha))da[fa][ha].push(ea.thread_id);});});q.forEach(function(ea){p.forEach(function(fa){if(da[ea][fa].length>0)w(da[ea][fa],ea,fa);});});}function w(ca,da,ea){ea=ea",,"i.ALL;r[da][ea].addResources(ca);q.forEach(function(fa){if(fa!=da)r[fa][ea].removeResources(ca);});}function x(ca){var da=m.getThreadMetaNow(ca),ea=null;if(!da){ea='No thread metadata';}else if(!da.folder)ea='No thread folder';if(ea){var fa={error:ea,tid:ca};o.warn('no_thread_folder',fa);return null;}var ga=da.folder;if(da.is_archived)ga=n.MessagingTag.ACTION_ARCHIVED;if(r[ga]){return ga;}else return null;}function y(ca){var da=m.getThreadMetaNow(ca),ea=[i.ALL];if(!da){var fa={error:'no_thread_metadata',tid:ca};o.warn('no_thread_metadata',fa);return [];}if(da.unread_count)ea.push(n.MessagingTag.UNREAD);return ea;}function z(ca,da,ea){var fa=m.getThreadMetaNow(ca);return fa&&fa.timestamp&&x(ca)==da&&y(ca).contains(ea);}var aa={getThreadlist:function(ca,da,ea,fa,ga,ha){return aa.getFilteredThreadlist(ca,da,ea,i.ALL,fa,ga,ha);},getFilteredThreadlist:function(ca,da,ea,fa,ga,ha,ia){var ja=r[ea][fa],ka=ja.executeOrEnqueue(ca,da,ga,ha),la=ja.getUnavailableResources(ka);if(la.length){if(ja.getCurrentArraySize()0)h.addClass(w.getRoot(),'jewelItemNew');if(s.MessagesMercuryIntegrationGK){w.getNode('link').setAttribute('href',o.getURI(p.MASTER.RECENT_THREADS,p.DETAIL.RECENT_MESSAGES,{thread_id:x.thread_id}).toString());}else m.renderTitanLink(x.thread_id,w.getNode('link'));Event.listen(w.getRoot(),'mouseover',function(event){var y=w.getRoot();if(!k.byClass(y,'notifNegativeBase'))h.addClass(y,'selected');});Event.listen(w.getRoot(),'mouseout',function(event){h.removeClass(w.getRoot(),'selected');});},renderEmptyThreadlist:function(){return i.create('li',{className:'empty'},""Nenhuma mensagem"");}});e.exports=v;});",,,,,,,,,,,,,,,,,,,,,,,,,,,,, "__d(""MercuryJewel"",[""MercuryChannelHandler"",""MercuryJewelCountControl"",""DOM"",""MercuryJewelThreadlistControl"",""MercuryServerRequests"",""userAction""],function(a,b,c,d,e,f){b('MercuryChannelHandler');var g=b('MercuryJewelCountControl'),h=b('DOM'),i=b('MercuryJewelThreadlistControl'),j=b('MercuryServerRequests'),k=b('userAction'),l=false;function m(q,r,s,t){j.handleUpdate(t);var u=new g(r,s),v=h.find(q,'#MercuryJewelThreadList');if(s.getRoot()&&s.isOpen()){n.call(this,v);}else s.subscribe('opened',n.bind(this,v));}e.exports=m;function n(q){this._ua=k('messages').uai('click','jewel');this._listenForLoad=this._listenForRender=true;if(!l){var r=new i(q);r.subscribe(i.EVENT_THREADS_LOADED,o.bind(this));r.subscribe(i.EVENT_THREADS_RENDERED,p.bind(this));l=true;}}function o(){if(this._listenForLoad){this._ua.add_event('loaded');this._listenForLoad=false;}}function p(){if(this._listenForRender){this._ua.add_event('rendered');this._listenForRender=false;}}});",,,,,,,,,,,,,,,,,,,,,,,,,,,,, "__d(""TitanLeftNav"",[""CounterDisplay"",""MessagingEvents""],function(a,b,c,d,e,f){var g=b('CounterDisplay'),h=b('MessagingEvents'),i={initialize:function(){h.subscribe('count/other_unseen',function(j,k){g.setCount('other_unseen',k);});}};e.exports=i;});",,,,,,,,,,,,,,,,,,,,,,,,,,,,, "__d(""LiveMessageReceiver"",[""Arbiter"",""AsyncRequest"",""ChannelConstants"",""copyProperties""],function(a,b,c,d,e,f){var g=b('Arbiter'),h=b('AsyncRequest'),i=b('ChannelConstants'),j=b('copyProperties');function k(l){this.eventName=l;this.subs=null;this.handler=bagofholding;this.shutdownHandler=null;this.registered=false;this.appId=1;}j(k,{getAppMessageType:function(l,m){return 'live_message/'+l+':'+m;},route:function(l){var m=function(n){var o=k.getAppMessageType(l.app_id,l.event_name);g.inform(o,n,g.BEHAVIOR_PERSISTENT);};if(l.hasCapture){new h().setHandler(function(n){m(n.getPayload());}).setAllowCrossPageTransition(true).handleResponse(l.response);}else m(l.response);}});j(k.prototype,{setAppId:function(l){this.appId=l;return this;},setHandler:function(l){this.handler=l;this._dirty();return this;},setRestartHandler:bagofholding,setShutdownHandler:function(l){this.shutdownHandler=l.shield();this._dirty();return this;},_dirty:function(){if(this.registered){this.unregister();this.register();}},register:function(){var l=function(n,o){return this.handler(o);}.bind(this),m=k.getAppMessageType(this.appId,this.eventName);this.subs={};this.subs.main=g.subscribe(m,l);if(this.shutdownHandler)this.subs.shut=g.subscribe(i.ON_SHUTDOWN,this.shutdownHandler);this.registered=true;return this;},unregister:function(){if(!this.subs)return this;for(var l in this.subs)if(this.subs[l])this.subs[l].unsubscribe();this.subs=null;this.registered=false;return this;}});e.exports=k;});",,,,,,,,,,,,,,,,,,,,,,,,,,,,, "__d(""legacy:livemessage"",[""LiveMessageReceiver""],function(a,b,c,d){a.LiveMessageReceiver=b('LiveMessageReceiver');},3);",,,,,,,,,,,,,,,,,,,,,,,,,,,,, window.init_live_message_receive=window.init_live_message_receive,,"function(a){window.init_live_message_receive=bagofholding;Arbiter.subscribe(ChannelConstants.getArbiterType('app_msg'),function(b,c){if(c.obj.event_name=='beep_event'){Bootloader.loadComponents('beeper',function(){Beeper.ensureInitialized();Beeper.setParams(a);LiveMessageReceiver.route(c.obj);});}else LiveMessageReceiver.route(c.obj);});};",,,,,,,,,,,,,,,,,,,,,,,,,,,