This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # -*- coding: utf-8 -*- | |
| #= RDoc to LaTeX | |
| #Author:: wocota (mailto:wocota@gmail.com) | |
| #Require:: RDoc >= 2.4.3 | |
| #Require:: image_size | |
| require 'rubygems' | |
| require 'rdoc/markup' | |
| require 'rdoc/markup/to_latex' | |
| require 'image_size' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // delicious incremental search | |
| // @author wocota <wocota@gmail.com> | |
| // @require Delicious Bookmarks https://addons.mozilla.org/en-US/firefox/addon/3615 | |
| liberator.plugins.DeliciousIncSearch = (function(){ | |
| // instance value | |
| const SS = Cc["@mozilla.org/storage/service;1"].getService(Ci.mozIStorageService); | |
| var dbc; | |
| // private method |