All public logs
Jump to navigation
Jump to search
Combined display of all available logs of truxwiki.com. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 08:11, 17 January 2021 Sam talk contribs created page Truxton relation get source type (Created page with "This retrieves the type of object of the source of the relation. This corresponds to the <code>[SourceObjectTypeID]</code> column of the <code><nowiki>[</nowiki>Relation Tab...")
- 08:09, 17 January 2021 Sam talk contribs created page Truxton relation get b type (Created page with "This retrieves the type of object of the B side of the relation. This corresponds to the <code>[B_ObjectTypeID]</code> column of the <code><nowiki>[</nowiki>Relation Table|R...")
- 08:08, 17 January 2021 Sam talk contribs created page Truxton relation get a type (Created page with "This retrieves the type of object of the A side of the relation. This corresponds to the <code>[A_ObjectTypeID]</code> column of the <code><nowiki>[</nowiki>Relation Table|R...")
- 08:02, 17 January 2021 Sam talk contribs created page Truxton relation get source id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the source object of the relation. This corresponds to the <code>[SourceID]</code> col...")
- 07:59, 17 January 2021 Sam talk contribs created page Truxton relation get b id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the B object of the relation. This corresponds to the <code>[B_ID]</code> column of th...")
- 07:57, 17 January 2021 Sam talk contribs created page Truxton relation get a id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the A object of the relation. This corresponds to the <code>[A_ID]</code> column of th...")
- 07:34, 17 January 2021 Sam talk contribs created page Truxton relation set relation (Created page with "This sets the type of the relationship between two objects. This corresponds to the <code>[RelationTypeID]</code> column of the the <code><nowiki>[</nowiki>Relation Table|Re...")
- 07:23, 17 January 2021 Sam talk contribs created page Truxton relation set source type (Created page with "This sets the type of the object on which this relationship is based. A healthy relationship needs a solid foundation. This corresponds to the <code>[SourceObjectTypeID]</code...")
- 07:18, 17 January 2021 Sam talk contribs created page Truxton relation set b type (Created page with "This sets the type of the object on B side of the relation in the sentence "A is a blank of B." This corresponds to the <code>[B_ObjectTypeID]</code> column of the the <code><...")
- 07:14, 17 January 2021 Sam talk contribs created page Truxton relation set a type (Created page with "This sets the type of the object on A side of the relation in the sentence "A is a blank of B." This corresponds to the <code>[A_ObjectTypeID]</code> column of the the <code><...")
- 07:09, 17 January 2021 Sam talk contribs created page Truxton relation set source id (Created page with "This sets the origin of the relation. Relationships don't just happen, you have to work at them. The source of a relation is the object that contained the information from whi...")
- 07:04, 17 January 2021 Sam talk contribs created page Truxton relation set b id (Created page with "This sets the B side of the relation in the sentence "A is a blank of B." This corresponds to the <code>[B_ID]</code> column of the the <code><nowiki>[</nowiki>Relation Tabl...")
- 07:02, 17 January 2021 Sam talk contribs created page Truxton relation set a id (Created page with "This sets the A side of the relation in the sentence "A is a blank of B." This corresponds to the <code>[A_ID]</code> column of the the <code><nowiki>[</nowiki>Relation Tabl...")
- 06:50, 17 January 2021 Sam talk contribs created page Truxton relation save (Created page with "This commits the information in the relation object to the <code><nowiki>[</nowiki>Relation<nowiki>]</nowiki></code> table in the database. =Syntax= <sourc...")
- 17:31, 14 January 2021 Sam talk contribs created page Statistics Table (Created page with "The <code>[Statistics]</code> table records information about a load in Truxton. <source lang="SQL"> CREATE TABLE "Statistics" ( "ID" uuid NOT NULL, "MediaID" uuid NOT NU...")
- 14:27, 10 January 2021 Sam talk contribs created page Truxton relation destroy (Created page with "This destroys a relation object. =Syntax= <source lang="C"> void truxton_relation_destroy(uint64_t relation_handle); </source> =Parameters= ==<code>relation_handle</code>==...")
- 18:25, 7 January 2021 Sam talk contribs created page Truxton Forensic Rack (Created page with "The Truxton Forensic Rack is a 7 foot tall rack populated with hardware dedicated to forensic processing. It has a [https://www.yellowbrick.com/ Yellowbrick] database applianc...")
- 05:41, 29 December 2020 Sam talk contribs created page Truxton relation create (Created page with "This creates an object you can use to form a relationship between two other objects in Truxton. =Syntax= <source lang="C"> uint64_t truxton_relation_create(uint64_t truxton_h...")
- 06:51, 28 December 2020 Sam talk contribs created page Truxton exif tag (Created page with "This will tag the EXIF object. =Syntax= <source lang="C"> void truxton_exif_tag(uint64_t exif_handle, char const * tag_name, char const * why, uint64_t origin); </source> =P...")
- 06:37, 28 December 2020 Sam talk contribs created page Truxton exif set model offset (Created page with "This records the offset into the parent file where the model value was found. =Syntax= <source lang="C"> void truxton_exif_set_model_offset( uint64_t exif_handle, uint64_t of...")
- 06:35, 28 December 2020 Sam talk contribs created page Truxton exif set make offset (Created page with "This records the offset into the parent file where the make value was found. =Syntax= <source lang="C"> void truxton_exif_set_make_offset( uint64_t exif_handle, uint64_t offs...")
- 06:33, 28 December 2020 Sam talk contribs created page Truxton exif set thumbnail length offset (Created page with "This records the offset into the parent file where the thumbnail image length value was found. =Syntax= <source lang="C"> void truxton_exif_set_thumbnail_length_offset( uint6...")
- 06:30, 28 December 2020 Sam talk contribs created page Truxton exif set thumbnail length (Created page with "This records the number of bytes in the thumbnail image. =Syntax= <source lang="C"> void truxton_exif_set_thumbnail_length( uint64_t exif_handle, uint64_t length ); </source>...")
- 06:27, 28 December 2020 Sam talk contribs created page Truxton exif set thumbnail offset offset (Created page with "This records the offset into the parent file where the thumbnail image offset value was found. =Syntax= <source lang="C"> void truxton_exif_set_thumbnail_offset_offset( uint6...")
- 06:19, 28 December 2020 Sam talk contribs created page Truxton exif set thumbnail offset (Created page with "This records the offset into the parent file where the thumbnail image begins. =Syntax= <source lang="C"> void truxton_exif_set_thumbnail_offset( uint64_t exif_handle, uint64...")
- 06:17, 28 December 2020 Sam talk contribs created page Truxton exif get body serial number offset (Created page with "This API retrieves the offset into the parent file where the body serial number value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_body_serial_number_offset( u...")
- 06:14, 28 December 2020 Sam talk contribs created page Truxton exif get model offset (Created page with "This API retrieves the offset into the parent file where the model value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_model_offset( uint64_t exif_handle ); </s...")
- 06:13, 28 December 2020 Sam talk contribs created page Truxton exif get make offset (Created page with "This API retrieves the offset into the parent file where the make value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_make_offset( uint64_t exif_handle ); </sou...")
- 06:05, 28 December 2020 Sam talk contribs created page Truxton exif get thumbnail length offset (Created page with "This API retrieves the offset into the parent file where the thumbnail image length value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_thumbnail_length_offset(...")
- 06:03, 28 December 2020 Sam talk contribs created page Truxton exif get thumbnail length (Created page with "This API retrieves the offset into the parent file where the thumbnail image length value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_thumbnail_length_offset(...")
- 05:57, 28 December 2020 Sam talk contribs created page Truxton exif get thumbnail offset offset (Created page with "This award winning API for the most redundant name retrieves the offset into the parent file where the offset value of the thumbnail image began. =Syntax= <source lang="C"> u...")
- 05:53, 28 December 2020 Sam talk contribs created page Truxton exif get thumbnail offset (Created page with "This API retrieves the offset into the parent file where the thumbnail image began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_thumbnail_offset( uint64_t exif_handl...")
- 05:49, 28 December 2020 Sam talk contribs created page Truxton exif get lens serial number offset (Created page with "This API retrieves the offset into the parent file where the lens serial number value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_lens_serial_number_offset( u...")
- 05:47, 28 December 2020 Sam talk contribs created page Truxton exif get shutter count offset (Created page with "This API retrieves the offset into the parent file where the shutter count value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_shutter_count_offset( uint64_t ex...")
- 05:46, 28 December 2020 Sam talk contribs created page Truxton exif get focal length offset (Created page with "This API retrieves the offset into the parent file where the focal length value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_focal_length_offset( uint64_t exif...")
- 05:44, 28 December 2020 Sam talk contribs created page Truxton exif get heading offset (Created page with "This API retrieves the offset into the parent file where the heading value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_heading_offset( uint64_t exif_handle );...")
- 05:43, 28 December 2020 Sam talk contribs created page Truxton exif get altitude offset (Created page with "This API retrieves the offset into the parent file where the altitude value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_altitude_offset( uint64_t exif_handle...")
- 18:24, 27 December 2020 Sam talk contribs created page Truxton exif get longitude offset (Created page with "This API retrieves the offset into the parent file where the longitude value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_longitude_offset( uint64_t exif_handl...")
- 18:22, 27 December 2020 Sam talk contribs created page Truxton exif get latitude offset (Created page with "This API retrieves the offset into the parent file where the latitude value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_latitude_offset( uint64_t exif_handle...")
- 18:14, 27 December 2020 Sam talk contribs created page Truxton exif get device time offset (Created page with "This API retrieves the offset into the parent file where the time value from the imaging device's internal clock began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_d...")
- 18:12, 27 December 2020 Sam talk contribs created page Truxton exif get gps time offset (Created page with "This API retrieves the offset into the parent file where the [https://en.wikipedia.org/wiki/Global_Positioning_System#Timekeeping GPS time] value began. =Syntax= <source lang...")
- 06:00, 27 December 2020 Sam talk contribs created page Truxton exif set model (Created page with "This corresponds to the <code>[Model]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table in the database. =Syntax= <source lang="...")
- 05:58, 27 December 2020 Sam talk contribs created page Truxton exif set make (Created page with "This corresponds to the <code>[Make]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table in the database. =Syntax= <source lang="C...")
- 05:53, 27 December 2020 Sam talk contribs created page Truxton exif set lens serial number (Created page with "This corresponds to the <code>[SerialNumber]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table in the database. =Syntax= <source...")
- 05:45, 27 December 2020 Sam talk contribs created page Truxton exif get shutter count (Created page with "This corresponds to the <code>[ShutterCount]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table in the database. =Syntax= <source...")
- 05:26, 27 December 2020 Sam talk contribs created page Truxton exif get longitude (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Longitude longitude] part of the location. This corresponds to the <code>[Longitude]</code> column of the <code><nowiki>[</no...")
- 05:15, 27 December 2020 Sam talk contribs created page Truxton exif get latitude (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Latitude latitude] in part of the location. This corresponds to the <code>[Latitude]</code> column of the <code><nowiki>[</no...")
- 05:11, 27 December 2020 Sam talk contribs created page Truxton exif get heading (Created page with "This retrieves the heading of the device. This corresponds to the <code>[Heading]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> tab...")
- 05:08, 27 December 2020 Sam talk contribs created page Truxton exif get focal length (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Focal_length focal length] of the image normalized to 35mm. This corresponds to the <code>[FocalLength]</code> column of the...")
- 05:03, 27 December 2020 Sam talk contribs created page Truxton exif get model (Created page with "Retrieves the model of the imaging equipment. This corresponds to the <code>[Model]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> t...")