Searched refs:indent (Results 1 - 25 of 407) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/api/
H A DProtocolElement.java79 * @param indent The number of spaces that should be used to
80 * indent the resulting string representation.
82 public void toString(StringBuilder buffer, int indent); argument
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DProtocolElement.java80 * @param indent The number of spaces that should be used to
81 * indent the resulting string representation.
83 public void toString(StringBuilder buffer, int indent); argument
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DProtocolElement.java80 * @param indent The number of spaces that should be used to
81 * indent the resulting string representation.
83 public void toString(StringBuilder buffer, int indent); argument
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DProtocolElement.java79 * @param indent The number of spaces that should be used to
80 * indent the resulting string representation.
82 public void toString(StringBuilder buffer, int indent); argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DProtocolElement.java80 * @param indent The number of spaces that should be used to
81 * indent the resulting string representation.
83 public void toString(StringBuilder buffer, int indent); argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DPrintUtils.java65 * Prints AV Pairs with the specified indent level. Actual indentation will
73 * the int value which specifies the width of the indent.
103 * Prints the contents of a Set with the specified indent level. Actual
110 * the int value which specifies the width of the indent.
123 * This method prints the indent based on the value of the indentLevel.
126 * the int value which specifies the size of the indent.
129 String indent = "";
133 indent = indent + " ";
135 writer.print(indent);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DProtocolElement.java80 * @param indent The number of spaces that should be used to
81 * indent the resulting string representation.
83 void toString(StringBuilder buffer, int indent); argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DPrintUtils.java65 * Prints AV Pairs with the specified indent level. Actual indentation will
73 * the int value which specifies the width of the indent.
103 * Prints the contents of a Set with the specified indent level. Actual
110 * the int value which specifies the width of the indent.
123 * This method prints the indent based on the value of the indentLevel.
126 * the int value which specifies the size of the indent.
129 String indent = "";
133 indent = indent + " ";
135 writer.print(indent);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DUnbindRequestProtocolOp.java116 * @param indent The number of spaces from the margin that the lines should
119 public void toString(StringBuilder buffer, int indent) argument
121 for (int i=0; i < indent; i++)
H A DExtendedRequestProtocolOp.java185 * @param indent The number of spaces from the margin that the lines should
188 public void toString(StringBuilder buffer, int indent) argument
190 StringBuilder indentBuf = new StringBuilder(indent);
191 for (int i=0 ; i < indent; i++)
210 value.toHexPlusAscii(buffer, indent+4);
H A DIntermediateResponseProtocolOp.java190 * @param indent The number of spaces from the margin that the lines should
193 public void toString(StringBuilder buffer, int indent) argument
195 StringBuilder indentBuf = new StringBuilder(indent);
196 for (int i=0 ; i < indent; i++)
218 value.toHexPlusAscii(buffer, indent+4);
H A DLDAPControl.java159 * @param indent The number of spaces to indent the information.
161 public void toString(StringBuilder buffer, int indent) argument
163 StringBuilder indentBuf = new StringBuilder(indent);
164 for (int i=0 ; i < indent; i++)
187 value.toHexPlusAscii(buffer, indent+4);
H A DLDAPModification.java173 * @param indent The number of spaces from the margin that the lines should
176 public void toString(StringBuilder buffer, int indent) argument
178 StringBuilder indentBuf = new StringBuilder(indent);
179 for (int i=0 ; i < indent; i++)
198 attribute.toString(buffer, indent+4);
H A DProtocolOp.java96 * @param indent The number of spaces from the margin that the lines should
99 public abstract void toString(StringBuilder buffer, int indent); argument
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DUnbindRequestProtocolOp.java115 * @param indent The number of spaces from the margin that the lines should
118 public void toString(StringBuilder buffer, int indent) argument
120 for (int i=0; i < indent; i++)
H A DExtendedRequestProtocolOp.java184 * @param indent The number of spaces from the margin that the lines should
187 public void toString(StringBuilder buffer, int indent) argument
189 StringBuilder indentBuf = new StringBuilder(indent);
190 for (int i=0 ; i < indent; i++)
209 value.toHexPlusAscii(buffer, indent+4);
H A DIntermediateResponseProtocolOp.java189 * @param indent The number of spaces from the margin that the lines should
192 public void toString(StringBuilder buffer, int indent) argument
194 StringBuilder indentBuf = new StringBuilder(indent);
195 for (int i=0 ; i < indent; i++)
217 value.toHexPlusAscii(buffer, indent+4);
H A DLDAPControl.java158 * @param indent The number of spaces to indent the information.
160 public void toString(StringBuilder buffer, int indent) argument
162 StringBuilder indentBuf = new StringBuilder(indent);
163 for (int i=0 ; i < indent; i++)
186 value.toHexPlusAscii(buffer, indent+4);
H A DLDAPModification.java172 * @param indent The number of spaces from the margin that the lines should
175 public void toString(StringBuilder buffer, int indent) argument
177 StringBuilder indentBuf = new StringBuilder(indent);
178 for (int i=0 ; i < indent; i++)
197 attribute.toString(buffer, indent+4);
H A DProtocolOp.java95 * @param indent The number of spaces from the margin that the lines should
98 public abstract void toString(StringBuilder buffer, int indent); argument
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DUnbindRequestProtocolOp.java116 * @param indent The number of spaces from the margin that the lines should
119 public void toString(StringBuilder buffer, int indent) argument
121 for (int i=0; i < indent; i++)
H A DExtendedRequestProtocolOp.java185 * @param indent The number of spaces from the margin that the lines should
188 public void toString(StringBuilder buffer, int indent) argument
190 StringBuilder indentBuf = new StringBuilder(indent);
191 for (int i=0 ; i < indent; i++)
210 value.toHexPlusAscii(buffer, indent+4);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DUnbindRequestProtocolOp.java116 * @param indent The number of spaces from the margin that the lines should
119 public void toString(StringBuilder buffer, int indent) argument
121 for (int i=0; i < indent; i++)
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DUnbindRequestProtocolOp.java115 * @param indent The number of spaces from the margin that the lines should
118 public void toString(StringBuilder buffer, int indent) argument
120 for (int i=0; i < indent; i++)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DUnbindRequestProtocolOp.java112 * @param indent The number of spaces from the margin that the lines should
115 public void toString(StringBuilder buffer, int indent) argument
117 for (int i=0; i < indent; i++)

Completed in 134 milliseconds

1234567891011>>