Searched refs:keep (Results 76 - 100 of 320) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dpushbutton.itk43 keep -activebackground -activeforeground -background -borderwidth \
118 keep -underline -wraplength -state -command
H A Dradiobox.itk40 keep -background -borderwidth -cursor -disabledforeground \
222 keep -state
H A Dspindate.itk52 keep -background -cursor -foreground -labelfont -textbackground -textfont
117 keep -background -cursor -arroworient -foreground \
139 keep -background -cursor -arroworient -foreground \
160 keep -background -cursor -arroworient -foreground \
H A Dspinint.itk48 keep -background -borderwidth -cursor -foreground -highlightcolor \
H A Dspintime.itk51 keep -background -cursor -foreground -labelfont -textbackground -textfont
105 keep -background -cursor -arroworient -foreground \
127 keep -background -cursor -arroworient -foreground \
149 keep -background -cursor -arroworient -foreground \
/macosx-10.10/llvmCore-3425.0.34/tools/bugpoint/
H A DOptimizerDriver.cpp60 Out.keep();
158 InFile.keep();
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dpublic.test50 keep -background -foreground -cursor
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/htdocs/raw/
H A Ddocumentation.exp12 be integrated into this site using some automated conversion to keep
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/devtools/
H A Ddialog.tcl97 Log halt.keep
289 proc ::dialog::halt.keep. {} {cmd .HaltKeep}
/macosx-10.10/tcl-105/tcl_ext/trf/trf/htdocs/raw/
H A Ddocumentation.exp12 be integrated into this site using some automated conversion to keep
/macosx-10.10/vim-55/runtime/syntax/
H A Dsieve.vim35 syn keyword sieveAction reject fileinto redirect keep discard
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dobjcopy.c36 /* A list of symbols to explicitly strip out, or to keep. A linked
197 /* List of symbols to strip, keep, localize, keep-global, weaken,
279 {"keep-file-symbols", no_argument, 0, OPTION_KEEP_FILE_SYMBOLS},
280 {"keep-symbol", required_argument, 0, 'K'},
281 {"only-keep-debug", no_argument, 0, OPTION_ONLY_KEEP_DEBUG},
331 {"keep-file-symbols", no_argument, 0, OPTION_KEEP_FILE_SYMBOLS},
332 {"keep-global-symbol", required_argument, 0, 'G'},
333 {"keep-global-symbols", required_argument, 0, OPTION_KEEPGLOBAL_SYMBOLS},
334 {"keep
906 int keep; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngwrite.c25 * the chunk, as that will keep the code from breaking if you want to just
116 int keep = png_handle_as_unknown(png_ptr, up->name); local
117 if (keep != PNG_HANDLE_CHUNK_NEVER &&
120 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
294 int keep = png_handle_as_unknown(png_ptr, up->name); local
295 if (keep != PNG_HANDLE_CHUNK_NEVER &&
298 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
397 int keep = png_handle_as_unknown(png_ptr, up->name); local
398 if (keep != PNG_HANDLE_CHUNK_NEVER &&
400 ((up->name[3] & 0x20) || keep
[all...]
/macosx-10.10/Csu-85/
H A Dstart.s155 call _exit # need to use call to keep stack aligned
184 call _exit # need to use call to keep stack aligned
247 ldr x0, [x5] ; get argc into x0 (kernel passes 32-bit int argc as 64-bits on stack to keep alignment)
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dstore.cpp280 bool keep = newField.Find('[') >= 0; local
296 newDef += "," + of.Description(); // keep original field
299 if (keep)
309 if (!keep)
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DLegacy.pm127 I<It seems that forked children are really slow when calling select for handling C<keep-alive>d requests!>
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/Engine/
H A DLegacy.pm127 I<It seems that forked children are really slow when calling select for handling C<keep-alive>d requests!>
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSCSPDLSession.cpp103 get binKey-like thing from SSKey, maybe SSKey should keep a copy of
/macosx-10.10/apache-793/httpd/include/
H A Dutil_ldap.h130 int keep; /* Will this connection be kept when it's unlocked */ member in struct:util_ldap_connection_t
/macosx-10.10/curl-83.1.2/curl/src/
H A Dmkhelp.pl143 #include "memdebug.h" /* keep this as LAST include */
171 /* not a typo, keep it calloc() */
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-dis/
H A Dllvm-dis.cpp188 Out->keep();
/macosx-10.10/msdosfs-209.1.1/
H A Dtest_msdos_userfs.py81 def ejectDiskImage(klass, keep=None):
82 if keep is None:
83 keep = KEEP_IMAGE
84 if keep:
650 "help verbose quiet keep repair= fsck= dir= img= device=".split())
652 if opt == '--keep':
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoom.h41 - (void) setKeepAfterPart:(BOOL) keep;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoom.h41 - (void) setKeepAfterPart:(BOOL) keep;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatRoom.h41 - (void) setKeepAfterPart:(BOOL) keep;

Completed in 390 milliseconds

1234567891011>>