This file contains hidden or 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 | |
use Doctrine\Common\Annotations\AnnotationRegistry; | |
use Composer\Autoload\ClassLoader; | |
/** | |
* @var ClassLoader $loader | |
*/ | |
$loader = require __DIR__.'/../vendor/autoload.php'; |
This file contains hidden or 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
± traceroute phpsrbija.rs | |
traceroute: Warning: phpsrbija.rs has multiple addresses; using 82.192.92.55 | |
traceroute to phpsrbija.rs (82.192.92.55), 64 hops max, 52 byte packets | |
1 router.asus.com (192.168.1.1) 0.986 ms 0.721 ms 0.673 ms | |
2 192.168.0.1 (192.168.0.1) 1.397 ms 1.602 ms 1.344 ms | |
3 178-221-128-1.dynamic.isp.telekom.rs (178.221.128.1) 8.030 ms 7.537 ms 7.151 ms | |
4 212.200.15.93 (212.200.15.93) 10.508 ms 7.398 ms 7.269 ms | |
5 212.200.16.156 (212.200.16.156) 20.881 ms 21.422 ms 20.663 ms | |
6 212.200.6.238 (212.200.6.238) 9.803 ms 9.174 ms 9.285 ms | |
7 212.200.5.105 (212.200.5.105) 35.532 ms 21.965 ms 21.933 ms |
This file contains hidden or 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
[difftool] | |
cmd = opendiff \"$LOCAL\" \"$REMOTE\" | |
path = | |
[merge] | |
tool = opendiff |
This file contains hidden or 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
<target name="phpdoc"> | |
<exec executable="phpdoc"> | |
<arg line="--directory ${basedir} --target ${basedir}/build/api --ignore ${basedir}/library/Zend/,${basedir}/library/MAL/" /> | |
</exec> | |
</target> |
NewerOlder