Searched defs:indent (Results 1 - 25 of 269) 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/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/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++)
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 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/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++)
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
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/opendj2.6.2/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++)
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 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-jel-hg/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++)

Completed in 96 milliseconds

1234567891011