Searched refs:conf (Results 126 - 150 of 268) sorted by relevance

1234567891011

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java264 "Error retrieving a valid LDAP URL in conf file."));
532 UninstallData conf = null;
535 conf = new UninstallData(Installation.getLocal());
545 logger.info(LocalizableMessage.raw("conf.isADS(): "+conf.isADS()));
546 logger.info(LocalizableMessage.raw("conf.isReplicationServer(): "+
547 conf.isReplicationServer()));
548 logger.info(LocalizableMessage.raw("conf.isServerRunning(): "+conf.isServerRunning()));
549 if (conf
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DSubConfigMeta.java319 ServiceConfig conf = parentConfig.getSubConfig(name);
320 String schemaID = conf.getSchemaID();
326 CollectionHelper.getMapAttr(conf.getAttributes(), SMSUtils.I18N_KEY));
329 conf.getComponentName(), name, displayType, localizedName, schema.isHiddenInConfigUI()));
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/
H A Dant49 if [ -f "/etc/ant.conf" ] ; then
50 . /etc/ant.conf
55 if [ -f "$HOME/.ant/ant.conf" ] ; then
56 . $HOME/.ant/ant.conf
160 # specified in the ant.conf configuration. Because the launcher is
280 echo ' --noconfig suppress sourcing of /etc/ant.conf,'
281 echo ' $HOME/.ant/ant.conf, and $HOME/.antrc'
/forgerock/web-agents-v4/source/iis/
H A Dagent.c858 OpenAMStoredConfig *conf = NULL; local
865 hr = OpenAMStoredConfig::GetConfig(ctx, &conf);
870 if (conf->IsEnabled() == FALSE) {
875 boot = conf->GetBootConf();
881 boot->audit_file, boot->audit_level, boot->audit, conf->GetPath(ctx));
892 rv = am_get_agent_config(site->GetSiteId(), conf->GetPath(ctx), &rq_conf);
903 d.conf = rq_conf;
912 if (ISVALID(d.conf->client_ip_header)) {
914 d.conf->client_ip_header);
942 if (ISVALID(d.conf
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DSubConfigMeta.java319 ServiceConfig conf = parentConfig.getSubConfig(name);
320 String schemaID = conf.getSchemaID();
326 CollectionHelper.getMapAttr(conf.getAttributes(), SMSUtils.I18N_KEY));
329 conf.getComponentName(), name, displayType, localizedName, schema.isHiddenInConfigUI()));
/forgerock/web-agents-v4/source/
H A Dadmin.c28 #define APACHE_DEFAULT_CONF_FILE "c:\\Apache\\conf\\httpd.conf"
31 #define APACHE_DEFAULT_CONF_FILE "/opt/apache/conf/httpd.conf"
362 * @param web_conf_path The path of the conf.d file (in the case of Apache)
368 * @param uid The uid of the user specified by "User" in the conf.d file in the case of Apache
369 * @param gid The gid of the group specified by "Group" in the conf.d file in the case of Apache
412 am_asprintf(&conf_file_path, "%s"FILE_PATH_SEP"config"FILE_PATH_SEP"agent.conf", created_name_path);
684 /* update Apache httpd.conf (global context only) */
689 "AmAgentConf %s"FILE_PATH_SEP"config"FILE_PATH_SEP"agent.conf\
1131 char *conf = NULL; local
1779 char *conf; local
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerFailoverTest.java365 ReplServerFakeConfiguration conf =
368 return new ReplicationServer(conf);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerFailoverTest.java365 ReplServerFakeConfiguration conf =
368 return new ReplicationServer(conf);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/config/process/
H A DAdminIDMConfig.js33 processDescription: function(event, router, conf, PropertiesView) {
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/dashboard/widgets/
H A DReconProcessesWidget.js28 ], function($, _, dimple, AbstractView, eventManager, constants, conf, SystemHealthDelegate) {
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/
H A DMonitorTest.java180 ReplServerFakeConfiguration conf = new ReplServerFakeConfiguration(chPort, chDir, 0, changelogId, 0, 100, servers);
182 ReplicationServer replicationServer = new ReplicationServer(conf, new DSRSShutdownSync(), new ECLEnabledDomainPredicate()
/forgerock/openidm-v4/openidm-enhanced-config/src/main/java/org/forgerock/openidm/config/enhanced/
H A DJSONEnhancedConfig.java129 JsonValue conf = getConfiguration(dict, compContext.getBundleContext(), servicePid);
131 return conf;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java192 ServiceConfig conf = serviceConfig.getSubConfig(name);
193 subConfigModelList.add(new SMSubConfig(conf.getComponentName(), name, conf.getSchemaID()));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java192 ServiceConfig conf = serviceConfig.getSubConfig(name);
193 subConfigModelList.add(new SMSubConfig(conf.getComponentName(), name, conf.getSchemaID()));
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/behaviors/
H A DPoliciesDialogView.js31 conf,
110 _.extend({}, conf.globalData, _this.data),
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/role/
H A DRoleEntitlementsEditView.js34 ], function($, _, JSONEditor, AbstractView, eventManager, constants, cookieHelper, uiUtils, resourceDelegate, messagesManager, BootstrapDialog, conf, InlineScriptEditor, configDelegate) {
113 _.extend({}, conf.globalData, this.data),
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/resource/
H A DResourceCollectionSearchDialog.js29 ], function($, _, AbstractView, conf, eventManager, constants, uiUtils, BootstrapDialog, resourceCollectionUtils) {
103 _.extend({}, conf.globalData, this.data),
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerFailoverTest.java436 ReplServerFakeConfiguration conf =
439 ReplicationServer replicationServer = new ReplicationServer(conf);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java769 ReplServerFakeConfiguration conf =
772 changelogs[i] = new ReplicationServer(conf);
847 ReplServerFakeConfiguration conf =
850 changelogs[1] = new ReplicationServer(conf);
1740 ReplServerFakeConfiguration conf =
1743 changelogs[i] = new ReplicationServer(conf);
1833 ReplServerFakeConfiguration conf =
1836 changelogs[0].applyConfigurationChange(conf) ;
/forgerock/opendj-b2.6/ext/svnkit/
H A Djsvn.bat66 set EXTRA_JVM_ARGUMENTS=-Djava.util.logging.config.file="%BASEDIR%\conf\logging.properties" -Dsun.io.useCanonCaches=false
H A Djsvnadmin.bat66 set EXTRA_JVM_ARGUMENTS=-Djava.util.logging.config.file="%BASEDIR%\conf\logging.properties" -Dsun.io.useCanonCaches=false
H A Djsvndumpfilter.bat66 set EXTRA_JVM_ARGUMENTS=-Djava.util.logging.config.file="%BASEDIR%\conf\logging.properties" -Dsun.io.useCanonCaches=false
H A Djsvnlook.bat66 set EXTRA_JVM_ARGUMENTS=-Djava.util.logging.config.file="%BASEDIR%\conf\logging.properties" -Dsun.io.useCanonCaches=false
H A Djsvnsync.bat66 set EXTRA_JVM_ARGUMENTS=-Djava.util.logging.config.file="%BASEDIR%\conf\logging.properties" -Dsun.io.useCanonCaches=false
H A Djsvnversion.bat66 set EXTRA_JVM_ARGUMENTS=-Djava.util.logging.config.file="%BASEDIR%\conf\logging.properties" -Dsun.io.useCanonCaches=false

Completed in 83 milliseconds

1234567891011