| | |
| | | information: "Portions Copyright [year] [name of copyright owner]". |
| | | |
| | | Copyright 2007-2008 Sun Microsystems, Inc. |
| | | Portions Copyright 2016 ForgeRock AS. |
| | | ! --> |
| | | <xsl:stylesheet version="1.0" xmlns:adm="http://opendj.forgerock.org/admin" |
| | | xmlns:admpp="http://opendj.forgerock.org/admin-preprocessor" |
| | |
| | | <xsl:when test="adm:one-to-zero-or-one"> |
| | | <xsl:value-of |
| | | select="concat(' /**
', |
| | | ' * Determines whether or not the ', $ufn,' exists.
', |
| | | ' * Determines whether the ', $ufn,' exists.
', |
| | | ' *
', |
| | | ' * @return Returns <true> if the ', $ufn,' exists.
', |
| | | ' */
')" /> |