- Description
-
Class trees
Index of elements
Todo List
Interfaces
Phpfox_Cache_Interface
Phpfox_Database_Interface
Phpfox_Gateway_Interface
Phpfox_Image_Interface
Phpfox_Mail_Interface
Classes
Database_Driver_Mssql
Database_Driver_Oracle
Database_Driver_Postgres
Database_Driver_Sqlite
Phpfox
Phpfox_Ajax
Phpfox_Api
Phpfox_Archive
Phpfox_Archive_Export
Phpfox_Archive_Extension_Tar
Phpfox_Archive_Extension_Xml
Phpfox_Archive_Extension_Zip
Phpfox_Archive_Import
Phpfox_Archive_Support
Phpfox_Cache
Phpfox_Cache_Abstract
Phpfox_Cache_Storage_File
Phpfox_Cache_Storage_Memcache
Phpfox_Cdn
Phpfox_Cdn_Abstract
Phpfox_Cdn_Module_S3
Phpfox_Component
Phpfox_Cron
Phpfox_Database
Phpfox_Database_Dba
Phpfox_Database_Driver_Mysql
Phpfox_Database_Driver_Mysqli
Phpfox_Database_Export
Phpfox_Database_Support
Phpfox_Date
Phpfox_Debug
Phpfox_Diff_Md5
Phpfox_Editor
Phpfox_Error
Phpfox_File
Phpfox_File_Minimize
Phpfox_Ftp
Phpfox_Gateway
Phpfox_Gateway_Api_2checkout
Phpfox_Gateway_Api_Paypal
Phpfox_Hash
Phpfox_Image
Phpfox_Image_Abstract
Phpfox_Image_Helper
Phpfox_Image_Library_Gd
Phpfox_Locale
Phpfox_Mail
Phpfox_Mail_Driver_Phpmailer_Mail
Phpfox_Mail_Driver_Phpmailer_Smtp
Phpfox_Module
Phpfox_Pager
Phpfox_Parse_Bbcode
Phpfox_Parse_Css
Phpfox_Parse_Format
Phpfox_Parse_Input
Phpfox_Parse_Output
Phpfox_Parse_Wiki
Phpfox_Plugin
Phpfox_Process
Phpfox_Request
Phpfox_Search
Phpfox_Search_Inline
Phpfox_Server
Phpfox_Service
Phpfox_Session
Phpfox_Session_Handler
Phpfox_Session_Handler_Default
Phpfox_Session_Handler_File
Phpfox_Session_Handler_Memcache
Phpfox_Session_Storage_Cookie
Phpfox_Session_Storage_Session
Phpfox_Setting
Phpfox_Spam
Phpfox_Spam_Hash
Phpfox_Template
Phpfox_Url
Phpfox_Validator
Phpfox_Xml_Builder
Phpfox_Xml_Parser
Functions
d
e
p
Files
2checkout.class.php
abstract.class.php
abstract.class.php
abstract.class.php
ajax.class.php
api.class.php
archive.class.php
bbcode.class.php
builder.class.php
cache.class.php
cdn.class.php
component.class.php
cookie.class.php
cron.class.php
css.class.php
database.class.php
date.class.php
dba.class.php
debug.class.php
default.class.php
editor.class.php
error.class.php
export.class.php
export.class.php
file.class.php
file.class.php
file.class.php
format.class.php
ftp.class.php
gateway.class.php
gd.class.php
handler.class.php
hash.class.php
hash.class.php
helper.class.php
image.class.php
import.class.php
inline.class.php
input.class.php
interface.class.php
interface.class.php
interface.class.php
interface.class.php
interface.class.php
locale.class.php
mail.class.php
mail.class.php
md5.class.php
memcache.class.php
memcache.class.php
minimize.class.php
module.class.php
mssql.class.php
mysql.class.php
mysqli.class.php
oracle.class.php
output.class.php
pager.class.php
parser.class.php
paypal.class.php
phpfox.class.php
plugin.class.php
postgres.class.php
process.class.php
request.class.php
s3.class.php
search.class.php
server.class.php
service.class.php
session.class.php
session.class.php
setting.class.php
smtp.class.php
spam.class.php
sqlite.class.php
support.class.php
support.class.php
tar.class.php
template.class.php
url.class.php
validator.class.php
wiki.class.php
xml.class.php
zip.class.php
Template-
Classes
Phpfox_Template_Cache
Files
cache.class.php
Phpfox_Parse_Wiki
WIKI Parser Clones how a common WIKI works and allows the ability for users to use WIKI code to create pages.
Located in /include/library/phpfox/parse/wiki.class.php (line 18)
array
$_aEmphasis
= array() (line 87)
ARRAY of emphasis tags.
array
$_aListLevelTypes
= array() (line 101)
array
$_aNoWikis
= array() (line 94)
ARRAY of support nowiki tags.
bool
$_bDefList
= false (line 115)
Support for <dl>.
bool
$_bIgnoreImages
= true (line 66)
BOOL to ignore images or not.
bool
$_bPreformat
= false (line 80)
Format
bool
$_bRedirect
= false (line 73)
Redirect links.
bool
$_bStop
= false (line 136)
Create a link break.
bool
$_bSuppressLinebreaks
= false (line 129)
Supress link breaks.
int
$_iLinkNumber
= 0 (line 122)
Link number.
int
$_iListLevel
= 0 (line 108)
Define how many levels a list has.
array
$_sCharRegexes
= array('internallink' => '(\[\[(([^\]]*?)\:)?([^\]]*?)(\|([^\]]*?))?\]\]([a-z]+)?)',
'externallink' => '(\[([^\]]*?)(\s+[^\]]*?)?\])',
'emphasize' => '(\'{2,5})',
'eliminate' => '(__TOC__|__NOTOC__|__NOEDITSECTION__)',
'variable' => '(\{\{([^\}]*?)\}\})'
) (line 39)
Common character regex.
string
$_sImageUri
(line 59)
Image URI.
array
$_sLineRegexes
= array('preformat' => '^\s(.*?)$',
'definitionlist' => '^([\;\:])\s*(.*?)$',
'newline' => '^$',
'list' => '^([\*\#]+)(.*?)$',
'sections' => '^(={1,6})(.*?)(={1,6})$',
'horizontalrule' => '^----$'
) (line 25)
Common regex for HTML.
string
$_sReferenceWiki
(line 52)
Reference within links.
Constructor __construct (line 142)
Class constructor.
emphasize (line 528)
Handles emphasize blocks (em, strong).
- int $iAmount: Type of HTML.
emphasize_off (line 567)
Checks emphasize diff.
parse (line 153)
Parse string and converts WIKI code into HTML.
- string $sText: Text to parse.
- string $sTitle: Title of this page.
_cleanTitle (line 264)
Cleans the title of an item.
- string $sTxt: Title of the item.
_handleDefinitionList (line 342)
Handle <dl>.
- array $aMatches: ARRAY matches from regex.
- bool $bClose: TRUE to close the <dl>. FALSE to leave it open.
_handleEliminate (line 592)
Adds empty string.
- $aMatches
_handleEmphasize (line 557)
Handles emphasize blocks (em, strong).
- array $aMatches: ARRAY matches from regex.
_handleExternalLink (line 508)
Handles external links.
- array $aMatches: ARRAY matches from regex.
_handleHorizontalRule (line 415)
Handle <hr />
- array $aMatches: ARRAY matches from regex.
_handleImage (line 428)
Handle images (<img>).
- string $sHref: Link
- string $sTitle: Title
- array $aOptions: Extra options for the link.
_handleInternalLink (line 465)
Handles internal links.
- array $aMatches: ARRAY matches from regex.
_handleList (line 296)
Handles lists (
- array $aMatches: ARRAY matches from regex.
- bool $bClose: TRUE to close the
_handleNewline (line 277)
Handler for new lines (
).
- array $aMatches: ARRAY matches from regex.
_handlePreFormat (line 387)
Handle
- array $aMatches: ARRAY matches from regex.
- bool $bClose: TRUE to close the
_handleRestoreNoWiki (line 641)
Restores wiki.
- array $aMatches: ARRAY matches from regex.
_handleSaveNoWiki (line 628)
Handles <nowiki>.
- array $aMatches: ARRAY matches from regex.
_handleSections (line 248)
Handles sections (h1, h2, h3 etc...)
- array $aMatches: ARRAY matches from regex.
_handleVariable (line 603)
Converts WIKI variables.
- array $aMatches: ARRAY matches from regex.
_parseLine (line 181)
Parses each line of the string and creates handles.
- string $sLine: Line of the string we are parsing.
Documentation generated on Tue, 28 Sep 2010 10:36:45 +0200 by phpDocumentor 1.4.0a2