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
| {namespace v=FluidTYPO3\Vhs\ViewHelpers} | |
| {namespace flux=FluidTYPO3\Flux\ViewHelpers} | |
| <f:layout name="Content" /> | |
| <f:section name="Configuration"> | |
| <flux:form id="Mehrspaltig" label="Mehrspaltig" icon="typo3conf/ext/nimelements/Resources/Public/icons/frame.png"> | |
| {f:if(condition: settings.gridColumns, then: settings.gridColumns, else: 12) -> v:variable.set(name: 'numberOfColumns')} | |
| <flux:field.checkbox name="settings.fluid" /> | |
| <flux:form.section name="columns"> | |
| <flux:form.object name="column"> |
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 NIM\Nimseminar\ViewHelpers\Fe; | |
| use NIM\Nimseminar\NIMGeneral; | |
| use TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper; | |
| /** | |
| * Created by thephpjo. | |
| * Date: 28.10.14 | |
| * Time: 16:56 | |
| */ |
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 NIM\Nimseminar\ViewHelpers\BE; | |
| use NIM\Nimseminar\ViewHelpers\Misc\RequestViewHelper; | |
| use TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper; | |
| use TYPO3\CMS\Fluid\Core\ViewHelper\TagBuilder; | |
| /*************************************************************** | |
| * Copyright notice | |
| * | |
| * (c) 2014 Johannes Hertenstein |
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 Vendor\Ext\ViewHelpers\Form; | |
| use Vendor\Ext\ViewHelpers\Misc\RequestViewHelper; | |
| use TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper; | |
| use TYPO3\CMS\Fluid\Core\ViewHelper\TagBuilder; | |
| /*************************************************************** | |
| * Copyright notice | |
| * | |
| * (c) 2014 Johannes Hertenstein |
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 :typo3_maindir, '/html/typo3/' | |
| set :php_cli, '/usr/local/bin/php_cli' | |
| task :typo3_flushcache do | |
| queue %[echo "------> TYPO3: flushing cache"]; | |
| queue %[cd #{typo3_maindir} && rm -R typo3temp/*]; | |
| queue %[ | |
| cd #{typo3_maindir} && #{php_cli} -r ' | |
| $GLOBALS["TYPO3_CONF_VARS"] = require(dirname(__FILE__)."/typo3conf/LocalConfiguration.php"); |
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 | |
| /** | |
| * file | |
| * | |
| * @var \TYPO3\CMS\Extbase\Domain\Model\FileReference | |
| */ | |
| protected $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
| <?php | |
| /** | |
| * @param array $filter | |
| * The inner arrays will be treated as AND and the outer as OR | |
| * [ | |
| * [ | |
| * { | |
| * type: string (min|max|equals|contains), | |
| * field: string, | |
| * val: string | float, |
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
| wget nutella-addict.com/mondial.zip | |
| unzip mondial.zip | |
| cd mondial | |
| ./install.sh |
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
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBMpVM8I5+wKm6oNuguTW9a7x80C2v1qf56a86u+PK0Zhq+McQrO0vgIksUqHxQdgEQYAClAyyUHHe8YogMgtIku3WKFcuGWg2U6rMMz63y6zrYF210RDt22tpOpDjkNd9vhH1b1LvVe2V3vUlWOlnPgExd5SW6xz9/YEbpODcL6b8KxJLlb+H0mG0WN7QgsTiKykLQEz1bJq16nvtL/r3EDyi9J39ZusRd8BUrXl4YZdkBCpKsGvbnunmktvh4lUNm31wsTKWxxJvWD/hhZbF1OSs0uxcoWtsVNMC/psU+to7oZPavLBmoOWJBiUNV0oZRe665yjpciFLNRnJIDhF Johannes Hertenstein |