Searched refs:date_format (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/PowerManagement-420.90.1/darktool/
H A Ddarktool.c796 CFDateFormatterRef date_format = NULL; local
804 date_format = CFDateFormatterCreate(0, loc, kCFDateFormatterShortStyle, kCFDateFormatterLongStyle);
807 if (date_format) {
810 CFDateFormatterSetProperty(date_format, kCFDateFormatterTimeZone, tz);
813 time_date = CFDateFormatterCreateStringWithAbsoluteTime(0, date_format, CFAbsoluteTimeGetCurrent());
814 CFRelease(date_format);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsmarty.vim35 syn keyword smartyModifier count_sentences count_words date_format default
H A Dmysql.vim175 syn region mysqlFunction start="date_format(" end=")" contains=ALL
H A Daml.vim62 syn keyword amlDir contained abbreviations above all aml amlpath append arc args atool brief by call canvas cc center cl codepage commands conv_watch_to_aml coordinates cr create current cursor cwta dalines data date_format delete delvar describe dfmt digitizer display do doend dv echo else enable encode encrypt end error expansion fail file flushpoints force form format frame fullscreen function getlastpoint getpoint goto iacreturn if ignore info inform key keypad label lc left lf lg list listchar listfiles listglobal listheader listlocal listprogram listvar ll lp lr lv map matrix menu menupath menutype mess message[s] modal mouse nopaging off on others page pause pinaction popup position pt pulldown push pushpoint r repeat return right routine run runwatch rw screen seconds select self setchar severity show sidebar single size staggered station stop stripe sys system tablet tb terminal test then thread to top translate tty ty type uc ul until ur usage w warning watch when while window workspace
H A Dsqlanywhere.vim34 syn keyword sqlFunction day month year dow date_format substr
H A Dmuttrc.vim344 syn keyword muttrcVarStr contained skipwhite date_format nextgroup=muttrcVarEqualsStrftimeFmt
/macosx-10.9.5/PowerManagement-420.90.1/pmset/
H A Dpmset.c2394 CFDateFormatterRef date_format; local
2401 date_format = CFDateFormatterCreate(kCFAllocatorDefault, loc,
2405 CFDateFormatterSetProperty(date_format, kCFDateFormatterTimeZone, tz);
2408 date_format, t);
2409 CFRelease(date_format);
3132 CFDateFormatterRef date_format; local
3151 date_format = CFDateFormatterCreate(kCFAllocatorDefault, loc,
3155 CFDateFormatterSetProperty(date_format, kCFDateFormatterTimeZone, tz);
3157 CFDateFormatterSetFormat(date_format, CFSTR(kDateAndTimeFormat));
3159 date_format, CFAbsoluteTimeGetCurren
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Oracle/
H A DGeneric.pm220 my $date_format = $ENV{NLS_DATE_FORMAT} ||= 'YYYY-MM-DD HH24:MI:SS';
227 "alter session set nls_date_format = '$date_format'"

Completed in 282 milliseconds