Parsedown::handleElementRecursive() |
|
Parsedown::handleElementsRecursive() |
|
Parsedown::inlineCode() |
|
Parsedown::inlineEmailTag() |
|
Parsedown::inlineEmphasis() |
|
Parsedown::inlineEscapeSequence() |
|
Parsedown::inlineImage() |
|
Parsedown::inlineLink() |
|
Parsedown::inlineMarkup() |
|
Parsedown::inlineSpecialCharacter() |
|
Parsedown::inlineStrikethrough() |
|
Parsedown::inlineText() |
|
Parsedown::inlineUrl() |
|
Parsedown::inlineUrlTag() |
|
Parsedown::instance() |
|
Parsedown::isBlockCompletable() |
|
Parsedown::isBlockContinuable() |
|
Parsedown::li() |
|
Parsedown::line() |
|
Parsedown::lineElements() |
|
Parsedown::lines() |
|
Parsedown::linesElements() |
|
Parsedown::paragraph() |
|
Parsedown::paragraphContinue() |
|
Parsedown::parse() |
|
Parsedown::pregReplaceElements() |
Replace occurrences $regexp with $Elements in $text. Return an array of elements representing the replacement.
|
Parsedown::sanitiseElement() |
|
Parsedown::setBreaksEnabled() |
|
Parsedown::setMarkupEscaped() |
|
Parsedown::setSafeMode() |
|
Parsedown::setStrictMode() |
|
Parsedown::setUrlsLinked() |
|
Parsedown::striAtStart() |
|
Parsedown::text() |
|
Parsedown::textElements() |
|
Parsedown::unmarkedText() |
|
Phorum::__construct() |
|
Phorum::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in.
|
Phorum::callback_forum_type() |
Translate the forum type from Phorum v5.2.19 numeric’s to WordPress’s strings.
|
Phorum::callback_savepass() |
This method is to save the salt and password together. That way when we authenticate it we can get it out of the database as one value. Array values are auto sanitized by WordPress.
|
Phorum::callback_topic_reply_count() |
Verify the topic/reply count.
|
Phorum::callback_topic_status() |
Translate the post status from Phorum v5.2.19 numeric’s to WordPress’s strings.
|
Phorum::info() |
This method allows us to indicates what is or is not converted for each converter.
|
Phorum::setup_globals() |
Sets up the field mappings
|
phpBB::__construct() |
|
phpBB::_hash_crypt_private() |
The crypt function/replacement
|
phpBB::_hash_encode64() |
|
phpBB::authenticate_pass() |
Check for correct password
|
phpBB::callback_forum_status() |
Translate the forum status from phpBB v3.x numeric’s to WordPress’s strings.
|
phpBB::callback_forum_type() |
Translate the forum type from phpBB v3.x numeric’s to WordPress’s strings.
|