This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const form = document.getElementById('form'); | |
| const inputs = { | |
| nome: document.getElementById('nome'), | |
| idade: document.getElementById('idade'), | |
| descricao: document.getElementById('descricao'), | |
| conteudo: document.getElementById('conteudo'), | |
| }; | |
| form.addEventListener('submit', (e) => { | |
| e.preventDefault(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| Name=PopSQL | |
| Comment=Pop SQL | |
| GenericName=Database Manager | |
| Exec=/home/matheus.andrade/Applications/PopSQL-1.0.48.AppImage | |
| Icon=/home/matheus.andrade/Applications/popsql.png | |
| Type=Application | |
| StartupNotify=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PSR12" xsi:noNamespaceSchemaLocation="../../../phpcs.xsd"> | |
| <description>The PSR-12 coding standard.</description> | |
| <arg name="tab-width" value="4"/> | |
| <!-- 2. General --> | |
| <!-- 2.1 Basic Coding Standard --> | |
| <!-- Code MUST follow all rules outlined in PSR-1. --> |
OlderNewer