Searched refs:indent (Results 226 - 250 of 407) sorted by relevance

1234567891011>>

/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/menu/assets/skins/sam/
H A Dmenu-skin.css102 text-indent: 8px;
298 text-indent: 5px;
310 text-indent: 8px;
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DByteString.java639 * to the given buffer using the specified indent.
647 * @param indent
648 * The number of spaces to indent the output.
650 public void toHexPlusAscii(StringBuilder builder, int indent) argument
652 StringBuilder indentBuf = new StringBuilder(indent);
653 for (int i = 0; i < indent; i++)
/forgerock/opendj2/src/server/org/opends/server/types/
H A DByteString.java638 * to the given buffer using the specified indent.
646 * @param indent
647 * The number of spaces to indent the output.
649 public void toHexPlusAscii(StringBuilder builder, int indent) argument
651 StringBuilder indentBuf = new StringBuilder(indent);
652 for (int i = 0; i < indent; i++)
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DByteString.java639 * to the given buffer using the specified indent.
647 * @param indent
648 * The number of spaces to indent the output.
650 public void toHexPlusAscii(StringBuilder builder, int indent) argument
652 StringBuilder indentBuf = new StringBuilder(indent);
653 for (int i = 0; i < indent; i++)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DByteString.java639 * to the given buffer using the specified indent.
647 * @param indent
648 * The number of spaces to indent the output.
650 public void toHexPlusAscii(StringBuilder builder, int indent) argument
652 StringBuilder indentBuf = new StringBuilder(indent);
653 for (int i = 0; i < indent; i++)
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DByteString.java638 * to the given buffer using the specified indent.
646 * @param indent
647 * The number of spaces to indent the output.
649 public void toHexPlusAscii(StringBuilder builder, int indent) argument
651 StringBuilder indentBuf = new StringBuilder(indent);
652 for (int i = 0; i < indent; i++)
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java538 final String indent = "\n ";
541 if (prettyPrint) sb.append(indent);
543 if (prettyPrint) sb.append(indent);
545 if (prettyPrint) sb.append(indent);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java382 * @param indent The number of spaces from the margin that the lines should
386 public void toString(StringBuilder buffer, int indent) argument
388 StringBuilder indentBuf = new StringBuilder(indent);
389 for (int i=0 ; i < indent; i++)
408 attribute.toString(buffer, indent+4);
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java526 final String indent = "\n ";
529 if (prettyPrint) sb.append(indent);
531 if (prettyPrint) sb.append(indent);
533 if (prettyPrint) sb.append(indent);
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java381 * @param indent The number of spaces from the margin that the lines should
385 public void toString(StringBuilder buffer, int indent) argument
387 StringBuilder indentBuf = new StringBuilder(indent);
388 for (int i=0 ; i < indent; i++)
407 attribute.toString(buffer, indent+4);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestModifyDNResponseProtocolOp.java381 int indent = 5;
386 modifyResponse.toString(buffer, indent);
388 StringBuilder indentBuf = new StringBuilder(indent);
389 for (i=0 ; i < indent; i++)
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestAddResponseProtocolOp.java376 int indent = 5;
381 addResponse.toString(buffer, indent);
383 StringBuilder indentBuf = new StringBuilder(indent);
384 for (i=0 ; i < indent; i++)
H A DTestCompareResponseProtocolOp.java374 int indent = 5;
379 compareResponse.toString(buffer, indent);
381 StringBuilder indentBuf = new StringBuilder(indent);
382 for (i=0 ; i < indent; i++)
H A DTestDeleteResponseProtocolOp.java378 int indent = 5;
383 deleteResponse.toString(buffer, indent);
385 StringBuilder indentBuf = new StringBuilder(indent);
386 for (i=0 ; i < indent; i++)
H A DTestModifyDNResponseProtocolOp.java381 int indent = 5;
386 modifyResponse.toString(buffer, indent);
388 StringBuilder indentBuf = new StringBuilder(indent);
389 for (i=0 ; i < indent; i++)
H A DTestModifyResponseProtocolOp.java378 int indent = 5;
383 modifyResponse.toString(buffer, indent);
385 StringBuilder indentBuf = new StringBuilder(indent);
386 for (i=0 ; i < indent; i++)
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java527 final String indent = "\n ";
530 if (prettyPrint) sb.append(indent);
532 if (prettyPrint) sb.append(indent);
534 if (prettyPrint) sb.append(indent);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java382 * @param indent The number of spaces from the margin that the lines should
386 public void toString(StringBuilder buffer, int indent) argument
388 StringBuilder indentBuf = new StringBuilder(indent);
389 for (int i=0 ; i < indent; i++)
408 attribute.toString(buffer, indent+4);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestModifyDNResponseProtocolOp.java381 int indent = 5;
386 modifyResponse.toString(buffer, indent);
388 StringBuilder indentBuf = new StringBuilder(indent);
389 for (i=0 ; i < indent; i++)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestAddResponseProtocolOp.java376 int indent = 5;
381 addResponse.toString(buffer, indent);
383 StringBuilder indentBuf = new StringBuilder(indent);
384 for (i=0 ; i < indent; i++)
H A DTestCompareResponseProtocolOp.java374 int indent = 5;
379 compareResponse.toString(buffer, indent);
381 StringBuilder indentBuf = new StringBuilder(indent);
382 for (i=0 ; i < indent; i++)
H A DTestDeleteResponseProtocolOp.java378 int indent = 5;
383 deleteResponse.toString(buffer, indent);
385 StringBuilder indentBuf = new StringBuilder(indent);
386 for (i=0 ; i < indent; i++)
H A DTestModifyDNResponseProtocolOp.java381 int indent = 5;
386 modifyResponse.toString(buffer, indent);
388 StringBuilder indentBuf = new StringBuilder(indent);
389 for (i=0 ; i < indent; i++)
H A DTestModifyResponseProtocolOp.java378 int indent = 5;
383 modifyResponse.toString(buffer, indent);
385 StringBuilder indentBuf = new StringBuilder(indent);
386 for (i=0 ; i < indent; i++)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestModifyDNResponseProtocolOp.java381 int indent = 5;
386 modifyResponse.toString(buffer, indent);
388 StringBuilder indentBuf = new StringBuilder(indent);
389 for (i=0 ; i < indent; i++)

Completed in 98 milliseconds

1234567891011>>