From 086ae52d12011746a75f5588e877347bc0457352 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 21 Mar 2008 11:49:34 +0100 Subject: Update auf MediaWiki 1.12.0 --- includes/Preprocessor.php | 154 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 includes/Preprocessor.php (limited to 'includes/Preprocessor.php') diff --git a/includes/Preprocessor.php b/includes/Preprocessor.php new file mode 100644 index 00000000..34bc1e5b --- /dev/null +++ b/includes/Preprocessor.php @@ -0,0 +1,154 @@ + node into an associative array containing: + * name PPNode name + * index String index + * value PPNode value + */ + function splitArg(); + + /** + * Split an node into an associative array containing name, attr, inner and close + * All values in the resulting array are PPNodes. Inner and close are optional. + */ + function splitExt(); + + /** + * Split an node + */ + function splitHeading(); +} + -- cgit v1.2.3-54-g00ecf