Searched refs:last (Results 51 - 75 of 180) sorted by relevance

12345678

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/css/Specific/
H A Dwizard.css175 #userStoreCustomTypes tr:last-child td {
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java392 int last = cookie.length() - 1;
393 cookie = cookie.substring(1, last);
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/resources/css/am-admin/
H A Dconsole.less20 &:last-of-type {
H A Dchains.less364 &:last-of-type {
391 &:not(:last-of-type) {
H A Dpolicies.less481 &:last-of-type {
670 &:last-of-type {
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/settings/audit/
H A DAuditEventHandlersDialog.js79 title = $.t("templates.audit.eventHandlers.dialog.add") + ": " + _.last(this.data.eventHandlerType.split("."));
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/linkedView/
H A DLinkedView.js101 resourceId = _.last(this.data.linkedData.linkedTo[selection].resourceName.split("/"));
/forgerock/web-agents-v4/source/
H A Dutility.h146 time_t last; member in struct:url_validator_worker_data
234 int char_count(const char *string, int c, int *last);
H A Dlog.c108 time_t last; member in struct:am_log::valid_url
986 vf->last = time(NULL);
1060 list[j].last = log->valid[i].last;
1093 vf->last = time(NULL);
H A Dutility.c381 char last = 0; local
501 if (*p != '/' || (*p == '/' && last != '/')) {
504 last = *p;
878 /* make sure we are not missing the last line (one w/o newlines) */
1056 char *tmp, *tok, *last = NULL; local
1076 tok = strtok_r(tmp, ";", &last);
1100 tok = strtok_r(NULL, ";", &last);
1427 * what "last" points to, to the last character of "string" if "last" i
1434 char_count(const char *string, int c, int *last) argument
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/css/Specific/
H A Dwizard.css175 #userStoreCustomTypes tr:last-child td {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java395 int last = cookie.length() - 1;
396 cookie = cookie.substring(1, last);
/forgerock/web-agents-v4/tests/
H A Dtest_utility.c361 int last; local
362 int result = char_count(richard3, 'e', &last);
365 assert_int_equal(last, richard3[strlen(richard3) - 1]);
370 result = char_count(as_you_like_it_3, '\t', &last);
372 assert_int_equal(last, as_you_like_it_3[strlen(as_you_like_it_3) - 1]);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryIDSet.java674 long last = -1;
678 if (l != last)
680 last = n1[j++] = l;
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DScheduler.js71 this.invokeService = $(this.invokeService).last()[0];
H A DWorkflowWidget.js163 selectedWorkflow = _.clone(_.last(workflowList));
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A Dsettings.less223 .btn:last-child {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/resources/css/am-admin/
H A Dchains.less364 &:last-of-type {
391 &:not(:last-of-type) {
H A Dpolicies.less481 &:last-of-type {
670 &:last-of-type {
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/test/resources/
H A Dqunit.css196 #qunit-tests > li:last-child {
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/resources/css/
H A Ddashboard.less115 &:last-child {
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/connector/
H A DEditConnectorView.js433 "element": this.$el.find("#schedules .liveSyncScheduleContainer").last(),
486 "element": this.$el.find("#schedules .liveSyncScheduleContainer").last(),
/forgerock/web-agents-v4/source/apache/
H A Dagent.c382 char *pair, *a, *eq, *inputs, *last = NULL; local
389 for (pair = apr_strtok(a, "&", &last); pair;
390 pair = apr_strtok(NULL, "&", &last)) {
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c386 char *pair, *a, *eq, *last = NULL; local
406 for (pair = strtok_r(a, "&", &last); pair;
407 pair = strtok_r(NULL, "&", &last)) {
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c436 char *pair, *a, *eq, *last = NULL; local
456 for (pair = strtok_r(a, "&", &last); pair;
457 pair = strtok_r(NULL, "&", &last)) {

Completed in 67 milliseconds

12345678