I hereby claim:
- I am robertlemke on github.
- I am robertlemke (https://keybase.io/robertlemke) on keybase.
- I have a public key whose fingerprint is 2D05 AB0A 508A 5523 AEE8 117E C98E 229B 0B8F F50A
To claim this, I am signing this object:
| { | |
| "name": "typo3/neos-base-distribution", | |
| "description" : "Neos Base Distribution", | |
| "license": "GPL-3.0+", | |
| "support": { | |
| "email": "[email protected]", | |
| "slack": "http://slack.neos.io/", | |
| "forum": "https://discuss.neos.io/", | |
| "issues": "https://jira.neos.io/", | |
| "source": "https://git.typo3.org/" |
| if (strlen($uriParts['host']) === 40 && strpos($uriParts['host'], '.') === FALSE) { |
| <?xml version="1.0"?> | |
| <project name="Foo_Functions"> | |
| <!-- | |
| toLowerCase | |
| Converts the given subject into a lower case string and puts the result into the specified user property. | |
| Attributes: | |
| subject The string to convert |
I hereby claim:
To claim this, I am signing this object:
| … | |
| # | |
| # Regular template | |
| # | |
| page.body { | |
| content.side = Template | |
| content.side.templatePath = "… Main.html" | |
| … | |
| } |
| worker_processes 1; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| include mime.types; |
| ## | |
| # Fallback route | |
| - | |
| name: 'fallback' | |
| uriPattern: '' | |
| defaults: | |
| '@package': 'TYPO3.Flow' | |
| '@subpackage': 'Mvc' | |
| '@controller': 'Standard' |
| # | |
| # Virtual Hosts | |
| # | |
| # If you want to maintain multiple domains/hostnames on your | |
| # machine you can setup VirtualHost containers for them. Most configurations | |
| # use only name-based virtual hosts so the server doesn't need to worry about | |
| # IP addresses. This is indicated by the asterisks in the directives below. | |
| # | |
| # Please see the documentation at | |
| # <URL:http:/httpd.apache.org/docs/2.2/vhosts/> |
| <?php | |
| namespace TYPO3\Form\Factory; | |
| /* * | |
| * This script belongs to the FLOW3 package "TYPO3.Form". * | |
| * * | |
| * It is free software; you can redistribute it and/or modify it under * | |
| * the terms of the GNU Lesser General Public License, either version 3 * | |
| * of the License, or (at your option) any later version. * | |
| * * |
| <?php | |
| namespace TYPO3\FLOW3\Tests\Functional\Mvc; | |
| /* * | |
| * This script belongs to the FLOW3 framework. * | |
| * * | |
| * It is free software; you can redistribute it and/or modify it under * | |
| * the terms of the GNU Lesser General Public License, either version 3 * | |
| * of the License, or (at your option) any later version. * | |
| * * |