Searched refs:overwrite (Results 26 - 50 of 116) sorted by relevance

12345

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java174 private boolean overwrite = false; field in class:EnvironmentConfig
2105 Configure the system to overwrite files stored in encrypted formats
2119 @param overwrite
2120 If true, configure the system to overwrite files stored in encrypted
2123 public void setOverwrite(final boolean overwrite) { argument
2124 this.overwrite = overwrite;
2128 Return true if the system has been configured to overwrite files stored in
2134 True if the system has been configured to overwrite files stored in
2138 return overwrite;
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dutrie2_builder.cpp670 * initialValue is ignored if overwrite=TRUE
675 uint32_t value, uint32_t initialValue, UBool overwrite) {
680 if(overwrite) {
697 uint32_t value, UBool overwrite,
702 * fill around existing values if any, if(overwrite)
720 if(!overwrite && value==newTrie->initialValue) {
738 value, newTrie->initialValue, overwrite);
742 value, newTrie->initialValue, overwrite);
779 if(overwrite && block>=UNEWTRIE2_DATA_0800_OFFSET) {
781 * We overwrite al
674 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value, uint32_t initialValue, UBool overwrite) argument
695 utrie2_setRange32(UTrie2 *trie, UChar32 start, UChar32 end, uint32_t value, UBool overwrite, UErrorCode *pErrorCode) argument
[all...]
H A Dutrie.h689 * overwrite is TRUE or if the old value is 0.
695 * @param overwrite flag for whether old non-initial values are to be overwritten
699 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite);
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtktextio.rb27 'overwrite' => false,
122 @overwrite = (opts['overwrite'])? true: false
533 def overwrite?
534 @overwrite
537 def overwrite=(ovwt)
538 @overwrite = (ovwt)? true: false
870 delete(@txtpos, @txtpos + "#{n} char") if @overwrite
883 delete(@txtpos, @txtpos + "#{n} char") if @overwrite
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-alias.el209 (eshell-create-handles eshell-aliases-file 'overwrite)))
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkext_tools_util.h35 Boolean overwrite; member in struct:__anon8984
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dsavescreen.c89 overwrite(curscr, stdscr);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PackageManager/
H A Dpackman.py89 overwrite = objc.IBOutlet() variable in class:PackageDatabase
211 self.setBoolFromDefaults(self.overwrite, 'forceInstallation')
240 self.saveBoolToDefaults(self.overwrite, 'forceInstallation')
425 force = self.overwrite.state() == NSOnState
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PackageManager/
H A Dpackman.py89 overwrite = objc.IBOutlet() variable in class:PackageDatabase
211 self.setBoolFromDefaults(self.overwrite, 'forceInstallation')
240 self.saveBoolToDefaults(self.overwrite, 'forceInstallation')
425 force = self.overwrite.state() == NSOnState
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PackageManager/
H A Dpackman.py89 overwrite = objc.IBOutlet() variable in class:PackageDatabase
211 self.setBoolFromDefaults(self.overwrite, 'forceInstallation')
240 self.saveBoolToDefaults(self.overwrite, 'forceInstallation')
425 force = self.overwrite.state() == NSOnState
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dmdbscript.tcl144 # 2. Put it (using an overwrite to make the data be datastr:ID).
152 set overwrite 0
186 incr overwrite
394 puts "\t$overwrite overwrites"
/macosx-10.10.1/awk-20/src/
H A DREADME62 case you overwrite them. We have also included a copy of
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Densemble.test63 test ensemble-1.7 {one part can't overwrite another} {
72 test ensemble-1.8 {an ensemble can't overwrite another part} {
H A Dimport.test146 test import-2.3 {itcl::class will overwrite stubs in an existing namespace} {
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlb_mmtest.c89 int overwrite; member in struct:__anon15370
336 ts->overwrite = 0;
/macosx-10.10.1/DiskArbitration-268/DiskArbitration/
H A DDiskArbitrationPrivate.h229 extern void DiskArbAddCallbackHandler( int type, void * callback, int overwrite );
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dplurfmts.cpp222 UBool overwrite[PLURAL_PATTERN_DATA] = {FALSE, FALSE, TRUE, TRUE}; local
242 (UnicodeString *)&patternEvenTestResult[i], overwrite[i], &message);
692 UBool overwrite, // overwrite the numberFormat.format result
707 if (overwrite) {
686 numberFormatTest(PluralFormat* plFmt, NumberFormat *numFmt, int32_t start, int32_t end, UnicodeString *numOddAppendStr, UnicodeString *numEvenAppendStr, UBool overwrite, UnicodeString *message) argument
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-dav.el857 (defun url-dav-rename-file (oldname newname &optional overwrite)
872 (null overwrite)
873 (and (numberp overwrite)
879 ;; Honor the overwrite flag...
880 (if overwrite (push '("Overwrite" . "T") headers))
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_overlay.c37 ** The routines overlay(), copywin(), and overwrite().
119 ** overwrite(win1, win2)
122 ** overwrite() writes the overlapping area of win1 behind win2
128 overwrite(const WINDOW *win1, WINDOW *win2) function
130 T((T_CALLED("overwrite(%p,%p)"), win1, win2));
/macosx-10.10.1/xar-254/xar/lib/
H A Dfiletree.c484 static xar_prop_t xar_prop_set_r(xar_file_t f, xar_prop_t p, const char *key, const char *value, int overwrite) { argument
500 if( overwrite ) {
517 ret2 = xar_prop_set_r(f, i, tmp2, value, overwrite);
539 ret2 = xar_prop_set_r(f, ret, tmp2, value, overwrite);
577 * Identical to xar_prop_set, except it will not overwrite an existing
/macosx-10.10.1/apache-793/httpd/modules/dav/main/
H A Dmod_dav.c665 const char *overwrite = apr_table_get(r->headers_in, "Overwrite"); local
667 if (overwrite == NULL) {
671 if ((*overwrite == 'F' || *overwrite == 'f') && overwrite[1] == '\0') {
675 if ((*overwrite == 'T' || *overwrite == 't') && overwrite[1] == '\0') {
2617 int overwrite; local
2706 /* get and parse the overwrite heade
4431 int overwrite; local
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.css57 /* Can style cursor different in overwrite (non-insert) mode */
58 div.CodeMirror-overwrite div.CodeMirror-cursor {}
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.css57 /* Can style cursor different in overwrite (non-insert) mode */
58 div.CodeMirror-overwrite div.CodeMirror-cursor {}
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dwdired.el104 (defvar dired-backup-overwrite) ; Only in Emacs 20.x this is a custom var
118 and the variable `wdired-confirm-overwrite' controls whether it is ok
119 to overwrite files without asking."
123 (defcustom wdired-confirm-overwrite t
124 "If nil the renames can overwrite files without asking.
369 (let ((overwrite (or (not wdired-confirm-overwrite) 1))
398 ;; dired-backup-overwrite is locally bound,
399 ;; dired-backup-overwrite won't be initialized.
403 (let ((dired-backup-overwrite ni
[all...]
H A Dbookmark.el492 (defun bookmark-make (name &optional annotation overwrite info-node)
505 (if (and (bookmark-get-bookmark stripped-name) (not overwrite))
507 ;; no prefix arg means just overwrite old bookmark
741 With prefix arg, will not overwrite a bookmark that has the same name
1429 (defun bookmark-load (file &optional overwrite no-msg)
1468 (if overwrite

Completed in 306 milliseconds

12345