I hereby claim:
- I am dfeyer on github.
- I am dfeyer (https://keybase.io/dfeyer) on keybase.
- I have a public key whose fingerprint is 5BC1 85CD 5BA5 B268 810B EE49 0881 5033 4C62 18FB
To claim this, I am signing this object:
<?php | |
namespace Flowpack\FusionBP\FusionObjects; | |
use Neos\Flow\Annotations as Flow; | |
use Neos\Flow\Mvc\ActionRequest; | |
use Neos\Fusion\FusionObjects\TemplateImplementation as OriginalTemplateImplementation; | |
use Neos\Fusion\FusionObjects\Helpers as Helpers; | |
use Neos\FluidAdaptor\Core\Parser\Interceptor\ResourceInterceptor; | |
use TYPO3Fluid\Fluid\Core\Parser\InterceptorInterface; |
<?php | |
namespace TYPO3\Eel\Tests\Spec; | |
use TYPO3\Eel\Context; | |
use TYPO3\Eel\Tests\Unit\Fixtures\TestObject; | |
describe(Context::class, function () { | |
describe('->unwrap', function() { | |
outlook.com | |
1033edge.com | |
11mail.com | |
123.com | |
123box.net | |
123india.com | |
123mail.cl | |
123qwe.co.uk | |
150ml.com | |
15meg4free.com |
1033edge.com | |
11mail.com | |
123.com | |
123box.net | |
123india.com | |
123mail.cl | |
123qwe.co.uk | |
150ml.com | |
15meg4free.com | |
163.com |
<?php | |
namespace TYPO3\Flow\Utility\Lock; | |
/* | |
* This file is part of the TYPO3.Flow package. | |
* | |
* (c) Contributors of the Neos Project - www.neos.io | |
* | |
* This package is Open Source Software. For the full copyright and license | |
* information, please view the LICENSE file which was distributed with this |
<?php | |
namespace TYPO3\Flow\Utility\Lock; | |
/* | |
* This file is part of the Neos.Flow.Lock package. | |
* | |
* (c) Contributors of the Neos Project - www.neos.io | |
* | |
* This package is Open Source Software. For the full copyright and license | |
* information, please view the LICENSE file which was distributed with this |
I hereby claim:
To claim this, I am signing this object:
# Solution 1 | |
# Based on the default TypoScript2 Menu implementation | |
recentNewsMenu = TYPO3.TypoScript:Menu { | |
templatePath = 'resource://Your.Package/Private/Templates/NodeTypes/Menu.html' | |
filter = 'Your.Package:News' | |
[email protected] = ${q(value).count() > 0 ? q(value).sort('publishedDate', 'DESC').get() : value} | |
[email protected] = ${q(value).count() > 0 ? q(value).slice(0, 4).get() : value} | |
} |