Searched refs:spaces (Results 51 - 75 of 149) sorted by relevance

123456

/macosx-10.9.5/vim-53/runtime/autoload/
H A Dgnat.vim19 " 05.11.2006 MK Bram suggested to save on spaces
H A Dsqlcomplete.vim29 " This change removes some of the support for tables with spaces in their
32 " Full support for "table names with spaces" can be added in again
43 " Supports object names with spaces "my table name"
144 " can contain spaces like "my table name".
368 " Handle names with spaces "my table name"
585 " Following a word character, make sure there is a . and no spaces
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmel.vim15 " when wanted, highlight trailing white space and spaces before tabs
H A Dsqlinformix.vim65 " Highlight "end if" with one or more separating spaces
74 " Highlight "end for", etc. with one or more separating spaces
H A D2html.vim117 " unprintable characters expanded and double spaces replaced as necessary.
129 " Replace double spaces, leading spaces, and trailing spaces if needed
749 " care of the leading spaces rather than using   in the case of
760 " to keep the filler spaces hidden if the fold is opened by mouse
775 " only add spaces if we aren't opening another fold on the same line
798 " care of the leading spaces rather than using   in the case of
860 " Add spaces at the end of the raw text line to extend the changed
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/Apache/
H A DSOAP.pm86 All parameters should be quoted and can be separated with commas or spaces
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/Apache/XMLRPC/
H A DLite.pm87 All parameters should be quoted and can be separated with commas or spaces
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/Apache/
H A DSOAP.pm86 All parameters should be quoted and can be separated with commas or spaces
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/Apache/XMLRPC/
H A DLite.pm87 All parameters should be quoted and can be separated with commas or spaces
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DURL.pm170 Here the spaces and "C<'>" character are escaped in the output:
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DURL.pm170 Here the spaces and "C<'>" character are escaped in the output:
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dlibiberty.h219 /* Allocate memory filled with spaces. Allocates using malloc. */
221 extern const char *spaces (int count);
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-sel.el424 (spaces 0)
433 (setq spaces (+ spaces
439 spaces lcount))
/macosx-10.9.5/ruby-104/ruby/ext/nkf/
H A Dnkf.c314 * [-Z2] Converts X0208 kankaku to double ASCII spaces.
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/bin/
H A Dperltidy95 be entabbed with one tab character per 8 spaces.
224 If the path contains spaces, it should be placed in quotes.
416 For example if one level of indentation equals 4 spaces (B<-i=4>, the default),
418 4*15=60 spaces it will be reduced back to 4*1=4 spaces and continue increasing
461 spaces correspond to each leading tab. This number of spaces B<n>
467 indentation spaces as for the output stream (any other assumption would lead to
572 Continuation indentation is extra indentation spaces applied when
589 spaces assigne
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DUtil.pm224 Converts all leading and trailing spaces in values to be \20.
549 Finally all leading and trailing spaces are converted to
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_consume.c503 const char *spaces = " "; local
505 assert(strlen(ats) == len && strlen(spaces) == len);
520 spaces + depth, (long long)val / normal));
527 return (dt_printf(dtp, fp, "%s%s| %-9lld\n", spaces + depth,
540 spaces = &spaces[len];
546 return (dt_printf(dtp, fp, "%s%s|%*s %-9lld\n", spaces + depth,
550 ats + len - depth, spaces + depth,
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddired.el855 ;; To work around this problem, we here add spaces to try and
859 ;; adding spaces only, and to only add them at places where there
861 ;; `directory-listing-before-filename-regexp' always matches spaces
863 ;; is one spot where the exact number of spaces is important, which
865 ;; spaces there (and within the filename as well, of course).
869 ;; file with which to align, and that additional spaces are needed to
927 ;; Now, the number of spaces to insert is align-pt-offset
930 (spaces
937 (when (and spaces (> spaces
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DProgram.inc174 // have embedded spaces (or are empty).
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/
H A DREADME.txt130 sure there are no spaces around the ','. Negative indices are allowed.
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dada.vim20 " 05.11.2006 MK Bram suggested to save on spaces
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dsyck.h239 int spaces; member in struct:_syck_level
/macosx-10.9.5/libarchive-29/libarchive/doc/
H A Dmdoc2wiki.awk28 spaces = " "
/macosx-10.9.5/ruby-104/ruby/ext/psych/yaml/
H A Demitter.c1902 int spaces = 0; local
1915 if (allow_breaks && !spaces
1924 spaces = 1;
1942 spaces = 0;
1962 int spaces = 0; local
1974 if (allow_breaks && !spaces
1985 spaces = 1;
2006 spaces = 0;
2025 int spaces = 0; local
2141 spaces
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dzone.el505 (spaces (make-string cw-ceil 32))
513 (string= spaces (buffer-substring-no-properties
518 (insert spaces)

Completed in 298 milliseconds

123456