2+ results for 'nginxcoremodule' (0 ms)

Not the results you expected?

parse_nginxcore.py (git://github.com/duckduckgo/zeroclickinfo-fathead.git) Python · 56 lines

51 if name != '':

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':

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')

app.rb (https://github.com/gchef/nginx-cookbook.git) Ruby · 38 lines

6 attribute :access_log_format, :kind_of => String, :default => "default"

7

8 # http://wiki.nginx.org/NginxCoreModule#error_log

9 attribute :error_log, :kind_of => String, :default => ""

10 attribute :error_log_format, :kind_of => String, :default => "crit" # debug | info | notice | warn | error | crit | alert | emerg