| /glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/runtime/ |
| H A D | IASEjbCMPFinder.java | 63 public IASEjbCMPFinder(String method_name, String params, String filter, String variables) { argument 67 this.query_variables = variables;
|
| /glassfish-3.1.2/packager/nucleus-base/config/ |
| H A D | asenv.bat | 46 REM from another script to define these variables. Rather, this file is read
|
| /glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/ |
| H A D | LocalVariableTableAttribute.java | 56 /* The list of local variables */ 62 * Returns an enumeration of the local variables in the table 65 Enumeration variables() { method in class:LocalVariableTableAttribute
|
| /glassfish-3.1.2/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/ |
| H A D | Query.java | 97 * variables or parameters. 110 /** Declare the unbound variables to be used in the query. 112 * @param variables the variables separated by semicolons. 114 void declareVariables(String variables); argument 212 * <P>The filter, import, declared parameters, declared variables, and 218 * if there exist unique values for all variables for which the filter
|
| /glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbc/ |
| H A D | JDOConcreteBean11Generator.java | 113 * Generates required internal variables. 339 // CMP1.1 does not need any variables to substitute. 415 String variables = methodHelper.getJDOVariableDeclaration(m); 421 variables, // JDO variables declarations from DD
|
| /glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/ |
| H A D | JDOQLElements.java | 75 private String variables; field in class:JDOQLElements 106 String variables, 117 setVariables(variables); 155 return variables; 159 public void setVariables(String variables) argument 161 this.variables = (variables == null) ? "" : variables; //NOI18N 281 if (variables != null && variables 104 JDOQLElements(String candidateClassName, String parameters, String variables, String filter, String ordering, String result, String resultType, boolean isPCResult, boolean isAggregate, String[] parameterEjbNames) argument [all...] |
| /glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/antlr/ |
| H A D | CodeGeneration.g | 865 variables 905 variables
|
| H A D | Optimizer.g | 1200 variables 1237 variables
|
| H A D | Semantic.g | 100 * symbol table handling names of fields, variables and parameters 1489 variables 1609 variables
|
| /glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/ |
| H A D | QueryImpl.java | 335 * Parameters and unbound variables might come from a different class 374 * This method defines the types and names of variables that will be used 377 * Variables might be used in the filter, and these variables must be 380 * semicolons. It follows the syntax for local variables in the Java language. 382 * @param variables the variables separated by semicolons. 384 public void declareVariables(String variables) argument 388 this.variableDeclarations = variables; 591 * <P>The filter, import, declared parameters, declared variables, and 597 * if there exist unique values for all variables fo [all...] |
| /glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/jqlc/ |
| H A D | JQLC.java | 202 public void declareVariables(String variables) argument 204 if (variables == null) 212 JQLParser parser = createStringParser(variables);
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/ |
| H A D | toolsetup.bat | 81 @REM Check the required system environment variables
|
| /vbox/src/VBox/Devices/PC/BIOS/ |
| H A D | orgs.asm | 1451 ; just to try booting from the configured drives. All BIOS variables and
|
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
| /vbox/src/VBox/RDP/client-1.8.3/ |
| H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 114 # Unset variables that we do not need and which cause bugs (e.g. in 141 # works around shells that cannot unset nonexistent variables. 242 # works around shells that cannot unset nonexistent variables. 278 # Unset more variables known to interfere with behavior of common tools. 773 # Initialize some variables set by options. 778 # The variables have the same names as the options, with 797 # and all the variables that are supposed to be based on exec_prefix 1315 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1316 VAR=VALUE. See below for descriptions of some of the useful variables [all...] |
| /vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/ |
| H A D | VBoxGuestInstallHelper.cpp | 220 * @param variables The actual variable string. 224 TCHAR *variables, stack_t **stacktop) 273 * @param variables The actual variable string. 277 TCHAR *variables, stack_t **stacktop) 375 * @param variables The actual variable string. 379 TCHAR *variables, stack_t **stacktop) 437 * @param variables The actual variable string. 441 TCHAR *variables, stack_t **stacktop) 223 DisableWFP(HWND hwndParent, int string_size, TCHAR *variables, stack_t **stacktop) argument 276 FileGetArchitecture(HWND hwndParent, int string_size, TCHAR *variables, stack_t **stacktop) argument 378 FileGetVendor(HWND hwndParent, int string_size, TCHAR *variables, stack_t **stacktop) argument 440 VBoxTrayShowBallonMsg(HWND hwndParent, int string_size, TCHAR *variables, stack_t **stacktop) argument
|
| H A D | exdll.h | 38 g_variables=variables; }
|
| /vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/ |
| H A D | slang_compile_variable.h | 99 * Basically a list of variables, with a pointer to the parent scope. 103 slang_variable **variables; /**< Array [num_variables] of ptrs to vars */ member in struct:slang_variable_scope_
|
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 1006 # Initialize some variables set by options. 1009 # The variables have the same names as the options, with 1028 # and all the variables that are supposed to be based on exec_prefix 1510 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1511 VAR=VALUE. See below for descriptions of some of the useful variables. 1637 Some influential environment variables: 1652 Use these variables to override the choices made by `configure' or to help 1842 ## Cache variables. ## 1879 ## Output variables [all...] |
| H A D | depcomp | 43 Environment variables:
|
| /vbox/src/libs/zlib-1.2.6/contrib/delphi/ |
| H A D | zlibd32.mak | 18 # variables
|
| /vbox/src/libs/zlib-1.2.6/contrib/pascal/ |
| H A D | zlibd32.mak | 18 # variables
|
| /vbox/src/libs/zlib-1.2.6/ |
| H A D | make_vms.com | 33 $! Setup variables holding "config" information
|
| /vbox/src/libs/liblzf-3.4/ |
| H A D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 665 # Initialize some variables set by options. 668 # The variables have the same names as the options, with 687 # and all the variables that are supposed to be based on exec_prefix 1169 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1170 VAR=VALUE. See below for descriptions of some of the useful variables. 1233 Some influential environment variables: 1242 Use these variables to override the choices made by `configure' or to help 1432 ## Cache variables. ## 1469 ## Output variables [all...] |