__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/usr/bin/env php
<?php
namespace Sabre\VObject;
// This sucks.. we have to try to find the composer autoloader. But chances
// are, we can't find it this way. So we'll do our bestest
$paths = [
__DIR__ . '/../vendor/autoload.php', // In case vobject is cloned directly
__DIR__ . '/../../../autoload.php', // In case vobject is a composer dependency.
];
foreach($paths as $path) {
if (file_exists($path)) {
include $path;
break;
}
}
if (!class_exists('Sabre\\VObject\\Version')) {
fwrite(STDERR, "Composer autoloader could not be loaded.\n");
die(1);
}
$cli = new Cli();
exit($cli->main($argv));
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| bench.php | File | 230 B | 0640 |
|
| bench_freebusygenerator.php | File | 1.34 KB | 0640 |
|
| bench_manipulatevcard.php | File | 1.49 KB | 0640 |
|
| fetch_windows_zones.php | File | 1.27 KB | 0640 |
|
| generate_vcards | File | 5.28 KB | 0640 |
|
| generateicalendardata.php | File | 1.98 KB | 0640 |
|
| mergeduplicates.php | File | 4.58 KB | 0640 |
|
| rrulebench.php | File | 749 B | 0640 |
|
| vobject | File | 646 B | 0640 |
|