PageRenderTime 24ms queryTime 44ms sortTime 0ms getByIdsTime 45ms findMatchingLines 1ms

2+ results for 'nginxcoremodule' (24 ms)

Not the results you expected?
app.rb https://github.com/gchef/nginx-cookbook.git | Ruby | 38 lines
                    
7
                    
8# http://wiki.nginx.org/NginxCoreModule#error_log
                    
9attribute :error_log,             :kind_of => String,  :default => ""
                    
                
parse_nginxcore.py git://github.com/duckduckgo/zeroclickinfo-fathead.git | Python | 56 lines
                    
52      if len(sys.argv) == 1 or sys.argv[1].lower() == 'tsv':
                    
53        print "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s"%(name,'',url,description,synopsis[4:],'','nginxcoremodule','en')
                    
54      if sys.argv[1].lower() == 'sql':
                    
54      if sys.argv[1].lower() == 'sql':
                    
55        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,description.replace("'","\\'"),synopsis.replace("'","\\'"),'nginx core module','nginxcoremodule','en')
                    
56
                    
                
 

Source

Language