diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/pt-pt/glossary/wrapper | |
parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip |
remove retired locales (#699)
Diffstat (limited to 'files/pt-pt/glossary/wrapper')
-rw-r--r-- | files/pt-pt/glossary/wrapper/index.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/files/pt-pt/glossary/wrapper/index.html b/files/pt-pt/glossary/wrapper/index.html deleted file mode 100644 index dbc16d0857..0000000000 --- a/files/pt-pt/glossary/wrapper/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Wrapper -slug: Glossary/Wrapper -tags: - - CodingScripting - - Glossary - - Glossário - - Wrapper -translation_of: Glossary/Wrapper -original_slug: Glossário/Wrapper ---- -<p>Em linguagem de programação, tal como JavaScript, um <em>wrapper </em>é uma função destinada a chamar uma ou mais outras funções, às vezes apenas por conveniência, e às vezes adaptando-as para executar uma tarefa ligeiramente diferente no processo.</p> - -<p>Por exemplo, bibliotecas SDK para AWS são exemplos de <em>wrappers</em>.</p> - -<h2 id="Saber_mais">Saber mais</h2> - -<h3 id="Conhecimentto_geral">Conhecimentto geral</h3> - -<p>{{Interwiki("wikipedia", "Wrapper function")}} na Wikipédia (inglês)</p> - -<section class="Quick_links" id="Quick_Links"> -<ol> - <li><a href="https://developer.mozilla.org/pt-PT/docs/Gloss%C3%A1rio">MDN Web Docs - Glossá</a>rio - - <ol> - <li>{{Glossary("API")}}</li> - <li>{{Glossary("Class")}}</li> - <li>{{Glossary("Function")}}</li> - </ol> - </li> -</ol> -</section> |