From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/socgraph_8php.html | 434 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 434 insertions(+) create mode 100644 doc/html/socgraph_8php.html (limited to 'doc/html/socgraph_8php.html') diff --git a/doc/html/socgraph_8php.html b/doc/html/socgraph_8php.html new file mode 100644 index 000000000..30b89186a --- /dev/null +++ b/doc/html/socgraph_8php.html @@ -0,0 +1,434 @@ + + + + + + +The Red Project: include/socgraph.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
socgraph.php File Reference
+
+
+ + + + + + + + + + + + + + + + + + + + +

+Functions

 poco_load ($xchan=null, $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, $start=0, $limit=80)
 
 update_suggestions ()
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
all_friends ( $uid,
 $cid,
 $start = 0,
 $limit = 80 
)
+
+ +

Referenced by allfriends_content().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
common_friends ( $uid,
 $xchan,
 $start = 0,
 $limit = 100000000,
 $shuffle = false 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
common_friends_zcid ( $uid,
 $zcid,
 $start = 0,
 $limit = 9999,
 $shuffle = false 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
count_all_friends ( $uid,
 $cid 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
count_common_friends ( $uid,
 $xchan 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
count_common_friends_zcid ( $uid,
 $zcid 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
poco_load ( $xchan = null,
 $url = null 
)
+
+ +

Referenced by onepoll_run(), and update_suggestions().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
suggestion_query ( $uid,
 $start = 0,
 $limit = 80 
)
+
+ +

Referenced by suggest_content().

+ +
+
+ +
+
+ + + + + + + +
update_suggestions ()
+
+ +
+
+
+
+ + + + -- cgit v1.2.3 From 0ee1e83a3c6bb48064789a622f5eb7331733cb64 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 16:04:28 -0800 Subject: small doco update --- doc/html/socgraph_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/socgraph_8php.html') diff --git a/doc/html/socgraph_8php.html b/doc/html/socgraph_8php.html index 30b89186a..973130119 100644 --- a/doc/html/socgraph_8php.html +++ b/doc/html/socgraph_8php.html @@ -425,7 +425,7 @@ Functions - - - - + -- cgit v1.2.3 From 5a29f511c1fa609f58f50d9148edd1fe77b23d9d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 15 Mar 2013 15:36:58 -0700 Subject: add xconfig table and functions, update strings and doco --- doc/html/socgraph_8php.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'doc/html/socgraph_8php.html') diff --git a/doc/html/socgraph_8php.html b/doc/html/socgraph_8php.html index 482afc752..5b68c1205 100644 --- a/doc/html/socgraph_8php.html +++ b/doc/html/socgraph_8php.html @@ -126,8 +126,8 @@ Functions    all_friends ($uid, $cid, $start=0, $limit=80)   - suggestion_query ($uid, $start=0, $limit=80) -  + suggestion_query ($uid, $myxchan, $start=0, $limit=80) +   update_suggestions ()   @@ -370,7 +370,7 @@ Functions - +
@@ -380,6 +380,12 @@ Functions + + + + + + -- cgit v1.2.3 From 9e22ec928b9534ea9db0d18bf685fb0d357fbad2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Apr 2013 21:06:31 -0700 Subject: more umbilical cutting --- doc/html/socgraph_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/socgraph_8php.html') diff --git a/doc/html/socgraph_8php.html b/doc/html/socgraph_8php.html index 5b68c1205..1b74338aa 100644 --- a/doc/html/socgraph_8php.html +++ b/doc/html/socgraph_8php.html @@ -28,7 +28,7 @@
  $uid,
 $myxchan,
- + -- cgit v1.2.3 From 5e4b9d7766ceffd19785f14443cc1b4d4f675d4e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 14 May 2013 21:25:58 -0700 Subject: disable pcss when installing since modules don't yet work and pcss uses the view module, plus weekly doc update --- doc/html/socgraph_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/socgraph_8php.html') diff --git a/doc/html/socgraph_8php.html b/doc/html/socgraph_8php.html index 15f9daa2f..48ec56fb1 100644 --- a/doc/html/socgraph_8php.html +++ b/doc/html/socgraph_8php.html @@ -28,7 +28,7 @@
The Red Project
-- cgit v1.2.3 From 34526e82531c67995e25cf04abce0d927ce22ffd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:59:11 -0700 Subject: doc cleanup --- doc/html/socgraph_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/socgraph_8php.html') diff --git a/doc/html/socgraph_8php.html b/doc/html/socgraph_8php.html index 1b74338aa..15f9daa2f 100644 --- a/doc/html/socgraph_8php.html +++ b/doc/html/socgraph_8php.html @@ -4,7 +4,7 @@ -The Red Project: include/socgraph.php File Reference +The Red Matrix: include/socgraph.php File Reference @@ -30,7 +30,7 @@
-
The Red Project +
The Red Matrix
- +
The Red Matrix
-- cgit v1.2.3 From c02a9301215ac146c26346ebc633d7c808cea5ee Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 9 Aug 2013 01:20:34 -0700 Subject: move sitekey creation to the account creation function instead of during channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin --- doc/html/socgraph_8php.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/html/socgraph_8php.html') diff --git a/doc/html/socgraph_8php.html b/doc/html/socgraph_8php.html index 48ec56fb1..fc4890986 100644 --- a/doc/html/socgraph_8php.html +++ b/doc/html/socgraph_8php.html @@ -112,8 +112,8 @@ $(document).ready(function(){initNavTree('socgraph_8php.html','');}); - - + + @@ -342,7 +342,7 @@ Functions - +

Functions

 poco_load ($xchan=null, $url=null)
 
 poco_load ($xchan= '', $url=null)
 
 count_common_friends ($uid, $xchan)
 
 common_friends ($uid, $xchan, $start=0, $limit=100000000, $shuffle=false)
@@ -350,7 +350,7 @@ Functions - + @@ -423,6 +423,8 @@ Functions
poco_load (  $xchan = null, $xchan = '',
+

Referenced by cli_suggest_run().

+
-- cgit v1.2.3 From 8cd9a2c3a944e804c72ef461df801116c6b44ac7 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 28 Nov 2013 19:37:39 -0800 Subject: doc updates --- doc/html/socgraph_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/socgraph_8php.html') diff --git a/doc/html/socgraph_8php.html b/doc/html/socgraph_8php.html index fc4890986..5f67be58c 100644 --- a/doc/html/socgraph_8php.html +++ b/doc/html/socgraph_8php.html @@ -28,7 +28,7 @@ - +
The Red Matrix
-- cgit v1.2.3 From 64b16f1e1ac303b476ffac891c99f6404bc04f53 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 13 Dec 2013 01:13:35 -0800 Subject: add construct_page hook --- doc/html/socgraph_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/socgraph_8php.html') diff --git a/doc/html/socgraph_8php.html b/doc/html/socgraph_8php.html index 5f67be58c..d85a7c0a7 100644 --- a/doc/html/socgraph_8php.html +++ b/doc/html/socgraph_8php.html @@ -406,7 +406,7 @@ Functions
-

Referenced by suggest_content().

+

Referenced by suggest_content(), and widget_suggestions().

-- cgit v1.2.3 From 916f3e9afc0dcf7f4255bac917ed6236595c7e07 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 20 Dec 2013 01:39:05 -0800 Subject: doc updates --- doc/html/socgraph_8php.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/html/socgraph_8php.html') diff --git a/doc/html/socgraph_8php.html b/doc/html/socgraph_8php.html index d85a7c0a7..47a2222ca 100644 --- a/doc/html/socgraph_8php.html +++ b/doc/html/socgraph_8php.html @@ -168,8 +168,6 @@ Functions
-

Referenced by allfriends_content().

-
-- cgit v1.2.3