Please see: https://github.com/kevinSuttle/html-meta-tags, thanks for the idea @dandv!
Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
| <?php | |
| namespace Webloader; | |
| use Nette\String, lessc; | |
| /** | |
| * Less CSS filter | |
| * | |
| * @author Jan Marek |
| <?php | |
| class GravatarPresenter extends \Nette\Application\UI\Presenter | |
| { | |
| public function actionDefault($email, $size = 80) | |
| { | |
| $this->sendResponse(new GravatarResponse($email, $size)); | |
| } | |
| } |
| <?php | |
| abstract class BaseModel extends Nette\Object | |
| { | |
| /** @var NotORM */ | |
| protected $connection; | |
| /** |
| # vi: ft=dosini | |
| [user] | |
| name = Pavan Kumar Sunkara | |
| email = [email protected] | |
| username = pksunkara | |
| [core] | |
| editor = nvim | |
| whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
| pager = delta | |
| [column] |
| <?php | |
| namespace Models; | |
| /** | |
| * Base model | |
| * @link http://wiki.nette.org/cs/cookbook/dynamicke-nacitani-modelu | |
| * @author Majkl578 | |
| */ | |
| abstract class Base extends \Nette\Object |
| /** | |
| * Beta | |
| * | |
| * Sibling of netteForms.js "rewritten to jQuery" | |
| * @author Pavel Kučera | |
| * @author David Grudl author of netteForms.js, of the idea and the one who I copied from | |
| * | |
| * Disclaimer: I'm not a javascript programmer, actually I hate javascript, so consider that please if you want to complain about quality of this utility. | |
| * | |
| * Dependencies |
| <?php | |
| use Nette\Forms\Form, | |
| Nette\Forms\Controls\TextInput; | |
| class AntispamControl extends TextInput | |
| { | |
| /** | |
| * @return void |
| <?php | |
| use \Nette\Utils\Json; | |
| /** | |
| * Minimalistic Google OAuth2 connector | |
| * @author Mikuláš Dítě | |
| * @license BSD-3 | |
| */ | |
| class Google extends Nette\Object |
| // Bootstrap's fluid grid | |
| #grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth); |