42 matches across 1 files for func main path:lib/application.js lang:JavaScript
snippet_mode: grep · sorted by relevance
lib/application.js JAVASCRIPT 42 matches · showing 5 view file →
57 */
58
59app.init = function init() {
60 var router = null;
61
· · ·
70 configurable: true,
71 enumerable: true,
72 get: function getrouter() {
73 if (router === null) {
74 router = new Router({
· · ·
88 */
89
90app.defaultConfiguration = function defaultConfiguration() {
91 var env = process.env.NODE_ENV || 'development';
92
· · ·
96 this.set('env', env);
97 this.set('query parser', 'simple')
98 this.set('subdomain offset', 2);
99 this.set('trust proxy', false);
100
· · ·
107 debug('booting in %s mode', env);
108
109 this.on('mount', function onmount(parent) {
110 // inherit trust proxy
111 if (this.settings[trustProxyDefaultSymbol] === true
+ 37 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.