PageRenderTime 81ms queryTime 46ms sortTime 0ms getByIdsTime 9ms findMatchingLines 0ms

1+ results for 'apache2directive' (81 ms)

Not the results you expected?
parse_apache2option.py git://github.com/duckduckgo/zeroclickinfo-fathead.git | Python | 40 lines
                    
36    if len(sys.argv) == 1 or sys.argv[1].lower() == 'tsv':
                    
37      print "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s"%(name,'',url,desc,synopsis,'','apache2directive','en')
                    
38    if sys.argv[1].lower() == 'sql':
                    
38    if sys.argv[1].lower() == 'sql':
                    
39      print '''INSERT INTO functions (`id`, `name`, `namespace`, `url`, `description`, `synopsis`, `detail`, `type`, `lang`) VALUES (NULL, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s');'''%(name,'',url,desc.replace("'","\\'"),synopsis.replace("'","\\'"),'apache apache2 directive apache2.2','apache2directive','en')
                    
40
                    
                
 

Source

Language