Please note the following:
- This article is supporting documentation for our tutorial, using DocBlocks in Joomla.
- There is official documentation that references what headers to use in your DocBlocks (such as @copyright and @license), but documentation is missing that outlines what values to use for each header.
- In an effort to learn what values to use per each header, we have scanned the Joomla code and pulled out how each header is used. The idea behind this page is to show you how the @see tag has been used in the past within the Joomla code so learn how to use it in your future documentation.
Value Count
The following table shows the various different values for @see, and how many times each value has been used.
JController
This tag:
* @see JController
has been used a total of 42 times within the following files:
administrator/components/com_categories/controllers/category.php: * @see JController administrator/components/com_categories/controller.php: * @see JController administrator/components/com_categories/models/categories.php: * @see JController administrator/components/com_contact/controllers/contacts.php: * @see JController administrator/components/com_contact/models/contacts.php: * @see JController administrator/components/com_weblinks/models/weblinks.php: * @see JController administrator/components/com_search/models/searches.php: * @see JController administrator/components/com_menus/models/items.php: * @see JController administrator/components/com_menus/models/menus.php: * @see JController administrator/components/com_installer/controllers/manage.php: * @see JController administrator/components/com_installer/models/update.php: * @see JController administrator/components/com_installer/models/extension.php: * @see JController administrator/components/com_installer/models/manage.php: * @see JController administrator/components/com_plugins/models/plugins.php: * @see JController administrator/components/com_users/controllers/users.php: * @see JController administrator/components/com_users/models/levels.php: * @see JController administrator/components/com_users/models/users.php: * @see JController administrator/components/com_users/models/groups.php: * @see JController administrator/components/com_finder/models/maps.php: * @see JController administrator/components/com_finder/models/filters.php: * @see JController administrator/components/com_finder/models/index.php: * @see JController administrator/components/com_banners/controllers/banners.php: * @see JController administrator/components/com_banners/models/clients.php: * @see JController administrator/components/com_banners/models/banners.php: * @see JController administrator/components/com_banners/models/tracks.php: * @see JController administrator/components/com_newsfeeds/models/newsfeeds.php: * @see JController administrator/components/com_tags/models/tags.php: * @see JController administrator/components/com_content/controllers/articles.php: * @see JController administrator/components/com_content/models/articles.php: * @see JController administrator/components/com_content/models/featured.php: * @see JController administrator/components/com_languages/models/languages.php: * @see JController administrator/components/com_messages/models/messages.php: * @see JController administrator/components/com_modules/models/modules.php: * @see JController administrator/components/com_modules/models/positions.php: * @see JController administrator/components/com_redirect/models/links.php: * @see JController components/com_contact/models/category.php: * @see JController components/com_contact/models/featured.php: * @see JController components/com_weblinks/models/category.php: * @see JController components/com_newsfeeds/models/category.php: * @see JController components/com_tags/models/tag.php: * @see JController components/com_content/models/category.php: * @see JController components/com_content/models/articles.php: * @see JController
JFormField::setup()
This tag:
* @see JFormField::setup()
has been used a total of 22 times within the following files:
libraries/joomla/form/fields/filelist.php: * @see JFormField::setup() libraries/joomla/form/fields/rules.php: * @see JFormField::setup() libraries/joomla/form/fields/file.php: * @see JFormField::setup() libraries/joomla/form/fields/sql.php: * @see JFormField::setup() libraries/joomla/form/fields/meter.php: * @see JFormField::setup() libraries/joomla/form/fields/folderlist.php: * @see JFormField::setup() libraries/joomla/form/fields/text.php: * @see JFormField::setup() libraries/joomla/form/fields/color.php: * @see JFormField::setup() libraries/joomla/form/fields/textarea.php: * @see JFormField::setup() libraries/joomla/form/fields/plugins.php: * @see JFormField::setup() libraries/joomla/form/fields/checkboxes.php: * @see JFormField::setup() libraries/joomla/form/fields/number.php: * @see JFormField::setup() libraries/joomla/form/fields/calendar.php: * @see JFormField::setup() libraries/joomla/form/fields/checkbox.php: * @see JFormField::setup() libraries/joomla/form/fields/password.php: * @see JFormField::setup() libraries/joomla/form/fields/timezone.php: * @see JFormField::setup() libraries/cms/form/field/templatestyle.php: * @see JFormField::setup() libraries/cms/form/field/media.php: * @see JFormField::setup() libraries/cms/form/field/moduleposition.php: * @see JFormField::setup() libraries/cms/form/field/ordering.php: * @see JFormField::setup() libraries/cms/form/field/menuitem.php: * @see JFormField::setup() libraries/cms/form/field/editor.php: * @see JFormField::setup()
Countable::count()
This tag:
* @see Countable::count()
has been used a total of 11 times within the following files:
libraries/joomla/input/input.php: * @see Countable::count() libraries/joomla/database/iterator/sqlsrv.php: * @see Countable::count() libraries/joomla/database/iterator/mysql.php: * @see Countable::count() libraries/joomla/database/iterator/mysqli.php: * @see Countable::count() libraries/joomla/database/iterator/postgresql.php: * @see Countable::count() libraries/joomla/database/iterator/pdo.php: * @see Countable::count() libraries/fof/database/iterator/sqlsrv.php: * @see Countable::count() libraries/fof/database/iterator/mysql.php: * @see Countable::count() libraries/fof/database/iterator/mysqli.php: * @see Countable::count() libraries/fof/database/iterator/postgresql.php: * @see Countable::count() libraries/fof/database/iterator/pdo.php: * @see Countable::count()
JError::raise()
This tag:
* @see JError::raise()
has been used a total of 9 times within the following files:
libraries/legacy/error/error.php: * @see JError::raise() libraries/legacy/error/error.php: * @see JError::raise() libraries/legacy/error/error.php: * @see JError::raise() libraries/legacy/error/error.php: * @see JError::raise() libraries/legacy/error/error.php: * @see JError::raise() libraries/legacy/error/error.php: * @see JError::raise() libraries/legacy/error/error.php: * @see JError::raise() libraries/legacy/error/error.php: * @see JError::raise() libraries/legacy/error/error.php: * @see JError::raise()
https://www.w3.org/International/questions/qa-forms-utf-8
This tag:
* @see https://www.w3.org/International/questions/qa-forms-utf-8
has been used a total of 9 times within the following files:
libraries/simplepie/simplepie.php: * @see https://www.w3.org/International/questions/qa-forms-utf-8 libraries/phputf8/utils/patterns.php:* @see https://www.w3.org/International/questions/qa-forms-utf-8 libraries/phputf8/utils/patterns.php:* @see https://www.w3.org/International/questions/qa-forms-utf-8 libraries/phputf8/utils/patterns.php:* @see https://www.w3.org/International/questions/qa-forms-utf-8 libraries/phputf8/utils/patterns.php:* @see https://www.w3.org/International/questions/qa-forms-utf-8 libraries/phputf8/utils/bad.php:* @see https://www.w3.org/International/questions/qa-forms-utf-8 libraries/phputf8/utils/bad.php:* @see https://www.w3.org/International/questions/qa-forms-utf-8 libraries/phputf8/utils/bad.php:* @see https://www.w3.org/International/questions/qa-forms-utf-8 libraries/phputf8/utils/bad.php:* @see https://www.w3.org/International/questions/qa-forms-utf-8
utf8_bad_identify
This tag:
* @see utf8_bad_identify
has been used a total of 8 times within the following files:
libraries/phputf8/utils/bad.php:* @see utf8_bad_identify libraries/phputf8/utils/bad.php:* @see utf8_bad_identify libraries/phputf8/utils/bad.php:* @see utf8_bad_identify libraries/phputf8/utils/bad.php:* @see utf8_bad_identify libraries/phputf8/utils/bad.php:* @see utf8_bad_identify libraries/phputf8/utils/bad.php:* @see utf8_bad_identify libraries/phputf8/utils/bad.php:* @see utf8_bad_identify libraries/phputf8/utils/bad.php:* @see utf8_bad_identify
SimplePie::set_autodiscovery_level()
This tag:
* @see SimplePie::set_autodiscovery_level()
has been used a total of 8 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_autodiscovery_level() libraries/simplepie/simplepie.php: * @see SimplePie::set_autodiscovery_level() libraries/simplepie/simplepie.php: * @see SimplePie::set_autodiscovery_level() libraries/simplepie/simplepie.php: * @see SimplePie::set_autodiscovery_level() libraries/simplepie/simplepie.php: * @see SimplePie::set_autodiscovery_level() libraries/simplepie/simplepie.php: * @see SimplePie::set_autodiscovery_level() libraries/simplepie/simplepie.php: * @see SimplePie::set_autodiscovery_level() libraries/simplepie/simplepie.php: * @see SimplePie::set_autodiscovery_level()
JTable::check()
This tag:
* @see JTable::check()
has been used a total of 8 times within the following files:
libraries/joomla/table/update.php: * @see JTable::check() libraries/joomla/table/extension.php: * @see JTable::check() libraries/cms/table/corecontent.php: * @see JTable::check() libraries/legacy/table/category.php: * @see JTable::check() libraries/legacy/table/menu.php: * @see JTable::check() libraries/legacy/table/module.php: * @see JTable::check() libraries/legacy/table/content.php: * @see JTable::check() libraries/legacy/table/menu/type.php: * @see JTable::check()
https://hsivonen.iki.fi/php-utf8/
This tag:
* @see https://hsivonen.iki.fi/php-utf8/
has been used a total of 8 times within the following files:
libraries/phputf8/utils/unicode.php:* @see https://hsivonen.iki.fi/php-utf8/ libraries/phputf8/utils/unicode.php:* @see https://hsivonen.iki.fi/php-utf8/ libraries/phputf8/utils/unicode.php:* @see https://hsivonen.iki.fi/php-utf8/ libraries/phputf8/utils/bad.php:* @see https://hsivonen.iki.fi/php-utf8/ libraries/phputf8/utils/bad.php:* @see https://hsivonen.iki.fi/php-utf8/ libraries/phputf8/utils/validation.php:* @see https://hsivonen.iki.fi/php-utf8/ libraries/phputf8/utils/validation.php:* @see https://hsivonen.iki.fi/php-utf8/ libraries/joomla/string/string.php: * @see https://hsivonen.iki.fi/php-utf8/
JTable::bind()
This tag:
* @see JTable::bind()
has been used a total of 7 times within the following files:
libraries/joomla/table/update.php: * @see JTable::bind() libraries/joomla/table/extension.php: * @see JTable::bind() libraries/cms/table/corecontent.php: * @see JTable::bind() libraries/legacy/table/category.php: * @see JTable::bind() libraries/legacy/table/menu.php: * @see JTable::bind() libraries/legacy/table/module.php: * @see JTable::bind() libraries/legacy/table/content.php: * @see JTable::bind()
JFormField
This tag:
* @see JFormField
has been used a total of 6 times within the following files:
administrator/components/com_categories/models/category.php: * @see JFormField administrator/components/com_tags/models/tag.php: * @see JFormField components/com_config/model/form.php: * @see JFormField components/com_config/model/form.php: * @see JFormField libraries/legacy/model/form.php: * @see JFormField libraries/legacy/model/form.php: * @see JFormField
JRegistry
This tag:
* @see JRegistry
has been used a total of 5 times within the following files:
libraries/joomla/factory.php: * @see JRegistry libraries/joomla/factory.php: * @see JRegistry libraries/cms/component/helper.php: * @see JRegistry libraries/cms/library/helper.php: * @see JRegistry libraries/cms/library/helper.php: * @see JRegistry
https://dev.splitbrain.org/view/darcs/dokuwiki/inc/utf8.php
This tag:
* @see https://dev.splitbrain.org/view/darcs/dokuwiki/inc/utf8.php
has been used a total of 5 times within the following files:
libraries/phputf8/trim.php:* @see https://dev.splitbrain.org/view/darcs/dokuwiki/inc/utf8.php libraries/phputf8/trim.php:* @see https://dev.splitbrain.org/view/darcs/dokuwiki/inc/utf8.php libraries/phputf8/trim.php:* @see https://dev.splitbrain.org/view/darcs/dokuwiki/inc/utf8.php libraries/phputf8/native/core.php:* @see https://dev.splitbrain.org/view/darcs/dokuwiki/inc/utf8.php libraries/phputf8/native/core.php:* @see https://dev.splitbrain.org/view/darcs/dokuwiki/inc/utf8.php
utf8_strlen
This tag:
* @see utf8_strlen
has been used a total of 5 times within the following files:
libraries/phputf8/substr_replace.php:* @see utf8_strlen libraries/phputf8/strcspn.php:* @see utf8_strlen libraries/phputf8/native/core.php:* @see utf8_strlen libraries/phputf8/native/core.php:* @see utf8_strlen libraries/phputf8/str_split.php:* @see utf8_strlen
JForm
This tag:
* @see JForm
has been used a total of 5 times within the following files:
components/com_config/model/form.php: * @see JForm components/com_config/model/form.php: * @see JForm libraries/legacy/model/form.php: * @see JForm libraries/legacy/model/form.php: * @see JForm libraries/legacy/model/list.php: * @see JForm
JFormRule
This tag:
* @see JFormRule
has been used a total of 5 times within the following files:
components/com_config/model/form.php: * @see JFormRule components/com_config/model/form.php: * @see JFormRule libraries/fof/model/model.php: * @see JFormRule libraries/legacy/model/form.php: * @see JFormRule libraries/legacy/model/form.php: * @see JFormRule
JHtmlJGrid::state
This tag:
* @see JHtmlJGrid::state
has been used a total of 4 times within the following files:
administrator/components/com_menus/helpers/html/menus.php: * @see JHtmlJGrid::state administrator/components/com_installer/helpers/html/manage.php: * @see JHtmlJGrid::state administrator/components/com_banners/helpers/html/banner.php: * @see JHtmlJGrid::state administrator/components/com_modules/helpers/html/modules.php: * @see JHtmlJGrid::state
https://www.php.net/manual/en/mcrypt.constants.php
This tag:
* @see https://www.php.net/manual/en/mcrypt.constants.php
has been used a total of 4 times within the following files:
libraries/joomla/crypt/cipher/mcrypt.php: * @see https://www.php.net/manual/en/mcrypt.constants.php libraries/joomla/crypt/cipher/3des.php: * @see https://www.php.net/manual/en/mcrypt.constants.php libraries/joomla/crypt/cipher/blowfish.php: * @see https://www.php.net/manual/en/mcrypt.constants.php libraries/joomla/crypt/cipher/rijndael256.php: * @see https://www.php.net/manual/en/mcrypt.constants.php
https://docs.joomla.org/Sharing_layouts_across_views_or_extensions_with_JLayout
This tag:
* @see https://docs.joomla.org/Sharing_layouts_across_views_or_extensions_with_JLayout
has been used a total of 4 times within the following files:
libraries/cms/layout/file.php: * @see https://docs.joomla.org/Sharing_layouts_across_views_or_extensions_with_JLayout libraries/cms/layout/helper.php: * @see https://docs.joomla.org/Sharing_layouts_across_views_or_extensions_with_JLayout libraries/cms/layout/layout.php: * @see https://docs.joomla.org/Sharing_layouts_across_views_or_extensions_with_JLayout libraries/cms/layout/base.php: * @see https://docs.joomla.org/Sharing_layouts_across_views_or_extensions_with_JLayout
https://www.php.net/manual/en/function.session-set-save-handler.php
This tag:
* @see https://www.php.net/manual/en/function.session-set-save-handler.php
has been used a total of 4 times within the following files:
libraries/joomla/session/storage.php: * @see https://www.php.net/manual/en/function.session-set-save-handler.php libraries/joomla/session/storage/none.php: * @see https://www.php.net/manual/en/function.session-set-save-handler.php libraries/joomla/session/storage/apc.php: * @see https://www.php.net/manual/en/function.session-set-save-handler.php libraries/joomla/session/storage/database.php: * @see https://www.php.net/manual/en/function.session-set-save-handler.php
utf8_substr
This tag:
* @see utf8_substr
has been used a total of 4 times within the following files:
libraries/phputf8/str_pad.php:* @see utf8_substr libraries/phputf8/substr_replace.php:* @see utf8_substr libraries/phputf8/native/core.php:* @see utf8_substr libraries/phputf8/native/core.php:* @see utf8_substr
SimplePie::set_feed_url()
This tag:
* @see SimplePie::set_feed_url()
has been used a total of 4 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_feed_url() libraries/simplepie/simplepie.php: * @see SimplePie::set_feed_url() libraries/simplepie/simplepie.php: * @see SimplePie::set_feed_url() libraries/simplepie/simplepie.php: * @see SimplePie::set_feed_url()
JAccess
This tag:
* @see JAccess
has been used a total of 4 times within the following files:
libraries/joomla/form/fields/rules.php: * @see JAccess libraries/joomla/form/fields/accesslevel.php: * @see JAccess libraries/cms/html/rules.php: * @see JAccess libraries/cms/html/access.php: * @see JAccess
JError
This tag:
* @see JError
has been used a total of 4 times within the following files:
libraries/joomla/object/object.php: * @see JError libraries/joomla/object/object.php: * @see JError libraries/joomla/object/object.php: * @see JError libraries/joomla/object/object.php: * @see JError
utf8_from_unicode
This tag:
* @see utf8_from_unicode
has been used a total of 4 times within the following files:
libraries/phputf8/utils/unicode.php:* @see utf8_from_unicode libraries/phputf8/utils/specials.php:* @see utf8_from_unicode libraries/phputf8/native/core.php:* @see utf8_from_unicode libraries/phputf8/native/core.php:* @see utf8_from_unicode
https://www.php.net/manual/en/mcrypt.ciphers.php
This tag:
* @see https://www.php.net/manual/en/mcrypt.ciphers.php
has been used a total of 4 times within the following files:
libraries/joomla/crypt/cipher/mcrypt.php: * @see https://www.php.net/manual/en/mcrypt.ciphers.php libraries/joomla/crypt/cipher/3des.php: * @see https://www.php.net/manual/en/mcrypt.ciphers.php libraries/joomla/crypt/cipher/blowfish.php: * @see https://www.php.net/manual/en/mcrypt.ciphers.php libraries/joomla/crypt/cipher/rijndael256.php: * @see https://www.php.net/manual/en/mcrypt.ciphers.php
https://php.net/pdo
This tag:
* @see https://php.net/pdo
has been used a total of 3 times within the following files:
libraries/joomla/database/driver/pdo.php: * @see https://php.net/pdo libraries/joomla/database/driver/oracle.php: * @see https://php.net/pdo libraries/joomla/database/driver/sqlite.php: * @see https://php.net/pdo
JFilterInput
This tag:
* @see JFilterInput
has been used a total of 3 times within the following files:
components/com_config/model/form.php: * @see JFilterInput libraries/fof/model/model.php: * @see JFilterInput libraries/legacy/model/form.php: * @see JFilterInput
https://www.php.net/strcasecmp
This tag:
* @see https://www.php.net/strcasecmp
has been used a total of 3 times within the following files:
libraries/phputf8/stristr.php:* @see https://www.php.net/strcasecmp libraries/phputf8/strcasecmp.php:* @see https://www.php.net/strcasecmp libraries/joomla/string/string.php: * @see https://www.php.net/strcasecmp
JDatabaseDriver
This tag:
* @see JDatabaseDriver
has been used a total of 3 times within the following files:
libraries/joomla/form/fields/databaseconnection.php: * @see JDatabaseDriver libraries/joomla/factory.php: * @see JDatabaseDriver libraries/joomla/factory.php: * @see JDatabaseDriver
https://docs.joomla.org/JTableNested/delete
This tag:
* @see https://docs.joomla.org/JTableNested/delete
has been used a total of 3 times within the following files:
administrator/components/com_categories/tables/category.php: * @see https://docs.joomla.org/JTableNested/delete administrator/components/com_menus/tables/menu.php: * @see https://docs.joomla.org/JTableNested/delete administrator/components/com_tags/tables/tag.php: * @see https://docs.joomla.org/JTableNested/delete
utf8_strtolower
This tag:
* @see utf8_strtolower
has been used a total of 3 times within the following files:
libraries/phputf8/stristr.php:* @see utf8_strtolower libraries/phputf8/str_ireplace.php:* @see utf8_strtolower libraries/phputf8/strcasecmp.php:* @see utf8_strtolower
JModelLegacy
This tag:
* @see JModelLegacy
has been used a total of 3 times within the following files:
administrator/components/com_categories/models/category.php: * @see JModelLegacy libraries/legacy/model/admin.php: * @see JModelLegacy libraries/legacy/model/list.php: * @see JModelLegacy
https://dev.mysql.com/doc/
This tag:
* @see https://dev.mysql.com/doc/
has been used a total of 3 times within the following files:
libraries/joomla/database/driver/mysql.php: * @see https://dev.mysql.com/doc/ libraries/joomla/database/iterator/mysql.php: * @see https://dev.mysql.com/doc/ libraries/legacy/database/mysql.php: * @see https://dev.mysql.com/doc/
JApplicationBase::loadDispatcher()
This tag:
* @see JApplicationBase::loadDispatcher()
has been used a total of 3 times within the following files:
libraries/joomla/application/web.php: * @see JApplicationBase::loadDispatcher() libraries/joomla/application/cli.php: * @see JApplicationBase::loadDispatcher() libraries/legacy/application/cli.php: * @see JApplicationBase::loadDispatcher()
FOFTemplateUtils::parsePath
This tag:
* @see FOFTemplateUtils::parsePath
has been used a total of 3 times within the following files:
libraries/fof/template/utils.php: * @see FOFTemplateUtils::parsePath libraries/fof/template/utils.php: * @see FOFTemplateUtils::parsePath libraries/fof/template/utils.php: * @see FOFTemplateUtils::parsePath
JControllerLegacy
This tag:
* @see JControllerLegacy
has been used a total of 3 times within the following files:
administrator/components/com_contenthistory/models/history.php: * @see JControllerLegacy libraries/legacy/controller/form.php: * @see JControllerLegacy libraries/legacy/controller/admin.php: * @see JControllerLegacy
pcntl_signal()
This tag:
* @see pcntl_signal()
has been used a total of 3 times within the following files:
libraries/joomla/application/daemon.php: * @see pcntl_signal() libraries/joomla/application/daemon.php: * @see pcntl_signal() libraries/joomla/application/daemon.php: * @see pcntl_signal()
utf8_to_unicode
This tag:
* @see utf8_to_unicode
has been used a total of 3 times within the following files:
libraries/phputf8/utils/unicode.php:* @see utf8_to_unicode libraries/phputf8/native/core.php:* @see utf8_to_unicode libraries/phputf8/native/core.php:* @see utf8_to_unicode
utf8_is_valid
This tag:
* @see utf8_is_valid
has been used a total of 3 times within the following files:
libraries/phputf8/utils/specials.php:* @see utf8_is_valid libraries/phputf8/utils/bad.php:* @see utf8_is_valid libraries/phputf8/utils/validation.php:* @see utf8_is_valid
https://lxr.mozilla.org/seamonkey/source/intl/uconv/src/nsUTF8ToUnicode.cpp
This tag:
* @see https://lxr.mozilla.org/seamonkey/source/intl/uconv/src/nsUTF8ToUnicode.cpp
has been used a total of 3 times within the following files:
libraries/phputf8/utils/unicode.php:* @see https://lxr.mozilla.org/seamonkey/source/intl/uconv/src/nsUTF8ToUnicode.cpp libraries/phputf8/utils/bad.php:* @see https://lxr.mozilla.org/seamonkey/source/intl/uconv/src/nsUTF8ToUnicode.cpp libraries/phputf8/utils/validation.php:* @see https://lxr.mozilla.org/seamonkey/source/intl/uconv/src/nsUTF8ToUnicode.cpp
https://lxr.mozilla.org/seamonkey/source/intl/uconv/src/nsUnicodeToUTF8.cpp
This tag:
* @see https://lxr.mozilla.org/seamonkey/source/intl/uconv/src/nsUnicodeToUTF8.cpp
has been used a total of 3 times within the following files:
libraries/phputf8/utils/unicode.php:* @see https://lxr.mozilla.org/seamonkey/source/intl/uconv/src/nsUnicodeToUTF8.cpp libraries/phputf8/utils/bad.php:* @see https://lxr.mozilla.org/seamonkey/source/intl/uconv/src/nsUnicodeToUTF8.cpp libraries/phputf8/utils/validation.php:* @see https://lxr.mozilla.org/seamonkey/source/intl/uconv/src/nsUnicodeToUTF8.cpp
utf8_strtoupper
This tag:
* @see utf8_strtoupper
has been used a total of 2 times within the following files:
libraries/phputf8/ucfirst.php:* @see utf8_strtoupper libraries/phputf8/ucwords.php:* @see utf8_strtoupper
https://www.php.net/strrpos
This tag:
* @see https://www.php.net/strrpos
has been used a total of 2 times within the following files:
libraries/phputf8/native/core.php:* @see https://www.php.net/strrpos libraries/joomla/string/string.php: * @see https://www.php.net/strrpos
https://www.php.net/strpos
This tag:
* @see https://www.php.net/strpos
has been used a total of 2 times within the following files:
libraries/phputf8/native/core.php:* @see https://www.php.net/strpos libraries/joomla/string/string.php: * @see https://www.php.net/strpos
https://www.php.net/strtolower
This tag:
* @see https://www.php.net/strtolower
has been used a total of 2 times within the following files:
libraries/phputf8/native/core.php:* @see https://www.php.net/strtolower libraries/joomla/string/string.php: * @see https://www.php.net/strtolower
https://www.php.net/strrev
This tag:
* @see https://www.php.net/strrev
has been used a total of 2 times within the following files:
libraries/phputf8/strrev.php:* @see https://www.php.net/strrev libraries/joomla/string/string.php: * @see https://www.php.net/strrev
https://www.php.net/strtoupper
This tag:
* @see https://www.php.net/strtoupper
has been used a total of 2 times within the following files:
libraries/phputf8/native/core.php:* @see https://www.php.net/strtoupper libraries/joomla/string/string.php: * @see https://www.php.net/strtoupper
https://www.php.net/str_split
This tag:
* @see https://www.php.net/str_split
has been used a total of 2 times within the following files:
libraries/phputf8/str_split.php:* @see https://www.php.net/str_split libraries/joomla/string/string.php: * @see https://www.php.net/str_split
https://www.php.net/ucfirst
This tag:
* @see https://www.php.net/ucfirst
has been used a total of 2 times within the following files:
libraries/phputf8/ucfirst.php:* @see https://www.php.net/ucfirst libraries/joomla/string/string.php: * @see https://www.php.net/ucfirst
FOFPlatformInterface::authorise()
This tag:
* @see FOFPlatformInterface::authorise()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::authorise() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::authorise()
https://www.php.net/ucwords
This tag:
* @see https://www.php.net/ucwords
has been used a total of 2 times within the following files:
libraries/phputf8/ucwords.php:* @see https://www.php.net/ucwords libraries/joomla/string/string.php: * @see https://www.php.net/ucwords
https://www.php.net/ltrim
This tag:
* @see https://www.php.net/ltrim
has been used a total of 2 times within the following files:
libraries/phputf8/trim.php:* @see https://www.php.net/ltrim libraries/joomla/string/string.php: * @see https://www.php.net/ltrim
https://www.php.net/strcspn
This tag:
* @see https://www.php.net/strcspn
has been used a total of 2 times within the following files:
libraries/phputf8/strcspn.php:* @see https://www.php.net/strcspn libraries/joomla/string/string.php: * @see https://www.php.net/strcspn
https://www.php.net/rtrim
This tag:
* @see https://www.php.net/rtrim
has been used a total of 2 times within the following files:
libraries/phputf8/trim.php:* @see https://www.php.net/rtrim libraries/joomla/string/string.php: * @see https://www.php.net/rtrim
https://www.php.net/substr_replace
This tag:
* @see https://www.php.net/substr_replace
has been used a total of 2 times within the following files:
libraries/phputf8/substr_replace.php:* @see https://www.php.net/substr_replace libraries/joomla/string/string.php: * @see https://www.php.net/substr_replace
FOFPlatformInterface::isFrontend()
This tag:
* @see FOFPlatformInterface::isFrontend()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::isFrontend() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::isFrontend()
FOFPlatformInterface::isBackend()
This tag:
* @see FOFPlatformInterface::isBackend()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::isBackend() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::isBackend()
https://www.php.net/trim
This tag:
* @see https://www.php.net/trim
has been used a total of 2 times within the following files:
libraries/phputf8/trim.php:* @see https://www.php.net/trim libraries/joomla/string/string.php: * @see https://www.php.net/trim
// Add your safe url parameters with variable type as value {@see JFilterInput::clean()}.
This tag:
* @see // Add your safe url parameters with variable type as value {@see JFilterInput::clean()}.
has been used a total of 2 times within the following files:
libraries/fof/controller/controller.php: // Add your safe url parameters with variable type as value {@see JFilterInput::clean()}. libraries/legacy/controller/legacy.php: // Add your safe url parameters with variable type as value {@see JFilterInput::clean()}.
Iterator::rewind()
This tag:
* @see Iterator::rewind()
has been used a total of 2 times within the following files:
libraries/joomla/database/iterator.php: * @see Iterator::rewind() libraries/fof/database/iterator.php: * @see Iterator::rewind()
Iterator::next()
This tag:
* @see Iterator::next()
has been used a total of 2 times within the following files:
libraries/joomla/database/iterator.php: * @see Iterator::next() libraries/fof/database/iterator.php: * @see Iterator::next()
Iterator::valid()
This tag:
* @see Iterator::valid()
has been used a total of 2 times within the following files:
libraries/joomla/database/iterator.php: * @see Iterator::valid() libraries/fof/database/iterator.php: * @see Iterator::valid()
https://msdn.microsoft.com/en-us/library/cc296152(SQL.90).aspx
This tag:
* @see https://msdn.microsoft.com/en-us/library/cc296152(SQL.90).aspx
has been used a total of 2 times within the following files:
libraries/joomla/database/driver/sqlsrv.php: * @see https://msdn.microsoft.com/en-us/library/cc296152(SQL.90).aspx libraries/legacy/database/sqlsrv.php: * @see https://msdn.microsoft.com/en-us/library/cc296152(SQL.90).aspx
JFilterInput::clean()
This tag:
* @see JFilterInput::clean()
has been used a total of 2 times within the following files:
libraries/joomla/input/files.php: * @see JFilterInput::clean() libraries/cms/module/helper.php: * @see JFilterInput::clean()
https://msdn.microsoft.com/en-us/library/ee336279.aspx
This tag:
* @see https://msdn.microsoft.com/en-us/library/ee336279.aspx
has been used a total of 2 times within the following files:
libraries/joomla/database/driver/sqlazure.php: * @see https://msdn.microsoft.com/en-us/library/ee336279.aspx libraries/legacy/database/sqlazure.php: * @see https://msdn.microsoft.com/en-us/library/ee336279.aspx
Iterator::key()
This tag:
* @see Iterator::key()
has been used a total of 2 times within the following files:
libraries/joomla/database/iterator.php: * @see Iterator::key() libraries/fof/database/iterator.php: * @see Iterator::key()
Iterator::current()
This tag:
* @see Iterator::current()
has been used a total of 2 times within the following files:
libraries/joomla/database/iterator.php: * @see Iterator::current() libraries/fof/database/iterator.php: * @see Iterator::current()
https://php.net/stream_context_create
This tag:
* @see https://php.net/stream_context_create
has been used a total of 2 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/stream_context_create libraries/joomla/filesystem/stream.php: * @see https://php.net/stream_context_create
https://php.net/manual/en/function.array-unique.php
This tag:
* @see https://php.net/manual/en/function.array-unique.php
has been used a total of 2 times within the following files:
libraries/joomla/utilities/arrayhelper.php: * @see https://php.net/manual/en/function.array-unique.php libraries/fof/utils/array/array.php: * @see https://php.net/manual/en/function.array-unique.php
JView::escape()
This tag:
* @see JView::escape()
has been used a total of 2 times within the following files:
libraries/joomla/view/html.php: * @see JView::escape() libraries/joomla/view/base.php: * @see JView::escape()
JLanguage
This tag:
* @see JLanguage
has been used a total of 2 times within the following files:
libraries/joomla/factory.php: * @see JLanguage libraries/joomla/factory.php: * @see JLanguage
JMail
This tag:
* @see JMail
has been used a total of 2 times within the following files:
libraries/joomla/factory.php: * @see JMail libraries/joomla/factory.php: * @see JMail
JDocument
This tag:
* @see JDocument
has been used a total of 2 times within the following files:
libraries/joomla/factory.php: * @see JDocument libraries/joomla/factory.php: * @see JDocument
https://php.net/manual/en/book.mysqli.php
This tag:
* @see https://php.net/manual/en/book.mysqli.php
has been used a total of 2 times within the following files:
libraries/joomla/database/driver/mysqli.php: * @see https://php.net/manual/en/book.mysqli.php libraries/legacy/database/mysqli.php: * @see https://php.net/manual/en/book.mysqli.php
union
This tag:
* @see union
has been used a total of 2 times within the following files:
libraries/joomla/database/query.php: * @see union libraries/joomla/database/query.php: * @see union
FOFPlatformInterface::authorizeAdmin()
This tag:
* @see FOFPlatformInterface::authorizeAdmin()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::authorizeAdmin() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::authorizeAdmin()
FOFPlatformInterface::loadTranslations()
This tag:
* @see FOFPlatformInterface::loadTranslations()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::loadTranslations() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::loadTranslations()
FOFPlatformInterface::getUser()
This tag:
* @see FOFPlatformInterface::getUser()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::getUser() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::getUser()
FOFPlatformInterface::getDocument()
This tag:
* @see FOFPlatformInterface::getDocument()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::getDocument() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::getDocument()
FOFPlatformInterface::importPlugin()
This tag:
* @see FOFPlatformInterface::importPlugin()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::importPlugin() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::importPlugin()
FOFPlatformInterface::getUserStateFromRequest()
This tag:
* @see FOFPlatformInterface::getUserStateFromRequest()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::getUserStateFromRequest() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::getUserStateFromRequest()
FOFPlatformInterface::getViewTemplateDirs()
This tag:
* @see FOFPlatformInterface::getViewTemplateDirs()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::getViewTemplateDirs() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::getViewTemplateDirs()
FOFPlatformInterface::getComponentBaseDirs()
This tag:
* @see FOFPlatformInterface::getComponentBaseDirs()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::getComponentBaseDirs() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::getComponentBaseDirs()
https://www.php.net/setlocale
This tag:
* @see https://www.php.net/setlocale
has been used a total of 2 times within the following files:
libraries/joomla/string/string.php: * @see https://www.php.net/setlocale libraries/joomla/string/string.php: * @see https://www.php.net/setlocale
https://www.php.net/strcoll
This tag:
* @see https://www.php.net/strcoll
has been used a total of 2 times within the following files:
libraries/joomla/string/string.php: * @see https://www.php.net/strcoll libraries/joomla/string/string.php: * @see https://www.php.net/strcoll
JDocumentRenderer::render()
This tag:
* @see JDocumentRenderer::render()
has been used a total of 2 times within the following files:
libraries/joomla/document/feed/renderer/rss.php: * @see JDocumentRenderer::render() libraries/joomla/document/feed/renderer/atom.php: * @see JDocumentRenderer::render()
FOFPlatformInterface::isCli()
This tag:
* @see FOFPlatformInterface::isCli()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::isCli() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::isCli()
FOFPlatformInterface::isEnabled()
This tag:
* @see FOFPlatformInterface::isEnabled()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::isEnabled() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::isEnabled()
JCache
This tag:
* @see JCache
has been used a total of 2 times within the following files:
libraries/joomla/form/fields/cachehandler.php: * @see JCache libraries/joomla/factory.php: * @see JCache
FOFPlatformInterface::runPlugins()
This tag:
* @see FOFPlatformInterface::runPlugins()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::runPlugins() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::runPlugins()
https://www.unicode.org/reports/tr21/tr21-5.html
This tag:
* @see https://www.unicode.org/reports/tr21/tr21-5.html
has been used a total of 2 times within the following files:
libraries/phputf8/native/core.php:* @see https://www.unicode.org/reports/tr21/tr21-5.html libraries/phputf8/native/core.php:* @see https://www.unicode.org/reports/tr21/tr21-5.html
JTable:bind
This tag:
* @see JTable:bind
has been used a total of 2 times within the following files:
administrator/components/com_weblinks/tables/weblink.php: * @see JTable:bind administrator/components/com_newsfeeds/tables/newsfeed.php: * @see JTable:bind
UsersModelUser::setOtpConfig
This tag:
* @see UsersModelUser::setOtpConfig
has been used a total of 2 times within the following files:
plugins/twofactorauth/totp/totp.php: * @see UsersModelUser::setOtpConfig plugins/twofactorauth/yubikey/yubikey.php: * @see UsersModelUser::setOtpConfig
JBrowser
This tag:
* @see JBrowser
has been used a total of 2 times within the following files:
libraries/cms/html/html.php: * @see JBrowser libraries/cms/html/html.php: * @see JBrowser
JTable::check
This tag:
* @see JTable::check
has been used a total of 2 times within the following files:
administrator/components/com_contact/tables/contact.php: * @see JTable::check administrator/components/com_banners/tables/banner.php: * @see JTable::check
JControllerAdmin::saveorder()
This tag:
* @see JControllerAdmin::saveorder()
has been used a total of 2 times within the following files:
administrator/components/com_categories/controllers/categories.php: * @see JControllerAdmin::saveorder() administrator/components/com_menus/controllers/items.php: * @see JControllerAdmin::saveorder()
SimplePie::set_useragent()
This tag:
* @see SimplePie::set_useragent()
has been used a total of 2 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_useragent() libraries/simplepie/simplepie.php: * @see SimplePie::set_useragent()
SimplePie::set_raw_data()
This tag:
* @see SimplePie::set_raw_data()
has been used a total of 2 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_raw_data() libraries/simplepie/simplepie.php: * @see SimplePie::set_raw_data()
JException
This tag:
* @see JException
has been used a total of 2 times within the following files:
libraries/legacy/error/error.php: * @see JException libraries/legacy/error/error.php: * @see JException
JHtmlJGrid::state()
This tag:
* @see JHtmlJGrid::state()
has been used a total of 2 times within the following files:
libraries/cms/html/jgrid.php: * @see JHtmlJGrid::state() libraries/cms/html/jgrid.php: * @see JHtmlJGrid::state()
https://www.php.net/manual/en/reference.pcre.pattern.modifiers.php#54805
This tag:
* @see https://www.php.net/manual/en/reference.pcre.pattern.modifiers.php#54805
has been used a total of 2 times within the following files:
libraries/phputf8/utils/validation.php:* @see https://www.php.net/manual/en/reference.pcre.pattern.modifiers.php#54805 libraries/joomla/string/string.php: * @see https://www.php.net/manual/en/reference.pcre.pattern.modifiers.php#54805
<https://mathiasbynens.be/notes/javascript-encoding>
This tag:
* @see <https://mathiasbynens.be/notes/javascript-encoding>
has been used a total of 2 times within the following files:
media/system/js/punycode-uncompressed.js: * @see <https://mathiasbynens.be/notes/javascript-encoding> media/system/js/punycode-uncompressed.js: * @see <https://mathiasbynens.be/notes/javascript-encoding>
gzdecode::$extra_field
This tag:
* @see gzdecode::$extra_field
has been used a total of 2 times within the following files:
libraries/simplepie/simplepie.php: * @see gzdecode::$extra_field libraries/simplepie/simplepie.php: * @see gzdecode::$extra_field
UsersModelUser::getOtpConfig
This tag:
* @see UsersModelUser::getOtpConfig
has been used a total of 2 times within the following files:
plugins/twofactorauth/totp/totp.php: * @see UsersModelUser::getOtpConfig plugins/twofactorauth/yubikey/yubikey.php: * @see UsersModelUser::getOtpConfig
gzdecode::$SI1
This tag:
* @see gzdecode::$SI1
has been used a total of 2 times within the following files:
libraries/simplepie/simplepie.php: * @see gzdecode::$SI1 libraries/simplepie/simplepie.php: * @see gzdecode::$SI1
https://www.php.net/strspn
This tag:
* @see https://www.php.net/strspn
has been used a total of 2 times within the following files:
libraries/phputf8/strspn.php:* @see https://www.php.net/strspn libraries/joomla/string/string.php: * @see https://www.php.net/strspn
https://www.php.net/version_compare
This tag:
* @see https://www.php.net/version_compare
has been used a total of 2 times within the following files:
libraries/platform.php: * @see https://www.php.net/version_compare libraries/cms/version/version.php: * @see https://www.php.net/version_compare
FOFPlatformInterface::supportsAjaxOrdering()
This tag:
* @see FOFPlatformInterface::supportsAjaxOrdering()
has been used a total of 2 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::supportsAjaxOrdering() libraries/fof/platform/platform.php: * @see FOFPlatformInterface::supportsAjaxOrdering()
utf8_specials_pattern
This tag:
* @see utf8_specials_pattern
has been used a total of 2 times within the following files:
libraries/phputf8/utils/specials.php:* @see utf8_specials_pattern libraries/phputf8/utils/specials.php:* @see utf8_specials_pattern
gzdecode::$SI2
This tag:
* @see gzdecode::$SI2
has been used a total of 2 times within the following files:
libraries/simplepie/simplepie.php: * @see gzdecode::$SI2 libraries/simplepie/simplepie.php: * @see gzdecode::$SI2
https://www.php.net/str_ireplace
This tag:
* @see https://www.php.net/str_ireplace
has been used a total of 2 times within the following files:
libraries/phputf8/str_ireplace.php:* @see https://www.php.net/str_ireplace libraries/joomla/string/string.php: * @see https://www.php.net/str_ireplace
JStream
This tag:
* @see JStream
has been used a total of 1 times within the following files:
libraries/joomla/factory.php: * @see JStream
JAuthenticationResponse
This tag:
* @see JAuthenticationResponse
has been used a total of 1 times within the following files:
libraries/joomla/user/authentication.php: * @see JAuthenticationResponse
JTable::store()
This tag:
* @see JTable::store()
has been used a total of 1 times within the following files:
libraries/legacy/table/menu.php: * @see JTable::store()
JDate
This tag:
* @see JDate
has been used a total of 1 times within the following files:
libraries/joomla/factory.php: * @see JDate
punycode.ucs2.encode
This tag:
* @see punycode.ucs2.encode
has been used a total of 1 times within the following files:
media/system/js/punycode-uncompressed.js: * @see punycode.ucs2.encode
JUri
This tag:
* @see JUri
has been used a total of 1 times within the following files:
libraries/joomla/factory.php: * @see JUri
JLanguage::load()
This tag:
* @see JLanguage::load()
has been used a total of 1 times within the following files:
libraries/joomla/language/language.php: * @see JLanguage::load()
JXMLElement
This tag:
* @see JXMLElement
has been used a total of 1 times within the following files:
libraries/joomla/factory.php: * @see JXMLElement
* @param string $type The variable type {@see JFilterInput::clean()}.
This tag:
* @see * @param string $type The variable type {@see JFilterInput::clean()}.
has been used a total of 1 times within the following files:
libraries/legacy/request/request.php: * @param string $type The variable type {@see JFilterInput::clean()}.
JViewLegacy::loadTemplate()
This tag:
* @see JViewLegacy::loadTemplate()
has been used a total of 1 times within the following files:
libraries/legacy/view/legacy.php: * @see JViewLegacy::loadTemplate()
parse_str()
This tag:
* @see parse_str()
has been used a total of 1 times within the following files:
libraries/joomla/uri/uri.php: * @see parse_str()
JException::getProperties()
This tag:
* @see JException::getProperties()
has been used a total of 1 times within the following files:
libraries/legacy/exception/exception.php: * @see JException::getProperties()
JTable::getInstance()
This tag:
* @see JTable::getInstance()
has been used a total of 1 times within the following files:
libraries/legacy/model/legacy.php: * @see JTable::getInstance()
restore_error_handler
This tag:
* @see restore_error_handler
has been used a total of 1 times within the following files:
libraries/legacy/error/error.php: * @see restore_error_handler
set_error_handler
This tag:
* @see set_error_handler
has been used a total of 1 times within the following files:
libraries/legacy/error/error.php: * @see set_error_handler
JException::get()
This tag:
* @see JException::get()
has been used a total of 1 times within the following files:
libraries/legacy/exception/exception.php: * @see JException::get()
JException::setProperties()
This tag:
* @see JException::setProperties()
has been used a total of 1 times within the following files:
libraries/legacy/exception/exception.php: * @see JException::setProperties()
JInput
This tag:
* @see JInput
has been used a total of 1 times within the following files:
libraries/legacy/request/request.php: * @see JInput
JUser
This tag:
* @see JUser
has been used a total of 1 times within the following files:
libraries/joomla/factory.php: * @see JUser
JApplication::enqueueMessage()
This tag:
* @see JApplication::enqueueMessage()
has been used a total of 1 times within the following files:
libraries/legacy/application/application.php: * @see JApplication::enqueueMessage()
JException::set()
This tag:
* @see JException::set()
has been used a total of 1 times within the following files:
libraries/legacy/exception/exception.php: * @see JException::set()
JInput::set()
This tag:
* @see JInput::set()
has been used a total of 1 times within the following files:
libraries/legacy/request/request.php: * @see JInput::set()
JSession
This tag:
* @see JSession
has been used a total of 1 times within the following files:
libraries/joomla/factory.php: * @see JSession
JData::setProperty()
This tag:
* @see JData::setProperty()
has been used a total of 1 times within the following files:
libraries/joomla/data/data.php: * @see JData::setProperty()
JData::getProperty()
This tag:
* @see JData::getProperty()
has been used a total of 1 times within the following files:
libraries/joomla/data/data.php: * @see JData::getProperty()
IteratorAggregate::getIterator()
This tag:
* @see IteratorAggregate::getIterator()
has been used a total of 1 times within the following files:
libraries/joomla/data/data.php: * @see IteratorAggregate::getIterator()
JData::__get()
This tag:
* @see JData::__get()
has been used a total of 1 times within the following files:
libraries/joomla/data/data.php: * @see JData::__get()
JData::__set()
This tag:
* @see JData::__set()
has been used a total of 1 times within the following files:
libraries/joomla/data/data.php: * @see JData::__set()
streamWrapper::stream_read
This tag:
* @see streamWrapper::stream_read
has been used a total of 1 times within the following files:
libraries/joomla/utilities/buffer.php: * @see streamWrapper::stream_read
JArrayHelper::sortObjects()
This tag:
* @see JArrayHelper::sortObjects()
has been used a total of 1 times within the following files:
libraries/joomla/utilities/arrayhelper.php: * @see JArrayHelper::sortObjects()
streamWrapper::stream_write
This tag:
* @see streamWrapper::stream_write
has been used a total of 1 times within the following files:
libraries/joomla/utilities/buffer.php: * @see streamWrapper::stream_write
streamWrapper::stream_tell
This tag:
* @see streamWrapper::stream_tell
has been used a total of 1 times within the following files:
libraries/joomla/utilities/buffer.php: * @see streamWrapper::stream_tell
streamWrapper::stream_eof
This tag:
* @see streamWrapper::stream_eof
has been used a total of 1 times within the following files:
libraries/joomla/utilities/buffer.php: * @see streamWrapper::stream_eof
streamWrapper::stream_seek
This tag:
* @see streamWrapper::stream_seek
has been used a total of 1 times within the following files:
libraries/joomla/utilities/buffer.php: * @see streamWrapper::stream_seek
JData::dump()
This tag:
* @see JData::dump()
has been used a total of 1 times within the following files:
libraries/joomla/data/set.php: * @see JData::dump()
streamWrapper::stream_open
This tag:
* @see streamWrapper::stream_open
has been used a total of 1 times within the following files:
libraries/joomla/utilities/buffer.php: * @see streamWrapper::stream_open
* @param mixed &$params Additional parameters. See {@see PlgContentEmailcloak()}.
This tag:
* @see * @param mixed &$params Additional parameters. See {@see PlgContentEmailcloak()}.
has been used a total of 1 times within the following files:
plugins/content/emailcloak/emailcloak.php: * @param mixed &$params Additional parameters. See {@see PlgContentEmailcloak()}.
JApplication
This tag:
* @see JApplication
has been used a total of 1 times within the following files:
libraries/joomla/factory.php: * @see JApplication
basicToDigit()
This tag:
* @see basicToDigit()
has been used a total of 1 times within the following files:
media/system/js/punycode-uncompressed.js: * @see basicToDigit()
digitToBasic()
This tag:
* @see digitToBasic()
has been used a total of 1 times within the following files:
media/system/js/punycode-uncompressed.js: * @see digitToBasic()
* @param mixed $params Additional parameters. See {@see PlgContentContent()}.
This tag:
* @see * @param mixed $params Additional parameters. See {@see PlgContentContent()}.
has been used a total of 1 times within the following files:
plugins/content/contact/contact.php: * @param mixed $params Additional parameters. See {@see PlgContentContent()}.
raise()
This tag:
* @see raise()
has been used a total of 1 times within the following files:
libraries/legacy/error/error.php: * @see raise()
* @param string $mode Mode used to open the file @see fopen
This tag:
* @see * @param string $mode Mode used to open the file @see fopen
has been used a total of 1 times within the following files:
libraries/joomla/utilities/buffer.php: * @param string $mode Mode used to open the file @see fopen
https://en.wikipedia.org/wiki/PBKDF2
This tag:
* @see https://en.wikipedia.org/wiki/PBKDF2
has been used a total of 1 times within the following files:
libraries/joomla/crypt/cipher/mcrypt.php: * @see https://en.wikipedia.org/wiki/PBKDF2
https://www.ietf.org/rfc/rfc2898.txt
This tag:
* @see https://www.ietf.org/rfc/rfc2898.txt
has been used a total of 1 times within the following files:
libraries/joomla/crypt/cipher/mcrypt.php: * @see https://www.ietf.org/rfc/rfc2898.txt
https://github.com/ircmaxell/password_compat/blob/master/version-test.php
This tag:
* @see https://github.com/ircmaxell/password_compat/blob/master/version-test.php
has been used a total of 1 times within the following files:
libraries/joomla/crypt/crypt.php: * @see https://github.com/ircmaxell/password_compat/blob/master/version-test.php
punycode.ucs2.decode
This tag:
* @see punycode.ucs2.decode
has been used a total of 1 times within the following files:
media/system/js/punycode-uncompressed.js: * @see punycode.ucs2.decode
https://www.php.net/strcmp
This tag:
* @see https://www.php.net/strcmp
has been used a total of 1 times within the following files:
libraries/joomla/string/string.php: * @see https://www.php.net/strcmp
JFormRuleTel
This tag:
* @see JFormRuleTel
has been used a total of 1 times within the following files:
libraries/cms/html/tel.php: * @see JFormRuleTel
JFormFieldRadio
This tag:
* @see JFormFieldRadio
has been used a total of 1 times within the following files:
libraries/cms/html/select.php: * @see JFormFieldRadio
strftime
This tag:
* @see strftime
has been used a total of 1 times within the following files:
libraries/cms/html/html.php: * @see strftime
JHtml::$formatOptions
This tag:
* @see JHtml::$formatOptions
has been used a total of 1 times within the following files:
libraries/cms/html/html.php: * @see JHtml::$formatOptions
JHtml::stylesheet()
This tag:
* @see JHtml::stylesheet()
has been used a total of 1 times within the following files:
libraries/cms/html/html.php: * @see JHtml::stylesheet()
* Format options, see {@see JHtml::$formatOptions}.
This tag:
* @see * Format options, see {@see JHtml::$formatOptions}.
has been used a total of 1 times within the following files:
libraries/cms/html/select.php: * Format options, see {@see JHtml::$formatOptions}.
FOFPlatformInterface::getPlatformBaseDirs()
This tag:
* @see FOFPlatformInterface::getPlatformBaseDirs()
has been used a total of 1 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::getPlatformBaseDirs()
FOFPlatformInterface::checkExecution()
This tag:
* @see FOFPlatformInterface::checkExecution()
has been used a total of 1 times within the following files:
libraries/fof/integration/joomla/platform.php: * @see FOFPlatformInterface::checkExecution()
JHtmlSelect::groupedList()
This tag:
* @see JHtmlSelect::groupedList()
has been used a total of 1 times within the following files:
libraries/cms/html/select.php: * @see JHtmlSelect::groupedList()
* Selection options. See {@see JHtmlSelect::options()}.
This tag:
* @see * Selection options. See {@see JHtmlSelect::options()}.
has been used a total of 1 times within the following files:
libraries/cms/html/select.php: * Selection options. See {@see JHtmlSelect::options()}.
* Format options, {@see JHtml::$formatOptions}.
This tag:
* @see * Format options, {@see JHtml::$formatOptions}.
has been used a total of 1 times within the following files:
libraries/cms/html/select.php: * Format options, {@see JHtml::$formatOptions}.
* Selection options, see {@see JHtmlSelect::options()}.
This tag:
* @see * Selection options, see {@see JHtmlSelect::options()}.
has been used a total of 1 times within the following files:
libraries/cms/html/select.php: * Selection options, see {@see JHtmlSelect::options()}.
https://php.net/manual/en/function.call-user-func-array.php
This tag:
* @see https://php.net/manual/en/function.call-user-func-array.php
has been used a total of 1 times within the following files:
libraries/cms/html/html.php: * @see https://php.net/manual/en/function.call-user-func-array.php
JFormFieldContentLanguage
This tag:
* @see JFormFieldContentLanguage
has been used a total of 1 times within the following files:
libraries/cms/html/contentlanguage.php: * @see JFormFieldContentLanguage
camelize
This tag:
* @see camelize
has been used a total of 1 times within the following files:
libraries/fof/inflector/inflector.php: * @see camelize
https://www.yaml.org/spec/1.2/spec.html#id2761573
This tag:
* @see https://www.yaml.org/spec/1.2/spec.html#id2761573
has been used a total of 1 times within the following files:
libraries/framework/Symfony/Component/Yaml/Inline.php: * @see https://www.yaml.org/spec/1.2/spec.html#id2761573
tableize
This tag:
* @see tableize
has been used a total of 1 times within the following files:
libraries/fof/inflector/inflector.php: * @see tableize
classify
This tag:
* @see classify
has been used a total of 1 times within the following files:
libraries/fof/inflector/inflector.php: * @see classify
FOFPlatformInterface::getOrdering()
This tag:
* @see FOFPlatformInterface::getOrdering()
has been used a total of 1 times within the following files:
libraries/fof/platform/platform.php: * @see FOFPlatformInterface::getOrdering()
JFormFieldLanguage for a select list of application languages.
This tag:
* @see JFormFieldLanguage for a select list of application languages.
has been used a total of 1 times within the following files:
libraries/cms/form/field/contentlanguage.php: * @see JFormFieldLanguage for a select list of application languages.
JLogEntry::$priorities
This tag:
* @see JLogEntry::$priorities
has been used a total of 1 times within the following files:
libraries/joomla/log/entry.php: * @see JLogEntry::$priorities
JSession::checkToken()
This tag:
* @see JSession::checkToken()
has been used a total of 1 times within the following files:
libraries/cms/html/form.php: * @see JSession::checkToken()
JFormFieldRules
This tag:
* @see JFormFieldRules
has been used a total of 1 times within the following files:
libraries/cms/html/rules.php: * @see JFormFieldRules
JToolbarButton::render()
This tag:
* @see JToolbarButton::render()
has been used a total of 1 times within the following files:
libraries/cms/toolbar/button/separator.php: * @see JToolbarButton::render()
JToolbar
This tag:
* @see JToolbar
has been used a total of 1 times within the following files:
libraries/cms/toolbar/toolbar.php: * @see JToolbar
JEditor
This tag:
* @see JEditor
has been used a total of 1 times within the following files:
libraries/cms/form/field/editor.php: * @see JEditor
FOFHalLinks::addLinks
This tag:
* @see FOFHalLinks::addLinks
has been used a total of 1 times within the following files:
libraries/fof/hal/document.php: * @see FOFHalLinks::addLinks
FOFHalLinks::addLink
This tag:
* @see FOFHalLinks::addLink
has been used a total of 1 times within the following files:
libraries/fof/hal/document.php: * @see FOFHalLinks::addLink
https://php.net/manual/en/book.wincache.php
This tag:
* @see https://php.net/manual/en/book.wincache.php
has been used a total of 1 times within the following files:
libraries/joomla/cache/storage/wincache.php: * @see https://php.net/manual/en/book.wincache.php
https://php.net/manual/en/book.memcache.php
This tag:
* @see https://php.net/manual/en/book.memcache.php
has been used a total of 1 times within the following files:
libraries/joomla/cache/storage/memcache.php: * @see https://php.net/manual/en/book.memcache.php
https://php.net/manual/en/book.memcached.php
This tag:
* @see https://php.net/manual/en/book.memcached.php
has been used a total of 1 times within the following files:
libraries/joomla/cache/storage/memcached.php: * @see https://php.net/manual/en/book.memcached.php
https://php.net/manual/en/book.apc.php
This tag:
* @see https://php.net/manual/en/book.apc.php
has been used a total of 1 times within the following files:
libraries/joomla/cache/storage/apc.php: * @see https://php.net/manual/en/book.apc.php
https://pear.php.net/package/Cache_Lite/
This tag:
* @see https://pear.php.net/package/Cache_Lite/
has been used a total of 1 times within the following files:
libraries/joomla/cache/storage/cachelite.php: * @see https://pear.php.net/package/Cache_Lite/
https://us3.php.net/manual/en/function.parse-url.php
This tag:
* @see https://us3.php.net/manual/en/function.parse-url.php
has been used a total of 1 times within the following files:
libraries/joomla/string/string.php: * @see https://us3.php.net/manual/en/function.parse-url.php
JString::valid()
This tag:
* @see JString::valid()
has been used a total of 1 times within the following files:
libraries/joomla/string/string.php: * @see JString::valid()
https://www.php.net/substr
This tag:
* @see https://www.php.net/substr
has been used a total of 1 times within the following files:
libraries/joomla/string/string.php: * @see https://www.php.net/substr
https://www.php.net/manual/en/function.curl-setopt.php
This tag:
* @see https://www.php.net/manual/en/function.curl-setopt.php
has been used a total of 1 times within the following files:
libraries/joomla/http/transport/curl.php: * @see https://www.php.net/manual/en/function.curl-setopt.php
https://www.php.net/strlen
This tag:
* @see https://www.php.net/strlen
has been used a total of 1 times within the following files:
libraries/joomla/string/string.php: * @see https://www.php.net/strlen
https://www.php.net/stristr
This tag:
* @see https://www.php.net/stristr
has been used a total of 1 times within the following files:
libraries/joomla/string/string.php: * @see https://www.php.net/stristr
JString::compliant()
This tag:
* @see JString::compliant()
has been used a total of 1 times within the following files:
libraries/joomla/string/string.php: * @see JString::compliant()
FOFFormHelper::loadRuleType()
This tag:
* @see FOFFormHelper::loadRuleType()
has been used a total of 1 times within the following files:
libraries/fof/form/form.php: * @see FOFFormHelper::loadRuleType()
FOFFormHelper::addFormPath()
This tag:
* @see FOFFormHelper::addFormPath()
has been used a total of 1 times within the following files:
libraries/fof/form/form.php: * @see FOFFormHelper::addFormPath()
FOFForm
This tag:
* @see FOFForm
has been used a total of 1 times within the following files:
libraries/fof/model/model.php: * @see FOFForm
self::getSearchMethods()
This tag:
* @see self::getSearchMethods()
has been used a total of 1 times within the following files:
libraries/fof/model/field.php: * @see self::getSearchMethods()
FOFFormField
This tag:
* @see FOFFormField
has been used a total of 1 times within the following files:
libraries/fof/model/model.php: * @see FOFFormField
FOFLess::compileProp()
This tag:
* @see FOFLess::compileProp()
has been used a total of 1 times within the following files:
libraries/fof/less/less.php: * @see FOFLess::compileProp()
FOFUtilsArray::sortObjects()
This tag:
* @see FOFUtilsArray::sortObjects()
has been used a total of 1 times within the following files:
libraries/fof/utils/array/array.php: * @see FOFUtilsArray::sortObjects()
* -Format options, {@see JHtml::$formatOptions}.
This tag:
* @see * -Format options, {@see JHtml::$formatOptions}.
has been used a total of 1 times within the following files:
libraries/cms/html/select.php: * -Format options, {@see JHtml::$formatOptions}.
FOFController::createView
This tag:
* @see FOFController::createView
has been used a total of 1 times within the following files:
libraries/fof/controller/controller.php: * @see FOFController::createView
administrator/com_installer/models/extension.php
This tag:
* @see administrator/com_installer/models/extension.php
has been used a total of 1 times within the following files:
libraries/fof/form/field/components.php: * @see administrator/com_installer/models/extension.php
FOFFormHelper::addRulePath()
This tag:
* @see FOFFormHelper::addRulePath()
has been used a total of 1 times within the following files:
libraries/fof/form/form.php: * @see FOFFormHelper::addRulePath()
// DOES use it (@see: calendar-uncompressed.js). Therefore we have to convert it.
This tag:
* @see // DOES use it (@see: calendar-uncompressed.js). Therefore we have to convert it.
has been used a total of 1 times within the following files:
libraries/fof/form/field/calendar.php: // DOES use it (@see: calendar-uncompressed.js). Therefore we have to convert it.
JFormFieldUsergroup
This tag:
* @see JFormFieldUsergroup
has been used a total of 1 times within the following files:
libraries/cms/html/access.php: * @see JFormFieldUsergroup
JFormFieldAccessLevel
This tag:
* @see JFormFieldAccessLevel
has been used a total of 1 times within the following files:
libraries/cms/html/access.php: * @see JFormFieldAccessLevel
https://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date-add
This tag:
* @see https://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date-add
has been used a total of 1 times within the following files:
libraries/joomla/database/query.php: * @see https://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date-add
https://php.net/manual/en/features.commandline.php
This tag:
* @see https://php.net/manual/en/features.commandline.php
has been used a total of 1 times within the following files:
libraries/joomla/application/daemon.php: * @see https://php.net/manual/en/features.commandline.php
SimplePie::get_favicon()
This tag:
* @see SimplePie::get_favicon()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::get_favicon()
gzdecode::$compressed_data
This tag:
* @see gzdecode::$compressed_data
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see gzdecode::$compressed_data
gzdecode::$data
This tag:
* @see gzdecode::$data
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see gzdecode::$data
https://www.php.net/str_pad
This tag:
* @see https://www.php.net/str_pad
has been used a total of 1 times within the following files:
libraries/phputf8/str_pad.php:* @see https://www.php.net/str_pad
https://www.php.net/ord
This tag:
* @see https://www.php.net/ord
has been used a total of 1 times within the following files:
libraries/phputf8/ord.php:* @see https://www.php.net/ord
utf8_strip_specials
This tag:
* @see utf8_strip_specials
has been used a total of 1 times within the following files:
libraries/phputf8/utils/specials.php:* @see utf8_strip_specials
utf8_is_word_chars
This tag:
* @see utf8_is_word_chars
has been used a total of 1 times within the following files:
libraries/phputf8/utils/specials.php:* @see utf8_is_word_chars
https://www.php.net/manual/en/function.ord.php#46267
This tag:
* @see https://www.php.net/manual/en/function.ord.php#46267
has been used a total of 1 times within the following files:
libraries/phputf8/ord.php:* @see https://www.php.net/manual/en/function.ord.php#46267
SIMPLEPIE_LOCATOR_ALL
This tag:
* @see SIMPLEPIE_LOCATOR_ALL
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SIMPLEPIE_LOCATOR_ALL
SIMPLEPIE_LOCATOR_REMOTE_BODY
This tag:
* @see SIMPLEPIE_LOCATOR_REMOTE_BODY
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SIMPLEPIE_LOCATOR_REMOTE_BODY
SIMPLEPIE_LOCATOR_NONE
This tag:
* @see SIMPLEPIE_LOCATOR_NONE
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SIMPLEPIE_LOCATOR_NONE
SimplePie::strip_htmltags()
This tag:
* @see SimplePie::strip_htmltags()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::strip_htmltags()
SimplePie::strip_attributes()
This tag:
* @see SimplePie::strip_attributes()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::strip_attributes()
SIMPLEPIE_LOCATOR_AUTODISCOVERY
This tag:
* @see SIMPLEPIE_LOCATOR_AUTODISCOVERY
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SIMPLEPIE_LOCATOR_AUTODISCOVERY
SIMPLEPIE_LOCATOR_LOCAL_EXTENSION
This tag:
* @see SIMPLEPIE_LOCATOR_LOCAL_EXTENSION
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SIMPLEPIE_LOCATOR_LOCAL_EXTENSION
SIMPLEPIE_LOCATOR_REMOTE_EXTENSION
This tag:
* @see SIMPLEPIE_LOCATOR_REMOTE_EXTENSION
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SIMPLEPIE_LOCATOR_REMOTE_EXTENSION
SIMPLEPIE_LOCATOR_LOCAL_BODY
This tag:
* @see SIMPLEPIE_LOCATOR_LOCAL_BODY
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SIMPLEPIE_LOCATOR_LOCAL_BODY
utf8_bad_explain
This tag:
* @see utf8_bad_explain
has been used a total of 1 times within the following files:
libraries/phputf8/utils/bad.php:* @see utf8_bad_explain
utf8_compliant
This tag:
* @see utf8_compliant
has been used a total of 1 times within the following files:
libraries/phputf8/utils/validation.php:* @see utf8_compliant
https://www.itu.int/rec/T-REC-E.164/en
This tag:
* @see https://www.itu.int/rec/T-REC-E.164/en
has been used a total of 1 times within the following files:
libraries/joomla/form/rule/tel.php: * @see https://www.itu.int/rec/T-REC-E.164/en
https://tools.ietf.org/html/rfc4933
This tag:
* @see https://tools.ietf.org/html/rfc4933
has been used a total of 1 times within the following files:
libraries/joomla/form/rule/tel.php: * @see https://tools.ietf.org/html/rfc4933
https://www.nanpa.com/
This tag:
* @see https://www.nanpa.com/
has been used a total of 1 times within the following files:
libraries/joomla/form/rule/tel.php: * @see https://www.nanpa.com/
https://blog.stevenlevithan.com/archives/validate-phone-number
This tag:
* @see https://blog.stevenlevithan.com/archives/validate-phone-number
has been used a total of 1 times within the following files:
libraries/joomla/form/rule/tel.php: * @see https://blog.stevenlevithan.com/archives/validate-phone-number
JString
This tag:
* @see JString
has been used a total of 1 times within the following files:
libraries/joomla/form/rule/url.php: * @see JString
JDatabaseDriver::getConnectors()
This tag:
* @see JDatabaseDriver::getConnectors()
has been used a total of 1 times within the following files:
libraries/joomla/form/fields/databaseconnection.php: * @see JDatabaseDriver::getConnectors()
JFormFieldMedia
This tag:
* @see JFormFieldMedia
has been used a total of 1 times within the following files:
libraries/joomla/form/fields/file.php: * @see JFormFieldMedia
https://php.net/manual/en/function.parse-url.php
This tag:
* @see https://php.net/manual/en/function.parse-url.php
has been used a total of 1 times within the following files:
libraries/joomla/form/rule/url.php: * @see https://php.net/manual/en/function.parse-url.php
https://www.w3.org/TR/html-markup/input.email.html
This tag:
* @see https://www.w3.org/TR/html-markup/input.email.html
has been used a total of 1 times within the following files:
libraries/joomla/form/rule/email.php: * @see https://www.w3.org/TR/html-markup/input.email.html
JFormHelper::addRulePath()
This tag:
* @see JFormHelper::addRulePath()
has been used a total of 1 times within the following files:
libraries/joomla/form/form.php: * @see JFormHelper::addRulePath()
utf8_strip_non_ascii_ctrl
This tag:
* @see utf8_strip_non_ascii_ctrl
has been used a total of 1 times within the following files:
libraries/phputf8/utils/ascii.php:* @see utf8_strip_non_ascii_ctrl
utf8_is_ascii
This tag:
* @see utf8_is_ascii
has been used a total of 1 times within the following files:
libraries/phputf8/utils/ascii.php:* @see utf8_is_ascii
utf8_is_ascii_ctrl
This tag:
* @see utf8_is_ascii_ctrl
has been used a total of 1 times within the following files:
libraries/phputf8/utils/ascii.php:* @see utf8_is_ascii_ctrl
https://hsivonen.iki.fi/producing-xml/#controlchar
This tag:
* @see https://hsivonen.iki.fi/producing-xml/#controlchar
has been used a total of 1 times within the following files:
libraries/phputf8/utils/ascii.php:* @see https://hsivonen.iki.fi/producing-xml/#controlchar
utf8_ucwords
This tag:
* @see utf8_ucwords
has been used a total of 1 times within the following files:
libraries/phputf8/ucwords.php:* @see utf8_ucwords
JFormHelper::addFormPath()
This tag:
* @see JFormHelper::addFormPath()
has been used a total of 1 times within the following files:
libraries/joomla/form/form.php: * @see JFormHelper::addFormPath()
JFormHelper::loadRuleType()
This tag:
* @see JFormHelper::loadRuleType()
has been used a total of 1 times within the following files:
libraries/joomla/form/form.php: * @see JFormHelper::loadRuleType()
SimplePie::set_item_limit()
This tag:
* @see SimplePie::set_item_limit()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_item_limit()
SimplePie::set_image_handler()
This tag:
* @see SimplePie::set_image_handler()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_image_handler()
SimplePie::set_cache_duration()
This tag:
* @see SimplePie::set_cache_duration()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_cache_duration()
SimplePie::enable_cache()
This tag:
* @see SimplePie::enable_cache()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::enable_cache()
SimplePie::enable_xml_dump()
This tag:
* @see SimplePie::enable_xml_dump()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::enable_xml_dump()
SimplePie::set_autodiscovery_cache_duration()
This tag:
* @see SimplePie::set_autodiscovery_cache_duration()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_autodiscovery_cache_duration()
SimplePie::set_cache_location()
This tag:
* @see SimplePie::set_cache_location()br /> has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_cache_location()
SimplePie::set_input_encoding()
This tag:
* @see SimplePie::set_input_encoding()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_input_encoding()
SimplePie::enable_order_by_date()
This tag:
* @see SimplePie::enable_order_by_date()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::enable_order_by_date()
SimplePie::set_cache_name_function()
This tag:
* @see SimplePie::set_cache_name_function()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_cache_name_function()
SimplePie::force_feed()
This tag:
* @see SimplePie::force_feed()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::force_feed()
SimplePie::force_fsockopen()
This tag:
* @see SimplePie::force_fsockopen()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::force_fsockopen()
EncodeFile()
This tag:
* @see EncodeFile()
has been used a total of 1 times within the following files:
libraries/phpmailer/phpmailer.php: * @see EncodeFile()
JTable::store
This tag:
* @see JTable::store
has been used a total of 1 times within the following files:
administrator/components/com_redirect/tables/link.php: * @see JTable::store
JTable::bind
This tag:
* @see JTable::bind
has been used a total of 1 times within the following files:
administrator/components/com_tags/tables/tag.php: * @see JTable::bind
EncodeQP()
This tag:
* @see EncodeQP()
has been used a total of 1 times within the following files:
libraries/phpmailer/phpmailer.php: * @see EncodeQP()
SimplePie::set_sanitize_class()
This tag:
* @see SimplePie::set_sanitize_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_sanitize_class()
SimplePie::set_timeout()
This tag:
* @see SimplePie::set_timeout()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_timeout()
SimplePie::set_file()
This tag:
* @see SimplePie::set_file()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_file()
SimplePie::set_cache_class()
This tag:
* @see SimplePie::set_cache_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_cache_class()
SimplePie::set_locator_class()
This tag:
* @see SimplePie::set_locator_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_locator_class()
SimplePie::set_content_type_sniffer_class()
This tag:
* @see SimplePie::set_content_type_sniffer_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_content_type_sniffer_class()
SimplePie::set_restriction_class()
This tag:
* @see SimplePie::set_restriction_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_restriction_class()
SimplePie::set_rating_class()
This tag:
* @see SimplePie::set_rating_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_rating_class()
SimplePie::set_source_class()
This tag:
* @see SimplePie::set_source_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_source_class()
SimplePie::set_javascript()
This tag:
* @see SimplePie::set_javascript()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_javascript()
SimplePie::set_favicon_handler()
This tag:
* @see SimplePie::set_favicon_handler()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_favicon_handler()
SimplePie::get_all_discovered_feeds()
This tag:
* @see SimplePie::get_all_discovered_feeds()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::get_all_discovered_feeds()
SimplePie::set_max_checked_feeds()
This tag:
* @see SimplePie::set_max_checked_feeds()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_max_checked_feeds()
SimplePie::set_credit_class()
This tag:
* @see SimplePie::set_credit_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_credit_class()
SimplePie::set_copyright_class()
This tag:
* @see SimplePie::set_copyright_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_copyright_class()
SimplePie::set_item_class()
This tag:
* @see SimplePie::set_item_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_item_class()
SimplePie::set_file_class()
This tag:
* @see SimplePie::set_file_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_file_class()
SimplePie::set_parser_class()
This tag:
* @see SimplePie::set_parser_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_parser_class()
SimplePie::set_author_class()
This tag:
* @see SimplePie::set_author_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_author_class()
SimplePie::set_category_class()
This tag:
* @see SimplePie::set_category_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_category_class()
SimplePie::set_caption_class()
This tag:
* @see SimplePie::set_caption_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_caption_class()
SimplePie::set_enclosures_class()
This tag:
* @see SimplePie::set_enclosures_class()
has been used a total of 1 times within the following files:
libraries/simplepie/simplepie.php: * @see SimplePie::set_enclosures_class()
JFormRuleEmail
This tag:
* @see JFormRuleEmail
has been used a total of 1 times within the following files:
libraries/joomla/form/fields/email.php: * @see JFormRuleEmail
JFormRuleTel for telephone number validation
This tag:
* @see JFormRuleTel for telephone number validation
has been used a total of 1 times within the following files:
libraries/joomla/form/fields/tel.php: * @see JFormRuleTel for telephone number validation
pcntl_wexitstatus()
This tag:
* @see pcntl_wexitstatus()
has been used a total of 1 times within the following files:
libraries/joomla/application/daemon.php: * @see pcntl_wexitstatus()
posix_setuid()
This tag:
* @see posix_setuid()
has been used a total of 1 times within the following files:
libraries/joomla/application/daemon.php: * @see posix_setuid()
https://php.net/manual/pcntl.constants.php
This tag:
* @see https://php.net/manual/pcntl.constants.php
has been used a total of 1 times within the following files:
libraries/joomla/application/daemon.php: * @see https://php.net/manual/pcntl.constants.php
pcntl_fork()
This tag:
* @see pcntl_fork()
has been used a total of 1 times within the following files:
libraries/joomla/application/daemon.php: * @see pcntl_fork()
pcntl_wait()
This tag:
* @see pcntl_wait()
has been used a total of 1 times within the following files:
libraries/joomla/application/daemon.php: * @see pcntl_wait()
JObject::set()
This tag:
* @see JObject::set()
has been used a total of 1 times within the following files:
libraries/joomla/object/object.php: * @see JObject::set()
JObject::get()
This tag:
* @see JObject::get()
has been used a total of 1 times within the following files:
libraries/joomla/object/object.php: * @see JObject::get()
JObject::getProperties()
This tag:
* @see JObject::getProperties()
has been used a total of 1 times within the following files:
libraries/joomla/object/object.php: * @see JObject::getProperties()
JAdminCssMenu
This tag:
* @see JAdminCssMenu
has been used a total of 1 times within the following files:
administrator/modules/mod_menu/menu.php: * @see JAdminCssMenu
https://www.php.net/manual/en/book.pcntl.php
This tag:
* @see https://www.php.net/manual/en/book.pcntl.php
has been used a total of 1 times within the following files:
libraries/joomla/application/daemon.php: * @see https://www.php.net/manual/en/book.pcntl.php
JApplicationWeb::loadDocument()
This tag:
* @see JApplicationWeb::loadDocument()
has been used a total of 1 times within the following files:
libraries/joomla/application/web.php: * @see JApplicationWeb::loadDocument()
JApplicationWeb::loadSession()
This tag:
* @see JApplicationWeb::loadSession()
has been used a total of 1 times within the following files:
libraries/joomla/application/web.php: * @see JApplicationWeb::loadSession()
https://shiflett.org/articles/the-truth-about-sessions
This tag:
* @see https://shiflett.org/articles/the-truth-about-sessions
has been used a total of 1 times within the following files:
libraries/joomla/session/session.php: * @see https://shiflett.org/articles/the-truth-about-sessions
JApplicationWeb::loadLanguage()
This tag:
* @see JApplicationWeb::loadLanguage()
has been used a total of 1 times within the following files:
libraries/joomla/application/web.php: * @see JApplicationWeb::loadLanguage()
connection_status()
This tag:
* @see connection_status()
has been used a total of 1 times within the following files:
libraries/joomla/application/web.php: * @see connection_status()
header()
This tag:
* @see header()
has been used a total of 1 times within the following files:
libraries/joomla/application/web.php: * @see header()
headers_sent()
This tag:
* @see headers_sent()
has been used a total of 1 times within the following files:
libraries/joomla/application/web.php: * @see headers_sent()
https://php.net/manual/en/function.stream-get-wrappers.php
This tag:
* @see https://php.net/manual/en/function.stream-get-wrappers.php
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/manual/en/function.stream-get-wrappers.php
https://php.net/manual/en/intro.stream.php PHP Stream Manual
This tag:
* @see https://php.net/manual/en/intro.stream.php PHP Stream Manual
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/manual/en/intro.stream.php PHP Stream Manual
https://www.php.net/manual/en/function.filesize.php#71098
This tag:
* @see https://www.php.net/manual/en/function.filesize.php#71098
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/helper.php: * @see https://www.php.net/manual/en/function.filesize.php#71098
https://php.net/manual/en/function.stream-filter-prepend.php
This tag:
* @see https://php.net/manual/en/function.stream-filter-prepend.php
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/manual/en/function.stream-filter-prepend.php
https://php.net/manual/en/function.stream-filter-append.php
This tag:
* @see https://php.net/manual/en/function.stream-filter-append.php
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/manual/en/function.stream-filter-append.php
https://www.php.net/manual/en/function.ftp-chmod.php
This tag:
* @see https://www.php.net/manual/en/function.ftp-chmod.php
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/helper.php: * @see https://www.php.net/manual/en/function.ftp-chmod.php
https://us.php.net/manual/en/function.stat.php
This tag:
* @see https://us.php.net/manual/en/function.stat.php
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/streams/string.php: * @see https://us.php.net/manual/en/function.stat.php
https://www.php.net/manual/en/streamwrapper.stream-read.php
This tag:
* @see https://www.php.net/manual/en/streamwrapper.stream-read.php
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/streams/string.php: * @see https://www.php.net/manual/en/streamwrapper.stream-read.php
https://php.net/manual/en/streamwrapper.url-stat.php
This tag:
* @see https://php.net/manual/en/streamwrapper.url-stat.php
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/streams/string.php: * @see https://php.net/manual/en/streamwrapper.url-stat.php
https://www.php.net/manual/en/streamwrapper.stream-stat.php
This tag:
* @see https://www.php.net/manual/en/streamwrapper.stream-stat.php
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/streams/string.php: * @see https://www.php.net/manual/en/streamwrapper.stream-stat.php
https://php.net/manual/en/context.php Context Options for various streams
This tag:
* @see https://php.net/manual/en/context.php Context Options for various streams
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/manual/en/context.php Context Options for various streams
https://php.net/stream_context_create Stream Context Creation
This tag:
* @see https://php.net/stream_context_create Stream Context Creation
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/stream_context_create Stream Context Creation
https://php.net/manual/en/transports.php Socket Transports (used by some options, particularly HTTP proxy)
This tag:
* @see https://php.net/manual/en/transports.php Socket Transports (used by some options, particularly HTTP proxy)
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/manual/en/transports.php Socket Transports (used by some options, particularly HTTP proxy)
https://php.net/manual/en/filters.php Stream Filters
This tag:
* @see https://php.net/manual/en/filters.php Stream Filters
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/manual/en/filters.php Stream Filters
https://php.net/manual/en/wrappers.php Stream Wrappers
This tag:
* @see https://php.net/manual/en/wrappers.php Stream Wrappers
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/manual/en/wrappers.php Stream Wrappers
https://php.net/manual/en/function.fread.php
This tag:
* @see https://php.net/manual/en/function.fread.php
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/manual/en/function.fread.php
https://php.net/manual/en/function.fseek.php
This tag:
* @see https://php.net/manual/en/function.fseek.php
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/manual/en/function.fseek.php
https://php.net/manual/en/function.stream-get-meta-data.php
This tag:
* @see https://php.net/manual/en/function.stream-get-meta-data.php
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/manual/en/function.stream-get-meta-data.php
https://php.net/manual/en/function.fwrite.php
This tag:
* @see https://php.net/manual/en/function.fwrite.php
has been used a total of 1 times within the following files:
libraries/joomla/filesystem/stream.php: * @see https://php.net/manual/en/function.fwrite.php
session_write_close()
This tag:
* @see session_write_close()
has been used a total of 1 times within the following files:
libraries/joomla/session/session.php: * @see session_write_close()
JSession::destroy()
This tag:
* @see JSession::destroy()
has been used a total of 1 times within the following files:
libraries/joomla/session/session.php: * @see JSession::destroy()
ArrayAccess::offsetSet()
This tag:
* @see ArrayAccess::offsetSet()
has been used a total of 1 times within the following files:
libraries/joomla/feed/feed.php: * @see ArrayAccess::offsetSet()
ArrayAccess::offsetGet()
This tag:
* @see ArrayAccess::offsetGet()
has been used a total of 1 times within the following files:
libraries/joomla/feed/feed.php: * @see ArrayAccess::offsetGet()
ArrayAccess::offsetExists()
This tag:
* @see ArrayAccess::offsetExists()
has been used a total of 1 times within the following files:
libraries/joomla/feed/feed.php: * @see ArrayAccess::offsetExists()
ArrayAccess::offsetUnset()
This tag:
* @see ArrayAccess::offsetUnset()
has been used a total of 1 times within the following files:
libraries/joomla/feed/feed.php: * @see ArrayAccess::offsetUnset()
https://video.search.yahoo.com/mrss
This tag:
* @see https://video.search.yahoo.com/mrss
has been used a total of 1 times within the following files:
libraries/joomla/feed/parser/rss/media.php: * @see https://video.search.yahoo.com/mrss
https://developers.facebook.com/docs/reference/api/status/
This tag:
* @see https://developers.facebook.com/docs/reference/api/status/
has been used a total of 1 times within the following files:
libraries/joomla/facebook/status.php: * @see https://developers.facebook.com/docs/reference/api/status/
https://developers.facebook.com/docs/reference/api/Comment/
This tag:
* @see https://developers.facebook.com/docs/reference/api/Comment/
has been used a total of 1 times within the following files:
libraries/joomla/facebook/comment.php: * @see https://developers.facebook.com/docs/reference/api/Comment/
https://www.apple.com/itunes/podcasts/specs.html
This tag:
* @see https://www.apple.com/itunes/podcasts/specs.html
has been used a total of 1 times within the following files:
libraries/joomla/feed/parser/rss/itunes.php: * @see https://www.apple.com/itunes/podcasts/specs.html
https://www.json.org/
This tag:
* @see https://www.json.org/
has been used a total of 1 times within the following files:
libraries/joomla/document/json/json.php: * @see https://www.json.org/
https://www.opensearch.org/
This tag:
* @see https://www.opensearch.org/
has been used a total of 1 times within the following files:
libraries/joomla/document/opensearch/opensearch.php: * @see https://www.opensearch.org/
JFormRuleUrl for validation of full urls
This tag:
* @see JFormRuleUrl for validation of full urls
has been used a total of 1 times within the following files:
libraries/joomla/form/fields/url.php: * @see JFormRuleUrl for validation of full urls
JFormFieldContentLanguage for a select list of content languages.
This tag:
* @see JFormFieldContentLanguage for a select list of content languages.
has been used a total of 1 times within the following files:
libraries/joomla/form/fields/language.php: * @see JFormFieldContentLanguage for a select list of content languages.
JHtmlTel for rendering of telephone numbers
This tag:
* @see JHtmlTel for rendering of telephone numbers
has been used a total of 1 times within the following files:
libraries/joomla/form/fields/tel.php: * @see JHtmlTel for rendering of telephone numbers
JFormFieldCheckbox
This tag:
* @see JFormFieldCheckbox
has been used a total of 1 times within the following files:
libraries/joomla/form/fields/checkboxes.php: * @see JFormFieldCheckbox
JFormFieldCheckboxes
This tag:
* @see JFormFieldCheckboxes
has been used a total of 1 times within the following files:
libraries/joomla/form/fields/checkbox.php: * @see JFormFieldCheckboxes
https://www.atomenabled.org/developers/syndication/atom-format-spec.php
This tag:
* @see https://www.atomenabled.org/developers/syndication/atom-format-spec.php
has been used a total of 1 times within the following files:
libraries/joomla/document/feed/renderer/atom.php: * @see https://www.atomenabled.org/developers/syndication/atom-format-spec.php
https://www.rssboard.org/rss-specification
This tag:
* @see https://www.rssboard.org/rss-specification
has been used a total of 1 times within the following files:
libraries/joomla/document/feed/renderer/rss.php: * @see https://www.rssboard.org/rss-specification
https://developers.facebook.com/docs/reference/api/link/
This tag:
* @see https://developers.facebook.com/docs/reference/api/link/
has been used a total of 1 times within the following files:
libraries/joomla/facebook/link.php: * @see https://developers.facebook.com/docs/reference/api/link/
https://developers.facebook.com/docs/reference/api/event/
This tag:
* @see https://developers.facebook.com/docs/reference/api/event/
has been used a total of 1 times within the following files:
libraries/joomla/facebook/event.php: * @see https://developers.facebook.com/docs/reference/api/event/
setcookie()
This tag:
* @see setcookie()
has been used a total of 1 times within the following files:
libraries/joomla/input/cookie.php: * @see setcookie()
JImage::destroy()
This tag:
* @see JImage::destroy()
has been used a total of 1 times within the following files:
libraries/joomla/image/image.php: * @see JImage::destroy()
https://www.php.net/manual/image.constants.php
This tag:
* @see https://www.php.net/manual/image.constants.php
has been used a total of 1 times within the following files:
libraries/joomla/image/image.php: * @see https://www.php.net/manual/image.constants.php
JPlugin
This tag:
* @see JPlugin
has been used a total of 1 times within the following files:
libraries/joomla/event/dispatcher.php: * @see JPlugin
JSession::getState()
This tag:
* @see JSession::getState()
has been used a total of 1 times within the following files:
libraries/joomla/session/session.php: * @see JSession::getState()
session_unset()
This tag:
* @see session_unset()
has been used a total of 1 times within the following files:
libraries/joomla/session/session.php: * @see session_unset()
session_destroy()
This tag:
* @see session_destroy()
has been used a total of 1 times within the following files:
libraries/joomla/session/session.php: * @see session_destroy()
JImageFilter
This tag:
* @see JImageFilter
has been used a total of 1 times within the following files:
libraries/joomla/image/image.php: * @see JImageFilter
https://developers.facebook.com/docs/reference/api/post/
This tag:
* @see https://developers.facebook.com/docs/reference/api/post/
has been used a total of 1 times within the following files:
libraries/joomla/facebook/post.php: * @see https://developers.facebook.com/docs/reference/api/post/
https://developers.facebook.com/docs/reference/api/note/
This tag:
* @see https://developers.facebook.com/docs/reference/api/note/
has been used a total of 1 times within the following files:
libraries/joomla/facebook/note.php: * @see https://developers.facebook.com/docs/reference/api/note/
https://developers.facebook.com/docs/reference/api/user/
This tag:
* @see https://developers.facebook.com/docs/reference/api/user/
has been used a total of 1 times within the following files:
libraries/joomla/facebook/user.php: * @see https://developers.facebook.com/docs/reference/api/user/
https://developers.facebook.com/docs/reference/api/checkin/
This tag:
* @see https://developers.facebook.com/docs/reference/api/checkin/
has been used a total of 1 times within the following files:
libraries/joomla/facebook/checkin.php: * @see https://developers.facebook.com/docs/reference/api/checkin/
https://developers.facebook.com/docs/reference/api/photo/
This tag:
* @see https://developers.facebook.com/docs/reference/api/photo/
has been used a total of 1 times within the following files:
libraries/joomla/facebook/photo.php: * @see https://developers.facebook.com/docs/reference/api/photo/
https://developers.facebook.com/docs/reference/api/group/
This tag:
* @see https://developers.facebook.com/docs/reference/api/group/
has been used a total of 1 times within the following files:
libraries/joomla/facebook/group.php: * @see https://developers.facebook.com/docs/reference/api/group/
https://developers.facebook.com/docs/reference/api/video/
This tag:
* @see https://developers.facebook.com/docs/reference/api/video/
has been used a total of 1 times within the following files:
libraries/joomla/facebook/video.php: * @see https://developers.facebook.com/docs/reference/api/video/
https://developers.facebook.com/docs/reference/api/album/
This tag:
* @see https://developers.facebook.com/docs/reference/api/album/
has been used a total of 1 times within the following files:
libraries/joomla/facebook/album.php: * @see https://developers.facebook.com/docs/reference/api/album/
https://developer.linkedin.com/documents/authentication
This tag:
* @see https://developer.linkedin.com/documents/authentication
has been used a total of 1 times within the following files:
libraries/joomla/linkedin/oauth.php: * @see https://developer.linkedin.com/documents/authentication