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
window.ParsleyConfig = { | |
validators: { | |
cpf: { | |
fn: function(val, req) { | |
val = $.trim(val); | |
val = val.replace('.', ''); | |
val = val.replace('.', ''); | |
cpf = val.replace('-', ''); |
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
[{"codigo_ibge":5200050,"nome_municipio":"Abadia de Goiás","capital":false,"codigo_uf":52,"uf":"GO","estado":"Goiás","latitude":-16.7573,"longitude":-49.4412},{"codigo_ibge":3100104,"nome_municipio":"Abadia dos Dourados","capital":false,"codigo_uf":31,"uf":"MG","estado":"Minas Gerais","latitude":-18.4831,"longitude":-47.3916},{"codigo_ibge":5200100,"nome_municipio":"Abadiânia","capital":false,"codigo_uf":52,"uf":"GO","estado":"Goiás","latitude":-16.197,"longitude":-48.7057},{"codigo_ibge":3100203,"nome_municipio":"Abaeté","capital":false,"codigo_uf":31,"uf":"MG","estado":"Minas Gerais","latitude":-19.1551,"longitude":-45.4444},{"codigo_ibge":1500107,"nome_municipio":"Abaetetuba","capital":false,"codigo_uf":15,"uf":"PA","estado":"Pará","latitude":-1.72183,"longitude":-48.8788},{"codigo_ibge":2300101,"nome_municipio":"Abaiara","capital":false,"codigo_uf":23,"uf":"CE","estado":"Ceará","latitude":-7.34588,"longitude":-39.0416},{"codigo_ibge":2900108,"nome_municipio":"Abaíra","capital":false,"codigo_uf":29,"uf":"B |
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
A1OONgAlKFU1i8QtoOyiEvVLKlE1TKmOKWWZIs+kYhqVugZkmxR9QyXjFOocoNZJJb2DUkUDpRLloFRqoZQeqqQmUgkXFWxExUeSNBJEJ0GaqRI3QbUTqZ9QDVXUUkCeElMhVxWyFUqV+gqlYqxUImelEtZCqZK3Kkl3VRJ7xV8qaTAq1WFVi6l4LFWTVeqyZDOSz1IYjarTVK2mEuk1lDJbyW2S2k3qN8pwKJYjnquYTrkOynaA70A1HoTzJLEeSvajUgZEqRTDolQqL6JUonNRKqWhVSKORqnKnSiV5FqUKtybSlTeRalULYhSSc2IUglnC4rcb+88OUGRJ+ap7y0oAu5v40ODYpGCwBTxpfsKioD72/jQoFiEZ5qRoEjpd1bFiYD72/jQoFiEFAZmb57poEjpd1aljYD72/jQoFjksYp4q6AIuL+NDw2KxSI9jJDShmDGiP8Veoo0Shf5FRQxZqU+QZHS76yKE4tQTJt4rAq9uSNeWxECw1i31gym+4oAdUNdRB5mrLvvC2NQDfBWaSMPMwZUmPckMl+6uxiAImqvvfoxQZHF+jfPNIdpE49VoTd3LOIwM6aeX9eKE3G+x3YThqH+rp4tRoIiHw7Ivbs7GzBXkwsEPAE3t1BgoE6EhDN2c3F1mu59d7ub07YDhwIDcUUa4YzdXFydpnvf3e7mtO3AocBAXBEnnLGbi6vTdO+7292cth04FBiIKxZhjkurNw8oDnl1QZZv8BYa5N4jxpN6C4pYQZh4rAq9uWMR53tsN2GYni1GgiIknDEXCBjYPY13d3Pbx26uUGCgZqQRzpgLBAzsnsa7u7ntYzdXKDBQM+KEM+YCAQO7p/Hubm772M0VCgzUjEUApW9GVMmrnLQRh5G7SM8WI0EREnqPNELvESf0HosUBKaIL91XUETNYKcYoEjaWATwC1Y9W4wERT70FiGhd5fHkUboLeKE3mKRXzYz8CLtk6DIsTfYaZ9EBBtsLWox8CIRimkTj1WhN3fk2BvstE+u2WJE |
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
{ | |
"workbench.colorCustomizations": { | |
"[One Dark Pro]": { | |
"activityBar.background": "#0c0c0c", | |
"editor.background": "#000000", | |
"editorGroupHeader.tabsBackground": "#0c0c0c", | |
"tab.inactiveBackground": "#000000", | |
"tab.activeBackground": "#111111", | |
"sideBar.background": "#050505", | |
"sideBarSectionHeader.background": "#111111", |
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
;; Remover boas vindas | |
(setq inhibit-startup-message t) | |
;; Remover Menus | |
(tool-bar-mode -1) | |
(menu-bar-mode -1) | |
;; Remover barra de rolagem | |
(scroll-bar-mode -1) |