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
{namespace neos=TYPO3\Neos\ViewHelpers} | |
<neos:contentElement node="{node}"> | |
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script> | |
<script> | |
<![CDATA[ | |
function initializeMap]]>{node.name}<![CDATA[() { | |
var myLatlng = new google.maps.LatLng(]]>{longitude}<![CDATA[,]]>{latitude}<![CDATA[); | |
var mapOptions = { | |
zoom: ]]>{zoomlevel}<![CDATA[, | |
center: myLatlng, |
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 | |
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; |
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 | |
namespace TYPO3\Eel\Tests\Spec; | |
use TYPO3\Eel\Context; | |
use TYPO3\Eel\Tests\Unit\Fixtures\TestObject; | |
describe(Context::class, function () { | |
describe('->unwrap', function() { | |
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
outlook.com | |
1033edge.com | |
11mail.com | |
123.com | |
123box.net | |
123india.com | |
123mail.cl | |
123qwe.co.uk | |
150ml.com | |
15meg4free.com |
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
1033edge.com | |
11mail.com | |
123.com | |
123box.net | |
123india.com | |
123mail.cl | |
123qwe.co.uk | |
150ml.com | |
15meg4free.com | |
163.com |
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 | |
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 |
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 | |
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 |
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
triggers: | |
eventNodeTypePublishedByMarketingTeam: | |
type: 'onBeforeNodePublishing' | |
condition:${q(node).is('[instanceof Ttree.Plugin:Event]') && q(user).hasRole('Ttree.Site:MarketingTeam')} | |
eventNodeTypeDeleted: | |
type: 'onNodeDeletion' | |
condition:${q(node).is('[instanceof Ttree.Plugin:Event]')} | |
actions: |
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
prototype(TYPO3.Neos:PrimaryContent).referenceProject { | |
condition = ${q(node).is('[instanceof Ttree.OfficialWebsite:ReferenceProject]')} | |
type = 'Ttree.OfficialWebsite:ReferenceProject' | |
@position = 'before referenceCustomer' | |
} |
NewerOlder