View class-gravityforms.php
This file contains 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 | |
class Affiliate_WP_Gravity_Forms extends Affiliate_WP_Base { | |
/** | |
* Register hooks for this integration | |
* | |
* @access public | |
*/ | |
public function init() { |
View dotfiles
This file contains 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
# | |
# Configuration files for Manjaro i3 on Lenovo Yoga 2 pro | |
# to scale properly on HiDPI (3200x1800) | |
# | |
##################################################### | |
~/.profile # | |
##################################################### | |
# UI element scaling, icons | |
export GDK_SCALE=2 |
View custom-desktop-input-size.css
This file contains 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
.lf-is-not-touch .lf-input-text, | |
.lf-is-not-touch .lf-input-number, | |
.lf-is-not-touch .lf-input-phone, | |
.lf-is-not-touch .lf-input-date, | |
.lf-is-not-touch .lf-input-time, | |
.lf-is-not-touch .lf-input-terminal-number, | |
.lf-is-not-touch .lf-input-select, | |
.lf-is-not-touch .lf-input-multiselect-wrapper, | |
.lf-is-not-touch .lf-input-fileupload, | |
.lf-is-not-touch .lf-jumper-field, |
View custom.css
This file contains 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
.lf-input-textarea { | |
height: 10em; | |
} |
View custom.css
This file contains 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
.lf-input-text, | |
.lf-input-number, | |
.lf-input-phone, | |
.lf-input-date, | |
.lf-input-time, | |
.lf-input-terminal-number, | |
.lf-input-select, | |
.lf-input-multiselect-wrapper, | |
.lf-input-fileupload, | |
.lf-jumper-field, |
View municipios.yml
This file contains 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
--- | |
- :state: :go | |
:city: Abadia de Goiás | |
:city_code: 5200050 | |
- :state: :mg | |
:city: Abadia dos Dourados | |
:city_code: 3100104 | |
- :state: :go | |
:city: Abadiânia | |
:city_code: 5200100 |