Home
last modified time | relevance | path

Searched refs:cur_post (Results 1 – 22 of 22) sorted by relevance

/dports/www/punbb/punbb-1.4.6/
H A Ddelete.php55 if (!$cur_post)
62 $cur_post['is_topic'] = ($id == $cur_post['first_post_id']) ? true : false;
70 $cur_post['closed'] == '1') &&
89 if ($cur_post['is_topic'])
92 delete_topic($cur_post['tid'], $cur_post['fid']);
103 delete_post($id, $cur_post['tid'], $cur_post['fid']);
137 $cur_post['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies']);
162 if ($cur_post['is_topic'])
172 …array($cur_post['forum_name'], forum_link($forum_url['forum'], array($cur_post['fid'], sef_friendl…
173 …array($cur_post['subject'], forum_link($forum_url['topic'], array($cur_post['tid'], sef_friendly($
[all …]
H A Dviewtopic.php344 if ($cur_post['poster_id'] > 1)
351 if ($cur_post['edited'] != '')
362 if ($cur_post['poster_id'] > 1)
366 …nerate_avatar_markup($cur_post['poster_id'], $cur_post['avatar'], $cur_post['avatar_width'], $cur_…
375 if ($cur_post['is_online'] == $cur_post['poster_id'])
392 if ($cur_post['poster_id'] > 1)
399 $cur_post['location'] = censor_words($cur_post['location']);
429 if ($cur_post['poster_id'] > 1)
431 if ($cur_post['url'] != '')
532 $signature_cache[$cur_post['poster_id']] = parse_signature($cur_post['signature']);
[all …]
H A Dedit.php54 $cur_post = $forum_db->fetch_assoc($result); variable
56 if (!$cur_post)
60 $mods_array = ($cur_post['moderators'] != '') ? unserialize($cur_post['moderators']) : array();
67 $cur_post['poster_id'] != $forum_user['id'] ||
68 $cur_post['closed'] == '1') &&
73 $can_edit_subject = $id == $cur_post['first_post_id'];
136 'WHERE' => 'id='.$cur_post['tid'].' OR moved_to='.$cur_post['tid']
199 …array($cur_post['forum_name'], forum_link($forum_url['forum'], array($cur_post['fid'], sef_friendl…
200 …array($cur_post['subject'], forum_link($forum_url['topic'], array($cur_post['tid'], sef_friendly($
314 if (isset($_POST['hide_smilies']) || $cur_post['hide_smilies'] == '1')
[all …]
H A Dextern.php351 while ($cur_post = $forum_db->fetch_assoc($result)) variable
354 $cur_post['message'] = censor_words($cur_post['message']);
356 $cur_post['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies']);
359 'id' => $cur_post['id'],
361 'link' => forum_link($forum_url['post'], $cur_post['id']),
362 'description' => $cur_post['message'],
364 'name' => $cur_post['poster'],
366 'pubdate' => $cur_post['posted']
369 if ($cur_post['poster_id'] > 1)
372 $item['author']['email'] = $cur_post['email'];
[all …]
H A Dmoderate.php524 while ($cur_post = $forum_db->fetch_assoc($result)) variable
533 $cur_post['username'] = $cur_post['poster'];
538 if ($cur_post['poster_id'] > 1)
539cur_post['id'] == $cur_topic['first_post_id']) ? $lang_topic['Topic byline'] : $lang_topic['Reply …
545 if ($cur_post['edited'] != '')
551 if ($cur_post['id'] != $cur_topic['first_post_id'])
555cur_post['poster_id'] > '1') ? '<a title="'.sprintf($lang_topic['Go to profile'], forum_htmlencode…
570 if ($cur_post['id'] == $cur_topic['first_post_id'])
576 if ($cur_post['id'] == $cur_topic['first_post_id'])
584 …$forum_page['message']['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies']);
[all …]
H A Dpost.php576 while ($cur_post = $forum_db->fetch_assoc($result)) variable
578 $posts[] = $cur_post;
591 foreach ($posts as $cur_post)
595 $forum_page['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies']);
600 …line">'.sprintf($lang_post['Post byline'], '<strong>'.forum_htmlencode($cur_post['poster']).'</str…
601 …link post'].'" href="'.forum_link($forum_url['post'], $cur_post['id']).'">'.format_time($cur_post[…
/dports/www/punbb/punbb-1.4.6/admin/
H A Dreindex.php130 while ($cur_post = $forum_db->fetch_row($result)) variable
132 echo sprintf($lang_admin_reindex['Processing post'], $cur_post[0], $cur_post[2]).'<br />'."\n";
134 …if ($cur_post[0] == $cur_post[4]) // This is the "topic post" so we have to index the subject as w…
135 update_search_index('post', $cur_post[0], $cur_post[1], $cur_post[3]);
137 update_search_index('post', $cur_post[0], $cur_post[1]);
139 $post_id = $cur_post[0];
H A Dusers.php592 while ($cur_post = $forum_db->fetch_assoc($result)) variable
593 $ips[$cur_post['poster_id']] = $cur_post['poster_ip'];
H A Ddb_update.php1297 while ($cur_post = $forum_db->fetch_assoc($result)) variable
1301 'SET' => 'first_post_id = '.$cur_post['first_post'],
1302 'WHERE' => 'id = '.$cur_post['topic_id']
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/mlx5/
H A Dmem.c120 idx = qp->sq.cur_post & (qp->sq.wqe_cnt - 1); in post_send_nop()
126 cpu_to_be32(((u32)(qp->sq.cur_post) << 8) | MLX5_OPCODE_NOP); in post_send_nop()
133 qp->sq.cur_post += DIV_ROUND_UP(sizeof(struct mlx5_wqe_ctrl_seg), in post_send_nop()
135 qp->sq.w_list[idx].next = qp->sq.cur_post; in post_send_nop()
147 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post); in post_send_nop()
H A Dwr.c43 idx = (sq->cur_post + (wqe_sz >> 2)) & (sq->wqe_cnt - 1); in handle_post_send_edge()
951 *idx = qp->sq.cur_post & (qp->sq.wqe_cnt - 1); in __begin_wqe()
985 ctrl->opmod_idx_opcode = cpu_to_be32(((u32)(qp->sq.cur_post) << 8) | in finish_wqe()
995 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB); in finish_wqe()
996 qp->sq.w_list[idx].next = qp->sq.cur_post; in finish_wqe()
1003 get_sq_edge(&qp->sq, qp->sq.cur_post & in finish_wqe()
1435 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post); in mlx5_ib_post_send()
H A Dmlx5_ib.h351 u16 cur_post; member
H A Dqp.c4134 qp->sq.cur_post = 0; in __mlx5_ib_modify_qp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/mlx5/
H A Dmem.c120 idx = qp->sq.cur_post & (qp->sq.wqe_cnt - 1); in post_send_nop()
126 cpu_to_be32(((u32)(qp->sq.cur_post) << 8) | MLX5_OPCODE_NOP); in post_send_nop()
133 qp->sq.cur_post += DIV_ROUND_UP(sizeof(struct mlx5_wqe_ctrl_seg), in post_send_nop()
135 qp->sq.w_list[idx].next = qp->sq.cur_post; in post_send_nop()
147 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post); in post_send_nop()
H A Dwr.c43 idx = (sq->cur_post + (wqe_sz >> 2)) & (sq->wqe_cnt - 1); in handle_post_send_edge()
951 *idx = qp->sq.cur_post & (qp->sq.wqe_cnt - 1); in __begin_wqe()
985 ctrl->opmod_idx_opcode = cpu_to_be32(((u32)(qp->sq.cur_post) << 8) | in finish_wqe()
995 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB); in finish_wqe()
996 qp->sq.w_list[idx].next = qp->sq.cur_post; in finish_wqe()
1003 get_sq_edge(&qp->sq, qp->sq.cur_post & in finish_wqe()
1435 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post); in mlx5_ib_post_send()
H A Dmlx5_ib.h351 u16 cur_post; member
H A Dqp.c4134 qp->sq.cur_post = 0; in __mlx5_ib_modify_qp()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/mlx5/
H A Dmem.c120 idx = qp->sq.cur_post & (qp->sq.wqe_cnt - 1); in post_send_nop()
126 cpu_to_be32(((u32)(qp->sq.cur_post) << 8) | MLX5_OPCODE_NOP); in post_send_nop()
133 qp->sq.cur_post += DIV_ROUND_UP(sizeof(struct mlx5_wqe_ctrl_seg), in post_send_nop()
135 qp->sq.w_list[idx].next = qp->sq.cur_post; in post_send_nop()
147 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post); in post_send_nop()
H A Dwr.c43 idx = (sq->cur_post + (wqe_sz >> 2)) & (sq->wqe_cnt - 1); in handle_post_send_edge()
951 *idx = qp->sq.cur_post & (qp->sq.wqe_cnt - 1); in __begin_wqe()
985 ctrl->opmod_idx_opcode = cpu_to_be32(((u32)(qp->sq.cur_post) << 8) | in finish_wqe()
995 qp->sq.cur_post += DIV_ROUND_UP(size * 16, MLX5_SEND_WQE_BB); in finish_wqe()
996 qp->sq.w_list[idx].next = qp->sq.cur_post; in finish_wqe()
1003 get_sq_edge(&qp->sq, qp->sq.cur_post & in finish_wqe()
1435 qp->db.db[MLX5_SND_DBR] = cpu_to_be32(qp->sq.cur_post); in mlx5_ib_post_send()
H A Dmlx5_ib.h351 u16 cur_post; member
H A Dqp.c4134 qp->sq.cur_post = 0; in __mlx5_ib_modify_qp()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/mlx5/exp/
H A Dib_mlx5_hw.c58 if ((mqp->sq.cur_post != 0) || (mqp->rq.head != 0)) { in uct_ib_mlx5_get_qp_info()
59 ucs_warn("cur_post=%d head=%d need_lock=%d", mqp->sq.cur_post, in uct_ib_mlx5_get_qp_info()