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 |
|---|---|---|---|---|---|---|---|---|
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_cacheresource_keyvaluestore.php | Extend/Package/smarty/sysplugins/smarty_cacheresource_keyvaluestore.php | <?php
/**
* Smarty Internal Plugin
*
* @package Smarty
* @subpackage Cacher
*/
/**
* Smarty Cache Handler Base for Key/Value Storage Implementations
* This class implements the functionality required to use simple key/value stores
* for hierarchical cache groups. key/value stores like memcache or APC do not... | 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 | Extend/Package/smarty/sysplugins/smarty_internal_compile_include.php | <?php
/**
* Smarty Internal Plugin Compile Include
* Compiles the {include} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Include Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Include extends Smarty_Int... | 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_modifier.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_private_modifier.php | <?php
/**
* Smarty Internal Plugin Compile Modifier
* Compiles code for modifier execution
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Modifier Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Private_Modi... | 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_ldelim.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_ldelim.php | <?php
/**
* Smarty Internal Plugin Compile Ldelim
* Compiles the {ldelim} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Ldelim Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Ldelim extends Smarty_Intern... | 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_resource_extends.php | Extend/Package/smarty/sysplugins/smarty_internal_resource_extends.php | <?php
/**
* Smarty Internal Plugin Resource Extends
*
* @package Smarty
* @subpackage TemplateResources
* @author Uwe Tews
* @author Rodney Rehm
*/
/**
* Smarty Internal Plugin Resource Extends
* Implements the file system as resource for Smarty which {extend}s a chain of template files templates
... | 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_clearcompiledtemplate.php | Extend/Package/smarty/sysplugins/smarty_internal_method_clearcompiledtemplate.php | <?php
/**
* Smarty Method ClearCompiledTemplate
*
* Smarty::clearCompiledTemplate() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_ClearCompiledTemplate
{
/**
* Valid for Smarty 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_runtime_writefile.php | Extend/Package/smarty/sysplugins/smarty_internal_runtime_writefile.php | <?php
/**
* Smarty write file plugin
*
* @package Smarty
* @subpackage PluginsInternal
* @author Monte Ohrt
*/
/**
* Smarty Internal Write File Class
*
* @package Smarty
* @subpackage PluginsInternal
*/
class Smarty_Internal_Runtime_WriteFile
{
/**
* Writes file in a safe way to disk
... | 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_data.php | Extend/Package/smarty/sysplugins/smarty_data.php | <?php
/**
* Smarty Plugin Data
* This file contains the data object
*
* @package Smarty
* @subpackage Template
* @author Uwe Tews
*/
/**
* class for the Smarty data object
* The Smarty data object will hold Smarty variables in the current scope
*
* @package Smarty
* @subpackage Template
*/
class... | 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_setautoloadfilters.php | Extend/Package/smarty/sysplugins/smarty_internal_method_setautoloadfilters.php | <?php
/**
* Smarty Method SetAutoloadFilters
*
* Smarty::setAutoloadFilters() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_SetAutoloadFilters
{
/**
* 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_method_gettemplatevars.php | Extend/Package/smarty/sysplugins/smarty_internal_method_gettemplatevars.php | <?php
/**
* Smarty Method GetTemplateVars
*
* Smarty::getTemplateVars() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_GetTemplateVars
{
/**
* Valid for all objects
*
* @var int
*/
public $objMap = 7;
/**
... | 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_getregisteredobject.php | Extend/Package/smarty/sysplugins/smarty_internal_method_getregisteredobject.php | <?php
/**
* Smarty Method GetRegisteredObject
*
* Smarty::getRegisteredObject() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_GetRegisteredObject
{
/**
* Valid for Smarty and template object
*
* @var int
*/
public ... | 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_foreach.php | Extend/Package/smarty/sysplugins/smarty_internal_runtime_foreach.php | <?php
/**
* Foreach Runtime Methods count(), init(), restore()
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*
*/
class Smarty_Internal_Runtime_Foreach
{
/**
* Stack of saved variables
*
* @var array
*/
private $stack = array();
/**
* Init for... | 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_while.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_while.php | <?php
/**
* Smarty Internal Plugin Compile While
* Compiles the {while} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile While Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_While extends Smarty_Internal_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_compile_extends.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_extends.php | <?php
/**
* Smarty Internal Plugin Compile extend
* Compiles the {extends} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile extend Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Extends extends Smarty_Int... | 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_registerfilter.php | Extend/Package/smarty/sysplugins/smarty_internal_method_registerfilter.php | <?php
/**
* Smarty Method RegisterFilter
*
* Smarty::registerFilter() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_RegisterFilter
{
/**
* 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_runtime_inheritance.php | Extend/Package/smarty/sysplugins/smarty_internal_runtime_inheritance.php | <?php
/**
* Inheritance Runtime Methods processBlock, endChild, init
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*
**/
class Smarty_Internal_Runtime_Inheritance
{
/**
* State machine
* - 0 idle next extends will create a new inheritance tree
* - 1 processing 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_variable.php | Extend/Package/smarty/sysplugins/smarty_variable.php | <?php
/**
* class for the Smarty variable object
* This class defines the Smarty variable object
*
* @package Smarty
* @subpackage Template
*/
class Smarty_Variable
{
/**
* template variable
*
* @var mixed
*/
public $value = null;
/**
* if true any output of this variable... | 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_clearallcache.php | Extend/Package/smarty/sysplugins/smarty_internal_method_clearallcache.php | <?php
/**
* Smarty Method ClearAllCache
*
* Smarty::clearAllCache() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_ClearAllCache
{
/**
* Valid for Smarty object
*
* @var int
*/
public $objMap = 1;
/**
* Em... | 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_template_compiled.php | Extend/Package/smarty/sysplugins/smarty_template_compiled.php | <?php
/**
* Smarty Resource Data Object
* Meta Data Container for Template Files
*
* @package Smarty
* @subpackage TemplateResources
* @author Rodney Rehm
* @property string $content compiled content
*/
class Smarty_Template_Compiled extends Smarty_Template_Resource_Base
{
/**
* nocache hash
... | 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_make_nocache.php | Extend/Package/smarty/sysplugins/smarty_internal_runtime_make_nocache.php | <?php
/**
* {make_nocache} Runtime Methods save(), store()
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*
*/
class Smarty_Internal_Runtime_Make_Nocache
{
/**
* Save current variable value while rendering compiled template and inject nocache code to
* assign variable... | 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_resource_file.php | Extend/Package/smarty/sysplugins/smarty_internal_resource_file.php | <?php
/**
* Smarty Internal Plugin Resource File
*
* @package Smarty
* @subpackage TemplateResources
* @author Uwe Tews
* @author Rodney Rehm
*/
/**
* Smarty Internal Plugin Resource File
* Implements the file system as resource for Smarty templates
*
* @package Smarty
* @subpackage TemplateR... | 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_registerresource.php | Extend/Package/smarty/sysplugins/smarty_internal_method_registerresource.php | <?php
/**
* Smarty Method RegisterResource
*
* Smarty::registerResource() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_RegisterResource
{
/**
* 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_resource.php | Extend/Package/smarty/sysplugins/smarty_resource.php | <?php
/**
* Smarty Resource Plugin
*
* @package Smarty
* @subpackage TemplateResources
* @author Rodney Rehm
*/
/**
* Smarty Resource Plugin
* Base implementation for resource plugins
*
* @package Smarty
* @subpackage TemplateResources
*
* @method renderUncompiled(Smarty_Template_Source $source,... | 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_getconfigvariable.php | Extend/Package/smarty/sysplugins/smarty_internal_method_getconfigvariable.php | <?php
/**
* Smarty Method GetConfigVariable
*
* Smarty::getConfigVariable() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_GetConfigVariable
{
/**
* Valid for all objects
*
* @var int
*/
public $objMap = 7;
/**... | 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_security.php | Extend/Package/smarty/sysplugins/smarty_security.php | <?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage Security
* @author Uwe Tews
*/
/*
* FIXME: Smarty_Security API
* - getter and setter instead of public properties would allow cultivating an internal cache properly
* - current implementation of isTrustedResourceDir() assumes that 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/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php | Extend/Package/smarty/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php | <?php
/**
* Smarty Method RegisterDefaultTemplateHandler
*
* Smarty::registerDefaultTemplateHandler() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_RegisterDefaultTemplateHandler
{
/**
* Valid for Smarty and template object
*
... | 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_registered_function.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_private_registered_function.php | <?php
/**
* Smarty Internal Plugin Compile Registered Function
* Compiles code for the execution of a registered function
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Registered Function Class
*
* @package Smarty
* @subpackage Compiler
*/
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_templatebase.php | Extend/Package/smarty/sysplugins/smarty_internal_templatebase.php | <?php
/**
* Smarty Internal Plugin Smarty Template Base
* This file contains the basic shared methods for template handling
*
* @package Smarty
* @subpackage Template
* @author Uwe Tews
*/
/**
* Class with shared smarty/template methods
*
* @package Smarty
* @subpackage Template
*
* @proper... | 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_createdata.php | Extend/Package/smarty/sysplugins/smarty_internal_method_createdata.php | <?php
/**
* Smarty Method CreateData
*
* Smarty::createData() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_CreateData
{
/**
* 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_method_setdefaultmodifiers.php | Extend/Package/smarty/sysplugins/smarty_internal_method_setdefaultmodifiers.php | <?php
/**
* Smarty Method SetDefaultModifiers
*
* Smarty::setDefaultModifiers() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_SetDefaultModifiers
{
/**
* Valid for Smarty and template object
*
* @var int
*/
public ... | 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_function.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_function.php | <?php
/**
* Smarty Internal Plugin Compile Function
* Compiles the {function} {/function} tags
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Function Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_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/sysplugins/smarty_internal_method_getdefaultmodifiers.php | Extend/Package/smarty/sysplugins/smarty_internal_method_getdefaultmodifiers.php | <?php
/**
* Smarty Method GetDefaultModifiers
*
* Smarty::getDefaultModifiers() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_GetDefaultModifiers
{
/**
* Valid for Smarty and template object
*
* @var int
*/
public ... | 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_template.php | Extend/Package/smarty/sysplugins/smarty_internal_parsetree_template.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
*/
/**
* Template element
*
* @package Smarty
* @subpackage Compiler
* @ignore
... | 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_data.php | Extend/Package/smarty/sysplugins/smarty_internal_data.php | <?php
/**
* Smarty Internal Plugin Data
* This file contains the basic classes and methods for template and variable creation
*
* @package Smarty
* @subpackage Template
* @author Uwe Tews
*/
/**
* Base class with template and variable methods
*
* @package Smarty
* @subpackage Template
*
* @prope... | 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_template_cached.php | Extend/Package/smarty/sysplugins/smarty_template_cached.php | <?php
/**
* Created by PhpStorm.
* User: Uwe Tews
* Date: 04.12.2014
* Time: 06:08
*/
/**
* Smarty Resource Data Object
* Cache Data Container for Template Files
*
* @package Smarty
* @subpackage TemplateResources
* @author Rodney Rehm
*/
class Smarty_Template_Cached extends Smarty_Template_Resource... | 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_print_expression.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_private_print_expression.php | <?php
/**
* Smarty Internal Plugin Compile Print Expression
* Compiles any tag which will output an expression or variable
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Print Expression Class
*
* @package Smarty
* @subpackage Compiler
*/
cla... | 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_section.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_section.php | <?php
/**
* Smarty Internal Plugin Compile Section
* Compiles the {section} {sectionelse} {/section} tags
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Section Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_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_undefined_variable.php | Extend/Package/smarty/sysplugins/smarty_undefined_variable.php | <?php
/**
* class for undefined variable object
* This class defines an object for undefined variable handling
*
* @package Smarty
* @subpackage Template
*/
class Smarty_Undefined_Variable extends Smarty_Variable
{
/**
* Returns null for not existing properties
*
* @param string $name
... | 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_unregisterobject.php | Extend/Package/smarty/sysplugins/smarty_internal_method_unregisterobject.php | <?php
/**
* Smarty Method UnregisterObject
*
* Smarty::unregisterObject() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_UnregisterObject
{
/**
* 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_parsetree.php | Extend/Package/smarty/sysplugins/smarty_internal_parsetree.php | <?php
/**
* Smarty Internal Plugin Templateparser Parsetree
* These are classes to build parsetree in the template parser
*
* @package Smarty
* @subpackage Compiler
* @author Thue Kristensen
* @author Uwe Tews
*/
/**
* @package Smarty
* @subpackage Compiler
* @ignore
*/
abstract class 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/sysplugins/smarty_internal_compile_continue.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_continue.php | <?php
/**
* Smarty Internal Plugin Compile Continue
* Compiles the {continue} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Continue Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Continue extends Smart... | 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_block.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_block.php | <?php
/*
* This file is part of Smarty.
*
* (c) 2015 Uwe Tews
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Smarty Internal Plugin Compile Block Class
*
* @author Uwe Tews <uwe.tews@googlemail.com>
*/
class Smarty_Inte... | 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_unregisterfilter.php | Extend/Package/smarty/sysplugins/smarty_internal_method_unregisterfilter.php | <?php
/**
* Smarty Method UnregisterFilter
*
* Smarty::unregisterFilter() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_UnregisterFilter extends Smarty_Internal_Method_RegisterFilter
{
/**
* Unregisters a filter 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/sysplugins/smarty_internal_resource_string.php | Extend/Package/smarty/sysplugins/smarty_internal_resource_string.php | <?php
/**
* Smarty Internal Plugin Resource String
*
* @package Smarty
* @subpackage TemplateResources
* @author Uwe Tews
* @author Rodney Rehm
*/
/**
* Smarty Internal Plugin Resource String
* Implements the strings as resource for Smarty template
* {@internal unlike eval-resources the compiled 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/sysplugins/smartyexception.php | Extend/Package/smarty/sysplugins/smartyexception.php | <?php
/**
* Smarty exception class
*
* @package Smarty
*/
class SmartyException extends Exception
{
public static $escape = false;
/**
* @return string
*/
public function __toString()
{
return ' --> Smarty: ' . (self::$escape ? htmlentities($this->message) : $this->message) . ' <... | 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_cacheresourcefile.php | Extend/Package/smarty/sysplugins/smarty_internal_runtime_cacheresourcefile.php | <?php
/**
* Smarty cache resource file clear method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
/**
* Smarty Internal Runtime Cache Resource File Class
*
* @package Smarty
* @subpackage PluginsInternal
*/
class Smarty_Internal_Runtime_CacheResourceFile
{
/**
* E... | 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_foreachsection.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_private_foreachsection.php | <?php
/**
* Smarty Internal Plugin Compile ForeachSection
* Shared methods for {foreach} {section} tags
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile ForeachSection Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Co... | 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_registered_block.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_private_registered_block.php | <?php
/**
* Smarty Internal Plugin Compile Registered Block
* Compiles code for the execution of a registered block function
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Registered Block Class
*
* @package Smarty
* @subpackage Compiler
*/
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_runtime_updatecache.php | Extend/Package/smarty/sysplugins/smarty_internal_runtime_updatecache.php | <?php
/**
* Inline Runtime Methods render, setSourceByUid, setupSubTemplate
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*
**/
class Smarty_Internal_Runtime_UpdateCache
{
/**
* check client side cache
*
* @param \Smarty_Template_Cached $cached
* @param Sma... | 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_getautoloadfilters.php | Extend/Package/smarty/sysplugins/smarty_internal_method_getautoloadfilters.php | <?php
/**
* Smarty Method GetAutoloadFilters
*
* Smarty::getAutoloadFilters() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_GetAutoloadFilters extends Smarty_Internal_Method_SetAutoloadFilters
{
/**
* Get autoload filters
*
... | 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_templatecompilerbase.php | Extend/Package/smarty/sysplugins/smarty_internal_templatecompilerbase.php | <?php
/**
* Smarty Internal Plugin Smarty Template Compiler Base
* This file contains the basic classes and methods for compiling Smarty templates with lexer/parser
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Main abstract compiler class
*
* @package Smarty
* @subpackage... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | true |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_method_adddefaultmodifiers.php | Extend/Package/smarty/sysplugins/smarty_internal_method_adddefaultmodifiers.php | <?php
/**
* Smarty Method AddDefaultModifiers
*
* Smarty::addDefaultModifiers() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_AddDefaultModifiers
{
/**
* Valid for Smarty and template object
*
* @var int
*/
public ... | 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_mustcompile.php | Extend/Package/smarty/sysplugins/smarty_internal_method_mustcompile.php | <?php
/**
* Smarty Method MustCompile
*
* Smarty_Internal_Template::mustCompile() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_MustCompile
{
/**
* Valid for template object
*
* @var int
*/
public $objMap = 2;
... | 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_php.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_private_php.php | <?php
/**
* Smarty Internal Plugin Compile PHP Expression
* Compiles any tag which will output an expression or variable
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile PHP Expression Class
*
* @package Smarty
* @subpackage Compiler
*/
class 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/sysplugins/smarty_internal_compile_private_object_function.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_private_object_function.php | <?php
/**
* Smarty Internal Plugin Compile Object Function
* Compiles code for registered objects as function
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Object Function Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Inte... | 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_break.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_break.php | <?php
/**
* Smarty Internal Plugin Compile Break
* Compiles the {break} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Break Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Break extends Smarty_Internal_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_method_clearconfig.php | Extend/Package/smarty/sysplugins/smarty_internal_method_clearconfig.php | <?php
/**
* Smarty Method ClearConfig
*
* Smarty::clearConfig() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_ClearConfig
{
/**
* Valid for all objects
*
* @var int
*/
public $objMap = 7;
/**
* clear a si... | 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_rdelim.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_rdelim.php | <?php
/**
* Smarty Internal Plugin Compile Rdelim
* Compiles the {rdelim} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Rdelim Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Rdelim extends Smarty_Intern... | 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_append.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_append.php | <?php
/**
* Smarty Internal Plugin Compile Append
* Compiles the {append} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Append Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Append extends Smarty_Intern... | 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_configfileparser.php | Extend/Package/smarty/sysplugins/smarty_internal_configfileparser.php | <?php
class TPC_yyStackEntry
{
public $stateno; /* The state-number */
public $major; /* The major token value. This is the code
** number for the token at this stack level */
public $minor; /* The user-supplied minor token value. This
** is the val... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | true |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php | Extend/Package/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php | <?php
/**
* Smarty Internal Plugin Smarty Template Compiler Base
* This file contains the basic classes and methods for compiling Smarty templates with lexer/parser
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Class SmartyTemplateCompiler
*
* @package Smarty
* @subpackage... | 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_resource_uncompiled.php | Extend/Package/smarty/sysplugins/smarty_resource_uncompiled.php | <?php
/**
* Smarty Resource Plugin
*
* @package Smarty
* @subpackage TemplateResources
* @author Rodney Rehm
*/
/**
* Smarty Resource Plugin
* Base implementation for resource plugins that don't use the compiler
*
* @package Smarty
* @subpackage TemplateResources
*/
abstract class Smarty_Resource... | 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_text.php | Extend/Package/smarty/sysplugins/smarty_internal_parsetree_text.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
* *
* template text
* @package Smarty
* @subpackage Compil... | 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_resource_recompiled.php | Extend/Package/smarty/sysplugins/smarty_resource_recompiled.php | <?php
/**
* Smarty Resource Plugin
*
* @package Smarty
* @subpackage TemplateResources
* @author Rodney Rehm
*/
/**
* Smarty Resource Plugin
* Base implementation for resource plugins that don't compile cache
*
* @package Smarty
* @subpackage TemplateResources
*/
abstract class Smarty_Resource_Re... | 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_assign.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_assign.php | <?php
/**
* Smarty Internal Plugin Compile Assign
* Compiles the {assign} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Assign Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Assign extends Smarty_Intern... | 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_eval.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_eval.php | <?php
/**
* Smarty Internal Plugin Compile Eval
* Compiles the {eval} tag.
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Eval Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Eval extends Smarty_Internal_Comp... | 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_foreach.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_foreach.php | <?php
/**
* Smarty Internal Plugin Compile Foreach
* Compiles the {foreach} {foreachelse} {/foreach} tags
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Foreach Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_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_template_resource_base.php | Extend/Package/smarty/sysplugins/smarty_template_resource_base.php | <?php
/**
* Smarty Template Resource Base Object
*
* @package Smarty
* @subpackage TemplateResources
* @author Rodney Rehm
*/
abstract class Smarty_Template_Resource_Base
{
/**
* Compiled Filepath
*
* @var string
*/
public $filepath = null;
/**
* Compiled Timestamp
... | 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_config_load.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_config_load.php | <?php
/**
* Smarty Internal Plugin Compile Config Load
* Compiles the {config load} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Config Load Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Config_Load e... | 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_config_file_compiler.php | Extend/Package/smarty/sysplugins/smarty_internal_config_file_compiler.php | <?php
/**
* Smarty Internal Plugin Config File Compiler
* This is the config file compiler class. It calls the lexer and parser to
* perform the compiling.
*
* @package Smarty
* @subpackage Config
* @author Uwe Tews
*/
/**
* Main config file compiler class
*
* @package Smarty
* @subpackage Config... | 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_cacheresource.php | Extend/Package/smarty/sysplugins/smarty_cacheresource.php | <?php
/**
* Smarty Internal Plugin
*
* @package Smarty
* @subpackage Cacher
*/
/**
* Cache Handler API
*
* @package Smarty
* @subpackage Cacher
* @author Rodney Rehm
*/
abstract class Smarty_CacheResource
{
/**
* resource types provided by the core
*
* @var array
*/
pro... | 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_template_source.php | Extend/Package/smarty/sysplugins/smarty_template_source.php | <?php
/**
* Smarty Resource Data Object
* Meta Data Container for Template Files
*
* @package Smarty
* @subpackage TemplateResources
* @author Rodney Rehm
*
*/
class Smarty_Template_Source
{
/**
* Unique Template ID
*
* @var string
*/
public $uid = null;
/**
* Templ... | 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_updatescope.php | Extend/Package/smarty/sysplugins/smarty_internal_runtime_updatescope.php | <?php
/**
* Runtime Extension updateScope
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*
**/
class Smarty_Internal_Runtime_UpdateScope
{
/**
* Update new assigned template or config variable in other effected scopes
*
* @param Smarty_Internal_Template $tpl ... | 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_extension_handler.php | Extend/Package/smarty/sysplugins/smarty_internal_extension_handler.php | <?php
/**
* Smarty Extension handler
*
* Load extensions dynamically
*
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*
* Runtime extensions
* @property Smarty_Internal_Runtime_CacheModify $_cacheModify
* @property Smarty_Internal_Runtime_CacheResourceFile $_cacheResource... | 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/smartycompilerexception.php | Extend/Package/smarty/sysplugins/smartycompilerexception.php | <?php
/**
* Smarty compiler exception class
*
* @package Smarty
*/
class SmartyCompilerException extends SmartyException
{
/**
* @return string
*/
public function __toString()
{
return ' --> Smarty Compiler: ' . $this->message . ' <-- ';
}
/**
* The line number of the te... | 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_append.php | Extend/Package/smarty/sysplugins/smarty_internal_method_append.php | <?php
/**
* Smarty Method Append
*
* Smarty::append() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_Append
{
/**
* Valid for all objects
*
* @var int
*/
public $objMap = 7;
/**
* appends values to templat... | 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_templateparser.php | Extend/Package/smarty/sysplugins/smarty_internal_templateparser.php | <?php
class TP_yyStackEntry
{
public $stateno; /* The state-number */
public $major; /* The major token value. This is the code
** number for the token at this stack level */
public $minor; /* The user-supplied minor token value. This
** is the valu... | php | Apache-2.0 | 2ba403cd277680a050c457d39db2aef652fb8e8f | 2026-01-05T04:52:44.635355Z | true |
xcg340122/PHP300Framework2x | https://github.com/xcg340122/PHP300Framework2x/blob/2ba403cd277680a050c457d39db2aef652fb8e8f/Extend/Package/smarty/sysplugins/smarty_internal_method_registerobject.php | Extend/Package/smarty/sysplugins/smarty_internal_method_registerobject.php | <?php
/**
* Smarty Method RegisterObject
*
* Smarty::registerObject() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_RegisterObject
{
/**
* 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_method_appendbyref.php | Extend/Package/smarty/sysplugins/smarty_internal_method_appendbyref.php | <?php
/**
* Smarty Method AppendByRef
*
* Smarty::appendByRef() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_AppendByRef
{
/**
* appends values to template variables by reference
*
* @api Smarty::appendByRef()
* @li... | 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_cacheresource_custom.php | Extend/Package/smarty/sysplugins/smarty_cacheresource_custom.php | <?php
/**
* Smarty Internal Plugin
*
* @package Smarty
* @subpackage Cacher
*/
/**
* Cache Handler API
*
* @package Smarty
* @subpackage Cacher
* @author Rodney Rehm
*/
abstract class Smarty_CacheResource_Custom extends Smarty_CacheResource
{
/**
* fetch cached content and its modificatio... | 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_capture.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_capture.php | <?php
/**
* Smarty Internal Plugin Compile Capture
* Compiles the {capture} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Capture Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Capture extends Smarty_In... | 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_literals.php | Extend/Package/smarty/sysplugins/smarty_internal_method_literals.php | <?php
/**
* Smarty Method GetLiterals
*
* Smarty::getLiterals() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_Literals
{
/**
* 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_method_getdebugtemplate.php | Extend/Package/smarty/sysplugins/smarty_internal_method_getdebugtemplate.php | <?php
/**
* Smarty Method GetDebugTemplate
*
* Smarty::getDebugTemplate() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_GetDebugTemplate
{
/**
* 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_configfilelexer.php | Extend/Package/smarty/sysplugins/smarty_internal_configfilelexer.php | <?php
/**
* Smarty Internal Plugin Configfilelexer
*
* This is the lexer to break the config file source into tokens
*
* @package Smarty
* @subpackage Config
* @author Uwe Tews
*/
/**
* Smarty_Internal_Configfilelexer
*
* This is the config file lexer.
* It is generated from the smarty_internal_conf... | 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_cacheresource_file.php | Extend/Package/smarty/sysplugins/smarty_internal_cacheresource_file.php | <?php
/**
* Smarty Internal Plugin CacheResource File
*
* @package Smarty
* @subpackage Cacher
* @author Uwe Tews
* @author Rodney Rehm
*/
/**
* This class does contain all necessary methods for the HTML cache on file system
* Implements the file system as resource for the HTML cache Version ussing ... | 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_resource_eval.php | Extend/Package/smarty/sysplugins/smarty_internal_resource_eval.php | <?php
/**
* Smarty Internal Plugin Resource Eval
*
* @package Smarty
* @subpackage TemplateResources
* @author Uwe Tews
* @author Rodney Rehm
*/
/**
* Smarty Internal Plugin Resource Eval
* Implements the strings as resource for Smarty template
* {@internal unlike string-resources the compiled sta... | 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_template_config.php | Extend/Package/smarty/sysplugins/smarty_template_config.php | <?php
/**
* Smarty Config Source Plugin
*
* @package Smarty
* @subpackage TemplateResources
* @author Uwe Tews
*/
/**
* Smarty Config Resource Data Object
* Meta Data Container for Template Files
*
* @package Smarty
* @subpackage TemplateResources
* @author Uwe Tews
*
*/
class Smarty_Templa... | 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_resource_custom.php | Extend/Package/smarty/sysplugins/smarty_resource_custom.php | <?php
/**
* Smarty Resource Plugin
*
* @package Smarty
* @subpackage TemplateResources
* @author Rodney Rehm
*/
/**
* Smarty Resource Plugin
* Wrapper Implementation for custom resource plugins
*
* @package Smarty
* @subpackage TemplateResources
*/
abstract class Smarty_Resource_Custom extends 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/sysplugins/smarty_internal_compile_debug.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_debug.php | <?php
/**
* Smarty Internal Plugin Compile Debug
* Compiles the {debug} tag.
* It opens a window the the Smarty Debugging Console.
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Debug Class
*
* @package Smarty
* @subpackage Compiler
*/
class... | 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_make_nocache.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_make_nocache.php | <?php
/**
* Smarty Internal Plugin Compile Make_Nocache
* Compiles the {make_nocache} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Make_Nocache Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Make_Nocac... | 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_addautoloadfilters.php | Extend/Package/smarty/sysplugins/smarty_internal_method_addautoloadfilters.php | <?php
/**
* Smarty Method AddAutoloadFilters
*
* Smarty::addAutoloadFilters() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_AddAutoloadFilters extends Smarty_Internal_Method_SetAutoloadFilters
{
/**
* Add autoload filters
*
... | 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_undefined.php | Extend/Package/smarty/sysplugins/smarty_internal_undefined.php | <?php
/**
* Smarty Internal Undefined
*
* Class to handle undefined method calls or calls to obsolete runtime extensions
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Undefined
{
/**
* Name of undefined extension class
*
* @var string|n... | 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_special_variable.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_private_special_variable.php | <?php
/**
* Smarty Internal Plugin Compile Special Smarty Variable
* Compiles the special $smarty variables
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile special Smarty Variable Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smart... | 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_insert.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_insert.php | <?php
/**
* Smarty Internal Plugin Compile Insert
* Compiles the {insert} tag
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Insert Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Insert extends Smarty_Intern... | 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_nocache_insert.php | Extend/Package/smarty/sysplugins/smarty_internal_nocache_insert.php | <?php
/**
* Smarty Internal Plugin Nocache Insert
* Compiles the {insert} tag into the cache file
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Insert Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Nocache_Insert
{... | 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_registerplugin.php | Extend/Package/smarty/sysplugins/smarty_internal_method_registerplugin.php | <?php
/**
* Smarty Method RegisterPlugin
*
* Smarty::registerPlugin() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_RegisterPlugin
{
/**
* 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_method_compilealltemplates.php | Extend/Package/smarty/sysplugins/smarty_internal_method_compilealltemplates.php | <?php
/**
* Smarty Method CompileAllTemplates
*
* Smarty::compileAllTemplates() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_CompileAllTemplates
{
/**
* Valid for Smarty object
*
* @var int
*/
public $objMap = 1;
... | 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_registerdefaultconfighandler.php | Extend/Package/smarty/sysplugins/smarty_internal_method_registerdefaultconfighandler.php | <?php
/**
* Smarty Method RegisterDefaultConfigHandler
*
* Smarty::registerDefaultConfigHandler() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_RegisterDefaultConfigHandler
{
/**
* Valid for Smarty and template object
*
* @... | 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_registercacheresource.php | Extend/Package/smarty/sysplugins/smarty_internal_method_registercacheresource.php | <?php
/**
* Smarty Method RegisterCacheResource
*
* Smarty::registerCacheResource() method
*
* @package Smarty
* @subpackage PluginsInternal
* @author Uwe Tews
*/
class Smarty_Internal_Method_RegisterCacheResource
{
/**
* Valid for Smarty and template object
*
* @var int
*/
p... | 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_block_plugin.php | Extend/Package/smarty/sysplugins/smarty_internal_compile_private_block_plugin.php | <?php
/**
* Smarty Internal Plugin Compile Block Plugin
* Compiles code for the execution of block plugin
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Block Plugin Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Co... | 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.