- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 661 - 670 of about 10,000 for content_length:[100000 TO 499999] (0.1 sec)
-
patternUnits - SVG: Scalable Vector Graphics | MDN
The patternUnits attribute indicates which coordinate system to use for the geometry properties of the <pattern> element.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/patternUnitsRegistered: Wed Apr 16 01:00:58 UTC 2025 - Last Modified: Wed Apr 16 00:47:27 UTC 2025 - 137.2K bytes - Viewed (0) -
Copilot chat context
Interact with GitHub Copilot through AI-powered chat conversations in VS Code to generate code, increase your code understanding, and even configure your editor.code.visualstudio.com/docs/copilot/chat/copilot-chat-contextRegistered: Wed Apr 16 00:15:52 UTC 2025 - 99.7K bytes - Viewed (0) -
TypeScript in Visual Studio Code
code.visualstudio.com/docs/languages/typescriptRegistered: Wed Apr 16 00:17:24 UTC 2025 - 111.2K bytes - Viewed (0) -
Custom instructions for GitHub Copilot in VS Code
Learn how you can customize how GitHub Copilot generates code or tests for your project by defining a set of instructions.code.visualstudio.com/docs/copilot/copilot-customizationRegistered: Wed Apr 16 00:17:28 UTC 2025 - 124.4K bytes - Viewed (0) -
Use agent mode in VS Code
Use chat agent mode in VS Code to start an agentic code editing session to autonomously make edits and invoke tools. Use built-in tools, MCP tools, or tools from extensions.code.visualstudio.com/docs/copilot/chat/chat-agent-modeRegistered: Wed Apr 16 00:16:17 UTC 2025 - 107.3K bytes - Viewed (0) -
<font-face-format> - SVG: Scalable Vector Graph...
The <font-face-format> SVG element describes the type of font referenced by its parent <font-face-uri>.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/font-face-formatRegistered: Wed Apr 16 00:38:21 UTC 2025 - Last Modified: Tue Apr 15 00:51:19 UTC 2025 - 131.9K bytes - Viewed (0) -
Functions - JavaScript | MDN
Functions are one of the fundamental building blocks in JavaScript. A function in JavaScript is similar to a procedure—a set of statements that performs a task or calculates a value, but for a procedure to qualify as a function, it should take some input and return an output where there is some obvious relationship between the input and the output. To use a function, you must define it somewhere in the scope from which you wish to call it.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/FunctionsRegistered: Wed Apr 16 00:36:50 UTC 2025 - Last Modified: Tue Apr 15 00:50:48 UTC 2025 - 205.5K bytes - Viewed (0) -
Other content in SVG - SVG: Scalable Vector Gra...
Apart from graphic primitives like rectangles and circles, SVG offers a set of elements to embed other types of content in images as well.developer.mozilla.org/en-US/docs/Web/SVG/Tutorials/SVG_from_scratch/Other_content_in_SVG Similar Results (1)Registered: Wed Apr 16 00:37:42 UTC 2025 - Last Modified: Tue Apr 15 00:51:20 UTC 2025 - 134.3K bytes - Viewed (0) -
Operator precedence - JavaScript | MDN
Operator precedence determines how operators are parsed concerning each other. Operators with higher precedence become the operands of operators with lower precedence.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_precedenceRegistered: Wed Apr 16 00:38:57 UTC 2025 - Last Modified: Tue Apr 15 00:51:08 UTC 2025 - 200.2K bytes - Viewed (0) -
Memory management - JavaScript | MDN
Low-level languages like C, have manual memory management primitives such as malloc() and free(). In contrast, JavaScript automatically allocates memory when objects are created and frees it when they are not used anymore (garbage collection). This automaticity is a potential source of confusion: it can give developers the false impression that they don't need to worry about memory management.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Memory_management Similar Results (1)Registered: Wed Apr 16 00:36:37 UTC 2025 - Last Modified: Tue Apr 15 00:50:48 UTC 2025 - 180.9K bytes - Viewed (0)