Searched refs:have (Results 1 - 25 of 78) sorted by relevance

1234

/forgerock/opendj-b2.6/resource/bin/
H A DREADME_WINDOWS.txt27 Note that all the batch files under the 'bin' directory have been moved to the
/forgerock/opendj2.6.2/resource/bin/
H A DREADME_WINDOWS.txt27 Note that all the batch files under the 'bin' directory have been moved to the
/forgerock/web-agents-v4/zlib/
H A Dgzread.c20 local int gz_load(state, buf, len, have)
24 unsigned *have;
28 *have = 0;
30 ret = read(state->fd, buf + *have, len - *have);
33 *have += ret;
34 } while (*have < len);
77 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
149 state->x.have = 0;
159 state->x.have
[all...]
H A Dinfback.c133 have = strm->avail_in; \
144 strm->avail_in = have; \
160 if (have == 0) { \
161 have = in(in_desc, &next); \
162 if (have == 0) { \
175 have--; \
260 unsigned have, left; /* available input and output */ local
283 have = next != Z_NULL ? strm->avail_in : 0;
345 if (copy > have) copy = have;
[all...]
H A Dinflate.c101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
464 have = strm->avail_in; \
475 strm->avail_in = have; \
491 if (have == 0) goto inf_leave; \
492 have--; \
566 would all have to actually be part of the saved state in case NEEDBITS()
612 unsigned have, left; /* available input and output */ local
635 in = have;
736 if (copy > have) copy = have;
[all...]
H A Dgzwrite.c75 unsigned have; local
100 have = (unsigned)(strm->next_out - state->x.next);
101 if (have && ((got = write(state->fd, state->x.next, have)) < 0 ||
102 (unsigned)got != have)) {
114 have = strm->avail_out;
121 have -= strm->avail_out;
122 } while (have);
210 unsigned have, copy; local
214 have
249 unsigned have; local
[all...]
H A Dinflate.h114 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
H A Dgzlib.c78 state->x.have = 0; /* no output data available */
81 state->past = 0; /* have not read past end yet */
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
399 state->x.have = 0;
422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
423 (unsigned)offset : state->x.have;
424 state->x.have -= n;
587 /* if fatal, set state->x.have to 0 so that the gzgetc() macro fails */
589 state->x.have
[all...]
H A Dzlib.h51 but other algorithms will be added later and will have the same stream
150 returned by zalloc for objects of exactly 65536 bytes *must* have their
456 operation to complete. (The size of the uncompressed data may have been
553 compressed data instead of a zlib wrapper. The gzip header will have no
654 may have been set by deflateInit2.
673 a call of deflate(), since the currently available input may have to be
717 deflatePending() returns the number of bytes and bits of output that have
848 to dictionary. dictionary must have enough space, where 32768 bytes is
864 All full flush points have this pattern, but not all occurrences of this
896 stream will keep attributes that may have bee
1671 unsigned have; member in struct:gzFile_s
[all...]
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/
H A DDateUtilsTest.java78 String have = DateUtils.dateToString(dateWithoutMilliseconds);
82 assertThat(have).isEqualTo(expect);
87 String have = DateUtils.toUTCDateFormat(dateWithoutMilliseconds);
91 assertThat(have).isEqualTo(expect);
96 String have = DateUtils.toUTCDateFormatWithMilliseconds(dateWithoutMilliseconds);
100 assertThat(have).isEqualTo(expect);
102 have = DateUtils.toUTCDateFormatWithMilliseconds(dateWithMilliseconds);
105 assertThat(have).isEqualTo(expect);
112 String have = DateUtils.toFullLocalDateFormat(dateWithoutMilliseconds);
117 assertThat(have
[all...]
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/
H A DDateUtilsTest.java78 String have = DateUtils.dateToString(dateWithoutMilliseconds);
82 assertThat(have).isEqualTo(expect);
87 String have = DateUtils.toUTCDateFormat(dateWithoutMilliseconds);
91 assertThat(have).isEqualTo(expect);
96 String have = DateUtils.toUTCDateFormatWithMilliseconds(dateWithoutMilliseconds);
100 assertThat(have).isEqualTo(expect);
102 have = DateUtils.toUTCDateFormatWithMilliseconds(dateWithMilliseconds);
105 assertThat(have).isEqualTo(expect);
112 String have = DateUtils.toFullLocalDateFormat(dateWithoutMilliseconds);
117 assertThat(have
[all...]
/forgerock/opendj2-jel-hg/resource/bin/
H A DREADME_WINDOWS.txt27 Note that all the batch files under the 'bin' directory have been moved to the
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/util/array/
H A DarrayifyTest.js34 expect(arrayify(args)).to.be.an.instanceOf(Array).and.have.members(args);
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/util/array/
H A DarrayifyTest.js34 expect(arrayify(args)).to.be.an.instanceOf(Array).and.have.members(args);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/components/
H A DTabComponent.js28 throw new TypeError(`[TabComponent] Expected all items within 'tabs' to have a '${attribute}' attribute.`);
31 throw new TypeError(`[TabComponent] Expected all items within 'tabs' to have String '${attribute}'s.`);
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/models/
H A DJSONSchemaTest.js111 expect(schemaWithGlobalProps.raw.properties.global.properties).to.not.have
130 expect(schemaWithDefaultsCollectionProps.raw.properties).to.not.have.keys("defaults");
197 expect(schema.raw.properties.propertyCollection).to.not.have.keys("propertyKeyNonRequired");
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/parsingtool/
H A DREADME30 The comments must have preset tags in order for the them to be properly captured by the
37 Each test group needs to have the following tags.......
58 Some test groups will not have the tag, #@TestSubgroupName.
92 Each functional test xml file will have multiple test cases.
93 Each test case should have the following tags........
115 steps which may be defined. Each test step may have multiple lines.
117 The #@TestResult may have multiple lines.
/forgerock/opendj2/tests/staf-tests/shared/java/parsingtool/
H A DREADME29 The comments must have preset tags in order for the them to be properly captured by the
36 Each test group needs to have the following tags.......
57 Some test groups will not have the tag, #@TestSubgroupName.
91 Each functional test xml file will have multiple test cases.
92 Each test case should have the following tags........
114 steps which may be defined. Each test step may have multiple lines.
116 The #@TestResult may have multiple lines.
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/parsingtool/
H A DREADME30 The comments must have preset tags in order for the them to be properly captured by the
37 Each test group needs to have the following tags.......
58 Some test groups will not have the tag, #@TestSubgroupName.
92 Each functional test xml file will have multiple test cases.
93 Each test case should have the following tags........
115 steps which may be defined. Each test step may have multiple lines.
117 The #@TestResult may have multiple lines.
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/parsingtool/
H A DREADME30 The comments must have preset tags in order for the them to be properly captured by the
37 Each test group needs to have the following tags.......
58 Some test groups will not have the tag, #@TestSubgroupName.
92 Each functional test xml file will have multiple test cases.
93 Each test case should have the following tags........
115 steps which may be defined. Each test step may have multiple lines.
117 The #@TestResult may have multiple lines.
/forgerock/opendj2-hg/tests/staf-tests/shared/java/parsingtool/
H A DREADME29 The comments must have preset tags in order for the them to be properly captured by the
36 Each test group needs to have the following tags.......
57 Some test groups will not have the tag, #@TestSubgroupName.
91 Each functional test xml file will have multiple test cases.
92 Each test case should have the following tags........
114 steps which may be defined. Each test step may have multiple lines.
116 The #@TestResult may have multiple lines.
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/google-connector/
H A DREADME30 to the group that you have created. The design of this sample is to demonstrate that the googleapps
40 You will need a google apps account so that you can obtain a client_secret.json file which will have
80 d) This will open up a browser, where you will have to accept consent. Once you accept consent you
94 Before we start the sample, we have to set the domain, clientId, clientSecret, and refreshToken in our
142 At this point, we should have a googleApps connector ready to do some REST requests!
234 You should have received the object that was updated with the new phone numbers. We will
342 6) READ the group information now that we have added the user to the group.
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/salesforce-connector/
H A DREADME31 consumer key and a consumer secret. Salesforce uses OAuth 2.0. That app must have a callback url
34 The "admin/oauth.html" is important to have so that OpenIDM can do that OAuth flow correctly.
40 From your Salesforce account you will need to have the following handy:
44 Your Salesforce account should have a few users in it to demonstrate reconciliation and sync.
72 After you have given consent to OpenIDM to retrieve users from your Salesforce account we can start
116 to give this application access to your Salesforce account. After you have given consent, you will
142 Now you have everything you need to edit the samples/salesforce/conf/provisioner.salesforce-salesforce.json
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/fullStack/
H A DREADME.md71 Be sure to include "/openam" in the deployment url (or whatever servlet context you have configured OpenAM to run within).
100 These will need the same values that you have entered into OpenAM for the default user store. In OpenAM, the "LDAP Bind DN" and "LDAP Bind Password" values are the account credentials used to connect to the server; the equivalent fields in the provisioner configuration are "principal" and "credentials", respectively. "LDAP Organization DN" maps to the first entry in the "baseContexts" list; copy this value into the "baseContextsToSynchronize" list as well.
112 Once you have followed the above steps, you can access the OpenIDM UI as normal (https://domain:port/). The UI has been modified slightly for this sample; instead of the regular login process, we use a proxy service to communicate with OpenAM's REST-based Authentication service. This proxy service is implemented as a custom endpoint - read more details in the source at bin//defaults/script/ui/openamProxy.js.
116 1. If you do not already have a valid SSO cookie in your browser, you will be redirected to the configured OpenAMLoginUrl for authentication. By default this is a standard-looking "User Name:" and "Password:" form. Submit this form to advance through the AM authentication process, and ultimately (if successfully logged in) you will receive a valid SSO token and be redirected back to OpenIDM. At this point...
118 2. If you have a valid SSO you will be logged into OpenIDM with the user associated with that session. You will be able to perform all of the normal end-user operations such as triggering workflow processes and updating your profile. Also, because you have an SSO token you will be authenticated to all other services OpenAM provides authentication for (including any on-premise or cloud application for which OpenAM is providing federated login).
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/
H A DRouteToTest.js78 expect(Configuration.globalData).to.not.have.ownProperty("authorizationFailurePending");

Completed in 91 milliseconds

1234