Mark name | Description | Time |
---|---|---|
Page start | Script start. | 0.000 |
Before application init | Registering system data (includes system constants define, adding of standard package pointers, registering base classes, etc). | 0.011 |
After application init | Application initialization (includes setting application defaults, base managers init, active plugins init, creating default document, registering all static documents, etc). | 0.073 |
After routing | Routing process (searching controller+action which should handle the request). | 0.073 |
After controller action call | Calling controller action (plugin custom logic). | 0.104 |
After finalize | Getting final markup from all renderable objects. Compiling document body. | 0.105 |
Page end | Processing all headers and sending rendered document. | 0.116 |
Query | Params | Time |
---|---|---|
SELECT * FROM ow_base_config | array ( ) | 0.000210 |
SELECT * FROM ow_base_language | array ( ) | 0.000110 |
SELECT * FROM ow_base_plugin | array ( ) | 0.000661 |
SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1 | array ( ) | 0.000103 |
SET TIME_ZONE = ? | array ( 0 => '-08:00', ) | 0.000182 |
SELECT * FROM ow_base_document WHERE `uri` = 'blogs/132' AND `isStatic` = 1 LIMIT 0, 1 | array ( ) | 0.000425 |
SELECT * FROM ow_base_theme WHERE `key` = 'simplicity' LIMIT 0, 1 | array ( ) | 0.000124 |
SELECT * FROM ow_base_theme_content WHERE `themeId` = 956 | array ( ) | 0.000097 |
SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956 | array ( ) | 0.000088 |
SELECT * FROM ow_base_theme WHERE `key` = 'ethos' LIMIT 0, 1 | array ( ) | 0.000104 |
SELECT * FROM ow_base_theme WHERE `key` = 'ethos' LIMIT 0, 1 | array ( ) | 0.000086 |
SELECT * FROM ow_base_theme_content WHERE `themeId` = 957 | array ( ) | 0.000078 |
SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957 | array ( ) | 0.000083 |
SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0 | array ( ) | 0.000096 |
SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1 | array ( 0 => 1, 1 => 'main', ) | 0.000099 |
SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC | array ( 'menuType' => 'main', ) | 0.000120 |
SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC | array ( 'menuType' => 'bottom', ) | 0.000114 |
SELECT * FROM ow_base_user WHERE `id` = ? | array ( 0 => 0, ) | 0.000109 |
SELECT * FROM ow_blogs_post WHERE `id` = ? | array ( 0 => 132, ) | 0.000364 |
SELECT * FROM ow_base_authorization_group | array ( ) | 0.000104 |
SELECT * FROM ow_base_authorization_moderator ORDER BY id | array ( ) | 0.000085 |
SELECT * FROM ow_base_authorization_moderator_permission | array ( ) | 0.000085 |
SELECT * FROM ow_base_authorization_action | array ( ) | 0.000080 |
SELECT * FROM ow_base_authorization_permission | array ( ) | 0.000082 |
SELECT * FROM ow_base_authorization_role ORDER BY `sortOrder` ASC | array ( ) | 0.000080 |
SELECT * FROM ow_base_user WHERE `id` = ? | array ( 0 => 21, ) | 0.000253 |
SELECT * FROM ow_base_question WHERE `name` IN('realname') | array ( ) | 0.000108 |
SELECT * FROM ow_base_question_data WHERE `userId` IN('21') AND `questionName` IN('realname') | array ( ) | 0.000081 |
SELECT * FROM ow_base_entity_tag WHERE `entityId` = 132 AND `entityType` = 'blog-post' | array ( ) | 0.000894 |
SELECT MAX(`id`) FROM ow_blogs_post WHERE isDraft = 0 AND authorId = ? AND id < ? | array ( 0 => 21, 1 => 132, ) | 0.001084 |
SELECT * FROM ow_blogs_post WHERE `id` = ? | array ( 0 => 131, ) | 0.000753 |
SELECT MIN(`id`) FROM ow_blogs_post WHERE isDraft = 0 AND authorId = ? AND id > ? | array ( 0 => 21, 1 => 132, ) | 0.000298 |
SELECT * FROM ow_blogs_post WHERE `id` = ? | array ( 0 => 133, ) | 0.000193 |
SELECT YEAR( FROM_UNIXTIME(`timestamp`) ) as `y`, MONTH( FROM_UNIXTIME(`timestamp`) ) as `m` FROM `ow_blogs_post` WHERE isDraft = 0 AND `authorId` = ? GROUP BY `y` DESC, `m` DESC | array ( 0 => 21, ) | 0.000930 |
SELECT COUNT(*) as `rates_count`, AVG(`score`) as `avg_score` FROM ow_base_rate WHERE `entityId` = :entityId AND `entityType` = :entityType GROUP BY `entityId` | array ( 'entityId' => 132, 'entityType' => 'blog-post', ) | 0.000685 |
SELECT COUNT(*) FROM `ow_base_comment` AS `c` LEFT JOIN `ow_base_comment_entity` AS `ce` ON ( `c`.`commentEntityId` = `ce`.`id` ) WHERE `ce`.`entityType` = :entityType AND `ce`.`entityId` = :entityId | array ( 'entityType' => 'blog-post', 'entityId' => 132, ) | 0.000892 |
SELECT * FROM ( SELECT `et`.*, COUNT(*) AS `count`, `t`.`label` AS `label` FROM `ow_base_entity_tag` AS `et` INNER JOIN `ow_base_tag` AS `t` ON ( `et`.`tagId` = `t`.`id`) WHERE `et`.`entityId` = :entityId AND `et`.`entityType` = :entityType GROUP BY `tagId` ORDER BY `count` DESC ) AS `t` ORDER BY `t`.`label` | array ( 'entityId' => 132, 'entityType' => 'blog-post', ) | 0.000878 |
SELECT * FROM ow_base_language | array ( ) | 0.000133 |
SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 | array ( ) | 0.000092 |
SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000051 |
SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000050 |
SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 | array ( ) | 0.000054 |
SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = 'pending' | array ( ) | 0.000067 |
SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = 'pending' AND `friends_friendship`.`viewed` = '0' | array ( ) | 0.000058 |
Type | Class | Path (class, template) |
---|---|---|
Controller | BLOGS_CTRL_View | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_plugins/blogs/controllers/view.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_plugins/blogs/views/controllers/view_index.html |
Component | BASE_CMP_TotalScore | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/total_score.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/total_score.html |
Component | BASE_CMP_Rate | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/rate.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/rate.html |
Component | BASE_CMP_CommentsList | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/comments_list.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/comments_list.html |
Component | BASE_CMP_Comments | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/comments.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/comments.html |
Component | BASE_CMP_MainMenu | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/main_menu.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/menu.html |
Component | BASE_CMP_BottomMenu | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/bottom_menu.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/bottom_menu.html |
Component | BASE_CMP_SignIn | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/sign_in.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/sign_in.html |
Component | BASE_CMP_ConsoleButton | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/console_button.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/console_button.html |
Component | BASE_CMP_Console | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/console.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/console.html |
Event | Listener | Params |
---|---|---|
base.get_active_theme_name Type: call Called at: 0.069 Exec time: 0.000 |
No listeners | array ( ) |
class.get_instance.OW_Response Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Response', 'arguments' => array ( ), ) |
class.get_instance.OW_Language Type: trigger Called at: 0.072 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Language', 'arguments' => array ( ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.072 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'videotube', 'key' => 'videotube_menu_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.072 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'main_menu_index', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.072 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'users_main_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.072 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'photo', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.072 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'video', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.072 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'main_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.072 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'iclassifieds', 'key' => 'menutext_value', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.073 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page-119658', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.073 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_81959573', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.073 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'openwack', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.073 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'mobile_version_menu_item', ) |
core.app_init Type: trigger Called at: 0.073 Exec time: 0.000 |
No listeners | array ( ) |
core.after_route Type: trigger Called at: 0.073 Exec time: 0.001 |
BASE_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
ADMIN_CLASS_EventHandler -> onAfterRoute()
|
array ( ) |
class.get_instance.BLOGS_CTRL_View Type: trigger Called at: 0.074 Exec time: 0.000 |
No listeners | array ( 'className' => 'BLOGS_CTRL_View', 'arguments' => array ( ), ) |
class.get_instance.OW_Navigation Type: trigger Called at: 0.074 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Navigation', 'arguments' => array ( ), ) |
privacy_check_permission Type: call Called at: 0.081 Exec time: 0.000 |
No listeners | array ( 'action' => 'blogs_view_blog_posts', 'ownerId' => '21', 'viewerId' => 0, ) |
base.questions_get_data Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'userIdList' => array ( 0 => 21, ), 'fieldsList' => array ( 0 => 'realname', ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'view_page_heading', ) |
core.set_document_heading Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'str' => 's - Dennis Lillee, from wzh123\'s blog', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'blog_post_title', ) |
core.set_document_title Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'str' => 's - Dennis Lillee, - posted by wzh123 at Oxwall Demo', ) |
blogs.collect_post_toolbar_items Type: trigger Called at: 0.090 Exec time: 0.000 |
No listeners | array ( 'postId' => '132', 'postDto' => Post::__set_state(array( 'authorId' => '21', 'title' => 's - Dennis Lillee, ', 'post' => 'RIO DE JANEIRO -- Katie Ledecky even upstaged Michael Phelps at the Olympics on Friday. Cheap Lakers Jerseys .Ledecky set a world record by winning the womens 800-meter freestyle by an astounding 11.38 seconds. Shes only the second woman to sweep the three longest freestyle races at the Olympics and the first one to do it since the 1968 Mexico City Games.After winning four gold medals at the Rio de Janeiro Games and looking unbeatable, Phelps finally ran out of steam in what was the final individual race of his career -- unless he decides to come out of retirement again.The frenetic finishes in the swimming pool capped a day that included a big escape by the U.S. mens basketball team and a stunning loss by the womens soccer squad.Phelps was seeking his 23rd Olympic gold medal and his fourth straight in the 100-meter butterfly, but he was denied by Singapores Joseph Schooling, who got off to a blistering start and built a lead that even Phelps couldnt overcome.With Anthony Ervin winning the mens 50 freestyle and Maya DiRado taking gold in the womens 200 backstroke, the Americans would have had a clean sweep were it not for the silver by Phelps, the most decorated Olympian in history.Ledecky finished well before Jazz Carlin of Britain touched the wall for silver. She joined Debbie Meyer as the only women to sweep the 200, 400 and 800 freestyle races at the same Olympics.The United States womens soccer team was eliminated by Sweden in the quarterfinals, a startling loss for the four-time Olympic champions that left Hope Solo without a shot at gold but with plenty of bitterness.The U.S. goalkeeper criticized the Swedes for the way they played in beating the Americans 4-3 in a penalty shootout following a 1-1 draw -- a result that means the worlds top-ranked team will miss out on an Olympic gold-medal match in womens soccer for the first time.Solo was angered by Swedens defensive style and branded the team a bunch of cowards.The best team did not win today, she said. I strongly and firmly believe that.Said Sweden coach Pia Sundhage, who once coached Solo when she was in charge of the U.S. national team: Its OK to be a coward if you win.Carmelo Anthony, Kyrie Irving & Co. survived their second straight strong challenge at the Rio Games, fending off Serbia 94-91 when Bogdan Bogdanovic missed a 3-pointer from the left wing with 2 seconds left that would have tied it.Kevin Durant grabbed the rebound to keep the Americans unbeaten 48 hours after they barely escaped against Australia.On a day that began with another round of rain, South Americas first Olympics lingered under clouds of grief, doping and disrespect.-Brazils government declared a day of official mourning for a Rio Olympics police officer who died after being shot in the head making a wrong turn into one of the citys slums.-A Chinese swimmer, Polish weightlifter and Bulgarian steeplechaser have been sanctioned for doping offenses , which are being handled by the Court of Arbitration for Sport for the first time.-And in a serious breach of judo etiquette with political overtones, an Egyptian judoka refused to shake the hand of his Israeli opponent after his loss.Other highlights from Day 7:CLOSE CALLS : Rafael Nadal, the singles champion at the 2008 Beijing Olympics, and Spain teammate Marc Lopez won the mens doubles title. Nadal also reached the semifinals in his bid for a second Olympic singles gold, overcoming his Brazilian opponent and a raucous flag-waving home crowd.BRONZE BOXER : Nico Hernandezs chance for a gold medal ended Friday when he lost to Uzbekistans Hasanboy Dusmatov. With a gnarly gash over his left eye, Hernandez had blurred vision and needed stitches. His consolation: his bronze medal in the light flyweight division ends a medal drought for the American boxers that stretched to 2008.PUIGS PUSH : Tennis player Monica Puig is one victory from Puerto Ricos first gold medal in Olympic history. Puig continued her surprising run by reaching the womens singles final, eliminating two-time Wimbledon champion Petra Kvitova of the Czech Republic 6-4, 1-6, 6-3. Puig is ranked 34th and unseeded but is assured of no worse than a silver medal.AUTO ACCIDENT : A German Olympic canoe coach is fighting for his life after a car accident left him with serious head injuries. Stefan Henze, a canoe slalom silver medalist at the 2004 Games, underwent emergency surgery in a Rio de Janeiro hospital. He and a team official were heading to the athletes village when their taxi was in a wreck.THE SWAMP : In another embarrassment for the Maria Lenk Aquatics Center, a planned practice session had to be called off to give officials more time to clean the green-tinged water -- a four-days-and-counting scenario that prompted American diver Abby Johnson to dub it the Swamp.---AP Summer Games website: http://summergames.ap.org---Follow AP Sports Writer Arnie Melendrez Stapleton on Twitter: http://twitter.com/arniestapleton Cheap Lakers Jerseys China . LOUIS -- Heading into the final stretch of the season, the issues for the Chicago Bears banged-up defence only seem to be getting worse. Cheap Swingman Lakers Jerseys . Coach Tom Thibodeau says the former MVP will probably start travelling with the team in the next few weeks. Rose tore the meniscus in his right knee at Portland in November and was ruled out for the remainder of the season by the Bulls. http://www.cheaplakersjerseys.com/ . In the lead up - which seemed to begin the moment Mike Geiger blew the whistle in Houston last Thursday night - the Impact rumour mill went into overdrive. The speculation went into meltdown mode, of the golden nugget variety. As the game evolves at warp speed, as cricketers bodies become less attainable and skills become ever more honed, it can be comforting for fans when the unremarkable bears fruit.In New Zealands attack were Tim Southee and Trent Boult: the big-swinging thoroughbreds. They had Neil Wagner: the grim, tenacious, hatchet man. Yet on Friday, it was a seamer who barely breached 128kph that brought the worlds no. 2 side to its knees. It was uninspiring line-and-length diligence that found success on a pitch prepared for better-equipped quicks.In he came, a modest hero in Colin de Grandhomme, operating off a mid-sized run-up - shorter than a spearheads, longer than an Australia innings - all athletic competence, with perfectly-adequate rhythm in his strides, sufficient hip drive when he got to the crease, and satisfactory wrist position when the ball came to be released.Some fast bowling invites comparisons to bolts of lightning and hellfire; much mythologised are quicks who scratch at the ground like stallions about to charge, whose nostrils pour with steam as they advance, who raise the smell of sulphur from the surface when a bouncer has been bowled.For much of Friday, de Grandhomme was more a strongly-worded letter than the booming sound of thunder, and yet, none of his more illustrious teammates could rattle Pakistan like he did. He bowled dot balls to Babar Azam until he drew a poor shot twice - the first to gully was dropped, the second to the slips was fatal. He had the great Younis Khan out for 2; Younis feet stapled to the crease in a complete reversal of his batting through much of the England tour, as he reached unavailingly for a cover drive.By the end of the innings, de Grandhomme had ripped out the top order and set the tail on the run with his middle-of-the-road, wobbly medium. His 6 for 41 were the best-ever figures for a New Zealand debutant, breaking a record that stood for 65 years.The most impressive wicket among those was that of Azhar Ali, when de Grandhomme weaselled a ball between bat and pad to set off stump on a jaunt, and Pakistan into decline. But although he said he had been quite excited at the sight of the uprooted wicket, raising a single fist into the air in celebration, there still was something innocuous about de Grandhomme, even in his most animated moment. For a Tim Southee or a Wahab Riaz, that celebrration would have seemed like the power-pose of a triumphant warrior. Cheap Lakers Jerseys Authentic. . De Grandhomme brought to mind a middle-aged protestor walking down the main street, complaining about the rising price of milk.De Grandhomme was hitting the right areas, Azhar said after play. Theres enough there in the pitch, a lot of grass on it, and there was a lot of moisture as well. The lengths and lines were really good. If you hit in that area, youre going to get a good result. On that kind of pitch you know that even a bowler whos not as fast can get a lot out of it. He has more control obviously. If you have less pace you have more swing and more control as well. As the wickets began to stack up through the day, de Grandhommes moustache drew comparisons in the media with those of yesteryears great quicks - Dennis Lillee, Richard Hadlee, Kapil Dev. But those were moustaches with personality and verve. Lillee, for example, had a malice to his handlebars; Hadlee, a touch of deviousness in his wispy tips. Kapils was upstanding and robust, giving off the impression that it would only be too happy to help an old woman cross a Chandigarh intersection. De Grandhommes, comparatively, is characterless; its as if his short-back-and-sides haircut has been perfectly replicated on his upper lip, the whole thing finished in a matte, standard-issue brown.And while he produced a performance that evoked New Zealands proud military-medium tradition, Pakistan produced a vintage batting collapse of their own, replete with Misbah-ul-Haq and Younis having to come together on the first morning with were-getting-too-old-for-this-sh** looks on their faces. Misbah would grow increasingly frustrated through the innings, as team-mates deserted him.They are so far back in the game now, they must summon more Pakistan stereotypes to pose a threat in the match. The attack must make a charge to spark a New Zealand collapse; the batsmen will likely have to overturn a first-innings deficit.On day two they were undone by a bowler who no one suspected much of, but who did just enough. For Pakistan it was a reminder their quest to regain the top ranking would be a difficult one; for the rest of us, that heroes can emerge from the unlikeliest places. Cheap NFL Jerseys Cheap NFL Jerseys China Cheap Jerseys From China Cheap NFL Jerseys Authentic Wholesale Jerseys China Cheap NFL Jerseys China NFL Cheap Jerseys \' \' \' ', 'timestamp' => '1501143841', 'isDraft' => '0', 'privacy' => 'everybody', 'id' => '132', '_fieldsHash' => array ( 'authorId' => 4252452532, 'title' => 3175018519, 'post' => 3469189647, 'timestamp' => 844178322, 'isDraft' => 4108050209, 'privacy' => 193515978, ), )), ) |
privacy_check_permission Type: call Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'action' => 'blogs_comment_blog_posts', 'ownerId' => '21', 'viewerId' => 0, ) |
authorization.layer_check Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'userId' => 0, 'groupName' => 'blogs', 'actionName' => 'add_comment', 'extra' => NULL, ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'authorization_failed_feedback', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'comments_add_login_message', ) |
base.comment_list_prepare_data Type: trigger Called at: 0.096 Exec time: 0.000 |
No listeners | array ( 'list' => array ( ), 'entityType' => 'blog-post', 'entityId' => 132, ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.096 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'comment_load_more_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.096 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'comment_delete_confirm_message', ) |
class.get_instance.BOL_SeoService Type: trigger Called at: 0.097 Exec time: 0.000 |
No listeners | array ( 'className' => 'BOL_SeoService', 'arguments' => array ( ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.097 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'meta_title_blog_post', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.097 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'meta_desc_blog_post', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.097 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'meta_keywords_blog_post', ) |
core.set_document_title Type: trigger Called at: 0.097 Exec time: 0.000 |
No listeners | array ( 'str' => 's - Dennis Lillee, | Oxwall Demo Blog', ) |
core.set_document_description Type: trigger Called at: 0.097 Exec time: 0.000 |
No listeners | array ( 'str' => 'RIO DE JANEIRO -- Katie Ledecky even upstaged Michael Phelps at the Olympics on Friday. Cheap Lakers Jerseys .Ledecky ...', ) |
base.provide_page_meta_info Type: trigger Called at: 0.096 Exec time: 0.000 |
BASE_CLASS_EventHandler -> onProvideMetaInfoForPage()
|
array ( 'sectionKey' => 'blogs', 'entityKey' => 'blogPost', 'title' => 'blogs+meta_title_blog_post', 'description' => 'blogs+meta_desc_blog_post', 'keywords' => 'blogs+meta_keywords_blog_post', 'vars' => array ( 'post_body' => 'RIO DE JANEIRO -- Katie Ledecky even upstaged Michael Phelps at the Olympics on Friday. Cheap Lakers Jerseys .Ledecky ...', 'post_subject' => 's - Dennis Lillee, ', ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.099 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'total_score_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.099 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'your_rate_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.099 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'rates_box_cap_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.100 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'comment_no_comments', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.100 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'comment_box_cap_label', ) |
socialsharing.get_sharing_buttons Type: trigger Called at: 0.102 Exec time: 0.000 |
No listeners | array ( 'title' => 's - Dennis Lillee, ', 'description' => 'RIO DE JANEIRO -- Katie Ledecky even upstaged Michael Phelps at the Olympics on Friday. Cheap Lakers Jerseys .Ledecky set a world record by winning the womens 800-meter freestyle by an astounding 11.38 seconds. Shes only the second woman to sweep the three longest freestyle races at the Olympics and the first one to do it since the 1968 Mexico City Games.After winning four gold medals at the Rio de Janeiro Games and looking unbeatable, Phelps finally ran out of steam in what was the final individual race of his career -- unless he decides to come out of retirement again.The frenetic finishes in the swimming pool capped a day that included a big escape by the U.S. mens basketball team and a stunning loss by the womens soccer squad.Phelps was seeking his 23rd Olympic gold medal and his fourth straight in the 100-meter butterfly, but he was denied by Singapores Joseph Schooling, who got off to a blistering start and built a lead that even Phelps couldnt overcome.With Anthony Ervin winning the mens 50 freestyle and Maya DiRado taking gold in the womens 200 backstroke, the Americans would have had a clean sweep were it not for the silver by Phelps, the most decorated Olympian in history.Ledecky finished well before Jazz Carlin of Britain touched the wall for silver. She joined Debbie Meyer as the only women to sweep the 200, 400 and 800 freestyle races at the same Olympics.The United States womens soccer team was eliminated by Sweden in the quarterfinals, a startling loss for the four-time Olympic champions that left Hope Solo without a shot at gold but with plenty of bitterness.The U.S. goalkeeper criticized the Swedes for the way they played in beating the Americans 4-3 in a penalty shootout following a 1-1 draw -- a result that means the worlds top-ranked team will miss out on an Olympic gold-medal match in womens soccer for the first time.Solo was angered by Swedens defensive style and branded the team a bunch of cowards.The best team did not win today, she said. I strongly and firmly believe that.Said Sweden coach Pia Sundhage, who once coached Solo when she was in charge of the U.S. national team: Its OK to be a coward if you win.Carmelo Anthony, Kyrie Irving & Co. survived their second straight strong challenge at the Rio Games, fending off Serbia 94-91 when Bogdan Bogdanovic missed a 3-pointer from the left wing with 2 seconds left that would have tied it.Kevin Durant grabbed the rebound to keep the Americans unbeaten 48 hours after they barely escaped against Australia.On a day that began with another round of rain, South Americas first Olympics lingered under clouds of grief, doping and disrespect.-Brazils government declared a day of official mourning for a Rio Olympics police officer who died after being shot in the head making a wrong turn into one of the citys slums.-A Chinese swimmer, Polish weightlifter and Bulgarian steeplechaser have been sanctioned for doping offenses , which are being handled by the Court of Arbitration for Sport for the first time.-And in a serious breach of judo etiquette with political overtones, an Egyptian judoka refused to shake the hand of his Israeli opponent after his loss.Other highlights from Day 7:CLOSE CALLS : Rafael Nadal, the singles champion at the 2008 Beijing Olympics, and Spain teammate Marc Lopez won the mens doubles title. Nadal also reached the semifinals in his bid for a second Olympic singles gold, overcoming his Brazilian opponent and a raucous flag-waving home crowd.BRONZE BOXER : Nico Hernandezs chance for a gold medal ended Friday when he lost to Uzbekistans Hasanboy Dusmatov. With a gnarly gash over his left eye, Hernandez had blurred vision and needed stitches. His consolation: his bronze medal in the light flyweight division ends a medal drought for the American boxers that stretched to 2008.PUIGS PUSH : Tennis player Monica Puig is one victory from Puerto Ricos first gold medal in Olympic history. Puig continued her surprising run by reaching the womens singles final, eliminating two-time Wimbledon champion Petra Kvitova of the Czech Republic 6-4, 1-6, 6-3. Puig is ranked 34th and unseeded but is assured of no worse than a silver medal.AUTO ACCIDENT : A German Olympic canoe coach is fighting for his life after a car accident left him with serious head injuries. Stefan Henze, a canoe slalom silver medalist at the 2004 Games, underwent emergency surgery in a Rio de Janeiro hospital. He and a team official were heading to the athletes village when their taxi was in a wreck.THE SWAMP : In another embarrassment for the Maria Lenk Aquatics Center, a planned practice session had to be called off to give officials more time to clean the green-tinged water -- a four-days-and-counting scenario that prompted American diver Abby Johnson to dub it the Swamp.---AP Summer Games website: http://summergames.ap.org---Follow AP Sports Writer Arnie Melendrez Stapleton on Twitter: http://twitter.com/arniestapleton Cheap Lakers Jerseys China . LOUIS -- Heading into the final stretch of the season, the issues for the Chicago Bears banged-up defence only seem to be getting worse. Cheap Swingman Lakers Jerseys . Coach Tom Thibodeau says the former MVP will probably start travelling with the team in the next few weeks. Rose tore the meniscus in his right knee at Portland in November and was ruled out for the remainder of the season by the Bulls. http://www.cheaplakersjerseys.com/ . In the lead up - which seemed to begin the moment Mike Geiger blew the whistle in Houston last Thursday night - the Impact rumour mill went into overdrive. The speculation went into meltdown mode, of the golden nugget variety. As the game evolves at warp speed, as cricketers bodies become less attainable and skills become ever more honed, it can be comforting for fans when the unremarkable bears fruit.In New Zealands attack were Tim Southee and Trent Boult: the big-swinging thoroughbreds. They had Neil Wagner: the grim, tenacious, hatchet man. Yet on Friday, it was a seamer who barely breached 128kph that brought the worlds no. 2 side to its knees. It was uninspiring line-and-length diligence that found success on a pitch prepared for better-equipped quicks.In he came, a modest hero in Colin de Grandhomme, operating off a mid-sized run-up - shorter than a spearheads, longer than an Australia innings - all athletic competence, with perfectly-adequate rhythm in his strides, sufficient hip drive when he got to the crease, and satisfactory wrist position when the ball came to be released.Some fast bowling invites comparisons to bolts of lightning and hellfire; much mythologised are quicks who scratch at the ground like stallions about to charge, whose nostrils pour with steam as they advance, who raise the smell of sulphur from the surface when a bouncer has been bowled.For much of Friday, de Grandhomme was more a strongly-worded letter than the booming sound of thunder, and yet, none of his more illustrious teammates could rattle Pakistan like he did. He bowled dot balls to Babar Azam until he drew a poor shot twice - the first to gully was dropped, the second to the slips was fatal. He had the great Younis Khan out for 2; Younis feet stapled to the crease in a complete reversal of his batting through much of the England tour, as he reached unavailingly for a cover drive.By the end of the innings, de Grandhomme had ripped out the top order and set the tail on the run with his middle-of-the-road, wobbly medium. His 6 for 41 were the best-ever figures for a New Zealand debutant, breaking a record that stood for 65 years.The most impressive wicket among those was that of Azhar Ali, when de Grandhomme weaselled a ball between bat and pad to set off stump on a jaunt, and Pakistan into decline. But although he said he had been quite excited at the sight of the uprooted wicket, raising a single fist into the air in celebration, there still was something innocuous about de Grandhomme, even in his most animated moment. For a Tim Southee or a Wahab Riaz, that celebrration would have seemed like the power-pose of a triumphant warrior. Cheap Lakers Jerseys Authentic. . De Grandhomme brought to mind a middle-aged protestor walking down the main street, complaining about the rising price of milk.De Grandhomme was hitting the right areas, Azhar said after play. Theres enough there in the pitch, a lot of grass on it, and there was a lot of moisture as well. The lengths and lines were really good. If you hit in that area, youre going to get a good result. On that kind of pitch you know that even a bowler whos not as fast can get a lot out of it. He has more control obviously. If you have less pace you have more swing and more control as well. As the wickets began to stack up through the day, de Grandhommes moustache drew comparisons in the media with those of yesteryears great quicks - Dennis Lillee, Richard Hadlee, Kapil Dev. But those were moustaches with personality and verve. Lillee, for example, had a malice to his handlebars; Hadlee, a touch of deviousness in his wispy tips. Kapils was upstanding and robust, giving off the impression that it would only be too happy to help an old woman cross a Chandigarh intersection. De Grandhommes, comparatively, is characterless; its as if his short-back-and-sides haircut has been perfectly replicated on his upper lip, the whole thing finished in a matte, standard-issue brown.And while he produced a performance that evoked New Zealands proud military-medium tradition, Pakistan produced a vintage batting collapse of their own, replete with Misbah-ul-Haq and Younis having to come together on the first morning with were-getting-too-old-for-this-sh** looks on their faces. Misbah would grow increasingly frustrated through the innings, as team-mates deserted him.They are so far back in the game now, they must summon more Pakistan stereotypes to pose a threat in the match. The attack must make a charge to spark a New Zealand collapse; the batsmen will likely have to overturn a first-innings deficit.On day two they were undone by a bowler who no one suspected much of, but who did just enough. For Pakistan it was a reminder their quest to regain the top ranking would be a difficult one; for the rest of us, that heroes can emerge from the unlikeliest places. Cheap NFL Jerseys Cheap NFL Jerseys China Cheap Jerseys From China Cheap NFL Jerseys Authentic Wholesale Jerseys China Cheap NFL Jerseys China NFL Cheap Jerseys \' \' \' ', 'entityType' => 'blogs', 'entityId' => '132', ) |
blogs.blog_view.content.after_blog_post Type: trigger Called at: 0.102 Exec time: 0.000 |
No listeners | array ( ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.103 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'prev_post', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.103 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'next_post', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.103 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'blog_index', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.103 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'by', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.103 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'deleted_user', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.103 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'added', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.103 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'date_time_month_short_7', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.103 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'post_title', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'all', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'month_7', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'month_6', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'blog_archive_lbl_archives', ) |
core.after_dispatch Type: trigger Called at: 0.104 Exec time: 0.000 |
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
array ( ) |
class.get_instance.OW_Feedback Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Feedback', 'arguments' => array ( ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'ajax_floatbox_users_title', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'flag_as', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'delete_user_confirmation_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'authorization_limited_permissions', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'avatar_change', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'avatar_crop', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'admin', 'key' => 'edit_language', ) |
core.finalize Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addJsDeclarations()
BASE_CLASS_EventHandler -> onFinalizeAddScrollJs()
BASE_CLASS_EventHandler -> onFinalizeCheckIfSiteFullyInstalled()
admin_on_application_finalize()
|
array ( ) |
core.before_document_render Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( ) |
core.before_master_page_render Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( ) |
class.get_instance.BASE_CMP_Console Type: trigger Called at: 0.106 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_Console', 'arguments' => array ( 0 => array ( ), ), ) |
base_hook_remote_auth_button_list Type: trigger Called at: 0.106 Exec time: 0.000 |
No listeners | array ( ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.107 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validate_common_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.110 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'component_sign_in_login_invitation', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'component_sign_in_password_invitation', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'sign_in_remember_me_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_submit_default_value', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'sign_in_submit_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'forgot_password_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'base_sign_in_cap_label', ) |
class.get_instance.BASE_CMP_SignInButtonList Type: trigger Called at: 0.112 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_SignInButtonList', 'arguments' => array ( 0 => array ( ), ), ) |
base_hook_remote_auth_button_list Type: trigger Called at: 0.112 Exec time: 0.000 |
No listeners | array ( ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.112 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'base_sign_in_txt', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.112 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_submit_button_join', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.112 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'sign_in_submit_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.112 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'console_item_sign_up_label', ) |
console.collect_items Type: trigger Called at: 0.106 Exec time: 0.001 |
BASE_CLASS_ConsoleEventHandler -> collectItems()
BASE_CLASS_InvitationEventHandler -> collectItems()
MAILBOX_CLASS_EventHandler -> onCollectConsoleItems()
NOTIFICATIONS_CLASS_ConsoleBridge -> collectItems()
FRIENDS_CLASS_RequestEventHandler -> collectItems()
|
array ( ) |
console.before_item_render Type: trigger Called at: 0.113 Exec time: 0.000 |
No listeners |
array (
'item' =>
BASE_CMP_ConsoleItem::__set_state(array(
'content' => NULL,
'control' => 'Oxwall DemoOxwall Demo |
console.before_item_render Type: trigger Called at: 0.113 Exec time: 0.000 |
No listeners | array ( 'item' => BASE_CMP_ConsoleButton::__set_state(array( 'consoleItem' => BASE_CMP_ConsoleItem::__set_state(array( 'content' => NULL, 'control' => 'Sign up', 'hidden' => false, 'uniqId' => 'console_item_6007718b97611', 'class' => array ( 'ow_console_button' => 'ow_console_button', ), 'components' => array ( ), 'forms' => array ( ), 'assignedVars' => array ( 'item' => array ( 'uniqId' => 'console_item_6007718b97611', 'class' => 'ow_console_button', 'content' => array ( ), 'html' => 'Sign up', 'hidden' => false, ), ), 'template' => '/home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/console_item.html', 'visible' => true, )), 'key' => 'console_item_6007718b97611', 'components' => array ( ), 'forms' => array ( ), 'assignedVars' => array ( 'label' => 'Sign up', 'href' => 'http://oxwall-demo.iyaffle.com/join', 'onClick' => '', ), 'template' => '/home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/console_button.html', 'visible' => true, )), 'order' => 1, ) |
console.before_item_render Type: trigger Called at: 0.113 Exec time: 0.000 |
No listeners | array ( 'item' => BASE_CMP_ConsoleSwitchLanguage::__set_state(array( 'url' => 'javascript://', 'consoleItem' => BASE_CMP_ConsoleItem::__set_state(array( 'content' => NULL, 'control' => NULL, 'hidden' => false, 'uniqId' => 'console_item_6007718b97772', 'class' => array ( 'ow_console_dropdown' => 'ow_console_dropdown', 'ow_console_dropdown_hover' => 'ow_console_dropdown_hover', ), 'components' => array ( ), 'forms' => array ( ), 'assignedVars' => array ( ), 'template' => '/home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/console_item.html', 'visible' => true, )), 'key' => 'console_item_6007718b97772', 'components' => array ( ), 'forms' => array ( ), 'assignedVars' => array ( 'label' => 'en', 'class' => 'ow_console_lang_en', ), 'template' => '/home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/console_switch_language.html', 'visible' => false, )), 'order' => 0, ) |
base.query.user_filter Type: trigger Called at: 0.114 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'friends_friendship', ), 'fields' => array ( 'userId' => 'userId', ), 'method' => 'FRIENDS_BOL_FriendshipDao::count', ) |
base.query.user_filter Type: trigger Called at: 0.114 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'friends_friendship', ), 'fields' => array ( 'userId' => 'userId', ), 'method' => 'FRIENDS_BOL_FriendshipDao::count', ) |
console.ping Type: trigger Called at: 0.113 Exec time: 0.001 |
BASE_CLASS_InvitationEventHandler -> ping()
NOTIFICATIONS_CLASS_ConsoleBridge -> ping()
FRIENDS_CLASS_RequestEventHandler -> ping()
|
array ( ) |
base.ping.consoleUpdate Type: trigger Called at: 0.113 Exec time: 0.001 |
BASE_CLASS_ConsoleEventHandler -> ping()
|
array ( ) |
base.add_page_top_content Type: trigger Called at: 0.114 Exec time: 0.000 |
No listeners | array ( ) |
base.add_page_bottom_content Type: trigger Called at: 0.114 Exec time: 0.000 |
No listeners | array ( ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.114 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'copyright', ) |
core.after_master_page_render Type: trigger Called at: 0.115 Exec time: 0.000 |
No listeners | array ( ) |
Event | Listener |
---|---|
core.exit |
OW_Log -> writeLog()
|
core.emergency_exit |
OW_Log -> writeLog()
BASE_CLASS_EventHandler -> onEmergencyExit()
|
base.billing.on_after_delivered_sale |
BASE_CLASS_EventHandler -> onAfterBillingDeliverSale()
|
base.user_login |
BASE_CLASS_EventHandler -> onUserLoginSaveStatistics()
BASE_CLASS_EventHandler -> onUserLogin()
BASE_CLASS_EventHandler -> onUserLoginSetAdminCookie()
MAILBOX_CLASS_EventHandler -> resetAllUsersLastData()
|
content.after_add |
BASE_CLASS_EventHandler -> onAfterAdd()
|
base.add_global_lang_keys |
BASE_CLASS_EventHandler -> onAddGlobalLangs()
|
base.user_unregister |
BASE_CLASS_EventHandler -> onDeleteUserContent()
BASE_CLASS_EventHandler -> onUserUnregisterDeleteDisaproved()
BASE_CLASS_EventHandler -> onUserUnregisterRemovePreference()
BASE_CLASS_EventHandler -> onDeleteMediaPanelFiles()
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_EventHandler -> onUserUnregisterClearMailQueue()
BASE_CLASS_ContentProvider -> onUserDeleted()
BASE_CLASS_EventHandler -> onDeleteUserAttachments()
NEWSFEED_CLASS_EventHandler -> userUnregister()
MAILBOX_CLASS_EventHandler -> onUserUnregister()
PHOTO_CLASS_EventHandler -> onUserUnregister()
VIDEO_CLASS_EventHandler -> deleteUserContent()
FRIENDS_CLASS_EventHandler -> onUnregisterUser()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
BLOGS_CLASS_EventHandler -> onUnregisterUser()
VIDEOTUBE_CLASS_EventHandler -> on_unregister_user()
iclassifieds_delete_user_content()
|
base.user_logout |
BASE_CLASS_EventHandler -> onUserLogout()
|
base.user_register |
BASE_CLASS_EventHandler -> onJoinMandatoryUserApprove()
BASE_CLASS_EventHandler -> onJoinFeed()
BASE_CLASS_EventHandler -> onUserRegisterWelcomeLetter()
BASE_CLASS_EventHandler -> setAccountTypeUserRoleOnUserRegister()
BASE_CLASS_EventHandler -> deleteInviteCode()
BASE_CLASS_ContentProvider -> onUserJoin()
MAILBOX_CLASS_EventHandler -> resetAllUsersLastData()
|
base.user_edit |
BASE_CLASS_EventHandler -> onUserEditFeed()
BASE_CLASS_ContentProvider -> afterUserEdit()
|
feed.after_comment_add |
BASE_CLASS_EventHandler -> onUserJoinCommentFeed()
BASE_CLASS_EventHandler -> onUserAvatarCommentFeed()
NEWSFEED_CLASS_EventHandler -> afterComment()
PHOTO_CLASS_EventHandler -> feedAfterCommentAdd()
VIDEO_CLASS_EventHandler -> feedVideoComment()
FRIENDS_CLASS_EventHandler -> onFeedAddComment()
BLOGS_CLASS_EventHandler -> onFeedAddComment()
VIDEOTUBE_CLASS_EventHandler -> on_feed_add_comment()
iclassifieds_feed_item_comment()
|
feed.after_like_added |
BASE_CLASS_EventHandler -> onLikeUserJoin()
BASE_CLASS_EventHandler -> onUserAvatarLikeFeed()
NEWSFEED_CLASS_EventHandler -> addLike()
NEWSFEED_CLASS_EventHandler -> onLikeNotification()
PHOTO_CLASS_EventHandler -> feedAfterLikeAdded()
VIDEO_CLASS_EventHandler -> feedVideoLike()
FRIENDS_CLASS_EventHandler -> onFeedAddLike()
BLOGS_CLASS_EventHandler -> onFeedAddLike()
VIDEOTUBE_CLASS_EventHandler -> on_feed_add_like()
iclassifieds_feed_like()
|
notifications.collect_actions |
BASE_CLASS_EventHandler -> onNotifyActions()
NEWSFEED_CLASS_EventHandler -> collectNotificationActions()
MAILBOX_CLASS_EventHandler -> onNotifyActions()
PHOTO_CLASS_EventHandler -> collectNotificationActions()
VIDEO_CLASS_EventHandler -> onNotifyActions()
FRIENDS_CLASS_EventHandler -> onCollectNotificationActions()
BLOGS_CLASS_EventHandler -> onCollectNotificationActions()
VIDEOTUBE_CLASS_EventHandler -> on_collect_notification_actions()
iclassifieds_on_notify_actions()
|
base_add_comment |
BASE_CLASS_EventHandler -> onAddComment()
BASE_CLASS_ContentProvider -> onCommentAdd()
NEWSFEED_CLASS_EventHandler -> addComment()
NEWSFEED_CLASS_EventHandler -> onCommentNotification()
PHOTO_CLASS_EventHandler -> notifyOnNewComment()
VIDEO_CLASS_EventHandler -> addCommentNotification()
BLOGS_CLASS_EventHandler -> onAddBlogPostComment()
VIDEOTUBE_CLASS_EventHandler -> add_video_comment()
iclassifieds_add_comment_notification()
|
base.update_entity_items_status |
BASE_CLASS_EventHandler -> onUpdateEntityItemsStatus()
|
base.user_suspend |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_EventHandler -> sendSuspendNotification()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
PostService -> onAuthorSuspend()
|
base.user_unsuspend |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
|
base.on_user_approve |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_ContentProvider -> onUserApprove()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
|
base.on_user_disapprove |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
|
base.on_user_mark_featured |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
|
base.on_user_unmark_featured |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
|
base.questions_field_get_label |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
base.before_decorator |
BASE_CLASS_EventHandler -> onBeforeDecoratorRender()
|
plugin.privacy.get_action_list |
BASE_CLASS_EventHandler -> onPrivacyAddAction()
NEWSFEED_CLASS_EventHandler -> onPrivacyCollectActions()
MAILBOX_CLASS_EventHandler -> onCollectPrivacyActions()
PHOTO_CLASS_EventHandler -> addPrivacyAction()
VIDEO_CLASS_EventHandler -> privacyAddAction()
FRIENDS_CLASS_EventHandler -> onCollectPrivacyActionList()
BLOGS_CLASS_EventHandler -> onCollectPrivacyActionList()
iclassifieds_privacy_add_action()
|
base.members_only_exceptions |
BASE_CLASS_EventHandler -> onAddMembersOnlyException()
|
base.password_protected_exceptions |
BASE_CLASS_EventHandler -> onAddPasswordProtectedExceptions()
|
base.maintenance_mode_exceptions |
BASE_CLASS_EventHandler -> onAddMaintenanceModeExceptions()
|
admin.add_auth_labels |
BASE_CLASS_EventHandler -> onAddAuthLabels()
admin_add_auth_labels()
NEWSFEED_CLASS_EventHandler -> onCollectAuthLabels()
MAILBOX_CLASS_EventHandler -> addAuthLabels()
PHOTO_CLASS_EventHandler -> addAuthLabels()
VIDEO_CLASS_EventHandler -> addAuthLabels()
FRIENDS_CLASS_EventHandler -> onCollectAuthLabels()
BLOGS_CLASS_EventHandler -> onCollectAuthLabels()
VIDEOTUBE_CLASS_EventHandler -> on_collect_auth_labels()
iclassifieds_add_auth_labels()
|
socialsharing.get_entity_info |
BASE_CLASS_EventHandler -> sosialSharingGetUserInfo()
PHOTO_CLASS_EventHandler -> sosialSharingGetPhotoInfo()
VIDEO_CLASS_EventHandler -> sosialSharingGetVideoInfo()
BLOGS_CLASS_EventHandler -> sosialSharingGetBlogInfo()
VIDEOTUBE_CLASS_EventHandler -> social_sharing_video_info()
|
base.before_save_user |
BASE_CLASS_EventHandler -> setUserRoleOnChangeAccountType()
|
base.questions_field_add_fake_questions |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
base.join_form_render |
BASE_CLASS_EventHandler -> onInviteMembersProcessJoinForm()
|
base.moderation_panel_widget_collect_contents |
BASE_CLASS_EventHandler -> onCollectModerationWidgetContent()
|
base.moderation_tools.collect_menu |
BASE_CLASS_EventHandler -> onCollectModerationToolsMenu()
|
content.before_delete |
BASE_CLASS_EventHandler -> deleteEntityFlags()
|
base.after_avatar_update |
BASE_CLASS_ContentProvider -> onAvatarChange()
BASE_CLASS_EventHandler -> onAfterAvatarUpdate()
MAILBOX_CLASS_EventHandler -> onChangeUserAvatar()
|
base.before_user_avatar_delete |
BASE_CLASS_ContentProvider -> onAvatarDelete()
|
content.collect_types |
BASE_CLASS_ContentProvider -> onCollectTypes()
NEWSFEED_CLASS_ContentProvider -> onCollectTypes()
PHOTO_CLASS_ContentProvider -> onCollectTypes()
VIDEO_CLASS_ContentProvider -> onCollectTypes()
BLOGS_CLASS_ContentProvider -> onCollectTypes()
|
content.get_info |
BASE_CLASS_ContentProvider -> onGetInfo()
NEWSFEED_CLASS_ContentProvider -> onGetInfo()
PHOTO_CLASS_ContentProvider -> onGetInfo()
VIDEO_CLASS_ContentProvider -> onGetInfo()
BLOGS_CLASS_ContentProvider -> onGetInfo()
|
content.update_info |
BASE_CLASS_ContentProvider -> onUpdateInfo()
NEWSFEED_CLASS_ContentProvider -> onUpdateInfo()
PHOTO_CLASS_ContentProvider -> onUpdateInfo()
VIDEO_CLASS_ContentProvider -> onUpdateInfo()
BLOGS_CLASS_ContentProvider -> onUpdateInfo()
|
content.delete |
BASE_CLASS_ContentProvider -> onDelete()
NEWSFEED_CLASS_ContentProvider -> onDelete()
PHOTO_CLASS_ContentProvider -> onDelete()
VIDEO_CLASS_ContentProvider -> onDelete()
BLOGS_CLASS_ContentProvider -> onDelete()
|
base.user_list.get_displayed_fields |
BASE_CLASS_EventHandler -> onGetUserListFields()
|
base.user_list.get_questions |
BASE_CLASS_EventHandler -> onGetUserListQuestions()
|
base.user_list.get_field_data |
BASE_CLASS_EventHandler -> onGetUserListFieldValue()
|
base.sitemap.get_urls |
BASE_CLASS_EventHandler -> onSitemapGetUrls()
PHOTO_CLASS_EventHandler -> onSitemapGetUrls()
VIDEO_CLASS_EventHandler -> onSitemapGetUrls()
BLOGS_CLASS_EventHandler -> onSitemapGetUrls()
VIDEOTUBE_CLASS_EventHandler -> sitemap_get_urls()
|
base.provide_page_meta_info |
BASE_CLASS_EventHandler -> onProvideMetaInfoForPage()
|
base.add_profile_action_toolbar |
BASE_CLASS_EventHandler -> onActionToolbarAddDeleteActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddFlagActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddSuspendActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddAuthActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddUserApproveActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddUserFeatureActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddUserBlockActionTool()
NEWSFEED_CLASS_EventHandler -> onCollectProfileActions()
MAILBOX_CLASS_EventHandler -> sendPrivateMessageActionTool()
FRIENDS_CLASS_EventHandler -> onCollectProfileActionTools()
|
base.dashboard_menu_items |
BASE_CLASS_EventHandler -> onDashboardMenuItem()
|
base.preference_menu_items |
BASE_CLASS_EventHandler -> onPreferenceMenuItem()
notifications_preference_menu_item()
|
base.on_avatar_toolbar_collect |
BASE_CLASS_EventHandler -> onAvatarToolbarCollect()
MAILBOX_CLASS_EventHandler -> onAvatarToolbarCollect()
|
core.finalize |
BASE_CLASS_EventHandler -> addJsDeclarations()
BASE_CLASS_EventHandler -> onFinalizeAddScrollJs()
BASE_CLASS_EventHandler -> onFinalizeCheckIfSiteFullyInstalled()
admin_on_application_finalize()
|
admin.add_admin_notification |
BASE_CLASS_EventHandler -> addAdminNotification()
ADMIN_CLASS_EventHandler -> onAddAdminNotification()
|
ads.enabled_plugins |
BASE_CLASS_EventHandler -> onAddAdsEnabled()
MAILBOX_CLASS_EventHandler -> mailboxAdsEnabled()
PHOTO_CLASS_EventHandler -> adsEnabled()
VIDEO_CLASS_EventHandler -> adsEnabled()
BLOGS_CLASS_EventHandler -> onCollectEnabledAdsPages()
VIDEOTUBE_CLASS_EventHandler -> videotube_ads_enabled()
iclassifieds_ads_enabled()
|
core.plugin_uninstall |
BASE_CLASS_EventHandler -> onPluginUninstallDeleteComments()
BASE_CLASS_EventHandler -> onPluginsUninstallDeleteGateway()
BASE_CLASS_InvitationEventHandler -> pluginUninstall()
NEWSFEED_CLASS_EventHandler -> onPluginUninstall()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginUninstall()
|
base.preference_add_form_element |
BASE_CLASS_EventHandler -> onPreferenceAddFormElement()
|
base.preference_section_label |
BASE_CLASS_EventHandler -> onAddPreferenceSectionLabels()
|
feed.collect_configurable_activity |
BASE_CLASS_EventHandler -> onFeedCollectConfigurableActivity()
PHOTO_CLASS_EventHandler -> feedCollectConfigurableActivity()
VIDEO_CLASS_EventHandler -> feedCollectConfigurableActivity()
FRIENDS_CLASS_EventHandler -> onCollectFeedConfigurableActivity()
BLOGS_CLASS_EventHandler -> onCollectFeedConfigurableActivity()
VIDEOTUBE_CLASS_EventHandler -> on_collect_feed_configurable_activity()
iclassifieds_feed_collect_configurable_activity()
|
base.attachment_save_image |
BASE_CLASS_EventHandler -> onSaveAttachmentImage()
|
join.get_captcha_field |
BASE_CLASS_EventHandler -> getCaptcha()
|
core.after_route |
BASE_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
ADMIN_CLASS_EventHandler -> onAfterRoute()
|
base.add_quick_link |
BASE_CLASS_EventHandler -> onCollectQuickLinks()
PHOTO_CLASS_EventHandler -> addQuickLink()
VIDEO_CLASS_EventHandler -> quickLinks()
FRIENDS_CLASS_EventHandler -> onCollectQuickLinks()
BLOGS_CLASS_EventHandler -> onCollectQuickLinks()
VIDEOTUBE_CLASS_EventHandler -> videotube_quick_links()
iclassifieds_quick_links()
|
base.collect_seo_meta_data |
BASE_CLASS_EventHandler -> onCollectMetaData()
PHOTO_CLASS_EventHandler -> onCollectMetaData()
VIDEO_CLASS_EventHandler -> onCollectMetaData()
BLOGS_CLASS_EventHandler -> onCollectMetaData()
VIDEOTUBE_CLASS_EventHandler -> on_collect_meta_data()
|
class.get_instance |
BASE_CLASS_EventHandler -> onGetClassInstance()
|
base.ping.consoleUpdate |
BASE_CLASS_ConsoleEventHandler -> ping()
|
console.collect_items |
BASE_CLASS_ConsoleEventHandler -> collectItems()
BASE_CLASS_InvitationEventHandler -> collectItems()
MAILBOX_CLASS_EventHandler -> onCollectConsoleItems()
NOTIFICATIONS_CLASS_ConsoleBridge -> collectItems()
FRIENDS_CLASS_RequestEventHandler -> collectItems()
|
core.plugins_init |
BASE_CLASS_InvitationEventHandler -> afterInits()
NEWSFEED_CLASS_EventHandler -> afterAppInit()
NEWSFEED_CLASS_FormatManager -> collectFormats()
MAILBOX_CLASS_EventHandler -> updatePlugin()
NOTIFICATIONS_CLASS_ConsoleBridge -> genericAfterInits()
NOTIFICATIONS_CLASS_ConsoleBridge -> afterInits()
NOTIFICATIONS_CLASS_EmailBridge -> genericAfterInits()
|
core.plugin_activate |
BASE_CLASS_InvitationEventHandler -> pluginActivate()
NEWSFEED_CLASS_EventHandler -> onPluginActivate()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginActivate()
|
core.plugin_deactivate |
BASE_CLASS_InvitationEventHandler -> pluginDeactivate()
NEWSFEED_CLASS_EventHandler -> onPluginDeactivate()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginDeactivate()
|
console.load_list |
BASE_CLASS_InvitationEventHandler -> loadList()
MAILBOX_CLASS_EventHandler -> onLoadConsoleList()
NOTIFICATIONS_CLASS_ConsoleBridge -> loadList()
FRIENDS_CLASS_RequestEventHandler -> loadList()
|
console.ping |
BASE_CLASS_InvitationEventHandler -> ping()
NOTIFICATIONS_CLASS_ConsoleBridge -> ping()
FRIENDS_CLASS_RequestEventHandler -> ping()
|
notifications.send_list |
BASE_CLASS_InvitationEventHandler -> sendList()
MAILBOX_CLASS_EventHandler -> consoleSendList()
NOTIFICATIONS_CLASS_EmailBridge -> sendList()
FRIENDS_CLASS_EventHandler -> onCollectNotificationSendList()
|
admin.disable_fields_on_edit_profile_question |
ADMIN_CLASS_EventHandler -> onGetDisableActionList()
ADMIN_CLASS_EventHandler -> onGetJoinStampDisableActionList()
|
admin.check_if_admin_page |
ADMIN_CLASS_EventHandler -> checkIfAdminPage()
|
feed.action |
NEWSFEED_CLASS_EventHandler -> action()
|
feed.activity |
NEWSFEED_CLASS_EventHandler -> activity()
|
feed.delete_activity |
NEWSFEED_CLASS_EventHandler -> removeActivity()
|
feed.get_all_follows |
NEWSFEED_CLASS_EventHandler -> getAllFollows()
|
feed.install_widget |
NEWSFEED_CLASS_EventHandler -> installWidget()
|
feed.delete_item |
NEWSFEED_CLASS_EventHandler -> deleteAction()
|
feed.get_status |
NEWSFEED_CLASS_EventHandler -> getStatus()
|
feed.remove_follow |
NEWSFEED_CLASS_EventHandler -> removeFollow()
|
feed.is_follow |
NEWSFEED_CLASS_EventHandler -> isFollow()
|
feed.after_status_update |
NEWSFEED_CLASS_EventHandler -> statusUpdate()
NEWSFEED_CLASS_EventHandler -> userFeedStatusUpdate()
|
feed.after_like_removed |
NEWSFEED_CLASS_EventHandler -> removeLike()
|
feed.add_follow |
NEWSFEED_CLASS_EventHandler -> addFollow()
|
feed.on_entity_add |
NEWSFEED_CLASS_EventHandler -> entityAdd()
VIDEO_CLASS_EventHandler -> feedEntityAdd()
BLOGS_CLASS_EventHandler -> onAddBlogPost()
VIDEOTUBE_CLASS_EventHandler -> on_add_video()
iclassifieds_feed_entity_add()
|
feed.on_activity |
NEWSFEED_CLASS_EventHandler -> onActivity()
|
feed.after_activity |
NEWSFEED_CLASS_EventHandler -> afterActivity()
|
feed.get_item_permalink |
NEWSFEED_CLASS_EventHandler -> getActionPermalink()
|
feed.clear_cache |
NEWSFEED_CLASS_EventHandler -> deleteActionSet()
|
feed.is_inited |
NEWSFEED_CLASS_EventHandler -> isFeedInited()
|
plugin.privacy.on_change_action_privacy |
NEWSFEED_CLASS_EventHandler -> onPrivacyChange()
PHOTO_CLASS_EventHandler -> onChangePrivacy()
VIDEO_CLASS_EventHandler -> onChangePrivacy()
BLOGS_CLASS_EventHandler -> onChangeActionPrivacy()
iclassifieds_on_change_privacy()
|
base_delete_comment |
NEWSFEED_CLASS_EventHandler -> deleteComment()
|
base.on_user_block |
NEWSFEED_CLASS_EventHandler -> userBlocked()
FRIENDS_CLASS_EventHandler -> onBlockUser()
|
feed.on_item_render |
NEWSFEED_CLASS_EventHandler -> genericItemRender()
NEWSFEED_CLASS_EventHandler -> onFeedItemRenderContext()
NEWSFEED_CLASS_EventHandler -> desktopItemRender()
NEWSFEED_CLASS_EventHandler -> feedItemRenderFlagBtn()
PHOTO_CLASS_EventHandler -> feedOnItemRender()
|
usercredits.on_action_collect |
NEWSFEED_CLASS_Credits -> bindCreditActionsCollect()
MAILBOX_CLASS_Credits -> bindCreditActionsCollect()
PHOTO_CLASS_Credits -> bindCreditActionsCollect()
VIDEO_CLASS_Credits -> bindCreditActionsCollect()
FRIENDS_CLASS_Credits -> bindCreditActionsCollect()
BLOGS_CLASS_Credits -> bindCreditActionsCollect()
VIDEOTUBE_CLASS_Credits -> bindCreditActionsCollect()
ICLASSIFIEDS_CLASS_Credits -> bindCreditActionsCollect()
|
feed.before_action_delete |
NEWSFEED_CLASS_ContentProvider -> onBeforeActionDelete()
|
feed.after_action_add |
NEWSFEED_CLASS_ContentProvider -> onAfterActionAdd()
|
plugin.mailbox.on_plugin_init.handle_controller_attributes |
MAILBOX_CLASS_EventHandler -> onHandleControllerAttributes()
|
base.online_now_click |
MAILBOX_CLASS_EventHandler -> onShowOnlineButton()
|
base.ping |
MAILBOX_CLASS_EventHandler -> onPing()
|
base.ping.notifications |
MAILBOX_CLASS_EventHandler -> onApiPing()
|
mailbox.ping |
MAILBOX_CLASS_EventHandler -> onPing()
|
mailbox.mark_as_read |
MAILBOX_CLASS_EventHandler -> onMarkAsRead()
|
mailbox.mark_unread |
MAILBOX_CLASS_EventHandler -> onMarkUnread()
|
mailbox.get_conversation_id |
MAILBOX_CLASS_EventHandler -> getConversationId()
|
mailbox.delete_conversation |
MAILBOX_CLASS_EventHandler -> onDeleteConversation()
MAILBOX_CLASS_EventHandler -> deleteConversation()
|
mailbox.create_conversation |
MAILBOX_CLASS_EventHandler -> onCreateConversation()
|
mailbox.authorize_action |
MAILBOX_CLASS_EventHandler -> onAuthorizeAction()
|
mailbox.find_user |
MAILBOX_CLASS_EventHandler -> onFindUser()
|
winks.onAcceptWink |
MAILBOX_CLASS_EventHandler -> onAcceptWink()
|
winks.onWinkBack |
MAILBOX_CLASS_EventHandler -> onWinkBack()
|
mailbox.get_unread_message_count |
MAILBOX_CLASS_EventHandler -> getUnreadMessageCount()
|
mailbox.get_chat_user_list |
MAILBOX_CLASS_EventHandler -> getChatUserList()
|
mailbox.post_message |
MAILBOX_CLASS_EventHandler -> postMessage()
|
mailbox.post_reply_message |
MAILBOX_CLASS_EventHandler -> postReplyMessage()
|
mailbox.get_new_messages |
MAILBOX_CLASS_EventHandler -> getNewMessages()
|
mailbox.get_new_messages_for_conversation |
MAILBOX_CLASS_EventHandler -> getNewMessagesForConversation()
|
mailbox.get_messages |
MAILBOX_CLASS_EventHandler -> getMessages()
|
mailbox.get_history |
MAILBOX_CLASS_EventHandler -> getHistory()
|
mailbox.show_send_message_button |
MAILBOX_CLASS_EventHandler -> showSendMessageButton()
|
mailbox.get_active_mode_list |
MAILBOX_CLASS_EventHandler -> onGetActiveModeList()
|
friends.request-accepted |
MAILBOX_CLASS_EventHandler -> onFriendRequestAccepted()
FRIENDS_CLASS_EventHandler -> onAcceptRequest()
|
mailbox.send_message |
MAILBOX_CLASS_EventHandler -> onSendMessage()
|
mailbox.mark_conversation |
MAILBOX_CLASS_EventHandler -> markConversation()
|
base.attachment_uploaded |
MAILBOX_CLASS_EventHandler -> onAttachmentUpload()
|
mailbox.renderOembed |
MAILBOX_CLASS_EventHandler -> onRenderOembed()
|
notifications.add |
NOTIFICATIONS_CLASS_ConsoleBridge -> addNotification()
|
notifications.is_permited |
NOTIFICATIONS_CLASS_EmailBridge -> isNotificationPermited()
|
base.add_main_console_item |
notifications_add_console_item()
|
widgets.before_place_delete |
SLIDESHOW_CLASS_EventHandler -> beforeWidgetPlaceDelete()
|
photo.album_add |
PHOTO_CLASS_EventHandler -> albumAdd()
|
photo.album_find |
PHOTO_CLASS_EventHandler -> albumFind()
|
photo.album_delete |
PHOTO_CLASS_EventHandler -> albumDelete()
|
photo.entity_albums_find |
PHOTO_CLASS_EventHandler -> entityAlbumsFind()
|
photo.add |
PHOTO_CLASS_EventHandler -> photoAdd()
|
photo.find |
PHOTO_CLASS_EventHandler -> photoFind()
|
photo.finds |
PHOTO_CLASS_EventHandler -> photoFinds()
|
photo.delete |
PHOTO_CLASS_EventHandler -> photoDelete()
|
photo.album_photos_count |
PHOTO_CLASS_EventHandler -> albumPhotosCount()
|
photo.album_photos_find |
PHOTO_CLASS_EventHandler -> albumPhotosFind()
|
photo.entity_albums_count |
PHOTO_CLASS_EventHandler -> entityAlbumsCount()
|
photo.entity_photos_find |
PHOTO_CLASS_EventHandler -> entityPhotosFind()
|
photo.entity_photos_count |
PHOTO_CLASS_EventHandler -> entityPhotosCount()
|
photo.entity_albums_delete |
PHOTO_CLASS_EventHandler -> entityAlbumsDelete()
|
photo.init_floatbox |
PHOTO_CLASS_EventHandler -> initFloatbox()
|
photo.get_photo_view_status |
PHOTO_CLASS_EventHandler -> getPhotoViewStatus()
|
base.query.content_filter |
PHOTO_CLASS_EventHandler -> photoContentFilter()
|
feed.on_entity_action |
PHOTO_CLASS_EventHandler -> feedOnEntityAction()
|
feed.collect_privacy |
PHOTO_CLASS_EventHandler -> feedCollectPrivacy()
VIDEO_CLASS_EventHandler -> feedCollectPrivacy()
FRIENDS_CLASS_EventHandler -> onCollectFeedPrivacyActions()
BLOGS_CLASS_EventHandler -> onCollectFeedPrivacyActions()
iclassifieds_feed_collect_privacy()
|
usercredits.get_action_key |
PHOTO_CLASS_Credits -> getActionKey()
VIDEO_CLASS_Credits -> getActionKey()
BLOGS_CLASS_Credits -> getActionKey()
VIDEOTUBE_CLASS_Credits -> getActionKey()
|
photo.on_album_add |
PHOTO_CLASS_EventHandler -> onAlbumAdd()
|
photo.on_album_edit |
PHOTO_CLASS_EventHandler -> onAlbumEdit()
|
photo.before_album_delete |
PHOTO_CLASS_EventHandler -> onBeforeAlbumDelete()
|
plugin.photos.add_photo |
PHOTO_CLASS_EventHandler -> onPhotoAdd()
PHOTO_CLASS_ContentProvider -> onAfterPhotoAdd()
|
photo.after_edit |
PHOTO_CLASS_EventHandler -> onAfterPhotoEdit()
PHOTO_CLASS_ContentProvider -> onAfterPhotoEdit()
|
photo.onBeforeDelete |
PHOTO_CLASS_EventHandler -> onBeforePhotoDelete()
PHOTO_CLASS_ContentProvider -> onBeforePhotoDelete()
|
photo.after_delete |
PHOTO_CLASS_EventHandler -> onPhotoDelete()
|
photo.createUserAlbum |
PHOTO_CLASS_EventHandler -> createUserAlbum()
|
photo.getMainAlbum |
PHOTO_CLASS_EventHandler -> getMainAlbum()
|
photo.addSearchData |
PHOTO_CLASS_EventHandler -> addSearchData()
|
feed.before_content_add |
PHOTO_CLASS_EventHandler -> feedBeforeStatusUpdate()
VIDEO_CLASS_EventHandler -> feedBeforeStatusUpdate()
|
photo.backgroundLoadPhoto |
PHOTO_CLASS_EventHandler -> backgroundLoadPhoto()
|
photo.onUpdateContent |
PHOTO_CLASS_EventHandler -> onUpdateContent()
|
photo.get_cover |
PHOTO_CLASS_EventHandler -> getAlbumCoverUrl()
|
photo.get_album_names |
PHOTO_CLASS_EventHandler -> getAlbumNames()
|
moderation.after_content_approve |
PHOTO_CLASS_ContentProvider -> afterContentApprove()
VIDEO_CLASS_EventHandler -> afterContentApprove()
BLOGS_CLASS_EventHandler -> afterContentApprove()
VIDEOTUBE_CLASS_EventHandler -> after_content_approve()
|
base.add_new_content_item |
PHOTO_CLASS_EventHandler -> addNewContentItem()
VIDEO_CLASS_EventHandler -> addNewContentItem()
BLOGS_CLASS_EventHandler -> onCollectAddNewContentItem()
VIDEOTUBE_CLASS_EventHandler -> videotube_add_new_content_item()
iclassifieds_add_new_content_item()
|
photo.onBeforeMultiplePhotoDelete |
PHOTO_CLASS_EventHandler -> onBeforeMultiplePhotoDelete()
|
photo.onBeforePhotoMove |
PHOTO_CLASS_EventHandler -> onBeforePhotoMove()
|
photo.onAfterPhotoMove |
PHOTO_CLASS_EventHandler -> onAfterPhotoMove()
|
photo.getAddPhotoURL |
PHOTO_CLASS_EventHandler -> addPhotoURL()
|
base.avatar_change_collect_sections |
PHOTO_CLASS_EventHandler -> collectAlbumsForAvatar()
|
base.avatar_change_get_section |
PHOTO_CLASS_EventHandler -> collectAlbumPhotosForAvatar()
|
base.avatar_change_get_item |
PHOTO_CLASS_EventHandler -> getPhotoForAvatar()
|
video.add_clip |
VIDEO_CLASS_EventHandler -> addCLip()
|
feed.on_entity_update |
VIDEO_CLASS_EventHandler -> feedEntityAdd()
BLOGS_CLASS_EventHandler -> onUpdateBlogPost()
VIDEOTUBE_CLASS_EventHandler -> on_update_video()
|
video.before_delete |
VIDEO_CLASS_ContentProvider -> onBeforeClipDelete()
|
video.after_add |
VIDEO_CLASS_ContentProvider -> onAfterClipAdd()
|
video.after_edit |
VIDEO_CLASS_ContentProvider -> onAfterClipEdit()
|
plugin.friends |
FRIENDS_CLASS_EventHandler -> onPluginIsActive()
|
plugin.friends.get_friend_list |
FRIENDS_CLASS_EventHandler -> getFriendList()
|
plugin.friends.get_friend_list_by_display_name |
FRIENDS_CLASS_EventHandler -> getFriendListByDisplayName()
|
plugin.friends.check_friendship |
FRIENDS_CLASS_EventHandler -> findFriendship()
|
plugin.friends.count_friends |
FRIENDS_CLASS_EventHandler -> findCountOfUserFriendsInList()
|
plugin.friends.find_all_active_friendships |
FRIENDS_CLASS_EventHandler -> findAllActiveFriendships()
|
plugin.friends.find_active_friendships |
FRIENDS_CLASS_EventHandler -> findActiveFriendships()
|
feed.collect_follow |
FRIENDS_CLASS_EventHandler -> onCollectFeedFollow()
|
plugin.privacy.get_privacy_list |
FRIENDS_CLASS_EventHandler -> onCollectPrivacyList()
|
plugin.privacy.check_permission |
FRIENDS_CLASS_EventHandler -> onCollectPrivacyPermissions()
|
friends.cancelled |
FRIENDS_CLASS_EventHandler -> onCancelRequest()
|
feed.collect_follow_permissions |
FRIENDS_CLASS_EventHandler -> onCollectFollowPermissions()
|
friends.add_friend |
FRIENDS_CLASS_EventHandler -> addFriend()
|
friends.send_friend_request |
FRIENDS_CLASS_EventHandler -> sendFriendRequest()
|
blogs.before_delete |
BLOGS_CLASS_ContentProvider -> onBeforePostDelete()
|
blogs.after_add |
BLOGS_CLASS_ContentProvider -> onAfterPostAdd()
|
blogs.after_edit |
BLOGS_CLASS_ContentProvider -> onAfterPostEdit()
|
invitations.on_item_render |
BASE_CLASS_InvitationEventHandler -> renderItem()
|
invitations.add |
BASE_CLASS_InvitationEventHandler -> addInvitation()
|
invitations.remove |
BASE_CLASS_InvitationEventHandler -> removeInvitation()
|
notifications.remove |
NOTIFICATIONS_CLASS_ConsoleBridge -> removeNotification()
|
notifications.on_item_render |
NOTIFICATIONS_CLASS_ConsoleBridge -> renderItem()
|
notifications.send |
NOTIFICATIONS_CLASS_EmailBridge -> sendNotification()
|
base.append_markup |
OW_DeveloperTools -> onAppendMarkup()
|
core.after_dispatch |
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
base.comment_item_process |
BASE_CMP_CommentsList -> itemHandler()
|
The Wall