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 file is part of the FOSUserBundle package. | |
* | |
* (c) FriendsOfSymfony <http://friendsofsymfony.github.com/> | |
* | |
* For the full copyright and license information, please view the LICENSE | |
* file that was distributed with this source code. | |
*/ |
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
Jespers-MacBook-Pro:~ jesper$ traceroute api.groupdocs.com | |
traceroute to api.groupdocs.com (208.180.210.81), 64 hops max, 52 byte packets | |
1 172.17.3.5 (172.17.3.5) 2.098 ms 0.459 ms 0.370 ms | |
2 90.184.72.1 (90.184.72.1) 14.635 ms 16.328 ms 13.957 ms | |
3 ae2.mr1.vby.dk.ip.fullrate.dk (90.185.4.4) 14.137 ms 13.936 ms 13.186 ms | |
4 te0-0-3.mr1.fb.dk.ip.fullrate.dk (90.185.5.81) 14.043 ms | |
te0-0-0.mr1.fb.dk.ip.fullrate.dk (90.185.4.159) 13.713 ms 13.610 ms | |
5 xe-3-0-0.boanqp7.dk.ip.tdc.net (195.215.109.229) 13.584 ms 14.116 ms 14.116 ms | |
6 ae1-0.alb2nqp7.dk.ip.tdc.net (83.88.21.83) 13.884 ms 14.242 ms 13.986 ms | |
7 cph10.ip4.tinet.net (195.215.109.102) 14.774 ms 13.938 ms 13.429 ms |
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
1 172.17.3.5 (172.17.3.5) 0.572 ms 0.500 ms 0.507 ms | |
2 90.184.72.1 (90.184.72.1) 25.712 ms 35.337 ms 14.262 ms | |
3 ae2.mr1.vby.dk.ip.fullrate.dk (90.185.4.4) 13.634 ms 15.370 ms 55.935 ms | |
4 te0-0-3.mr1.fb.dk.ip.fullrate.dk (90.185.5.81) 14.184 ms 13.580 ms 14.016 ms | |
5 ge-0-2-0-778.boanqu2.ip.tele.dk (62.242.107.165) 56.540 ms 13.658 ms 14.296 ms | |
6 ae1-0.alb2nqp7.dk.ip.tdc.net (83.88.21.83) 18.526 ms 54.587 ms 13.857 ms | |
7 cph10.ip4.tinet.net (195.215.109.102) 15.517 ms 24.298 ms 46.878 ms | |
8 xe-10-2-2.was14.ip4.tinet.net (141.136.110.18) 117.044 ms 111.956 ms 123.644 ms | |
9 cequel-gw.ip4.tinet.net (216.221.157.174) 148.753 ms 112.093 ms 114.326 ms | |
10 173-219-236-26-link.sta.suddenlink.net (173.219.236.26) 165.155 ms 191.395 ms 175.828 ms |
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
1 172.17.3.5 (172.17.3.5) 0.572 ms 0.500 ms 0.507 ms | |
2 90.184.72.1 (90.184.72.1) 25.712 ms 35.337 ms 14.262 ms | |
3 ae2.mr1.vby.dk.ip.fullrate.dk (90.185.4.4) 13.634 ms 15.370 ms 55.935 ms | |
4 te0-0-3.mr1.fb.dk.ip.fullrate.dk (90.185.5.81) 14.184 ms 13.580 ms 14.016 ms | |
5 ge-0-2-0-778.boanqu2.ip.tele.dk (62.242.107.165) 56.540 ms 13.658 ms 14.296 ms | |
6 ae1-0.alb2nqp7.dk.ip.tdc.net (83.88.21.83) 18.526 ms 54.587 ms 13.857 ms | |
7 cph10.ip4.tinet.net (195.215.109.102) 15.517 ms 24.298 ms 46.878 ms | |
8 xe-10-2-2.was14.ip4.tinet.net (141.136.110.18) 117.044 ms 111.956 ms 123.644 ms | |
9 cequel-gw.ip4.tinet.net (216.221.157.174) 148.753 ms 112.093 ms 114.326 ms | |
10 173-219-236-26-link.sta.suddenlink.net (173.219.236.26) 165.155 ms 191.395 ms 175.828 ms |
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 CreateScheduleTemplateType extends AbstractType | |
{ | |
public function setDefaultOptions(OptionsResolverInterface $resolver) | |
{ | |
$resolver->setDefaults( | |
[ | |
'required' => true, | |
'type' => 'Melin\ModulePlannerBundle\Form\Type\ScheduleTemplate', |