| /glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/ |
| H A D | dragdrop.js | 887 new_sequence.each(function(ident) { 888 var n = nodeMap[ident]; 891 delete nodeMap[ident];
|
| /glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/ |
| H A D | dragdrop.js | 918 new_sequence.each(function(ident) { 919 var n = nodeMap[ident]; 922 delete nodeMap[ident];
|
| /glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/ |
| H A D | DefaultTransactionService.java | 173 * @param ident The TSIdentification object with which the Sender and 182 TSIdentification ident, 222 if (ident != null) 223 SenderReceiver.identify(ident); 181 identify_ORB(ORB orb, TSIdentification ident, Properties properties) argument
|
| H A D | SenderReceiver.java | 238 * @param ident The TSIdentification object. 244 static void identify(TSIdentification ident) { argument 246 ident.identify_sender(sendRec); 247 ident.identify_receiver(sendRec);
|
| /glassfish-3.1.2/persistence/cmp/support-ejb/src/main/antlr/ |
| H A D | Semantic.g | 994 * @param ident the node to be checked 998 private Object checkAbstractSchemaType(EJBQLAST ident) 1000 String name = ident.getText(); 1004 ErrorMsg.error(ident.getLine(), ident.getColumn(),
|
| /glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/ |
| H A D | SymbolTable.java | 70 * @param ident identifier to be declared 75 public Object declare(String ident, Object decl) argument 77 Object old = symbols.get(ident); 79 symbols.put(ident.toUpperCase(), decl); 86 * @param ident the name of identifier to be tested 90 public boolean isDeclared(String ident) argument 92 return (getDeclaration(ident) != null); 99 * @param ident the name of identifier 100 * @return the declaration object if ident is declared; 103 public Object getDeclaration(String ident) argument [all...] |
| /glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/antlr/ |
| H A D | CodeGeneration.g | 1287 JQLAST ident = (JQLAST)expr.getNextSibling(); 1291 generateSimpleFieldValueComparison(expr.getRetrieveDesc(), ident.getText(), 1308 JQLAST ident = (JQLAST)expr.getNextSibling(); 1312 generateSimpleFieldValueComparison(expr.getRetrieveDesc(), ident.getText(),
|
| H A D | Semantic.g | 426 * This method analyses a dot expression of the form expr.ident or 427 * expr.ident(params) where expr itself can again be a dot expression. 436 * @param ident the right hand side of the dot expression 440 protected JQLAST analyseDotExpr(JQLAST dot, JQLAST expr, JQLAST ident, JQLAST args) 443 String name = ident.getText(); 455 errorMsg.error(ident.getLine(), ident.getColumn(), 457 ident.getText(), exprType.getName())); 459 ident.setJQLType(typetab.errorType); 465 return analyseStaticFieldAccess(dot, expr, ident, classTyp [all...] |
| /glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/util/scope/ |
| H A D | Nesting.java | 85 * @param ident name of the identifier 86 * @param hidden the hidden definition of ident 88 public void add(String ident, Definition hidden) argument 90 idents.add(ident);
|
| H A D | SymbolTable.java | 114 * @param ident identifier to be declared 119 public Definition declare(String ident, Definition def) argument 121 Definition old = (Definition)symbols.get(ident); 126 nest.add(ident, old); // save old definition in nesting 127 symbols.put(ident, def); // install new definition as actual definition 138 * @param ident the name of identifier to be tested 142 public boolean isDeclared(String ident) argument 144 return (getDefinition(ident) != null); 151 * @param ident the name of identifier 152 * @return the actual definition of ident i 155 getDefinition(String ident) argument [all...] |
| /hets/HolLight/OcamlTools/exportTools/ |
| H A D | overload_loadfile.ml | 12 #load "ident.cmo";; 87 | Env.Env_value (next, ident, val_descr) -> 88 get_val ((ident,val_descr)::acc) next 100 let pred = (fun (ident,val_descr) -> 101 let n = Ident.name ident in 107 let new_th_names = List.map (fun (ident,_) -> Ident.name ident) new_ths in
|
| /hets/OWL2/java/lib/ |
| H A D | guava-18.0.jar | META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ... |
| /hets/CASL/Termination/ |
| H A D | AProVE.jar | META-INF/ META-INF/MANIFEST.MF aprove/ aprove/CommandLineInterface/ aprove/Framework/ aprove/Framework/Algebra/ aprove/Framework/ ... |
| /hets/utils/el/ |
| H A D | casl-indent.el | 221 "[ \t\n]*\\)")) 'ident) 230 (defvar casl-indent-current-line-first-ident "" 231 "Global variable that keeps track of the first ident of the line to indent.") 274 (if (or (eq type 'ident) (eq type 'other)) ; possible start of a value def 276 (if (eq type 'ident) 287 (or (eq type 'ident) (eq type 'other))) 455 (defun casl-indent-ident (start end end-visible indent-info) 482 casl-indent-current-line-first-ident)) 512 (t (error "casl-indent-ident: %s impossible case" test ))))))) 530 ; (string-match "where[ \t]*" casl-indent-current-line-first-ident)) [all...] |