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.008 |
After application init | Application initialization (includes setting application defaults, base managers init, active plugins init, creating default document, registering all static documents, etc). | 0.054 |
After routing | Routing process (searching controller+action which should handle the request). | 0.059 |
After controller action call | Calling controller action (plugin custom logic). | 0.079 |
After finalize | Getting final markup from all renderable objects. Compiling document body. | 0.080 |
Page end | Processing all headers and sending rendered document. | 0.179 |
Query | Params | Time |
---|---|---|
SELECT * FROM 20150129_102016__ow_base_config | array ( ) | 0.000503 |
SET TIME_ZONE = ? | array ( 0 => '+05:30', ) | 0.000204 |
SELECT * FROM 20150129_102016__ow_base_plugin | array ( ) | 0.000293 |
SELECT * FROM 20150129_102016__ow_base_language | array ( ) | 0.000155 |
SELECT * FROM 20150129_102016__ow_base_language ORDER BY `order` ASC LIMIT 0, 1 | array ( ) | 0.000080 |
SELECT * FROM 20150129_102016__ow_base_authorization_group | array ( ) | 0.000199 |
SELECT * FROM 20150129_102016__ow_base_authorization_moderator ORDER BY id | array ( ) | 0.000093 |
SELECT * FROM 20150129_102016__ow_base_authorization_moderator_permission | array ( ) | 0.000059 |
SELECT * FROM 20150129_102016__ow_base_authorization_action | array ( ) | 0.000096 |
SELECT * FROM 20150129_102016__ow_base_authorization_permission | array ( ) | 0.000119 |
SELECT * FROM 20150129_102016__ow_base_authorization_role ORDER BY `sortOrder` ASC | array ( ) | 0.000092 |
SELECT * FROM 20150129_102016__ow_base_document WHERE `uri` = 'photo/view/1390' AND `isStatic` = 1 LIMIT 0, 1 | array ( ) | 0.000500 |
SELECT * FROM 20150129_102016__ow_base_theme WHERE `key` = 'simplicity' LIMIT 0, 1 | array ( ) | 0.000386 |
SELECT * FROM 20150129_102016__ow_base_theme_content WHERE `themeId` = 18 | array ( ) | 0.000234 |
SELECT * FROM 20150129_102016__ow_base_theme_master_page WHERE `themeId` = 18 | array ( ) | 0.000165 |
SELECT * FROM 20150129_102016__ow_base_theme WHERE `key` = 'GooglePlusGo' LIMIT 0, 1 | array ( ) | 0.000118 |
SELECT * FROM 20150129_102016__ow_base_theme WHERE `key` = 'GooglePlusGo' LIMIT 0, 1 | array ( ) | 0.000071 |
SELECT * FROM 20150129_102016__ow_base_theme_content WHERE `themeId` = 17 | array ( ) | 0.000060 |
SELECT * FROM 20150129_102016__ow_base_theme_master_page WHERE `themeId` = 17 | array ( ) | 0.000059 |
SELECT * FROM 20150129_102016__ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0 | array ( ) | 0.000064 |
SELECT * FROM `20150129_102016__ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1 | array ( 0 => 1, 1 => 'main', ) | 0.000145 |
SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `20150129_102016__ow_base_menu_item` AS `mi` LEFT JOIN `20150129_102016__ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC | array ( 'menuType' => 'main', ) | 0.000143 |
SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `20150129_102016__ow_base_menu_item` AS `mi` LEFT JOIN `20150129_102016__ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC | array ( 'menuType' => 'bottom', ) | 0.000143 |
SELECT * FROM 20150129_102016__ow_photo WHERE `id` = ? | array ( 0 => 1390, ) | 0.000201 |
SELECT * FROM 20150129_102016__ow_photo_album WHERE `id` = ? | array ( 0 => 92, ) | 0.000322 |
SELECT * FROM 20150129_102016__ow_photo WHERE `id` = ? | array ( 0 => 1390, ) | 0.000129 |
SELECT * FROM 20150129_102016__ow_base_entity_tag WHERE `entityId` = '1390' AND `entityType` = 'photo' | array ( ) | 0.001142 |
SELECT * FROM 20150129_102016__ow_base_theme WHERE `key` = 'GooglePlusGo' LIMIT 0, 1 | array ( ) | 0.000161 |
SELECT * FROM 20150129_102016__ow_base_language | array ( ) | 0.000185 |
SELECT COUNT(*) FROM 20150129_102016__ow_base_invitation WHERE `userId` = 0 | array ( ) | 0.000130 |
SELECT COUNT(*) FROM 20150129_102016__ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000055 |
SELECT COUNT(*) FROM `20150129_102016__ow_friends_friendship` `friends_friendship` INNER JOIN `20150129_102016__ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `20150129_102016__ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` LEFT JOIN `20150129_102016__ow_base_user_disapprove` base_user_approve_table_alias ON base_user_approve_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_approve_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = 'pending' | array ( ) | 0.000098 |
SELECT COUNT(*) FROM `20150129_102016__ow_friends_friendship` `friends_friendship` INNER JOIN `20150129_102016__ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `20150129_102016__ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` LEFT JOIN `20150129_102016__ow_base_user_disapprove` base_user_approve_table_alias ON base_user_approve_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_approve_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.000093 |
SELECT COUNT(*) FROM 20150129_102016__ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000109 |
SELECT COUNT(*) FROM 20150129_102016__ow_notifications_notification WHERE `userId` = 0 | array ( ) | 0.000100 |
SELECT * FROM 20150129_102016__ow_base_place WHERE `name` = 'index' LIMIT 0, 1 | array ( ) | 0.000164 |
SELECT * FROM 20150129_102016__ow_base_component_place_cache WHERE `placeId` = '2' AND `entityId` = 0 LIMIT 0, 1 | array ( ) | 0.000103 |
SELECT `s`.`id` AS `sectionId`, `s`.`name` AS `sectionName`, `s`.`order` AS `sectionOrder`, `g`.* FROM `20150129_102016__ow_forum_section` AS `s` INNER JOIN `20150129_102016__ow_forum_group` AS `g` ON ( `s`.`id` = `g`.`sectionId` ) WHERE 1 AND `s`.`isHidden` = 0 ORDER BY `s`.`isHidden`, `s`.`order`, `g`.`order` | array ( ) | 0.000161 |
SELECT `t`.* FROM `20150129_102016__ow_forum_topic` AS `t` INNER JOIN `20150129_102016__ow_forum_group` AS `g` ON (`t`.`groupId` = `g`.`id`) INNER JOIN `20150129_102016__ow_forum_section` AS `s` ON (`s`.`id` = `g`.`sectionId`) INNER JOIN `20150129_102016__ow_forum_post` AS `p` ON (`t`.`lastPostId` = `p`.`id`) WHERE `s`.`isHidden` = 0 AND `t`.`status` = :status ORDER BY `p`.`createStamp` DESC LIMIT :limit | array ( 'status' => 'approved', 'limit' => 3, ) | 0.000179 |
SELECT `p`.`topicId`, COUNT(`p`.`id`) AS `postCount` FROM `20150129_102016__ow_forum_post` AS `p` WHERE `p`.`topicId` IN ('14','13','11') GROUP BY `p`.`topicId` | 0.000107 | |
SELECT * FROM 20150129_102016__ow_forum_post WHERE `id` IN('30','28','25') | array ( ) | 0.000081 |
SELECT * FROM 20150129_102016__ow_base_avatar WHERE `userId` IN('1','4') | array ( ) | 0.000160 |
SELECT * FROM 20150129_102016__ow_base_user WHERE `id` IN('1','4') | array ( ) | 0.000406 |
SELECT * FROM 20150129_102016__ow_base_question WHERE `name` IN('realname') | array ( ) | 0.000098 |
SELECT * FROM 20150129_102016__ow_base_question_data WHERE `userId` IN('1','4') AND `questionName` IN('realname') | array ( ) | 0.000080 |
SELECT `userId`,`name`,`custom` FROM 20150129_102016__ow_base_authorization_user_role ur INNER JOIN 20150129_102016__ow_base_authorization_role r ON ur.roleId=r.id WHERE ur.userId IN('1','4') AND r.displayLabel=1 ORDER BY sortOrder DESC | 0.000083 | |
SELECT * FROM 20150129_102016__ow_forum_group WHERE `id` IN('9') | array ( ) | 0.000181 |
SELECT * FROM 20150129_102016__ow_forum_section WHERE `id` IN('1') | array ( ) | 0.000085 |
SELECT COUNT(`p`.`id`) FROM `20150129_102016__ow_photo` AS `p` INNER JOIN `20150129_102016__ow_photo_album` AS `a` ON ( `p`.`albumId` = `a`.`id` ) INNER JOIN `20150129_102016__ow_photo_featured` AS `f` ON ( `p`.`id` = `f`.`photoId` ) WHERE `p`.`status` = :status AND `p`.`privacy` = 'everybody' AND `f`.`id` IS NOT NULL AND `a`.`entityType` = :entityType AND (1) | array ( 'status' => 'approved', 'entityType' => 'user', ) | 0.000178 |
SELECT `p`.*, `a`.`userId` FROM `20150129_102016__ow_photo` AS `p` INNER JOIN `20150129_102016__ow_photo_album` AS `a` ON (`p`.`albumId` = `a`.`id`) WHERE `a`.`entityType` = :user AND `p`.`status` = :status AND `p`.`privacy` = :everybody AND (1) ORDER BY `p`.`id` DESC LIMIT :first, :limit | array ( 'user' => 'user', 'first' => 0, 'limit' => 8, 'status' => 'approved', 'everybody' => 'everybody', ) | 0.000184 |
SELECT `p`.*, `a`.`userId` FROM `20150129_102016__ow_photo` AS `p` INNER JOIN `20150129_102016__ow_photo_album` AS `a` ON ( `p`.`albumId` = `a`.`id` ) INNER JOIN `20150129_102016__ow_photo_featured` AS `f` ON (`f`.`photoId`=`p`.`id`) WHERE `p`.`status` = :status AND `f`.`id` IS NOT NULL AND `a`.`entityType` = :user AND `p`.`privacy` = :everybody AND (1) ORDER BY `p`.`id` DESC LIMIT :first, :limit | array ( 'user' => 'user', 'first' => 0, 'limit' => 8, 'status' => 'approved', 'everybody' => 'everybody', ) | 0.000123 |
SELECT * FROM 20150129_102016__ow_photo WHERE `id` = ? | array ( 0 => 6, ) | 0.000084 |
SELECT `entityId` AS `id`, COUNT(*) as `ratesCount`, AVG(`score`) as `avgScore` FROM `20150129_102016__ow_base_rate` AS `r` WHERE `entityType` = :entityType AND `active` = 1 AND 1 GROUP BY `entityId` ORDER BY `avgScore` DESC, `ratesCount` DESC, MAX(`timeStamp`) DESC LIMIT :first, :count | array ( 'entityType' => 'photo_rates', 'first' => 0, 'count' => 8, ) | 0.000124 |
SELECT `p`.*, `a`.`userId` FROM `20150129_102016__ow_photo` AS `p` INNER JOIN `20150129_102016__ow_photo_album` AS `a` ON (`p`.`albumId` = `a`.`id`) WHERE `p`.`id` IN ('1390','374','273','274','62','1824','1643','1644') AND `p`.`status` = :status AND (1) ORDER BY `id` DESC | array ( 'status' => 'approved', ) | 0.000087 |
SELECT * FROM 20150129_102016__ow_photo WHERE `id` = ? | array ( 0 => 1390, ) | 0.000063 |
SELECT * FROM 20150129_102016__ow_photo WHERE `id` = ? | array ( 0 => 374, ) | 0.000060 |
SELECT * FROM 20150129_102016__ow_photo WHERE `id` = ? | array ( 0 => 274, ) | 0.000056 |
SELECT * FROM 20150129_102016__ow_photo WHERE `id` = ? | array ( 0 => 273, ) | 0.000050 |
SELECT * FROM 20150129_102016__ow_photo WHERE `id` = ? | array ( 0 => 62, ) | 0.000049 |
SELECT * FROM 20150129_102016__ow_photo WHERE `id` = ? | array ( 0 => 1644, ) | 0.000081 |
SELECT * FROM 20150129_102016__ow_photo WHERE `id` = ? | array ( 0 => 1643, ) | 0.000058 |
SELECT `c`.* FROM `20150129_102016__ow_video_clip` AS `c` WHERE 1 AND `c`.`status` = 'approved' AND `c`.`privacy` = 'everybody' ORDER BY `c`.`addDatetime` DESC LIMIT :first, :limit | array ( 'first' => 0, 'limit' => 3, ) | 0.000230 |
SELECT `c`.* FROM `20150129_102016__ow_video_clip` AS `c` LEFT JOIN `20150129_102016__ow_video_clip_featured` AS `f` ON (`f`.`clipId`=`c`.`id`) WHERE 1 AND `c`.`status` = 'approved' AND `c`.`privacy` = 'everybody' AND `f`.`id` IS NOT NULL ORDER BY `c`.`addDatetime` DESC LIMIT :first, :limit | array ( 'first' => 0, 'limit' => 3, ) | 0.000146 |
SELECT `entityId` AS `id`, COUNT(*) as `ratesCount`, AVG(`score`) as `avgScore` FROM `20150129_102016__ow_base_rate` AS `r` WHERE `entityType` = :entityType AND `active` = 1 AND 1 GROUP BY `entityId` ORDER BY `avgScore` DESC, `ratesCount` DESC, MAX(`timeStamp`) DESC LIMIT :first, :count | array ( 'entityType' => 'video_rates', 'first' => 0, 'count' => 3, ) | 0.000083 |
SELECT * FROM 20150129_102016__ow_video_clip WHERE `id` IN('78','75','73') | array ( ) | 0.000074 |
SELECT * FROM `20150129_102016__ow_event_item` WHERE `whoCanView` = :wcv AND `status` = 1 AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) ORDER BY `startTimeStamp` LIMIT :first, :count | array ( 'wcv' => 1, 'startTime' => 1550879019, 'endTime' => 1550879019, 'first' => 0, 'count' => 3, ) | 0.000496 |
SELECT COUNT(*) FROM `20150129_102016__ow_event_item` WHERE `whoCanView` = :wcv AND ( `startTimeStamp` > :startTime OR ( `endTimeStamp` IS NOT NULL AND `endTimeStamp` > :endTime ) ) AND `status` = 1 | array ( 'wcv' => 1, 'startTime' => 1550879019, 'endTime' => 1550879019, ) | 0.000237 |
Type | Class | Path (class, template) |
---|---|---|
Master Page | OW_MasterPage | /home/sankara/web/sankaradeva.com/public_html/ow_core/master_page.php /home/sankara/web/sankaradeva.com/public_html/ow_themes/GooglePlusGo/master_pages/general.html |
Controller | PHOTO_CTRL_Photo | /home/sankara/web/sankaradeva.com/public_html/ow_plugins/photo/controllers/photo.php /home/sankara/web/sankaradeva.com/public_html/ow_plugins/photo/views/controllers/photo_view.html |
Component | PHOTO_CMP_PhotoFloatbox | /home/sankara/web/sankaradeva.com/public_html/ow_plugins/photo/components/photo_floatbox.php /home/sankara/web/sankaradeva.com/public_html/ow_plugins/photo/views/components/photo_floatbox.html |
Component | HINT_CMP_Hint | /home/sankara/web/sankaradeva.com/public_html/ow_plugins/hint/components/hint.php /home/sankara/web/sankaradeva.com/public_html/ow_plugins/hint/views/components/hint.html |
Component | BASE_CMP_MainMenu | /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/components/main_menu.php /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/views/components/menu.html |
Component | BASE_CMP_BottomMenu | /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/components/bottom_menu.php /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/views/components/bottom_menu.html |
Component | FBCONNECT_CMP_ConnectButton | /home/sankara/web/sankaradeva.com/public_html/ow_plugins/fbconnect/components/connect_button.php /home/sankara/web/sankaradeva.com/public_html/ow_plugins/fbconnect/views/components/connect_button.html |
Component | BASE_CMP_ConnectButtonList | /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/components/connect_button_list.php /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/views/components/connect_button_list.html |
Component | BASE_CMP_SignInButtonList | /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/components/sign_in_button_list.php /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/views/components/sign_in_button_list.html |
Component | BASE_CMP_SignIn | /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/components/sign_in.php /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/views/components/sign_in.html |
Component | BASE_CMP_ConsoleItem | /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/components/console_item.php /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/views/components/console_item.html |
Component | BASE_CMP_ConsoleButton | /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/components/console_button.php /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/views/components/console_button.html |
Component | BASE_CMP_Console | /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/components/console.php /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/views/components/console.html |
Component | FORUM_CMP_ForumTopicsWidget | /home/sankara/web/sankaradeva.com/public_html/ow_plugins/forum/components/forum_topics_widget.php /home/sankara/web/sankaradeva.com/public_html/ow_plugins/forum/views/components/forum_topics_widget.html |
Component | BASE_CMP_DragAndDropItem | /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/components/drag_and_drop_item.php /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/views/components/drag_and_drop_item.html |
Component | BASE_CMP_WidgetMenu | /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/components/widget_menu.php /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/views/components/widget_menu.html |
Component | PHOTO_CMP_IndexPhotoList | /home/sankara/web/sankaradeva.com/public_html/ow_plugins/photo/components/index_photo_list.php /home/sankara/web/sankaradeva.com/public_html/ow_plugins/photo/views/components/index_photo_list.html |
Component | PHOTO_CMP_PhotoListWidget | /home/sankara/web/sankaradeva.com/public_html/ow_plugins/photo/components/photo_list_widget.php /home/sankara/web/sankaradeva.com/public_html/ow_plugins/photo/views/components/photo_list_widget.html |
Component | VIDEO_CMP_VideoListWidget | /home/sankara/web/sankaradeva.com/public_html/ow_plugins/video/components/video_list_widget.php /home/sankara/web/sankaradeva.com/public_html/ow_plugins/video/views/components/video_list_widget.html |
Component | BASE_CMP_Sidebar | /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/components/sidebar.php /home/sankara/web/sankaradeva.com/public_html/ow_system_plugins/base/views/components/sidebar.html |
Event | Listener | Params |
---|---|---|
base.get_active_theme_name Type: call Called at: 0.050 Exec time: 0.000 |
No listeners | array ( ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'main_menu_index', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'users_main_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'main_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'groups', 'key' => 'main_menu_list', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'video', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_37858916', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'photo', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_65790674', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'event', 'key' => 'main_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_97754598', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'oafaq', 'key' => 'bottom_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_55309551', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_82168150', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_49949858', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_21449863', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_18025034', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page-119658', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_98474864', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.054 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_99985312', ) |
core.app_init Type: trigger Called at: 0.054 Exec time: 0.000 |
No listeners | array ( ) |
core.after_route Type: trigger Called at: 0.059 Exec time: 0.000 |
BASE_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
profileprogressbar_after_route()
|
array ( ) |
class.get_instance.PHOTO_CTRL_Photo Type: trigger Called at: 0.059 Exec time: 0.000 |
No listeners | array ( 'className' => 'PHOTO_CTRL_Photo', 'arguments' => array ( ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.064 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'page_title_browse_photos', ) |
core.set_document_heading Type: trigger Called at: 0.064 Exec time: 0.000 |
No listeners | array ( 'str' => 'Browse Photos', ) |
core.set_document_heading Type: trigger Called at: 0.066 Exec time: 0.000 |
No listeners | array ( 'str' => 'HOLI AT BARPETA (28-03-2013)', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.067 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'meta_title_photo_view', ) |
core.set_document_title Type: trigger Called at: 0.067 Exec time: 0.000 |
No listeners | array ( 'str' => '1390 - photo at Society for Srimanta Sankaradeva', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.070 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'meta_description_photo_view', ) |
core.set_document_description Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'str' => '1390 - photo tagged as .', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'tb_edit_photo', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'confirm_delete', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'mark_featured', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'remove_from_featured', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'rating_total', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'rating_your', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'of', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'album', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'rate_cmp_owner_cant_rate_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'rate_cmp_auth_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'slideshow_interval', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.071 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'pending_approval', ) |
photo.get_photo_view_status Type: trigger Called at: 0.071 Exec time: 0.000 |
PHOTO_CLASS_EventHandler -> getPhotoViewStatus()
|
array ( 'layout' => 'page', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.077 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'play_pause', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.077 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'slideshow_settings', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.077 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'slideshow_interval', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.077 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'effects', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.077 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'effect_fade', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.077 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'effects', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.077 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'effect_slide', ) |
photo.content.betweenInfoAndDescription Type: trigger Called at: 0.077 Exec time: 0.000 |
No listeners | array ( ) |
photo.content.betweenDescriptionAndRates Type: trigger Called at: 0.077 Exec time: 0.000 |
No listeners | array ( ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.077 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'rating', ) |
photo.content.betweenRatesAndComments Type: trigger Called at: 0.077 Exec time: 0.000 |
No listeners | array ( ) |
photo.init_floatbox Type: trigger Called at: 0.071 Exec time: 0.006 |
PHOTO_CLASS_EventHandler -> initFloatbox()
|
array ( 'layout' => 'page', ) |
core.after_dispatch Type: trigger Called at: 0.079 Exec time: 0.000 |
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
array ( ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.079 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'ajax_floatbox_users_title', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.079 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'flag_as', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.079 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'delete_user_confirmation_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.079 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'authorization_limited_permissions', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.079 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'avatar_change', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.079 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'avatar_crop', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.080 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'admin', 'key' => 'edit_language', ) |
core.finalize Type: trigger Called at: 0.079 Exec time: 0.001 |
BASE_CLASS_EventHandler -> addJsDeclarations()
BASE_CLASS_EventHandler -> onFinalizeAddScrollJs()
BASE_CLASS_EventHandler -> onFinalizeCheckIfSiteFullyInstalled()
admin_on_application_finalize()
ganalytics_add_code()
profile_progressbar_finalize()
HINT_CLASS_ParseManager -> initStatic()
nofollow()
|
array ( ) |
core.before_document_render Type: trigger Called at: 0.080 Exec time: 0.001 |
oafaq_add_floatbox()
HINT_CLASS_ParseManager -> beforeRender()
|
array ( ) |
core.before_master_page_render Type: trigger Called at: 0.081 Exec time: 0.000 |
No listeners | array ( ) |
class.get_instance.BASE_CMP_Console Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_Console', 'arguments' => array ( 0 => array ( ), ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.088 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'fbconnect', 'key' => 'connect_btn_label', ) |
base_hook_remote_auth_button_list Type: trigger Called at: 0.085 Exec time: 0.003 |
FBCONNECT_CLASS_EventHandler -> onCollectButtonList()
|
array ( ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.091 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validate_common_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.096 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.096 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.096 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'component_sign_in_login_invitation', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.096 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.096 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.096 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'sign_in_remember_me_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.097 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_submit_default_value', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.097 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'sign_in_submit_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.100 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'forgot_password_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.100 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.101 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_SignInButtonList', 'arguments' => array ( 0 => array ( ), ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.102 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'fbconnect', 'key' => 'connect_btn_label', ) |
base_hook_remote_auth_button_list Type: trigger Called at: 0.101 Exec time: 0.001 |
FBCONNECT_CLASS_EventHandler -> onCollectButtonList()
|
array ( ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.103 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'admin', 'key' => 'sign_in_button_list_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'base_sign_in_txt', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_submit_button_join', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'sign_in_submit_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'console_item_sign_up_label', ) |
console.collect_items Type: trigger Called at: 0.085 Exec time: 0.005 |
BASE_CLASS_ConsoleEventHandler -> collectItems()
BASE_CLASS_InvitationEventHandler -> collectItems()
MAILBOX_CLASS_EventHandler -> onCollectConsoleItems()
FRIENDS_CLASS_RequestEventHandler -> collectItems()
NOTIFICATIONS_CLASS_ConsoleBridge -> collectItems()
|
array ( ) |
base.query.user_filter Type: trigger Called at: 0.109 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.109 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.108 Exec time: 0.001 |
BASE_CLASS_InvitationEventHandler -> ping()
FRIENDS_CLASS_RequestEventHandler -> ping()
NOTIFICATIONS_CLASS_ConsoleBridge -> ping()
|
array ( ) |
base.ping.consoleUpdate Type: trigger Called at: 0.108 Exec time: 0.001 |
BASE_CLASS_ConsoleEventHandler -> ping()
|
array ( ) |
base.add_page_top_content Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( ) |
base.add_page_bottom_content Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( ) |
class.get_instance.BASE_CMP_Sidebar Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_Sidebar', 'arguments' => array ( 0 => array ( ), ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.121 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'cmp_widget_forum_topics_count', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.121 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'cmp_widget_forum_topics_post_lenght', ) |
class.get_instance.FORUM_CMP_ForumTopicsWidget Type: trigger Called at: 0.121 Exec time: 0.000 |
No listeners | array ( 'className' => 'FORUM_CMP_ForumTopicsWidget', 'arguments' => array ( 0 => BASE_CLASS_WidgetParameter::__set_state(array( 'customParamList' => array ( 'topicCount' => '3', 'postLength' => '50', ), 'additionalParamList' => array ( ), 'standartParamList' => WidgetStandartParamList::__set_state(array( 'wrapInBox' => false, 'showTitle' => true, 'freezed' => false, 'toolbar' => array ( ), 'restrictView' => false, 'accessRestriction' => array ( 0 => '1', 1 => '12', 2 => '13', ), 'capContent' => NULL, )), 'customizeMode' => false, 'widgetDetails' => WidgetDetails::__set_state(array( 'uniqName' => 'index-FORUM_CMP_ForumTopicsWidget', )), )), ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.123 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'date_time_month_short_11', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.123 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'date_time_month_short_5', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.123 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'date_time_month_short_7', ) |
base.questions_get_data Type: trigger Called at: 0.136 Exec time: 0.000 |
No listeners | array ( 'userIdList' => array ( 0 => '1', 1 => '4', ), 'fieldsList' => array ( 0 => 'realname', ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.136 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'deleted_user', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.136 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'deleted_user', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.137 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'goto_forum', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.137 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'forum_topics_widget', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.141 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'more', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.143 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'more', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'cmp_widget_photo_count', ) |
class.get_instance.PHOTO_CMP_PhotoListWidget Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'className' => 'PHOTO_CMP_PhotoListWidget', 'arguments' => array ( 0 => BASE_CLASS_WidgetParameter::__set_state(array( 'customParamList' => array ( 'photoCount' => 8, ), 'additionalParamList' => array ( ), 'standartParamList' => WidgetStandartParamList::__set_state(array( 'wrapInBox' => false, 'showTitle' => true, 'freezed' => false, 'toolbar' => array ( ), 'restrictView' => false, 'accessRestriction' => NULL, 'capContent' => NULL, )), 'customizeMode' => false, 'widgetDetails' => WidgetDetails::__set_state(array( 'uniqName' => 'index-PHOTO_CMP_PhotoListWidget', )), )), ), ) |
photo.getPhotoList Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'listType' => 'countPhotos', 'aliases' => array ( 'photo' => 'p', 'album' => 'a', 'featured' => 'f', ), 'params' => array ( 'listType' => 'featured', 'checkPrivacy' => true, 'exclude' => NULL, ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'content_profiles_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'content_profile_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'content_comments_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'content_comment_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'content_avatars_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'content_avatar_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'newsfeed', 'key' => 'content_group_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'newsfeed', 'key' => 'content_status_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'content_blogs_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'content_blog_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'content_group_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'content_photo_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'groups', 'key' => 'content_groups_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'groups', 'key' => 'content_group_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'content_video_group_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.148 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'content_video_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.149 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'event', 'key' => 'content_events_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.149 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'event', 'key' => 'content_event_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.149 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'content_forums_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.149 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'content_forum_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.149 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'content_forums_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.149 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'forum', 'key' => 'content_post_label', ) |
content.collect_types Type: trigger Called at: 0.148 Exec time: 0.000 |
BASE_CLASS_ContentProvider -> onCollectTypes()
NEWSFEED_CLASS_ContentProvider -> onCollectTypes()
BLOGS_CLASS_ContentProvider -> onCollectTypes()
PHOTO_CLASS_ContentProvider -> onCollectTypes()
GROUPS_CLASS_ContentProvider -> onCollectTypes()
VIDEO_CLASS_ContentProvider -> onCollectTypes()
EVENT_CLASS_ContentProvider -> onCollectTypes()
FORUM_CLASS_ContentProvider -> onCollectTypes()
|
array ( ) |
base.query.content_filter Type: trigger Called at: 0.149 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'a', 'content' => 'a', ), 'fields' => array ( 'userId' => 'userId', 'contentId' => 'id', ), 'method' => 'PHOTO_BOL_PhotoService::getQueryCondition', 'type' => 'countPhotos', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.150 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'menu_latest', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.150 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'menu_featured', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.150 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'menu_toprated', ) |
photo.getPhotoList Type: trigger Called at: 0.150 Exec time: 0.000 |
No listeners | array ( 'listType' => 'latest', 'aliases' => array ( 'photo' => 'p', 'featured' => 'f', 'album' => 'a', ), 'params' => array ( 'listType' => 'latest', 'first' => 0, 'limit' => 8, 'exclude' => NULL, 'checkPrivacy' => false, ), ) |
base.query.content_filter Type: trigger Called at: 0.150 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'a', 'content' => 'a', ), 'fields' => array ( 'userId' => 'userId', 'contentId' => 'id', ), 'method' => 'PHOTO_BOL_PhotoService::getQueryCondition', 'type' => 'latest', ) |
photo.getPhotoList Type: trigger Called at: 0.151 Exec time: 0.000 |
No listeners | array ( 'listType' => 'featured', 'aliases' => array ( 'photo' => 'p', 'featured' => 'f', 'album' => 'a', ), 'params' => array ( 'listType' => 'featured', 'first' => 0, 'limit' => 8, 'exclude' => NULL, 'checkPrivacy' => false, ), ) |
base.query.content_filter Type: trigger Called at: 0.151 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'a', 'content' => 'a', ), 'fields' => array ( 'userId' => 'userId', 'contentId' => 'id', ), 'method' => 'PHOTO_BOL_PhotoService::getQueryCondition', 'type' => 'featured', ) |
base.query.content_filter Type: trigger Called at: 0.152 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'r', 'content' => 'r', ), 'fields' => array ( 'userId' => 'userId', 'contentId' => 'id', ), 'method' => 'BOL_RateDao::findMostRatedEntityList', 'type' => 'photo_rates', ) |
photo.getPhotoList Type: trigger Called at: 0.152 Exec time: 0.000 |
No listeners | array ( 'listType' => 'toprated', 'aliases' => array ( 'photo' => 'p', 'album' => 'a', ), 'params' => array ( 'idList' => array ( 0 => 1390, 1 => 374, 2 => 273, 3 => 274, 4 => 62, 5 => 1824, 6 => 1643, 7 => 1644, ), 'listType' => 'toprated', ), ) |
base.query.content_filter Type: trigger Called at: 0.152 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'a', 'content' => 'a', ), 'fields' => array ( 'userId' => 'userId', 'contentId' => 'id', ), 'method' => 'PHOTO_BOL_PhotoService::getQueryCondition', 'type' => 'toprated', ) |
photo.onIndexWidgetListReady Type: trigger Called at: 0.153 Exec time: 0.000 |
No listeners |
array (
'latest' =>
array (
0 =>
array (
'id' => '1844',
'albumId' => '40',
'description' => 'Srimanta Sankaradeva : a multi-faceted genius is an anthology of articles by Dr Sanjib Kumar Borkakoti on life and works of Srimanta Sankaradeva. It is published by Purbanchal Prakash, Guwahati.',
'addDatetime' => '1513319548',
'status' => 'approved',
'hasFullsize' => '1',
'privacy' => 'everybody',
'hash' => '5a336c7cc423a',
'uploadKey' => '1513319588',
'dimension' => '{"small":[200,200],"preview":[271,400],"main":[433,640],"original":[731,1080],"fullscreen":[731,1080]}',
'userId' => '4',
'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_preview_1844_5a336c7cc423a.jpg',
),
1 =>
array (
'id' => '1843',
'albumId' => '40',
'description' => 'THE REDEEMER is the first English novel on the life of Srimanta Sankaradeva. It is written by Dr Sanjib Kumar Borkakoti.',
'addDatetime' => '1513319163',
'status' => 'approved',
'hasFullsize' => '1',
'privacy' => 'everybody',
'hash' => '5a336afb52860',
'uploadKey' => '1513319203',
'dimension' => '{"small":[200,200],"preview":[267,400],"main":[427,640],"original":[720,1080],"fullscreen":[720,1080]}',
'userId' => '4',
'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_preview_1843_5a336afb52860.jpg',
),
2 =>
array (
'id' => '1842',
'albumId' => '117',
'description' => 'Society for Srimanta Sankaradeva held a five day long workshop on \'Preparation of Sanchipaat manuscript and painting in Sankari style\' at Bardowa Than from July 2 to 6, 2017 in association with Batadrava Than Management Committee. There were practical lessons in preparation of Sanchipaat and use of Hengul-Haital to paint art on them. Society for Srimanta Sankaradeva has been working to revive this dying art form.',
'addDatetime' => '1499351940',
'status' => 'approved',
'hasFullsize' => '1',
'privacy' => 'everybody',
'hash' => '595e4b847cbb7',
'uploadKey' => '1499352057',
'dimension' => '{"small":[200,200],"preview":[400,225],"main":[960,540],"original":[1032,581],"fullscreen":[1032,581]}',
'userId' => '4',
'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_preview_1842_595e4b847cbb7.jpg',
),
3 =>
array (
'id' => '1841',
'albumId' => '117',
'description' => 'Society for Srimanta Sankaradeva held a five day long workshop on \'Preparation of Sanchipaat manuscript and painting in Sankari style\' at Bardowa Than from July 2 to 6, 2017 in association with Batadrava Than Management Committee. There were practical lessons in preparation of Sanchipaat and use of Hengul-Haital to paint art on them. Society for Srimanta Sankaradeva has been working to revive this dying art form.',
'addDatetime' => '1499351940',
'status' => 'approved',
'hasFullsize' => '1',
'privacy' => 'everybody',
'hash' => '595e4b8476dc2',
'uploadKey' => '1499352057',
'dimension' => '{"small":[200,200],"preview":[400,225],"main":[960,540],"original":[1032,581],"fullscreen":[1032,581]}',
'userId' => '4',
'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_preview_1841_595e4b8476dc2.jpg',
),
4 =>
array (
'id' => '1840',
'albumId' => '117',
'description' => 'Society for Srimanta Sankaradeva held a five day long workshop on \'Preparation of Sanchipaat manuscript and painting in Sankari style\' at Bardowa Than from July 2 to 6, 2017 in association with Batadrava Than Management Committee. There were practical lessons in preparation of Sanchipaat and use of Hengul-Haital to paint art on them. Society for Srimanta Sankaradeva has been working to revive this dying art form.',
'addDatetime' => '1499351940',
'status' => 'approved',
'hasFullsize' => '1',
'privacy' => 'everybody',
'hash' => '595e4b8472e0a',
'uploadKey' => '1499352057',
'dimension' => '{"small":[200,200],"preview":[400,225],"main":[960,540],"original":[1032,581],"fullscreen":[1032,581]}',
'userId' => '4',
'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_preview_1840_595e4b8472e0a.jpg',
),
5 =>
array (
'id' => '1839',
'albumId' => '117',
'description' => 'Society for Srimanta Sankaradeva held a five day long workshop on \'Preparation of Sanchipaat manuscript and painting in Sankari style\' at Bardowa Than from July 2 to 6, 2017 in association with Batadrava Than Management Committee. There were practical lessons in preparation of Sanchipaat and use of Hengul-Haital to paint art on them. Society for Srimanta Sankaradeva has been working to revive this dying art form.',
'addDatetime' => '1499351940',
'status' => 'approved',
'hasFullsize' => '1',
'privacy' => 'everybody',
'hash' => '595e4b846756b',
'uploadKey' => '1499352057',
'dimension' => '{"small":[200,200],"preview":[400,300],"main":[853,640],"original":[1280,960],"fullscreen":[1280,960]}',
'userId' => '4',
'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_preview_1839_595e4b846756b.jpg',
),
6 =>
array (
'id' => '1838',
'albumId' => '117',
'description' => 'Society for Srimanta Sankaradeva held a five day long workshop on \'Preparation of Sanchipaat manuscript and painting in Sankari style\' at Bardowa Than from July 2 to 6, 2017 in association with Batadrava Than Management Committee. There were practical lessons in preparation of Sanchipaat and use of Hengul-Haital to paint art on them. Society for Srimanta Sankaradeva has been working to revive this dying art form.',
'addDatetime' => '1499351940',
'status' => 'approved',
'hasFullsize' => '1',
'privacy' => 'everybody',
'hash' => '595e4b8461138',
'uploadKey' => '1499352057',
'dimension' => '{"small":[200,200],"preview":[400,300],"main":[853,640],"original":[1280,960],"fullscreen":[1280,960]}',
'userId' => '4',
'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_preview_1838_595e4b8461138.jpg',
),
7 =>
array (
'id' => '1837',
'albumId' => '117',
'description' => 'Society for Srimanta Sankaradeva held a five day long workshop on \'Preparation of Sanchipaat manuscript and painting in Sankari style\' at Bardowa Than from July 2 to 6, 2017 in association with Batadrava Than Management Committee. There were practical lessons in preparation of Sanchipaat and use of Hengul-Haital to paint art on them. Society for Srimanta Sankaradeva has been working to revive this dying art form.',
'addDatetime' => '1499351940',
'status' => 'approved',
'hasFullsize' => '1',
'privacy' => 'everybody',
'hash' => '595e4b8459c05',
'uploadKey' => '1499352057',
'dimension' => '{"small":[200,200],"preview":[225,400],"main":[360,640],"original":[581,1032],"fullscreen":[581,1032]}',
'userId' => '4',
'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_preview_1837_595e4b8459c05.jpg',
),
),
'featured' =>
array (
0 =>
array (
'id' => '6',
'albumId' => '5',
'description' => 'Devotees proceeding to Barpeta Than to give offerings during Kirtan Mahotsav of Srimanta Sankaradeva',
'addDatetime' => '1322744342',
'status' => 'approved',
'hasFullsize' => '0',
'privacy' => 'everybody',
'hash' => NULL,
'uploadKey' => NULL,
'dimension' => NULL,
'userId' => '1',
'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_6.jpg',
),
),
'topRated' =>
array (
0 =>
array (
'id' => '1390',
'albumId' => '92',
'description' => '',
'addDatetime' => '1364571346',
'status' => 'approved',
'hasFullsize' => '1',
'privacy' => 'everybody',
'hash' => NULL,
'uploadKey' => NULL,
'dimension' => NULL,
'userId' => '9',
'score' => '5.0000',
'rates' => '2',
'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_1390.jpg',
),
1 =>
array (
'id' => '374',
'albumId' => '42',
'description' => 'Bhortal Dance in Rajpath during the main Republic Day Parade in New Delhi. #bhhttp://zeenews.india.com/photogallery/nation-celebrates-63rd-r-day_2198.html?pagenumber=3',
'addDatetime' => '1327581482',
'status' => 'approved',
'hasFullsize' => '0',
'privacy' => 'everybody',
'hash' => NULL,
'uploadKey' => NULL,
'dimension' => NULL,
'userId' => '49',
'score' => '5.0000',
'rates' => '2',
'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_374.jpg',
),
2 =>
array (
'id' => '274',
'albumId' => '29',
'description' => ' #meenakshimedhi', 'addDatetime' => '1325764666', 'status' => 'approved', 'hasFullsize' => '1', 'privacy' => 'everybody', 'hash' => NULL, 'uploadKey' => NULL, 'dimension' => NULL, 'userId' => '49', 'score' => '5.0000', 'rates' => '2', 'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_274.jpg', ), 3 => array ( 'id' => '273', 'albumId' => '29', 'description' => '', 'addDatetime' => '1325764666', 'status' => 'approved', 'hasFullsize' => '1', 'privacy' => 'everybody', 'hash' => NULL, 'uploadKey' => NULL, 'dimension' => NULL, 'userId' => '49', 'score' => '5.0000', 'rates' => '2', 'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_273.jpg', ), 4 => array ( 'id' => '62', 'albumId' => '2', 'description' => 'Front & Back page of our Invitation Card.', 'addDatetime' => '1323262874', 'status' => 'approved', 'hasFullsize' => '1', 'privacy' => 'everybody', 'hash' => NULL, 'uploadKey' => NULL, 'dimension' => NULL, 'userId' => '6', 'score' => '5.0000', 'rates' => '2', 'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_62.jpg', ), 5 => array ( 'id' => '1824', 'albumId' => '116', 'description' => 'Society for Srimanta Sankaradeva prepared the entire Aharya used in the Ankiya Bhaona of Srimanta Sankaradeva\'s \'Ram-Vijay\'. It was performed in Spanish language at Srimanta Sankaradeva Kalakshetra in Guwahati from 8th to 10th January, 2017. Twelve actors from abroad hailing from five different countries France, Mexico, Denmark, Belgium and Slovenia performed. It was directed by Dr Bhabananda Barbayan of Uttar Kamalabari Sattra. Mridu Moucham Bora was the over-all costume designer. The Aharya was produce in our Aharya Production Centre.', 'addDatetime' => '1484145346', 'status' => 'approved', 'hasFullsize' => '1', 'privacy' => 'everybody', 'hash' => '587642c2477cd', 'uploadKey' => '1484145462', 'dimension' => '{"small":[200,200],"preview":[400,300],"main":[853,640],"original":[960,720],"fullscreen":[960,720]}', 'userId' => '4', 'score' => '5.0000', 'rates' => '1', 'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_preview_1824_587642c2477cd.jpg', ), 6 => array ( 'id' => '1644', 'albumId' => '106', 'description' => 'Nagaon Friendship Day #nagaonfriendshipday', 'addDatetime' => '1388971832', 'status' => 'approved', 'hasFullsize' => '1', 'privacy' => 'everybody', 'hash' => NULL, 'uploadKey' => NULL, 'dimension' => NULL, 'userId' => '4', 'score' => '5.0000', 'rates' => '1', 'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_1644.jpg', ), 7 => array ( 'id' => '1643', 'albumId' => '106', 'description' => 'Nagaon Friendship Day #nagaonfriendshipday', 'addDatetime' => '1388971832', 'status' => 'approved', 'hasFullsize' => '1', 'privacy' => 'everybody', 'hash' => NULL, 'uploadKey' => NULL, 'dimension' => NULL, 'userId' => '4', 'score' => '5.0000', 'rates' => '1', 'url' => 'http://www.sankaradeva.com/ow_userfiles/plugins/photo/photo_1643.jpg', ), ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.154 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'menu_latest', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.154 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'menu_featured', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.154 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'menu_toprated', ) |
photo.upload_data Type: trigger Called at: 0.154 Exec time: 0.000 |
No listeners | array ( ) |
authorization.layer_check Type: trigger Called at: 0.154 Exec time: 0.000 |
No listeners | array ( 'userId' => 0, 'groupName' => 'photo', 'actionName' => 'upload', 'extra' => NULL, ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.154 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'authorization_failed_feedback', ) |
photo.getAddPhotoURL Type: call Called at: 0.154 Exec time: 0.000 |
PHOTO_CLASS_EventHandler -> addPhotoURL()
|
array ( ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.154 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'view_all', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.154 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'view_all', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.154 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'view_all', ) |
photo.upload_data Type: trigger Called at: 0.154 Exec time: 0.000 |
No listeners | array ( 0 => '', ) |
authorization.layer_check Type: trigger Called at: 0.154 Exec time: 0.000 |
No listeners | array ( 'userId' => 0, 'groupName' => 'photo', 'actionName' => 'upload', 'extra' => NULL, ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.154 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'authorization_failed_feedback', ) |
photo.getAddPhotoURL Type: call Called at: 0.154 Exec time: 0.000 |
PHOTO_CLASS_EventHandler -> addPhotoURL()
|
array ( 0 => '', ) |
photo.init_floatbox Type: trigger Called at: 0.154 Exec time: 0.000 |
PHOTO_CLASS_EventHandler -> initFloatbox()
|
array ( ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.155 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'photo_list_widget', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.157 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'no_photo', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.157 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'add_new', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.162 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'cmp_widget_video_count', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.162 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'cmp_widget_user_video_show_titles', ) |
class.get_instance.VIDEO_CMP_VideoListWidget Type: trigger Called at: 0.162 Exec time: 0.000 |
No listeners | array ( 'className' => 'VIDEO_CMP_VideoListWidget', 'arguments' => array ( 0 => BASE_CLASS_WidgetParameter::__set_state(array( 'customParamList' => array ( 'clipCount' => 3, 'showTitles' => true, ), 'additionalParamList' => array ( ), 'standartParamList' => WidgetStandartParamList::__set_state(array( 'wrapInBox' => false, 'showTitle' => true, 'freezed' => false, 'toolbar' => array ( ), 'restrictView' => false, 'accessRestriction' => NULL, 'capContent' => NULL, )), 'customizeMode' => false, 'widgetDetails' => WidgetDetails::__set_state(array( 'uniqName' => 'index-VIDEO_CMP_VideoListWidget', )), )), ), ) |
base.query.content_filter Type: trigger Called at: 0.162 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'c', 'content' => 'c', ), 'fields' => array ( 'userId' => 'userId', 'contentId' => 'id', ), 'method' => 'VIDEO_BOL_ClipDao::getClipsList', 'type' => 'video.list', ) |
authorization.layer_check Type: trigger Called at: 0.167 Exec time: 0.000 |
No listeners | array ( 'userId' => 0, 'groupName' => 'video', 'actionName' => 'add', 'extra' => NULL, ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.167 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'authorization_failed_feedback', ) |
base.query.content_filter Type: trigger Called at: 0.167 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'c', 'content' => 'c', ), 'fields' => array ( 'userId' => 'userId', 'contentId' => 'id', ), 'method' => 'VIDEO_BOL_ClipDao::getClipsList', 'type' => 'video.list', ) |
base.query.content_filter Type: trigger Called at: 0.167 Exec time: 0.000 |
No listeners | array ( 'tables' => array ( 'user' => 'r', 'content' => 'r', ), 'fields' => array ( 'userId' => 'userId', 'contentId' => 'id', ), 'method' => 'BOL_RateDao::findMostRatedEntityList', 'type' => 'video_rates', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.168 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'menu_latest', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.168 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'menu_toprated', ) |
authorization.layer_check Type: trigger Called at: 0.168 Exec time: 0.000 |
No listeners | array ( 'userId' => 0, 'groupName' => 'video', 'actionName' => 'add', 'extra' => NULL, ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.168 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'authorization_failed_feedback', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.168 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'view_all', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.168 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'view_all', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.168 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'view_all', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.169 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'video_list_widget', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.171 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'no_video', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.171 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'add_new', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.175 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'event', 'key' => 'cmp_widget_events_count', ) |
class.get_instance.EVENT_CMP_UpcomingEvents Type: trigger Called at: 0.175 Exec time: 0.000 |
No listeners | array ( 'className' => 'EVENT_CMP_UpcomingEvents', 'arguments' => array ( 0 => BASE_CLASS_WidgetParameter::__set_state(array( 'customParamList' => array ( 'events_count' => 3, ), 'additionalParamList' => array ( ), 'standartParamList' => WidgetStandartParamList::__set_state(array( 'wrapInBox' => false, 'showTitle' => true, 'freezed' => false, 'toolbar' => array ( ), 'restrictView' => false, 'accessRestriction' => NULL, 'capContent' => NULL, )), 'customizeMode' => false, 'widgetDetails' => WidgetDetails::__set_state(array( 'uniqName' => 'index-EVENT_CMP_UpcomingEvents', )), )), ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.176 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'event', 'key' => 'up_events_widget_block_cap_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.176 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'copyright', ) |
core.after_master_page_render Type: trigger Called at: 0.177 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()
FRIENDS_CLASS_EventHandler -> onUnregisterUser()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
BLOGS_CLASS_EventHandler -> onUnregisterUser()
PHOTO_CLASS_EventHandler -> onUserUnregister()
GROUPS_CLASS_EventHandler -> onUserUnregister()
VIDEO_CLASS_EventHandler -> deleteUserContent()
EVENT_CLASS_EventHandler -> onUserDelete()
PRIVACY_CLASS_EventHandler -> removeUserPrivacy()
FORUM_CLASS_EventHandler -> deleteUserContent()
BIRTHDAYS_CLASS_EventHandler -> onUserUnregister()
OCSGUESTS_CLASS_EventHandler -> onUserUnregister()
mailchimp_user_unregister()
|
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()
FBCONNECT_CLASS_EventHandler -> afterUserRegistered()
gconnect_event_on_user_registered()
CONTACTIMPORTER_CLASS_EventHandler -> onUserRegister()
twconnect_on_registered()
mailchimp_user_register()
recaptcha_on_user_join()
|
base.user_edit |
BASE_CLASS_EventHandler -> onUserEditFeed()
BASE_CLASS_ContentProvider -> afterUserEdit()
FBCONNECT_CLASS_EventHandler -> afterUserSynchronized()
|
feed.after_comment_add |
BASE_CLASS_EventHandler -> onUserJoinCommentFeed()
BASE_CLASS_EventHandler -> onUserAvatarCommentFeed()
NEWSFEED_CLASS_EventHandler -> afterComment()
FRIENDS_CLASS_EventHandler -> onFeedAddComment()
BLOGS_CLASS_EventHandler -> onFeedAddComment()
PHOTO_CLASS_EventHandler -> feedAfterCommentAdd()
GROUPS_CLASS_EventHandler -> onAfterFeedCommentAdd()
VIDEO_CLASS_EventHandler -> feedVideoComment()
BIRTHDAYS_CLASS_EventHandler -> feedComment()
|
feed.after_like_added |
BASE_CLASS_EventHandler -> onLikeUserJoin()
BASE_CLASS_EventHandler -> onUserAvatarLikeFeed()
NEWSFEED_CLASS_EventHandler -> addLike()
NEWSFEED_CLASS_EventHandler -> onLikeNotification()
FRIENDS_CLASS_EventHandler -> onFeedAddLike()
BLOGS_CLASS_EventHandler -> onFeedAddLike()
PHOTO_CLASS_EventHandler -> feedAfterLikeAdded()
VIDEO_CLASS_EventHandler -> feedVideoLike()
EVENT_CLASS_EventHandler -> feedOnLike()
FORUM_CLASS_EventHandler -> feedTopicLike()
BIRTHDAYS_CLASS_EventHandler -> feedLike()
|
notifications.collect_actions |
BASE_CLASS_EventHandler -> onNotifyActions()
NEWSFEED_CLASS_EventHandler -> collectNotificationActions()
MAILBOX_CLASS_EventHandler -> onNotifyActions()
FRIENDS_CLASS_EventHandler -> onCollectNotificationActions()
BLOGS_CLASS_EventHandler -> onCollectNotificationActions()
PHOTO_CLASS_EventHandler -> collectNotificationActions()
GROUPS_CLASS_ConsoleBridge -> onCollectNotificationActions()
VIDEO_CLASS_EventHandler -> onNotifyActions()
EVENT_CLASS_EventHandler -> onNotifyActions()
FORUM_CLASS_EventHandler -> onNotifyActions()
BIRTHDAYS_CLASS_EventHandler -> notificationActions()
|
base_add_comment |
BASE_CLASS_EventHandler -> onAddComment()
BASE_CLASS_ContentProvider -> onCommentAdd()
NEWSFEED_CLASS_EventHandler -> addComment()
NEWSFEED_CLASS_EventHandler -> onCommentNotification()
BLOGS_CLASS_EventHandler -> onAddBlogPostComment()
PHOTO_CLASS_EventHandler -> notifyOnNewComment()
GROUPS_CLASS_ConsoleBridge -> onComment()
VIDEO_CLASS_EventHandler -> addCommentNotification()
EVENT_CLASS_EventHandler -> onAddComment()
|
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()
FRIENDS_CLASS_EventHandler -> onCollectPrivacyActionList()
BLOGS_CLASS_EventHandler -> onCollectPrivacyActionList()
PHOTO_CLASS_EventHandler -> addPrivacyAction()
GROUPS_CLASS_EventHandler -> onPrivacyCollectActions()
VIDEO_CLASS_EventHandler -> privacyAddAction()
EVENT_CLASS_EventHandler -> privacyAddAction()
BIRTHDAYS_CLASS_EventHandler -> privacyAddAction()
|
base.members_only_exceptions |
BASE_CLASS_EventHandler -> onAddMembersOnlyException()
FBCONNECT_CLASS_EventHandler -> onCollectAccessExceptions()
gconnect_add_access_exception()
contactimporter_add_access_exception()
twonnect_page_exception()
SMARTCAPTCHA_CLASS_EventHandler -> onGetHandlerExceptions()
recaptcha_add_members_only_exception()
|
base.password_protected_exceptions |
BASE_CLASS_EventHandler -> onAddPasswordProtectedExceptions()
FBCONNECT_CLASS_EventHandler -> onCollectAccessExceptions()
gconnect_add_access_exception()
contactimporter_add_access_exception()
twonnect_page_exception()
SMARTCAPTCHA_CLASS_EventHandler -> onGetHandlerExceptions()
|
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()
FRIENDS_CLASS_EventHandler -> onCollectAuthLabels()
BLOGS_CLASS_EventHandler -> onCollectAuthLabels()
PHOTO_CLASS_EventHandler -> addAuthLabels()
GROUPS_CLASS_EventHandler -> onCollectAuthLabels()
VIDEO_CLASS_EventHandler -> addAuthLabels()
EVENT_CLASS_EventHandler -> addAuthLabels()
FORUM_CLASS_EventHandler -> addAuthLabels()
|
socialsharing.get_entity_info |
BASE_CLASS_EventHandler -> sosialSharingGetUserInfo()
BLOGS_CLASS_EventHandler -> sosialSharingGetBlogInfo()
PHOTO_CLASS_EventHandler -> sosialSharingGetPhotoInfo()
VIDEO_CLASS_EventHandler -> sosialSharingGetVideoInfo()
EVENT_CLASS_EventHandler -> sosialSharingGetEventInfo()
FORUM_CLASS_EventHandler -> sosialSharingGetForumInfo()
|
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()
CONTACTIMPORTER_CLASS_EventHandler -> onJoinFormRender()
|
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()
BLOGS_CLASS_ContentProvider -> onCollectTypes()
PHOTO_CLASS_ContentProvider -> onCollectTypes()
GROUPS_CLASS_ContentProvider -> onCollectTypes()
VIDEO_CLASS_ContentProvider -> onCollectTypes()
EVENT_CLASS_ContentProvider -> onCollectTypes()
FORUM_CLASS_ContentProvider -> onCollectTypes()
|
content.get_info |
BASE_CLASS_ContentProvider -> onGetInfo()
NEWSFEED_CLASS_ContentProvider -> onGetInfo()
BLOGS_CLASS_ContentProvider -> onGetInfo()
PHOTO_CLASS_ContentProvider -> onGetInfo()
GROUPS_CLASS_ContentProvider -> onGetInfo()
VIDEO_CLASS_ContentProvider -> onGetInfo()
EVENT_CLASS_ContentProvider -> onGetInfo()
FORUM_CLASS_ContentProvider -> onGetInfo()
|
content.update_info |
BASE_CLASS_ContentProvider -> onUpdateInfo()
NEWSFEED_CLASS_ContentProvider -> onUpdateInfo()
BLOGS_CLASS_ContentProvider -> onUpdateInfo()
PHOTO_CLASS_ContentProvider -> onUpdateInfo()
GROUPS_CLASS_ContentProvider -> onUpdateInfo()
VIDEO_CLASS_ContentProvider -> onUpdateInfo()
EVENT_CLASS_ContentProvider -> onUpdateInfo()
FORUM_CLASS_ContentProvider -> onUpdateInfo()
|
content.delete |
BASE_CLASS_ContentProvider -> onDelete()
NEWSFEED_CLASS_ContentProvider -> onDelete()
BLOGS_CLASS_ContentProvider -> onDelete()
PHOTO_CLASS_ContentProvider -> onDelete()
GROUPS_CLASS_ContentProvider -> onDelete()
VIDEO_CLASS_ContentProvider -> onDelete()
EVENT_CLASS_ContentProvider -> onDelete()
FORUM_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.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()
PRIVACY_CLASS_EventHandler -> addPrivacyPreferenceMenuItem()
|
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()
ganalytics_add_code()
profile_progressbar_finalize()
HINT_CLASS_ParseManager -> initStatic()
nofollow()
|
admin.add_admin_notification |
BASE_CLASS_EventHandler -> addAdminNotification()
ADMIN_CLASS_EventHandler -> onAddAdminNotification()
FBCONNECT_CLASS_EventHandler -> afterUserSynchronized()
GROUPS_CLASS_EventHandler -> onCollectAdminNotifications()
gconnect_add_admin_notification()
ganalytics_admin_notification()
contactimporter_add_admin_notification()
twconnect_admin_notify()
hint_add_admin_notification()
recaptcha_add_admin_notification()
|
ads.enabled_plugins |
BASE_CLASS_EventHandler -> onAddAdsEnabled()
MAILBOX_CLASS_EventHandler -> mailboxAdsEnabled()
BLOGS_CLASS_EventHandler -> onCollectEnabledAdsPages()
PHOTO_CLASS_EventHandler -> adsEnabled()
GROUPS_CLASS_EventHandler -> onAdsCollectEnabledPlugins()
VIDEO_CLASS_EventHandler -> adsEnabled()
EVENT_CLASS_EventHandler -> adsEnabled()
FORUM_CLASS_EventHandler -> adsEnabled()
|
core.plugin_uninstall |
BASE_CLASS_EventHandler -> onPluginUninstallDeleteComments()
BASE_CLASS_EventHandler -> onPluginsUninstallDeleteGateway()
BASE_CLASS_InvitationEventHandler -> pluginUninstall()
NEWSFEED_CLASS_EventHandler -> onPluginUninstall()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginUninstall()
PRIVACY_CLASS_EventHandler -> removePluginPrivacy()
|
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()
FRIENDS_CLASS_EventHandler -> onCollectFeedConfigurableActivity()
BLOGS_CLASS_EventHandler -> onCollectFeedConfigurableActivity()
PHOTO_CLASS_EventHandler -> feedCollectConfigurableActivity()
GROUPS_CLASS_EventHandler -> onFeedCollectConfigurableActivity()
VIDEO_CLASS_EventHandler -> feedCollectConfigurableActivity()
EVENT_CLASS_EventHandler -> feedOnCollectConfigurableActivity()
FORUM_CLASS_EventHandler -> feedCollectConfigurableActivity()
BIRTHDAYS_CLASS_EventHandler -> feedCollectConfigurableActivity()
|
base.attachment_save_image |
BASE_CLASS_EventHandler -> onSaveAttachmentImage()
|
join.get_captcha_field |
BASE_CLASS_EventHandler -> getCaptcha()
SMARTCAPTCHA_CLASS_EventHandler -> onGetCaptchaField()
recaptcha_get_captcha_field()
|
core.after_route |
BASE_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
profileprogressbar_after_route()
|
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()
FRIENDS_CLASS_RequestEventHandler -> collectItems()
NOTIFICATIONS_CLASS_ConsoleBridge -> 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()
HINT_CLASS_ParseManager -> afterPluginsInit()
HINT_CLASS_GroupsBridge -> afterPluginsInit()
HINT_CLASS_EventsBridge -> afterPluginsInit()
|
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()
FRIENDS_CLASS_RequestEventHandler -> loadList()
NOTIFICATIONS_CLASS_ConsoleBridge -> loadList()
|
console.ping |
BASE_CLASS_InvitationEventHandler -> ping()
FRIENDS_CLASS_RequestEventHandler -> ping()
NOTIFICATIONS_CLASS_ConsoleBridge -> ping()
|
notifications.send_list |
BASE_CLASS_InvitationEventHandler -> sendList()
MAILBOX_CLASS_EventHandler -> consoleSendList()
FRIENDS_CLASS_EventHandler -> onCollectNotificationSendList()
NOTIFICATIONS_CLASS_EmailBridge -> sendList()
|
admin.disable_fields_on_edit_profile_question |
ADMIN_CLASS_EventHandler -> onGetDisableActionList()
ADMIN_CLASS_EventHandler -> onGetJoinStampDisableActionList()
|
feed.action |
NEWSFEED_CLASS_EventHandler -> action()
profileprogressbar_feed_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()
profileprogressbar_delete_item()
|
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()
BLOGS_CLASS_EventHandler -> onAddBlogPost()
GROUPS_CLASS_EventHandler -> onFeedStatusAdd()
VIDEO_CLASS_EventHandler -> feedEntityAdd()
EVENT_CLASS_EventHandler -> feedEntityAdd()
FORUM_CLASS_EventHandler -> feedOnEntityAdd()
|
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()
BLOGS_CLASS_EventHandler -> onChangeActionPrivacy()
PHOTO_CLASS_EventHandler -> onChangePrivacy()
GROUPS_CLASS_EventHandler -> onPrivacyChange()
VIDEO_CLASS_EventHandler -> onChangePrivacy()
BIRTHDAYS_CLASS_EventHandler -> onChangePrivacy()
|
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()
GROUPS_CLASS_EventHandler -> onFeedItemRenderActivity()
GROUPS_CLASS_EventHandler -> onFeedItemRenderContext()
GROUPS_CLASS_EventHandler -> onFeedItemRender()
EVENT_CLASS_EventHandler -> feedOnItemRenderActivity()
FORUM_CLASS_EventHandler -> feedOnItemRender()
BIRTHDAYS_CLASS_EventHandler -> onNewsfeedItemRender()
|
usercredits.on_action_collect |
NEWSFEED_CLASS_Credits -> bindCreditActionsCollect()
MAILBOX_CLASS_Credits -> bindCreditActionsCollect()
FRIENDS_CLASS_Credits -> bindCreditActionsCollect()
BLOGS_CLASS_Credits -> bindCreditActionsCollect()
PHOTO_CLASS_Credits -> bindCreditActionsCollect()
GROUPS_CLASS_Credits -> bindCreditActionsCollect()
VIDEO_CLASS_Credits -> bindCreditActionsCollect()
EVENT_CLASS_Credits -> bindCreditActionsCollect()
FORUM_CLASS_Credits -> bindCreditActionsCollect()
BIRTHDAYS_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()
|
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()
GROUPS_CLASS_EventHandler -> onFeedCollectFollow()
|
plugin.privacy.get_privacy_list |
FRIENDS_CLASS_EventHandler -> onCollectPrivacyList()
PRIVACY_CLASS_EventHandler -> addPrivacy()
|
plugin.privacy.check_permission |
FRIENDS_CLASS_EventHandler -> onCollectPrivacyPermissions()
PRIVACY_CLASS_EventHandler -> permissionEverybody()
PRIVACY_CLASS_EventHandler -> permissionOnlyForMe()
|
friends.cancelled |
FRIENDS_CLASS_EventHandler -> onCancelRequest()
profileprogressbar_cancelled()
|
feed.collect_follow_permissions |
FRIENDS_CLASS_EventHandler -> onCollectFollowPermissions()
|
feed.collect_privacy |
FRIENDS_CLASS_EventHandler -> onCollectFeedPrivacyActions()
BLOGS_CLASS_EventHandler -> onCollectFeedPrivacyActions()
PHOTO_CLASS_EventHandler -> feedCollectPrivacy()
GROUPS_CLASS_EventHandler -> onFeedCollectPrivacy()
VIDEO_CLASS_EventHandler -> feedCollectPrivacy()
EVENT_CLASS_EventHandler -> feedOnCollectPrivacy()
|
friends.add_friend |
FRIENDS_CLASS_EventHandler -> addFriend()
|
friends.send_friend_request |
FRIENDS_CLASS_EventHandler -> sendFriendRequest()
|
base.add_quick_link |
FRIENDS_CLASS_EventHandler -> onCollectQuickLinks()
BLOGS_CLASS_EventHandler -> onCollectQuickLinks()
PHOTO_CLASS_EventHandler -> addQuickLink()
GROUPS_CLASS_EventHandler -> onCollectQuickLinks()
VIDEO_CLASS_EventHandler -> quickLinks()
EVENT_CLASS_EventHandler -> quickLinks()
|
notifications.add |
NOTIFICATIONS_CLASS_ConsoleBridge -> addNotification()
|
base.add_main_console_item |
notifications_add_console_item()
PRIVACY_CLASS_EventHandler -> addConsoleItem()
|
feed.on_entity_update |
BLOGS_CLASS_EventHandler -> onUpdateBlogPost()
VIDEO_CLASS_EventHandler -> feedEntityAdd()
FORUM_CLASS_EventHandler -> feedOnEntityAdd()
|
usercredits.get_action_key |
BLOGS_CLASS_Credits -> getActionKey()
PHOTO_CLASS_Credits -> getActionKey()
GROUPS_CLASS_Credits -> getActionKey()
VIDEO_CLASS_Credits -> getActionKey()
FORUM_CLASS_Credits -> getActionKey()
|
moderation.after_content_approve |
BLOGS_CLASS_EventHandler -> afterContentApprove()
PHOTO_CLASS_ContentProvider -> afterContentApprove()
GROUPS_CLASS_EventHandler -> afterContentApprove()
VIDEO_CLASS_EventHandler -> afterContentApprove()
EVENT_CLASS_EventHandler -> afterContentApprove()
FORUM_CLASS_EventHandler -> afterContentApprove()
|
blogs.before_delete |
BLOGS_CLASS_ContentProvider -> onBeforePostDelete()
|
blogs.after_add |
BLOGS_CLASS_ContentProvider -> onAfterPostAdd()
|
blogs.after_edit |
BLOGS_CLASS_ContentProvider -> onAfterPostEdit()
|
base.add_new_content_item |
BLOGS_CLASS_EventHandler -> onCollectAddNewContentItem()
PHOTO_CLASS_EventHandler -> addNewContentItem()
GROUPS_CLASS_EventHandler -> onAddNewContent()
VIDEO_CLASS_EventHandler -> addNewContentItem()
EVENT_CLASS_EventHandler -> addNewContentItem()
FORUM_CLASS_EventHandler -> addNewContentItem()
|
base_hook_remote_auth_button_list |
FBCONNECT_CLASS_EventHandler -> onCollectButtonList()
|
base.splash_screen_exceptions |
FBCONNECT_CLASS_EventHandler -> onCollectAccessExceptions()
gconnect_add_access_exception()
contactimporter_add_access_exception()
twonnect_page_exception()
SMARTCAPTCHA_CLASS_EventHandler -> onGetHandlerExceptions()
|
fbconnect.get_configuration |
FBCONNECT_CLASS_EventHandler -> getConfiguration()
|
base.on_after_user_complete_profile |
FBCONNECT_CLASS_EventHandler -> onAfterUserCompleteProfile()
|
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()
|
feed.on_entity_action |
PHOTO_CLASS_EventHandler -> feedOnEntityAction()
GROUPS_CLASS_EventHandler -> onFeedEntityAction()
|
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()
|
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()
|
groups_on_group_delete |
GROUPS_CLASS_EventHandler -> onBeforeGroupDelete()
GROUPS_CLASS_ConsoleBridge -> onGroupDelete()
GROUPS_CLASS_ContentProvider -> onBeforeGroupDelete()
|
groups_group_delete_complete |
GROUPS_CLASS_EventHandler -> onAfterGroupDelete()
GROUPS_CLASS_EventHandler -> cleanCache()
|
groups_group_create_complete |
GROUPS_CLASS_EventHandler -> onAfterGroupCreate()
GROUPS_CLASS_EventHandler -> cleanCache()
GROUPS_CLASS_ContentProvider -> onAfterGroupAdd()
|
groups_group_edit_complete |
GROUPS_CLASS_EventHandler -> cleanCache()
GROUPS_CLASS_EventHandler -> onAfterGroupEdit()
GROUPS_CLASS_ContentProvider -> onAfterGroupEdit()
|
groups_user_signed |
GROUPS_CLASS_EventHandler -> cleanCache()
GROUPS_CLASS_EventHandler -> onGroupUserJoin()
GROUPS_CLASS_EventHandler -> onGroupUserJoinFeedAddFollow()
|
groups_user_left |
GROUPS_CLASS_EventHandler -> cleanCache()
GROUPS_CLASS_EventHandler -> afterUserLeave()
|
groups_before_user_signed |
GROUPS_CLASS_EventHandler -> onBeforeUserJoin()
|
groups.on_toolbar_collect |
GROUPS_CLASS_EventHandler -> onGroupToolbarCollect()
|
groups.get_all_group_users |
GROUPS_CLASS_EventHandler -> findAllGroupsUsers()
|
forum.check_permissions |
GROUPS_CLASS_EventHandler -> onForumCheckPermissions()
|
forum.can_view |
GROUPS_CLASS_EventHandler -> onForumCanView()
|
forum.activate_plugin |
GROUPS_CLASS_EventHandler -> onForumActivate()
|
forum.find_forum_caption |
GROUPS_CLASS_EventHandler -> onForumFindCaption()
|
forum.uninstall_plugin |
GROUPS_CLASS_EventHandler -> onForumUninstall()
|
forum.collect_widget_places |
GROUPS_CLASS_EventHandler -> onForumCollectWidgetPlaces()
|
feed.collect_widgets |
GROUPS_CLASS_EventHandler -> onFeedCollectWidgets()
|
feed.on_widget_construct |
GROUPS_CLASS_EventHandler -> onFeedWidgetConstruct()
|
invitations.on_dublicate |
GROUPS_CLASS_ConsoleBridge -> onInviteDublicate()
|
notifications.on_item_send |
GROUPS_CLASS_ConsoleBridge -> onItemSend()
|
groups.invite_removed |
GROUPS_CLASS_ConsoleBridge -> removeFromInvitations()
|
groups.invite_user |
GROUPS_CLASS_ConsoleBridge -> onInvite()
|
invitations.on_command |
GROUPS_CLASS_ConsoleBridge -> onCommand()
EVENT_CLASS_InvitationHandler -> onCommand()
|
invitations.on_item_render |
GROUPS_CLASS_ConsoleBridge -> onInviteRender()
EVENT_CLASS_InvitationHandler -> onItemRender()
BASE_CLASS_InvitationEventHandler -> renderItem()
|
video.add_clip |
VIDEO_CLASS_EventHandler -> addCLip()
|
video.before_delete |
VIDEO_CLASS_ContentProvider -> onBeforeClipDelete()
|
video.after_add |
VIDEO_CLASS_ContentProvider -> onAfterClipAdd()
|
video.after_edit |
VIDEO_CLASS_ContentProvider -> onAfterClipEdit()
|
event_on_delete_event |
EVENT_CLASS_ContentProvider -> onBeforeDelete()
EVENT_CLASS_EventHandler -> onDeleteEvent()
EVENT_CLASS_InvitationHandler -> onEventDelete()
profile_progressbar_event_on_delete_event()
|
event_after_create_event |
EVENT_CLASS_ContentProvider -> onAfterAdd()
EVENT_CLASS_EventHandler -> afterEventEdit()
|
event_after_event_edit |
EVENT_CLASS_ContentProvider -> onAfterEdit()
EVENT_CLASS_EventHandler -> afterEventEdit()
EVENT_CLASS_EventHandler -> onEditEvent()
|
event.invite_user |
EVENT_CLASS_EventHandler -> onUserInvite()
EVENT_CLASS_InvitationHandler -> onInvite()
|
event.is_plugin_active |
EVENT_CLASS_EventHandler -> isPluginActive()
|
event_on_create_event |
EVENT_CLASS_EventHandler -> onAddEvent()
|
events.collect_toolbar |
EVENT_CLASS_EventHandler -> collectToolbar()
|
event_on_change_user_status |
EVENT_CLASS_EventHandler -> onChangeUserStatus()
|
plugin.privacy.get_privacy |
PRIVACY_CLASS_EventHandler -> getActionPrivacy()
|
plugin.privacy.get_main_privacy |
PRIVACY_CLASS_EventHandler -> getActionMainPrivacyByOwnerIdList()
|
privacy_check_permission |
PRIVACY_CLASS_EventHandler -> checkPremission()
|
privacy_check_permission_for_user_list |
PRIVACY_CLASS_EventHandler -> checkPremissionForUserList()
|
plugin.privacy |
PRIVACY_CLASS_EventHandler -> pluginIsActive()
|
forum.create_section |
FORUM_CLASS_EventHandler -> createSection()
|
forum.delete_section |
FORUM_CLASS_EventHandler -> deleteSection()
|
forum.create_group |
FORUM_CLASS_EventHandler -> createGroup()
|
forum.delete_group |
FORUM_CLASS_EventHandler -> deleteGroup()
|
forum.edit_group |
FORUM_CLASS_EventHandler -> editGroup()
|
forum.add_post |
FORUM_CLASS_EventHandler -> addPost()
FORUM_CLASS_EventHandler -> feedOnPostAdd()
|
forum.subscribe_user |
FORUM_CLASS_EventHandler -> subscribeUser()
|
forum.add_widget |
FORUM_CLASS_EventHandler -> addWidget()
|
forum.install_widget |
FORUM_CLASS_EventHandler -> installWidget()
|
forum.delete_widget |
FORUM_CLASS_EventHandler -> deleteWidget()
|
forum.after_topic_add |
FORUM_CLASS_ContentProvider -> onAfterTopicAdd()
|
forum.after_topic_edit |
FORUM_CLASS_ContentProvider -> onAfterTopicEdit()
|
forum.before_topic_delete |
FORUM_CLASS_ContentProvider -> onBeforeTopicDelete()
|
base.add_user_list |
BIRTHDAYS_CLASS_EventHandler -> addUserlistData()
|
birthdays.today_birthday_user_list |
BIRTHDAYS_CLASS_EventHandler -> onTodayBirthday()
|
core.before_document_render |
oafaq_add_floatbox()
HINT_CLASS_ParseManager -> beforeRender()
|
contactimporter.collect_providers |
CONTACTIMPORTER_CLASS_EventHandler -> collectProviders()
|
contactimporter.render_button |
CONTACTIMPORTER_CLASS_EventHandler -> buttonRender()
|
guests.get_guests_list |
OCSGUESTS_CLASS_EventHandler -> getList()
|
guests.get_new_guests_count |
OCSGUESTS_CLASS_EventHandler -> getNewCount()
|
guests.mark_guests_viewed |
OCSGUESTS_CLASS_EventHandler -> markViewed()
|
guests.track_visit |
OCSGUESTS_CLASS_EventHandler -> trackVisit()
|
base.widget_panel.content.top |
OCSGUESTS_CLASS_EventHandler -> onProfilePageRender()
|
hint.collect_info_config |
profile_progressbar_collect_info_config()
HINT_CLASS_GroupsBridge -> onCollectInfoConfigs()
HINT_CLASS_EventsBridge -> onCollectInfoConfigs()
HINT_CLASS_FriendsBridge -> onCollectInfoConfigs()
HINT_CLASS_BaseBridge -> onCollectInfoConfigs()
HINT_CLASS_PhotoBridge -> onCollectInfoConfigs()
HINT_CLASS_VideoBridge -> onCollectInfoConfigs()
|
hint.info_preview |
profile_progressbar_info_preview()
HINT_CLASS_GroupsBridge -> onInfoPreview()
HINT_CLASS_EventsBridge -> onInfoPreview()
HINT_CLASS_FriendsBridge -> onInfoPreview()
HINT_CLASS_BaseBridge -> onInfoPreview()
HINT_CLASS_PhotoBridge -> onInfoPreview()
HINT_CLASS_VideoBridge -> onInfoPreview()
|
hint.info_render |
profile_progressbar_info_render()
HINT_CLASS_GroupsBridge -> onInfoRender()
HINT_CLASS_EventsBridge -> onInfoRender()
HINT_CLASS_FriendsBridge -> onInfoRender()
HINT_CLASS_BaseBridge -> onInfoRender()
HINT_CLASS_PhotoBridge -> onInfoRender()
HINT_CLASS_VideoBridge -> onInfoRender()
|
hint.collect_buttons |
HINT_CLASS_GroupsBridge -> onCollectButtons()
HINT_CLASS_EventsBridge -> onCollectButtons()
HINT_CLASS_FriendsBridge -> onCollectButtons()
HINT_CLASS_NewsfeedBridge -> onCollectButtons()
HINT_CLASS_BaseBridge -> onCollectButtons()
|
hint.collect_buttons_preview |
HINT_CLASS_GroupsBridge -> onCollectButtonsPreview()
HINT_CLASS_EventsBridge -> onCollectButtonsPreview()
HINT_CLASS_FriendsBridge -> onCollectButtonsPreview()
HINT_CLASS_NewsfeedBridge -> onCollectButtonsPreview()
HINT_CLASS_BaseBridge -> onCollectButtonsPreview()
HINT_CLASS_McomposeBridge -> onCollectButtonsPreview()
|
hint.collect_buttons_config |
HINT_CLASS_GroupsBridge -> onCollectButtonsConfig()
HINT_CLASS_EventsBridge -> onCollectButtonsConfig()
HINT_CLASS_FriendsBridge -> onCollectButtonsConfig()
HINT_CLASS_NewsfeedBridge -> onCollectButtonsConfig()
HINT_CLASS_BaseBridge -> onCollectButtonsConfig()
HINT_CLASS_McomposeBridge -> onCollectButtonsConfig()
|
hint.hint_render |
HINT_CLASS_FriendsBridge -> onHintRender()
HINT_CLASS_NewsfeedBridge -> onHintRender()
HINT_CLASS_BaseBridge -> onHintRender()
|
hint.query |
HINT_CLASS_FriendsBridge -> onQuery()
HINT_CLASS_NewsfeedBridge -> onQuery()
HINT_CLASS_BaseBridge -> onQuery()
|
widgets.before_place_delete |
SLIDESHOW_CLASS_EventHandler -> beforeWidgetPlaceDelete()
|
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 |
base_dev_tool()
|
core.after_dispatch |
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|