Searched refs:digits (Results 226 - 236 of 236) sorted by relevance

12345678910

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlisp.vim86 syn keyword lispFunc /// float-digits princ
H A Dbaan.vim1664 syn keyword baanBshell rdi.format.digits
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dgnus-refcard.tex146 you don't need to use Meta since the digits are not self-inserting. The
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm1083 decode_error("malformed number (no digits after initial minus)");
1097 decode_error("malformed number (no digits after decimal point)");
1116 decode_error("malformed number (no digits after exp sign)");
1124 decode_error("malformed number (no digits after exp sign)");
2556 If the number consists of digits only, C<JSON> will try to represent
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlschemastypes.c1212 /* year must be at least 4 digits (CCYY); over 4
1213 * digits cannot have a leading zero. */
1233 * Parses a 2-digits integer and updates @num with the value. @cur is
1254 * 2-digits integer part and may or may not have a decimal part.
1489 * Parses a digits integer and updates @num with the value. @cur is
2065 * Returns the number of significant digits in the number or
2330 * Now evaluate the significant digits of the number
2358 * Set the total digits to 1 if a zero value.
3445 * If the number of integral digits differ, then we have our
3487 * If the number of integral digits i
[all...]
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_compile.c312 "(?R or (?[+-]digits must be followed by )\0"
358 /* Table to identify digits and hex digits. This is used when compiling
360 may mark arbitrary characters as digits - but the PCRE compiling code expects
361 to handle only 0-9, a-z, and A-Z as digits when compiling. That is why we have
562 /* Non-alphanumerics are literals. For digits or letters, do an initial lookup
677 /* The handling of escape sequences consisting of a string of digits
681 Outside a character class, the digits are read as a decimal number. If the
684 digits are read to form an escaped byte. Thus \123 is likely to be octal
726 than 3 octal digits
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c1212 /* year must be at least 4 digits (CCYY); over 4
1213 * digits cannot have a leading zero. */
1233 * Parses a 2-digits integer and updates @num with the value. @cur is
1254 * 2-digits integer part and may or may not have a decimal part.
1489 * Parses a digits integer and updates @num with the value. @cur is
2065 * Returns the number of significant digits in the number or
2330 * Now evaluate the significant digits of the number
2358 * Set the total digits to 1 if a zero value.
3438 * If the number of integral digits differ, then we have our
3480 * If the number of integral digits i
[all...]
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm980 If the number consists of digits only, JSON::XS will try to represent
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c4489 const char digits[] = "0123456789abcdef"; local
4494 * Lower case hexadecimal digits are used.
4612 *end-- = digits[val % 16];
13496 char c[32]; /* enough for "dof-data-" + digits */
/macosx-10.10.1/vim-55/src/testdir/
H A Dtest49.vim201 " least two digits into the comment, press <C-P>.) At the end of the
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim5935 " be just digits themselves.

Completed in 404 milliseconds

12345678910