OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
148
types/_ide_carbon_mixin_instantiated.php
Normal file
148
types/_ide_carbon_mixin_instantiated.php
Normal file
@@ -0,0 +1,148 @@
|
||||
<?php
|
||||
|
||||
namespace Carbon
|
||||
{
|
||||
class Carbon
|
||||
{
|
||||
public function formatDateForUser()
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:59
|
||||
}
|
||||
|
||||
public function formatTimeForUser()
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:77
|
||||
}
|
||||
|
||||
public function format24HTimeForUser()
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:95
|
||||
}
|
||||
|
||||
public function formatDateTimeForDb()
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:113
|
||||
}
|
||||
|
||||
public function setToUserTimezone()
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:130
|
||||
}
|
||||
|
||||
public function setToDbTimezone()
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:145
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace Carbon
|
||||
{
|
||||
class CarbonImmutable
|
||||
{
|
||||
public function formatDateForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:59
|
||||
}
|
||||
|
||||
public function formatTimeForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:77
|
||||
}
|
||||
|
||||
public function format24HTimeForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:95
|
||||
}
|
||||
|
||||
public function formatDateTimeForDb(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:113
|
||||
}
|
||||
|
||||
public function setToUserTimezone(): CarbonInterface
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:130
|
||||
}
|
||||
|
||||
public function setToDbTimezone(): CarbonInterface
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:145
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace Illuminate\Support
|
||||
{
|
||||
|
||||
use Carbon\CarbonInterface;
|
||||
|
||||
class Carbon
|
||||
{
|
||||
public function formatDateForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:59
|
||||
}
|
||||
|
||||
public function formatTimeForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:77
|
||||
}
|
||||
|
||||
public function format24HTimeForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:95
|
||||
}
|
||||
|
||||
public function formatDateTimeForDb(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:113
|
||||
}
|
||||
|
||||
public function setToUserTimezone(): CarbonInterface
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:130
|
||||
}
|
||||
|
||||
public function setToDbTimezone(): CarbonInterface
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:145
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace Illuminate\Support\Facades
|
||||
{
|
||||
class Date
|
||||
{
|
||||
public function formatDateForUser()
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:59
|
||||
}
|
||||
|
||||
public function formatTimeForUser()
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:77
|
||||
}
|
||||
|
||||
public function format24HTimeForUser()
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:95
|
||||
}
|
||||
|
||||
public function formatDateTimeForDb()
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:113
|
||||
}
|
||||
|
||||
public function setToUserTimezone()
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:130
|
||||
}
|
||||
|
||||
public function setToDbTimezone()
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:145
|
||||
}
|
||||
}
|
||||
}
|
||||
151
types/_ide_carbon_mixin_static.php
Normal file
151
types/_ide_carbon_mixin_static.php
Normal file
@@ -0,0 +1,151 @@
|
||||
<?php
|
||||
|
||||
namespace Carbon
|
||||
{
|
||||
class Carbon
|
||||
{
|
||||
public static function formatDateForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:59
|
||||
}
|
||||
|
||||
public static function formatTimeForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:77
|
||||
}
|
||||
|
||||
public static function format24HTimeForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:95
|
||||
}
|
||||
|
||||
public static function formatDateTimeForDb(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:113
|
||||
}
|
||||
|
||||
public static function setToUserTimezone(): CarbonInterface
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:130
|
||||
}
|
||||
|
||||
public static function setToDbTimezone(): CarbonInterface
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:145
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace Carbon
|
||||
{
|
||||
class CarbonImmutable
|
||||
{
|
||||
public static function formatDateForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:59
|
||||
}
|
||||
|
||||
public static function formatTimeForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:77
|
||||
}
|
||||
|
||||
public static function format24HTimeForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:95
|
||||
}
|
||||
|
||||
public static function formatDateTimeForDb(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:113
|
||||
}
|
||||
|
||||
public static function setToUserTimezone(): CarbonInterface
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:130
|
||||
}
|
||||
|
||||
public static function setToDbTimezone(): CarbonInterface
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:145
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace Illuminate\Support
|
||||
{
|
||||
|
||||
use Carbon\CarbonInterface;
|
||||
|
||||
class Carbon
|
||||
{
|
||||
public static function formatDateForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:59
|
||||
}
|
||||
|
||||
public static function formatTimeForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:77
|
||||
}
|
||||
|
||||
public static function format24HTimeForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:95
|
||||
}
|
||||
|
||||
public static function formatDateTimeForDb(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:113
|
||||
}
|
||||
|
||||
public static function setToUserTimezone(): CarbonInterface
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:130
|
||||
}
|
||||
|
||||
public static function setToDbTimezone(): CarbonInterface
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:145
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace Illuminate\Support\Facades
|
||||
{
|
||||
|
||||
use Carbon\CarbonInterface;
|
||||
|
||||
class Date
|
||||
{
|
||||
public static function formatDateForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:59
|
||||
}
|
||||
|
||||
public static function formatTimeForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:77
|
||||
}
|
||||
|
||||
public static function format24HTimeForUser(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:95
|
||||
}
|
||||
|
||||
public static function formatDateTimeForDb(): string
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:113
|
||||
}
|
||||
|
||||
public static function setToUserTimezone(): CarbonInterface
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:130
|
||||
}
|
||||
|
||||
public static function setToDbTimezone(): CarbonInterface
|
||||
{
|
||||
// Content, see src/app/Core/Support/CarbonMacros.php:145
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user