Searched refs:ampm (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DSimple.pm7 params => [qw( year month mday hours mins secs fsecs ampm )],
19 params => [qw( month mday year hours mins secs fsecs ampm )],
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DSimple.pm7 params => [qw( year month mday hours mins secs fsecs ampm )],
19 params => [qw( month mday year hours mins secs fsecs ampm )],
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_strf.c190 static char *ampm[] = { "AM", "PM", }; local
306 strcpy(tbuf, ampm[0]);
308 strcpy(tbuf, ampm[1]);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dstrftime.c89 static const char *ampm[] = { variable
115 return ampm[hour / 12];
H A Dstrptime.c94 static const char *ampm[] = { variable
340 ret = match_string (&buf, ampm);
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dtimefield.itk92 common _civilianFields {hour minute second ampm}
666 if {$_cfield == "ampm"} {
679 if {$_cfield == "ampm"} {
777 # ampm 9
789 ampm {
799 error "bad field: \"$field\", must be hour, minute, second or ampm"
818 # civilian => {hour minute second ampm}
849 # ampm 9,10
863 set _cfield ampm
894 _setField ampm
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrftime.c179 static const char *ampm[] = { "AM", "PM", }; local
377 strcpy(tbuf, ampm[0]);
379 strcpy(tbuf, ampm[1]);
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_strftime.c77 static const char ampm[][3] = { "AM", "PM", }; local
348 tp = ampm[0];
350 tp = ampm[1];
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.prompt.c241 char ampm = 'a'; local
250 ampm = 'p';
279 Strbuf_append1(&buf, attributes | ampm);
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Strptime-1.52/lib/DateTime/Format/
H A DStrptime.pm256 $minute, $ampm, $second, $week_sun_0,
292 ampm = $ampm
324 or ( $self->{parser} =~ /\$ampm\b/ and $ampm eq '' )
580 "You must specify am or pm for 12 hour clocks ($hour_12|$ampm).")
582 if ( $hour_12 && ( !$ampm ) );
584 if ( lc $ampm eq lc $Pm ) {
589 "Your am/pm value ($ampm) does not match your hour ($hour_24)")
594 elsif ( lc $ampm e
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Strptime-1.54/lib/DateTime/Format/
H A DStrptime.pm256 $minute, $ampm, $second, $week_sun_0,
292 ampm = $ampm
324 or ( $self->{parser} =~ /\$ampm\b/ and $ampm eq '' )
580 "You must specify am or pm for 12 hour clocks ($hour_12|$ampm).")
582 if ( $hour_12 && ( !$ampm ) );
584 if ( lc $ampm eq lc $Pm ) {
589 "Your am/pm value ($ampm) does not match your hour ($hour_24)")
594 elsif ( lc $ampm e
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dstrftime.c556 # define ampm \ macro
562 # define ap_len STRLEN (ampm)
569 # define ampm (L_("AMPM") + 2 * (tp->tm_hour > 11)) macro
1173 cpy (ap_len, ampm);
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dstrftime.c503 # define ampm \ macro
509 # define ap_len STRLEN (ampm)
516 # define ampm (L_("AMPM") + 2 * (tp->tm_hour > 11)) macro
1089 cpy (ap_len, ampm);
/macosx-10.10.1/ruby-106/ruby/
H A Dstrftime.c194 static const char ampm[][3] = { "AM", "PM", }; local
388 tp = ampm[0];
390 tp = ampm[1];
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-forms.el732 (let ((ampm (math-match-substring math-pd-str 6)))
744 (if (equal ampm "")
747 (setq ampm (upcase (aref ampm 0)))
748 (if (memq ampm '(?N ?M))
750 (if (eq ampm ?M) (setq hour 0))
755 (if (eq (= ampm ?A) (= hour 12))
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddtml.vim117 syn keyword dtmlMethod ampm AMPMMinutes appendChild appendData appendHeader asin atan atan2 contained
H A Dtcsh.vim51 syn keyword tcshShellVar contained afsuser ampm argv autocorrect autoexpand autolist autologout backslash_quote catalog cdpath color colorcat command complete continue continue_args correct cwd dextract dirsfile dirstack dspmbyte dunique echo echo_style edit ellipsis fignore filec gid group histchars histdup histfile histlit history home ignoreeof implicitcd inputmode killdup killring listflags listjobs listlinks listmax listmaxrows loginsh logout mail matchbeep nobeep noclobber noding noglob nokanji nonomatch nostat notify oid owd path printexitvalue prompt prompt2 prompt3 promptchars pushdtohome pushdsilent recexact recognize_only_executables rmstar rprompt savedirs savehist sched shell shlvl status symlinks tcsh term time tperiod tty uid user verbose version visiblebell watch who wordchars
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el14989 (ampm (if (match-end 4) (downcase (match-string 4 s))))
14990 (am-p (equal ampm "am"))
14991 (h1 (cond ((not ampm) h)

Completed in 693 milliseconds