/[webpac]/trunk2/out/js/search.js
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 /trunk2/out/js/search.js

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

revision 559 by dpavlin, Sat Oct 23 23:30:40 2004 UTC revision 560 by dpavlin, Sat Oct 30 23:04:37 2004 UTC
# Line 27  Line 27 
27    
28  // Constants  // Constants
29  var conversion = new String  var conversion = new String
30          ("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXY");          ("0123456789abcdefghijklmnopqrstuvwxyz");
31    
32  // State variables  // State variables
33  var query_left = "";  var query_left = "";
# Line 92  function debug(msg) { Line 92  function debug(msg) {
92          }          }
93  }  }
94    
95  // Convert a number into a base 62 alphanumeric number string  // Convert a number into a base x alphanumeric number string
96  function convert(num) {  function convert(num) {
97          var base = conversion.length;          var base = conversion.length;
98          var pow = 1;          var pow = 1;

Legend:
Removed from v.559  
changed lines
  Added in v.560

  ViewVC Help
Powered by ViewVC 1.1.26