Searched refs:partial (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/components/
H A DPartialBasedView.js23 if (!_.isString(options.partial)) {
24 throw new TypeError("[PartialBasedView] \"partial\" argument is not a String.");
30 const template = `{{> ${this.options.partial}}}`;
H A DTabComponent.js51 .each(_.partial(has, "id"))
52 .each(_.partial(has, "title"))
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/views/
H A DAuthenticationDevicesView.jsm83 const oathDevices = _.map(value[0], _.partial(_.merge, { type: "oath", icon: "clock-o" }));
84 const pushDevices = _.map(value[1], _.partial(_.merge, { type: "push", icon: "bell-o" }));
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/common/server/
H A DEditServerView.js68 createFooter: () => new PartialBasedView({ partial: "form/_JSONSchemaFooter" })
87 createFooter: () => new PartialBasedView({ partial: "form/_JSONSchemaFooter" })
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/
H A DUserModel.js172 return _.spread(_.partial(_.contains, this.uiroles))(arrayify(roles));
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/resource/
H A DResourcePage.js191 .map(_.partial(getLabelForId, this.allLabels))
430 .map(_.partial(getLabelForName, userLabels))
434 .map(_.partial(getLabelForId, this.allLabels))
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/
H A DThemeManager.js106 _.partial(isMatchingThemeMapping, realm, authenticationChain));
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/
H A DUserModel.js190 return _.spread(_.partial(_.contains, this.uiroles))(arrayify(roles));
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample5b/
H A DREADME51 the partial change to managed/user and the corresponding external resources
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/
H A DThemeManager.js100 _.partial(isMatchingThemeMapping, realm, authenticationChain));
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/resource/
H A DResourcePage.js183 .map(_.partial(getLabelForId, this.allLabels))
424 .map(_.partial(getLabelForName, userLabels))
428 .map(_.partial(getLabelForId, this.allLabels))
/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c161 -2 partial match; always given if at end subject
466 /* These macros pack up tests that are used for partial matching, and which
469 something has been matched). For hard partial matching, we then return
474 if (md->partial != 0 && eptr >= md->end_subject && \
478 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
482 if (md->partial != 0 && eptr > md->start_used_ptr) \
485 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL); \
2113 if (md->partial != 0 &&
2120 if (md->partial > 1) RRETURN(PCRE_ERROR_PARTIAL);
2157 if (md->partial !
[all...]
H A Dpcre_jit_compile.c345 /* First inspected character for partial matching. */
347 /* Starting pointer for partial soft matches. */
2438 /* Checks whether a partial matching is occurred. Does not modify registers. */
5381 /* We don't need to handle soft partial matching case. */
5446 /* Since we successfully read a char above, partial matching must occure. */
5941 struct sljit_jump *partial; local
5997 partial = CMP(SLJIT_C_GREATER, STR_PTR, 0, STR_END, 0);
5999 add_jump(compiler, backtracks, partial);
6007 JUMPHERE(partial);
6011 partial
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/common/schema/
H A DEditSchemaComponent.js151 return new PartialBasedView({ partial: "form/_JSONSchemaFooter" });
/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 119 milliseconds