Searched refs:last (Results 1 - 22 of 22) sorted by relevance

/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/logviewer/
H A DCharSpool.java56 private char[] last = new char[1024]; field in class:CharSpool
62 int sz = Math.min(last.length-pos,len);
63 System.arraycopy(cbuf,off,last,pos,sz);
72 if(pos<last.length)
77 buf.add(last);
78 last = new char[1024];
85 last[pos++] = (char)c;
104 w.write(last,0,pos);
H A DWriterOutputStream.java122 * @param last
125 private void decode(boolean last) throws IOException { argument
128 CoderResult r = decoder.decode(buf, out, last);
/glassfish-3.1.2/tests/community/web/jruby/helloapp/config/
H A Dboot.rb60 rails_gem = Gem.cache.search('rails', "=#{rails_gem_version}.0").sort_by { |g| g.version.version }.last
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/
H A DJvmOptionsHelper.java109 JvmOptionsElement last = last();
115 last.setNext(x);
116 last = x;
127 * Returns the last JvmOptionsElement in the chain of responsibility.
129 public JvmOptionsElement last() method in class:JvmOptionsHelper
246 * Used to indicate the last element in the chain.
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dinfblock.c1 /* infblock.c -- interpret and process block types to last block
45 Huffman codes, but the last two had better not show up in the data.
58 really is 258. The last length deserves its own, short code
142 s->last = t & 1;
147 s->last ? " (last)" : ""));
155 s->last ? " (last)" : ""));
173 s->last ? " (last)"
[all...]
H A Dinfutil.h24 DONE, /* finished last block, done */
49 uInt last; /* true if this block is the last block */ member in struct:inflate_blocks_state
H A Dtrees.c104 * 3 .. 258, the last 256 values correspond to the top 8 bits of
327 # define SEPARATOR(i, last, width) \
328 ((i) == (last)? "\n};\n\n" : \
594 /* Check that the bit counts in bl_count are consistent. The last code
713 int prevlen = -1; /* last emitted length */
758 int prevlen = -1; /* last emitted length */
801 * bl_order of the last bit length code to send.
806 int max_blindex; /* index of last bit length code of non zero freq */
871 int eof; /* true if this is the last block for a file */
885 * last tw
[all...]
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c163 * Also, the END header must be located within the last 64k bytes of
734 jzentry *last; local
735 last = jz->cache;
737 if (last != NULL)
740 if (last->extra)
741 free(last->extra);
742 if (last->name)
743 free(last->name);
744 free(last);
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/impl/
H A DClassControl.java604 int last = vmName.lastIndexOf('/');
605 if (last < 0)
607 return vmName.substring(0, last);
626 int last = vmName.lastIndexOf('/');
627 if (last < 0)
629 return vmName.substring(last+1);
H A DMethodAnnotater.java98 * the last array dirtied or fetched by the instruction in order to
1523 final Insn last = prev.insert(frag1.annotation);
1525 return last;
2628 * depth order. That is, the element on the top of stack is the last
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DClassFile.java532 int last = start;
535 swap (++last, i);
537 swap(start, last);
538 sortArray(start, last-1);
539 sortArray(last+1, end);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/startup/
H A DExpandWar.java189 int last = name.lastIndexOf('/');
190 if (last >= 0) {
192 name.substring(0, last));
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/antlr/
H A DOptimizer.g1483 char last = txt.charAt(txt.length() - 1);
1484 if ((last == 'l') || (last == 'L'))
1503 char last = txt.charAt(txt.length() - 1);
1504 if ((last == 'f') || (last == 'F'))
1523 char last = txt.charAt(txt.length() - 1);
1524 if ((last == 'd') || (last == 'd'))
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/
H A DAppClientContainer.java464 StackTraceElement last = frames[frames.length - 1];
465 if (last.getClassName().equals("java.awt.EventDispatchThread") &&
466 last.getMethodName().equals("run")) {
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ldap/
H A DLDAPRealm.java374 int last = userDN.indexOf(",");
375 if (first != -1 && last != -1) {
376 _username = userDN.substring(first + 4, last);
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DResultSetWrapper.java130 * the last column read had a value of SQL <code>NULL</code>.
136 * @return <code>true</code> if the last column value read was SQL
914 * Retrieves whether the cursor is after the last row in
917 * @return <code>true</code> if the cursor is after the last row;
941 * Retrieves whether the cursor is on the last row of
946 * whether the current row is the last row in the result set.
948 * @return <code>true</code> if the cursor is on the last row;
973 * last row. This method has no effect if the result set contains no rows.
998 * Moves the cursor to the last row in
1007 public boolean last() throw method in class:ResultSetWrapper
[all...]
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/
H A DMonitoringHandlers.java180 String last = "--";
199 last = df.format(new Date(lastTime));
309 statMap.put("lastTime", last);
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Deffects.js185 case 'with-last':
189 // start effect after last queued effect has finished
335 var args = $A(arguments), method = args.last(),
H A Dprototype.js784 if (Object.isFunction(args.last()))
856 last: function() {
890 if (0 == index || (sorted ? array.last() != value : !array.include(value)))
1682 var property = pair.first(), attribute = pair.last();
2941 'last-child': '[not(following-sibling::*)]',
2968 'nth-last-child': function(m) {
2974 'nth-last-of-type': function(m) {
2975 return Selector.xpath.pseudos.nth("(last() + 1 - position()) ", m);
2980 'last-of-type': function(m) {
2981 m[6] = "1"; return Selector.xpath.pseudos['nth-last
[all...]
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dprototype.js496 if (typeof args.last() == 'function')
553 last: function() {
1194 var property = pair.first(), attribute = pair.last();
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/
H A Djdbc30.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ...
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...

Completed in 135 milliseconds