Home
last modified time | relevance | path

Searched refs:photo_count (Results 1 – 16 of 16) sorted by relevance

/dports/games/openomf/libShadowDive-b2c34a6/src/
H A Dpic.c48 pic->photo_count = sd_read_dword(r); in sd_pic_load()
49 if(pic->photo_count >= 256 || pic->photo_count < 0) { in sd_pic_load()
57 for(int i = 0; i < pic->photo_count; i++) { in sd_pic_load()
67 for(int i = 0; i < pic->photo_count; i++) { in sd_pic_load()
120 sd_write_dword(w, pic->photo_count); in sd_pic_save()
125 sd_write_fill(w, 0, pic->photo_count * 4); in sd_pic_save()
128 for(int i = 0; i < pic->photo_count; i++) { in sd_pic_save()
171 if(entry_id < 0 || entry_id > pic->photo_count) { in sd_pic_get()
/dports/www/py-django-photologue/django-photologue-3.12/photologue/tests/
H A Dtest_gallery.py30 self.assertEqual(self.test_gallery.photo_count(), 2)
33 self.assertEqual(self.test_gallery.photo_count(), 1)
36 self.assertEqual(self.test_gallery.photo_count(public=False), 2)
/dports/graphics/elementary-photos/photos-2.7.1/src/sidebar/metadata/
H A DBasicProperties.vala27 private int photo_count;
67 photo_count = -1;
143 photo_count = event_photo_count;
164 photo_count = 0;
182 photo_count++;
205 photo_count += event_photo_count;
247 if (photo_count >= 0 || video_count >= 0) {
255 if (photo_count > 0) {
256 … attach_item_count_label ((ngettext ("%d Photo", "%d Photos", photo_count)).printf (photo_count));
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DProperties.vala165 private int photo_count;
184 photo_count = -1;
247 photo_count = event_photo_count;
268 photo_count = 0;
286 photo_count++;
309 photo_count += event_photo_count;
349 if (photo_count >= 0 || video_count >= 0) {
360 string photo_num_string = (ngettext("%d Photo", "%d Photos", photo_count)).printf(
361 photo_count);
365 if (photo_count == 0 && video_count > 0) {
H A DMediaDataRepresentation.vala403 public static void count_media(Gee.Collection<MediaSource> media, out int photo_count,
410 photo_count = photos.size;
/dports/graphics/elementary-photos/photos-2.7.1/src/Dialogs/
H A DAdjustDateTimeDialog.vala68 public AdjustDateTimeDialog (Dateable source, int photo_count, bool display_options = true,
103 relativity_radio_button.sensitive = display_options && photo_count > 1;
108 batch_radio_button.sensitive = display_options && photo_count > 1;
113 "_Modify original photo file", "_Modify original photo files", photo_count));
116 "_Modify original file", "_Modify original files", photo_count));
/dports/graphics/shotwell/shotwell-0.30.14/src/dialogs/
H A DAdjustDateTimeDialog.vala37 public AdjustDateTimeDialog(Dateable source, int photo_count, bool display_options = true,
97 relativity_radio_button.sensitive = display_options && photo_count > 1;
102 batch_radio_button.sensitive = display_options && photo_count > 1;
107 photo_count);
110 var text = ngettext ("_Modify original file", "_Modify original files", photo_count);
/dports/games/openomf/libShadowDive-b2c34a6/include/shadowdive/
H A Dpic.h39 int photo_count; ///< Photo count member
/dports/www/flickcurl/flickcurl-1.26/src/
H A Dphoto.c973 int photo_count; in flickcurl_build_photos() local
996 for(i = 0, photo_count = 0; i < nodes_count; i++) { in flickcurl_build_photos()
1157 photos[photo_count++] = photo; in flickcurl_build_photos()
1161 *photo_count_p = photo_count; in flickcurl_build_photos()
H A Dphotos-api.c319 int photo_count, in flickcurl_photos_getContactsPublicPhotos_params() argument
337 sprintf(photo_count_s, "%d", photo_count); in flickcurl_photos_getContactsPublicPhotos_params()
393 int photo_count, int just_friends, in flickcurl_photos_getContactsPublicPhotos() argument
408 photo_count, in flickcurl_photos_getContactsPublicPhotos()
H A Dflickcurl.h2103 …photos_getContactsPublicPhotos(flickcurl* fc, const char* user_id, int photo_count, int just_frien…
2105 …getContactsPublicPhotos_params(flickcurl* fc, const char* user_id, int photo_count, int just_frien…
/dports/www/py-django-photologue/django-photologue-3.12/photologue/
H A Dmodels.py196 limit = self.photo_count()
209 if count > self.photo_count():
210 count = self.photo_count()
217 def photo_count(self, public=True): member in Gallery
224 photo_count.short_description = _('count')
/dports/games/openomf/openomf-c36c421/src/game/gui/
H A Dpilotpic.c73 local->max = pics.photo_count; in pilotpic_select()
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DMediaDataRepresentation.vala411 public static void count_media (Gee.Collection<MediaSource> media, out int photo_count,
418 photo_count = photos.size;
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp10392 auto photo_count = narrow_cast<int32>(photos.size()); in on_get_user_photos() local
10393 int32 min_total_count = (offset >= 0 && photo_count > 0 ? offset : 0) + photo_count; in on_get_user_photos()
10395 …LOG(ERROR) << "Wrong photos total_count " << total_count << ". Receive " << photo_count << " photo… in on_get_user_photos()
10399 …LOG_IF(ERROR, limit < photo_count) << "Requested not more than " << limit << " photos, but " << ph… in on_get_user_photos()
10431 …LOG(INFO) << "Receive " << photo_count << " photos of " << user_id << " out of " << total_count <<… in on_get_user_photos()
10454 … << " and limit " << limit << ". Receive " << photo_count << " photos out of " << total_count in on_get_user_photos()
/dports/www/flickcurl/flickcurl-1.26/
H A DNEWS1013 const char* user_id, int photo_count, int just_friends,