- DAEMON_ICON_IMAGE - Static variable in class gui.ProfileModuleTab
-
- data - Variable in class model.Event
-
Data associated with the event, the type of data depends on the creating module.
- data - Variable in class modules.configuration.XmlQueryConfig
-
- DATA_FLAVOR - Static variable in class gui.FileDrop.TransferableObject
-
The default
DataFlavor
for
FileDrop.TransferableObject
has the representation class
net.iharder.dnd.TransferableObject.class and the MIME type
application/x-net.iharder.dnd.TransferableObject.
- DEBUG_LOGGER - Static variable in class configuration.Log
-
Logger for debug messages.
- decodeParameters(Map<String, String>) - Method in class fi.iki.elonen.NanoHTTPD
-
Decode parameters from a URL, handing the case where a single parameter
name might have been supplied several times, by return lists of values.
- decodeParameters(String) - Method in class fi.iki.elonen.NanoHTTPD
-
Decode parameters from a URL, handing the case where a single parameter
name might have been supplied several times, by return lists of values.
- decodePercent(String) - Method in class fi.iki.elonen.NanoHTTPD
-
Decode percent encoded String
values.
- DEFAULT_PERIOD - Static variable in class com.bric.plaf.AquaSpinningProgressBarUI
-
The default duration (in ms) it takes to complete a cycle.
- DEFAULT_PERIOD - Static variable in class com.bric.plaf.BasicSpinningProgressBarUI
-
The default duration (in ms) it takes to complete a cycle.
- DefaultAsyncRunner() - Constructor for class fi.iki.elonen.NanoHTTPD.DefaultAsyncRunner
-
- defaults - Variable in class modules.configuration.GeneralExecutableModuleConfig
-
- defaults - Variable in class modules.GeneralExecutableModuleConfig
-
- DefaultTempFile(String) - Constructor for class fi.iki.elonen.NanoHTTPD.DefaultTempFile
-
- DefaultTempFileManager() - Constructor for class fi.iki.elonen.NanoHTTPD.DefaultTempFileManager
-
- delete(String) - Method in class fi.iki.elonen.NanoHTTPD.CookieHandler
-
Set a cookie with an expiration date from a month ago, effectively
deleting it on the client side.
- delete() - Method in class fi.iki.elonen.NanoHTTPD.DefaultTempFile
-
- delete() - Method in interface fi.iki.elonen.NanoHTTPD.TempFile
-
- DELETE - Static variable in class gui.ProfilePartsTab
-
- deleteAllMetadata() - Method in class controller.ExtractionController
-
Deletes all extracted information.
- deleteAllMetadata() - Method in class controller.ProfileController
-
Deletes all extracted information.
- deleteAllMetadata() - Method in class controller.StorageController
-
Deletes all extracted data from the storage.
- deleteAllMetadata() - Method in class model.Profile
-
Deletes all extracted information.
- deleteAllMetadata() - Method in class storage.FileStorageInterface
-
- deleteAllMetadata() - Method in class storage.GeneralStorage
-
- deleteAllMetadata() - Method in class storage.MAPDBStorageInterface
-
- deleteDirectory(String) - Static method in class utility.FileUtils
-
- deleteExtractedInformation() - Method in class model.ExtractionResultCollection
-
Deletes all extracted information
- deleteFile(String) - Static method in class utility.FileUtils
-
- deleteFile(Path) - Static method in class utility.FileUtils
-
- deleteFileTest() - Method in class utility.FileUtilsTest
-
- deleteMetadataTest() - Method in class model.MetadataCollectionTest
-
- deleteMetadataTest() - Method in class model.ProfileTest
-
- description - Variable in class modules.GeneralNativeCommandModule
-
- description - Variable in class modules.NativeProcessIterativeDaemonModule
-
- destination - Variable in class main.StartCommands.CliParameters
-
- device - Variable in class modules.LSOFMonitoringDaemon.LSOFout
-
- Diff(diff_match_patch.Operation, String) - Constructor for class name.fraser.neil.plaintext.diff_match_patch.Diff
-
Constructor.
- diff_bisect(String, String, long) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Find the 'middle snake' of a diff, split the problem in two and return
the recursively constructed diff.
- diff_charsToLines(LinkedList<diff_match_patch.Diff>, List<String>) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Rehydrate the text in a diff from a string of line hashes to real lines
of text.
- diff_cleanupEfficiency(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Reduce the number of edits by eliminating operationally trivial
equalities.
- diff_cleanupMerge(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Reorder and merge like edit sections.
- diff_cleanupSemantic(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Reduce the number of edits by eliminating semantically trivial
equalities.
- diff_cleanupSemanticLossless(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Look for single edits surrounded on both sides by equalities which can be
shifted sideways to align the edit to a word boundary.
- diff_commonOverlap(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Determine if the suffix of one string is the prefix of another.
- diff_commonPrefix(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Determine the common prefix of two strings
- diff_commonSuffix(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Determine the common suffix of two strings
- Diff_EditCost - Variable in class name.fraser.neil.plaintext.diff_match_patch
-
Cost of an empty edit operation in terms of edit characters.
- diff_fromDelta(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Given the original text1, and an encoded string which describes the
operations required to transform text1 into text2, compute the full diff.
- diff_halfMatch(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Do the two texts share a substring which is at least half the length of
the longer text? This speedup can produce non-minimal diffs.
- diff_levenshtein(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Compute the Levenshtein distance; the number of inserted, deleted or
substituted characters.
- diff_linesToChars(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Split two texts into a list of strings.
- diff_main(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Find the differences between two texts.
- diff_main(String, String, boolean) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Find the differences between two texts.
- diff_match_patch - Class in name.fraser.neil.plaintext
-
Class containing the diff, match and patch methods.
- diff_match_patch() - Constructor for class name.fraser.neil.plaintext.diff_match_patch
-
- diff_match_patch.Diff - Class in name.fraser.neil.plaintext
-
Class representing one diff operation.
- diff_match_patch.LinesToCharsResult - Class in name.fraser.neil.plaintext
-
Internal class for returning results from diff_linesToChars().
- diff_match_patch.Operation - Enum in name.fraser.neil.plaintext
-
The data structure representing a diff is a Linked list of Diff objects:
{Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add
"Goodbye" and keep " world."
- diff_match_patch.Patch - Class in name.fraser.neil.plaintext
-
Class representing one patch operation.
- diff_prettyHtml(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Convert a Diff list into a pretty HTML report.
- diff_text1(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Compute and return the source text (all equalities and deletions).
- diff_text2(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Compute and return the destination text (all equalities and insertions).
- Diff_Timeout - Variable in class name.fraser.neil.plaintext.diff_match_patch
-
Number of seconds to map a diff before giving up (0 for infinity).
- diff_toDelta(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
Crush the diff into an encoded string which describes the operations
required to transform text1 into text2.
- diff_xIndex(LinkedList<diff_match_patch.Diff>, int) - Method in class name.fraser.neil.plaintext.diff_match_patch
-
loc is a location in text1, compute and return the equivalent location in
text2.
- diffs - Variable in class name.fraser.neil.plaintext.diff_match_patch.Patch
-
- digitalObjects - Variable in class main.MainTest
-
- DirectoryMonitorModule - Class in modules
-
- DirectoryMonitorModule() - Constructor for class modules.DirectoryMonitorModule
-
- DirectoryMonitorModuleConfig - Class in modules.configuration
-
- DirectoryMonitorModuleConfig() - Constructor for class modules.configuration.DirectoryMonitorModuleConfig
-
- directoryWatcher - Variable in class modules.DirectoryMonitorModule
-
- DISK_ICON_IMAGE - Static variable in class gui.ProfileModuleTab
-
- DisplayInformation() - Constructor for class modules.GraphicProperiesModule.DisplayInformation
-
- displayInformation - Variable in class modules.GraphicProperiesModule.GraphicProperies
-
- divider - Static variable in class modules.HandleMonitorModule
-
- dump(Object) - Static method in class storage.StringDump
-
Uses reflection and recursion to dump the contents of the given object
using a custom, JSON-like notation (but not JSON).
- dump(Object, boolean) - Static method in class storage.StringDump
-
Uses reflection and recursion to dump the contents of the given object
using a custom, JSON-like notation (but not JSON).