Searched +refs:original +refs:date (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DDate.pm7 # Plugin to generate formatted date strings.
65 # Returns a formatted time/date string for the specified time, $time,
85 my (@date, $datestr);
90 @date = (gmtime($time))[0..6];
93 @date = (localtime($time))[0..6];
106 @date = @parts[reverse 0..5];
110 @date = @parts[2,1,0,3..5];
114 if (!@date) {
115 return (undef, Template::Exception->new('date',
116 "bad time/date strin
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DDate.pm7 # Plugin to generate formatted date strings.
65 # Returns a formatted time/date string for the specified time, $time,
85 my (@date, $datestr);
90 @date = (gmtime($time))[0..6];
93 @date = (localtime($time))[0..6];
106 @date = @parts[reverse 0..5];
110 @date = @parts[2,1,0,3..5];
114 if (!@date) {
115 return (undef, Template::Exception->new('date',
116 "bad time/date strin
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF/lib/DateTime/Format/
H A DW3CDTF.pm49 my ( $self, $date ) = @_;
52 my $original = $date;
55 if ( $date =~ s/([+-]\d\d:\d\d)$// )
60 elsif ( $date =~ s/Z$// )
69 my $format = $valid_formats{ length $date }
70 or die "Invalid W3CDTF datetime string ($original)";
72 @p{ @{ $format->{params} } } = $date =~ /$format->{regex}/;
157 This module understands the W3CDTF date/time format, an ISO 8601 profile,
159 date forma
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm80 my ($self, $date, $p, @args) = @_;
81 return unless defined $date;
91 # Preprocess - can modify $date and fill %p
94 $date = $args{preprocess}->( input => $date, parsed => \%p, %param );
97 my $rv = $class->do_match( $date, @args ) if $class->can('do_match');
103 $args{$type}->( input => $date, %param ) if $args{$type};
108 $dt = $class->post_match( $date, $rv, \%p ) if $class->can('post_match');
115 input => $date,
123 $dt = $class->make( $date,
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm80 my ($self, $date, $p, @args) = @_;
81 return unless defined $date;
91 # Preprocess - can modify $date and fill %p
94 $date = $args{preprocess}->( input => $date, parsed => \%p, %param );
97 my $rv = $class->do_match( $date, @args ) if $class->can('do_match');
103 $args{$type}->( input => $date, %param ) if $args{$type};
108 $dt = $class->post_match( $date, $rv, \%p ) if $class->can('post_match');
115 input => $date,
123 $dt = $class->make( $date,
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DOracle.pm224 if ($info->{data_type} =~ /^(?:n?[cb]lob|long(?: raw)?|bfile|date|binary_(?:float|double)|rowid)\z/i) {
242 $info->{original}{data_type} = 'number';
246 $info->{original}{size} = $info->{size};
303 $info->{original}{data_type} = 'float';
304 $info->{original}{size} = $info->{size};
315 $info->{original}{data_type} = 'float';
319 $info->{original}{size} = $size;
337 elsif (lc($info->{data_type}) eq 'date') {
339 $info->{original}{data_type} = 'date';
[all...]
H A DDB2.pm208 $info->{original}{data_type} = $original_type;
231 if ((eval { lc ${ $info->{default_value} } }||'') =~ /^current (date|time(?:stamp)?)\z/i) {
237 $info->{original}{default_value} = \$orig_deflt;
H A DPg.pm205 /^(?:bigint|int8|bigserial|serial8|bool(?:ean)?|box|bytea|cidr|circle|date|double precision|float8|inet|integer|int|int4|line|lseg|macaddr|money|path|point|polygon|real|float4|smallint|int2|serial|serial4|text)\z/i) {
275 $info->{original}{data_type} = 'varchar';
301 # Store its original name in extra for SQLT to pick up.
324 $info->{original}{default_value} = \$now;
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex338 %\key{agenda for date at cursor}{C-c C-o}
532 \key{prompt for date and insert timestamp}{C-c .}
533 \key{like \kbd{C-c} . but insert date and time format}{C-u C-c .}
541 \key{access the calendar for the current date}{C-c >}
542 \key{insert timestamp matching date in calendar}{C-c <}
543 \key{access agenda for current date}{C-c C-o}
544 \key{Select date while prompted}{mouse-1/RET}
545 %\key{... select date in calendar}{mouse-1/RET}
584 \key{agenda for date at cursor}{C-c C-o}
597 \key{show original locatio
[all...]
H A Dgnus-refcard.tex81 \def\date{April, 2006}
130 current maintainer's email address. \Guide{} last edited on \date.
570 C-c C-s C-d & Sort the summary-buffer by {\bf date}.\\
741 W T o & Display the {\bf original} timestamp.\\
742 W T p & Display the date in format that's {\bf
936 S F & (F) Post a {\bf followup} and include the original. [p/p]\\
943 S R & (R) Mail a {\bf reply} and include the original. [p/p]\\
948 the original.\\
950 S V & Mail a {\bf very} wide reply to this article and include the original.\\
958 S N & Post a followup via {\bf news} and include the original mai
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSPeerInfo.c470 CFDateRef date;
471 der_decode_date(NULL, 0, &date, NULL, CFDataGetBytePtr(sosdate),
473 return date;
487 SOSPeerInfoRef SOSPeerInfoCopyAsApplication(SOSPeerInfoRef original, SecKeyRef userkey, SecKeyRef peerkey, CFErrorRef *error) {
489 SOSPeerInfoRef pi = SOSPeerInfoCreateCopy(kCFAllocatorDefault, original, error);
545 CFDateRef date = sosCreateCFDate(sosdate);
547 return date;
759 SOSCreateError(kSOSErrorUnexpectedType, CFSTR("Retirement date is after current date"), NULL, error));
/macosx-10.9.5/ksh-20/ksh/lib/package/
H A Dpackage.mk50 * package base version (overrides current date)
53 * package delta release (overrides current date)
574 name.original := $(name)
576 if name != "$(name.original)"
577 $(name) : $(~$(name.original))
585 version.original := $(version)
633 package write cyg base source version=$(version.original) $(name.original)
634 package write cyg base binary version=$(version.original) $(name.original)
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dpackage.mk50 * package base version (overrides current date)
53 * package delta release (overrides current date)
574 name.original := $(name)
576 if name != "$(name.original)"
577 $(name) : $(~$(name.original))
585 version.original := $(version)
633 package write cyg base source version=$(version.original) $(name.original)
634 package write cyg base binary version=$(version.original) $(name.original)
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg/lib/DateTime/Format/
H A DPg.pm133 my $clone = $original->clone();
395 The other methods are specific to the corresponding PostgreSQL date/time data
420 Given a string containing a date and/or time representation, this method
423 If the input string does not contain a date, it is set to 1970-01-01.
440 Given a string containing a timestamp (date and time) representation,
486 a new C<DateTime> object. The date is set to 1970-01-01. This method is
530 Given a string containing a date representation, this method will return
618 input for all date and date/time types of PostgreSQL. It will contain
619 date an
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg-0.16007/lib/DateTime/Format/
H A DPg.pm132 my $clone = $original->clone();
404 The other methods are specific to the corresponding PostgreSQL date/time data
429 Given a string containing a date and/or time representation, this method
432 If the input string does not contain a date, it is set to 1970-01-01.
449 Given a string containing a timestamp (date and time) representation,
495 a new C<DateTime> object. The date is set to 1970-01-01. This method is
539 Given a string containing a date representation, this method will return
627 input for all date and date/time types of PostgreSQL. It will contain
628 date an
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/DateTime/
H A DDuration.pm325 DateTime::Duration - Duration objects for date math
343 # The important parts for date math
387 objects are used whenever you do date math with DateTime.pm.
419 "preserve". This parameter specifies how date math that crosses the
432 is done as for "limit" except that if the original date is at the end
433 of the month the new date will also be. For instance, adding one
493 date math. The numbers returned may be positive or negative.
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhelp.tcl15 there under the same name as the original.
121 the same size and modification date as in a specified targz file.
168 to match the date of the newest files inside them.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmonk.vim17 " The original author's notes:
125 syn keyword monkFunc find-get-after find-get-before get-timestamp julian-date?
127 syn keyword monkFunc standard-date? standard->julian string-begins-with?
H A Dlifelines.vim60 syn keyword lifelinesFunct date place year long short gettoday dayformat
118 "adapted from original c.vim written by Bram Moolenaar
H A Dsisu.vim36 syn match sisu_sub_header_original "^\s\+:\(publisher\|date\|language\|institution\|nationality\|source\):\s"
65 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_dates matchgroup=sisu_header start="^[@]date:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
69 syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_original matchgroup=sisu_header start="^[@]original:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$"
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/
H A DFilesystem.pm475 This functionality may need to be retrofitted to some original OS specific
482 This functionality may need to be retrofitted to some original OS specific
557 The following list is taken from L<perlport>. Please refer to the original
558 source for the most up to date version. This information should help anyone
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcaltest.cpp337 UDate when = date(90, UCAL_APRIL, 15);
441 if (cal->getTime(status) != date(84, 5, 24) || U_FAILURE(status))
446 if (cal->getTime(status) != date(85, 3, 2, 11, 49) || U_FAILURE(status))
451 if (cal->getTime(status) != date(95, 9, 12, 1, 39, 55) || U_FAILURE(status))
527 if (gc->getTime(status) != (d =date(98, 10, 14, 21, 43) )|| U_FAILURE(status))
534 if (gc->getTime(status) != (d=date(98, 10, 14, 21, 43, 55)) || U_FAILURE(status))
624 int32_t year = 1997, month = UCAL_APRIL, date = 1;
625 gc->set(year, month, date);
634 gc->get(UCAL_DATE, status) != (date + i)) errln("FAIL: Date wrong");
720 c->setGregorianChange(date(
886 UDate date; local
1613 UDate tst, original; local
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/
H A DBase.pm851 be derived from the original schema_class used
1415 Returns a sorted list of loaded tables, using the original database table
1631 if ((grep $_, @{ $column_info }{map "inflate_$_", qw/date datetime timestamp/})
1632 or ($type =~ /date|timestamp/i)) {
1649 be two entries for each table, the original name and the "normalized"
1651 that like uppercase table names, or preserve your original mixed-case
1657 contain multiple entries per table for the original and normalized table
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/
H A DBase.pm851 be derived from the original schema_class used
1415 Returns a sorted list of loaded tables, using the original database table
1631 if ((grep $_, @{ $column_info }{map "inflate_$_", qw/date datetime timestamp/})
1632 or ($type =~ /date|timestamp/i)) {
1649 be two entries for each table, the original name and the "normalized"
1651 that like uppercase table names, or preserve your original mixed-case
1657 contain multiple entries per table for the original and normalized table
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Docaml.vim203 " following lines are the quite exact copy of Stefano's original plugin :
245 " Copied from Stefano's original plugin :
395 " The original buffer has been restored in the exact same state as before.
404 " This also handles the modification date of the .annot file, eg. after a

Completed in 164 milliseconds

123