repo stringlengths 7 63 | file_url stringlengths 81 284 | file_path stringlengths 5 200 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 15:02:33 2026-01-05 05:24:06 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/src/PHPUnit/Asserts/FileSystemAssertTrait.php | src/PHPUnit/Asserts/FileSystemAssertTrait.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace GeckoPackages\PHPUnit\Asserts;
use GeckoPackages\PHPU... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/src/PHPUnit/Asserts/RangeAssertTrait.php | src/PHPUnit/Asserts/RangeAssertTrait.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace GeckoPackages\PHPUnit\Asserts;
use GeckoPackages\PHPU... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/src/PHPUnit/Asserts/AssertHelper.php | src/PHPUnit/Asserts/AssertHelper.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace GeckoPackages\PHPUnit\Asserts;
use PHPUnit\Framework\... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/src/PHPUnit/Asserts/AliasAssertTrait.php | src/PHPUnit/Asserts/AliasAssertTrait.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace GeckoPackages\PHPUnit\Asserts;
use GeckoPackages\PHPU... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/src/PHPUnit/Asserts/XMLAssertTrait.php | src/PHPUnit/Asserts/XMLAssertTrait.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace GeckoPackages\PHPUnit\Asserts;
use GeckoPackages\PHPU... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/autoload.php | tests/autoload.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
try {
@chmod(__DIR__.'/assets/dir', 0755);
@chmod(__DIR_... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/AbstractGeckoPHPUnitTest.php | tests/PHPUnit/Tests/AbstractGeckoPHPUnitTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
/**
* @internal
*
* @author SpacePossum
*/
abstract class Ab... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/AbstractGeckoPHPUnitFileTest.php | tests/PHPUnit/Tests/AbstractGeckoPHPUnitFileTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
/**
* @internal
*
* @author SpacePossum
*/
abstract class Ab... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/GeckoTestCase.php | tests/PHPUnit/Tests/GeckoTestCase.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use PHPUnit\Framework\TestCase;
abstract class GeckoTestCase ex... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/ReadMe/ReadMeTest.php | tests/PHPUnit/Tests/ReadMe/ReadMeTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
/**
* @internal
*
* @author SpacePossum
*/
final class ReadM... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/ReadMe/ReadMeGenerator.php | tests/PHPUnit/Tests/ReadMe/ReadMeGenerator.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
/**
* @internal
*
* @author SpacePossum
*/
final class ReadM... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Constraints/FilePermissionsMaskConstraintTest.php | tests/PHPUnit/Tests/Constraints/FilePermissionsMaskConstraintTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Constraints\FilePermissionsMaskConstra... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Constraints/NumberRangeConstraintTest.php | tests/PHPUnit/Tests/Constraints/NumberRangeConstraintTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Constraints\NumberRangeConstraint;
/*... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Constraints/FileExistsConstraintTest.php | tests/PHPUnit/Tests/Constraints/FileExistsConstraintTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Constraints\FileExistsConstraint;
/**... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Constraints/FilePermissionsIsIdenticalConstraintTest.php | tests/PHPUnit/Tests/Constraints/FilePermissionsIsIdenticalConstraintTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Constraints\FilePermissionsIsIdentical... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Constraints/DirectoryEmptyConstraintTest.php | tests/PHPUnit/Tests/Constraints/DirectoryEmptyConstraintTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Constraints\DirectoryEmptyConstraint;
... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Constraints/ScalarConstraintTest.php | tests/PHPUnit/Tests/Constraints/ScalarConstraintTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Constraints\ScalarConstraint;
/**
* ... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Constraints/UnsignedIntConstraintTest.php | tests/PHPUnit/Tests/Constraints/UnsignedIntConstraintTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Constraints\UnsignedIntConstraint;
/*... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Constraints/SameStringsConstraintTest.php | tests/PHPUnit/Tests/Constraints/SameStringsConstraintTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Constraints\SameStringsConstraint;
/*... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Constraints/FileIsValidLinkConstraintTest.php | tests/PHPUnit/Tests/Constraints/FileIsValidLinkConstraintTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Constraints\FileIsValidLinkConstraint;... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Constraints/FileIsLinkConstraintTest.php | tests/PHPUnit/Tests/Constraints/FileIsLinkConstraintTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Constraints\FileIsLinkConstraint;
/**... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Constraints/XML/XMLValidConstraintTest.php | tests/PHPUnit/Tests/Constraints/XML/XMLValidConstraintTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Constraints\XML\XMLValidConstraint;
/... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Constraints/XML/XMLMatchesXSDConstraintTest.php | tests/PHPUnit/Tests/Constraints/XML/XMLMatchesXSDConstraintTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Constraints\XML\XMLMatchesXSDConstrain... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Asserts/StringsAssertTraitTest.php | tests/PHPUnit/Tests/Asserts/StringsAssertTraitTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Asserts\StringsAssertTrait;
/**
* @i... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Asserts/AliasAssertTraitTest.php | tests/PHPUnit/Tests/Asserts/AliasAssertTraitTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Asserts\AliasAssertTrait;
/**
* @int... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Asserts/XMLAssertTraitTest.php | tests/PHPUnit/Tests/Asserts/XMLAssertTraitTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Asserts\XMLAssertTrait;
/**
* @inter... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Asserts/AssertHelperTest.php | tests/PHPUnit/Tests/Asserts/AssertHelperTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
/**
* @internal
*
* @author SpacePossum
*/
final class Asser... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Asserts/RangeAssertTraitTest.php | tests/PHPUnit/Tests/Asserts/RangeAssertTraitTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Asserts\RangeAssertTrait;
/**
* @int... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Asserts/FileExistsAssertTraitTest.php | tests/PHPUnit/Tests/Asserts/FileExistsAssertTraitTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Asserts\FileExistsAssertTrait;
/**
*... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Asserts/AssertHelperTestDummies.php | tests/PHPUnit/Tests/Asserts/AssertHelperTestDummies.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Asserts\AliasAssertTrait;
use GeckoPac... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
GeckoPackages/GeckoPHPUnit | https://github.com/GeckoPackages/GeckoPHPUnit/blob/a740ef4f1e194ad661e0edddb17823793d46d9e4/tests/PHPUnit/Tests/Asserts/FileSystemAssertTraitTest.php | tests/PHPUnit/Tests/Asserts/FileSystemAssertTraitTest.php | <?php
declare(strict_types=1);
/*
* This file is part of the GeckoPackages.
*
* (c) GeckoPackages https://github.com/GeckoPackages
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
use GeckoPackages\PHPUnit\Asserts\FileSystemAssertTrait;
/**
*... | php | MIT | a740ef4f1e194ad661e0edddb17823793d46d9e4 | 2026-01-05T04:52:45.776658Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Project/model/UserModel.class.php | Project/model/UserModel.class.php | <?php
namespace App\model;
/**
* 数据模型类演示
* Class UserModel
* @package App\Model
*/
class UserModel
{
public function registerUser()
{
}
} | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Project/home/Index.class.php | Project/home/Index.class.php | <?php
namespace App\home;
use \Framework\Library\Process\Tool;
/**
* 默认首页控制器
* Class Index
* @package App\Home
*/
class Index
{
/**
* 默认首页
* @return mixed
*/
public function index()
{
//演示cli模式下处理
if (Tool::isCli()) {
return 'hello this is cli mode,framework... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Project/config/App.cfg.php | Project/config/App.cfg.php | <?php
/**
* 应用配置
*/
return [
/**
* 数据库配置
*/
'db' => [
/**
* 默认连接
*/
'default' => [
/** 目标IP/域名 */
'host' => '127.0.0.1',
/** 目标端口 */
'port' => 3306,
/** 数据库用户名 */
'username' => 'root',
... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Class/UploadFile.class.php | Extend/Class/UploadFile.class.php | <?php
/**
* 文件上传 - PHP300扩展类
* Class Upload
*/
class Upload
{
/** @var array 允许的扩展名 */
public $allowExts = array();
/** @var array 允许的文件类型 */
public $allowTypes = array();
/** @var string 文件保存路径 */
public $savePath = './Upload/';
/** @var int|string 最大上传大小 默认最大上传 2M = 2097152 B */
... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/Smarty.class.php | Extend/Package/smarty/Smarty.class.php | <?php
/**
* Project: Smarty: the PHP compiling template engine
* File: Smarty.class.php
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the Lic... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | true |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/SmartyBC.class.php | Extend/Package/smarty/SmartyBC.class.php | <?php
/**
* Project: Smarty: the PHP compiling template engine
* File: SmartyBC.class.php
* SVN: $Id: $
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* ... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/Autoloader.php | Extend/Package/smarty/Autoloader.php | <?php
/**
* Smarty Autoloader
*
* @package Smarty
*/
/**
* Smarty Autoloader
*
* @package Smarty
* @author Uwe Tews
* Usage:
* require_once '...path/Autoloader.php';
* Smarty_Autoloader::register();
* or
* include '...pat... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/bootstrap.php | Extend/Package/smarty/bootstrap.php | <?php
if (!class_exists('Smarty_Autoloader')) {
require dirname(__FILE__) . '/Autoloader.php';
}
Smarty_Autoloader::register(true);
| php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/function.counter.php | Extend/Package/smarty/plugins/function.counter.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {counter} function plugin
* Type: function
* Name: counter
* Purpose: print out a counter value
*
* @author Monte Ohrt <monte at ohrt dot com>
* @link http://www.smarty.net/manual/en/language.function.... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/function.html_image.php | Extend/Package/smarty/plugins/function.html_image.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {html_image} function plugin
* Type: function
* Name: html_image
* Date: Feb 24, 2003
* Purpose: format HTML tags for the image
* Examples: {html_image file="/images/masthead.gif"}
* Output: <img s... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.count_characters.php | Extend/Package/smarty/plugins/modifiercompiler.count_characters.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty count_characters modifier plugin
* Type: modifier
* Name: count_characters
* Purpose: count the number of characters in a text
*
* @link http://www.smarty.net/manual/en/language.modifier.count.c... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifier.escape.php | Extend/Package/smarty/plugins/modifier.escape.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifier
*/
/**
* Smarty escape modifier plugin
* Type: modifier
* Name: escape
* Purpose: escape string for output
*
* @link http://www.smarty.net/docs/en/language.modifier.escape
* @author Monte Ohrt <monte at ohrt dot com>
... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/function.html_radios.php | Extend/Package/smarty/plugins/function.html_radios.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {html_radios} function plugin
* File: function.html_radios.php
* Type: function
* Name: html_radios
* Date: 24.Feb.2003
* Purpose: Prints out a list of radio input types
* Params:
*
*... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.cat.php | Extend/Package/smarty/plugins/modifiercompiler.cat.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty cat modifier plugin
* Type: modifier
* Name: cat
* Date: Feb 24, 2003
* Purpose: catenate a value to a variable
* Input: string to catenate
* Example: {$var|cat:"foo"}
*
* @link htt... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/function.html_checkboxes.php | Extend/Package/smarty/plugins/function.html_checkboxes.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {html_checkboxes} function plugin
* File: function.html_checkboxes.php
* Type: function
* Name: html_checkboxes
* Date: 24.Feb.2003
* Purpose: Prints out a list of checkbox input types
... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.count_sentences.php | Extend/Package/smarty/plugins/modifiercompiler.count_sentences.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty count_sentences modifier plugin
* Type: modifier
* Name: count_sentences
* Purpose: count the number of sentences in a text
*
* @link http://www.smarty.net/manual/en/language.modifier.count.par... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.count_words.php | Extend/Package/smarty/plugins/modifiercompiler.count_words.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty count_words modifier plugin
* Type: modifier
* Name: count_words
* Purpose: count the number of words in a text
*
* @link http://www.smarty.net/manual/en/language.modifier.count.words.php count_... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/block.textformat.php | Extend/Package/smarty/plugins/block.textformat.php | <?php
/**
* Smarty plugin to format text blocks
*
* @package Smarty
* @subpackage PluginsBlock
*/
/**
* Smarty {textformat}{/textformat} block plugin
* Type: block function
* Name: textformat
* Purpose: format text a certain way with preset styles
* or custom wrap/indent settings
* Par... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.default.php | Extend/Package/smarty/plugins/modifiercompiler.default.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty default modifier plugin
* Type: modifier
* Name: default
* Purpose: designate default value for empty variables
*
* @link http://www.smarty.net/manual/en/language.modifier.default.php default (S... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.strip_tags.php | Extend/Package/smarty/plugins/modifiercompiler.strip_tags.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty strip_tags modifier plugin
* Type: modifier
* Name: strip_tags
* Purpose: strip html tags from text
*
* @link http://www.smarty.net/docs/en/language.modifier.strip.tags.tpl strip_tags (Smarty on... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifier.mb_wordwrap.php | Extend/Package/smarty/plugins/modifier.mb_wordwrap.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifier
*/
/**
* Smarty wordwrap modifier plugin
* Type: modifier
* Name: mb_wordwrap
* Purpose: Wrap a string to a given number of characters
*
* @link http://php.net/manual/en/function.wordwrap.php for similarity
*
* @para... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/shared.literal_compiler_param.php | Extend/Package/smarty/plugins/shared.literal_compiler_param.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsShared
*/
/**
* evaluate compiler parameter
*
* @param array $params parameter array as given to the compiler function
* @param integer $index array index of the parameter to convert
* @param mixed $default value to be returned if t... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/function.html_select_date.php | Extend/Package/smarty/plugins/function.html_select_date.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {html_select_date} plugin
* Type: function
* Name: html_select_date
* Purpose: Prints the dropdowns for date selection.
* ChangeLog:
*
* - 1.0 initial release
* - 1.1 added support... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/shared.escape_special_chars.php | Extend/Package/smarty/plugins/shared.escape_special_chars.php | <?php
/**
* Smarty shared plugin
*
* @package Smarty
* @subpackage PluginsShared
*/
/**
* escape_special_chars common function
* Function: smarty_function_escape_special_chars
* Purpose: used by other smarty functions to escape
* special chars except for already escaped ones
*
* @author Mont... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/shared.make_timestamp.php | Extend/Package/smarty/plugins/shared.make_timestamp.php | <?php
/**
* Smarty shared plugin
*
* @package Smarty
* @subpackage PluginsShared
*/
/**
* Function: smarty_make_timestamp
* Purpose: used by other smarty functions to make a timestamp from a string.
*
* @author Monte Ohrt <monte at ohrt dot com>
*
* @param DateTime|int|string $string date object, time... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/shared.mb_unicode.php | Extend/Package/smarty/plugins/shared.mb_unicode.php | <?php
/**
* Smarty shared plugin
*
* @package Smarty
* @subpackage PluginsShared
*/
/**
* convert characters to their decimal unicode equivalents
*
* @link http://www.ibm.com/developerworks/library/os-php-unicode/index.html#listing3 for inspiration
*
* @param string $string characters to calculate uni... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.upper.php | Extend/Package/smarty/plugins/modifiercompiler.upper.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty upper modifier plugin
* Type: modifier
* Name: lower
* Purpose: convert string to uppercase
*
* @link http://smarty.php.net/manual/en/language.modifier.upper.php lower (Smarty online manual)
* ... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.to_charset.php | Extend/Package/smarty/plugins/modifiercompiler.to_charset.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty to_charset modifier plugin
* Type: modifier
* Name: to_charset
* Purpose: convert character encoding from internal encoding to $charset
*
* @author Rodney Rehm
*
* @param array $params parameter... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifier.replace.php | Extend/Package/smarty/plugins/modifier.replace.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifier
*/
/**
* Smarty replace modifier plugin
* Type: modifier
* Name: replace
* Purpose: simple search/replace
*
* @link http://smarty.php.net/manual/en/language.modifier.replace.php replace (Smarty online manual)
* @autho... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/function.cycle.php | Extend/Package/smarty/plugins/function.cycle.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {cycle} function plugin
* Type: function
* Name: cycle
* Date: May 3, 2002
* Purpose: cycle through given values
* Params:
*
* - name - name of cycle (optional)
* - values - comma separated... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.string_format.php | Extend/Package/smarty/plugins/modifiercompiler.string_format.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty string_format modifier plugin
* Type: modifier
* Name: string_format
* Purpose: format strings via sprintf
*
* @link http://www.smarty.net/manual/en/language.modifier.string.format.php string_fo... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.wordwrap.php | Extend/Package/smarty/plugins/modifiercompiler.wordwrap.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty wordwrap modifier plugin
* Type: modifier
* Name: wordwrap
* Purpose: wrap a string of text at a given length
*
* @link http://smarty.php.net/manual/en/language.modifier.wordwrap.php wordwrap (Sm... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifier.regex_replace.php | Extend/Package/smarty/plugins/modifier.regex_replace.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifier
*/
/**
* Smarty regex_replace modifier plugin
* Type: modifier
* Name: regex_replace
* Purpose: regular expression search/replace
*
* @link http://smarty.php.net/manual/en/language.modifier.regex.replace.php
* ... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/function.html_options.php | Extend/Package/smarty/plugins/function.html_options.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {html_options} function plugin
* Type: function
* Name: html_options
* Purpose: Prints the list of <option> tags generated from
* the passed parameters
* Params:
*
* - name (optional) - ... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifier.capitalize.php | Extend/Package/smarty/plugins/modifier.capitalize.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifier
*/
/**
* Smarty capitalize modifier plugin
* Type: modifier
* Name: capitalize
* Purpose: capitalize words in the string
* {@internal {$string|capitalize:true:true} is the fastest option for MBString enabled systems }}
*... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/function.html_select_time.php | Extend/Package/smarty/plugins/function.html_select_time.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {html_select_time} function plugin
* Type: function
* Name: html_select_time
* Purpose: Prints the dropdowns for time selection
*
* @link http://www.smarty.net/manual/en/language.function.html.select.... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.count_paragraphs.php | Extend/Package/smarty/plugins/modifiercompiler.count_paragraphs.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty count_paragraphs modifier plugin
* Type: modifier
* Name: count_paragraphs
* Purpose: count the number of paragraphs in a text
*
* @link http://www.smarty.net/manual/en/language.modifier.count.... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.indent.php | Extend/Package/smarty/plugins/modifiercompiler.indent.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty indent modifier plugin
* Type: modifier
* Name: indent
* Purpose: indent lines of text
*
* @link http://www.smarty.net/manual/en/language.modifier.indent.php indent (Smarty online manual)
* @au... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/function.mailto.php | Extend/Package/smarty/plugins/function.mailto.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {mailto} function plugin
* Type: function
* Name: mailto
* Date: May 21, 2002
* Purpose: automate mailto address link creation, and optionally encode them.
* Params:
*
* - address - (required) - ... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.unescape.php | Extend/Package/smarty/plugins/modifiercompiler.unescape.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty unescape modifier plugin
* Type: modifier
* Name: unescape
* Purpose: unescape html entities
*
* @author Rodney Rehm
*
* @param array $params parameters
*
* @return string with compiled code
... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/variablefilter.htmlspecialchars.php | Extend/Package/smarty/plugins/variablefilter.htmlspecialchars.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFilter
*/
/**
* Smarty htmlspecialchars variablefilter plugin
*
* @param string $source input string
* @param \Smarty_Internal_Template $template
*
* @return string filtered output
*/
function smarty_variablefilter_html... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.lower.php | Extend/Package/smarty/plugins/modifiercompiler.lower.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty lower modifier plugin
* Type: modifier
* Name: lower
* Purpose: convert string to lowercase
*
* @link http://www.smarty.net/manual/en/language.modifier.lower.php lower (Smarty online manual)
* ... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/function.html_table.php | Extend/Package/smarty/plugins/function.html_table.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {html_table} function plugin
* Type: function
* Name: html_table
* Date: Feb 17, 2003
* Purpose: make an html table from an array of data
* Params:
*
* - loop - array to loop through
* - cols... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifier.date_format.php | Extend/Package/smarty/plugins/modifier.date_format.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifier
*/
/**
* Smarty date_format modifier plugin
* Type: modifier
* Name: date_format
* Purpose: format datestamps via strftime
* Input:
* - string: input date string
* - format: strftime format for output
... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.strip.php | Extend/Package/smarty/plugins/modifiercompiler.strip.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty strip modifier plugin
* Type: modifier
* Name: strip
* Purpose: Replace all repeated spaces, newlines, tabs
* with a single space or supplied replacement string.
* Example: {$var|str... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.from_charset.php | Extend/Package/smarty/plugins/modifiercompiler.from_charset.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty from_charset modifier plugin
* Type: modifier
* Name: from_charset
* Purpose: convert character encoding from $charset to internal encoding
*
* @author Rodney Rehm
*
* @param array $params param... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/outputfilter.trimwhitespace.php | Extend/Package/smarty/plugins/outputfilter.trimwhitespace.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFilter
*/
/**
* Smarty trimwhitespace outputfilter plugin
* Trim unnecessary whitespace from HTML markup.
*
* @author Rodney Rehm
*
* @param string $source input string
*
* @return string filtered output
* @todo substr_replace() ... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.escape.php | Extend/Package/smarty/plugins/modifiercompiler.escape.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty escape modifier plugin
* Type: modifier
* Name: escape
* Purpose: escape string for output
*
* @link http://www.smarty.net/docsv2/en/language.modifier.escape count_characters (Smarty online manu... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifier.spacify.php | Extend/Package/smarty/plugins/modifier.spacify.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifier
*/
/**
* Smarty spacify modifier plugin
* Type: modifier
* Name: spacify
* Purpose: add spaces between characters in a string
*
* @link http://smarty.php.net/manual/en/language.modifier.spacify.php spacify (Smarty onli... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/shared.mb_str_replace.php | Extend/Package/smarty/plugins/shared.mb_str_replace.php | <?php
/**
* Smarty shared plugin
*
* @package Smarty
* @subpackage PluginsShared
*/
if (!function_exists('smarty_mb_str_replace')) {
/**
* Multibyte string replace
*
* @param string|string[] $search the string to be searched
* @param string|string[] $replace the replacement string
... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifier.truncate.php | Extend/Package/smarty/plugins/modifier.truncate.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifier
*/
/**
* Smarty truncate modifier plugin
* Type: modifier
* Name: truncate
* Purpose: Truncate a string to a certain length if necessary,
* optionally splitting in the middle of a word, and
* ... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifiercompiler.noprint.php | Extend/Package/smarty/plugins/modifiercompiler.noprint.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
/**
* Smarty noprint modifier plugin
* Type: modifier
* Name: noprint
* Purpose: return an empty string
*
* @author Uwe Tews
* @return string with compiled code
*/
function smarty_modifiercompiler_noprint(... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/function.fetch.php | Extend/Package/smarty/plugins/function.fetch.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {fetch} plugin
* Type: function
* Name: fetch
* Purpose: fetch file, web or ftp data and display results
*
* @link http://www.smarty.net/manual/en/language.function.fetch.php {fetch}
* (Smarty ... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/modifier.debug_print_var.php | Extend/Package/smarty/plugins/modifier.debug_print_var.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage Debug
*/
/**
* Smarty debug_print_var modifier plugin
* Type: modifier
* Name: debug_print_var
* Purpose: formats variable contents for display in the console
*
* @author Monte Ohrt <monte at ohrt dot com>
*
* @param array|object $var... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/plugins/function.math.php | Extend/Package/smarty/plugins/function.math.php | <?php
/**
* Smarty plugin
* This plugin is only for Smarty2 BC
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {math} function plugin
* Type: function
* Name: math
* Purpose: handle math computations in template
*
* @link http://www.smarty.net/manual/en/language.function.m... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_method_getconfigvars.php | Extend/Package/smarty/sysplugins/smarty_internal_method_getconfigvars.php | <?php
/**
* Smarty Method GetConfigVars
*
* Smarty::getConfigVars() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_GetConfigVars
{
/**
* Valid for all objects
*
* @var int
*/
public $objMap = 7;
/**
* Retu... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_compile_private_object_block_function.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_private_object_block_function.php | <?php
/**
* Smarty Internal Plugin Compile Object Block Function
* Compiles code for registered objects as block function
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Object Block Function Class
*
* @package Smarty
* @subpackage Compiler
*/... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_compile_shared_inheritance.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_shared_inheritance.php | <?php
/**
* Smarty Internal Plugin Compile Shared Inheritance
* Shared methods for {extends} and {block} tags
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Shared Inheritance Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_I... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_method_loadfilter.php | Extend/Package/smarty/sysplugins/smarty_internal_method_loadfilter.php | <?php
/**
* Smarty Method LoadFilter
*
* Smarty::loadFilter() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_LoadFilter
{
/**
* Valid for Smarty and template object
*
* @var int
*/
public $objMap = 3;
/**
... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_testinstall.php | Extend/Package/smarty/sysplugins/smarty_internal_testinstall.php | <?php
/**
* Smarty Internal TestInstall
* Test Smarty installation
*
* @package Smarty
* @subpackage Utilities
* @author Uwe Tews
*/
/**
* TestInstall class
*
* @package Smarty
* @subpackage Utilities
*/
class Smarty_Internal_TestInstall
{
/**
* diagnose Smarty setup
* If $errors is... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_compile_include_php.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_include_php.php | <?php
/**
* Smarty Internal Plugin Compile Include PHP
* Compiles the {include_php} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Insert Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Include_Php extends... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_template.php | Extend/Package/smarty/sysplugins/smarty_internal_template.php | <?php
/**
* Smarty Internal Plugin Template
* This file contains the Smarty template engine
*
* @package Smarty
* @subpackage Template
* @author Uwe Tews
*/
/**
* Main class with template data structures and methods
*
* @package Smarty
* @subpackage Template
*
* @property Smarty_Template_Compile... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_method_loadplugin.php | Extend/Package/smarty/sysplugins/smarty_internal_method_loadplugin.php | <?php
/**
* Smarty Extension Loadplugin
*
* $smarty->loadPlugin() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_LoadPlugin
{
/**
* Cache of searched plugin files
*
* @var array
*/
public $plugin_files = array();
... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_method_unregisterplugin.php | Extend/Package/smarty/sysplugins/smarty_internal_method_unregisterplugin.php | <?php
/**
* Smarty Method UnregisterPlugin
*
* Smarty::unregisterPlugin() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_UnregisterPlugin
{
/**
* Valid for Smarty and template object
*
* @var int
*/
public $objMap =... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_method_unloadfilter.php | Extend/Package/smarty/sysplugins/smarty_internal_method_unloadfilter.php | <?php
/**
* Smarty Method UnloadFilter
*
* Smarty::unloadFilter() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_UnloadFilter extends Smarty_Internal_Method_LoadFilter
{
/**
* load a filter of specified type and name
*
* @ap... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_debug.php | Extend/Package/smarty/sysplugins/smarty_internal_debug.php | <?php
/**
* Smarty Internal Plugin Debug
* Class to collect data for the Smarty Debugging Console
*
* @package Smarty
* @subpackage Debug
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Debug Class
*
* @package Smarty
* @subpackage Debug
*/
class Smarty_Internal_Debug extends Smarty_Internal_D... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_method_unregisterresource.php | Extend/Package/smarty/sysplugins/smarty_internal_method_unregisterresource.php | <?php
/**
* Smarty Method UnregisterResource
*
* Smarty::unregisterResource() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_UnregisterResource
{
/**
* Valid for Smarty and template object
*
* @var int
*/
public $ob... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_runtime_capture.php | Extend/Package/smarty/sysplugins/smarty_internal_runtime_capture.php | <?php
/**
* Runtime Extension Capture
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Runtime_Capture
{
/**
* Flag that this instance will not be cached
*
* @var bool
*/
public $isPrivateExtension = true;
/**
* Stack of c... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_parsetree_dqcontent.php | Extend/Package/smarty/sysplugins/smarty_internal_parsetree_dqcontent.php | <?php
/**
* Smarty Internal Plugin Templateparser Parse Tree
* These are classes to build parse tree in the template parser
*
* @package Smarty
* @subpackage Compiler
* @author Thue Kristensen
* @author Uwe Tews
*/
/**
* Raw chars as part of a double quoted string.
*
* @package Smarty
* @sub... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.