Home
last modified time | relevance | path

Searched refs:last_post (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/www/ilias/ILIAS-5.4.25/Modules/Forum/classes/
H A Dclass.ilObjForumListGUI.php92 $last_post = ilObjForumAccess::getLastPostByRefId($this->ref_id);
138 if ((int) $last_post['pos_pk']) {
141 $last_post['pos_pk'] . "&thr_pk=" . $last_post['pos_thr_fk'] . "&ref_id=" .
142 $this->ref_id . "#" . $last_post["pos_pk"] . "\">" .
143 ilObjForumAccess::prepareMessageForLists($last_post['pos_message']) . "</a> " .
147 $last_post['pos_author_id'],
148 $last_post['pos_display_user_id'],
149 $last_post['pos_usr_alias'],
150 $last_post['import_name'],
153 …p;cmdClass=ilobjforumgui&amp;ref_id=' . $this->ref_id . '&amp;user=' . $last_post['pos_display_use…
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Forum/classes/
H A Dclass.ilObjForumListGUI.php92 $last_post = ilObjForumAccess::getLastPostByRefId($this->ref_id);
138 if ((int) $last_post['pos_pk']) {
141 $last_post['pos_pk'] . "&amp;thr_pk=" . $last_post['pos_thr_fk'] . "&amp;ref_id=" .
142 $this->ref_id . "#" . $last_post["pos_pk"] . "\">" .
143 ilObjForumAccess::prepareMessageForLists($last_post['pos_message']) . "</a> " .
147 $last_post['pos_author_id'],
148 $last_post['pos_display_user_id'],
149 $last_post['pos_usr_alias'],
150 $last_post['import_name'],
153 …p;cmdClass=ilobjforumgui&amp;ref_id=' . $this->ref_id . '&amp;user=' . $last_post['pos_display_use…
[all …]
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/usnic/src/usnic_direct/
H A Dusd_post_ud_udp.c60 uint32_t last_post; in usd_post_send_one_ud_udp() local
83 info = &wq->uwq_post_info[last_post]; in usd_post_send_one_ud_udp()
103 uint32_t last_post; in usd_post_send_one_vlan_ud_udp() local
126 info = &wq->uwq_post_info[last_post]; in usd_post_send_one_vlan_ud_udp()
146 uint32_t last_post; in usd_post_send_one_copy_ud_udp() local
166 last_post = in usd_post_send_one_copy_ud_udp()
189 uint32_t last_post; in usd_post_send_one_prefixed_ud_udp() local
207 last_post = in usd_post_send_one_prefixed_ud_udp()
237 uint32_t last_post; in usd_post_send_two_copy_ud_udp() local
259 last_post = in usd_post_send_two_copy_ud_udp()
[all …]
H A Dusd_post_ud_raw.c57 uint32_t last_post; in usd_post_send_one_prefixed_ud_raw() local
63 last_post = in usd_post_send_one_prefixed_ud_raw()
66 info = &wq->uwq_post_info[last_post]; in usd_post_send_one_prefixed_ud_raw()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/curl/lib/
H A Dformdata.c171 struct curl_httppost **last_post) in AddHttpPost() argument
200 if(*last_post) in AddHttpPost()
201 (*last_post)->next = post; in AddHttpPost()
205 (*last_post) = post; in AddHttpPost()
777 last_post); in FormAdd()
829 va_start(arg, last_post); in curl_formadd()
1490 va_start(arg, last_post); in FormAddTest()
1533 struct curl_httppost *last_post=NULL; in main() local
1557 &httppost, &last_post, in main()
1577 &httppost, &last_post, in main()
[all …]
/dports/games/warmux/warmux-11.04/build/symbian/lib/curl/lib/
H A Dformdata.c171 struct curl_httppost **last_post) in AddHttpPost() argument
200 if(*last_post) in AddHttpPost()
201 (*last_post)->next = post; in AddHttpPost()
205 (*last_post) = post; in AddHttpPost()
775 last_post); in FormAdd()
827 va_start(arg, last_post); in curl_formadd()
1547 va_start(arg, last_post); in FormAddTest()
1590 struct curl_httppost *last_post=NULL; in main() local
1612 &httppost, &last_post, in main()
1632 &httppost, &last_post, in main()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/forum/src/
H A DForumManager.php374 $last_post = new \stdClass();
376 $last_post->created = $topic->last_comment_timestamp;
377 $last_post->name = $topic->last_comment_name;
378 $last_post->uid = $topic->last_comment_uid;
381 $this->lastPostData[$tid] = $last_post;
382 return $last_post;
438 $forum->last_post = $this->getLastPost($forum->id());
/dports/www/drupal9/drupal-9.2.10/core/modules/forum/src/
H A DForumManager.php365 $last_post = new \stdClass();
367 $last_post->created = $topic->last_comment_timestamp;
368 $last_post->name = $topic->last_comment_name;
369 $last_post->uid = $topic->last_comment_uid;
372 $this->lastPostData[$tid] = $last_post;
373 return $last_post;
429 $forum->last_post = $this->getLastPost($forum->id());
/dports/www/phpgroupware/phpgroupware-0.9.16.017/fudforum/setup/base/src/
H A Donline_today.php.t50 $last_post = '{TEMPLATE: last_post_na}';
52 $last_post = '{TEMPLATE: last_post}';
54 $last_post = '{TEMPLATE: no_view_perm}';
H A Dactions.php.t52 $last_post = '{TEMPLATE: last_post_na}';
54 …$last_post = (!($usr->users_opt & 1048576) && !$r[11] && empty($limit[$r[10]])) ? '{TEMPLATE: no_v…
58 $last_post = '{TEMPLATE: last_post_na}';
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/usnic/src/
H A Dusdf_dgram.c112 info = &wq->uwq_post_info[last_post]; in _usdf_adjust_post_info()
270 uint32_t last_post; in _usdf_dgram_send_iov_copy() local
291 last_post = _usd_post_send_one(wq, hdr, len + sizeof(*hdr), cq_entry); in _usdf_dgram_send_iov_copy()
293 _usdf_adjust_post_info(wq, last_post, context, len); in _usdf_dgram_send_iov_copy()
306 uint32_t last_post; in _usdf_dgram_send_iov() local
323 last_post = _usd_post_send_iov(wq, send_iov, count + 1, in _usdf_dgram_send_iov()
325 _usdf_adjust_post_info(wq, last_post, context, len); in _usdf_dgram_send_iov()
597 uint32_t last_post; in usdf_dgram_prefix_send() local
630 last_post = _usd_post_send_one(wq, hdr, len - padding, in usdf_dgram_prefix_send()
646 uint32_t last_post; in _usdf_dgram_send_iov_prefix() local
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/
H A Dformdata.c77 struct curl_httppost **last_post) in AddHttpPost() argument
106 if(*last_post) in AddHttpPost()
107 (*last_post)->next = post; in AddHttpPost()
111 (*last_post) = post; in AddHttpPost()
204 struct curl_httppost **last_post, in FormAdd() argument
639 last_post); in FormAdd()
694 struct curl_httppost **last_post, in curl_formadd() argument
699 va_start(arg, last_post); in curl_formadd()
700 result = FormAdd(httppost, last_post, arg); in curl_formadd()
929 struct curl_httppost **last_post, in curl_formadd() argument
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/
H A Dformdata.c77 struct curl_httppost **last_post) in AddHttpPost() argument
106 if(*last_post) in AddHttpPost()
107 (*last_post)->next = post; in AddHttpPost()
111 (*last_post) = post; in AddHttpPost()
204 struct curl_httppost **last_post, in FormAdd() argument
639 last_post); in FormAdd()
694 struct curl_httppost **last_post, in curl_formadd() argument
699 va_start(arg, last_post); in curl_formadd()
700 result = FormAdd(httppost, last_post, arg); in curl_formadd()
929 struct curl_httppost **last_post, in curl_formadd() argument
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dformdata.c77 struct curl_httppost **last_post) in AddHttpPost() argument
106 if(*last_post) in AddHttpPost()
107 (*last_post)->next = post; in AddHttpPost()
111 (*last_post) = post; in AddHttpPost()
204 struct curl_httppost **last_post, in FormAdd() argument
639 last_post); in FormAdd()
694 struct curl_httppost **last_post, in curl_formadd() argument
699 va_start(arg, last_post); in curl_formadd()
700 result = FormAdd(httppost, last_post, arg); in curl_formadd()
927 struct curl_httppost **last_post, in curl_formadd() argument
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dformdata.c77 struct curl_httppost **last_post) in AddHttpPost() argument
106 if(*last_post) in AddHttpPost()
107 (*last_post)->next = post; in AddHttpPost()
111 (*last_post) = post; in AddHttpPost()
204 struct curl_httppost **last_post, in FormAdd() argument
639 last_post); in FormAdd()
694 struct curl_httppost **last_post, in curl_formadd() argument
699 va_start(arg, last_post); in curl_formadd()
700 result = FormAdd(httppost, last_post, arg); in curl_formadd()
929 struct curl_httppost **last_post, in curl_formadd() argument
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dformdata.c77 struct curl_httppost **last_post) in AddHttpPost() argument
106 if(*last_post) in AddHttpPost()
107 (*last_post)->next = post; in AddHttpPost()
111 (*last_post) = post; in AddHttpPost()
204 struct curl_httppost **last_post, in FormAdd() argument
639 last_post); in FormAdd()
694 struct curl_httppost **last_post, in curl_formadd() argument
699 va_start(arg, last_post); in curl_formadd()
700 result = FormAdd(httppost, last_post, arg); in curl_formadd()
929 struct curl_httppost **last_post, in curl_formadd() argument
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/lib/
H A Dformdata.c77 struct curl_httppost **last_post) in AddHttpPost() argument
106 if(*last_post) in AddHttpPost()
107 (*last_post)->next = post; in AddHttpPost()
111 (*last_post) = post; in AddHttpPost()
204 struct curl_httppost **last_post, in FormAdd() argument
639 last_post); in FormAdd()
694 struct curl_httppost **last_post, in curl_formadd() argument
699 va_start(arg, last_post); in curl_formadd()
700 result = FormAdd(httppost, last_post, arg); in curl_formadd()
923 struct curl_httppost **last_post, in curl_formadd() argument
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/
H A Dformdata.c77 struct curl_httppost **last_post) in AddHttpPost() argument
106 if(*last_post) in AddHttpPost()
107 (*last_post)->next = post; in AddHttpPost()
111 (*last_post) = post; in AddHttpPost()
204 struct curl_httppost **last_post, in FormAdd() argument
639 last_post); in FormAdd()
694 struct curl_httppost **last_post, in curl_formadd() argument
699 va_start(arg, last_post); in curl_formadd()
700 result = FormAdd(httppost, last_post, arg); in curl_formadd()
923 struct curl_httppost **last_post, in curl_formadd() argument
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dformdata.c77 struct curl_httppost **last_post) in AddHttpPost() argument
106 if(*last_post) in AddHttpPost()
107 (*last_post)->next = post; in AddHttpPost()
111 (*last_post) = post; in AddHttpPost()
204 struct curl_httppost **last_post, in FormAdd() argument
639 last_post); in FormAdd()
694 struct curl_httppost **last_post, in curl_formadd() argument
699 va_start(arg, last_post); in curl_formadd()
700 result = FormAdd(httppost, last_post, arg); in curl_formadd()
929 struct curl_httppost **last_post, in curl_formadd() argument
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dformdata.c77 struct curl_httppost **last_post) in AddHttpPost() argument
106 if(*last_post) in AddHttpPost()
107 (*last_post)->next = post; in AddHttpPost()
111 (*last_post) = post; in AddHttpPost()
204 struct curl_httppost **last_post, in FormAdd() argument
639 last_post); in FormAdd()
694 struct curl_httppost **last_post, in curl_formadd() argument
699 va_start(arg, last_post); in curl_formadd()
700 result = FormAdd(httppost, last_post, arg); in curl_formadd()
927 struct curl_httppost **last_post, in curl_formadd() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/
H A Dformdata.c77 struct curl_httppost **last_post) in AddHttpPost() argument
106 if(*last_post) in AddHttpPost()
107 (*last_post)->next = post; in AddHttpPost()
111 (*last_post) = post; in AddHttpPost()
204 struct curl_httppost **last_post, in FormAdd() argument
639 last_post); in FormAdd()
694 struct curl_httppost **last_post, in curl_formadd() argument
699 va_start(arg, last_post); in curl_formadd()
700 result = FormAdd(httppost, last_post, arg); in curl_formadd()
929 struct curl_httppost **last_post, in curl_formadd() argument
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/lib/
H A Dformdata.c77 struct curl_httppost **last_post) in AddHttpPost() argument
106 if(*last_post) in AddHttpPost()
107 (*last_post)->next = post; in AddHttpPost()
111 (*last_post) = post; in AddHttpPost()
204 struct curl_httppost **last_post, in FormAdd() argument
639 last_post); in FormAdd()
694 struct curl_httppost **last_post, in curl_formadd() argument
699 va_start(arg, last_post); in curl_formadd()
700 result = FormAdd(httppost, last_post, arg); in curl_formadd()
923 struct curl_httppost **last_post, in curl_formadd() argument
[all …]
/dports/science/nest/nest-simulator-3.1/testsuite/unittests/
H A Dtest_stdp_synapse.sli124 /last_post 0 def
140 last_post post_spike sub tau_minus div exp K_minus mul 1.0 add /K_minus Set
155 post_spike /last_post Set
170 ( w - lambda * alpha * w**mu_minus * K_minus * exp((last_post-pre_spike)/tau_minus) ) ExecMath
172 %(depression) =only (\t) =only last_post =only (\t) =only pre_spike =only (\t) =only w w_max mul =
181 last_post post_spike neq { facilitate } if
226 post_spike /last_post Set
H A Dtest_inh_stdp_synapse.sli129 /last_post 0 def
145 last_post post_spike sub tau_minus div exp K_minus mul 1.0 add /K_minus Set
160 post_spike /last_post Set
175 ( w - lambda * alpha * w**mu_minus * K_minus * exp((last_post-pre_spike)/tau_minus) ) ExecMath
177 %(depression) =only (\t) =only last_post =only (\t) =only pre_spike =only (\t) =only w w_max mul =
186 last_post post_spike neq { facilitate } if
231 post_spike /last_post Set
/dports/chinese/phpbb-tw/phpBB2/includes/
H A Dfunctions_admin.php105 $last_post = ( $row['last_post'] ) ? $row['last_post'] : 0;
110 $last_post = 0;
125 SET forum_last_post_id = $last_post, forum_posts = $total_posts, forum_topics = $total_topics

1234567