Searched +refs:auto +refs:newline (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/libauto-185.5/auto_tester/
H A DTestCase.m27 #import <objc/objc-auto.h>
274 NSRange newline;
276 newline = [stringBuf rangeOfString:@"\n"];
277 if (newline.location != NSNotFound) {
278 NSString *line = [stringBuf substringWithRange:NSMakeRange(0, newline.location)];
279 [stringBuf deleteCharactersInRange:NSMakeRange(0, newline.location+1)];
284 } while (newline.location != NSNotFound);
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dcua-gmrk.el205 (cua--insert-rectangle text 'auto))
235 (cua--insert-rectangle text 'auto))
241 (cua--insert-rectangle text 'auto))
306 (defun cua-insert-newline-at-global-mark ()
307 "Insert a newline at the global mark position."
381 (define-key cua--global-mark-keymap [remap newline] 'cua-insert-newline-at-global-mark)
382 (define-key cua--global-mark-keymap [remap newline-and-indent] 'cua-insert-newline-at-global-mark)
383 (define-key cua--global-mark-keymap "\r" 'cua-insert-newline
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/tcl/
H A Dm4.tcl45 dnl $1: auto if -auto_commit is a flag
52 ifelse([$1], auto, [-auto_commit flag is specified],
118 an error string, and a trailing m4_htmlquote(newline) character. If
123 (":"), an error string, and a trailing m4_htmlquote(newline)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtidy.vim35 syn match tidyDoctype "\<omit\|auto\|strict\|loose\|transitional\|user\>" contained
91 syn match tidyOption "^newline" contained
/macosx-10.9.5/CPANInternal-140/Net-Telnet/lib/Net/
H A DTelnet.pm80 cmd_rm_mode => "auto",
382 if ($cmd_remove_mode eq "auto") {
2270 ## Convert CR LF to newline when not in binary mode.
2850 elsif ($mode =~ /^\s*auto\s*$/i) {
2851 $mode = "auto";
2855 "argument \"$mode\": it's not \"auto\" or a " .
3410 with a newline. To avoid printing a trailing C<"\n"> use C<put()> or
3454 designate a newline.
3601 The default I<Binmode> is C<0>, which means do newline translation.
3610 The default I<Cmd_remove_mode> is C<"auto">
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm80 cmd_rm_mode => "auto",
382 if ($cmd_remove_mode eq "auto") {
2270 ## Convert CR LF to newline when not in binary mode.
2850 elsif ($mode =~ /^\s*auto\s*$/i) {
2851 $mode = "auto";
2855 "argument \"$mode\": it's not \"auto\" or a " .
3410 with a newline. To avoid printing a trailing C<"\n"> use C<put()> or
3454 designate a newline.
3601 The default I<Binmode> is C<0>, which means do newline translation.
3610 The default I<Cmd_remove_mode> is C<"auto">
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dada-mode.el133 (defvar compile-auto-highlight)
168 (defcustom ada-auto-case t
202 `ada-capitalize-word' or `ada-no-auto-case'."
207 (const ada-no-auto-case))
233 (const ada-no-auto-case))
244 (const ada-no-auto-case))
276 A nil value means do not auto-indent comments."
401 (defcustom ada-tab-policy 'indent-auto
405 `indent-auto' : use indentation functions in this file.
407 :type '(choice (const indent-auto)
[all...]
H A Dcperl-mode.el212 (defcustom cperl-extra-newline-before-brace nil
227 (defcustom cperl-extra-newline-before-brace-multiline
228 cperl-extra-newline-before-brace
229 "*Non-nil means the same as `cperl-extra-newline-before-brace', but
285 (defcustom cperl-auto-newline nil
286 "*Non-nil means automatically newline before and after braces,
290 `cperl-auto-newline-after-colon' set."
296 Active if `cperl-auto
[all...]
H A Dsql.el894 ;; newline and formfeed end comments
1069 "attributes" "audit" "authenticated" "authid" "authorization" "auto"
1206 "auto\\(commit\\)?\\|autop\\(rint\\)?\\|autorecovery\\|"
1886 (newline))
2128 (if comint-input-sender-no-newline
2137 Every newline in STRING will be preceded with a space and a backslash."
2149 (if comint-input-sender-no-newline
/macosx-10.9.5/ICU-511.35/icuSources/
H A Dconfigure1390 --enable-auto-cleanup enable auto cleanup of libraries default=no
1411 --with-data-packaging=type specify how to package ICU data (files, archive, library, static, auto) default=auto
1864 /* Do not output a trailing newline, as this causes \r\n confusion
2280 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2297 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2298 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2536 # Use custom echo test for newline option
2537 # Current autoconf (2.65) gives incorrect echo newline optio
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el457 This currently only means, they are never auto-wrapped.
519 (defcustom org-auto-renumber-ordered-lists t
650 See also the variable `org-table-auto-blank-field'."
757 (defcustom org-table-auto-blank-field t
1417 (defcustom org-allow-auto-repeat t
1535 (defcustom org-use-fast-tag-selection 'auto
1539 When the symbol `auto', fast selection is used if and only if selection
1548 (const :tag "When selection characters are configured" 'auto)))
1570 (defcustom org-auto-align-tags t
2725 non-shy groups here, and don't allow newline her
[all...]
/macosx-10.9.5/vim-53/src/auto/
H A Dconfigure1439 --enable-gui=OPTS X11 GUI default=auto OPTS=auto/no/gtk2/gnome2/motif/athena/neXtaw/photon/carbon
1440 --enable-gtk2-check If auto-select GUI, check for GTK+ 2 default=yes
1442 --enable-motif-check If auto-select GUI, check for Motif default=yes
1443 --enable-athena-check If auto-select GUI, check for Athena default=yes
1444 --enable-nextaw-check If auto-select GUI, check for neXtaw default=yes
1445 --enable-carbon-check If auto-select GUI, check for Carbon default=yes
2182 /* Do not output a trailing newline, as this causes \r\n confusion
2204 cat >auto/config.log <<_ACEOF
2214 exec 5>>auto/confi
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm3825 As has been illustrated in previous chapters, the C<SOAP::Lite> client objects can manage remote calls with auto-dispatching using some of Perl's more elaborate features. call is used when the application wants a greater degree of control over the details of the call itself. The method may be built up from a L<SOAP::Data> object, so as to allow full control over the namespace associated with the tag, as well as other attributes like encoding. This is also important for calling methods that contain characters not allowable in Perl function names, such as A.B.C.
4482 every processed entity or newline. It can lead to lot of calls and additional
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm4324 can manage remote calls with auto-dispatching using some of Perl's more
5518 every processed entity or newline. It can lead to lot of calls and additional
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm4191 can manage remote calls with auto-dispatching using some of Perl's more
5261 every processed entity or newline. It can lead to lot of calls and additional
/macosx-10.9.5/bind9-45.100/bind9/
H A Dconfigure2237 --enable-epoll use Linux epoll when available [default=auto]
3167 /* Do not output a trailing newline, as this causes \r\n confusion
3298 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3315 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3316 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
7529 # (--disable-auto-import) libraries
8059 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
8060 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8069 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
11157 if $LD --help 2>&1 | grep 'auto
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dconfigure2311 /* Do not output a trailing newline, as this causes \r\n confusion
2545 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2562 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2563 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17567 XLDFLAGS="$XLDFLAGS -Wl,--stack,0x00200000,--enable-auto-import"
17568 DLDFLAGS="${DLDFLAGS} -Wl,--enable-auto-image-base,--enable-auto-import"
18559 enable_dtrace=auto
18563 if test "${enable_dtrace}" = "auto"; then
19817 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dconfigure1404 --without-rpath Disable auto-added -R linker paths
2141 /* Do not output a trailing newline, as this causes \r\n confusion
2329 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2346 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2347 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17153 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17154 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18066 # newline sequences.
/macosx-10.9.5/apr-30/apr/apr/
H A Dconfigure2506 /* Do not output a trailing newline, as this causes \r\n confusion
2787 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2806 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2807 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3643 # Be careful that the start marker always follows a newline.
8327 test "x$silent" != "xyes" && echo " setting LDFLAGS to \"-Wl,--enable-auto-import,--subsystem,console\""
8328 LDFLAGS="-Wl,--enable-auto-import,--subsystem,console"
8330 apr_addto_bugger="-Wl,--enable-auto-import,--subsystem,console"
12507 # (--disable-auto-import) libraries
13037 if $LD --help 2>&1 | grep 'auto
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dtermcap.src134 # -am Enable auto-margin.
140 # -nam No auto-margin - suppress :am: capability
426 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
1548 # that you set auto-nl to "on", if you set it off use vt100-nam
1849 vt220-nam|v200-nam|VT220 in vt100 mode with no auto margins:\
5330 # white on black (\Ed) auto page flip off (\Ew)
6823 kermit-am|standard kermit plus auto-margin:\
7054 # does a 'clear' and also turns OFF auto scroll, turns ON Auto Line Wrapping,
7502 # :is: disables newline on LF,Emphasized off
8232 # enable*/disable auto XO
[all...]
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dterminfo.src159 # -am Enable auto-margin.
165 # -nam No auto-margin - suppress <am> capability
322 # ^D acts as a line break (just like newline).
474 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
1891 # that you set auto-nl to "on", if you set it off use vt100-nam
2263 vt220-nam|v200-nam|VT220 in vt100 mode with no auto margins,
5177 # xenl [newline ignnored after 80 cols] messes up last line? Ehud Karni
7221 # enabled in <is2>, but auto-flip is very jarring so we don't use it.
7610 # white on black (\Ed) auto page flip off (\Ew)
9314 kermit-am|standard kermit plus auto
[all...]

Completed in 501 milliseconds