/[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 19 by dpavlin, Mon Aug 18 18:32:55 2008 UTC revision 26 by dpavlin, Mon Aug 18 19:04:10 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 42  IDBSTOKEN Line 43  IDBSTOKEN
43  IDBSTOKPRE  IDBSTOKPRE
44  IDBSTOKSUF  IDBSTOKSUF
45  tcidbiterinit  tcidbiterinit
46    tcidbiternext
47    tcidbsync
48    tcidboptimize
49    tcidbvanish
50    tcidbcopy
51    tcidbpath
52  );  );
53    
54  =head1 NAME  =head1 NAME
# Line 121  use constant { Line 128  use constant {
128    
129  =head2 tcidbsearch  =head2 tcidbsearch
130    
131    my @ids = tcidbsearch( $idb, $word, IDBSSUBSTR )    my $ids = tcidbsearch( $idb, $word, IDBSSUBSTR );
132    
133  =cut  =cut
134    
# Line 135  use constant { Line 142  use constant {
142          IDBSTOKSUF => 6,                # token suffix matching          IDBSTOKSUF => 6,                # token suffix matching
143  };  };
144    
145    =head2 tcidbsearch2
146    
147      my $ids = tcidbsearch2( $idb, $expr );
148    
149  =head2 tcidbiterinit  =head2 tcidbiterinit
150    
151    my $success = tcidbiterinit;    my $success = tcidbiterinit( $idb );
152    
153    =head2 tcidbiternext
154    
155      my $id = tcidbiternext( $idb );
156    
157    =head2 tcidbsync
158    
159      my $success = tcidbsync( $idb );
160    
161    =head2 tcidboptimize
162    
163      my $success = tcidboptimize( $idb );
164    
165    =head2 tcidbvanish
166    
167      my $success = tcidbvanish( $idb );
168    
169    =head2 tcidbcopy
170    
171      my $success = tcidbcopy( $idb, '/path/of/copy' );
172    
173    =head2 tcidbpath
174    
175      my $path = tcidbpath( $idb );
176    
177  =cut  =cut
178    

Legend:
Removed from v.19  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26