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)- 16:16, 18 February 2021 Sam talk contribs created page Truxton jurisdiction get name (Created page with "This retrieves the name of the jurisdiction. This corresponds to the <code>[Name]</code> column of the <code>[Jurisdiction]</code> table. =Syntax= <source lang="C"> void trux...")
- 16:11, 18 February 2021 Sam talk contribs created page Truxton jurisdiction get id (Created page with "This returns the integer identifier for the jurisdiction. This corresponds to the <code>[ID]</code> column of the <code>[Jurisdiction]</code> table. =Syntax= <source lang="C"...")
- 16:00, 18 February 2021 Sam talk contribs created page Truxton jurisdiction set name (Created page with "This sets the name of the jurisdiction. This corresponds to the <code>[Name]</code> column of the <code>[Jurisdiction]</code> table. =Syntax= <source lang="C"> void truxton_j...")
- 15:54, 18 February 2021 Sam talk contribs created page Truxton jurisdiction set description (Created page with "This sets the name of the jurisdiction. This corresponds to the <code>[Name]</code> column of the <code>[Jurisdiction]</code> table. =Syntax= <source lang="C"> void truxton_j...")
- 15:53, 18 February 2021 Sam talk contribs created page Truxton jurisdiction set id (Created page with "This sets the 64-bit integer to use as the identifier for the jurisdiction object. This corresponds to the <code>[ID]</code> column of the <code>[Jurisdiction]</code> table....")
- 15:43, 18 February 2021 Sam talk contribs created page Truxton jurisdiction save (Created page with "This saves a jurisdiction object to the <code>[Jurisdiction]</code> table. =Syntax= <source lang="C"> int truxton_jurisdiction_save( uint64_t jurisdiction_handle ); </source>...")
- 15:41, 18 February 2021 Sam talk contribs created page Truxton jurisdiction destroy (Created page with "This destroys a jurisdiction object. =Syntax= <source lang="C"> void truxton_jurisdiction_destroy( uint64_t jurisdiction_handle ); </source> =Parameters= ==<code>jurisdictio...")
- 15:21, 18 February 2021 Sam talk contribs created page Truxton jurisdiction create (Created page with "This creates a jurisdiction in Truxton. Jurisdictions can be used to track the amount of work you have performed for a particular group. This object corresponds to the <code>[...")
- 13:54, 18 February 2021 Sam talk contribs created page Truxton investigation remove media (Created page with "Removes a piece of media from an investigation. This will deletea record in the <code>[InvestigationMedia]</code>. =Syntax= <source lang="C"> int truxton_investigation_remove...")
- 13:52, 18 February 2021 Sam talk contribs created page Truxton investigation add media (Created page with "Adds a piece of media to an investigation. This will make a record in the <code>[InvestigationMedia]</code>. =Syntax= <source lang="C"> int truxton_investigation_add_media( u...")
- 11:48, 18 February 2021 Sam talk contribs created page Truxton investigation get type (Created page with "This retrieves the type of the investigation. It corresponds to the <code>[InvestigationTypeID]</code> column of the <code>[Investigation]</code> table. It should contain a va...")
- 11:47, 18 February 2021 Sam talk contribs created page Truxton investigation get status (Created page with "This retrieves the status of the investigation. It corresponds to the <code>[InvestigationStatusID]</code> column of the <code>[Investigation]</code> table. It should contain...")
- 11:00, 18 February 2021 Sam talk contribs created page Truxton investigation get jurisdiction (Created page with "This retrieves the case number associated with the investigation. It corresponds to the <code>[CaseNumber]</code> column of the <code>[Investigation]</code> table. =Syntax= <...")
- 10:57, 18 February 2021 Sam talk contribs created page Truxton investigation get case number (Created page with "This retrieves the case number associated with the investigation. It corresponds to the <code>[CaseNumber]</code> column of the <code>[Investigation]</code> table. =Syntax= <...")
- 10:55, 18 February 2021 Sam talk contribs created page Truxton investigation get description (Created page with "This retrieves the description of the investigation. It corresponds to the <code>[Description]</code> column of the <code>[Investigation]</code> table. =Syntax= <source lang=...")
- 10:54, 18 February 2021 Sam talk contribs created page Truxton investigation get name (Created page with "This retrieves the name of the investigation. It corresponds to the <code>[Name]</code> column of the <code>[Investigation]</code> table. =Syntax= <source lang="C"> void trux...")
- 09:49, 18 February 2021 Sam talk contribs created page Truxton investigation get id (Created page with "This retrieves the identifier of the investigation. It corresponds to the <code>[ID]</code> column of the <code>[Investigation]</code> table. =Syntax= <source lang="C"> void...")
- 17:38, 16 February 2021 Sam talk contribs created page Truxton investigation set type (Created page with "This sets the type of the investigation. This corresponds to the <code>[InvestigationTypeID]</code> column of the <code>[Investigation]</code> table. It should contain a value...")
- 17:36, 16 February 2021 Sam talk contribs created page Truxton investigation set status (Created page with "This sets the status of the investigation. This corresponds to the <code>[InvestigationStatusID]</code> column of the <code>[Investigation]</code> table. It should contain a v...")
- 17:30, 16 February 2021 Sam talk contribs created page Truxton investigation set jurisdiction (Created page with "This sets the jurisdiction of the investigation. =Syntax= <source lang="C"> void truxton_investigation_set_jurisdiction( uint64_t investigation_handle, char const * jurisdict...")
- 17:29, 16 February 2021 Sam talk contribs created page Truxton investigation set case number (Created page with "This sets the case number of the investigation. =Syntax= <source lang="C"> void truxton_investigation_set_case_number( uint64_t investigation_handle, char const * case_number...")
- 17:27, 16 February 2021 Sam talk contribs created page Truxton investigation set description (Created page with "This sets the description of the investigation. =Syntax= <source lang="C"> void truxton_investigation_set_description( uint64_t investigation_handle, char const * description...")
- 17:25, 16 February 2021 Sam talk contribs created page Truxton investigation set name (Created page with "This sets the name of the investigation. =Syntax= <source lang="C"> void truxton_investigation_set_name( uint64_t investigation_handle, char const * name ); </source> =Param...")
- 15:56, 16 February 2021 Sam talk contribs created page Truxton investigation set id (Created page with "This sets the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the investigation. =Syntax= <source lang="C"> void truxton_investigation_set_id( uint64_t...")
- 15:49, 16 February 2021 Sam talk contribs created page Truxton investigation save (Created page with "Saves the information in the investigation object to the <code>[Investigation]</code> table in the database. =Syntax= <source lang="C"> int truxton_investigation_save( uint64...")
- 13:53, 16 February 2021 Sam talk contribs created page Truxton investigation destroy (Created page with "This destroys the investigation object. =Syntax= <source lang="C"> void truxton_investigation_destroy( uint64_t investigation_handle ); </source> =Parameters= ==<code>invest...")
- 05:46, 16 February 2021 Sam talk contribs created page Truxton investigation create (Created page with "This creates an investigation in Truxton. An investigation is a collection of media and the actions of analysts in that investigation. =Syntax= <source lang="C"> uint64_t tru...")
- 06:19, 15 February 2021 Sam talk contribs created page Truxton subject get birthday (Created page with "This retrieves the birthday of the subject. This corresponds to the <code>[Birthday]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> uint64_t tr...")
- 06:16, 15 February 2021 Sam talk contribs created page Truxton subject get custom (Created page with "This retrieves the description of the subject. This corresponds to the <code>[Custom]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void truxt...")
- 06:13, 15 February 2021 Sam talk contribs created page Truxton subject get picture (Created page with "This retrieves the photo of the subject. This corresponds to the <code>[PictureBase64Png]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void t...")
- 06:11, 15 February 2021 Sam talk contribs created page Truxton subject get description (Created page with "This retrieves the description of the subject. This corresponds to the <code>[Description]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void...")
- 06:11, 15 February 2021 Sam talk contribs created page Truxton subject get name (Created page with "This retrieves the name of the subject. This corresponds to the <code>[Name]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void truxton_suspec...")
- 06:08, 15 February 2021 Sam talk contribs created page Truxton subject get id (Created page with "This retrieves the identifier of the subject. This corresponds to the <code>[ID]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void truxton_su...")
- 03:58, 14 February 2021 Sam talk contribs created page Truxton subject tag (Created page with "This will tag the suspect. It will cause a record to be created in the <code>[Tagged]</code> table. =Syntax= <source lang="C"> void truxton_subject_tag( uint64_t subject_hand...")
- 03:55, 14 February 2021 Sam talk contribs created page Truxton subject set picture (Created page with "This allows you to set the picture of the subject. This will be stored in the <code>[PictureBase64Png]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lan...")
- 03:52, 14 February 2021 Sam talk contribs created page Truxton subject set birthday (Created page with "This allows you to set the date of birth of the subject. This will be stored in the <code>[DateOfBirth]</code> column of the <code>[Suspect]</code> table. =Syntax= <source la...")
- 03:49, 14 February 2021 Sam talk contribs created page Truxton subject set custom (Created page with "This allows you to set an arbitrary value associated with the subject. This will be stored in the <code>[Custom]</code> column of the <code>[Suspect]</code> table. =Syntax= <...")
- 03:46, 14 February 2021 Sam talk contribs created page Truxton subject set description (Created page with "This allows you to set a description of the subject. This will be stored in the <code>[Description]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="...")
- 03:44, 14 February 2021 Sam talk contribs created page Truxton subject set name (Created page with "This allows you to set the name of the subject. This will be stored in the <code>[Name]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void tru...")
- 17:10, 13 February 2021 Sam talk contribs created page Truxton subject set id (Created page with "This allows you to set the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] for the subject. This will be stored in the <code>[ID]</code> column of the <code...")
- 09:49, 13 February 2021 Sam talk contribs created page Truxton subject save (Created page with "This saves the information in the subject object to the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void truxton_subject_save( uint64_t subject_handle ); </sourc...")
- 09:46, 13 February 2021 Sam talk contribs created page Truxton subject destroy (Created page with "This frees the memory used by the subject object. =Syntax= <source lang="C"> void truxton_subject_destroy( uint64_t subject_handle ); </source> =Parameters= ==<code>subject_...")
- 09:35, 13 February 2021 Sam talk contribs created page Truxton subject create (Created page with "This creates an object you can use to record information about an investigative subject in Truxton. =Syntax= <source lang="C"> uint64_t truxton_subject_create( uint64_t truxt...")
- 09:26, 6 February 2021 Sam talk contribs created page Type Android Hyphen Data (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Android_Hyphen_Data</code> |- | File Type Value | 811 |- | Parent Type | None |- | Car...")
- 07:50, 6 February 2021 Sam talk contribs created page Truxton artifact tag (Created page with "This will tag the artifact. You can only tag an artifact after <code>truxton_artifact_save()</code> has been called. This will cause a record to be created in the <code>[T...")
- 07:03, 6 February 2021 Sam talk contribs created page Truxton artifact set type (Created page with "This sets the type of the artifact. This corresponds to the <code>[EntityTypeID]</code> column of the <code><nowiki>[</nowiki>Entity<nowiki>]</nowiki></code>...")
- 07:00, 6 February 2021 Sam talk contribs created page Truxton artifact get type (Created page with "This tells you what the artifact is. This information comes from the <code>[EntityTypeID]</code> column of the <code><nowiki>[</nowiki>Entity<nowiki>]</nowiki...")
- 06:50, 6 February 2021 Sam talk contribs created page Truxton location tag (Created page with "This will tag the location. =Syntax= <source lang="C"> void truxton_location_tag( uint64_t location_handle, char const * tag_name, char const * why, uint64_t origin ); </sour...")
- 04:18, 6 February 2021 Sam talk contribs created page Truxton event type get name (Created page with "This retrieves the name of the event type. This corresponds to the <code>[Name]</code> column of the <code>[EventType]</code> table. =Syntax= <source lang="C"> void truxton_e...")
- 04:11, 6 February 2021 Sam talk contribs created page Truxton event type set name (Created page with "This sets the nmae of the event type. This corresponds to the <code>[Name]</code> column of the <code>[EventType]</code> table. =Syntax= <source lang="C"> void truxton_event_...")