I hereby claim:
- I am Konafets on github.
- I am konafets (https://keybase.io/konafets) on keybase.
- I have a public key whose fingerprint is 7F31 BCF0 70C0 B3B1 1235 07E9 1777 D7A0 2B08 936D
To claim this, I am signing this object:
| define('TYPO3/CMS/StagedealCompany/AutoSuggest', ['jquery-ui', 'jquery-ui'], function ($) { | |
| jQuery(document).ready(function(){ | |
| var test = ['ACME, Flensburg', 'Arroba IT, Flensburg']; | |
| // var ajaxURL = '<f:uri.action action="ajaxCompanySearch" controller="Company" pageType="1410614542" arguments="{term: term}" />'; | |
| var ajaxURL = 'index.php?type=1410614542&tx_stagedealcompany_mycompany[controller]=Company&tx_stagedealcompany_mycompany[action]=ajaxCompanySearch'; | |
| }) | |
| } | |
| ); |
| public class AdresseTest { | |
| Adresse subject; | |
| @Before | |
| public void setUp() { | |
| this.subject = new Adresse(); | |
| } | |
| @After | |
| public void tearDown() { |
| /** | |
| * Creates the upload folder of an extension. | |
| * | |
| * @param string $key The extension key | |
| * | |
| * @return void | |
| */ | |
| public function createUploadFoldersCommand($key) { | |
| try { | |
| $messages = $this->extensionApiService->createUploadFolders($key); |
| public function clear_cacheCmd($cacheCmd) { | |
| if (is_object($this->BE_USER)) { | |
| $this->BE_USER->writelog(3, 1, 0, 0, 'User %s has cleared the cache (cacheCmd=%s)', array($this->BE_USER->user['username'], $cacheCmd)); | |
| } | |
| // Clear cache for either ALL pages or ALL tables! | |
| switch (strtolower($cacheCmd)) { | |
| case 'pages': | |
| if ($this->admin || $this->BE_USER->getTSConfigVal('options.clearCache.pages')) { | |
| GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\Cache\\CacheManager')->flushCachesInGroup('pages'); | |
| } |
I hereby claim:
To claim this, I am signing this object:
| FILE: .../Development/TYPO3/CMS/core/master/typo3/contrib/pear/HTTP/Request2.php | |
| -------------------------------------------------------------------------------- | |
| FOUND 2 ERROR(S) AFFECTING 2 LINE(S) | |
| -------------------------------------------------------------------------------- | |
| 949 | ERROR | The use of function set_magic_quotes_runtime is discouraged in | |
| | | PHP version 5.3 and forbidden in PHP version 5.4 and forbidden | |
| | | in PHP version 5.5 (PHPCompatibility.PHP.DeprecatedFunctions) | |
| 964 | ERROR | The use of function set_magic_quotes_runtime is discouraged in | |
| | | PHP version 5.3 and forbidden in PHP version 5.4 and forbidden |
| %----------------------------------------------- | |
| % Dateiname: Thesis.tex | |
| % Autor : Stefano Kowalke <[email protected]> | |
| % Lizenz : BSD | |
| %----------------------------------------------- | |
| %------------------------ | |
| % Dokumentenklasse DINA4 | |
| %------------------------ | |
| \documentclass{scrbook} |
| \documentclass{scrbook} | |
| %=============== | |
| % Pakete laden | |
| %=============== | |
| \usepackage{fontspec} % Wird von LuLaTeX benöigt und löst "fontenc" ab. | |
| \usepackage{polyglossia} % Wird von LuLaTeX benöigt und löst "babel" ab. | |
| \usepackage{xspace} % to get the spacing after macros right | |
| %================================================= |
| \documentclass{scrbook} | |
| %=============== | |
| % Pakete laden | |
| %=============== | |
| \usepackage{fontspec} % Wird von LuLaTeX benöigt und löst "fontenc" ab. | |
| \usepackage{polyglossia} % Wird von LuLaTeX benöigt und löst "babel" ab. | |
| %-------------------------------------- | |
| % Hier fängt der eigentliche Inhalt an |