Home
last modified time | relevance | path

Searched refs:canpost (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/moodle310/moodle/mod/forum/classes/message/inbound/
H A Dreply_handler.php94 $canpost = true;
96 $canpost = false;
106 $canpost = false;
109 $canpost = false;
114 if (!$canpost) {
130 if (!empty($thresholdwarning) && !$thresholdwarning->canpost) {
/dports/www/moodle311/moodle/mod/forum/classes/message/inbound/
H A Dreply_handler.php94 $canpost = true;
96 $canpost = false;
106 $canpost = false;
109 $canpost = false;
114 if (!$canpost) {
130 if (!empty($thresholdwarning) && !$thresholdwarning->canpost) {
/dports/www/moodle39/moodle/mod/forum/classes/message/inbound/
H A Dreply_handler.php94 $canpost = true;
96 $canpost = false;
106 $canpost = false;
109 $canpost = false;
114 if (!$canpost) {
130 if (!empty($thresholdwarning) && !$thresholdwarning->canpost) {
/dports/news/nntp/nntp-1.5.12.2_10/server/
H A Dserve.c183 host_access(&canread, &canpost, &canxfer, gdbuf); in serve()
209 if ( !canpost && !canread && !space(MINFREE)) { in serve()
270 canpost ? OK_CANPOST : OK_NOPOST, in serve()
273 canpost ? "posting ok" : "no posting"); in serve()
520 printf("%d OK.\r\n", canpost ? OK_CANPOST : OK_NOPOST);
H A Dxauth.c153 canread = canpost = canxfer = 0;
159 canpost = 1;
H A Dpost.c21 if (!canpost) {
H A Dglobals.c53 int canpost, canread, canxfer; variable
H A Dcommon.h212 extern int canread, canpost, canxfer;
/dports/news/nntp/nntp-1.5.12.2_10/inetd/
H A Dserve.c183 host_access(&canread, &canpost, &canxfer, gdbuf); in serve()
209 if ( !canpost && !canread && !space(MINFREE)) { in serve()
270 canpost ? OK_CANPOST : OK_NOPOST, in serve()
273 canpost ? "posting ok" : "no posting"); in serve()
520 printf("%d OK.\r\n", canpost ? OK_CANPOST : OK_NOPOST);
H A Dxauth.c153 canread = canpost = canxfer = 0;
159 canpost = 1;
H A Dglobals.c53 int canpost, canread, canxfer; variable
H A Dpost.c21 if (!canpost) {
H A Dcommon.h212 extern int canread, canpost, canxfer;
/dports/news/inn-current/inn-2.7-20211226/samples/
H A Dnnrpd_access.pl.in64 $tmp{canpost} = ($perm =~ /p/i);
78 my ($read, $post) = ($key->{canread}, $key->{canpost});
/dports/news/inn/inn-2.6.4/samples/
H A Dnnrpd_access.pl.in64 $tmp{canpost} = ($perm =~ /p/i);
78 my ($read, $post) = ($key->{canread}, $key->{canpost});
/dports/sysutils/shlock/inn-2.6.4/samples/
H A Dnnrpd_access.pl.in64 $tmp{canpost} = ($perm =~ /p/i);
78 my ($read, $post) = ($key->{canread}, $key->{canpost});
/dports/www/moodle310/moodle/admin/tool/lp/templates/
H A Dcomment_area.mustache31 * canpost
71 {{#canpost}}
84 {{/canpost}}
/dports/www/moodle39/moodle/admin/tool/lp/templates/
H A Dcomment_area.mustache31 * canpost
71 {{#canpost}}
84 {{/canpost}}
/dports/www/moodle311/moodle/admin/tool/lp/templates/
H A Dcomment_area.mustache31 * canpost
71 {{#canpost}}
84 {{/canpost}}
/dports/news/s-news/s-news-0.1.11/
H A Dnntpd.c131 static char canread=0,canpost=0,canxfer=0; variable
161 canread?" read":"",canpost?" post":"",canxfer?" xfer":""); in main()
163 if (!canread && !canpost && !canxfer) in main()
188 printf("%u %s NNTP server - %s\r\n",canpost?200:201,fqdn, in main()
189 canpost?"posting ok":"no posting"); in main()
369 if (strchr(cp,'p')) canpost=-1; in host_access()
1110 if (canpost) return (0); in check_post()
1132 if (canpost) in do_help()
/dports/www/moodle39/moodle/mod/forum/classes/
H A Dpost_form.php108 if ($thresholdwarning->canpost) {
/dports/www/moodle310/moodle/mod/forum/classes/
H A Dpost_form.php108 if ($thresholdwarning->canpost) {
/dports/www/moodle311/moodle/mod/forum/classes/
H A Dpost_form.php108 if ($thresholdwarning->canpost) {
/dports/news/inn-current/inn-2.7-20211226/innd/
H A Dart.c1966 int i, j, *isp, hopcount, oerrno, canpost; in ARTpost() local
2388 canpost = RCcanpost(cp, p); in ARTpost()
2389 if (!canpost) { /* At least one group cannot be fed by this peer. in ARTpost()
2394 } else if (canpost < 0) { in ARTpost()
/dports/news/inn/inn-2.6.4/innd/
H A Dart.c1940 int i, j, *isp, hopcount, oerrno, canpost; in ARTpost() local
2344 canpost = RCcanpost(cp, p); in ARTpost()
2345 if (!canpost) { /* At least one group cannot be fed by this peer. in ARTpost()
2350 } else if (canpost < 0) { in ARTpost()

12