|  | The Red Matrix
    | 
| Functions | |
| poco_load ($xchan= '', $url=null) | |
| count_common_friends ($uid, $xchan) | |
| common_friends ($uid, $xchan, $start=0, $limit=100000000, $shuffle=false) | |
| count_common_friends_zcid ($uid, $zcid) | |
| common_friends_zcid ($uid, $zcid, $start=0, $limit=9999, $shuffle=false) | |
| count_all_friends ($uid, $cid) | |
| all_friends ($uid, $cid, $start=0, $limit=80) | |
| suggestion_query ($uid, $myxchan, $start=0, $limit=80) | |
| update_suggestions () | |
| poco ($a, $extended=false) | |
| all_friends | ( | $uid, | |
| $cid, | |||
| $start = 0, | |||
| $limit = 80 | |||
| ) | 
| common_friends | ( | $uid, | |
| $xchan, | |||
| $start = 0, | |||
| $limit = 100000000, | |||
| $shuffle = false | |||
| ) | 
Referenced by common_content(), and common_friends_visitor_widget().
| common_friends_zcid | ( | $uid, | |
| $zcid, | |||
| $start = 0, | |||
| $limit = 9999, | |||
| $shuffle = false | |||
| ) | 
| count_all_friends | ( | $uid, | |
| $cid | |||
| ) | 
| count_common_friends | ( | $uid, | |
| $xchan | |||
| ) | 
Referenced by common_content(), and common_friends_visitor_widget().
| count_common_friends_zcid | ( | $uid, | |
| $zcid | |||
| ) | 
| poco | ( | $a, | |
| $extended = false | |||
| ) | 
Referenced by poco_init(), and xpoco_init().
| poco_load | ( | $xchan = '', | |
| $url = null | |||
| ) | 
Referenced by onepoll_run(), and update_suggestions().
| suggestion_query | ( | $uid, | |
| $myxchan, | |||
| $start = 0, | |||
| $limit = 80 | |||
| ) | 
Referenced by directory_content(), suggest_content(), and widget_suggestions().
| update_suggestions | ( | ) | 
Referenced by cli_suggest_run().