Searched refs:stub (Results 26 - 43 of 43) sorted by relevance

12

/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/util/
H A DThemeManagerTest.js65 sandbox.stub(require, "toUrl", (url) =>
76 sendEvent: sinon.stub()
80 getCurrentCompositeQueryString: sinon.stub().returns(""),
81 parseQueryString: sinon.stub().returns(urlParams)
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/test/qunit/resourceData/
H A DeditResourceViewTest.js58 roleEntitlementsListRenderStub = sinon.stub(roleEntitlementsListView,"render", function() {
61 roleEntitlementsEditRenderStub = sinon.stub(roleEntitlementsEditView,"render", function() {
/forgerock/opendj2/src/server/org/opends/server/config/
H A DConfigEntry.java183 * @param stub The stub to use to format the returned configuration
194 public ConfigAttribute getConfigAttribute(ConfigAttribute stub) argument
197 String attrName = stub.getName();
208 return stub.getConfigAttribute(attrList);
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DConfigEntry.java193 * @param stub The stub to use to format the returned configuration
204 public ConfigAttribute getConfigAttribute(ConfigAttribute stub) argument
207 String attrName = stub.getName();
221 return stub.getConfigAttribute(attrList);
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DConfigEntry.java193 * @param stub The stub to use to format the returned configuration
204 public ConfigAttribute getConfigAttribute(ConfigAttribute stub) argument
207 String attrName = stub.getName();
221 return stub.getConfigAttribute(attrList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DConfigEntry.java193 * @param stub The stub to use to format the returned configuration
204 public ConfigAttribute getConfigAttribute(ConfigAttribute stub) argument
207 String attrName = stub.getName();
221 return stub.getConfigAttribute(attrList);
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DConfigEntry.java183 * @param stub The stub to use to format the returned configuration
194 public ConfigAttribute getConfigAttribute(ConfigAttribute stub) argument
197 String attrName = stub.getName();
208 return stub.getConfigAttribute(attrList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DConfigEntry.java185 * @param stub The stub to use to format the returned configuration
196 public ConfigAttribute getConfigAttribute(ConfigAttribute stub) argument
199 String attrName = stub.getName();
204 return stub.getConfigAttribute(attrList);
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/admin/views/common/navigation/
H A DcreateBreadcrumbsTest.js30 getCurrentFragment: sinon.stub()
34 t: sinon.stub()
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/test/qunit/mapping/
H A DpropertyMappingTest.js102 sinon.stub(UIUtils, "jqConfirm", function (message,callback) {
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/models/
H A DJSONSchemaTest.js29 t: sinon.stub().withArgs("console.common.global").returns("Global Attributes")
/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java80 "resource/Messages.java.stub";
1197 * Returns the stub file ("resource/Messages.java.stub") from the appropriate
1203 File stub = new File(getProjectBase(), MESSAGES_FILE_STUB);
1204 if ( stub.exists() ) {
1206 // Stub is located at OPENDS_ROOT/resource/Messages.java.stub
1208 result = new FileInputStream(stub);
1216 // Stub is located at build-tools.jar:resource/Messages.java.stub
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java81 "resource/Messages.java.stub";
1198 * Returns the stub file ("resource/Messages.java.stub") from the appropriate
1204 File stub = new File(getProjectBase(), MESSAGES_FILE_STUB);
1205 if ( stub.exists() ) {
1207 // Stub is located at OPENDS_ROOT/resource/Messages.java.stub
1209 result = new FileInputStream(stub);
1217 // Stub is located at build-tools.jar:resource/Messages.java.stub
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java81 "resource/Messages.java.stub";
1198 * Returns the stub file ("resource/Messages.java.stub") from the appropriate
1204 File stub = new File(getProjectBase(), MESSAGES_FILE_STUB);
1205 if ( stub.exists() ) {
1207 // Stub is located at OPENDS_ROOT/resource/Messages.java.stub
1209 result = new FileInputStream(stub);
1217 // Stub is located at build-tools.jar:resource/Messages.java.stub
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java80 "resource/Messages.java.stub";
1197 * Returns the stub file ("resource/Messages.java.stub") from the appropriate
1203 File stub = new File(getProjectBase(), MESSAGES_FILE_STUB);
1204 if ( stub.exists() ) {
1206 // Stub is located at OPENDS_ROOT/resource/Messages.java.stub
1208 result = new FileInputStream(stub);
1216 // Stub is located at build-tools.jar:resource/Messages.java.stub
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java81 "resource/Messages.java.stub";
1198 * Returns the stub file ("resource/Messages.java.stub") from the appropriate
1204 File stub = new File(getProjectBase(), MESSAGES_FILE_STUB);
1205 if ( stub.exists() ) {
1207 // Stub is located at OPENDS_ROOT/resource/Messages.java.stub
1209 result = new FileInputStream(stub);
1217 // Stub is located at build-tools.jar:resource/Messages.java.stub
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 3640 milliseconds

12