Searched refs:cols (Results 1 - 20 of 20) sorted by relevance

/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/role/
H A DRoleUsersView.js85 var cols = [],
88 cols.push({
127 cols.push(col);
131 cols.unshift(selectCol);
133 if (cols.length === 1) {
136 prom.resolve(cols);
143 cols.push(
158 prom.resolve(cols);
218 this.getCols().then(_.bind(function(cols){
221 this.buildUserGrid(cols);
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/resource/
H A DListResourceView.js94 var cols = [],
155 cols.push(col);
159 _.each(_.difference(unorderedCols, cols), function(col) {
160 cols.push(col);
163 cols.unshift(selectCol);
165 if (cols.length === 1) {
168 prom.resolve(cols);
176 cols.push(
191 cols.unshift(selectCol);
193 prom.resolve(cols);
[all...]
H A DRelationshipArrayView.js134 cols = [],
140 cols.push({
159 cols.push({
190 cols.push(
204 cols.unshift(selectCol);
206 return cols;
238 buildRelationshipArrayGrid: function (cols) {
259 columns: BackgridUtils.addSmallScreenCell(cols),
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/workflow/
H A DProcessInstanceView.js120 cols = [
173 columns: BackgridUtils.addSmallScreenCell(cols),
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java656 * @param cols the columns of the text area.
660 int cols)
662 JTextArea ta = createTextArea(text, rows, cols);
674 * @param cols the columns of the text area.
678 int cols)
680 JTextArea ta = createTextArea(text, rows, cols);
691 * @param cols the columns of the text area.
695 int cols)
697 JTextArea ta = new JTextArea(text.toString(), rows, cols);
705 * @param cols th
659 createTextAreaWithBorder(Message text, int rows, int cols) argument
677 createNonEditableTextArea(Message text, int rows, int cols) argument
694 createTextArea(Message text, int rows, int cols) argument
708 createTextField(String text, int cols) argument
779 createPasswordField(int cols) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java655 * @param cols the columns of the text area.
659 int cols)
661 JTextArea ta = createTextArea(text, rows, cols);
673 * @param cols the columns of the text area.
677 int cols)
679 JTextArea ta = createTextArea(text, rows, cols);
690 * @param cols the columns of the text area.
694 int cols)
696 JTextArea ta = new JTextArea(text.toString(), rows, cols);
704 * @param cols th
658 createTextAreaWithBorder(Message text, int rows, int cols) argument
676 createNonEditableTextArea(Message text, int rows, int cols) argument
693 createTextArea(Message text, int rows, int cols) argument
707 createTextField(String text, int cols) argument
778 createPasswordField(int cols) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java656 * @param cols the columns of the text area.
660 int cols)
662 JTextArea ta = createTextArea(text, rows, cols);
674 * @param cols the columns of the text area.
678 int cols)
680 JTextArea ta = createTextArea(text, rows, cols);
691 * @param cols the columns of the text area.
695 int cols)
697 JTextArea ta = new JTextArea(text.toString(), rows, cols);
705 * @param cols th
659 createTextAreaWithBorder(Message text, int rows, int cols) argument
677 createNonEditableTextArea(Message text, int rows, int cols) argument
694 createTextArea(Message text, int rows, int cols) argument
708 createTextField(String text, int cols) argument
779 createPasswordField(int cols) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java655 * @param cols the columns of the text area.
659 int cols)
661 JTextArea ta = createTextArea(text, rows, cols);
673 * @param cols the columns of the text area.
677 int cols)
679 JTextArea ta = createTextArea(text, rows, cols);
690 * @param cols the columns of the text area.
694 int cols)
696 JTextArea ta = new JTextArea(text.toString(), rows, cols);
704 * @param cols th
658 createTextAreaWithBorder(Message text, int rows, int cols) argument
676 createNonEditableTextArea(Message text, int rows, int cols) argument
693 createTextArea(Message text, int rows, int cols) argument
707 createTextField(String text, int cols) argument
778 createPasswordField(int cols) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java669 * @param cols the columns of the text area.
673 int cols)
675 JTextArea ta = createTextArea(text, rows, cols);
687 * @param cols the columns of the text area.
691 int cols)
693 JTextArea ta = createTextArea(text, rows, cols);
704 * @param cols the columns of the text area.
708 int cols)
710 JTextArea ta = new JTextArea(text.toString(), rows, cols);
718 * @param cols th
672 createTextAreaWithBorder(Message text, int rows, int cols) argument
690 createNonEditableTextArea(Message text, int rows, int cols) argument
707 createTextArea(Message text, int rows, int cols) argument
721 createTextField(String text, int cols) argument
792 createPasswordField(int cols) argument
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/association/
H A DDataAssociationManagementView.js289 cols = this.getCols(),
363 columns: BackgridUtils.addSmallScreenCell(cols),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DUtilities.java640 * @param cols the columns of the text area.
644 int cols)
646 JTextArea ta = createTextArea(text, rows, cols);
658 * @param cols the columns of the text area.
662 int cols)
664 JTextArea ta = createTextArea(text, rows, cols);
675 * @param cols the columns of the text area.
679 int cols)
681 JTextArea ta = new JTextArea(text.toString(), rows, cols);
689 * @param cols th
643 createTextAreaWithBorder(LocalizableMessage text, int rows, int cols) argument
661 createNonEditableTextArea(LocalizableMessage text, int rows, int cols) argument
678 createTextArea(LocalizableMessage text, int rows, int cols) argument
692 createTextField(String text, int cols) argument
763 createPasswordField(int cols) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java402 String cols = wrapColumn.getText();
408 checkIntValue(errors, cols, minValue, maxValue, errMsg);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java401 String cols = wrapColumn.getText();
407 checkIntValue(errors, cols, minValue, maxValue, errMsg);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java402 String cols = wrapColumn.getText();
408 checkIntValue(errors, cols, minValue, maxValue, errMsg);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java401 String cols = wrapColumn.getText();
407 checkIntValue(errors, cols, minValue, maxValue, errMsg);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java402 String cols = wrapColumn.getText();
408 checkIntValue(errors, cols, minValue, maxValue, errMsg);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DExportLDIFPanel.java379 final String cols = wrapColumn.getText();
383 if (!checkIntValue(errors, cols, minValue, maxValue, errMsg))
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...

Completed in 98 milliseconds