Searched refs:leading (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10/libxslt-13/libxslt/tests/exslt/sets/
H A DMakefile.am10 leading.1.out leading.1.xml leading.1.xsl \
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf-vxworks.c35 char leading; local
37 leading = bfd_get_symbol_leading_char (abfd);
38 if (leading)
40 if (*name != leading)
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A DFontMap.cpp260 le_int32 ascent, descent, leading; local
272 leading = fFontInstances[i]->getLeading();
282 if (leading > fLeading) {
283 fLeading = leading;
H A Dparagraph.cpp89 le_int32 leading = 0; local
137 if (pLeading > leading) {
138 leading = pLeading;
156 fLineHeight = ascent + descent + leading;
H A Dpflow.c113 le_int32 leading = 0; local
194 if (pLeading > leading) {
195 leading = pLeading;
213 flow->fLineHeight = ascent + descent + leading;
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dcomment.rb92 # we get the following lines that start with the leading word at the
95 leading = $2 # ' * ARGF' in the example above
99 (^#{Regexp.escape leading}.*?\n)+
/macosx-10.10/vim-55/runtime/syntax/
H A Dr.vim46 " identifier with leading letter and optional following keyword characters
48 " identifier with leading period, one or more digits, and at least one non-digit keyword character
H A Dgretl.vim43 " identifier with leading letter and optional following keyword characters
46 " Variable with leading $
H A Dmsmessages.vim46 " Comments are converted to C source (by removing leading ;)
82 "hexadecimal floating point number, optional leading digits, with dot, with exponent
84 "hexadecimal floating point number, with leading digits, optional dot, with exponent
H A Dflexwiki.vim96 " Eight spaces at the beginning of the line is equivalent to the leading tab.
/macosx-10.10/ICU-531.30/icuSources/layoutex/
H A DParagraphLayout.cpp833 le_int32 leading = font->getLeading(); local
834 le_int32 dl = descent + leading;
844 if (leading > fLeading) {
845 fLeading = leading;
1244 le_int32 leading = fRuns[i]->getLeading(); local
1245 le_int32 dl = descent + leading;
1255 if (leading > fLeading) {
1256 fLeading = leading;
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dtext-mode.el78 "Major mode for editing text, with leading spaces starting a paragraph.
90 "Minor mode for editing text, with leading spaces starting a paragraph.
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dfetch.c307 * leading `/' unless it's an ftp:// URL, as this makes things easier
309 * host and the URL-path removed, but any additional leading slashes
606 char *leading; local
762 leading = " (";
766 fprintf(ttyout, "%svia %s:%s", leading,
768 leading = ", ";
798 fputs(leading, ttyout);
803 leading = ", ";
818 leading);
819 leading
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoIndent.tcl21 To try the demo - place the cursor at the start of a paragraph and change the amount of initial space. The paragraph is a logical line of text; its first display line may have leading whitespace, and ntext indents any subsequent (wrapped) display lines to match the first.
/macosx-10.10/vim-55/runtime/macros/
H A Djustify.vim43 " Negative values: Keep current amount of leading whitespace.
44 " Positive values: Indent all lines with leading whitespace using this
67 " If the line, adjusted for space runs and leading/trailing whitespace,
255 " Trim trailing, leading and running whitespace
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy94 Same as the previous example, except that leading whitespace will
149 use two leading dashes for long names, but one may be used.
152 leading "n" (for the short name) or a leading "no" or "no-" (for the
387 and data structures because eventually the amount of leading whitespace used
391 basically tells perltidy to ignore leading whitespace when measuring the line
403 lengths, including leading whitespace, can still be arbitrarily large. This
411 structures. When the nesting depth exceeds the value B<n> the leading
417 and one uses B<-wc=15>, then if the leading whitespace on a line exceeds about
443 =item B<-et=n>, B<--entab-leading
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DFile.pm174 leading 'C</>' as per 'C</foo/bar/baz.html>', or otherwise as one relative
263 The name of the file without any leading directories.
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtpage161 --pre_chomp Chomp leading whitespace
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dreglib.h545 int leading; /* leading match on this char */ member in struct:reglib_s
/macosx-10.10/misc_cmds-33/ncal/
H A Dncal.c902 /* Center string t in string s of length w by putting enough leading blanks */
912 int leading = (w - width) / 2; local
913 int trailing = r ? (w - width - leading) : 0;
914 sprintf(s, "%.*s%s%.*s", leading, blanks, t, trailing, blanks);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateRestoreKernel.c167 bool leading = true; local
173 leading = false;
174 else if (leading && bit)
/macosx-10.10/CPANInternal-159.1/Bencode-1.4/lib/
H A DBencode.pm213 Your data contained a string with negative length or a length with leading zeroes.
/macosx-10.10/CPANInternal-159.1/Time-HiRes-Value-0.07/lib/Time/HiRes/
H A DValue.pm176 A leading C<-> sign will be printed if the stored time is negative, and the
/macosx-10.10/emacs-93/emacs/
H A Dconfig.bat277 Echo name without the leading dot when you untarred the archive.
279 Echo file exists and is called "_gdbinit" with a leading underscore.
/macosx-10.10/swig-12/Source/Swig/
H A Dtypemap.c1703 int leading = 1; local
1729 leading = 1;
1743 if (isspace((int) *c) && leading)
1746 leading = 0;

Completed in 306 milliseconds

1234