Searched refs:expires (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dcookie.t155 -expires => '+3M',
164 like($c->expires, '/^[a-z]{3},\s*\d{2}-[a-z]{3}-\d{4}/i', 'expires in correct format');
177 ok(!defined $c->expires, 'expires is not set');
195 # ok(!defined $c->expires, 'expires is not set');
209 -expires => '+3M',
222 my $expires = $c->expires;
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c89 time_t expires; member in struct:cache_entry
119 if ((*ans)->expires < now || (*ans)->max_life < now) {
130 (*ans)->expires += ADVANCE_PER_USE;
182 ce->expires = now + INIT_LIFETIME;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm120 my ( $name, $value, $path, $domain, $secure, $expires, $max_age, $httponly )
139 $self->expires( $expires ) if defined $expires;
140 $self->max_age($expires) if defined $max_age;
157 push @cookie,"expires=".$self->expires if $self->expires;
218 sub expires { subroutine
219 my ( $self, $expires )
[all...]
H A DUtil.pm8 expires ebcdic2ascii ascii2ebcdic);
292 sub expires { subroutine
313 # This internal routine creates an expires time exactly some number of
H A DPush.pm40 my ($type,$callback,$delay,$last_page,$cookie,$target,$expires,$nph,@other) = rearrange([TYPE,NEXT_PAGE,DELAY,LAST_PAGE,[COOKIE,COOKIES],TARGET,EXPIRES,NPH],@p);
230 =item -cookie, -target, -expires, -nph
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dcustomize.cgi27 -expires=>'+30d');
H A Dcookie.cgi32 -expires=>'+1h');
/osnet-11/usr/src/lib/libadutils/common/
H A Daddisc.c140 time_t expires; member in struct:ad_item
230 (item->expires == 0 || item->expires > time(NULL)))
261 item->expires = 0;
263 item->expires = time(NULL) + ttl;
2191 time_t expires; local
2194 expires = MIN_GT_ZERO(ctx->domain_controller.expires,
2195 ctx->global_catalog.expires);
2196 expires
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm154 will be looked up afresh when it expires. When a data item is looked
268 Here is a very brief example of a policy module that expires each
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm218 the timer expires.
223 known as the I<user time>.) C<SIGVTALRM> is delivered when the timer expires.
229 delivered when the timer expires. C<SIGPROF> can interrupt system calls.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm28 use CGI::Util qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic);
1547 my($type,$status,$cookie,$target,$expires,$nph,$charset,$attachment,$p3p,@other) =
1554 for my $header ($type,$status,$cookie,$target,$expires,$nph,$charset,$attachment,$p3p,@other) {
1613 push(@header,"Expires: " . expires($expires,'http'))
1614 if $expires;
1615 push(@header,"Date: " . expires(0,'http')) if $expires || $cookie || $nph;
2908 # -expires -> expiry date in format Wdy, DD-Mon-YYYY HH:MM:SS GMT (optional)
2913 my($name,$value,$path,$domain,$secure,$expires,
[all...]

Completed in 106 milliseconds