Home
last modified time | relevance | path

Searched refs:maxdays (Results 1 – 25 of 110) sorted by relevance

12345

/dports/www/fswiki/wiki3_6_2/plugin/access/
H A DAccessDays.pm29 my $maxdays = shift;
37 if($maxdays eq ""){
38 $maxdays = 5;
81 $maxdays--;
82 last unless $maxdays;
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_events.php115 if (! isset($maxdays)) {
116 $maxdays = 365;
181 $maxdays,
193 $maxdays,
205 $maxdays,
217 $events = $calendarlib->upcoming_events($max, array_intersect($calIds, $viewable), $maxdays);
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Admin/
H A DRemoveOldTopics.pm23 my $maxdays = $FORM{'maxdays'} || $INFO{'maxdays'};
24 if ( $maxdays !~ /\A[0-9]+\Z/xsm ) {
37 $yytitle = "$removemess_txt{'120'} $maxdays";
40 qq~<br /><b>$removemess_txt{'1'} $maxdays $removemess_txt{'2'}</b><br />~;
43 print {FILE} $maxdays or croak "$croak{'print'} oldestmes";
89 if ( $result <= $maxdays ) { # If the message is not too old
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/pynslcd/
H A Dshadow.py69 def write(self, name, passwd, lastchangedate, mindays, maxdays, warndays, argument
75 self.fp.write_int32(maxdays)
106 maxdays = mk_int(attributes.get('shadowMax', [-1])[0])
113 maxdays = -1
120 yield (name, passwd, lastchangedate, mindays, maxdays, warndays,
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/pynslcd/
H A Dshadow.py69 def write(self, name, passwd, lastchangedate, mindays, maxdays, warndays, argument
75 self.fp.write_int32(maxdays)
106 maxdays = mk_int(attributes.get('shadowMax', [-1])[0])
113 maxdays = -1
120 yield (name, passwd, lastchangedate, mindays, maxdays, warndays,
/dports/multimedia/podcastdl/podcastdl-0.3.3/src/
H A Dpodcastdl.c28 get_podcast_list(char * url, podcast_head_t * podcast,int maxdays) in get_podcast_list() argument
61 if (feed_time == 0 || maxdays == 0 || in get_podcast_list()
62 (((now - feed_time) / SEC_IN_DAY) <= maxdays)) { in get_podcast_list()
207 int maxdays = 0; in main() local
232 maxdays=atoi(days); in main()
260 get_podcast_list(url,&podcast,maxdays); in main()
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/fr_kazer/
H A Dtv_grab_fr_kazer135 my $maxdays = 1+14; # data source is limited to n days (including today)
146 defaults => { days => $maxdays, offset => 0, quiet => 0, debug => 0 },
167 if ($opt->{offset} + $opt->{days} > $maxdays) {
168 $opt->{days} = $maxdays - $opt->{offset};
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Duser.py71 maxdays=999999, argument
153 if maxdays is not None and lshad["max"] != maxdays:
154 change["maxdays"] = maxdays
258 maxdays=None,
590 maxdays,
666 __salt__["shadow.set_maxdays"](name, maxdays)
759 maxdays,
879 if maxdays:
882 if spost["max"] != maxdays:
886 " {}".format(name, maxdays)
[all …]
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/dk_tvtid/
H A Dtv_grab_dk_tvtid241 my $maxdays=7;
243 die "tvtid.tv2.dk only provide information for today and the next $maxdays days."
244 if ($opt_offset > $maxdays);
248 $opt_days = $maxdays - $opt_offset;
251 if (($opt_days + $opt_offset) > $maxdays) {
252 $opt_days = $maxdays - $opt_offset;
253 …warn "tvtid.tv2.dk only provide information for today and the next $maxdays days (and not for all …
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/nslcd/
H A Dshadow.c193 long *mindays, long *maxdays, long *warndays, in get_shadow_properties() argument
208 GET_OPTIONAL_LONG(*maxdays, shadowMax, -1); in get_shadow_properties()
217 *maxdays = -1; in get_shadow_properties()
230 long maxdays; in write_shadow() local
251 get_shadow_properties(entry, &lastchangedate, &mindays, &maxdays, &warndays, in write_shadow()
269 WRITE_INT32(fp, maxdays); in write_shadow()
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/nslcd/
H A Dshadow.c193 long *mindays, long *maxdays, long *warndays, in get_shadow_properties() argument
208 GET_OPTIONAL_LONG(*maxdays, shadowMax, -1); in get_shadow_properties()
217 *maxdays = -1; in get_shadow_properties()
230 long maxdays; in write_shadow() local
251 get_shadow_properties(entry, &lastchangedate, &mindays, &maxdays, &warndays, in write_shadow()
269 WRITE_INT32(fp, maxdays); in write_shadow()
/dports/devel/py-isodate/isodate-0.6.0/src/isodate/
H A Dduration.py178 maxdays = max_days_in_month(newyear, newmonth)
179 if other.day > maxdays:
180 newday = maxdays
262 maxdays = max_days_in_month(newyear, newmonth)
263 if other.day > maxdays:
264 newday = maxdays
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dsolaris_shadow.py172 def set_maxdays(name, maxdays): argument
184 if maxdays == pre_info["max"]:
186 cmd = "passwd -x {} {}".format(maxdays, name)
190 return post_info["max"] == maxdays
/dports/www/moodle310/moodle/lib/classes/task/
H A Dstats_cron_task.php51 $maxdays = empty($CFG->statsruntimedays) ? 31 : abs($CFG->statsruntimedays);
52 if (stats_cron_daily($maxdays)) {
/dports/www/moodle39/moodle/lib/classes/task/
H A Dstats_cron_task.php51 $maxdays = empty($CFG->statsruntimedays) ? 31 : abs($CFG->statsruntimedays);
52 if (stats_cron_daily($maxdays)) {
/dports/www/moodle311/moodle/lib/classes/task/
H A Dstats_cron_task.php51 $maxdays = empty($CFG->statsruntimedays) ? 31 : abs($CFG->statsruntimedays);
52 if (stats_cron_daily($maxdays)) {
/dports/net/calendarsupport/calendarsupport-21.12.3/src/printing/
H A Dyearprint.cpp120 int maxdays = 1; in print() local
122 maxdays = qMax(maxdays, temp.daysInMonth()); in print()
157 drawMonth(p, temp, monthBox, maxdays, mSubDaysEvents, mHolidaysEvents); in print()
/dports/irc/atheme-services/atheme-7.2.9/modules/operserv/
H A Dgreplog.c76 int maxdays, matches = -1, matches1, day, days, lines, linesv; in os_cmd_greplog() local
113 maxdays = !strcmp(service, "*") ? 120 : 30; in os_cmd_greplog()
114 if (days < 0 || days > maxdays) in os_cmd_greplog()
116 command_fail(si, fault_badparams, _("Too many days, maximum is %d."), maxdays); in os_cmd_greplog()
/dports/www/horde-base/horde-5.2.23/lib/Block/Account/
H A DLdap.php215 $maxdays = $this->_getMaxPasswd();
216 if ($maxdays === false) {
221 $lastset = $pwdlastset - $maxdays;
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_calendar.c187 unsigned int maxdays, i; in _access_calendar_item_register() local
194 maxdays = _maxdays_get(&sd->shown_date, 0); in _access_calendar_item_register()
198 if ((day) && (day <= maxdays)) in _access_calendar_item_register()
294 maxdays = _maxdays_get(&sd->shown_date, 0); in _populate()
336 if ((day) && (day <= maxdays)) in _populate()
350 if (day <= maxdays) in _populate()
538 int maxdays; in _update_data() local
588 if (sd->date.tm_mday > maxdays) in _update_data()
589 sd->date.tm_mday = maxdays; in _update_data()
817 int maxdays, day, i; in _access_obj_process() local
[all …]
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/nssov/
H A Dshadow.c165 long maxdays; in write_shadow() local
201 GET_OPTIONAL_LONG(maxdays,MAX_KEY); in write_shadow()
214 maxdays=99999; in write_shadow()
225 WRITE_INT32(cbp->fp,maxdays); in write_shadow()
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/nssov/
H A Dshadow.c165 long maxdays; in write_shadow() local
201 GET_OPTIONAL_LONG(maxdays,MAX_KEY); in write_shadow()
214 maxdays=99999; in write_shadow()
225 WRITE_INT32(cbp->fp,maxdays); in write_shadow()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/nssov/
H A Dshadow.c165 long maxdays; in write_shadow() local
201 GET_OPTIONAL_LONG(maxdays,MAX_KEY); in write_shadow()
214 maxdays=99999; in write_shadow()
225 WRITE_INT32(cbp->fp,maxdays); in write_shadow()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/nssov/
H A Dshadow.c165 long maxdays; in write_shadow() local
201 GET_OPTIONAL_LONG(maxdays,MAX_KEY); in write_shadow()
214 maxdays=99999; in write_shadow()
225 WRITE_INT32(cbp->fp,maxdays); in write_shadow()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/nssov/
H A Dshadow.c165 long maxdays; in write_shadow() local
201 GET_OPTIONAL_LONG(maxdays,MAX_KEY); in write_shadow()
214 maxdays=99999; in write_shadow()
225 WRITE_INT32(cbp->fp,maxdays); in write_shadow()

12345