Searched +refs:org +refs:date (Results 1 - 25 of 128) sorted by relevance

123456

/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/Builder/Parser/
H A DStrptime.pm5 DateTime::Format::Builder::Parser::Strptime - strptime based date parsing
71 my $date = shift;
74 my $dt = eval { $self->{strptime}->parse_datetime( $date ) };
93 Support for this module is provided via the datetime@perl.org email
94 list. See http://lists.perl.org/ for more details.
98 http://perl.dellah.org/rt/dtbuilder
99 bug-datetime-format-builder@rt.cpan.org
118 Iain Truskett <spoon@cpan.org>
122 C<datetime@perl.org> mailing list.
124 http://datetime.perl.org/
[all...]
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...]
H A DDispatch.pm95 my ($self, $date, $p, @args) = @_;
96 return unless defined $date;
99 my @results = $coderef->( $date );
107 my $rv = eval { $parser->parse( $self, $date, $p, @args ) };
124 Support for this module is provided via the datetime@perl.org email
125 list. See http://lists.perl.org/ for more details.
129 http://perl.dellah.org/rt/dtbuilder
130 bug-datetime-format-builder@rt.cpan.org
149 Iain Truskett <spoon@cpan.org>
153 C<datetime@perl.org> mailin
[all...]
H A DQuick.pm56 my $rv = $Quick->$method( $date );
87 my ($self, $date) = @_;
88 return unless defined $date;
89 my $rv = eval { $class->$method( $date ) };
105 Support for this module is provided via the datetime@perl.org email
106 list. See http://lists.perl.org/ for more details.
110 http://perl.dellah.org/rt/dtbuilder
111 bug-datetime-format-builder@rt.cpan.org
130 Iain Truskett <spoon@cpan.org>
134 C<datetime@perl.org> mailin
[all...]
H A DRegex.pm5 DateTime::Format::Builder::Parser::Regex - Regex based date parsing
106 my $date = shift;
107 my @matches = $date =~ $self->{regex};
114 my ( $date, $matches, $p ) = @_;
122 my ( $date, $dt, $p ) = @_;
168 Support for this module is provided via the datetime@perl.org email
169 list. See http://lists.perl.org/ for more details.
173 http://perl.dellah.org/rt/dtbuilder
174 bug-datetime-format-builder@rt.cpan.org
193 Iain Truskett <spoon@cpan.org>
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A DStrptime.pm5 DateTime::Format::Builder::Parser::Strptime - strptime based date parsing
71 my $date = shift;
74 my $dt = eval { $self->{strptime}->parse_datetime( $date ) };
93 Support for this module is provided via the datetime@perl.org email
94 list. See http://lists.perl.org/ for more details.
98 http://perl.dellah.org/rt/dtbuilder
99 bug-datetime-format-builder@rt.cpan.org
118 Iain Truskett <spoon@cpan.org>
122 C<datetime@perl.org> mailing list.
124 http://datetime.perl.org/
[all...]
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...]
H A DDispatch.pm95 my ($self, $date, $p, @args) = @_;
96 return unless defined $date;
99 my @results = $coderef->( $date );
107 my $rv = eval { $parser->parse( $self, $date, $p, @args ) };
124 Support for this module is provided via the datetime@perl.org email
125 list. See http://lists.perl.org/ for more details.
129 http://perl.dellah.org/rt/dtbuilder
130 bug-datetime-format-builder@rt.cpan.org
149 Iain Truskett <spoon@cpan.org>
153 C<datetime@perl.org> mailin
[all...]
H A DQuick.pm56 my $rv = $Quick->$method( $date );
87 my ($self, $date) = @_;
88 return unless defined $date;
89 my $rv = eval { $class->$method( $date ) };
105 Support for this module is provided via the datetime@perl.org email
106 list. See http://lists.perl.org/ for more details.
110 http://perl.dellah.org/rt/dtbuilder
111 bug-datetime-format-builder@rt.cpan.org
130 Iain Truskett <spoon@cpan.org>
134 C<datetime@perl.org> mailin
[all...]
H A DRegex.pm5 DateTime::Format::Builder::Parser::Regex - Regex based date parsing
106 my $date = shift;
107 my @matches = $date =~ $self->{regex};
114 my ( $date, $matches, $p ) = @_;
122 my ( $date, $dt, $p ) = @_;
168 Support for this module is provided via the datetime@perl.org email
169 list. See http://lists.perl.org/ for more details.
173 http://perl.dellah.org/rt/dtbuilder
174 bug-datetime-format-builder@rt.cpan.org
193 Iain Truskett <spoon@cpan.org>
[all...]
/macosx-10.9.5/CPAN-52/
H A DgenOSS.pl13 http://perldoc.perl.org/perlartistic.html
14 http://perldoc.perl.org/perlgpl.html
51 'Compress-Zlib-1.42' => 'http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-1.42.tar.gz',
52 'XML-LibXML-Common-0.13' => 'http://search.cpan.org/CPAN/authors/id/P/PH/PHISH/XML-LibXML-Common-0.13.tar.gz',
70 date => '2010-03-15',
81 date => '2010-03-15',
92 date => '2010-03-15',
101 date => '2010-03-15',
110 date => '2010-03-15',
119 date
[all...]
H A DgenNewOSS.pl14 http://perldoc.perl.org/perlartistic.html
15 http://perldoc.perl.org/perlgpl.html
18 http://opensource.org/licenses/artistic-license-2.0.php
71 BSD: http://www.opensource.org/licenses/bsd-license.php
72 GPL: http://www.opensource.org/licenses/gpl-license.php
73 Artistic: http://opensource.org/licenses/artistic-license.php
106 hobbs - Andrew Rodland (cpan:ARODLAND) <arodland@cpan.org>
108 ribasushi - Peter Rabbitson (cpan:RIBASUSHI) <ribasushi@cpan.org>
110 ajgb - Alex J. G. Burzy��ski (cpan:AJGB) <ajgb@cpan.org>
112 perigrin - Chris Prather (cpan:PERIGRIN) <chris@prather.org>
[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 }
72 @p{ @{ $format->{params} } } = $date =~ /$format->{regex}/;
157 This module understands the W3CDTF date/time format, an ISO 8601 profile,
158 defined at http://www.w3.org/TR/NOTE-datetime. This format as the native
159 date format of RSS 1.0.
184 doesn't distinguish between a date wit
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/examples/
H A DW3CDTF.pm53 my ($date, $p) = @args{qw( input parsed )};
54 if ( $date =~ s/([+-]\d\d:\d\d)$// )
59 elsif ( $date =~ s/Z$// )
67 return $date;
144 This module understands the W3CDTF date/time format, an ISO 8601 profile,
145 defined at http://www.w3.org/TR/NOTE-datetime. This format as the native
146 date format of RSS 1.0.
173 Support for this module is provided via the datetime@perl.org email
174 list. See http://lists.perl.org/ for more details.
193 datetime@perl.org mailin
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/examples/
H A DW3CDTF.pm50 my ($date, $p) = @args{qw( input parsed )};
51 if ( $date =~ s/([+-]\d\d:\d\d)$// )
56 elsif ( $date =~ s/Z$// )
64 return $date;
141 This module understands the W3CDTF date/time format, an ISO 8601 profile,
142 defined at http://www.w3.org/TR/NOTE-datetime. This format as the native
143 date format of RSS 1.0.
170 Support for this module is provided via the datetime@perl.org email
171 list. See http://lists.perl.org/ for more details.
190 datetime@perl.org mailin
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF-0.06/lib/DateTime/Format/
H A DW3CDTF.pm20 my ( $self, $date ) = @_;
24 ( $date =~ /^(\d\d\d\d) # Year
37 or die "Invalid W3CDTF datetime string ($date)";
154 This module understands the W3CDTF date/time format, an ISO 8601 profile,
155 defined at http://www.w3.org/TR/NOTE-datetime. This format as the native
156 date format of RSS 1.0.
185 doesn't distinguish between a date with no time component, and midnight.
195 Support for this module is provided via the datetime@perl.org email
196 list. See http://datetime.perl.org/?MailingList for details.
199 http://rt.cpan.org/NoAut
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/WSDL/
H A DUtils.pm25 soapenc http://schemas.xmlsoap.org/soap/encoding/
26 wsdl http://schemas.xmlsoap.org/wsdl/
27 wsdlsoap http://schemas.xmlsoap.org/wsdl/soap/
28 xsd http://www.w3.org/2001/XMLSchema
52 # see http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/
88 date
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/WSDL/
H A DUtils.pm25 soapenc http://schemas.xmlsoap.org/soap/encoding/
26 wsdl http://schemas.xmlsoap.org/wsdl/
27 wsdlsoap http://schemas.xmlsoap.org/wsdl/soap/
28 xsd http://www.w3.org/2001/XMLSchema
52 # see http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/
88 date
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drcslog.vim3 " Maintainer: Joe Karthauser <joe@freebsd.org>
16 syn match rcslogDate "^date: .*$"
/macosx-10.9.5/libarchive-29/libarchive/contrib/
H A Dlibarchive.1aix53.spec9 Source0: http://people.freebsd.org/~kientzle/libarchive/src/%{name}-%{version}.tar.gz
11 URL: http://people.freebsd.org/~kientzle/libarchive/
124 %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
126 * %{date} PLD Team <feedback@pld-linux.org>
127 All persons listed below can be reached at <cvs_login>@pld-linux.org
H A Dlibarchive.spec9 Source0: http://people.freebsd.org/~kientzle/libarchive/src/%{name}-%{version}.tar.gz
11 URL: http://people.freebsd.org/~kientzle/libarchive/
112 %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
114 * %{date} PLD Team <feedback@pld-linux.org>
115 All persons listed below can be reached at <cvs_login>@pld-linux.org
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/
H A Drpcvar.tcl151 # See: http://www.w3.org/TR/xmlschema-2/#float
371 # typedef -namespace urn:soapinterop.org {
400 if {[string match $soapenv "http://schemas.xmlsoap.org/soap/encoding/"]} {
403 "xmlns:xsd" "http://www.w3.org/1999/XMLSchema" \
404 "xmlns:xsi" "http://www.w3.org/1999/XMLSchema-instance" ]
407 if {[string match $soapenv "http://www.w3.org/2001/06/soap-encoding"]} {
410 "xmlns:xsd" "http://www.w3.org/2001/XMLSchema" \
411 "xmlns:xsi" "http://www.w3.org/2001/XMLSchema-instance" ]
420 # The xsi types from http://www.w3.org/TR/xmlschema-2/ section 3.2 & 3.3
421 # the uri's for these are http://www.w33.org/200
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/
H A DOffsetOnly.pm94 the date.
109 No matter what date is given, the offset provided to the constructor
120 Dave Rolsky, <autarch@urth.org>
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
59 % Internet: gildea@stop.mail-abuse.org
276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
277 (define-key global-map "\\C-cl" 'org-store-link)$^1$
278 (define-key global-map "\\C-ca" 'org-agenda)$^1$
281 \metax{For the many customization options try}{M-x org-customize}
282 \metax{To read the on-line documentation try}{M-x org-info}
336 \key{time sorted view of current org fil
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/yaml/
H A Drb.test195 - '%.freepan.org'
198 } -result {allow {localhost %.sourceforge.net %.freepan.org}}
234 websites: { YAML: yaml.org,
235 Ruby: ruby-lang.org,
236 Python: python.org,
237 Perl: use.perl.org }
240 } -result [dictsort2 {languages {Ruby Perl Python} websites {YAML yaml.org Ruby ruby-lang.org Python python.org Perl use.perl.org}} \
[all...]

Completed in 106 milliseconds

123456