d30008c3a3
Smarty is a template engine for PHP. Many other template engines for PHP provide basic variable substitution and dynamic block functionality. Smarty takes a step further to be a "smart" template engine, adding features such as configuration files, template functions, and variable modifiers, and making all of this functionality as easy as possible to use for both programmers and template designers. Smarty also converts the templates into PHP scripts, eliminating the need to parse the templates on every invocation. This makes Smarty extremely scalable and managable for large application needs. WWW: http://www.smarty.net/
123 lines
6.4 KiB
Text
123 lines
6.4 KiB
Text
%%DATADIR%%/Smarty.class.php
|
|
%%DATADIR%%/SmartyBC.class.php
|
|
%%DATADIR%%/debug.tpl
|
|
%%DATADIR%%/plugins/block.textformat.php
|
|
%%DATADIR%%/plugins/function.counter.php
|
|
%%DATADIR%%/plugins/function.cycle.php
|
|
%%DATADIR%%/plugins/function.fetch.php
|
|
%%DATADIR%%/plugins/function.html_checkboxes.php
|
|
%%DATADIR%%/plugins/function.html_image.php
|
|
%%DATADIR%%/plugins/function.html_options.php
|
|
%%DATADIR%%/plugins/function.html_radios.php
|
|
%%DATADIR%%/plugins/function.html_select_date.php
|
|
%%DATADIR%%/plugins/function.html_select_time.php
|
|
%%DATADIR%%/plugins/function.html_table.php
|
|
%%DATADIR%%/plugins/function.mailto.php
|
|
%%DATADIR%%/plugins/function.math.php
|
|
%%DATADIR%%/plugins/modifier.capitalize.php
|
|
%%DATADIR%%/plugins/modifier.date_format.php
|
|
%%DATADIR%%/plugins/modifier.debug_print_var.php
|
|
%%DATADIR%%/plugins/modifier.escape.php
|
|
%%DATADIR%%/plugins/modifier.regex_replace.php
|
|
%%DATADIR%%/plugins/modifier.replace.php
|
|
%%DATADIR%%/plugins/modifier.spacify.php
|
|
%%DATADIR%%/plugins/modifier.truncate.php
|
|
%%DATADIR%%/plugins/modifiercompiler.cat.php
|
|
%%DATADIR%%/plugins/modifiercompiler.count_characters.php
|
|
%%DATADIR%%/plugins/modifiercompiler.count_paragraphs.php
|
|
%%DATADIR%%/plugins/modifiercompiler.count_sentences.php
|
|
%%DATADIR%%/plugins/modifiercompiler.count_words.php
|
|
%%DATADIR%%/plugins/modifiercompiler.default.php
|
|
%%DATADIR%%/plugins/modifiercompiler.escape.php
|
|
%%DATADIR%%/plugins/modifiercompiler.from_charset.php
|
|
%%DATADIR%%/plugins/modifiercompiler.indent.php
|
|
%%DATADIR%%/plugins/modifiercompiler.lower.php
|
|
%%DATADIR%%/plugins/modifiercompiler.noprint.php
|
|
%%DATADIR%%/plugins/modifiercompiler.string_format.php
|
|
%%DATADIR%%/plugins/modifiercompiler.strip.php
|
|
%%DATADIR%%/plugins/modifiercompiler.strip_tags.php
|
|
%%DATADIR%%/plugins/modifiercompiler.to_charset.php
|
|
%%DATADIR%%/plugins/modifiercompiler.unescape.php
|
|
%%DATADIR%%/plugins/modifiercompiler.upper.php
|
|
%%DATADIR%%/plugins/modifiercompiler.wordwrap.php
|
|
%%DATADIR%%/plugins/outputfilter.trimwhitespace.php
|
|
%%DATADIR%%/plugins/shared.escape_special_chars.php
|
|
%%DATADIR%%/plugins/shared.literal_compiler_param.php
|
|
%%DATADIR%%/plugins/shared.make_timestamp.php
|
|
%%DATADIR%%/plugins/shared.mb_str_replace.php
|
|
%%DATADIR%%/plugins/shared.mb_unicode.php
|
|
%%DATADIR%%/plugins/shared.mb_wordwrap.php
|
|
%%DATADIR%%/plugins/variablefilter.htmlspecialchars.php
|
|
%%DATADIR%%/sysplugins/smarty_cacheresource.php
|
|
%%DATADIR%%/sysplugins/smarty_cacheresource_custom.php
|
|
%%DATADIR%%/sysplugins/smarty_cacheresource_keyvaluestore.php
|
|
%%DATADIR%%/sysplugins/smarty_config_source.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_cacheresource_file.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_append.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_assign.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_block.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_break.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_call.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_capture.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_config_load.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_continue.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_debug.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_eval.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_extends.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_for.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_foreach.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_function.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_if.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_include.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_include_php.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_insert.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_ldelim.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_nocache.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_private_block_plugin.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_private_function_plugin.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_private_modifier.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_private_object_block_function.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_private_object_function.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_private_print_expression.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_private_registered_block.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_private_registered_function.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_private_special_variable.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_rdelim.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_section.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_setfilter.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compile_while.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_compilebase.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_config.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_config_file_compiler.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_configfilelexer.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_configfileparser.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_data.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_debug.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_filter_handler.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_function_call_handler.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_get_include_path.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_nocache_insert.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_parsetree.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_resource_eval.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_resource_extends.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_resource_file.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_resource_php.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_resource_registered.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_resource_stream.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_resource_string.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_smartytemplatecompiler.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_template.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_templatebase.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_templatecompilerbase.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_templatelexer.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_templateparser.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_utility.php
|
|
%%DATADIR%%/sysplugins/smarty_internal_write_file.php
|
|
%%DATADIR%%/sysplugins/smarty_resource.php
|
|
%%DATADIR%%/sysplugins/smarty_resource_custom.php
|
|
%%DATADIR%%/sysplugins/smarty_resource_recompiled.php
|
|
%%DATADIR%%/sysplugins/smarty_resource_uncompiled.php
|
|
%%DATADIR%%/sysplugins/smarty_security.php
|
|
@dirrm %%DATADIR%%/sysplugins
|
|
@dirrm %%DATADIR%%/plugins
|
|
@dirrm %%DATADIR%%
|