wiki
[ class tree: wiki ] [ index: wiki ] [ all elements ]

Procedural File: edit.php

Source Location: /wiki/edit.php



Page Details:

Copyright( c ) 2004 bitweaver.org Copyright( c ) 2003 tikwiki.org Copyright( c ) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.

All Rights Reserved. See below for details and a complete list of authors. Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details




Tags:

filesource:  Source Code for this file


Includes:

include(WIKI_PKG_PATH.'lookup_page_inc.php') [line 25]
include_once(WIKI_PKG_PATH.'BitBook.php') [line 17]
include_once(IMAGEGALS_PKG_PATH.'imagegal_lib.php') [line 153]
require_once('../kernel/setup_inc.php') [line 16]
required setup

require_once(UTIL_PKG_PATH.'htmlparser/html_parser_inc.php') [line 418]
require_once(LibertyComment.php) [line 35]
require_once(WIKI_PKG_PATH.'copyrights_lib.php') [line 145]






compare_import_versions [line 309]

void compare_import_versions( $a1, $a2)



Parameters

   $a1  
   $a2  
[ Top ]



extract_section [line 287]

void extract_section( $data, $section)



Parameters

   $data  
   $section  
[ Top ]



htmldecode [line 259]

void htmldecode( $string)



Parameters

   $string  
[ Top ]



parse_output [line 264]

void parse_output( &$obj, &$parts, $i)



Parameters

   &$obj  
   &$parts  
   $i  
[ Top ]



replace_section [line 297]

void replace_section( $data, $section, $new_section_data)



Parameters

   $data  
   $section  
   $new_section_data  
[ Top ]



walk_and_parse [line 326]

void walk_and_parse( &$c, &$src, &$p)

\brief Parsed HTML tree walker( used by HTML sucker )

This is initial implementation( stupid... w/o any intellegence( almost : ) ) It is rapidly designed version... just for test: 'can this feature be useful'. Later it should be replaced by well designed one :) don't bash me now : )

\param &$c array -- parsed HTML \param &$src string -- output string \param &$p array -- ['stack'] = closing strings stack,




Parameters

   &$c  
   &$src  
   &$p  
[ Top ]



Documentation generated on Wed, 29 Jul 2015 13:56:23 +0000 by phpDocumentor 1.5.0-lsces