Home
last modified time | relevance | path

Searched refs:topic_info (Results 1 – 25 of 94) sorted by relevance

1234

/dports/chinese/phpbb3-tw/phpBB3/includes/mcp/
H A Dmcp_topic.php32 $topic_info = get_topic_data(array($topic_id), false, true);
34 if (!sizeof($topic_info))
39 $topic_info = $topic_info[$topic_id];
85 $subject = $topic_info['topic_title'];
121 $total = $topic_info['topic_replies_real'] + 1;
125 $total = $topic_info['topic_replies'] + 1;
177 $tmp_topic_data = array($topic_id => $topic_info);
178 …_info = get_topic_tracking($topic_info['forum_id'], $topic_id, $tmp_topic_data, array($topic_info[…
311 'TOPIC_TITLE' => $topic_info['topic_title'],
508 $topic_info = get_topic_data(array($topic_id));
[all …]
/dports/textproc/p5-Validator-Custom/Validator-Custom-1.0201/lib/Validator/Custom/
H A DRule.pm13 $self->topic_info->{default} = $default;
21 $self->topic_info->{name} = $name;
52 $self->topic_info->{constraints} ||= [];
53 $self->topic_info->{constraints} = [@{$self->topic_info->{constraints}}, @{$constraints_h}];
73 my $topic_info = {};
74 $topic_info->{key} = $key;
75 $self->topic_info($topic_info);
78 push @{$self->rule}, $self->topic_info;
87 $self->topic_info->{each} = $_[0];
91 return $self->topic_info->{each};
[all …]
/dports/www/phpbb3/phpBB3/includes/mcp/
H A Dmcp_topic.php39 if (!count($topic_info))
44 $topic_info = $topic_info[$topic_id];
90 $subject = $topic_info['topic_title'];
130 …$total = $phpbb_content_visibility->get_count('topic_posts', $topic_info, $topic_info['forum_id']);
188 $tmp_topic_data = array($topic_id => $topic_info);
189 …_info = get_topic_tracking($topic_info['forum_id'], $topic_id, $tmp_topic_data, array($topic_info[…
383 'TOPIC_TITLE' => $topic_info['topic_title'],
384 …d_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $topic_info['forum_id'] . '&t=' . $topic_in…
585 $topic_info = phpbb_get_topic_data(array($topic_id));
586 $topic_info = $topic_info[$topic_id];
[all …]
H A Dmcp_queue.php159 $topic_info = [];
382 if (!count($topic_info))
387 $topic_info = $topic_info[$topic_id];
388 $forum_id = $topic_info['forum_id'];
723 $topic_info = array();
740 $topic_info[$topic_id]['first_post'] = true;
746 $topic_info[$topic_id]['last_post'] = true;
761 foreach ($topic_info as $topic_id => $topic_data)
996 if (count($topic_info) >= 1)
1101 if (count($topic_info) == 1 && $topic_url)
[all …]
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/modules/
H A Dm_topic.c78 char topic_info[NICKLEN + USERLEN + HOSTLEN + 3]; /* +3 for !, @, \0 */ in m_topic() local
80 snprintf(topic_info, sizeof(topic_info), "%s!%s@%s", source_p->name, in m_topic()
82 channel_set_topic(channel, parv[2], topic_info, event_base->time.sec_real, true); in m_topic()
107 channel->topic_info, in m_topic()
139 char topic_info[NICKLEN + USERLEN + HOSTLEN + 3]; /* +3 for !, @, \0 */ in ms_topic() local
141 snprintf(topic_info, sizeof(topic_info), "%s!%s@%s", source_p->name, in ms_topic()
144 strlcpy(topic_info, me.name, sizeof(topic_info)); in ms_topic()
146 strlcpy(topic_info, source_p->name, sizeof(topic_info)); in ms_topic()
148 channel_set_topic(channel, parv[2], topic_info, event_base->time.sec_real, false); in ms_topic()
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-edit_topic.php21 $topic_info = $artlib->get_topic($_REQUEST["topicid"]); variable
22 if ($topic_info == DB_ERROR) {
27 $smarty->assign_by_ref('topic_info', $topic_info);
52 $topic_info['name'] = $_REQUEST['name'];
60 …_watch('admin', 'topic_article_created', $_REQUEST['topicid'], 'cms', $topic_info['name'], 'tiki-e…
61 …r_watch('admin', 'topic_article_edited', $_REQUEST['topicid'], 'cms', $topic_info['name'], 'tiki-e…
62 …_watch('admin', 'topic_article_deleted', $_REQUEST['topicid'], 'cms', $topic_info['name'], 'tiki-e…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/aws_ses_identity/tasks/
H A Dmain.yaml281 register: topic_info
291 topic: "{{ topic_info.results[0].sns_arn }}"
293 topic: "{{ topic_info.results[1].sns_arn }}"
295 topic: "{{ topic_info.results[2].sns_arn }}"
329 register: topic_info
379 register: topic_info
487 register: topic_info
543 register: topic_info
549 topic: "{{ topic_info.sns_arn }}"
573 register: topic_info
[all …]
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A Dtopic-window.h35 struct topic_info; /* forward declaration */
46 struct topic_info { struct
73 struct topic_info *info, argument
74 void (*init_items_func)(struct topic_info *info),
79 extern void select_topic(struct topic_info *info, size_t idx);
H A Dtopic-window.c134 struct topic_info *info = (struct topic_info *)client_data; in ok_cb()
149 struct topic_info *info = (struct topic_info *)client_data; in cancel_cb()
208 create_label_widget(Widget parent, const char *name, struct topic_info *info) in create_label_widget()
242 select_topic(struct topic_info *info, size_t idx) in select_topic()
287 struct topic_info *info = (struct topic_info *)client_data; in select_topic_cb()
358 struct topic_info *info; in close_topic_window()
369 info = (struct topic_info *)ptr; in close_topic_window()
396 create_list_widget(Widget parent, const char *w_name, struct topic_info *info) in create_list_widget()
477 struct topic_info *info, in create_topic_window()
478 void (*init_items_func)(struct topic_info *info), in create_topic_window()
H A Dxm_prefs.c91 initialize_items(struct topic_info *info) in initialize_items()
373 struct topic_info *info = (struct topic_info *)arg; in apply_prefs_cb()
434 struct topic_info *info = (struct topic_info *)arg; in revert_prefs_cb()
468 struct topic_info *info = (struct topic_info *)arg; in save_prefs_exit()
478 struct topic_info *info = (struct topic_info *)arg; in no_save_prefs_exit()
488 struct topic_info *info = (struct topic_info *)arg; in close_prefs_exit()
507 struct topic_info *info = NULL; in preferences_changed()
540 static struct topic_info info; in popup_preferences_dialog()
H A Dxm_prefs_page.c135 struct topic_info *tinfo = (struct topic_info *)client_data; in landscape_cb()
198 struct topic_info *tinfo = (struct topic_info *)client_data; in select_cb()
293 struct topic_info *info; in update_preferences_paper()
353 struct topic_info *info = (struct topic_info *)client_data;
379 struct topic_info *info = (struct topic_info *)client_data; in set_shrinkfactor_cb()
422 h_create_shrink_frame(Widget top, struct topic_info *info) in h_create_shrink_frame()
513 struct topic_info *info = (struct topic_info *)client_data; in remember_windowsize_cb()
527 h_create_papersize_form(Widget parent, struct topic_info *info) in h_create_papersize_form()
609 prefs_paper(struct topic_info *info) in prefs_paper()
H A Dxm_prefs_scroll.c74 struct topic_info *info = (struct topic_info *)client_data; in select_unit_cb()
122 struct topic_info *info = (struct topic_info *)client_data; in set_offset_cb()
182 struct topic_info *info = (struct topic_info *)client_data; in home_position_cb()
216 struct topic_info *info = (struct topic_info *)client_data; in keep_cb()
254 h_create_scrolling(Widget parent, struct topic_info *info) in h_create_scrolling()
435 prefs_scrolling(struct topic_info *info) in prefs_scrolling()
H A Dxm_prefs_fonts.c76 struct topic_info *tinfo = (struct topic_info *)client_data; in underline_toggle_cb()
101 struct topic_info *tinfo = (struct topic_info *)client_data; in colorspecial_toggle_cb()
120 struct topic_info *info = (struct topic_info *)client_data; in darkness_text_cb()
157 struct topic_info *info = (struct topic_info *)client_data;
306 struct topic_info *info) in h_create_colorsample()
335 h_create_fonts_frame(Widget top, struct topic_info *info) in h_create_fonts_frame()
421 h_create_colors_form(Widget top, struct topic_info *info) in h_create_colors_form()
623 prefs_fonts_and_colors(struct topic_info *info) in prefs_fonts_and_colors()
H A Dxm_prefs_scroll.h29 struct topic_info; /* forward declaration */
30 extern Widget prefs_scrolling(struct topic_info *info);
H A Dxm_prefs_helpers.h29 struct topic_info; /* forward declaration */
30 extern Widget prefs_helpers(struct topic_info *info);
H A Dxm_prefs_fonts.h29 struct topic_info; /* forward declaration */
30 extern Widget prefs_fonts_and_colors(struct topic_info *info);
H A Dxm_prefs_appearance.h29 struct topic_info; /* forward declaration */
30 extern Widget prefs_appearance(struct topic_info *info);
H A Dxm_prefs_page.h29 struct topic_info; /* forward declaration */
30 extern Widget prefs_paper(struct topic_info *info);
H A Dxm_prefs_appearance.c85 struct topic_info *info = (struct topic_info *)client_data; in match_cb()
111 struct topic_info *info = (struct topic_info *)client_data; in tooltips_cb()
167 struct topic_info *info = (struct topic_info *)client_data;
262 struct topic_info *info = (struct topic_info *)client_data; in gui_buttons_cb()
313 toolbar_buttons_init(struct topic_info *info, Widget raised, Widget flat)
331 prefs_appearance(struct topic_info *info) in prefs_appearance()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/aws_ses_identity/tasks/
H A Dmain.yaml304 register: topic_info
314 topic: "{{ topic_info.results[0].sns_arn }}"
316 topic: "{{ topic_info.results[1].sns_arn }}"
318 topic: "{{ topic_info.results[2].sns_arn }}"
356 register: topic_info
411 register: topic_info
527 register: topic_info
589 register: topic_info
595 topic: "{{ topic_info.sns_arn }}"
623 register: topic_info
[all …]
/dports/devel/upp/upp/uppsrc/ide/Browser/
H A DTopicBase.cpp40 VectorMap<String, TopicInfo>& topic_info() in topic_info() function
119 TopicInfo& ti = topic_info().GetPut(link); in SyncTopicFile()
140 TopicInfo& ti = topic_info().GetPut(link); in SyncTopicFile()
180 VectorMap<String, TopicInfo>& t = topic_info(); in InvalidateTopicInfoPath()
274 int q = topic_info().Find(link); in GetTopicTitle()
275 return q >= 0 ? topic_info()[q].title : Null; in GetTopicTitle()
292 int q = topic_info().Find(link); in MatchTopicLink()
295 TopicInfo& f = topic_info()[q]; in MatchTopicLink()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/modules/
H A Dm_topic.c100 char topic_info[USERHOST_REPLYLEN]; in m_topic() local
101 rb_sprintf(topic_info, "%s!%s@%s", in m_topic()
103 set_channel_topic(chptr, parv[2], topic_info, rb_current_time()); in m_topic()
141 chptr->topic->topic_info, chptr->topic->topic_time); in m_topic()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/modules/
H A Dm_topic.c100 char topic_info[USERHOST_REPLYLEN]; in m_topic() local
101 rb_sprintf(topic_info, "%s!%s@%s", in m_topic()
103 set_channel_topic(chptr, parv[2], topic_info, rb_current_time()); in m_topic()
141 chptr->topic->topic_info, chptr->topic->topic_time); in m_topic()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/include/
H A Dchannel.h47 struct topic_info struct
50 char topic_info[USERHOST_REPLYLEN]; member
59 struct topic_info *topic; argument
210 const char *topic_info, time_t topicts);
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/include/
H A Dchannel.h47 struct topic_info struct
50 char topic_info[USERHOST_REPLYLEN]; member
59 struct topic_info *topic; argument
210 const char *topic_info, time_t topicts);

1234