Searched refs:prefix (Results 1 - 25 of 475) sorted by relevance

1234567891011>>

/forgerock/opendj2/resource/debian/control/
H A Dpreinst7 if [ -f @prefix@/config/buildinfo ] && [ "$(ls -A @prefix@/config/archived-configs)" ]
10 if [ -f @prefix@/logs/server.pid ]
12 touch @prefix@/logs/status
15 @prefix@/bin/./stop-ds
/forgerock/opendj-b2.6/resource/debian/control/
H A Dpreinst7 if [ -f @prefix@/config/buildinfo ] && [ "$(ls -A @prefix@/config/archived-configs)" ]
10 if [ -f @prefix@/logs/server.pid ]
12 touch @prefix@/logs/status
15 @prefix@/bin/./stop-ds
H A Dpostinst11 if [ -f @prefix@/config/buildinfo ]
14 @prefix@/./upgrade -n --acceptLicense
30 if [ -f @prefix@/logs/status ]
34 @prefix@/./bin/start-ds
35 rm -f @prefix@/logs/status
H A Dprerm6 if [ "$1" = "remove" ] && ( [ -f @prefix@/config/buildinfo ] && [ "$(ls -A @prefix@/config/archived-configs)" ] )
9 @prefix@/bin/./stop-ds
/forgerock/opendj2.6.2/resource/debian/control/
H A Dpreinst7 if [ -f @prefix@/config/buildinfo ] && [ "$(ls -A @prefix@/config/archived-configs)" ]
10 if [ -f @prefix@/logs/server.pid ]
12 touch @prefix@/logs/status
15 @prefix@/bin/./stop-ds
H A Dpostinst11 if [ -f @prefix@/config/buildinfo ]
14 @prefix@/./upgrade -n --acceptLicense
30 if [ -f @prefix@/logs/status ]
34 @prefix@/./bin/start-ds
35 rm -f @prefix@/logs/status
H A Dprerm6 if [ "$1" = "remove" ] && ( [ -f @prefix@/config/buildinfo ] && [ "$(ls -A @prefix@/config/archived-configs)" ] )
9 @prefix@/bin/./stop-ds
/forgerock/opendj2-hg/resource/debian/control/
H A Dpreinst7 if [ -f @prefix@/config/buildinfo ] && [ "$(ls -A @prefix@/config/archived-configs)" ]
10 if [ -f @prefix@/logs/server.pid ]
12 touch @prefix@/logs/status
15 @prefix@/bin/./stop-ds
/forgerock/opendj2-jel-hg/resource/debian/control/
H A Dpreinst7 if [ -f @prefix@/config/buildinfo ] && [ "$(ls -A @prefix@/config/archived-configs)" ]
10 if [ -f @prefix@/logs/server.pid ]
12 touch @prefix@/logs/status
15 @prefix@/bin/stop-ds
H A Dpostinst11 if [ -f @prefix@/config/buildinfo ]
14 @prefix@/upgrade -n --acceptLicense
30 if [ -f @prefix@/logs/status ]
34 @prefix@/bin/start-ds
35 rm -f @prefix@/logs/status
H A Dprerm6 if [ "$1" = "remove" ] && ( [ -f @prefix@/config/buildinfo ] \
7 && [ "$(ls -A @prefix@/config/archived-configs)" ] )
10 @prefix@/bin/stop-ds
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DLogFileFilter.java38 private String prefix; field in class:LogFileFilter
41 * Create the filter with the specified file name prefix.
43 * @param prefix The filename prefix to use for the filter.
45 public LogFileFilter(String prefix) argument
47 this.prefix = prefix;
51 * Select only files that begin with the specified prefix.
66 return name.startsWith(prefix);
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DLogFileFilter.java37 private String prefix; field in class:LogFileFilter
40 * Create the filter with the specified file name prefix.
42 * @param prefix The filename prefix to use for the filter.
44 public LogFileFilter(String prefix) argument
46 this.prefix = prefix;
50 * Select only files that begin with the specified prefix.
65 return name.startsWith(prefix);
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DLogFileFilter.java38 private String prefix; field in class:LogFileFilter
41 * Create the filter with the specified file name prefix.
43 * @param prefix The filename prefix to use for the filter.
45 public LogFileFilter(String prefix) argument
47 this.prefix = prefix;
51 * Select only files that begin with the specified prefix.
66 return name.startsWith(prefix);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DLogFileFilter.java38 private String prefix; field in class:LogFileFilter
41 * Create the filter with the specified file name prefix.
43 * @param prefix The filename prefix to use for the filter.
45 public LogFileFilter(String prefix) argument
47 this.prefix = prefix;
51 * Select only files that begin with the specified prefix.
66 return name.startsWith(prefix);
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DLogFileFilter.java37 private String prefix; field in class:LogFileFilter
40 * Create the filter with the specified file name prefix.
42 * @param prefix The filename prefix to use for the filter.
44 public LogFileFilter(String prefix) argument
46 this.prefix = prefix;
50 * Select only files that begin with the specified prefix.
65 return name.startsWith(prefix);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DLogFileFilter.java38 private String prefix; field in class:LogFileFilter
41 * Create the filter with the specified file name prefix.
43 * @param prefix The filename prefix to use for the filter.
45 public LogFileFilter(String prefix) argument
47 this.prefix = prefix;
51 * Select only files that begin with the specified prefix.
66 return name.startsWith(prefix);
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DNamespaceContextImpl.java37 * unique prefix.
91 return ""; // can use the default prefix. use it whenever we can
93 // find a valid prefix for this namespace URI
106 String prefix = (String)reverseDecls.get(namespaceUri);
107 if( prefix!=null ) {
108 if( !requirePrefix || prefix.length()!=0 ) {
111 return prefix;
113 // the prefix was already allocated but it's "",
114 // and we specifically need non-empty prefix.
117 decls.remove(prefix);
[all...]
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DNamespaceContextImpl.java37 * unique prefix.
91 return ""; // can use the default prefix. use it whenever we can
93 // find a valid prefix for this namespace URI
106 String prefix = (String)reverseDecls.get(namespaceUri);
107 if( prefix!=null ) {
108 if( !requirePrefix || prefix.length()!=0 ) {
111 return prefix;
113 // the prefix was already allocated but it's "",
114 // and we specifically need non-empty prefix.
117 decls.remove(prefix);
[all...]
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DNamespaceContextImpl.java37 * unique prefix.
91 return ""; // can use the default prefix. use it whenever we can
93 // find a valid prefix for this namespace URI
106 String prefix = (String)reverseDecls.get(namespaceUri);
107 if( prefix!=null ) {
108 if( !requirePrefix || prefix.length()!=0 ) {
111 return prefix;
113 // the prefix was already allocated but it's "",
114 // and we specifically need non-empty prefix.
117 decls.remove(prefix);
[all...]
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DNamespaceContextImpl.java37 * unique prefix.
91 return ""; // can use the default prefix. use it whenever we can
93 // find a valid prefix for this namespace URI
106 String prefix = (String)reverseDecls.get(namespaceUri);
107 if( prefix!=null ) {
108 if( !requirePrefix || prefix.length()!=0 ) {
111 return prefix;
113 // the prefix was already allocated but it's "",
114 // and we specifically need non-empty prefix.
117 decls.remove(prefix);
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DNamespaceContextImpl.java37 * unique prefix.
91 return ""; // can use the default prefix. use it whenever we can
93 // find a valid prefix for this namespace URI
106 String prefix = (String)reverseDecls.get(namespaceUri);
107 if( prefix!=null ) {
108 if( !requirePrefix || prefix.length()!=0 ) {
111 return prefix;
113 // the prefix was already allocated but it's "",
114 // and we specifically need non-empty prefix.
117 decls.remove(prefix);
[all...]
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DNamespaceContextImpl.java37 * unique prefix.
91 return ""; // can use the default prefix. use it whenever we can
93 // find a valid prefix for this namespace URI
106 String prefix = (String)reverseDecls.get(namespaceUri);
107 if( prefix!=null ) {
108 if( !requirePrefix || prefix.length()!=0 ) {
111 return prefix;
113 // the prefix was already allocated but it's "",
114 // and we specifically need non-empty prefix.
117 decls.remove(prefix);
[all...]
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DNamespaceContextImpl.java37 * unique prefix.
91 return ""; // can use the default prefix. use it whenever we can
93 // find a valid prefix for this namespace URI
106 String prefix = (String)reverseDecls.get(namespaceUri);
107 if( prefix!=null ) {
108 if( !requirePrefix || prefix.length()!=0 ) {
111 return prefix;
113 // the prefix was already allocated but it's "",
114 // and we specifically need non-empty prefix.
117 decls.remove(prefix);
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/resources/css/fontawesome/less/
H A Dicons.less4 .@{fa-css-prefix}-glass:before { content: @fa-var-glass; }
5 .@{fa-css-prefix}-music:before { content: @fa-var-music; }
6 .@{fa-css-prefix}-search:before { content: @fa-var-search; }
7 .@{fa-css-prefix}-envelope-o:before { content: @fa-var-envelope-o; }
8 .@{fa-css-prefix}-heart:before { content: @fa-var-heart; }
9 .@{fa-css-prefix}-star:before { content: @fa-var-star; }
10 .@{fa-css-prefix}-star-o:before { content: @fa-var-star-o; }
11 .@{fa-css-prefix}-user:before { content: @fa-var-user; }
12 .@{fa-css-prefix}-film:before { content: @fa-var-film; }
13 .@{fa-css-prefix}
[all...]

Completed in 285 milliseconds

1234567891011>>