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
dialog { | |
margin: auto; | |
width: 100%; | |
min-width: 30vw; | |
min-height: 20vw; | |
border: none; | |
box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.7); | |
opacity: 0; | |
} |
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
page.5 { | |
dataProcessing { | |
70 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor | |
70 { | |
special = list | |
special.value.stdWrap.cObject = CONTENT | |
special.value.stdWrap.cObject { | |
table = pages | |
select { | |
pidInList = root |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>huhu</title> | |
<meta name="viewport" content="width=device-width"> | |
<style> | |
html { | |
touch-action: manipulation; |
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
$docSrc = \FilesModel::findByUuid($this->origin['document']); |
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
$imagePath = \Contao\Image::get(…); | |
(new \Contao\File($imagePath))->createIfDeferred(); |
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 | |
$categoriesModel = MaeEventCatModel::findAll(); | |
$information = array(); | |
$chunks = deserialize($this->categories); | |
foreach ($chunks as $chunk) { | |
if (array_key_exists($chunk, $information)) { | |
continue; | |
} | |
if ($categoriesModel) { |
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
StringUtil::standardize |
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
$image = FilesModel::findByPath($col->singleSRC); | |
$audio = FilesModel::findByUuid($image->audiolink); |
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
$strFormat = isset($GLOBALS['objPage']) ? $GLOBALS['objPage']->dateFormat : $GLOBALS['TL_CONFIG']['dateFormat']; |
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
$image = FilesModel::findByUuid($singleSRC); und $imagesize = getimagesize($image->path); |
NewerOlder