38 matches across 1 files for error lang:JavaScript lang:JavaScript lang:JavaScript path:src/librustdoc/html/static/js/main.js
snippet_mode: auto · sorted by relevance
src/librustdoc/html/static/js/main.js JAVASCRIPT 38 matches · showing 5 view file →
119 el.className = classes;
120 // MAIN_ID exists, and is not the root
121 // @ts-expect-error
122 insertAfter(el, document.getElementById(MAIN_ID));
123 }
· · ·
203 * Run a JavaScript file asynchronously.
204 * @param {string} url
205 * @param {function(): any} [errorCallback]
206 */
207 function loadScript(url, errorCallback) {
· · ·
207 function loadScript(url, errorCallback) {
208 const script = document.createElement("script");
209 script.src = url;
· · ·
210 if (errorCallback !== undefined) {
211 script.onerror = errorCallback;
212 }
· · ·
211 script.onerror = errorCallback;
212 }
213 document.head.append(script);
+ 33 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.