Searched refs:Remove (Results 1 - 25 of 160) sorted by relevance

1234567

/macosx-10.10/CPAN-56/Modules/File-Remove-1.52/
H A DMakefile1 NAME = File-Remove
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_martin_fowler.rb7 <title>Remove this element and figs order differently</title>
11 <p>Remove this and figs order differently</p>
/macosx-10.10/tcl-105/tk/tk/tests/ttk/
H A Dtreetags.test205 $tv tag bind rm1 <<Remove>> { lappend ::result rm1 [%W focus] <<Remove>> }
206 $tv tag bind rm2 <<Remove>> {
207 lappend ::result rm2 [%W focus] <<Remove>>
210 $tv tag bind rm3 <<Remove>> { lappend ::result rm3 [%W focus] <<Remove>> }
214 event generate $tv <<Remove>>
218 } -result [list rm1 item1 <<Remove>> rm2 item1 <<Remove>> rm3 item1 <<Remove>>]
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DRegAllocRegistry.h40 ~RegisterRegAlloc() { Registry.Remove(this); }
H A DSchedulerRegistry.h44 ~RegisterScheduler() { Registry.Remove(this); }
H A DMachinePassRegistry.h109 /// Remove - Removes a function pass from the registration list.
111 void Remove(MachinePassRegistryNode *Node);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachinePassRegistry.cpp45 /// Remove - Removes a function pass from the registration list.
47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { function in class:MachinePassRegistry
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSDRecord.cpp78 STDMETHODIMP CDNSSDRecord::Remove(DNSSDFlags flags) function in class:CDNSSDRecord
H A DDNSSDRecord.h168 STDMETHOD(Remove)(DNSSDFlags flags);
/macosx-10.10/vim-55/runtime/colors/
H A Ddefault.vim13 " Remove all existing highlighting and set the defaults.
/macosx-10.10/vim-55/src/po/
H A Dcleanup.vim2 " - Remove line numbers (avoids that diffs are messy).
/macosx-10.10/vim-55/runtime/syntax/
H A Dmanual.vim19 " Remove the connection between FileType and Syntax autocommands.
H A Dnosyntax.vim12 " Remove all autocommands for the Syntax event. This also avoids that
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dietf-drums.el120 "Remove comments from STRING."
136 "Remove whitespace from STRING."
173 "Remove comments and whitespace from STRING."
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h65 // Remove - remove I from the worklist if it exists.
66 void Remove(Instruction *I) { function in class:llvm::InstCombineWorklist
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dstore.h22 bool Remove(c4_Sequence *seq_);
H A Dhandler.h65 virtual void Remove(int index_, int count_) = 0;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dmultiop.tcl151 move Move copy Copy remove Remove \
234 method Remove {} { set op remove ; return }
274 remove {Remove [Remember [Exclude [Expand $base $pattern]]] }
302 remove {Remove $var }
522 proc Remove {files} { procedure
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAPConn.cpp450 // Remove this lsap from the lsap conn list -- if it's still there
455 IrDAErr removeResult = fLSAPConnList->Remove(disconnectRequest->fLSAPConn);
649 // Remove this lsap from the lsap conn list
652 fLSAPConnList->Remove(lsapConn);
681 // Remove this lsap from the lsap conn list and
683 (void) fLSAPConnList->Remove(disconnectRequest->fLSAPConn);
830 // Remove this lsap from the lsap conn list
831 IrDAErr removeResult = fLSAPConnList->Remove(disconnectRequest->fLSAPConn);
854 // removeResult = fLSAPConnList->Remove(lsapConn); // get name server off our list
925 removeResult = fLSAPConnList->Remove(lsapCon
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCList.cpp91 // CList::Remove
93 IrDAErr CList::Remove(void* item) function in class:CList
103 //XPRINT(("CList::Remove: can't find item in list\n"));
108 } // CList::Remove
H A DCList.h45 IrDAErr Remove(void* item);
/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DoalCaptureDevice.h124 void Remove (const uintptr_t inDeviceToken) { function in class:OALCaptureDeviceMap
/macosx-10.10/emacs-93/emacs/lispref/
H A Dtindex.pl27 Remove \@tindex lines from files that were already present in previous
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dabaqus.vim20 " Remove characters up to the first = when evaluating filenames
23 " Remove comma from valid filename characters since it is used to
/macosx-10.10/BerkeleyDB-21/db/php_db4/
H A Dconfig.m411 dnl Remove where necessary. This file will not work

Completed in 484 milliseconds

1234567