/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | RBGroupPanel.java | 120 …abelGroupComment = new JLabel(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in initComponents() 194 … jLabelGroupComment = new JLabel(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in initComponents() 352 jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in updateComponents() 357 jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in updateComponents() 368 jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).getComment()); in updateComponents() 504 retStr = (item.getComment() == null ? "" : item.getComment()); in getValueAt()
|
D | RBSearchPanel.java | 107 if (item.getComment().indexOf(term) >= 0) { in performSearch() 133 if (item.getComment().toUpperCase().indexOf(term.toUpperCase()) >= 0) { in performSearch() 171 item.setComment(replace(item.getComment(), search_term, replace_term)); in performReplace()
|
D | BundleGroupEditDialog.java | 91 commentField.setText(group.getComment()); in initComponents()
|
D | BundleItemCreationDialog.java | 193 if (item.getComment() != null) commentField.setText(item.getComment()); in initComponents()
|
D | RBProjectItemPanel.java | 133 String comment = item.getComment(); in updateComponents()
|
D | BundleItemDialog.java | 107 commentField = new JTextField(item.getComment()); in initComponents()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBxliffExporter.java | 124 if (item.getComment() != null && item.getComment().length() > 1) { in addTransUnit() 127 comment_prop.appendChild(xml.createTextNode(item.getComment())); in addTransUnit() 331 if (curr_group.getComment() != null && curr_group.getComment().length() > 1) { in exportFile() 334 comment_prop.appendChild(xml.createTextNode(curr_group.getComment())); in exportFile()
|
D | RBICUExporter.java | 90 String groupComment = group.getComment(); in export() 115 String itemComment = item.getComment(); in export()
|
D | RBTMXExporter.java | 104 item.getComment(); 108 comment_prop.appendChild(xml.createTextNode(item.getComment()));
|
D | RBManager.java | 470 String oldComment = item.getComment(); in editItem() 484 …if (oldItem.getComment() == null || oldItem.getComment().equals(oldComment)) oldItem.setComment(co… in editItem() 674 bg.setComment(mainGroup.getComment()); in createResource() 679 item.setComment(mainItem.getComment()); in createResource()
|
D | BundleGroup.java | 122 public String getComment() { in getComment() method in BundleGroup
|
D | BundleItem.java | 115 public String getComment() { in getComment() method in BundleItem
|
D | RBJavaExporter.java | 98 …t{\"" + item.getKey() + "\", \"" + item.getTranslation() + "\"},\t// " + item.getComment() + "\n"); in export()
|
/third_party/typescript/scripts/ |
D | perf-result-post.mjs | 60 const comment = await gh.issues.getComment({
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3710 std::string Value::getComment(CommentPlacement placement) const { in getComment() function in Json::Value 4485 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() 4501 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine() 4505 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4702 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() 4717 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine() 4721 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4983 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() 4999 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine() 5003 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 3743 std::string Value::getComment(CommentPlacement placement) const { in getComment() function in Json::Value 4540 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() 4556 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine() 4560 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4756 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() 4771 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine() 4775 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 5044 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() 5060 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine() 5064 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
|
D | json.h | 930 std::string getComment(CommentPlacement placement) const;
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3710 std::string Value::getComment(CommentPlacement placement) const { in getComment() function in Json::Value 4485 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() 4501 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine() 4505 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4702 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() 4717 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine() 4721 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4983 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() 4999 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine() 5003 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3710 std::string Value::getComment(CommentPlacement placement) const { in getComment() function in Json::Value 4485 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() 4501 document_ += " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine() 4505 document_ += root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4702 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() 4717 *document_ << ' ' << root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine() 4721 *document_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine() 4983 const std::string& comment = root.getComment(commentBefore); in writeCommentBeforeValue() 4999 *sout_ << " " + root.getComment(commentAfterOnSameLine); in writeCommentAfterValueOnSameLine() 5003 *sout_ << root.getComment(commentAfter); in writeCommentAfterValueOnSameLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 880 std::string getComment(CommentPlacement placement) const;
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 880 std::string getComment(CommentPlacement placement) const;
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 880 std::string getComment(CommentPlacement placement) const;
|