Searched refs:digit (Results 226 - 250 of 255) sorted by relevance

1234567891011

/macosx-10.9.5/CPANInternal-140/common-sense-3.6/
H A Dsense.pm.PL34 inplace io pipe unpack deprecated glob digit printf
83 # deprecated glob digit printf layer
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex512 \key{shorthands for digit variables}{t {\it n}\, s {\it n}\, r {\it n}}
H A Dorgcard.tex621 \key{digit argument}{0-9}
/macosx-10.9.5/emacs-92/emacs/nt/
H A Dconfigure.bat467 rem except when there is a preceding digit, when a space is required.
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dinform.vim311 SynDisplay match informBadAccent contained "@[^{[:digit:]]\D"
H A Druby.vim67 syn match rubyRegexpCharClass "\[:\^\=\%(alnum\|alpha\|ascii\|blank\|cntrl\|digit\|graph\|lower\|print\|punct\|space\|upper\|xdigit\):\]" contained
H A Dlisp.vim321 syn keyword lispFunc digit-char no-applicable-method truename
322 syn keyword lispFunc digit-char-p no-next-method truncase
H A Dsh.vim175 syn match shCharClass contained "\[:\(backspace\|escape\|return\|xdigit\|alnum\|alpha\|blank\|cntrl\|digit\|graph\|lower\|print\|punct\|space\|upper\|tab\):\]"
H A Dvim.vim252 syn match vimCollClass contained transparent "\[:\(alnum\|alpha\|blank\|cntrl\|digit\|graph\|lower\|print\|punct\|space\|upper\|xdigit\|return\|tab\|escape\|backspace\):\]"
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm3431 The century number (year/100) as a 2-digit integer.
3454 The ISO 8601 year with century as a decimal number. The 4-digit year
3461 Like %G, but without century, i.e., with a 2-digit year (00-99).
3677 This is a special case. It always produces a two-digit year, so "1976" becomes
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/
H A DTimeZone.pm787 This means that if you want to specify hours as a single digit, then
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm610 %d{yy, EEEE} "02, Monday" -- Just display two-digit year
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Doptions.c1273 int value, digit, got, n; local
1408 digit = toupper(c) - '0';
1409 if (digit > 10)
1410 digit += '0' + 10 - 'A';
1411 value = (value << 4) + digit;
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect/lib/Lingua/EN/
H A DInflect.pm2075 number are to be grouped. If the argument is C<1>, then each digit is
2118 The digit C<'0'> is unusual in that in may be translated to English as "zero",
2128 Likewise, the digit C<'1'> may be rendered as "one" or "a/an" (or very
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect-1.895/lib/Lingua/EN/
H A DInflect.pm2426 number are to be grouped. If the argument is C<1>, then each digit is
2469 The digit C<'0'> is unusual in that in may be translated to English as "zero",
2479 Likewise, the digit C<'1'> may be rendered as "one" or "a/an" (or very
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcucdtst.c488 * Verify that exactly the digit characters have decimal digit values.
491 * compared with the parallel java.lang.Character.digit()
673 static const UChar32 digit[10]={ 0x0030,0x0031,0x0032,0x0033,0x0034,0x0035,0x0036,0x0037,0x0038,0x0039 }; local
675 if(digit[i]!=u_forDigit(i,10)){
676 log_err("u_forDigit failed for %i. Expected: 0x%4X Got: 0x%4X\n",i,digit[i],u_forDigit(i,10));
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_parse_peg_c.tcl1916 /* 61 = */ "str '<digit>'",
2977 * "<digit>"
2990 * "<digit>"
2995 rde_param_i_next_str (p, "<digit>", 61);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dimage.c2936 int value = 0, digit;
2947 digit = c - '0';
2949 digit = c - 'a' + 10;
2951 digit = c - 'A' + 10;
2954 value = 16 * value + digit;
2927 int value = 0, digit; local
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c422 char digit = '0' + (vma & 0x0f);
423 if (digit > '9')
424 digit += 'a' - '0' - 10;
425 *bufp++ = digit;
419 char digit = '0' + (vma & 0x0f); local
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-art.el3144 (let ((digit (% (nth 3 dtime) 10)))
3147 ((= digit 1) "st")
3148 ((= digit 2) "nd")
3149 ((= digit 3) "rd")
6186 (if (string-match "[[:digit:]]" "1") ;; support POSIX?
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregexcmp.cpp1026 // Scanned a digit from the lower value of an {lower,upper} interval
1038 // Scanned a digit from the upper value of an {lower,upper} interval
1297 // Loop once per digit, for max allowed number of digits in a back reference.
1298 int32_t digit = u_charDigitValue(c); local
1299 groupNum = groupNum * 10 + digit;
3776 // the three digit number would be > 0xff
3795 // The last digit made the number too big. Forget we saw it.
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dlexer.c209 return (map & digit)!=0;
2875 MapStr("0123456789", digit|namechar);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dlocale_facets.h2006 * numpunct::thousands_sep(). If the pattern of digit groups isn't
2065 * numpunct::thousands_sep(). If the pattern of digit groups isn't
2104 * numpunct::thousands_sep(). If the pattern of digit groups isn't
2107 * Note that the digit grouping effect for pointers is a bit ambiguous
4650 /// Convenience interface to ctype.is(ctype_base::digit, __c).
4654 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::digit, __c); }
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dinput.cpp4932 error("bad digit in point size");
6453 error("hyphenation code cannot be digit");
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_compile.c250 cbit_digit, -1, 0, /* digit */
353 "digit expected after (?+\0"
369 0x04 decimal digit
370 0x08 hexadecimal digit
687 character class, \ followed by a digit is always an octal number. */
711 /* Handle an octal number following \. If the first digit is 8 or 9, Perl
712 generates a binary zero byte and treats the digit as a following literal.
723 larger first octal digit. The original code used just to take the least

Completed in 579 milliseconds

1234567891011