Code

Added smarty base classes
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Nov 2007 13:38:18 +0000 (13:38 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Nov 2007 13:38:18 +0000 (13:38 +0000)
commitaec489f1363c78813e78b2687a18c34a71b7aa5a
tree412116b125dd9909ed43dc313211dca32f8d9898
parent767bcf74138bd6128121571e44ee3bd658388ac1
Added smarty base classes

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-playground@7775 594d385d-05f5-0310-b6e9-bd551577e9d8
74 files changed:
include/smarty/Config_File.class.php [new file with mode: 0644]
include/smarty/Smarty.class.php [new file with mode: 0644]
include/smarty/Smarty_Compiler.class.php [new file with mode: 0644]
include/smarty/debug.tpl [new file with mode: 0644]
include/smarty/internals/core.assemble_plugin_filepath.php [new file with mode: 0644]
include/smarty/internals/core.assign_smarty_interface.php [new file with mode: 0644]
include/smarty/internals/core.create_dir_structure.php [new file with mode: 0644]
include/smarty/internals/core.display_debug_console.php [new file with mode: 0644]
include/smarty/internals/core.get_include_path.php [new file with mode: 0644]
include/smarty/internals/core.get_microtime.php [new file with mode: 0644]
include/smarty/internals/core.get_php_resource.php [new file with mode: 0644]
include/smarty/internals/core.is_secure.php [new file with mode: 0644]
include/smarty/internals/core.is_trusted.php [new file with mode: 0644]
include/smarty/internals/core.load_plugins.php [new file with mode: 0644]
include/smarty/internals/core.load_resource_plugin.php [new file with mode: 0644]
include/smarty/internals/core.process_cached_inserts.php [new file with mode: 0644]
include/smarty/internals/core.process_compiled_include.php [new file with mode: 0644]
include/smarty/internals/core.read_cache_file.php [new file with mode: 0644]
include/smarty/internals/core.rm_auto.php [new file with mode: 0644]
include/smarty/internals/core.rmdir.php [new file with mode: 0644]
include/smarty/internals/core.run_insert_handler.php [new file with mode: 0644]
include/smarty/internals/core.smarty_include_php.php [new file with mode: 0644]
include/smarty/internals/core.write_cache_file.php [new file with mode: 0644]
include/smarty/internals/core.write_compiled_include.php [new file with mode: 0644]
include/smarty/internals/core.write_compiled_resource.php [new file with mode: 0644]
include/smarty/internals/core.write_file.php [new file with mode: 0644]
include/smarty/plugins/block.render.php [new file with mode: 0755]
include/smarty/plugins/block.t.php [new file with mode: 0644]
include/smarty/plugins/block.textformat.php [new file with mode: 0644]
include/smarty/plugins/compiler.assign.php [new file with mode: 0644]
include/smarty/plugins/function.assign.php [new file with mode: 0644]
include/smarty/plugins/function.assign_debug_info.php [new file with mode: 0644]
include/smarty/plugins/function.config_load.php [new file with mode: 0644]
include/smarty/plugins/function.counter.php [new file with mode: 0644]
include/smarty/plugins/function.cycle.php [new file with mode: 0644]
include/smarty/plugins/function.debug.php [new file with mode: 0644]
include/smarty/plugins/function.eval.php [new file with mode: 0644]
include/smarty/plugins/function.fetch.php [new file with mode: 0644]
include/smarty/plugins/function.html_checkboxes.php [new file with mode: 0644]
include/smarty/plugins/function.html_image.php [new file with mode: 0644]
include/smarty/plugins/function.html_options.php [new file with mode: 0644]
include/smarty/plugins/function.html_radios.php [new file with mode: 0644]
include/smarty/plugins/function.html_select_date.php [new file with mode: 0644]
include/smarty/plugins/function.html_select_time.php [new file with mode: 0644]
include/smarty/plugins/function.html_table.php [new file with mode: 0644]
include/smarty/plugins/function.mailto.php [new file with mode: 0644]
include/smarty/plugins/function.math.php [new file with mode: 0644]
include/smarty/plugins/function.popup.php [new file with mode: 0644]
include/smarty/plugins/function.popup_init.php [new file with mode: 0644]
include/smarty/plugins/modifier.capitalize.php [new file with mode: 0644]
include/smarty/plugins/modifier.cat.php [new file with mode: 0644]
include/smarty/plugins/modifier.count_characters.php [new file with mode: 0644]
include/smarty/plugins/modifier.count_paragraphs.php [new file with mode: 0644]
include/smarty/plugins/modifier.count_sentences.php [new file with mode: 0644]
include/smarty/plugins/modifier.count_words.php [new file with mode: 0644]
include/smarty/plugins/modifier.date_format.php [new file with mode: 0644]
include/smarty/plugins/modifier.debug_print_var.php [new file with mode: 0644]
include/smarty/plugins/modifier.default.php [new file with mode: 0644]
include/smarty/plugins/modifier.escape.php [new file with mode: 0644]
include/smarty/plugins/modifier.indent.php [new file with mode: 0644]
include/smarty/plugins/modifier.lower.php [new file with mode: 0644]
include/smarty/plugins/modifier.nl2br.php [new file with mode: 0644]
include/smarty/plugins/modifier.regex_replace.php [new file with mode: 0644]
include/smarty/plugins/modifier.replace.php [new file with mode: 0644]
include/smarty/plugins/modifier.spacify.php [new file with mode: 0644]
include/smarty/plugins/modifier.string_format.php [new file with mode: 0644]
include/smarty/plugins/modifier.strip.php [new file with mode: 0644]
include/smarty/plugins/modifier.strip_tags.php [new file with mode: 0644]
include/smarty/plugins/modifier.truncate.php [new file with mode: 0644]
include/smarty/plugins/modifier.upper.php [new file with mode: 0644]
include/smarty/plugins/modifier.wordwrap.php [new file with mode: 0644]
include/smarty/plugins/outputfilter.trimwhitespace.php [new file with mode: 0644]
include/smarty/plugins/shared.escape_special_chars.php [new file with mode: 0644]
include/smarty/plugins/shared.make_timestamp.php [new file with mode: 0644]