Searched refs:delete (Results 76 - 100 of 260) sorted by relevance

1234567891011

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/src/
H A DMakefile.vms30 RM = delete
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DSequenceExample.java67 new File(databaseName).delete();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbTxn.java27 /* package */ synchronized void delete() { method in class:DbTxn
H A DDbc.java27 /* package */ synchronized void delete() { method in class:Dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityCursor.java86 * {@link #delete}, throw {@link IllegalStateException} when called for an
218 * <p>The {@link #update} and {@link #delete} methods operate on the entity at
220 * delete entities. For example, the following code deletes all employees in
235 * cursor.delete();
246 * of cursors, since without it you would not be able to easily delete while
249 * null, {@link #delete} will return false, and {@link #update} will return
588 boolean delete() method in interface:EntityCursor
H A DSubIndex.java143 public boolean delete(PK key) method in class:SubIndex
146 return delete(null, key);
149 public boolean delete(Transaction txn, PK key) method in class:SubIndex
173 status = cursor.delete();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep065.tcl101 file delete -force $markerdir
130 file delete -force $markerdir
305 file delete -force $upgdir
316 file delete -force $d
H A Ddbm.tcl11 # TEST Then reopen the file, re-retrieve everything. Finally, delete
103 # Now, reopen the file and delete each entry
104 puts "\tDBM.d: sequential scan and delete"
112 set ret [berkdb delete $key]
H A Drecd020.tcl58 file delete -force $testdir/$intdir
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DForeignKeyTest.java142 /* Test that we abort trying to delete a referenced key. */
145 pri1.delete(txn, "pk1");
169 * Test that now we can delete the record in store1, since it is no
172 assertNotNull(pri1.delete(txn, "pk1"));
179 assertNotNull(pri1.delete(txn, "pk1"));
195 assertNotNull(pri1.delete(txn, "pk1"));
H A DOperationTest.java159 entities.delete();
304 /* delete() with primary and secondary entities cursor. */
323 assertTrue(cursor.delete());
324 assertTrue(!cursor.delete());
333 assertTrue(cursor.delete());
334 assertTrue(!cursor.delete());
350 /* delete() with primary and secondary keys cursor. */
369 assertTrue(cursor.delete());
370 assertTrue(!cursor.delete());
380 assertTrue(cursor.delete());
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/packages/vms/
H A Dbuild_vms.com166 $ if (f$search( prods) .nes. "") then delete /log 'prods'
168 $ if (f$search( prods) .nes. "") then delete /log 'prods'
175 $ if (f$search( prods) .nes. "") then delete /log 'prods'
177 $ if (f$search( prods) .nes. "") then delete /log 'prods'
179 $ if (f$search( prods) .nes. "") then delete /log 'prods'
181 $ if (f$search( prods) .nes. "") then delete /log 'prods'
183 $ if (f$search( prods) .nes. "") then delete /log 'prods'
185 $ if (f$search( prods) .nes. "") then delete /log 'prods'
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dtestdbm.c57 information. The commands are q (quit), f (fetch), s (store), d (delete),
154 if (delete (key_data) != 0)
200 printf ("d - delete\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/gettingStarted/
H A DSimpleStoreGet.java72 sda.pIdx.delete("keyone");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredEntrySet.java88 cursor.delete();
H A DStoredContainer.java332 cursor.delete();
371 cursor.delete();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dtestssl.com35 $ delete testssl-x509-output.;*
203 $ if p3 .eqs. "" then delete certs.tmp;*
H A Dtestss.com118 $ if f$search("err.ss;*") .nes. "" then delete err.ss;*
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestssl.com35 $ delete testssl-x509-output.;*
203 $ if p3 .eqs. "" then delete certs.tmp;*
H A Dtestss.com118 $ if f$search("err.ss;*") .nes. "" then delete err.ss;*
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmb.conf49 ldap delete dn = Yes
50 #delete user script = /opt/IDEALX/sbin/smbldap-userdel "%u"
53 #delete group script = /opt/IDEALX/sbin/smbldap-groupdel "%g"
55 delete user from group script = /opt/IDEALX/sbin/smbldap-groupmod -x "%u" "%g"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/amiga/
H A DMakefile62 -delete lib/#?.o quiet
63 -delete libs/#?.o quiet
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkpod78 delete $InSection{$1} ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/engines/rsaref/
H A Dbuild.com15 $ delete rsaref.olb;*
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Dbuild.com15 $ delete rsaref.olb;*

Completed in 217 milliseconds

1234567891011