/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/logviewer/ |
H A D | CharSpool.java | 56 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 D | WriterOutputStream.java | 122 * @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 D | boot.rb | 60 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 D | JvmOptionsHelper.java | 109 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 D | infblock.c | 1 /* 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 D | infutil.h | 24 DONE, /* finished last block, done */ 49 uInt last; /* true if this block is the last block */ member in struct:inflate_blocks_state
|
H A D | trees.c | 104 * 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 D | zip_util.c | 163 * 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 D | ClassControl.java | 604 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 D | MethodAnnotater.java | 98 * 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 D | ClassFile.java | 532 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 D | ExpandWar.java | 189 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 D | Optimizer.g | 1483 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 D | AppClientContainer.java | 464 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 D | LDAPRealm.java | 374 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 D | ResultSetWrapper.java | 130 * 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 D | MonitoringHandlers.java | 180 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 D | effects.js | 185 case 'with-last': 189 // start effect after last queued effect has finished 335 var args = $A(arguments), method = args.last(),
|
H A D | prototype.js | 784 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 D | prototype.js | 496 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 D | jdbc30.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ... |
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/ |
H A D | jdbc40.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ... |