/[Apache-SVN]
ViewVC logotype

Revision 980828


Jump to revision: Previous Next
Author: toby
Date: Fri Jul 30 15:26:03 2010 UTC (13 years, 11 months ago)
Changed paths: 311 (showing only 100; show all)
Log Message:
- Fixed: Adjusted source headers of Template to Apache license.

Changed paths

Path Details
Directoryincubator/zetacomponents/trunk/Template/docs/examples/brainfuck/brainfuck.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/compiled_code.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/configuration.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/contexts/no_context.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/contexts/xhtml_context.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/cursor.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/cycle.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/error_messages.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/compilation_failed_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/custom_block_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/file_failed_rename_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/file_failed_unlink_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/file_not_found_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/file_not_readable_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/file_not_writeable_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/internal_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/invalid_compiled_file_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/no_manager_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/no_output_context_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/outdated_compilation_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/parser_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/runtime_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/source_to_tst_parser_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/template_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/tst_node_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/exceptions/typehint_exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/array_code.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/array_functions.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/date_code.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/date_functions.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/debug_code.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/debug_functions.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/function_to_class.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/functions.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/math_functions.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/regexp_code.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/regexp_functions.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/string_code.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/string_functions.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/type_code.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/type_functions.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/web_code.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/functions/web_functions.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/interfaces/cache_manager.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/interfaces/custom_block.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/interfaces/custom_function.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/interfaces/location.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/interfaces/location_interface.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/interfaces/locator.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/interfaces/output_context.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parser.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/ast/implementations/ast_tree_output.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/ast_to_ast/implementations/assignment_optimizer.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/ast_to_ast/implementations/ast_walker.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/ast_to_ast/implementations/context_appender.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/ast_to_php/implementations/php_generator.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/ast_to_php/implementations/php_string_generator.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/interfaces/tree_output.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/array.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/array_fetch.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/block.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/block_comment.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/bool.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/cache.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/capture.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/charset.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/control_structure.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/custom_block.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/cycle.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/declaration.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/delimiter.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/doc_comment.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/eol_comment.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/expression.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/expression_block.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/float.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/foreach_loop.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/function_call.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/identifier.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/if_condition.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/include.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/integer.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/literal.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/literal_block.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/loop.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/null.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/program.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/string.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/switch_condition.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/translation.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/translation_context.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/variable.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/implementations/while_loop.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/source_to_tst/interfaces/source_to_tst_parser.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/tst/implementations/tst_tree_output.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/tst_to_ast/implementations/output_variable_manager.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/tst_to_ast/implementations/tst_to_ast_cached_transformer.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/tst_to_ast/implementations/tst_to_ast_transformer.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/tst_to_tst/implementations/cache_information.php modified , text changed
Directoryincubator/zetacomponents/trunk/Template/src/parsers/tst_to_tst/implementations/tst_walker.php modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26