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 Famelo\Template\ViewHelpers; | |
/* * | |
* This script is part of the TYPO3 project - inspiring people to share! * | |
* * | |
* TYPO3 is free software; you can redistribute it and/or modify it under * | |
* the terms of the GNU General Public License version 2 as published by * | |
* the Free Software Foundation. * | |
* * |
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
Verifying that +mneuhaus is my blockchain ID. https://onename.com/mneuhaus |
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 Parser { | |
/** | |
* @var integer | |
*/ | |
protected $point = 0; | |
/** | |
* @var |
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 v=FluidTYPO3\Vhs\ViewHelpers} | |
{namespace flux=FluidTYPO3\Flux\ViewHelpers} | |
{namespace t=Famelo\Template\ViewHelpers} | |
<f:layout name="{v:extension.loaded(extensionName: 'fluidcontent_core', then: 'ContentCore', else: 'Content')}" /> | |
<f:section name="Configuration"> | |
<flux:form id="contact" options="{group: 'forms'}" label="Contact"> | |
<flux:field.text name="introduction" label="Einleitung" rows="3" /> | |
<flux:field.input name="recipient" label="Empfänger" required="1" /> | |
<flux:field.input name="subject" label="E-Mail Betreff" required="1" /> |
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 Famelo\Template\Command; | |
use TYPO3\CMS\Core\Utility\GeneralUtility; | |
use TYPO3\CMS\Core\Configuration\FlexForm\FlexFormTools; | |
/* * | |
* This script is part of the TYPO3 project - inspiring people to share! * | |
* * | |
* TYPO3 is free software; you can redistribute it and/or modify it under * | |
* the terms of the GNU General Public License version 2 as published by * |
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 v=FluidTYPO3\Vhs\ViewHelpers} | |
{namespace flux=FluidTYPO3\Flux\ViewHelpers} | |
<f:layout name="{v:extension.loaded(extensionName: 'fluidcontent_core', then: 'ContentCore', else: 'Content')}" /> | |
<f:section name="Configuration"> | |
<flux:form id="contact" options="{group: 'forms'}" label="Contact"> | |
<flux:field.input name="subject" label="Subject" required="1" /> | |
<flux:field.input name="recipient" label="Recipient" required="1" /> | |
<ff:validate name="name" as="Required" /> |
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
/* @var TYPO3\CMS\Core\Database\DatabaseConnection $db */; | |
$db = $GLOBALS['TYPO3_DB']; | |
$db->debugOutput = true; | |
$db->exec_DELETEquery('pages', 'pid = 125'); | |
$db->exec_DELETEquery('tt_content', 'rowDescription = "import-tagged"'); | |
$maxPageUid = $db->exec_SELECTgetSingleRow('MAX(uid) as max', 'pages', '1=1')['max']; | |
$maxFiletUid = $db->exec_SELECTgetSingleRow('MAX(uid) as max', 'sys_file', '1=1')['max']; |
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
{ | |
"name": "typo3/cms", | |
"description": "TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.", | |
"keywords": ["typo3", "cms", "content management system", "extbase"], | |
"homepage": "https://typo3.org/", | |
"type": "typo3-cms-core", | |
"license": "GPL-2.0+", | |
"authors": [ | |
{ | |
"name": "TYPO3 CMS Core Team", |
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
<div class="reference-image"> | |
<img src="Resources/References-1170/atreus_casestudy_v15-variante.png" /> | |
</div> |
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 | |
// All Deployer recipes are based on `recipe/common.php`. | |
require 'recipe/common.php'; | |
// require 'rsync.php'; // optionally used from https://github.com/deployphp/recipes | |
require 'flow.php'; | |
env('php_binary', 'php_cli'); | |
set('shared_dirs', [ |