Searched refs:never (Results 51 - 75 of 247) sorted by relevance

12345678910

/macosx-10.10/vim-55/runtime/syntax/
H A Dgpg.vim70 \ list-only lock-multiple lock-never lock-once
H A Dlftp.vim27 syn keyword lftpInterval contained infinity inf never forever
H A Dwget.vim32 syn match wgetBoolean "\<on\|off\|always\|never\|1\|0\>" contained
/macosx-10.10/CPANInternal-159.1/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm139 changed to "c:\projects\aardvark\config\access", but your program would never
168 you never need to do a real "chdir" or "cd" operation in your program, and your
196 array ref or a string. Literal lists are never returned, even in list context.
226 precaution can also act as a pseudo-security measure by never returning a
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DConstants.pm149 The SOAP::Lite package attempts to locate and use the L<XML::Parser> package, falling back on an internal, pure-Perl parser in its absence. This package is a fast parser, based on the Expat parser developed by James Clark. If the application sets this value to 1, there will be no attempt to locate or use XML::Parser. There are several reasons you might choose to do this. If the package will never be made available, there is no reason to perform the test. Setting this parameter is less time-consuming than the test for the package would be. Also, the XML::Parser code links against the Expat libraries for the C language. In some environments, this could cause a problem when mixed with other applications that may be linked against a different version of the same libraries. This was once the case with certain combinations of Apache, mod_perl and XML::Parser.
/macosx-10.10/emacs-93/emacs/lisp/
H A Dlonglines.el107 (use-hard-newlines 1 'never)
127 ;; longlines-wrap-lines that we'll never encounter from here
H A Dbookmark.el111 --> nil means never save bookmarks, except when `bookmark-save' is
150 It can have four values: t, nil, `never', and `nospecial'.
154 :type '(choice (const nil) (const never) (const nospecial)
486 menus, so `completing-read' never gets a chance to set `bookmark-history'."
619 You should never need to change this.")
1384 ((eq 'never bookmark-version-control) 'never)
H A Dhi-lock.el131 as first argument); if nil or `never' or anything else, don't use file
133 :type '(choice (const :tag "Do not use file patterns" never)
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dparagraphs.el49 to do this; it can be `never' to change nothing, t or `always' to force
62 (and (not (eq 'never insert))
90 the beginning of the line, so it should never use \"^\" as an anchor. This
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dregcomp.c68 static int never = 0; /* for use in asserts; shuts lint up */ variable
70 #define never 0 /* some <assert.h>s have bugs too */ macro
1122 assert(never);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregcomp.c148 static int never = 0; /* for use in asserts; shuts lint up */ variable
150 #define never 0 /* some <assert.h>s have bugs too */ macro
1150 assert(never);
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/
H A DMore.pm681 This should never happen! Please contact the author immediately!
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dldap.el86 `deref' is one of the symbols `never', `always', `search' or `find'.
136 (const :menu-tag "Never" :tag "Never" never)
499 `deref' is one of the symbols `never', `always', `search' or `find'.
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/
H A DDump.pm610 scalar quoted if needed, but never break it into multiple lines. If you
613 reading. The returned string will never be "\n" terminated, even if
/macosx-10.10/OpenSSL098-52/src/VMS/
H A Dmkshared.com231 $! The record writer routine for VAX variables (should never happen!)
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dsyspolicy.sql29 -- Dates are uniformly in julian form. We use 5000000 as the canonical "never" expiration
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsyspolicy.sql29 -- Dates are uniformly in julian form. We use 5000000 as the canonical "never" expiration
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dnamed.conf103 // "slave" or "options forward-only". "only" will never attempt
/macosx-10.10/emacs-93/emacs/etc/
H A Dorgcard.tex163 %% in case we never use \columnb (two-column mode)
220 % If an \halign is entered while in vertical mode, a parskip is never
718 and is therefore never exported.
720 Subtrees whose header starts with COMMENT are never exported.
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Dmail-extr.el114 ;; * some of the domain literal handling is missing. (But I've never even
1453 "*If it is a regexp, names matching it will never be modified.
1454 If it is neither nil nor a string, modifying of names will never take
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DPathV2.inc70 /// Therefore, never allow this class to call close on a file descriptor that
/macosx-10.10/misc_cmds-33/ncal/
H A Dncal.c186 date never = {10000, 1, 1}; /* outside valid range of dates */ local
246 nswitch = ndaysj(&never);
/macosx-10.10/ruby-106/ruby/test/strscan/
H A Dtest_stringscanner.rb480 s.scan(/never match/)
510 s.scan(/never match/)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DS3.tcl1012 if {$compare ni {always never exists missing newer date checksum different}} {
1013 error "-compare must be always, never, exists, missing, newer, date, checksum, or different" "" \
1016 if {"never" eq $compare} {return 0}
1047 # Actually already handled above, but it never hurts...
1188 "never" ne [dict get $myargs -compare] && \
1284 if {"never" eq [dict get $myargs -compare]} {return 0}
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/lib/File/
H A DExtAttr.pm380 OpenBSD 3.7 supported extended attributes, although support was never

Completed in 167 milliseconds

12345678910