Searched refs:sequence (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Ddragdrop.js867 sequence: function(element) {
908 return Sortable.sequence(element, arguments[1]).map( function(item) {
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Ddragdrop.js898 sequence: function(element) {
939 return Sortable.sequence(element, arguments[1]).map( function(item) {
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DRecoveryCoordinatorImpl.java119 * An internal sequence number is used to differentiate RecoveryCoordinator
124 * @param sequence An internal sequence number to differentiate objects.
130 RecoveryCoordinatorImpl(GlobalTID globalTID, int sequence) { argument
133 internalSeq = sequence;
452 * The first four bytes of the key are an internal sequence number used to
506 // identifier and the internal sequence number.
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/tomcat/util/threads/
H A DThreadPool.java152 protected int sequence = 1; field in class:ThreadPool
270 return sequence++;

Completed in 64 milliseconds