Home
last modified time | relevance | path

Searched refs:photo_id (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/www/moodle311/moodle/lib/
H A Dflickrlib.php356 function favorites_add ($photo_id) argument
381 function favorites_remove($photo_id) argument
510 function photos_addTags ($photo_id, $tags) argument
517 function photos_delete($photo_id) argument
524 function photos_getAllContexts ($photo_id) argument
545 function photos_getContext ($photo_id) argument
590 function photos_getPerms($photo_id) argument
608 function photos_getSizes($photo_id) argument
720 function photos_setTags($photo_id, $tags) argument
761 function photos_geo_getPerms($photo_id) argument
[all …]
/dports/www/moodle310/moodle/lib/
H A Dflickrlib.php356 function favorites_add ($photo_id) argument
381 function favorites_remove($photo_id) argument
510 function photos_addTags ($photo_id, $tags) argument
517 function photos_delete($photo_id) argument
524 function photos_getAllContexts ($photo_id) argument
545 function photos_getContext ($photo_id) argument
590 function photos_getPerms($photo_id) argument
608 function photos_getSizes($photo_id) argument
720 function photos_setTags($photo_id, $tags) argument
761 function photos_geo_getPerms($photo_id) argument
[all …]
/dports/www/moodle39/moodle/lib/
H A Dflickrlib.php356 function favorites_add ($photo_id) argument
381 function favorites_remove($photo_id) argument
510 function photos_addTags ($photo_id, $tags) argument
517 function photos_delete($photo_id) argument
524 function photos_getAllContexts ($photo_id) argument
545 function photos_getContext ($photo_id) argument
590 function photos_getPerms($photo_id) argument
608 function photos_getSizes($photo_id) argument
720 function photos_setTags($photo_id, $tags) argument
761 function photos_geo_getPerms($photo_id) argument
[all …]
/dports/www/flickcurl/flickcurl-1.26/src/
H A Dphotos-people-api.c61 flickcurl_photos_people_add(flickcurl* fc, const char* photo_id, in flickcurl_photos_people_add() argument
76 if(!photo_id || !user_id) in flickcurl_photos_people_add()
79 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photos_people_add()
152 if(!photo_id || !user_id) in flickcurl_photos_people_delete()
155 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photos_people_delete()
211 if(!photo_id || !user_id) in flickcurl_photos_people_deleteCoords()
214 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photos_people_deleteCoords()
280 if(!photo_id || !user_id || in flickcurl_photos_people_editCoords()
284 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photos_people_editCoords()
347 if(!photo_id) in flickcurl_photos_people_getList()
[all …]
H A Dphotos-geo-api.c152 if(!photo_id) in flickcurl_photos_geo_correctLocation()
155 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photos_geo_correctLocation()
211 if(!photo_id) in flickcurl_photos_geo_getLocation()
214 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photos_geo_getLocation()
270 if(!photo_id) in flickcurl_photos_geo_getPerms()
273 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photos_geo_getPerms()
441 if(!photo_id) in flickcurl_photos_geo_removeLocation()
444 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photos_geo_removeLocation()
487 if(!photo_id || context < 0 || context > 2) in flickcurl_photos_geo_setContext()
549 if(!photo_id) in flickcurl_photos_geo_setLocation()
[all …]
H A Dphotos-api.c64 if(!photo_id || !tags) in flickcurl_photos_addTags()
105 if(!photo_id) in flickcurl_photos_delete()
662 if(!photo_id) in flickcurl_photos_getExif()
729 if(!photo_id) in flickcurl_photos_getFavorites()
1021 if(!photo_id) in flickcurl_photos_getPerms()
1171 if(!photo_id) in flickcurl_photos_getSizes()
1909 if(!photo_id || !content_type) in flickcurl_photos_setContentType()
1966 if(!photo_id) in flickcurl_photos_setDates()
2112 if(!photo_id || !perms) in flickcurl_photos_setPerms()
2188 if(!photo_id) in flickcurl_photos_setSafetyLevel()
[all …]
H A Dflickcurl.h1813 char* flickcurl_photo_id_as_short_uri(char *photo_id);
1952 int flickcurl_favorites_add(flickcurl* fc, const char* photo_id);
1964 int flickcurl_favorites_remove(flickcurl* fc, const char* photo_id);
2093 int flickcurl_photos_addTags(flickcurl* fc, const char* photo_id, const char* tags);
2095 int flickcurl_photos_delete(flickcurl* fc, const char* photo_id);
2117 flickcurl_photo* flickcurl_photos_getInfo(flickcurl *fc, const char* photo_id);
2123 flickcurl_perms* flickcurl_photos_getPerms(flickcurl* fc, const char* photo_id);
2129 flickcurl_size** flickcurl_photos_getSizes(flickcurl* fc, const char* photo_id);
2163 int flickcurl_photos_setTags(flickcurl* fc, const char* photo_id, const char* tags);
2265 int flickcurl_photos_geo_removeLocation(flickcurl* fc, const char* photo_id);
[all …]
H A Dgroups-pools-api.c58 flickcurl_groups_pools_add(flickcurl* fc, const char* photo_id, in main()
66 if(!photo_id || !group_id) in main()
69 flickcurl_add_param(fc, "photo_id", photo_id); in main()
105 flickcurl_groups_pools_getContext(flickcurl* fc, const char* photo_id,
113 if(!photo_id || !group_id)
116 flickcurl_add_param(fc, "photo_id", photo_id);
329 flickcurl_groups_pools_remove(flickcurl* fc, const char* photo_id,
337 if(!photo_id || !group_id)
340 flickcurl_add_param(fc, "photo_id", photo_id);
H A Dfavorites-api.c57 flickcurl_favorites_add(flickcurl* fc, const char* photo_id) in flickcurl_favorites_add() argument
64 if(!photo_id) in flickcurl_favorites_add()
67 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_favorites_add()
110 flickcurl_favorites_getContext(flickcurl* fc, const char* photo_id, in flickcurl_favorites_getContext() argument
125 if(!photo_id || !user_id) in flickcurl_favorites_getContext()
128 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_favorites_getContext()
425 flickcurl_favorites_remove(flickcurl* fc, const char* photo_id) in flickcurl_favorites_remove() argument
432 if(!photo_id) in flickcurl_favorites_remove()
435 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_favorites_remove()
H A Dphotosets-api.c59 const char* photo_id) in flickcurl_photosets_addPhoto() argument
66 if(!photoset_id || !photo_id) in flickcurl_photosets_addPhoto()
70 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photosets_addPhoto()
328 if(!photo_id || !photoset_id) in flickcurl_photosets_getContext()
331 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photosets_getContext()
643 const char* photo_id) in flickcurl_photosets_removePhoto() argument
650 if(!photoset_id || !photo_id) in flickcurl_photosets_removePhoto()
654 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photosets_removePhoto()
791 const char* photo_id) in flickcurl_photosets_setPrimaryPhoto() argument
798 if(!photoset_id || !photo_id) in flickcurl_photosets_setPrimaryPhoto()
[all …]
H A Dphotos-comments-api.c58 flickcurl_photos_comments_addComment(flickcurl* fc, const char* photo_id, in flickcurl_photos_comments_addComment() argument
67 if(!photo_id || !comment_text) in flickcurl_photos_comments_addComment()
70 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photos_comments_addComment()
206 flickcurl_photos_comments_getList(flickcurl* fc, const char* photo_id) in flickcurl_photos_comments_getList() argument
215 if(!photo_id) in flickcurl_photos_comments_getList()
218 flickcurl_add_param(fc, "photo_id", photo_id); in flickcurl_photos_comments_getList()
H A Dgalleries-api.c56 const char* photo_id, const char* comment_text)
62 if(!gallery_id || !photo_id)
66 flickcurl_add_param(fc, "photo_id", photo_id);
234 const char* photo_id, const char* new_comment) in usbdump_read_packet()
241 if(!gallery_id || !photo_id || !new_comment) in usbdump_read_packet()
245 flickcurl_add_param(fc, "photo_id", photo_id); in usbdump_read_packet()
483 flickcurl_galleries_getListForPhoto(flickcurl* fc, const char* photo_id,
494 if(!photo_id)
497 flickcurl_add_param(fc, "photo_id", photo_id);
/dports/net/p5-Net-Google-PicasaWeb/Net-Google-PicasaWeb-0.11/bin/
H A Dpicasa-list17 my ($user_id, $album_id, $photo_id, $comment_id);
31 'photo-id=s' => \$photo_id,
59 if $kind eq 'album' and defined $photo_id;
247 photo_id => $photo_id,
250 elsif (defined $photo_id) {
289 photo_id => $photo_id,
303 elsif (defined $photo_id) {
315 if (defined $photo_id) {
320 photo_id => $photo_id,
328 photo_id => $photo_id,
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/src/faces/
H A DFaceLocation.vala16 private PhotoID photo_id;
19 private FaceLocation(FaceLocationID face_location_id, FaceID face_id, PhotoID photo_id,
23 this.photo_id = photo_id;
32 Gee.Map<FaceID?, FaceLocation> faces_map = photo_faces_map.get(photo_id);
64 public static void destroy(FaceID face_id, PhotoID photo_id) {
66 Gee.Map<FaceID?, FaceLocation> faces_map = photo_faces_map.get(photo_id);
73 photo_faces_map.unset(photo_id);
75 photos_map.unset(photo_id);
96 photos_map.set(row.photo_id, face_location);
102 photo_faces_map.set(row.photo_id, faces_map);
[all …]
/dports/www/gallery-dl/gallery-dl-1.21.0/gallery_dl/extractor/
H A D35photo.py26 for photo_id in self.photos():
27 for photo in self._photo_data(photo_id):
56 def _photo_data(self, photo_id): argument
57 params = {"method": "photo.getData", "photoId": photo_id}
59 "https://api.35photo.pro/", params=params).json()["data"][photo_id]
166 for photo_id in text.extract_iter(page, "35photo.pro/photo_", "/"):
167 if photo_id != prev:
168 prev = photo_id
169 yield photo_id
235 self.photo_id = match.group(1)
[all …]
/dports/graphics/elementary-photos/photos-2.7.1/src/db/
H A DPhotoTable.vala82 public PhotoID photo_id;
224 return photo_row.photo_id;
254 bind_int64 (stmt, 14, row.photo_id.id);
275 bind_int64 (stmt, 6, photo_id.id);
311 public PhotoRow? get_row (PhotoID photo_id) {
321 bind_int64 (stmt, 1, photo_id.id);
327 row.photo_id = photo_id;
417 PhotoRow original = get_row (photo_id);
506 delete_by_id (photo_id.id);
646 bind_int64 (stmt, 3, photo_id.id);
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/src/db/
H A DFaceLocationTable.vala30 public PhotoID photo_id;
46 + "photo_id INTEGER NOT NULL, "
66 "INSERT INTO FaceLocationTable (face_id, photo_id, geometry) VALUES (?, ?, ?)",
72 res = stmt.bind_int64(2, photo_id.id);
84 row.photo_id = photo_id;
93 "SELECT id, face_id, photo_id, geometry FROM FaceLocationTable",
110 row.photo_id = PhotoID(stmt.column_int64(2));
122 "SELECT photo_id FROM FaceLocationTable WHERE face_id = ?",
150 "SELECT geometry FROM FaceLocationTable WHERE face_id=? AND photo_id=?",
171 "DELETE FROM FaceLocationTable WHERE face_id=? AND photo_id=?",
[all …]
H A DPhotoTable.vala73 public PhotoID photo_id;
275 return photo_row.photo_id;
320 res = stmt.bind_int64(14, row.photo_id.id);
386 public PhotoRow? get_row(PhotoID photo_id) {
398 res = stmt.bind_int64(1, photo_id.id);
405 row.photo_id = photo_id;
453 row.photo_id.id = stmt.column_int64(0);
497 PhotoRow original = get_row(photo_id);
615 delete_by_id(photo_id.id);
773 res = stmt.bind_int64(3, photo_id.id);
[all …]
/dports/www/flickcurl/flickcurl-1.26/utils/
H A Dflickrdf.c199 char* photo_id = NULL; in main() local
301 photo_id = argv[0]; in main()
302 if(strncmp(photo_id, prefix_uri, prefix_uri_len)) in main()
307 photo_id+= prefix_uri_len; in main()
308 len = strlen(photo_id); in main()
312 if(photo_id[len-1] == '/') in main()
313 photo_id[--len] = '\0'; in main()
315 while(*photo_id && *photo_id != '/') in main()
316 photo_id++; in main()
317 if(!*photo_id) in main()
[all …]
H A Dcommands.c598 char *photo_id = argv[1]; in command_tags_getListPhoto() local
1793 char *photo_id = argv[1]; in command_groups_pools_add() local
1901 char *photo_id = argv[1]; in command_groups_pools_remove() local
2050 char* photo_id = argv[1]; in command_photos_getSizes() local
2596 char *photo_id = argv[1]; in command_favorites_add() local
3927 char *photo_id; in command_source_uri_to_photoid() local
3930 if(!photo_id) { in command_source_uri_to_photoid()
3938 free(photo_id); in command_source_uri_to_photoid()
4264 photo_id = argv[2]; in command_stats_getPhotoDomains()
4299 photo_id = argv[3]; in command_stats_getPhotoReferrers()
[all …]
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-library.c397 gint rc, photo_id = -1; in library_find_photo_id() local
404 photo_id = sqlite3_column_int(stmt, 0); in library_find_photo_id()
406 return photo_id; in library_find_photo_id()
594 gint photo_id; in rs_library_add_photo() local
600 if (photo_id == -1) in rs_library_add_photo()
606 return photo_id; in rs_library_add_photo()
633 gint photo_id; in rs_library_photo_add_tag() local
642 if (photo_id == -1) in rs_library_photo_add_tag()
660 gint photo_id = -1; in rs_library_delete_photo() local
663 if (photo_id == -1) in rs_library_delete_photo()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/celeste/training/
H A Dget_flickr_clouds.pl127 my $photo_id = $photos->[$i]->{'attributes'}->{'id'};
135 'photo_id' => $photo_id});
139 print "Unable to get photo $photo_id sizes.\n";
150 …my $pic_url = "http://farm".$photo_farm.".static.flickr.com/".$server_id."/".$photo_id."_".$photo_…
151 my $fpath = $dir."/".$photo_id."_".$photo_secret.".".${fformat};
176 …$pic_url = "http://farm".$photo_farm.".static.flickr.com/".$server_id."/".$photo_id."_".$photo_sec…
177 $fpath = $dir."/".$photo_id."_".$photo_secret.".".${fformat};
/dports/www/p5-WWW-Myspace/WWW-Myspace-0.92/samples/
H A Dset_random_photo10 my $photo_id = $ids[ $photo_num ];
11 print "Picked photo number $photo_num, photo_id $photo_id\n";
12 if ( $myspace->set_default_photo( photo_id => $photo_id ) ) {
/dports/net/p5-Net-Google-PicasaWeb/Net-Google-PicasaWeb-0.11/lib/Net/Google/
H A DPicasaWeb.pm172 croak "missing photo_id parameter" unless defined $params{photo_id};
177 my $photo_id = delete $params{photo_id};
185 photoid => $photo_id,
223 croak "missing photo_id parameter" unless defined $params{photo_id};
227 my $photo_id = delete $params{photo_id};
234 photoid => $photo_id,
/dports/textproc/p5-Plagger/Plagger-0.7.17/lib/Plagger/Plugin/CustomFeed/
H A DFlickrSearch.pm67 my $photo_id = $search_photo->findvalue('@id');
73 $server_id, $photo_id, $secret;
75 $context->log(info => "calling flickr.photos.getInfo on $photo_id");
79 { photo_id => $photo_id },
95 $server_id, $photo_id, $secret, $format;

12345678