X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=blobdiff_plain;f=lib%2FFile%2FKDBX%2FConstants.pm;h=a099ec8517f75909ac4ff700ec943a33aaffbaea;hp=6f88b252cb35092be24d1b59d1dc744776336f34;hb=331a54019664704eb4a10186cb4abd7a2a722f30;hpb=c98fc7d0294e641cf8844306808333bdec4fea2f diff --git a/lib/File/KDBX/Constants.pm b/lib/File/KDBX/Constants.pm index 6f88b25..a099ec8 100644 --- a/lib/File/KDBX/Constants.pm +++ b/lib/File/KDBX/Constants.pm @@ -129,6 +129,11 @@ BEGIN { DEFAULT_MAX_ITEMS => 10, DEFAULT_MAX_SIZE => 6_291_456, # 6 M }, + iteration => { + ITERATION_BFS => dualvar(1, 'bfs'), + ITERATION_DFS => dualvar(2, 'dfs'), + ITERATION_IDS => dualvar(3, 'ids'), + }, icon => { __prefix => 'ICON', PASSWORD => dualvar( 0, 'Password'), @@ -529,6 +534,15 @@ Constants for history-related default values: = C = C +=head2 :iteration + +Constants for searching algorithms. + +=for :list += C - Iterative deepening search += C - Breadth-first search += C - Depth-first search + =head2 :icon Constants for default icons used by KeePass password safe implementations: