Searched refs:indent (Results 151 - 175 of 407) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DAddRequestProtocolOp.java211 * @param indent The number of spaces from the margin that the lines should
215 public void toString(StringBuilder buffer, int indent) argument
217 StringBuilder indentBuf = new StringBuilder(indent);
218 for (int i=0 ; i < indent; i++)
237 attribute.toString(buffer, indent+4);
H A DBindResponseProtocolOp.java346 * @param indent The number of spaces from the margin that the lines should
349 public void toString(StringBuilder buffer, int indent) argument
351 StringBuilder indentBuf = new StringBuilder(indent);
352 for (int i=0 ; i < indent; i++)
403 serverSASLCredentials.toHexPlusAscii(buffer, indent+4);
H A DLDAPAttribute.java341 * @param indent The number of spaces from the margin that the lines should
344 public void toString(StringBuilder buffer, int indent) argument
346 StringBuilder indentBuf = new StringBuilder(indent);
347 for (int i=0 ; i < indent; i++)
366 value.toHexPlusAscii(buffer, indent+4);
H A DLDAPMessage.java618 * @param indent The number of spaces that should be used to indent the
621 public void toString(StringBuilder buffer, int indent) argument
623 StringBuilder indentBuf = new StringBuilder(indent);
624 for (int i=0 ; i < indent; i++)
641 protocolOp.toString(buffer, indent+4);
651 c.toString(buffer);//, indent+4);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DAddRequestProtocolOp.java210 * @param indent The number of spaces from the margin that the lines should
214 public void toString(StringBuilder buffer, int indent) argument
216 StringBuilder indentBuf = new StringBuilder(indent);
217 for (int i=0 ; i < indent; i++)
236 attribute.toString(buffer, indent+4);
H A DBindResponseProtocolOp.java345 * @param indent The number of spaces from the margin that the lines should
348 public void toString(StringBuilder buffer, int indent) argument
350 StringBuilder indentBuf = new StringBuilder(indent);
351 for (int i=0 ; i < indent; i++)
402 serverSASLCredentials.toHexPlusAscii(buffer, indent+4);
H A DLDAPMessage.java617 * @param indent The number of spaces that should be used to indent the
620 public void toString(StringBuilder buffer, int indent) argument
622 StringBuilder indentBuf = new StringBuilder(indent);
623 for (int i=0 ; i < indent; i++)
640 protocolOp.toString(buffer, indent+4);
650 c.toString(buffer);//, indent+4);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DAddRequestProtocolOp.java206 * @param indent The number of spaces from the margin that the lines should
210 public void toString(StringBuilder buffer, int indent) argument
212 StringBuilder indentBuf = new StringBuilder(indent);
213 for (int i=0 ; i < indent; i++)
232 attribute.toString(buffer, indent+4);
H A DBindResponseProtocolOp.java284 public void toString(StringBuilder buffer, int indent) argument
286 StringBuilder indentBuf = new StringBuilder(indent);
287 for (int i=0 ; i < indent; i++)
338 buffer.append(serverSASLCredentials.toHexPlusAsciiString(indent+4));
H A DLDAPMessage.java618 * @param indent The number of spaces that should be used to indent the
621 public void toString(StringBuilder buffer, int indent) argument
623 StringBuilder indentBuf = new StringBuilder(indent);
624 for (int i=0 ; i < indent; i++)
641 protocolOp.toString(buffer, indent+4);
651 c.toString(buffer);//, indent+4);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestModifyDNRequestProtocolOp.java320 int indent;
322 indent = 5;
325 modifyRequest.toString(buffer, indent);
327 StringBuilder indentBuf = new StringBuilder(indent);
328 for (i=0 ; i < indent; i++)
H A DTestModifyRequestProtocolOp.java382 int indent = 5;
387 modifyRequest.toString(buffer, indent);
389 StringBuilder indentBuf = new StringBuilder(indent);
390 for (int i = 0; i < indent; i++)
409 modify.toString(key, indent+4);
H A DTestAddRequestProtocolOp.java474 int numAttributes, numValues, indent;
478 indent = 5;
481 addRequest.toString(buffer, indent);
483 StringBuilder indentBuf = new StringBuilder(indent);
484 for (i=0 ; i < indent; i++)
503 attribute.toString(key, indent+4);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestModifyDNRequestProtocolOp.java319 int indent;
321 indent = 5;
324 modifyRequest.toString(buffer, indent);
326 StringBuilder indentBuf = new StringBuilder(indent);
327 for (i=0 ; i < indent; i++)
H A DTestModifyRequestProtocolOp.java381 int indent = 5;
386 modifyRequest.toString(buffer, indent);
388 StringBuilder indentBuf = new StringBuilder(indent);
389 for (int i = 0; i < indent; i++)
408 modify.toString(key, indent+4);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestModifyDNRequestProtocolOp.java320 int indent;
322 indent = 5;
325 modifyRequest.toString(buffer, indent);
327 StringBuilder indentBuf = new StringBuilder(indent);
328 for (i=0 ; i < indent; i++)
H A DTestModifyRequestProtocolOp.java382 int indent = 5;
387 modifyRequest.toString(buffer, indent);
389 StringBuilder indentBuf = new StringBuilder(indent);
390 for (int i = 0; i < indent; i++)
409 modify.toString(key, indent+4);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestModifyDNRequestProtocolOp.java319 int indent;
321 indent = 5;
324 modifyRequest.toString(buffer, indent);
326 StringBuilder indentBuf = new StringBuilder(indent);
327 for (i=0 ; i < indent; i++)
H A DTestModifyRequestProtocolOp.java381 int indent = 5;
386 modifyRequest.toString(buffer, indent);
388 StringBuilder indentBuf = new StringBuilder(indent);
389 for (int i = 0; i < indent; i++)
408 modify.toString(key, indent+4);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestModifyDNRequestProtocolOp.java320 int indent;
322 indent = 5;
325 modifyRequest.toString(buffer, indent);
327 StringBuilder indentBuf = new StringBuilder(indent);
328 for (i=0 ; i < indent; i++)
H A DTestModifyRequestProtocolOp.java382 int indent = 5;
387 modifyRequest.toString(buffer, indent);
389 StringBuilder indentBuf = new StringBuilder(indent);
390 for (int i = 0; i < indent; i++)
409 modify.toString(key, indent+4);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DTestModifyDNRequestProtocolOp.java320 int indent;
322 indent = 5;
325 modifyRequest.toString(buffer, indent);
327 StringBuilder indentBuf = new StringBuilder(indent);
328 for (i=0 ; i < indent; i++)
H A DTestModifyRequestProtocolOp.java381 int indent = 5;
386 modifyRequest.toString(buffer, indent);
388 StringBuilder indentBuf = new StringBuilder(indent);
389 for (int i = 0; i < indent; i++)
408 modify.toString(key, indent+4);
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java1320 * indent the description five characters and try our best to wrap at or
1325 private void indentAndWrap2(String indent, Message text, argument
1328 int actualSize = MAX_LENGTH - indent.length() - 1;
1331 buffer.append(indent);
1343 buffer.append(indent);
1356 buffer.append(indent);
1363 buffer.append(indent);
1373 buffer.append(indent);
1729 * indent the description five characters and try our best to wrap at or
1732 private void indentAndWrap(Message indent, Messag argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java1320 * indent the description five characters and try our best to wrap at or
1325 private void indentAndWrap2(String indent, Message text, argument
1328 int actualSize = MAX_LENGTH - indent.length() - 1;
1331 buffer.append(indent);
1343 buffer.append(indent);
1356 buffer.append(indent);
1363 buffer.append(indent);
1373 buffer.append(indent);
1729 * indent the description five characters and try our best to wrap at or
1732 private void indentAndWrap(Message indent, Messag argument
[all...]

Completed in 70 milliseconds

1234567891011>>