Searched refs:modules (Results 1 - 25 of 137) sorted by relevance

123456

/bind-9.11.3/lib/isc/include/isc/
H A Dlog.h94 * 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 Dlog.c72 * 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 Dconfigure1760 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 Ddelv.c235 #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 Dlog.c47 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 DDeploymentElement.java104 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 DGrizzlyApp.java61 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 Dverifier43 AS_INSTALL_MODULES=$AS_INSTALL/modules
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/modules/
H A DMbeansSourceMBean.java59 package org.apache.tomcat.util.modeler.modules;
/glassfish-3.1.2/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/
H A DCollectionsAccessTest.java82 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 DModulesTest.java61 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 DProperty.java48 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 DCheckVersionOfAccessedInstances.java44 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 DCmpFieldMapping.java44 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 DCmrFieldMapping.java44 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 DColumnPair.java44 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 DConsistency.java44 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 DFetchedWith.java44 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 DSecondaryTable.java44 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 DSunCmpMapping.java44 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 DSunCmpMappings.java104 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 DMappingTableElement.java51 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 DInputParamValue.java49 import org.netbeans.modules.dbschema.ColumnElement;
/glassfish-3.1.2/webservices/jsr109-impl/src/main/resources/
H A Dschemagen44 AS_INSTALL_LIB=$AS_INSTALL/modules
H A Dxjc44 AS_INSTALL_LIB=$AS_INSTALL/modules

Completed in 154 milliseconds

123456