| /bind-9.11.3/lib/isc/include/isc/ |
| H A D | log.h | 94 * Similar to isc_logcategory, but for all the modules a library defines. 204 * will be used with because the number of categories and modules 355 isc_log_registermodules(isc_log_t *lctx, isc_logmodule_t modules[]); 363 *\li The end of the modules array is identified by a NULL name. 368 *\li Because each element of the modules array is used by 377 * logging context (but new modules) will cause the last 378 * element of the modules array from the prior call to have 380 * modules array, and its "id" member set to UINT_MAX. 384 *\li modules != NULL. 385 *\li modules[ [all...] |
| /bind-9.11.3/lib/isc/ |
| H A D | log.c | 72 * The logchannellist structure associates categories and modules with 141 isc_logmodule_t * modules; member in struct:isc_log 191 * See above comment for categories on LIBISC_EXTERNAL_DATA, and apply it to modules. 271 lctx->modules = NULL; 481 lctx->modules = NULL; 625 isc_log_registermodules(isc_log_t *lctx, isc_logmodule_t modules[]) { argument 629 REQUIRE(modules != NULL && modules[0].name != NULL); 639 if (lctx->modules == NULL) 640 lctx->modules [all...] |
| /bind-9.11.3/ |
| H A D | configure | 1760 installation directory for Python modules 23691 ac_config_files="$ac_config_files $DLZ_DRIVER_RULES contrib/dlz/modules/mysql/Makefile contrib/dlz/modules/mysqldyn/Makefile" 24855 "contrib/dlz/modules/mysql/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/dlz/modules/mysql/Makefile" ;; 24856 "contrib/dlz/modules/mysqldyn/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/dlz/modules/mysqldyn/Makefile" ;; 25851 # Do we need the "lib" prefix for modules?
|
| /bind-9.11.3/bin/delv/ |
| H A D | delv.c | 235 #define LOGMODULE_DEFAULT (&modules[0]) 237 static isc_logmodule_t modules[] = { variable 274 isc_log_registermodules(lctx, modules);
|
| /bind-9.11.3/bin/named/ |
| H A D | log.c | 47 static isc_logmodule_t modules[] = { variable 68 ns_g_modules = modules;
|
| /glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/embedded/ |
| H A D | DeploymentElement.java | 104 public static boolean hasEJBModule(Set<DeploymentElement> modules) { argument 105 for (DeploymentElement module : modules) { 113 public static boolean hasWar(Set<DeploymentElement> modules) { argument 114 for (DeploymentElement module : modules) { 122 public static DeploymentElement getWar(Set<DeploymentElement> modules) { argument 123 for (DeploymentElement module : modules) { 131 public static boolean hasLibrary(Set<DeploymentElement> modules) { argument 132 for (DeploymentElement module : modules) { 140 public static int countEJBModules(Set<DeploymentElement> modules) { argument 142 for (DeploymentElement module : modules) { 156 getOrCreateApplication(Set<DeploymentElement> modules, String appName) argument [all...] |
| /glassfish-3.1.2/extras/grizzly-container/src/main/java/org/glassfish/extras/grizzly/ |
| H A D | GrizzlyApp.java | 61 final Collection<Adapter> modules; field in class:GrizzlyApp 74 this.modules = adapters; 84 for (Adapter module : modules) { 92 for (Adapter module : modules) {
|
| /glassfish-3.1.2/verifier/verifier-scripts/src/main/resources/glassfish/bin/ |
| H A D | verifier | 43 AS_INSTALL_MODULES=$AS_INSTALL/modules
|
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/modules/ |
| H A D | MbeansSourceMBean.java | 59 package org.apache.tomcat.util.modeler.modules;
|
| /glassfish-3.1.2/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/ |
| H A D | CollectionsAccessTest.java | 82 List<ApplicationName> modules = apps.getModules(); 84 modules.add(m); // should throw an exception 96 List<ApplicationName> modules = param.getModules(); 100 modules.add(m); 101 modules.remove(m);
|
| H A D | ModulesTest.java | 61 Collection<? extends ApplicationName> modules = null; field in class:ModulesTest 67 modules = apps.getModules(); 68 assertTrue(modules!=null); 74 for (ApplicationName module : modules) {
|
| /glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/beans/ |
| H A D | Property.java | 48 import org.netbeans.modules.schema2beans.*; 52 public class Property extends org.netbeans.modules.schema2beans.BaseBean { 64 super(comparators, new org.netbeans.modules.schema2beans.Version(1, 2, 0)); 108 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 113 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 117 public void validate() throws org.netbeans.modules.schema2beans.ValidateException { 121 throw new org.netbeans.modules.schema2beans.ValidateException("getName() == null", "name", this); // NOI18N 125 throw new org.netbeans.modules.schema2beans.ValidateException("getValue() == null", "value", this); // NOI18N 137 org.netbeans.modules.schema2beans.BaseBean n;
|
| /glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/beans/ |
| H A D | CheckVersionOfAccessedInstances.java | 44 import org.netbeans.modules.schema2beans.*; 50 public class CheckVersionOfAccessedInstances extends org.netbeans.modules.schema2beans.BaseBean 54 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0); 119 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 124 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 127 public void validate() throws org.netbeans.modules.schema2beans.ValidateException { 132 throw new org.netbeans.modules.schema2beans.ValidateException("sizeColumnName() == 0", org.netbeans.modules.schema2beans.ValidateException.FailureType.NULL_VALUE, "columnName", this); // NOI18N 140 org.netbeans.modules [all...] |
| H A D | CmpFieldMapping.java | 44 import org.netbeans.modules.schema2beans.*; 50 public class CmpFieldMapping extends org.netbeans.modules.schema2beans.BaseBean 55 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0); 176 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 181 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 184 public void validate() throws org.netbeans.modules.schema2beans.ValidateException { 189 throw new org.netbeans.modules.schema2beans.ValidateException("getFieldName() == null", org.netbeans.modules.schema2beans.ValidateException.FailureType.NULL_VALUE, "fieldName", this); // NOI18N 193 throw new org.netbeans.modules [all...] |
| H A D | CmrFieldMapping.java | 44 import org.netbeans.modules.schema2beans.*; 50 public class CmrFieldMapping extends org.netbeans.modules.schema2beans.BaseBean 55 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0); 166 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 171 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 174 public void validate() throws org.netbeans.modules.schema2beans.ValidateException { 179 throw new org.netbeans.modules.schema2beans.ValidateException("getCmrFieldName() == null", org.netbeans.modules.schema2beans.ValidateException.FailureType.NULL_VALUE, "cmrFieldName", this); // NOI18N 183 throw new org.netbeans.modules [all...] |
| H A D | ColumnPair.java | 44 import org.netbeans.modules.schema2beans.*; 50 public class ColumnPair extends org.netbeans.modules.schema2beans.BaseBean 54 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0); 119 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 124 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 127 public void validate() throws org.netbeans.modules.schema2beans.ValidateException { 132 throw new org.netbeans.modules.schema2beans.ValidateException("sizeColumnName() == 0", org.netbeans.modules.schema2beans.ValidateException.FailureType.NULL_VALUE, "columnName", this); // NOI18N 140 org.netbeans.modules [all...] |
| H A D | Consistency.java | 44 import org.netbeans.modules.schema2beans.*; 50 public class Consistency extends org.netbeans.modules.schema2beans.BaseBean 54 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0); 267 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 272 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 275 public void validate() throws org.netbeans.modules.schema2beans.ValidateException { 281 throw new org.netbeans.modules.schema2beans.ValidateException("mutually exclusive properties: None and CheckModifiedAtCommit", org.netbeans.modules.schema2beans.ValidateException.FailureType.MUTUALLY_EXCLUSIVE, "CheckModifiedAtCommit", this); // NOI18N 284 throw new org.netbeans.modules [all...] |
| H A D | FetchedWith.java | 44 import org.netbeans.modules.schema2beans.*; 50 public class FetchedWith extends org.netbeans.modules.schema2beans.BaseBean 54 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0); 170 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 175 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 178 public void validate() throws org.netbeans.modules.schema2beans.ValidateException { 184 throw new org.netbeans.modules.schema2beans.ValidateException("mutually exclusive properties: Default and Level", org.netbeans.modules.schema2beans.ValidateException.FailureType.MUTUALLY_EXCLUSIVE, "Level", this); // NOI18N 187 throw new org.netbeans.modules [all...] |
| H A D | SecondaryTable.java | 44 import org.netbeans.modules.schema2beans.*; 50 public class SecondaryTable extends org.netbeans.modules.schema2beans.BaseBean 54 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0); 142 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 147 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 150 public void validate() throws org.netbeans.modules.schema2beans.ValidateException { 155 throw new org.netbeans.modules.schema2beans.ValidateException("getTableName() == null", org.netbeans.modules.schema2beans.ValidateException.FailureType.NULL_VALUE, "tableName", this); // NOI18N 159 throw new org.netbeans.modules [all...] |
| H A D | SunCmpMapping.java | 44 import org.netbeans.modules.schema2beans.*; 50 public class SunCmpMapping extends org.netbeans.modules.schema2beans.BaseBean 54 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0); 142 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 147 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 150 public void validate() throws org.netbeans.modules.schema2beans.ValidateException { 155 throw new org.netbeans.modules.schema2beans.ValidateException("getSchema() == null", org.netbeans.modules.schema2beans.ValidateException.FailureType.NULL_VALUE, "schema", this); // NOI18N 159 throw new org.netbeans.modules [all...] |
| H A D | SunCmpMappings.java | 104 import org.netbeans.modules.schema2beans.*; 111 public class SunCmpMappings extends org.netbeans.modules.schema2beans.BaseBean 115 private static final org.netbeans.modules.schema2beans.Version runtimeVersion = new org.netbeans.modules.schema2beans.Version(5, 0, 0); 119 public SunCmpMappings() throws org.netbeans.modules.schema2beans.Schema2BeansException { 123 public SunCmpMappings(org.w3c.dom.Node doc, int options) throws org.netbeans.modules.schema2beans.Schema2BeansException { 221 public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 226 public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) { 233 public static SunCmpMappings createGraph(org.w3c.dom.Node doc) throws org.netbeans.modules.schema2beans.Schema2BeansException { 237 public static SunCmpMappings createGraph(java.io.File f) throws org.netbeans.modules [all...] |
| /glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/mapping/ |
| H A D | MappingTableElement.java | 51 import org.netbeans.modules.dbschema.TableElement; 52 import org.netbeans.modules.dbschema.ColumnElement;
|
| /glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/generator/ |
| H A D | InputParamValue.java | 49 import org.netbeans.modules.dbschema.ColumnElement;
|
| /glassfish-3.1.2/webservices/jsr109-impl/src/main/resources/ |
| H A D | schemagen | 44 AS_INSTALL_LIB=$AS_INSTALL/modules
|
| H A D | xjc | 44 AS_INSTALL_LIB=$AS_INSTALL/modules
|