The Hubzilla
 All Classes Namespaces Files Functions Variables Pages
taxonomy.php File Reference

Functions

 file_tag_encode ($s)
 
 file_tag_decode ($s)
 
 file_tag_file_query ($table, $s, $type= 'file')
 
 term_query ($table, $s, $type=TERM_UNKNOWN, $type2= '')
 
 term_item_parent_query ($uid, $table, $s, $type=TERM_UNKNOWN, $type2= '')
 
 store_item_tag ($uid, $iid, $otype, $type, $term, $url= '')
 
 get_terms_oftype ($arr, $type)
 
 format_term_for_display ($term)
 
 tagadelic ($uid, $count=0, $authors= '', $owner= '', $flags=0, $restrict=0, $type=TERM_HASHTAG)
 
 card_tagadelic ($uid, $count=0, $authors= '', $owner= '', $flags=0, $restrict=0, $type=TERM_CATEGORY)
 
 article_tagadelic ($uid, $count=0, $authors= '', $owner= '', $flags=0, $restrict=0, $type=TERM_CATEGORY)
 
 dir_tagadelic ($count=0)
 
 app_tagblock ($link, $count=0)
 
 app_tagadelic ($count=0)
 
 tagblock ($link, $uid, $count=0, $authors= '', $owner= '', $flags=0, $restrict=0, $type=TERM_HASHTAG)
 
 wtagblock ($uid, $count=0, $authors= '', $owner= '', $flags=0, $restrict=0, $type=TERM_HASHTAG)
 
 catblock ($uid, $count=0, $authors= '', $owner= '', $flags=0, $restrict=0, $type=TERM_CATEGORY)
 
 card_catblock ($uid, $count=0, $authors= '', $owner= '', $flags=0, $restrict=0, $type=TERM_CATEGORY)
 
 article_catblock ($uid, $count=0, $authors= '', $owner= '', $flags=0, $restrict=0, $type=TERM_CATEGORY)
 
 dir_tagblock ($link, $r)
 
 obj_verbs ()
 
 obj_verb_selector ($current= '')
 
 get_things ($profile_hash, $uid)
 

Function Documentation

app_tagadelic (   $count = 0)

Referenced by app_tagblock().

app_tagblock (   $link,
  $count = 0 
)
article_catblock (   $uid,
  $count = 0,
  $authors = '',
  $owner = '',
  $flags = 0,
  $restrict = 0,
  $type = TERM_CATEGORY 
)
article_tagadelic (   $uid,
  $count = 0,
  $authors = '',
  $owner = '',
  $flags = 0,
  $restrict = 0,
  $type = TERM_CATEGORY 
)

Referenced by article_catblock().

card_catblock (   $uid,
  $count = 0,
  $authors = '',
  $owner = '',
  $flags = 0,
  $restrict = 0,
  $type = TERM_CATEGORY 
)
card_tagadelic (   $uid,
  $count = 0,
  $authors = '',
  $owner = '',
  $flags = 0,
  $restrict = 0,
  $type = TERM_CATEGORY 
)

Referenced by card_catblock().

catblock (   $uid,
  $count = 0,
  $authors = '',
  $owner = '',
  $flags = 0,
  $restrict = 0,
  $type = TERM_CATEGORY 
)
dir_tagadelic (   $count = 0)
dir_tagblock (   $link,
  $r 
)
file_tag_decode (   $s)
file_tag_encode (   $s)
file_tag_file_query (   $table,
  $s,
  $type = 'file' 
)
format_term_for_display (   $term)
get_things (   $profile_hash,
  $uid 
)

Referenced by advanced_profile().

obj_verb_selector (   $current = '')
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 get_things(), Zotlabs\Module\Thing\init(), and obj_verb_selector().

store_item_tag (   $uid,
  $iid,
  $otype,
  $type,
  $term,
  $url = '' 
)
tagadelic (   $uid,
  $count = 0,
  $authors = '',
  $owner = '',
  $flags = 0,
  $restrict = 0,
  $type = TERM_HASHTAG 
)
tagblock (   $link,
  $uid,
  $count = 0,
  $authors = '',
  $owner = '',
  $flags = 0,
  $restrict = 0,
  $type = TERM_HASHTAG 
)
term_item_parent_query (   $uid,
  $table,
  $s,
  $type = TERM_UNKNOWN,
  $type2 = '' 
)
term_query (   $table,
  $s,
  $type = TERM_UNKNOWN,
  $type2 = '' 
)
wtagblock (   $uid,
  $count = 0,
  $authors = '',
  $owner = '',
  $flags = 0,
  $restrict = 0,
  $type = TERM_HASHTAG 
)