Searched refs:is_floating (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D24from_object.t27 ok( $t2->time_zone->is_floating, 'time_zone is floating');
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/examples/
H A DICal.pm107 unless ( $tz->is_floating || $tz->is_utc || $tz->name )
122 return $base if $tz->is_floating;
H A DW3CDTF.pm86 return $base if $tz->is_floating;
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/examples/
H A DICal.pm104 unless ( $tz->is_floating || $tz->is_utc || $tz->name )
119 return $base if $tz->is_floating;
H A DW3CDTF.pm83 return $base if $tz->is_floating;
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/
H A DFloating.pm19 sub is_floating { 1 } subroutine
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF/lib/DateTime/Format/
H A DW3CDTF.pm97 return $base if $tz->is_floating;
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF-0.06/lib/DateTime/Format/
H A DW3CDTF.pm93 return $base if $tz->is_floating;
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm230 if ( $self->{tz}->is_floating ||
266 return if $self->{tz}->is_floating;
335 if ( $self->{tz}->is_utc || $self->{tz}->is_floating )
361 if ( $self->{tz}->is_floating )
379 if ( $self->{tz}->is_utc || $self->{tz}->is_floating )
513 if ( $object->can('time_zone') && ! $object->time_zone->is_floating
794 return 0 if $self->{tz}->is_floating;
1274 my $is_floating = $dt1->time_zone->is_floating &&
1275 $dt2->time_zone->is_floating;
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/
H A DTimeZone.pm406 sub is_floating { 0 } subroutine
699 =head2 $tz->is_floating
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg/lib/DateTime/Format/
H A DPg.pm673 return '' if $dt->time_zone->is_floating;
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Pg-0.16007/lib/DateTime/Format/
H A DPg.pm682 return '' if $dt->time_zone->is_floating;
/macosx-10.9.5/vim-53/src/
H A Dgui_gtk_x11.c2567 if (dockitem == NULL || dockitem->is_floating)

Completed in 241 milliseconds