{"json_modified": "2015-04-23T01:34:20.407887", "slug": "Web/JavaScript/Referencje/Obiekty/decodeURI", "tags": ["JavaScript"], "locale": "pl", "title": "decodeURI()", "translations": [{"title": "decodeURI()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/decodeURI", "tags": ["R\u00e9f\u00e9rence", "Reference", "JavaScript"], "summary": "La m\u00e9thode decodeURI() permet de d\u00e9coder un Uniform Resource Identifier (URI) cr\u00e9\u00e9 par la m\u00e9thode encodeURI() ou une m\u00e9thode similaire.", "localization_tags": [], "locale": "fr", "last_edit": "2015-02-21T05:55:41", "review_tags": []}, {"title": "decodeURI()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURI", "tags": ["JavaScript"], "summary": "The decodeURI() function decodes a Uniform Resource Identifier (URI) previously created by encodeURI or by a similar routine.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-02-12T12:13:42", "review_tags": []}, {"title": "decodeURI()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/decodeURI", "tags": ["encodeURI", "decodeURIComponent", "encodeURIComponent"], "summary": "encodeURI\u3001\u307e\u305f\u306f\u305d\u308c\u306b\u985e\u4f3c\u3057\u305f\u30eb\u30fc\u30c1\u30f3\u306b\u3088\u3063\u3066\u4f5c\u6210\u3055\u308c\u305f URI (Uniform Resource Identifier) \u3092\u30c7\u30b3\u30fc\u30c9\u3057\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2015-04-15T00:44:54", "review_tags": []}, {"title": "decodeURI()", "url": "/es/docs/Web/JavaScript/Referencia/Objetos_globales/decodeURI", "tags": ["JavaScript", "URI"], "summary": "Decodifica un Identificador de Recurso Uniforme (Uniform Resource Identifier, URI) previamente creado por encodeURI o por una rutina similar.", "localization_tags": [], "locale": "es", "last_edit": "2015-04-23T01:17:25", "review_tags": []}, {"title": "decodeURI()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/decodeURI", "tags": [], "summary": "\u5c06\u5148\u524d\u7ecf\u8fc7encodeURI\u51fd\u6570\u6216\u8005\u5176\u4ed6\u7c7b\u4f3c\u65b9\u6cd5\u7f16\u7801\u8fc7\u7684\u5b57\u7b26\u4e32\u8fdb\u884c\u89e3\u7801.", "localization_tags": [], "locale": "zh-CN", "last_edit": "2015-04-23T01:17:38", "review_tags": []}, {"title": "decodeURI()", "url": "/it/docs/Web/JavaScript/Reference/Global_Objects/decodeURI", "tags": [], "summary": "La funzione\u00a0decodeURI()\u00a0decodifica un URI creato da encodeURI() o una funzione simile.", "localization_tags": [], "locale": "it", "last_edit": "2015-04-12T11:52:47", "review_tags": []}], "modified": "2015-04-23T01:34:18", "label": "decodeURI()", "localization_tags": [], "url": "/pl/docs/Web/JavaScript/Referencje/Obiekty/decodeURI", "last_edit": "2015-04-23T01:33:45", "summary": "Dekoduje Jednolity Identyfikator Zasobu (URI) utworzony wcze\u015bniej przez funkcj\u0119 encodeURI() lub podobn\u0105.", "sections": [{"id": "Quick_Links", "title": "JavaScript Tutorials: JavaScript Guide Introduction Grammar and types Control flow and error handling Loops and iteration Functions Expressions and operators Numbers and dates Text formatting Regular expressions Indexed collections Keyed collections Working with objects Details of the object model Iterators and generators Meta programming Introductory JavaScript basics JavaScript technologies overview Introduction to Object Oriented JavaScript Intermediate A re-introduction to JavaScript JavaScript data structures Equality comparisons and sameness Closures Advanced Inheritance and the prototype chain Strict mode JavaScript typed arrays Memory Management Concurrency model and Event Loop References: Built-in objects Obiekty Array ArrayBuffer [Translate] Boolean DataView [Translate] Date Error [Translate] EvalError [Translate] Float32Array [Translate] Float64Array [Translate] Function Generator [Translate] GeneratorFunction [Translate] Infinity Int16Array [Translate] Int32Array [Translate] Int8Array [Translate] InternalError [Translate] Intl [Translate] Intl.Collator [Translate] Intl.DateTimeFormat [Translate] Intl.NumberFormat [Translate] Iterator [Translate] JSON [Translate] Map [Translate] Math NaN Number Object ParallelArray [Translate] Promise [Translate] Proxy [Translate] RangeError [Translate] ReferenceError [Translate] Reflect [Translate] RegExp Set [Translate] StopIteration [Translate] String Symbol [Translate] SyntaxError [Translate] TypeError [Translate] TypedArray [Translate] URIError [Translate] Uint16Array Uint32Array [Translate] Uint8Array [Translate] Uint8ClampedArray [Translate] WeakMap [Translate] WeakSet [Translate] decodeURI() decodeURIComponent() encodeURI() encodeURIComponent() escape() [Translate] eval() [Translate] isFinite() isNaN() null [Translate] parseFloat() parseInt() undefined unescape() [Translate] uneval() [Translate] Expressions & operators Operatory Operatory arytmetyczne Array comprehensions [Translate] Operatory przypisania Bitwise operators [Translate] Operator przecinkowy Operatory por\u00f3wnania Operator warunkowy Destructuring assignment [Translate] Expression closures [Translate] Generator comprehensions [Translate] Grouping operator [Translate] Legacy generator function expression [Translate] Logical Operators [Translate] Object initializer [Translate] Pierwsze\u0144stwo operator\u00f3w Operatory pami\u0119ci Spread operator [Translate] class expression [Translate] Operator delete Operator function function* expression [Translate] Operator in Operator instanceof Operator new super [Translate] this Operator typeof Operator void yield [Translate] yield* [Translate] Statements & declarations Polecenia Legacy generator function [Translate] block break class [Translate] const continue [Translate] debugger [Translate] do...while empty [Translate] export for for each...in [Translate] for...in [Translate] for...of [Translate] function function* [Translate] if...else import etykieta let [Translate] return switch throw try...catch [Translate] var while with [Translate] Functions Functions [Translate] arguments Arrow functions [Translate] Default parameters [Translate] Method definitions [Translate] Rest parameters [Translate] getter [Translate] setter [Translate] Classes Classes [Translate] constructor [Translate] extends [Translate] static [Translate] Misc Lexical grammar JavaScript data structures Enumerability and ownership of properties Iteration protocols Strict mode Transitioning to strict mode Template strings Deprecated features New in JavaScript New in JavaScript ECMAScript 5 support in Mozilla [Translate] ECMAScript 6 support in Mozilla [Translate] ECMAScript 7 support in Mozilla [Translate] Firefox JavaScript changelog [Translate] New in JavaScript 1.1 [Translate] New in JavaScript 1.2 [Translate] New in JavaScript 1.3 [Translate] New in JavaScript 1.4 [Translate] Nowo\u015bci w JavaScript 1.5 Nowo\u015bci w JavaScript 1.6 Nowo\u015bci w JavaScript 1.7 Nowo\u015bci w JavaScript 1.8 New in JavaScript 1.8.1 [Translate] New in JavaScript 1.8.5 [Translate] Documentation: Useful lists All pages index Methods index Properties index Pages tagged \"JavaScript\" Contribute JavaScript doc status The MDN project"}, {"id": "Podsumowanie", "title": "Podsumowanie"}, {"id": "Sk.C5.82adnia", "title": "Sk\u0142adnia"}, {"id": "Parametry", "title": "Parametry"}, {"id": "Opis", "title": "Opis"}, {"id": "Zobacz_tak.C5.BCe", "title": "Zobacz tak\u017ce"}], "id": 37918, "review_tags": []}