Searched refs:getId (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DForeignKeyDeleteAction.java27 int getId() { method in class:ForeignKeyDeleteAction
H A DReplicationManagerStartPolicy.java67 int getId() { method in class:ReplicationManagerStartPolicy
H A DDatabaseType.java79 int getId() { method in class:DatabaseType
H A DReplicationManagerAckPolicy.java105 int getId() { method in class:ReplicationManagerAckPolicy
H A DReplicationTimeoutType.java112 int getId() { method in class:ReplicationTimeoutType
H A DTransaction.java271 public int getId() method in class:Transaction
H A DLockStats.java23 public int getId() { method in class:LockStats
H A DSecondaryConfig.java274 foreign.associate_foreign(db, keyNullifier, foreignFlags | fkDelAction.getId());
H A DEnvironment.java899 dbenv.rep_set_timeout(type.getId(), replicationTimeout);
916 return dbenv.rep_get_timeout(type.getId());
966 dbenv.repmgr_start(nthreads, policy.getId());
H A DDatabaseConfig.java1990 db.open(txn, fileName, databaseName, type.getId(), openFlags, mode);
H A DEnvironmentConfig.java4066 dbenv.repmgr_set_ack_policy(repmgrAckPolicy.getId());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEvolver.java221 Integer oldFormatId = oldFormat.getId();
242 Integer oldFormatId = oldFormat.getId();
713 oldLatestFormat.getWrapperFormat().getId() ==
714 newFieldFormat.getId()) ||
716 newFieldFormat.getWrapperFormat().getId() ==
717 oldLatestFormat.getId())) {
H A DRecordOutput.java102 writePackedInt(format.getId());
H A DFormat.java287 return format.getId() <= ID_PREDEFINED;
342 final int getId() { method in class:Format
H A DCollectionProxy.java116 format.getComponentType().getId() != Format.ID_OBJECT) {
H A DPersistEntityBinding.java113 output.writePackedInt(format.getId());
H A DPersistKeyCreator.java56 priKeyFormatId = priKeyFormat.getId();
H A DWidenerInput.java56 int fromFormatId = fromFormat.getId();
57 int toFormatId = toFormat.getId();
H A DComplexFormat.java1111 oldType.getWrapperFormat().getId() !=
1112 newType.getId()) &&
1114 newType.getWrapperFormat().getId() !=
1115 oldType.getId()))) {
1798 fromFormatId = oldFormat.getId();
1799 toFormatId = newFormat.getId();
H A DPersistCatalog.java666 format.getId() >= catalogData.formatList.size()) {
943 ("ID: " + format.getId() +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dtorrent.js229 getId: function() { return this.fields.id; },
375 return ta.getId() - tb.getId();
H A Dremote.js182 o.arguments.ids.push(torrents[i].getId());
H A Dtorrent-row.js402 return this.getTorrent().getId();
H A Dtransmission.js244 return $.map(torrents.slice(0), function(t) {return t.getId();});
717 this.dirtyTorrents[ tor.getId() ] = true;
1280 id2row[ tor.getId() ] = row;
1287 rows[i] = id2row[ tor.getId() ];
H A Dinspector.js28 ids = $.map(data.torrents.slice(0), function (t) {return t.getId();});
460 var torrentId = data.file_torrent.getId();

Completed in 118 milliseconds

12