From 6e880cfd4954c4a044358a823fac4dc9d5467a6b Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 7 Jul 2013 17:22:40 -0700 Subject: use current channel photo for favicon where applicable - might be browser dependent but seems to work on FF --- doc/html/taxonomy_8php.html | 81 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 73 insertions(+), 8 deletions(-) (limited to 'doc/html/taxonomy_8php.html') diff --git a/doc/html/taxonomy_8php.html b/doc/html/taxonomy_8php.html index f1d05bd2b..dbf05996f 100644 --- a/doc/html/taxonomy_8php.html +++ b/doc/html/taxonomy_8php.html @@ -126,12 +126,16 @@ Functions    format_term_for_display ($term)   - tagadelic ($uid, $count=0, $type=TERM_HASHTAG) -  + tagadelic ($uid, $count=0, $authors= '', $flags=0, $type=TERM_HASHTAG) +   tags_sort ($a, $b)   - tagblock ($link, $uid, $count=0, $type=TERM_HASHTAG) -  + tagblock ($link, $uid, $count=0, $authors= '', $flags=0, $type=TERM_HASHTAG) +  + obj_verbs () +  + obj_verb_selector () + 

Function Documentation

@@ -244,6 +248,41 @@ Functions

Referenced by conversation(), item_getfeedtags(), prepare_body(), tag_deliver(), and tgroup_check().

+ + + +
+
+ + + + + + + +
obj_verb_selector ()
+
+ +

Referenced by thing_content().

+ +
+
+ +
+
+ + + + + + + +
obj_verbs ()
+
+

verbs: [0] = first person singular, e.g. "I want", [1] = 3rd person singular, e.g. "Bill wants" We use the first person form when creating an activity, but the third person for use in activities FIXME: There is no accounting for verb gender for languages where this is significant. We may eventually require obj_verbs() to provide full conjugations and specify which form to use in the $_REQUEST params to this module.

+ +

Referenced by advanced_profile(), obj_verb_selector(), and thing_init().

+
@@ -294,11 +333,11 @@ Functions
-

Referenced by filer_content(), and tag_deliver().

+

Referenced by filer_content(), tag_deliver(), and tagger_content().

- +
@@ -314,6 +353,18 @@ Functions + + + + + + + + + + + + @@ -328,11 +379,11 @@ Functions
  $count = 0,
 $authors = '',
 $flags = 0,
-

Referenced by tagblock().

+

Referenced by tagblock().

- +
@@ -354,6 +405,18 @@ Functions + + + + + + + + + + + + @@ -368,6 +431,8 @@ Functions
  $count = 0,
 $authors = '',
 $flags = 0,
+

Referenced by channel_aside().

+
-- cgit v1.2.3