Searched refs:NUMERIC (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc-opts.h137 # ifdef NUMERIC
138 # warning undefining NUMERIC due to option name conflict
139 # undef NUMERIC macro
151 # undef NUMERIC macro
H A Dntpdc.c332 if (HAVE_OPT(NUMERIC)) {
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq-opts.h128 # ifdef NUMERIC
129 # warning undefining NUMERIC due to option name conflict
130 # undef NUMERIC macro
144 # undef NUMERIC macro
H A Dntpq.c557 if (HAVE_OPT(NUMERIC))
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationsettings.h42 static const int32_t NUMERIC = 2; member in struct:CollationSettings
190 return (options & NUMERIC) != 0;
H A Dcollationfastlatin.cpp81 if((settings.options & CollationSettings::NUMERIC) != 0) {
124 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) {
155 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) {
465 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) {
502 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) {
H A Drulebasedcollator.cpp420 option = CollationSettings::NUMERIC;
480 ownedSettings->setFlag(CollationSettings::NUMERIC, value, defaultSettings.options, errorCode);
H A Dcollationruleparser.cpp589 settings->setFlag(CollationSettings::NUMERIC, value, 0, errorCode);
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/util/
H A DUCD.pm92 NUMERIC => dvalue($f[8]),
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D80_Tree_Simple_Visitor_Sort_test.t141 is(ref(Tree::Simple::Visitor::Sort->NUMERIC), 'CODE', '... it is a code reference');
142 cmp_ok(Tree::Simple::Visitor::Sort->NUMERIC->(Tree::Simple->new(5), Tree::Simple->new(4)),
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DSort.pm29 sub NUMERIC { sub ($$) { $_[0]->getNodeValue() <=> $_[1]->getNodeValue() }}; subroutine
107 $visitor->setSortFunction($visitor->NUMERIC);
206 =item NUMERIC
/macosx-10.10.1/xar-254/xar/src/
H A Dxar.c56 #define NUMERIC 2 macro
224 if( Perms == NUMERIC ) {
376 if( Perms == NUMERIC ) {
1023 Perms = NUMERIC;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpilrc.vim66 syn keyword pilrcType NUMERIC
H A Dcobol.vim69 syn keyword cobolReserved contained NUMBER NUMERIC NUMERIC-EDITED OCCURS OF OFF OMITTED ON OPEN
H A Dfgl.vim65 syn keyword fglKeyword NOT NOTFOUND NULL NULLABLE NUMBER NUMERIC NUM_ARGS NVARCHAR
H A Dplsql.vim194 syn keyword plsqlStorage NUMBER NUMERIC NVARCHAR PLS_INT PLS_INTEGER
H A Dbaan.vim796 syn keyword baanConstant ST.NUMERIC
/macosx-10.10.1/xar-254/xarsig/
H A Dxar-sig.c59 #define NUMERIC 2 macro
153 if( Perms == NUMERIC ) {
811 if( Perms == NUMERIC ) {
1368 Perms = NUMERIC;
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkText.h465 typedef enum {LEFT, RIGHT, CENTER, NUMERIC} TkTextTabAlign; enumerator in enum:__anon13247
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkText.h441 typedef enum {LEFT, RIGHT, CENTER, NUMERIC} TkTextTabAlign; enumerator in enum:__anon13587
H A DtkText.c2508 tabPtr->alignment = NUMERIC;
/macosx-10.10.1/vim-55/runtime/
H A Dscripts.vim342 if getline(s:lnum) =~ '^LC_\(IDENTIFICATION\|CTYPE\|COLLATE\|MONETARY\|NUMERIC\|TIME\|MESSAGES\|PAPER\|TELEPHONE\|MEASUREMENT\|NAME\|ADDRESS\)$'
/macosx-10.10.1/adv_cmds-158/localedef/
H A Dlocaledef.pl266 NUMERIC => [\&parse_LC_NUMERIC, qr/^\s*(decimal_point|thousands_sep|grouping|END|copy)\s+(\S+.*?)\s*$/],

Completed in 166 milliseconds