Searched +refs:units +refs:convert (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DateTime/lib/DateTime/
H A DDuration.pm127 my @units = @_;
129 my %units = map { $_ => 1 } @units;
136 if ( $units{years} )
142 if ( $units{months} )
147 if ( $units{weeks} )
153 if ( $units{days} )
158 if ( $units{hours} )
164 if ( $units{minutes} )
169 if ( $units{second
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex355 \key{convert to fraction, float}{c F\, c f}
438 \key{convert polar/rectangular}{c p}
443 \key{convert to percentage}{c \%}
462 \wkey{enter with units}{' 55 mi/hr}
463 \key{convert to new units, base units}{u c\, u b}
464 \key{convert temperature units}{u t}
465 \key{simplify units expressio
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/units/
H A Dunits.tcl3 # units.tcl
5 # The units package provides a conversion facility from a variety of
14 package provide units 2.1
18 namespace eval ::units {
21 namespace export convert
31 # ::units::new --
33 # Add a new unit to the units table. The new unit is defined
36 # Otherwise, it must reduce to units already defined.
39 proc ::units::new { args } {
52 error "Wrong # args. units
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm974 $dow = 0 if $dow == 7; # convert to 0-6, Sun-Sat
2955 between two datetimes, since units larger than a second do not
3036 Convert to UTC immediately and convert back to the local time zone for
3068 You must convert your datetime objects to the UTC time zone before
3092 We cannot convert between these units, except for seconds and
3094 units, because of things like leap seconds, DST changes, etc.
3343 convert your datetime object to the "UTC" time zone before doing date
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim162 syn keyword lispFunc boole-2 internal-time-units-per-second round
414 syn match lispFunc "\<\(ext:\)\?convert-string-\(to\|from\)-bytes\>"

Completed in 199 milliseconds