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 MarkusTimtner\Sitepackage\ViewHelpers; | |
use TYPO3\CMS\Core\Utility\GeneralUtility; | |
use TYPO3\CMS\Core\Database\ConnectionPool; | |
use TYPO3\CMS\Core\Database\Connection; | |
use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper; | |
/** | |
* ViewHelper to show the page.media.fileObject of the default language |
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
/* mt3 design for adminer by mtness - 2023-02-08 - based on t3adminer by jgal, forked from konya2 */ | |
/* removed most of the icons and recreated the t3adminer usability for the standalone adminer */ | |
/* | |
* Merged and fixed version of Konya's, Hever's and Frank Bueltge's skins by Oguz KONYA. | |
* I liked Konya's skin but wanted less icons and the t3adminer usability. | |
*/ | |
/* Added icons */ |
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 | |
/** This plugin replaces UNIX timestamps with human-readable dates in your local format. | |
* Mouse click on the date field reveals timestamp back. | |
* | |
* @link https://www.adminer.org/plugins/#use | |
* @author Anonymous | |
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 | |
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) | |
*/ |
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
MASK-Template: | |
<f:translate key="label" /> | |
Using this label in other templates: | |
<f:translate key="more" extensionName="mask" /> | |
TYPO3-Setup: |
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
diff -ru a/Classes/Domain/Repository/MailRepository.php b/Classes/Domain/Repository/MailRepository.php | |
--- a/Classes/Domain/Repository/MailRepository.php 2017-08-22 15:27:42.155674340 +0200 | |
+++ b/Classes/Domain/Repository/MailRepository.php 2017-08-22 14:52:23.296258864 +0200 | |
@@ -381,7 +381,7 @@ | |
* @param bool $htmlSpecialChars | |
* @return array | |
*/ | |
- public function getVariablesWithMarkersFromMail(Mail $mail, $htmlSpecialChars = false) | |
+ public function getVariablesWithMarkersFromMail(Mail $mail, $htmlSpecialChars = false, $nl2br = false) | |
{ |
Today I wanted to make a recording of me running some commands inside a docker-container.
❯ docker-compose run app bash
root@e9bb2af4dc11:/usr/local/go/src/example.com/dev/project#
Needless to say it looked a bit bland with no colors and a long prompt that prevents me from recording a small terminal and show the full commands I'm
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
/** | |
* mtness style: firefox inspector | |
* | |
* based on: https://userstyles.org/styles/140217/firefox-48-devtools-colours-for-49 | |
* written with the left Hand of mtness http://userstyles.org/users/3613 | |
* | |
* 2018-01-16 | |
* | |
*/ | |
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
/* | |
* mtness RDM adjustments | |
* written with the left Hand of mtness | |
* 2018-01-16 | |
* | |
* hast to be referenced in usewrContent.css | |
* | |
*/ | |
@-moz-document url("chrome://devtools/content/responsive.html/index.xhtml") |
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
/* ------------------------------------------------------------------------- */ /* about */ | |
/* | |
/* the mtness theme for Chrome Inspector & viewsource | |
/* created 2012-03-15 | |
/* | |
/* features noline-break for viewsource | |
/* | |
/* ------------------------------------------------------------------------- */ /* credits */ | |
/* | |
/* Based on IR_Black Skin by Ben Truyman - 2011 |