Searched refs:dt (Results 101 - 125 of 781) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/OlsonDB/
H A DObservance.pm118 my $dt =
122 next if $self->utc_start_datetime && $dt <= $self->utc_start_datetime;
126 next if $until && $dt >= $until;
131 utc_start_datetime => $dt,
133 $dt +
161 map { my $dt = $_->utc_start_datetime_for_year( $year, $self->offset_from_utc, 0 );
162 [ $_, $dt ] }
302 my ( $dt, $rule ) = @{ $rule_dates[$x] };
308 print " This rule starts: ", $dt->datetime, "\n"
317 if ( $dt <
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dmpexpand129 ::doctools::new dt -format $format -deprecated $deprecated -file $in
131 dt configure -module $extmodule
134 dt configure -copyright $copyright
137 write_out [dt format [get_input]]
139 set warnings [dt warnings]
H A Dtocexpand119 ::doctools::toc::new dt -format $format
120 write_out [dt format [get_input]]
122 set warnings [dt warnings]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm1422 my $dt = shift;
1428 my $utc_rd_secs2 = $dt->utc_rd_as_seconds;
1429 $utc_rd_secs2 += DateTime->_accumulated_leap_seconds( $dt->{utc_rd_days} )
1430 if ! $dt->time_zone->is_floating;
1433 my $nanoseconds = $self->nanosecond - $dt->nanosecond;
1451 my $dt = shift;
1453 my ( $smaller, $bigger ) = sort $self, $dt;
1456 $dt->_adjust_for_positive_difference
1479 my $dt = shift;
1481 my $days = abs( ($self->local_rd_values)[0] - ($dt
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dscaling.tcl152 set dt [expr {abs($ttmax-$ttmin)}]
154 if { $dt == 0.0 } {
155 set dt 86400.0
156 set ttmin [expr {$ttmin-$dt}]
157 set ttmax [expr {$ttmin+$dt}]
161 if { $dt/86400.0 < $limit } {
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dhsearch.c69 static void hashfree(Dt_t* dt, Void_t* obj, Dtdisc_t* disc) argument
71 static void hashfree(dt, obj, disc)
72 Dt_t* dt;
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DDigest_block.c78 SecTransformRef dt = SecTransformCreate(kCustomDigestTransformName, NULL); local
79 SecTransformSetAttribute(dt, kSecDigestTypeAttribute, digestType, error);
81 SecTransformSetAttribute(dt, kSecDigestLengthAttribute, dlen, error);
84 return dt;
H A DSecEncryptTransform.cpp79 DecryptTransform* dt = (DecryptTransform*) CoreFoundationHolder::ObjectFromCFType(dtRef); local
80 if (dt->InitializeObject(keyRef, error))
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_poll_private.h44 #define HAS_SOCKETS(dt) (dt == APR_POLL_SOCKET) ? 1 : 0
45 #define HAS_PIPES(dt) (dt == APR_POLL_FILE) ? 1 : 0
/macosx-10.9.5/apr-30/apr/apr/include/arch/unix/
H A Dapr_arch_poll_private.h44 #define HAS_SOCKETS(dt) (dt == APR_POLL_SOCKET) ? 1 : 0
45 #define HAS_PIPES(dt) (dt == APR_POLL_FILE) ? 1 : 0
/macosx-10.9.5/ruby-104/ruby/test/
H A Dprofile_test_all.rb29 %w(size resident share text lib data dt)).join("\t")
/macosx-10.9.5/xnu-2422.115.4/iokit/Tests/
H A DTests.cpp148 IORegistryEntry * dt; local
154 dt = IODeviceTreeAlloc( dtTop );
155 assert( dt );
160 dt->detachAll( gIODTPlane);
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/examples/
H A DMySQL.pm82 my ( $self, $dt ) = @_;
84 return $dt->ymd('-');
89 my ( $self, $dt ) = @_;
91 return $dt->hms(':');
96 my ( $self, $dt ) = @_;
98 return $self->format_date($dt) . ' ' . $self->format_time($dt);
114 my $dt = DateTime::Format::MySQL->parse_datetime( '2003-01-16 23:12:01' );
117 DateTime::Format::MySQL->format_datetime($dt);
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/examples/
H A DMySQL.pm79 my ( $self, $dt ) = @_;
81 return $dt->ymd('-');
86 my ( $self, $dt ) = @_;
88 return $dt->hms(':');
93 my ( $self, $dt ) = @_;
95 return $self->format_date($dt) . ' ' . $self->format_time($dt);
111 my $dt = DateTime::Format::MySQL->parse_datetime( '2003-01-16 23:12:01' );
114 DateTime::Format::MySQL->format_datetime($dt);
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg-0.16007/lib/DateTime/Format/
H A DPg.pm27 my $dt = DateTime::Format::Pg->parse_datetime( '2003-01-16 23:12:01' );
30 DateTime::Format::Pg->format_datetime($dt);
657 my ($self,$dt,%param) = @_;
658 return $dt->hms(':')._format_fractional($dt);
681 my $dt = shift;
682 return '' if $dt->time_zone->is_floating;
683 return &DateTime::TimeZone::offset_as_string($dt->offset);
688 my ($self,$dt) = @_;
689 return $dt
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg/lib/DateTime/Format/
H A DPg.pm28 my $dt = DateTime::Format::Pg->parse_datetime( '2003-01-16 23:12:01' );
31 DateTime::Format::Pg->format_datetime($dt);
648 my ($self,$dt,%param) = @_;
649 return $dt->hms(':')._format_fractional($dt);
672 my $dt = shift;
673 return '' if $dt->time_zone->is_floating;
674 return &DateTime::TimeZone::offset_as_string($dt->offset);
679 my ($self,$dt) = @_;
680 return $dt
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/gen_bridge_doc/lib/lib/
H A Dclean_up.rb58 str = str.gsub(/<dt><i>/, '_')
59 str = str.gsub(/<\/i><\/dt>/, '_ ')
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddisp-table.el76 (defun describe-display-table (dt)
80 (prin1 (display-table-slot dt 'truncation))
82 (prin1 (display-table-slot dt 'wrap))
84 (prin1 (display-table-slot dt 'escape))
86 (prin1 (display-table-slot dt 'control))
88 (prin1 (display-table-slot dt 'selective-display))
90 (prin1 (display-table-slot dt 'vertical-border))
97 (aset vector i (aref dt i))
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Drestricted.sh31 tmp=$(mktemp -dt) || { err_exit mktemp -dt failed; exit 1; }
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dutmstest.c446 const DotNetDateTimeTicks *dt; local
464 dt = dotNetDateTimeTicks + i;
465 millis = utmscale_toInt64(dt->ticks, UDTS_ICU4C_TIME, &errorCode);
467 ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month 0. */
472 (int)i, (int)(millis/dayMillis), (int)(icuDate/dayMillis), (int)dt->year, (int)dt->month, (int)dt->day);
477 if(ticks != dt
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_entity.rb87 dt = d.doctype
89 dt.each do |child|
152 dt = d.doctype
153 assert_equal( '"Yes"', dt.entities[ "YN" ].value )
154 assert_equal( 'He said "Yes"', dt.entities[ "WhatHeSaid" ].value )
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemastypes.c1130 #define VALID_MDAY(dt) \
1131 (IS_LEAP(dt->year) ? \
1132 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \
1133 (dt->day <= daysInMonth[dt->mon - 1]))
1135 #define VALID_DATE(dt) \
1136 (VALID_YEAR(dt->year) && VALID_MONTH(dt->mon) && VALID_MDAY(dt))
1191 _xmlSchemaParseGYear(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1284 _xmlSchemaParseGMonth(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1314 _xmlSchemaParseGDay(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1344 _xmlSchemaParseTime(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1395 _xmlSchemaParseTimeZone(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1549 xmlSchemaValPtr dt; local
3750 _xmlSchemaDateAdd(xmlSchemaValPtr dt, xmlSchemaValPtr dur) argument
3902 xmlSchemaDateNormalize(xmlSchemaValPtr dt, double offset) argument
3942 _xmlSchemaDateCastYMToDays(const xmlSchemaValPtr dt) argument
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c1130 #define VALID_MDAY(dt) \
1131 (IS_LEAP(dt->year) ? \
1132 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \
1133 (dt->day <= daysInMonth[dt->mon - 1]))
1135 #define VALID_DATE(dt) \
1136 (VALID_YEAR(dt->year) && VALID_MONTH(dt->mon) && VALID_MDAY(dt))
1191 _xmlSchemaParseGYear(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1284 _xmlSchemaParseGMonth(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1314 _xmlSchemaParseGDay(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1344 _xmlSchemaParseTime(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1395 _xmlSchemaParseTimeZone(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1549 xmlSchemaValPtr dt; local
3743 _xmlSchemaDateAdd(xmlSchemaValPtr dt, xmlSchemaValPtr dur) argument
3895 xmlSchemaDateNormalize(xmlSchemaValPtr dt, double offset) argument
3935 _xmlSchemaDateCastYMToDays(const xmlSchemaValPtr dt) argument
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/InflateColumn/
H A DDateTime.pm61 my $dt = DateTime::Format::ISO8601->parse_datetime('YYYY-MM-DD');
170 my $dt = eval { $obj->_inflate_to_datetime( $value, \%info ) };
176 return $obj->_post_inflate_datetime( $dt, \%info );
214 my( $self, $dt, $info ) = @_;
216 $dt->set_time_zone($info->{timezone}) if defined $info->{timezone};
217 $dt->set_locale($info->{locale}) if defined $info->{locale};
219 return $dt;
223 my( $self, $dt, $info ) = @_;
228 if ref( $dt->time_zone ) eq 'DateTime::TimeZone::Floating'
232 $dt
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/doc/
H A Ddoc.tcl204 ::doctools::new dt \
211 dt destroy
226 dt configure -file $f
228 dt configure -deprecated 1
232 set data [dt format [get_input $f]]
235 set warnings [dt warnings]
249 dt destroy

Completed in 425 milliseconds

1234567891011>>