Searched refs:indent (Results 26 - 50 of 407) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
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
H A DAbandonRequestProtocolOp.java138 * @param indent The number of spaces from the margin that the lines should
141 public void toString(StringBuilder buffer, int indent) argument
143 StringBuilder indentBuf = new StringBuilder(indent);
144 for (int i=0 ; i < indent; i++)
H A DDeleteRequestProtocolOp.java137 * @param indent The number of spaces from the margin that the lines should
140 public void toString(StringBuilder buffer, int indent) argument
142 StringBuilder indentBuf = new StringBuilder(indent);
143 for (int i=0 ; i < indent; i++)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
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-hg/src/server/org/opends/server/protocols/ldap/
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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DExtendedRequestProtocolOp.java181 * @param indent The number of spaces from the margin that the lines should
184 public void toString(StringBuilder buffer, int indent) argument
186 StringBuilder indentBuf = new StringBuilder(indent);
187 for (int i=0 ; i < indent; i++)
206 buffer.append(value.toHexPlusAsciiString(indent+4));
H A DIntermediateResponseProtocolOp.java182 * @param indent The number of spaces from the margin that the lines should
185 public void toString(StringBuilder buffer, int indent) argument
187 StringBuilder indentBuf = new StringBuilder(indent);
188 for (int i=0 ; i < indent; i++)
210 buffer.append(value.toHexPlusAsciiString(indent+4));
H A DLDAPControl.java157 * @param indent The number of spaces to indent the information.
159 public void toString(StringBuilder buffer, int indent) argument
161 StringBuilder indentBuf = new StringBuilder(indent);
162 for (int i=0 ; i < indent; i++)
185 buffer.append(value.toHexPlusAsciiString(indent+4));
H A DLDAPModification.java168 * @param indent The number of spaces from the margin that the lines should
171 public void toString(StringBuilder buffer, int indent) argument
173 StringBuilder indentBuf = new StringBuilder(indent);
174 for (int i=0 ; i < indent; i++)
188 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/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DAbandonRequestProtocolOp.java138 * @param indent The number of spaces from the margin that the lines should
141 public void toString(StringBuilder buffer, int indent) argument
143 StringBuilder indentBuf = new StringBuilder(indent);
144 for (int i=0 ; i < indent; i++)
H A DDeleteRequestProtocolOp.java137 * @param indent The number of spaces from the margin that the lines should
140 public void toString(StringBuilder buffer, int indent) argument
142 StringBuilder indentBuf = new StringBuilder(indent);
143 for (int i=0 ; i < indent; i++)
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DAbandonRequestProtocolOp.java137 * @param indent The number of spaces from the margin that the lines should
140 public void toString(StringBuilder buffer, int indent) argument
142 StringBuilder indentBuf = new StringBuilder(indent);
143 for (int i=0 ; i < indent; i++)
H A DDeleteRequestProtocolOp.java136 * @param indent The number of spaces from the margin that the lines should
139 public void toString(StringBuilder buffer, int indent) argument
141 StringBuilder indentBuf = new StringBuilder(indent);
142 for (int i=0 ; i < indent; i++)

Completed in 106 milliseconds

1234567891011>>