From e16d678aab5fc43027ff80beedf1609ae09d78b0 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Jun 2013 15:15:07 -0700 Subject: relocate tagadelic to include/taxonomy --- doc/html/conversation_8php.html | 253 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 230 insertions(+), 23 deletions(-) (limited to 'doc/html/conversation_8php.html') diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 838addbc4..a2d4d76da 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -112,19 +112,28 @@ $(document).ready(function(){initNavTree('conversation_8php.html','');}); - - + + + + + + - - - - + + + + + + + + + + + + @@ -175,12 +184,12 @@ Functions - +

Functions

if(!function_exists('item_extract_images'))
-if(!function_exists('item_redir_and_replace_images')) 
localize_item (&$item)
 
 item_extract_images ($body)
 
 item_redir_and_replace_images ($body, $images, $cid)
 
 localize_item (&$item)
 
 count_descendants ($item)
 
 visible_activity ($item)
 
if(!function_exists('conversation')) best_link_url ($item)
 
if(!function_exists('item_photo_menu'))
-if(!function_exists('like_puller'))
-if(!function_exists('format_like')) 
status_editor ($a, $x, $popup=false)
 
 conversation (&$a, $items, $mode, $update, $page_mode= 'traditional')
 
 best_link_url ($item)
 
 item_photo_menu ($item)
 
 like_puller ($a, $item, &$arr, $mode)
 
 format_like ($cnt, $arr, $type, $id)
 
 status_editor ($a, $x, $popup=false)
 
 get_item_children ($arr, $parent)
 
 sort_item_children ($items)
- + @@ -188,11 +197,8 @@ Functions
if (!function_exists('conversation')) best_link_url best_link_url (   $item)
-

"Render" a conversation or list of items for HTML display. There are two major forms of display:

- + +

Referenced by conversation().

@@ -222,6 +228,57 @@ Functions

Referenced by channel_content(), display_content(), items_fetch(), network_content(), and search_content().

+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
conversation ($a,
 $items,
 $mode,
 $update,
 $page_mode = 'traditional' 
)
+
+

"Render" a conversation or list of items for HTML display. There are two major forms of display:

+
    +
  • Sequential or unthreaded ("New Item View" or search results)
  • +
  • conversation view The $mode parameter decides between the various renderings and also figures out how to determine page owner and other contextual items that are based on unique features of the calling module.
  • +
+ +

Referenced by channel_content(), community_content(), display_content(), item_post(), network_content(), Item\remove_parent(), search_content(), and Item\set_conversation().

+
@@ -265,6 +322,46 @@ Functions
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
format_like ( $cnt,
 $arr,
 $type,
 $id 
)
+
+ +

Referenced by Item\get_template_data().

+
@@ -281,7 +378,7 @@ Functions
-

Referenced by Item\get_template_data().

+

Referenced by conversation(), and Item\get_template_data().

@@ -311,12 +408,122 @@ Functions - + +
+
+ + + + + + + + +
item_extract_images ( $body)
+
+ +

Referenced by localize_item().

+ +
+
+ +
+
+ + + + + + + + +
item_photo_menu ( $item)
+
+ +

Referenced by conversation(), and Item\get_template_data().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
item_redir_and_replace_images ( $body,
 $images,
 $cid 
)
+
+ +

Referenced by localize_item().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
like_puller ( $a,
 $item,
$arr,
 $mode 
)
+
+ +

Referenced by conversation().

+ +
+
+
- + @@ -326,7 +533,7 @@ Functions @@ -458,12 +665,12 @@ Functions - +
if (!function_exists('item_extract_images')) if (!function_exists('item_redir_and_replace_images')) localize_item localize_item ( $item)
- + @@ -506,7 +713,7 @@ Functions
if (!function_exists('item_photo_menu')) if (!function_exists('like_puller')) if (!function_exists('format_like')) status_editor status_editor (   $a,
-- cgit v1.2.3