Searched refs:trailing (Results 1 - 25 of 94) sorted by relevance

1234

/macosx-10.10/rsync-45/rsync/support/
H A Dmnt-excl34 my $trailing = $1;
35 $trailing = '' if $trailing eq '.' || !-d "$dir$trailing";
36 $trailing .= '/' if $trailing ne '';
41 next unless s#^\Q$dir$trailing\E##o && $_ ne '';
42 print "- /$trailing$_\n";
/macosx-10.10/libxslt-13/libxslt/tests/exslt/sets/
H A DMakefile.am11 trailing.1.out trailing.1.xml trailing.1.xsl
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dloclikely.cpp142 * @param trailing Any trailing data to append to the new tag.
143 * @param trailingLength The length of the trailing data.
158 const char* trailing,
328 if (*trailing != '@' && capacityRemaining > 0) {
340 * Copy the trailing data into the supplied buffer. Use uprv_memmove, since we
348 trailing,
396 * @param trailing Any trailing data to append to the new tag.
397 * @param trailingLength The length of the trailing dat
151 createTagStringWithAlternates( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, const char* alternateTags, char* tag, int32_t tagCapacity, UErrorCode* err) argument
404 createTagString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, char* tag, int32_t tagCapacity, UErrorCode* err) argument
860 const char* trailing = ""; local
967 const char* trailing = ""; local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dxs.vim16 " TODO: Figure out how to look for trailing '='.
22 " TODO: Figure out how to look for trailing '('.
H A Dremind.vim42 " This will match trailing whitespaces that seem to break rem2ps.
H A Dmel.vim15 " when wanted, highlight trailing white space and spaces before tabs
H A Dcsp.vim100 " (first char a capital, later at least one lower case, no trailing underscore):
103 " Processes (all upper case, no trailing underscore):
H A Dsgml.vim146 " highlight everything but not the trailing '>' which
173 " just highlight the trailing '/'
H A Dforth.vim34 " you can turn off highlighting of trailing spaces in comments by
48 " for the parenthesis comment word, so words with a trailing
102 " when wanted, highlight trailing white space
H A Daap.vim118 " A Python line starts with @. Can be continued with a trailing backslash.
H A Dpython.vim136 " because of a possible leading or trailing decimal point.
223 " trailing whitespace
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DUniscribeController.cpp380 int trailing = 0; local
382 advances.data(), &item.a, &m_offsetPosition, &trailing);
383 if (trailing && m_includePartialGlyphs && m_offsetPosition < len - 1) {
385 m_offsetX += m_run.rtl() ? -trailing : trailing;
389 if (trailing && m_includePartialGlyphs)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dencoding.c176 int trailing; local
191 if (d < 0x80) { c= d; trailing= 0; }
193 /* trailing byte in leading position */
197 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; }
198 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; }
199 else if (d < 0xF8) { c= d & 0x07; trailing= 3; }
207 if (inend - in < trailing) {
211 for ( ; trailing; trailing--) {
349 int trailing; local
528 int trailing; local
770 int trailing; local
[all...]
H A DHTMLparser.c1954 int trailing; local
1969 if (d < 0x80) { c= d; trailing= 0; }
1971 /* trailing byte in leading position */
1975 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; }
1976 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; }
1977 else if (d < 0xF8) { c= d & 0x07; trailing= 3; }
1985 if (inend - in < trailing) {
1989 for ( ; trailing; trailing--) {
2058 int trailing; local
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dencoding.c232 int trailing; local
247 if (d < 0x80) { c= d; trailing= 0; }
249 /* trailing byte in leading position */
253 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; }
254 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; }
255 else if (d < 0xF8) { c= d & 0x07; trailing= 3; }
263 if (inend - in < trailing) {
267 for ( ; trailing; trailing--) {
405 int trailing; local
584 int trailing; local
826 int trailing; local
[all...]
H A DHTMLparser.c1994 int trailing; local
2009 if (d < 0x80) { c= d; trailing= 0; }
2011 /* trailing byte in leading position */
2015 } else if (d < 0xE0) { c= d & 0x1F; trailing= 1; }
2016 else if (d < 0xF0) { c= d & 0x0F; trailing= 2; }
2017 else if (d < 0xF8) { c= d & 0x07; trailing= 3; }
2025 if (inend - in < trailing) {
2029 for ( ; trailing; trailing--) {
2098 int trailing; local
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Ddecada.vim28 " 3: remove a trailing '_' (wich denotes a specification)
/macosx-10.10/vim-55/runtime/indent/
H A Dpostscr.vim42 " Indent for dicts, arrays, and saves with possible trailing comment
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dja-dic-utl.el76 "Alist of Okuriganas vs trailing ASCII letters in OKURI-ARI entry.")
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DPath.inc33 // is a root directory. Any other use of a trailing slash is stripped. Unlike
104 // Remove trailing slash, unless it's a root slash.
662 // Drop trailing slash.
/macosx-10.10/misc_cmds-33/ncal/
H A Dncal.c913 int trailing = r ? (w - width - leading) : 0; local
914 sprintf(s, "%.*s%s%.*s", leading, blanks, t, trailing, blanks);
926 int trailing = (w - width); local
927 sprintf(s, "%s%.*s", t, trailing, blanks);
/macosx-10.10/BerkeleyDB-21/db/docs_src/tcl/
H A Dm4.tcl118 an error string, and a trailing m4_htmlquote(newline) character. If
123 (":"), an error string, and a trailing m4_htmlquote(newline)
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtpage162 --post_chomp Chomp trailing whitespace
/macosx-10.10/vim-55/runtime/macros/
H A Djustify.vim67 " If the line, adjusted for space runs and leading/trailing whitespace,
255 " Trim trailing, leading and running whitespace
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DString.pm682 Removes the trailing newline from the string.
689 Removes all leading and trailing whitespace from the string
696 Removes all leading and trailing whitespace and collapses any sequences

Completed in 229 milliseconds

1234