46fdf16dc2
Although Smarty is known as a "Template Engine", it would be more accurately described as a "Template/Presentation Framework." That is, it provides the programmer and template designer with a wealth of tools to automate tasks commonly dealt with at the presentation layer of an application. ok robert@ sturm@
76 lines
2.7 KiB
Plaintext
76 lines
2.7 KiB
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/11/06 20:02:30 alek Exp $
|
|
smarty/
|
|
smarty/Config_File.class.php
|
|
smarty/Smarty.class.php
|
|
smarty/Smarty_Compiler.class.php
|
|
smarty/core/
|
|
smarty/core/core.assemble_plugin_filepath.php
|
|
smarty/core/core.assign_smarty_interface.php
|
|
smarty/core/core.create_dir_structure.php
|
|
smarty/core/core.display_debug_console.php
|
|
smarty/core/core.get_include_path.php
|
|
smarty/core/core.get_microtime.php
|
|
smarty/core/core.get_php_resource.php
|
|
smarty/core/core.is_secure.php
|
|
smarty/core/core.is_trusted.php
|
|
smarty/core/core.load_plugins.php
|
|
smarty/core/core.load_resource_plugin.php
|
|
smarty/core/core.process_cached_inserts.php
|
|
smarty/core/core.process_compiled_include.php
|
|
smarty/core/core.read_cache_file.php
|
|
smarty/core/core.rm_auto.php
|
|
smarty/core/core.rmdir.php
|
|
smarty/core/core.run_insert_handler.php
|
|
smarty/core/core.smarty_include_php.php
|
|
smarty/core/core.write_cache_file.php
|
|
smarty/core/core.write_compiled_include.php
|
|
smarty/core/core.write_compiled_resource.php
|
|
smarty/core/core.write_file.php
|
|
smarty/debug.tpl
|
|
smarty/plugins/
|
|
smarty/plugins/block.textformat.php
|
|
smarty/plugins/compiler.assign.php
|
|
smarty/plugins/function.assign_debug_info.php
|
|
smarty/plugins/function.config_load.php
|
|
smarty/plugins/function.counter.php
|
|
smarty/plugins/function.cycle.php
|
|
smarty/plugins/function.debug.php
|
|
smarty/plugins/function.eval.php
|
|
smarty/plugins/function.fetch.php
|
|
smarty/plugins/function.html_checkboxes.php
|
|
smarty/plugins/function.html_image.php
|
|
smarty/plugins/function.html_options.php
|
|
smarty/plugins/function.html_radios.php
|
|
smarty/plugins/function.html_select_date.php
|
|
smarty/plugins/function.html_select_time.php
|
|
smarty/plugins/function.html_table.php
|
|
smarty/plugins/function.mailto.php
|
|
smarty/plugins/function.math.php
|
|
smarty/plugins/function.popup.php
|
|
smarty/plugins/function.popup_init.php
|
|
smarty/plugins/modifier.capitalize.php
|
|
smarty/plugins/modifier.cat.php
|
|
smarty/plugins/modifier.count_characters.php
|
|
smarty/plugins/modifier.count_paragraphs.php
|
|
smarty/plugins/modifier.count_sentences.php
|
|
smarty/plugins/modifier.count_words.php
|
|
smarty/plugins/modifier.date_format.php
|
|
smarty/plugins/modifier.debug_print_var.php
|
|
smarty/plugins/modifier.default.php
|
|
smarty/plugins/modifier.escape.php
|
|
smarty/plugins/modifier.indent.php
|
|
smarty/plugins/modifier.lower.php
|
|
smarty/plugins/modifier.nl2br.php
|
|
smarty/plugins/modifier.regex_replace.php
|
|
smarty/plugins/modifier.replace.php
|
|
smarty/plugins/modifier.spacify.php
|
|
smarty/plugins/modifier.string_format.php
|
|
smarty/plugins/modifier.strip.php
|
|
smarty/plugins/modifier.strip_tags.php
|
|
smarty/plugins/modifier.truncate.php
|
|
smarty/plugins/modifier.upper.php
|
|
smarty/plugins/modifier.wordwrap.php
|
|
smarty/plugins/outputfilter.trimwhitespace.php
|
|
smarty/plugins/shared.escape_special_chars.php
|
|
smarty/plugins/shared.make_timestamp.php
|