Home
last modified time | relevance | path

Searched refs:numComments (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/nextcloud/nextcloud/apps-pkg/comments/lib/Search/
H A DLegacyProvider.php60 $numComments = 50;
63 while (count($result) < $numComments) {
65 $comments = $cm->search($query, 'files', '', 'comment', $offset, $numComments);
86 if (count($comments) < $numComments) {
91 $offset += $numComments;
92 $numComments = 50 - count($result);
/dports/databases/kbibtex/kbibtex-0.9.2/src/program/docklets/
H A Dstatistics.cpp89 …ments, numEntries, numJournalArticles, numConferencePublications, numBooks, numComments, numMacros; in update() local
90 …ents, numEntries, numJournalArticles, numConferencePublications, numBooks, numComments, numMacros); in update()
98 labelNumberOfComments->setText(QString::number(numComments)); in update()
112 …umJournalArticles, int &numConferencePublications, int &numBooks, int &numComments, int &numMacros… in countElement() argument
125 ++numComments; in countElement()
128 …umJournalArticles, int &numConferencePublications, int &numBooks, int &numComments, int &numMacros… in countElementTypes() argument
129 …mEntries = numJournalArticles = numConferencePublications = numBooks = numComments = numMacros = 0; in countElementTypes()
139 …row), numEntries, numJournalArticles, numConferencePublications, numBooks, numComments, numMacros); in countElementTypes()
145 …ment, numEntries, numJournalArticles, numConferencePublications, numBooks, numComments, numMacros); in countElementTypes()
/dports/textproc/dom4j/dom4j-1.6.1/src/samples/org/dom4j/samples/
H A DCountDemo.java31 private int numComments; field in CountDemo
48 numComments = 0; in process()
64 ++numComments; in process()
84 println(numElements + "\t\t" + numAttributes + "\t\t" + numComments in process()
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DAIFF.pm162 my $numComments = unpack('n',$$dataPt);
165 $verbose and $et->VerboseDir('Comment', $numComments);
166 for ($i=0; $i<$numComments; ++$i) {
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DAIFF.pm162 my $numComments = unpack('n',$$dataPt);
165 $verbose and $et->VerboseDir('Comment', $numComments);
166 for ($i=0; $i<$numComments; ++$i) {
/dports/emulators/stella/stella-6.6/src/common/
H A DPNGLibrary.cxx436 uInt32 numComments = uInt32(comments.size()); in writeComments() local
437 if(numComments == 0) in writeComments()
440 vector<png_text> text_ptr(numComments); in writeComments()
441 for(uInt32 i = 0; i < numComments; ++i) in writeComments()
448 png_set_text(png_ptr, info_ptr, text_ptr.data(), numComments); in writeComments()
/dports/www/phpmyfaq/phpmyfaq/
H A Dfaq.php199 $numComments = $faqComment->getNumberOfComments(); variable
217 isset($numComments[$recordId]) ? $numComments[$recordId] : 0,
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/oggflacmetadata/
H A Dflacfile.cpp181 unsigned numComments = vc->get_num_comments(); in readTags() local
182 for (unsigned i = 0; i < numComments; ++i) { in readTags()
554 const unsigned numComments = vc->get_num_comments(); in setVorbisComment()
555 for (unsigned i = 0; i < numComments; ++i) { in setVorbisComment()
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/oggflacmetadata/
H A Dflacfile.cpp181 unsigned numComments = vc->get_num_comments(); in readTags() local
182 for (unsigned i = 0; i < numComments; ++i) { in readTags()
554 const unsigned numComments = vc->get_num_comments(); in setVorbisComment()
555 for (unsigned i = 0; i < numComments; ++i) { in setVorbisComment()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadata.java243 int numComments = comments == null ? 0 : comments.size(); in getNativeTree() local
244 if (numComments > 0) { in getNativeTree()
246 for (int i = 0; i < numComments; i++) { in getNativeTree()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadata.java243 int numComments = comments == null ? 0 : comments.size(); in getNativeTree() local
244 if (numComments > 0) { in getNativeTree()
246 for (int i = 0; i < numComments; i++) { in getNativeTree()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadata.java243 int numComments = comments == null ? 0 : comments.size(); in getNativeTree() local
244 if (numComments > 0) { in getNativeTree()
246 for (int i = 0; i < numComments; i++) { in getNativeTree()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadata.java243 int numComments = comments == null ? 0 : comments.size(); in getNativeTree() local
244 if (numComments > 0) { in getNativeTree()
246 for (int i = 0; i < numComments; i++) { in getNativeTree()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadata.java243 int numComments = comments == null ? 0 : comments.size(); in getNativeTree() local
244 if (numComments > 0) { in getNativeTree()
246 for (int i = 0; i < numComments; i++) { in getNativeTree()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadata.java243 int numComments = comments == null ? 0 : comments.size(); in getNativeTree() local
244 if (numComments > 0) { in getNativeTree()
246 for (int i = 0; i < numComments; i++) { in getNativeTree()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadata.java243 int numComments = comments == null ? 0 : comments.size(); in getNativeTree() local
244 if (numComments > 0) { in getNativeTree()
246 for (int i = 0; i < numComments; i++) { in getNativeTree()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadata.java243 int numComments = comments == null ? 0 : comments.size(); in getNativeTree() local
244 if (numComments > 0) { in getNativeTree()
246 for (int i = 0; i < numComments; i++) { in getNativeTree()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadata.java243 int numComments = comments == null ? 0 : comments.size(); in getNativeTree() local
244 if (numComments > 0) { in getNativeTree()
246 for (int i = 0; i < numComments; i++) { in getNativeTree()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageMetadata.java243 int numComments = comments == null ? 0 : comments.size(); in getNativeTree() local
244 if (numComments > 0) { in getNativeTree()
246 for (int i = 0; i < numComments; i++) { in getNativeTree()
/dports/audio/nas/nas-1.9.4/lib/audio/
H A Daiff.c301 unsigned short numComments; in AiffOpenFileForReading() local
303 numComments = FileReadS(ai->fp, NAS_LITTLE_ENDIAN); in AiffOpenFileForReading()
305 if (numComments) in AiffOpenFileForReading()
/dports/x11-toolkits/kf5-attica/attica-5.89.0/src/
H A Dcontent.h113 void setNumberOfComments(int numComments);
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Dsdiff.cpp378 int16u numComments; in DSD__COMT() local
379 Get_B2 (numComments, "numComments"); in DSD__COMT()
380 for (int16u i=0; i<numComments; i++) in DSD__COMT()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Dsdiff.cpp378 int16u numComments; in DSD__COMT() local
379 Get_B2 (numComments, "numComments"); in DSD__COMT()
380 for (int16u i=0; i<numComments; i++) in DSD__COMT()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Audio/
H A DFile_Dsdiff.cpp378 int16u numComments; in DSD__COMT() local
379 Get_B2 (numComments, "numComments"); in DSD__COMT()
380 for (int16u i=0; i<numComments; i++) in DSD__COMT()
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/tables/
H A Dclass.ilQuestionBrowserTableGUI.php187 $numComments = count(ilNote::_getNotesOfObject(
194 if ($this->filter['commented'] && !$numComments) {
199 $questionData[$key]['comments'] = $numComments;

12