Home
last modified time | relevance | path

Searched refs:new_comments (Results 1 – 25 of 66) sorted by relevance

123

/dports/multimedia/ogmtools/ogmtools-1.5/
H A Dp_video.cpp99 vorbis_comment *new_comments, *new_comments2; in produce_header_packets() local
126 new_comments = strip_chapters(); in produce_header_packets()
127 new_comments = vorbis_comment_cat(new_comments, chapter_info); in produce_header_packets()
129 new_comments = vorbis_comment_dup(comments); in produce_header_packets()
130 new_comments2 = chapter_information_adjust(new_comments, in produce_header_packets()
136 vorbis_comment_clear(new_comments); in produce_header_packets()
137 free(new_comments); in produce_header_packets()
138 new_comments = new_comments2; in produce_header_packets()
146 if (new_comments != NULL) { in produce_header_packets()
147 vorbis_comment_clear(new_comments); in produce_header_packets()
[all …]
H A Dcommon.c33 char **new_comments; in dup_comments() local
42 new_comments = (char **)malloc(sizeof(char *) * nc + 1); in dup_comments()
43 if (new_comments == NULL) in dup_comments()
47 new_comments[nc] = strdup(comments[nc]); in dup_comments()
48 if (new_comments[nc] == NULL) in dup_comments()
51 new_comments[nc] = NULL; in dup_comments()
53 return new_comments; in dup_comments()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/themes/boinc/templates/
H A Dviews-view-table--boinc-team-forum-topics.tpl.php63 if (!empty($topic->timestamp) OR $topic->new_comments) {
77 <?php elseif ($topic->new_comments): ?>
88 <?php if ($topic->new_comments): ?>
89 … <?php preg_match_all('/<a[^>]+href=([\'"])(.+?)\1[^>]*>/i', $topic->new_comments, $myresult); ?>
93 <?php if ($topic->new_comments): ?>
/dports/devel/gtranslator/gtranslator-40.0/src/
H A Dgtr-header.c743 GString *new_comments; in update_comments() local
777 new_comments = g_string_new (""); in update_comments()
832 new_comments = g_string_append (new_comments, comment_lines[i]); in update_comments()
833 new_comments = g_string_append_c (new_comments, '\n'); in update_comments()
848 while (new_comments->str[new_comments->len - 1] == '\n') in update_comments()
849 new_comments = g_string_truncate (new_comments, new_comments->len - 1); in update_comments()
852 g_string_append_printf (new_comments, "\n%s <%s>, %s\n\n", in update_comments()
858 gtr_header_set_comments (header, new_comments->str); in update_comments()
860 g_string_free (new_comments, TRUE); in update_comments()
/dports/graphics/p5-Image-MetaData-JPEG/Image-MetaData-JPEG-0.153/lib/Image/MetaData/JPEG/access/
H A Dcomments.pl72 my @new_comments =
81 $this->insert_segments(\ @new_comments, $position);
107 my @new_comments =
115 $this->insert_segments(\ @new_comments, $position, 1);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/bitbucket_server/representation/
H A Dcomment.rb105 new_comments = comment.delete('comments')
108 workset << CommentNode.new(new_comments, current_comment) if new_comments
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/src/
H A DCommentLinkBuilder.php209 $new_comments = $this->commentManager->getCountNewComments($entity);
210 if ($new_comments > 0) {
213 …->getNewCommentPageNumber($entity->{$field_name}->comment_count, $new_comments, $entity, $field_na…
216 'new_comment_count' => (int) $new_comments,
H A DCommentStorageInterface.php42 * @param int $new_comments
52 …public function getNewCommentPageNumber($total_comments, $new_comments, FieldableEntityInterface $… argument
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/src/
H A DCommentLinkBuilder.php202 $new_comments = $this->commentManager->getCountNewComments($entity);
203 if ($new_comments > 0) {
206 …->getNewCommentPageNumber($entity->{$field_name}->comment_count, $new_comments, $entity, $field_na…
209 'new_comment_count' => (int) $new_comments,
H A DCommentStorageInterface.php42 * @param int $new_comments
52 …public function getNewCommentPageNumber($total_comments, $new_comments, FieldableEntityInterface $… argument
/dports/www/py-praw/praw-6.2.0/praw/models/
H A Dcomment_forest.py165 new_comments = item.comments(update=False)
171 new_comments, self._comments
176 for comment in new_comments:
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/src/Functional/Views/
H A DNodeCommentsTest.php37 $new_comments = $this->cssSelect(".views-field-new-comments a:contains('1')");
38 $this->assertCount(1, $new_comments, 'Found the number of new comments for a certain node.');
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/tests/src/Functional/Views/
H A DNodeCommentsTest.php37 $new_comments = $this->cssSelect(".views-field-new-comments a:contains('1')");
38 $this->assertCount(1, $new_comments, 'Found the number of new comments for a certain node.');
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/metrics/histograms/
H A Dupdate_histogram_enum.py173 new_comments = []
176 new_comments.append(document.createComment(
199 new_comments.append(child)
206 for comment in new_comments:
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/metrics/histograms/
H A Dupdate_histogram_enum.py173 new_comments = []
176 new_comments.append(document.createComment(
199 new_comments.append(child)
206 for comment in new_comments:
/dports/java/java-subversion/subversion-1.14.1/tools/dev/
H A Dpo-merge.py166 new_comments = other + new_flags
167 if new_msgstr != msgstr or new_comments != comments:
170 comments = new_comments
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/
H A Dpo-merge.py166 new_comments = other + new_flags
167 if new_msgstr != msgstr or new_comments != comments:
170 comments = new_comments
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/
H A Dpo-merge.py166 new_comments = other + new_flags
167 if new_msgstr != msgstr or new_comments != comments:
170 comments = new_comments
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/
H A Dpo-merge.py166 new_comments = other + new_flags
167 if new_msgstr != msgstr or new_comments != comments:
170 comments = new_comments
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/modules/comment_test_views/test_views/
H A Dviews.view.test_new_comments.yml91 new_comments:
92 id: new_comments
94 field: new_comments
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/tests/modules/comment_test_views/test_views/
H A Dviews.view.test_new_comments.yml91 new_comments:
92 id: new_comments
94 field: new_comments
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/features/team_forums/
H A Dteam_forums.views_default.inc175 'new_comments' => array(
212 'id' => 'new_comments',
214 'field' => 'new_comments',
670 'new_comments' => array(
707 'id' => 'new_comments',
709 'field' => 'new_comments',
963 'new_comments' => 'new_comments',
988 'new_comments' => array(
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traffic_annotation/auditor/
H A Dinstance.cc428 std::string new_comments = combination->proto.comments(); in CreateCompleteAnnotation() local
430 if (!new_comments.empty()) in CreateCompleteAnnotation()
431 new_comments += "\n"; in CreateCompleteAnnotation()
432 new_comments += other->proto.comments(); in CreateCompleteAnnotation()
434 if (!new_comments.empty()) in CreateCompleteAnnotation()
435 new_comments += "\n"; in CreateCompleteAnnotation()
436 new_comments += base::StringPrintf( in CreateCompleteAnnotation()
443 combination->proto.set_comments(new_comments); in CreateCompleteAnnotation()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/modules/
H A Dcomment.views_default.inc203 'new_comments' => array(
204 'id' => 'new_comments',
206 'field' => 'new_comments',
309 'new_comments' => 'comment_count',
335 'new_comments' => array(
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traffic_annotation/auditor/
H A Dinstance.cc448 std::string new_comments = combination->proto.comments(); in CreateCompleteAnnotation() local
450 if (!new_comments.empty()) in CreateCompleteAnnotation()
451 new_comments += "\n"; in CreateCompleteAnnotation()
452 new_comments += other->proto.comments(); in CreateCompleteAnnotation()
454 if (!new_comments.empty()) in CreateCompleteAnnotation()
455 new_comments += "\n"; in CreateCompleteAnnotation()
456 new_comments += base::StringPrintf( in CreateCompleteAnnotation()
463 combination->proto.set_comments(new_comments); in CreateCompleteAnnotation()

123