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
<?php | |
namespace App\Controller; | |
class AppController extends Controller | |
{ | |
/** | |
* Initialization hook method. | |
* | |
* Use this method to add common initialization code like loading components. | |
* |
This file has been truncated, but you can view the full file.
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
SET UTF-8 | |
TRY áàãâéêíóõôúüçesianrtolcdugmphbyfvkwjqxz | |
# VERO - Verificador Ortográfico Livre - Versão 3.2 | |
# Copyright (C) 2006 - 2013 por Raimundo Santos Moura | |
# <[email protected]> | |
# Brasil - outubro 2013 | |
# Este é um dicionário para correção ortográfica da língua Portuguesa | |
# para o Hunspell. | |
# Este programa é livre e pode ser redistribuído e/ou modificado nos |
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
#!/bin/bash | |
# First, download, extract and join the resource path | |
wget https://github.com/pgmodeler/pgmodeler/archive/refs/tags/v0.9.4.tar.gz -O pgmodeler-0.9.4.tar.gz | |
tar -zxvf pgmodeler-0.9.4.tar.gz | |
cd pgmodeler-0.9.4 | |
# Get the plugins project using git | |
git clone https://github.com/pgmodeler/plugins.git |
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
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_size = 2 | |
indent_style = space | |
insert_final_newline = true | |
trim_trailing_whitespace = true | |
quote_type = single |
OlderNewer