Home
last modified time | relevance | path

Searched refs:PhotoTable (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/shotwell/shotwell-0.30.14/src/db/
H A DDb.vala80 // * Added flags column to PhotoTable
83 if (!DatabaseTable.has_column("PhotoTable", "flags")) {
97 // * Added file_format column to PhotoTable
110 // * Added title column to PhotoTable
113 if (!DatabaseTable.has_column("PhotoTable", "title")) {
123 // * Added backlinks column to PhotoTable
126 if (!DatabaseTable.has_column("PhotoTable", "backlinks")) {
167 // * Added rating column to PhotoTable
170 if (!DatabaseTable.has_column("PhotoTable", "rating")) {
299 // * Added comment column to PhotoTable and VideoTable
[all …]
H A DPhotoTable.vala109 public class PhotoTable : DatabaseTable {
110 private static PhotoTable instance = null;
112 private PhotoTable() {
114 int res = db.prepare_v2("CREATE TABLE IF NOT EXISTS PhotoTable ("
195 set_table_name("PhotoTable");
198 public static PhotoTable get_instance() {
200 instance = new PhotoTable();
325 throw_error("PhotoTable.reimport_master", res);
394 + "FROM PhotoTable WHERE id=?",
445 + "develop_embedded_id, comment FROM PhotoTable",
[all …]
/dports/graphics/elementary-photos/photos-2.7.1/src/db/
H A DDb.vala122 // * Added enhanced column to PhotoTable for reverting
125 if (!DatabaseTable.has_column ("PhotoTable", "enhanced")) {
126 message ("upgrade_database: adding enhanced column to PhotoTable");
127 if (!DatabaseTable.add_column ("PhotoTable", "enhanced", "INTEGER DEFAULT 0"))
131 if (!DatabaseTable.has_column ("PhotoTable", "original_transforms")) {
132 message ("upgrade_database: adding original_transforms column to PhotoTable");
133 if (!DatabaseTable.add_column ("PhotoTable", "original_transforms", "TEXT"))
H A DPhotoTable.vala119 public class PhotoTable : DatabaseTable {
120 private static PhotoTable instance = null;
122 private PhotoTable () {
124 "CREATE TABLE IF NOT EXISTS PhotoTable ("
168 set_table_name ("PhotoTable");
171 public static PhotoTable get_instance () {
173 instance = new PhotoTable ();
258 throw_error ("PhotoTable.reimport_master", res);
318 + "FROM PhotoTable WHERE id=?");
510 var stmt = create_stmt ("SELECT id FROM PhotoTable");
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/model/doctrine/orangehrmBuzzPlugin/
H A DPhotoTable.class.php8 class PhotoTable extends PluginPhotoTable class
13 * @return PhotoTable The table instance
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DUpgrades.vala97 foreach (PhotoRow phr in PhotoTable.get_instance().get_all()) {
107 foreach (PhotoRow phr in PhotoTable.get_instance().get_all()) {
H A DPhoto.vala422 PhotoTable.get_instance().detach_editable(this.row);
664 PhotoTable.get_instance().update_raw_development(row, d, bpr.id);
909 PhotoTable.get_instance().remove_development(row, d);
1510 PhotoTable.get_instance().reimport(reimport_state.row);
2830 PhotoTable.get_instance().set_orientation(row.photo_id,
4057 PhotoTable.get_instance().detach_editable(row);
4800 return PhotoTable.get_instance().get_event_source_ids(event_id);
5045 PhotoID photo_id = PhotoTable.get_instance().add(params.row);
5060 PhotoTable.get_instance().remove(photo.get_photo_id());
5189 PhotoRow dupe_row = PhotoTable.get_instance().get_row(dupe_id);
[all …]
H A Dmeson.build54 'db/PhotoTable.vala',
H A Dmain.vala98 uint64 grand_total = PhotoTable.get_instance().get_row_count()
H A DEvent.vala921 PhotoTable.get_instance().drop_event(event_id);
H A DBatchImport.vala954 PhotoTable.get_instance().get_duplicate_ids(prepared_file.file, null,
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DUpgrades.vala110 foreach (PhotoRow phr in PhotoTable.get_instance ().get_all ()) {
120 foreach (PhotoRow phr in PhotoTable.get_instance ().get_all ()) {
H A DPhoto.vala360 PhotoTable.get_instance ().detach_editable (this.row);
578 PhotoTable.get_instance ().update_raw_development (row, d, bpr.id);
811 PhotoTable.get_instance ().remove_development (row, d);
1424 PhotoTable.get_instance ().reimport (reimport_state.row);
2261 success = PhotoTable.get_instance ().master_exif_updated (
2861 PhotoTable.get_instance ().set_orientation (row.photo_id,
4093 PhotoTable.get_instance ().detach_editable (row);
5129 PhotoID photo_id = PhotoTable.get_instance ().add (params.row);
5144 PhotoTable.get_instance ().remove (photo.get_photo_id ());
5274 PhotoRow dupe_row = PhotoTable.get_instance ().get_row (dupe_id);
[all …]
H A Dmeson.build94 'db/PhotoTable.vala',
H A Dmain.vala109 uint64 grand_total = PhotoTable.get_instance ().get_row_count ()
H A DEvent.vala904 PhotoTable.get_instance ().drop_event (event_id);
H A DBatchImport.vala955 PhotoTable.get_instance ().get_duplicate_ids (prepared_file.file, null,
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/dicom.imageio/
H A Ddicominput.cpp199 struct PhotoTable { in seek_subimage() struct
204 static PhotoTable phototable[] = { in seek_subimage()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/dicom.imageio/
H A Ddicominput.cpp199 struct PhotoTable { in seek_subimage() struct
204 static PhotoTable phototable[] = { in seek_subimage()
/dports/graphics/elementary-photos/photos-2.7.1/po/
H A DPOTFILES79 src/db/PhotoTable.vala
/dports/graphics/shotwell/shotwell-0.30.14/src/direct/
H A DDirectPhoto.vala92 PhotoTable.get_instance().add(params.row);
/dports/graphics/elementary-photos/photos-2.7.1/src/direct/
H A DDirectPhoto.vala102 PhotoTable.get_instance ().add (params.row);
/dports/graphics/shotwell/shotwell-0.30.14/dist/debian/
H A Dchangelog208 * Add SQL indexes to PhotoTable
/dports/graphics/shotwell/shotwell-0.30.14/
H A DNEWS1252 * Add SQL indexes to PhotoTable