Searched refs:undo (Results 1 - 25 of 168) sorted by relevance

1234567

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsundomanager.py16 m.undo()
25 # test ability of int argument to pass through undo and then
35 undo = NSUndoManager.alloc().init() variable in class:.TestUndoInt.UndoInt
40 self.undo.prepareWithInvocationTarget_(self).test_(self.idx.index())
44 # test that undo works
48 x.undo.undo()
65 m.undo()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsundomanager.py16 m.undo()
25 # test ability of int argument to pass through undo and then
35 undo = NSUndoManager.alloc().init() variable in class:.TestUndoInt.UndoInt
40 self.undo.prepareWithInvocationTarget_(self).test_(self.idx.index())
44 # test that undo works
48 x.undo.undo()
65 m.undo()
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsundomanager.py21 m.undo()
30 # test ability of int argument to pass through undo and then
40 undo = NSUndoManager.alloc().init() variable in class:.TestUndoInt.UndoInt
45 self.undo.prepareWithInvocationTarget_(self).test_(self.idx.index())
49 # test that undo works
53 x.undo.undo()
70 m.undo()
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dpc-mode.el36 M-Backspace does undo.
47 (global-set-key [M-backspace] 'undo)
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dsetattr.c73 int assign, undo, functions_only, arrays_only, any_failed, assign_error, opt; local
81 undo = functions_only = arrays_only = any_failed = assign_error = 0;
89 undo = 1;
113 /* Cannot undo readonly status, silently disallowed. */
114 if (undo && (attribute & att_readonly))
130 SETVARATTR (var, attribute, undo);
195 set_var_attribute (name, attribute, undo);
353 set_var_attribute (name, attribute, undo)
355 int attribute, undo;
360 if (undo)
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dyank_command.rb20 "#{program_name} GEM -v VERSION [-p PLATFORM] [--undo] [--key KEY_NAME]"
29 add_option('--undo') do |value, options|
30 options[:undo] = true
48 if options[:undo] then
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsem_internal.h135 #define SEMUME 10 /* max # of undo entries per process */
137 #ifndef SEMMNU /* # of undo structures in system */
157 int un_next_idx; /* index of next active undo structure */
160 struct undo { struct in struct:sem_undo
164 struct undo *une_next; /* next undo entry */
165 } *un_ent; /* undo entries */
175 semmnu, /* # of undo structures in system */
178 semume, /* max # of undo entries per process */
179 semusz, /* size in bytes of undo structur
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest051-config-undo27 dn: o=undo
29 o: undo
97 $LDAPMODIFY -D "cn=manager,o=undo" -w secret -h $LOCALHOST -p $PORT1 <<EOF
98 dn: o=foo,o=undo
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Daap.vim14 " Reset 'formatoptions', 'comments' and 'expandtab' to undo this plugin.
/macosx-10.10.1/vim-55/src/
H A DMake_manx.mak79 undo.c \
127 obj/undo.o \
174 proto/undo.pro \
354 obj/undo.o: undo.c
355 $(CCSYM) $@ undo.c
H A DMake_dice.mak71 undo.c \
117 o/undo.o \
231 o/undo.o: undo.c $(SYMS)
H A DMake_morph.mak69 undo.c \
H A DMake_os2.mak83 undo.o \
158 undo.o: undo.c $(INCL)
H A DMake_ro.mak20 o.spell o.syntax o.tag o.term o.termlib o.ui o.undo o.version \
131 o.undo: c.undo
H A DMake_sas.mak134 undo.c \
181 undo.o \
229 proto/undo.pro \
373 undo.o: undo.c
374 proto/undo.pro: undo.c
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoBindings.tcl52 .rhf.new configure -wrap word -undo 1
59 .lhf.classic configure -width 42 -height 29 -wrap word -undo 1 -font {{Courier} -15} -bg #FFFFEE
H A DntextDemoIndent.tcl42 .rhf.new configure -wrap word -undo 1
52 .lhf.classic configure -width 42 -height 26 -wrap word -undo 1 -font {{Courier} -15} -bg #FFFFEE
/macosx-10.10.1/vim-55/src/proto/
H A Dspell.pro11 void spell_add_word __ARGS((char_u *word, int len, int bad, int idx, int undo));
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Dx-apollo.el75 (global-set-key [S-undo] 'undo) ;UNDO
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A DMakefile.in79 $(srcdir)/undo.c $(srcdir)/macro.c $(srcdir)/input.c \
98 util.o kill.o undo.o macro.o input.o callback.o terminal.o \
253 undo.o: ansi_stdlib.h
254 undo.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
255 undo.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
256 undo.o: history.h rlstdc.h xmalloc.h
291 undo.o: rlprivate.h
316 undo.o: xmalloc.h
358 undo.o: undo
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpcvs-info.el301 (MODIFIED update commit undo remove diff merge diff-base)
303 (MISSING remove undo update safe-rm revert)
304 (REMOVED commit add undo safe-rm)
305 (NEED-MERGE update undo diff diff-base)
306 (CONFLICT merge remove undo commit diff diff-base)
/macosx-10.10.1/BerkeleyDB-21/db/fileops/
H A Dfop_rec.c231 __fop_rename_recover_int(env, dbtp, lsnp, op, info, undo)
237 int undo;
309 if (undo && DB_UNDO(op))
331 * undo pass must check if the file we are interested in is the one that
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_yank_command.rb81 @cmd.options[:undo] = true
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dtext_write.tcl21 store recall undef undo get getl maxlen fieldsep \
104 proc ::text::write::undo {} {
/macosx-10.10.1/vim-55/runtime/
H A Dvimrc_example.vim40 " CTRL-U in insert mode deletes a lot. Use CTRL-G u to first break undo,
41 " so that you can undo CTRL-U after inserting a line break.

Completed in 406 milliseconds

1234567