/[Search-TokyoDystopia]/lib/Search/TokyoDystopia.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Search/TokyoDystopia.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21 by dpavlin, Mon Aug 18 18:48:33 2008 UTC revision 22 by dpavlin, Mon Aug 18 18:53:39 2008 UTC
# Line 34  tcidbput Line 34  tcidbput
34  tcidbout  tcidbout
35  tcidbget  tcidbget
36  tcidbsearch  tcidbsearch
37    tcidbsearch2
38  IDBSSUBSTR  IDBSSUBSTR
39  IDBSPREFIX  IDBSPREFIX
40  IDBSSUFFIX  IDBSSUFFIX
# Line 123  use constant { Line 124  use constant {
124    
125  =head2 tcidbsearch  =head2 tcidbsearch
126    
127    my @ids = tcidbsearch( $idb, $word, IDBSSUBSTR )    my $ids = tcidbsearch( $idb, $word, IDBSSUBSTR );
128    
129  =cut  =cut
130    
# Line 137  use constant { Line 138  use constant {
138          IDBSTOKSUF => 6,                # token suffix matching          IDBSTOKSUF => 6,                # token suffix matching
139  };  };
140    
141    =head2 tcidbsearch2
142    
143      my $ids = tcidbsearch2( $idb, $expr );
144    
145  =head2 tcidbiterinit  =head2 tcidbiterinit
146    
147    my $success = tcidbiterinit( $idb );    my $success = tcidbiterinit( $idb );

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26