Home
last modified time | relevance | path

Searched defs:topic_title (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/
H A Dxoopstopic.php34 public $topic_title; variable in XoopsTopic
233 public function topic_title($format = 'S') function in XoopsTopic
/dports/chinese/phpbb-tw/phpBB2/
H A Dmodcp.php1166 $topic_title = ''; variable
1218 $topic_title = $row['topic_title']; variable
1221 $topic_title = preg_replace($orig_word, $replacement_word, $topic_title); variable
H A Dsearch.php871 $topic_title = $searchset[$i]['topic_title']; variable
988 $topic_title = preg_replace($orig_word, $replacement_word, $topic_title); variable
1063 $topic_title = preg_replace($orig_word, $replacement_word, $searchset[$i]['topic_title']); variable
H A Dviewtopic.php200 $topic_title = $forum_topic_data['topic_title']; variable
478 $topic_title = preg_replace($orig_word, $replacement_word, $topic_title); variable
H A Dviewforum.php454 …$topic_title = ( count($orig_word) ) ? preg_replace($orig_word, $replacement_word, $topic_rowset[$… variable
/dports/www/phpbb/phpBB2/
H A Dmodcp.php1166 $topic_title = ''; variable
1218 $topic_title = $row['topic_title']; variable
1221 $topic_title = preg_replace($orig_word, $replacement_word, $topic_title); variable
H A Dsearch.php871 $topic_title = $searchset[$i]['topic_title']; variable
988 $topic_title = preg_replace($orig_word, $replacement_word, $topic_title); variable
1063 $topic_title = preg_replace($orig_word, $replacement_word, $searchset[$i]['topic_title']); variable
H A Dviewtopic.php200 $topic_title = $forum_topic_data['topic_title']; variable
478 $topic_title = preg_replace($orig_word, $replacement_word, $topic_title); variable
H A Dviewforum.php454 …$topic_title = ( count($orig_word) ) ? preg_replace($orig_word, $replacement_word, $topic_rowset[$… variable
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.formticket.class.php57 public $topic_title; variable in FormTicket
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.formticket.class.php57 public $topic_title; variable in FormTicket
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_posting.php1172 function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id, $topic_id, $post_…
/dports/chinese/phpbb-tw/phpBB2/includes/
H A Dfunctions_post.php546 function user_notification($mode, &$post_data, &$topic_title, &$forum_id, &$topic_id, &$post_id, &$…
/dports/www/phpbb/phpBB2/includes/
H A Dfunctions_post.php546 function user_notification($mode, &$post_data, &$topic_title, &$forum_id, &$topic_id, &$post_id, &$…
/dports/chinese/phpbb3-tw/phpBB3/
H A Dsearch.php859 $topic_title = censor_text($row['topic_title']); variable
/dports/www/phpbb3/phpBB3/
H A Dsearch.php1076 $topic_title = censor_text($row['topic_title']); variable
/dports/chinese/phpbb-tw/phpBB2/install/schemas/
H A Dpostgres_schema.sql419 topic_title varchar(60) DEFAULT '' NOT NULL, field
H A Dmysql_schema.sql441 topic_title char(60) NOT NULL, field
/dports/www/phpbb/phpBB2/install/schemas/
H A Dpostgres_schema.sql419 topic_title varchar(60) DEFAULT '' NOT NULL, field
H A Dmysql_schema.sql441 topic_title char(60) NOT NULL, field
/dports/www/tikiwiki/tiki-21.2/lib/comments/
H A Dcommentslib.php695 $topic_title = '',
/dports/chinese/phpbb3-tw/phpBB3/install/schemas/
H A Dfirebird_schema.sql1223 topic_title VARCHAR(255) CHARACTER SET UTF8 DEFAULT '' NOT NULL COLLATE UNICODE, field
H A Dmysql_40_schema.sql837 topic_title blob NOT NULL, field
H A Dmysql_41_schema.sql837 topic_title varchar(255) DEFAULT '' NOT NULL COLLATE utf8_unicode_ci, field
H A Dsqlite_schema.sql808 topic_title text(65535) NOT NULL DEFAULT '', field

12