Searched defs:tags (Results 1 - 25 of 51) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DTemplateLine.java35 * contain any number of tags to be evaluated.
45 // The set of tags for this template line.
46 private Tag[] tags; field in class:TemplateLine
112 * @param tags The set of tags for this template line.
114 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags) argument
116 this(attributeType, lineNumber, tags, false, false);
126 * @param tags The set of tags for this template line.
131 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, argument
[all...]
H A DTemplateFile.java102 // The set of registered tags for this template file.
193 * Retrieves the set of tags that have been registered. They will be in the
197 * @return The set of tags that have been registered.
272 * Registers the set of tags that will always be available for use in
980 * @param tags The set of defined tags from the template file.
981 * Note that this does not include the tags that are
995 Map<String, Tag> tags,
1075 tags, warnings);
1094 * @param tags Th
993 parseBranchDefinition(String[] branchLines, int startLineNumber, Map<String, Tag> tags, List<Message> warnings) argument
1109 parseTemplateDefinition(String[] templateLines, int startLineNumber, Map<String, Tag> tags, Map<String, Template> definedTemplates, List<Message> warnings) argument
1291 parseTemplateLine(String line, String lowerLine, int lineNumber, Branch branch, Template template, Map<String,Tag> tags, List<Message> warnings) argument
1529 parseReplacementTag(String tagString, Branch branch, Template template, int lineNumber, Map<String,Tag> tags, List<Message> warnings) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTemplateLine.java34 * contain any number of tags to be evaluated.
44 // The set of tags for this template line.
45 private Tag[] tags; field in class:TemplateLine
111 * @param tags The set of tags for this template line.
113 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags) argument
115 this(attributeType, lineNumber, tags, false, false);
125 * @param tags The set of tags for this template line.
130 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, argument
[all...]
H A DTemplateFile.java101 // The set of registered tags for this template file.
192 * Retrieves the set of tags that have been registered. They will be in the
196 * @return The set of tags that have been registered.
271 * Registers the set of tags that will always be available for use in
979 * @param tags The set of defined tags from the template file.
980 * Note that this does not include the tags that are
994 Map<String, Tag> tags,
1074 tags, warnings);
1093 * @param tags Th
992 parseBranchDefinition(String[] branchLines, int startLineNumber, Map<String, Tag> tags, List<Message> warnings) argument
1108 parseTemplateDefinition(String[] templateLines, int startLineNumber, Map<String, Tag> tags, Map<String, Template> definedTemplates, List<Message> warnings) argument
1290 parseTemplateLine(String line, String lowerLine, int lineNumber, Branch branch, Template template, Map<String,Tag> tags, List<Message> warnings) argument
1528 parseReplacementTag(String tagString, Branch branch, Template template, int lineNumber, Map<String,Tag> tags, List<Message> warnings) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTemplateLine.java35 * contain any number of tags to be evaluated.
45 // The set of tags for this template line.
46 private Tag[] tags; field in class:TemplateLine
112 * @param tags The set of tags for this template line.
114 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags) argument
116 this(attributeType, lineNumber, tags, false, false);
126 * @param tags The set of tags for this template line.
131 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, argument
[all...]
H A DTemplateFile.java102 // The set of registered tags for this template file.
193 * Retrieves the set of tags that have been registered. They will be in the
197 * @return The set of tags that have been registered.
272 * Registers the set of tags that will always be available for use in
980 * @param tags The set of defined tags from the template file.
981 * Note that this does not include the tags that are
995 Map<String, Tag> tags,
1075 tags, warnings);
1094 * @param tags Th
993 parseBranchDefinition(String[] branchLines, int startLineNumber, Map<String, Tag> tags, List<Message> warnings) argument
1109 parseTemplateDefinition(String[] templateLines, int startLineNumber, Map<String, Tag> tags, Map<String, Template> definedTemplates, List<Message> warnings) argument
1291 parseTemplateLine(String line, String lowerLine, int lineNumber, Branch branch, Template template, Map<String,Tag> tags, List<Message> warnings) argument
1529 parseReplacementTag(String tagString, Branch branch, Template template, int lineNumber, Map<String,Tag> tags, List<Message> warnings) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateLine.java35 * contain any number of tags to be evaluated.
45 // The set of tags for this template line.
46 private Tag[] tags; field in class:TemplateLine
112 * @param tags The set of tags for this template line.
114 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags) argument
116 this(attributeType, lineNumber, tags, false, false);
126 * @param tags The set of tags for this template line.
131 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, argument
[all...]
H A DTemplateFile.java102 // The set of registered tags for this template file.
193 * Retrieves the set of tags that have been registered. They will be in the
197 * @return The set of tags that have been registered.
272 * Registers the set of tags that will always be available for use in
980 * @param tags The set of defined tags from the template file.
981 * Note that this does not include the tags that are
995 Map<String, Tag> tags,
1075 tags, warnings);
1094 * @param tags Th
993 parseBranchDefinition(String[] branchLines, int startLineNumber, Map<String, Tag> tags, List<Message> warnings) argument
1109 parseTemplateDefinition(String[] templateLines, int startLineNumber, Map<String, Tag> tags, Map<String, Template> definedTemplates, List<Message> warnings) argument
1291 parseTemplateLine(String line, String lowerLine, int lineNumber, Branch branch, Template template, Map<String,Tag> tags, List<Message> warnings) argument
1529 parseReplacementTag(String tagString, Branch branch, Template template, int lineNumber, Map<String,Tag> tags, List<Message> warnings) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateLine.java34 * contain any number of tags to be evaluated.
44 // The set of tags for this template line.
45 private Tag[] tags; field in class:TemplateLine
111 * @param tags The set of tags for this template line.
113 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags) argument
115 this(attributeType, lineNumber, tags, false, false);
125 * @param tags The set of tags for this template line.
130 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, argument
[all...]
H A DTemplateFile.java101 // The set of registered tags for this template file.
192 * Retrieves the set of tags that have been registered. They will be in the
196 * @return The set of tags that have been registered.
271 * Registers the set of tags that will always be available for use in
979 * @param tags The set of defined tags from the template file.
980 * Note that this does not include the tags that are
994 Map<String, Tag> tags,
1074 tags, warnings);
1093 * @param tags Th
992 parseBranchDefinition(String[] branchLines, int startLineNumber, Map<String, Tag> tags, List<Message> warnings) argument
1108 parseTemplateDefinition(String[] templateLines, int startLineNumber, Map<String, Tag> tags, Map<String, Template> definedTemplates, List<Message> warnings) argument
1290 parseTemplateLine(String line, String lowerLine, int lineNumber, Branch branch, Template template, Map<String,Tag> tags, List<Message> warnings) argument
1528 parseReplacementTag(String tagString, Branch branch, Template template, int lineNumber, Map<String,Tag> tags, List<Message> warnings) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DTemplateLine.java33 * contain any number of tags to be evaluated.
43 /** The set of tags for this template line. */
44 private Tag[] tags; field in class:TemplateLine
110 * @param tags The set of tags for this template line.
112 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags) argument
114 this(attributeType, lineNumber, tags, false, false);
124 * @param tags The set of tags for this template line.
129 public TemplateLine(AttributeType attributeType, int lineNumber, Tag[] tags, argument
[all...]
H A DTemplateFile.java91 /** The set of registered tags for this template file. */
169 * Retrieves the set of tags that have been registered. They will be in the
173 * @return The set of tags that have been registered.
248 * Registers the set of tags that will always be available for use in
905 * @param tags The set of defined tags from the template file.
906 * Note that this does not include the tags that are
920 Map<String, Tag> tags,
1000 tags, warnings);
1019 * @param tags Th
918 parseBranchDefinition(String[] branchLines, int startLineNumber, Map<String, Tag> tags, List<LocalizableMessage> warnings) argument
1034 parseTemplateDefinition(String[] templateLines, int startLineNumber, Map<String, Tag> tags, Map<String, Template> definedTemplates, List<LocalizableMessage> warnings) argument
1215 parseTemplateLine(String line, String lowerLine, int lineNumber, Branch branch, Template template, Map<String,Tag> tags, List<LocalizableMessage> warnings) argument
1450 parseReplacementTag(String tagString, Branch branch, Template template, int lineNumber, Map<String,Tag> tags, List<LocalizableMessage> warnings) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DTag.java51 // All the tags.
52 private static final Map<String, Tag> tags = new HashMap<String, Tag>(); field in class:Tag
66 tags.put(name, tag);
86 Tag tag = tags.get(name.toLowerCase());
99 * tags.
102 * registered tags.
108 return Collections.unmodifiableCollection(tags.values());
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DTag.java52 // All the tags.
53 private static final Map<String, Tag> tags = new HashMap<String, Tag>(); field in class:Tag
67 tags.put(name, tag);
87 Tag tag = tags.get(name.toLowerCase());
100 * tags.
103 * registered tags.
109 return Collections.unmodifiableCollection(tags.values());
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DTag.java52 // All the tags.
53 private static final Map<String, Tag> tags = new HashMap<String, Tag>(); field in class:Tag
67 tags.put(name, tag);
87 Tag tag = tags.get(name.toLowerCase());
100 * tags.
103 * registered tags.
109 return Collections.unmodifiableCollection(tags.values());
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DTag.java51 // All the tags.
52 private static final Map<String, Tag> tags = new HashMap<String, Tag>(); field in class:Tag
66 tags.put(name, tag);
86 Tag tag = tags.get(name.toLowerCase());
99 * tags.
102 * registered tags.
108 return Collections.unmodifiableCollection(tags.values());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DTag.java52 // All the tags.
53 private static final Map<String, Tag> tags = new HashMap<String, Tag>(); field in class:Tag
67 tags.put(name, tag);
87 Tag tag = tags.get(name.toLowerCase());
100 * tags.
103 * registered tags.
109 return Collections.unmodifiableCollection(tags.values());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DTag.java51 /** All the tags. */
52 private static final Map<String, Tag> tags = new HashMap<>(); field in class:Tag
66 tags.put(name, tag);
86 Tag tag = tags.get(name.toLowerCase());
99 * tags.
102 * registered tags.
108 return Collections.unmodifiableCollection(tags.values());
/forgerock/openidm-v4/openidm-smartevent/src/main/java/org/forgerock/openidm/smartevent/
H A DName.java84 * Optional tags to associate with this event name
86 String[] tags; field in class:Name
128 * @param tags
129 * optional additional tags to associate with this event type
132 public final static Name get(final String stringifiedName, final String[] tags) { argument
133 return get(stringifiedName).setTags(tags);
139 * @param tags
140 * the tags to set
143 public Name setTags(final String[] tags) { argument
144 if (tags !
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeServices.java246 Map<String, String> tags = new HashMap<String, String>();
247 tags.put(LF, delimiter);
248 tags.put(CREATED_DATE, createdDate);
249 tags.put(EXISTING_VERSION, existingVersion);
250 tags.put(NEW_VERSION, VersionUtils.getWarFileVersion());
251 StringBuilder report = new StringBuilder(tagSwapReport(tags, "report"));
342 * @param reportContents Key-value mapping for the tags, these will be used to replace the localized report.
351 * Tagswaps a given String based on the passed in tags.
353 * @param tags Key-value mapping for the tags, thes
357 tagSwap(Map<String, String> tags, String content) argument
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeServices.java252 Map<String, String> tags = new HashMap<String, String>();
253 tags.put(LF, delimiter);
254 tags.put(CREATED_DATE, createdDate);
255 tags.put(EXISTING_VERSION, existingVersion);
256 tags.put(NEW_VERSION, VersionUtils.getWarFileVersion());
257 StringBuilder report = new StringBuilder(tagSwapReport(tags, "report"));
349 * @param reportContents Key-value mapping for the tags, these will be used to replace the localized report.
358 * Tagswaps a given String based on the passed in tags.
360 * @param tags Key-value mapping for the tags, thes
364 tagSwap(Map<String, String> tags, String content) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java704 // The tags associated with this sub-command handler.
705 private final Set<Tag> tags = new HashSet<Tag>(); field in class:SubCommandHandler
812 * Gets the tags associated with this sub-command handler.
814 * @return Returns the tags associated with this sub-command
818 return tags;
875 * Adds one or more tags to this sub-command handler.
877 * @param tags
878 * The tags to be added to this sub-command handler.
880 protected final void addTags(Collection<Tag> tags) { argument
881 this.tags
892 addTags(Tag... tags) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java703 // The tags associated with this sub-command handler.
704 private final Set<Tag> tags = new HashSet<Tag>(); field in class:SubCommandHandler
811 * Gets the tags associated with this sub-command handler.
813 * @return Returns the tags associated with this sub-command
817 return tags;
874 * Adds one or more tags to this sub-command handler.
876 * @param tags
877 * The tags to be added to this sub-command handler.
879 protected final void addTags(Collection<Tag> tags) { argument
880 this.tags
891 addTags(Tag... tags) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java704 // The tags associated with this sub-command handler.
705 private final Set<Tag> tags = new HashSet<Tag>(); field in class:SubCommandHandler
812 * Gets the tags associated with this sub-command handler.
814 * @return Returns the tags associated with this sub-command
818 return tags;
875 * Adds one or more tags to this sub-command handler.
877 * @param tags
878 * The tags to be added to this sub-command handler.
880 protected final void addTags(Collection<Tag> tags) { argument
881 this.tags
892 addTags(Tag... tags) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java704 // The tags associated with this sub-command handler.
705 private final Set<Tag> tags = new HashSet<Tag>(); field in class:SubCommandHandler
812 * Gets the tags associated with this sub-command handler.
814 * @return Returns the tags associated with this sub-command
818 return tags;
875 * Adds one or more tags to this sub-command handler.
877 * @param tags
878 * The tags to be added to this sub-command handler.
880 protected final void addTags(Collection<Tag> tags) { argument
881 this.tags
892 addTags(Tag... tags) argument
[all...]

Completed in 258 milliseconds

123