@link – Joomla DocBlock headers Updated on August 16, 2021 by Brad Markle 47 Minutes, 18 Seconds to Read 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 @link 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 @link, and how many times each value has been used. Value # Times used * @link * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. 21 * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation 16 * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation 16 * @link * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. 10 * @link https://www.w3.org/TR/html-markup/input.text.html#input.text 5 * @link https://docs.joomla.org/JTable/store 4 * @link https://docs.joomla.org/JTable/delete 3 * @link https://docs.joomla.org/JTable/check 3 * @link https://docs.joomla.org/JTableObserver 3 * @link https://docs.joomla.org/JObserverUpdater 2 * @link * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. 2 * @link * {@link $_encoding} setting. 2 * @link * [@param string Desired output encoding, see {@link set_parameter}] 2 * @link // See {@link set_paramter()} for details of how to change the following 2 * @link * You can select your preferred format via {@link set_paramter()}. 2 * @link * @param string $format The date format specification string (see {@link PHP_MANUAL#date}) 2 * @link https://docs.joomla.org/JTable/move 2 * @link https://docs.joomla.org/JTable/reset 2 * @link https://docs.joomla.org/JTable/bind 2 * @link https://docs.joomla.org/JTable/load 2 * @link https://docs.joomla.org/JTable/publish 2 * @link background-color: Color; 2 * @link color: ColorHover; 2 * @link * [@param string Desired input encoding, see {@link set_parameter}] 2 * @link https://docs.joomla.org/JTable/getKeyName 2 * @link https://docs.joomla.org/JTable/getDBO 2 * @link color: Color; 2 * @link * Returns the global {@link JLanguage} object, only creating it if it doesn’t already exist. 1 * @link * Returns the global {@link JCache} object 1 * @link * Returns the global {@link JDatabaseDriver} object, only creating it if it doesn’t already exist. 1 * @link * Returns the global {@link JMail} object, only creating it if it doesn’t already exist. 1 * @link * Returns the global {@link JAccess} object, only creating it 1 * @link * Returns the global {@link JSession} object, only creating it if it doesn’t already exist. 1 * @link * Returns the global {@link JUser} object, only creating it if it doesn’t already exist. 1 * @link * Returns the global {@link JDocument} object, only creating it if it doesn’t already exist. 1 * @link https://docs.joomla.org/JTableAsset 1 * @link https://docs.joomla.org/JTable/isCheckedOut 1 * @link https://docs.joomla.org/JTable/hit 1 * @link https://docs.joomla.org/JTable/checkIn 1 * @link https://docs.joomla.org/JTable/checkOut 1 * @link https://docs.joomla.org/JTable/getNextOrder 1 * @link https://docs.joomla.org/JTable/reorder 1 * @link * Returns the global {@link JApplicationCms} object, only creating it if it doesn’t already exist. 1 * @link https://docs.joomla.org/JObserverInterface 1 * @link https://docs.joomla.org/JObserverMapper 1 * @link * Return a reference to the {@link JUri} object 1 * @link * Returns the global {@link JRegistry} object, only creating it if it doesn’t already exist. 1 * @link * was instantiated. Marks are strings as per {@link JProfiler::mark()}. 1 * @link * @param string $type Return type for the variable, for valid values see {@link JFilterInput::clean()}. 1 * @link @linkColor: #08c; 1 * @link * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. 1 * @link * Wrapper method for the {@link raise()} method with predefined error 1 * @link * @param string $format The date format specification string (see {@link PHP_MANUAL#date}). 1 * @link * Wrapper method for the {@link raise()} method with predefined error level of E_WARNING and 1 * @link @linkColorHover: darken(@linkColor, 15%); 1 * @link @btnPrimaryBackground: @linkColor; 1 * @link border-bottom-color: ColorHover; 1 * @link border-color: Color; 1 * @link border-top-color: ColorHover; 1 * @link border-bottom-color: Color; 1 * @link @dropdownLinkBackgroundActive: @linkColor; 1 * @link border-top-color: Color; 1 * @link https://www.ietf.org/rfc/rfc3548.txt 1 * @link https://en.wikipedia.org/wiki/Operator-precedence_parser#Pseudo-code 1 * @link https://bugs.php.net/bug.php?id=48147 1 * @link PHP_MANUAL#memory_get_usage 1 * @link https://dev.mysql.com/doc/refman/5.0/en/union.html 1 * @link https://www.sqlite.org/lang_datefunc.html 1 * @link https://msdn.microsoft.com/en-us/library/ms186819.aspx for more information 1 * @link https://www.postgresql.org/docs/9.0/static/functions-datetime.html. 1 * @link * was instantiated. Marks are objects as per {@link JProfiler::mark()}. 1 * @link https://xcache.lighttpd.net/ 1 * @link * Proxy for {@link FOFFormHelper::addHeaderPath()}. 1 * @link * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. 1 * @link * Proxy for {@link FOFFormHelper::addFieldPath()}. 1 * @link * Proxy for {@link FOFFormHelper::loadRuleType()}. 1 * @link * Proxy for {@link FOFFormHelper::loadFieldType()}. 1 * @link * Proxy for {@link FOFFormHelper::loadHeaderType()}. 1 * @link * Return the {@link JDate} object 1 * @link https://docs.joomla.org/JTable/getAssetTitle 1 * @link https://www.php.net/manual/en/function.strlen.php 1 * @link https://www.php.net/manual/en/function.utf8-decode.php 1 * @link https://pear.php.net/package/Net_IPv6 1 * @link https://simplepie.org/support/ Please submit all bug reports and feature requests to the SimplePie forums 1 * @link https://www.php.net/manual/en/function.pathinfo.php#107461 1 * @link https://simplepie.org/ SimplePie 1 * @link https://www.w3.org/TR/html4/interact/forms.html 1 * @link https://www.w3.org/TR/html5/forms.html 1 * @link https://www.w3.org/TR/html-markup/command.radio.html#command.radio 1 * @link https://www.w3.org/TR/html-markup/input.email.html#input.email 1 * @link https://www.w3.org/TR/html-markup/input.file.html#input.file 1 * @link https://www.w3.org/Addressing/URL/url-spec.txt 1 * @link * Proxy for {@link JFormHelper::loadFieldType()}. 1 * @link * Proxy for {@link JFormHelper::addFieldPath()}. 1 * @link https://tools.ietf.org/html/rfc2047 1 * @link PHP version adapted from https://www.php.net/manual/en/function.quoted-printable-decode.php#89417 1 * @link * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. 1 * @link * @param array|boolean $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()} 1 * @link https://pear.php.net/pepr/pepr-proposal-show.php?id=198 1 * @link * {@link FinderIndexerHelper::$stemmer} object if it is set. If no stemmer is set, 1 * @link * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. 1 * @link * @param array|boolean $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. 1 * @link * for valid values see {@link JFilterInput::clean()}. [optional] 1 * @link * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. 1 * @link https://en.wikipedia.org/wiki/Variable_envelope_return_path 1 * @link https://squiloople.com/2009/12/20/email-address-validation/ 1 * @link https://kigkonsult.se/iCalcreator/ 1 * @link https://sprain.ch/blog/downloads/php-class-easypeasyics-create-ical-files-with-php/ 1 * @link https://www.php.net/manual/en/jsonserializable.jsonserialize.php 1 * @link https://www.w3.org/TR/html-markup/input.tel.html 1 * @link https://www.w3.org/TR/html-markup/input.color.html 1 * @link https://docs.joomla.org/JTableNested/publish 1 * @link https://docs.joomla.org/JTableNested/rebuild 1 * @link https://docs.joomla.org/JTableNested/store 1 * @link https://docs.joomla.org/JTableNested/moveByReference 1 * @link https://sourceforge.net/projects/phppatcher/ This has been derived from the PhpPatcher version 0.1.1 written by Giuseppe Mazzotta 1 * @link https://docs.joomla.org/JTableNested 1 * @link https://docs.joomla.org/JTableNested/rebuildPath 1 * @link https://docs.joomla.org/JTable 1 * @link https://docs.joomla.org/JTable/getTableName 1 * @link https://docs.joomla.org/JTable/setDBO 1 * @link * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. 1 * @link https://docs.joomla.org/JTable/addIncludePath 1 * @link https://docs.joomla.org/JTable/getInstance 1 * @link https://docs.joomla.org/Tutorial:Plugins Plugin tutorials 1 * @link https://www.ietf.org/rfc/rfc2109.txt 1 * @link https://www.w3.org/TR/html-markup/input.password.html#input.password 1 * @link * ({@link https://www.w3.org/TR/xhtml-media-types/ 1 * @link https://www.w3.org/TR/html-markup/input.hidden.html#input.hidden 1 * @link https://www.w3.org/TR/html-markup/input.checkbox.html#input.checkbox 1 * @link https://www.w3.org/TR/html-markup/textarea.html#textarea 1 * @link https://www.w3.org/TR/html-markup/input.url.html#input.url 1 * @link https://www.w3.org/TR/xhtml-media-types 1 * @link https://cyber.law.harvard.edu/rss/rss.html 1 * @link https://www.ietf.org/rfc/rfc2822.txt 1 * @link https://docs.joomla.org/JObservableInterface 1 * @link https://dev.mysql.com/doc/refman/5.0/en/datetime.html 1 * @link https://www.ietf.org/rfc/rfc3339.txt 1 * @link https://www.atomenabled.org/developers/syndication/ 1 * @link https://docs.joomla.org/JTable/save 1 * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. This tag:* @link * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. has been used a total of 21 times within the following files: administrator/components/com_contact/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_search/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_menus/controllers/menu.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_plugins/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_users/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_joomlaupdate/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_banners/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_newsfeeds/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_content/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_login/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_languages/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_messages/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_media/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_redirect/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. components/com_contact/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. components/com_weblinks/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. components/com_search/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. components/com_wrapper/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. components/com_users/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. components/com_newsfeeds/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. components/com_content/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. https://php.net/manual/en/keyword.extends.php PHP4 extends documentation This tag:* @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation has been used a total of 16 times within the following files: libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/keyword.extends.php PHP4 extends documentation https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation This tag:* @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation has been used a total of 16 times within the following files: libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation libraries/simplepie/simplepie.php: * @link https://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.extends PHP5 extends documentation * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. This tag:* @link * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. has been used a total of 10 times within the following files: administrator/components/com_weblinks/controller.php: * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_installer/controller.php: * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_config/controller.php: * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_finder/controller.php: * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_joomlaupdate/controllers/update.php: * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_banners/controllers/tracks.raw.php: * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. administrator/components/com_tags/controller.php: * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. components/com_finder/controllers/suggestions.json.php: * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. libraries/legacy/controller/admin.php: * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. libraries/legacy/controller/legacy.php: * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. https://www.w3.org/TR/html-markup/input.text.html#input.text This tag:* @link https://www.w3.org/TR/html-markup/input.text.html#input.text has been used a total of 5 times within the following files: libraries/joomla/form/fields/meter.php: * @link https://www.w3.org/TR/html-markup/input.text.html#input.text libraries/joomla/form/fields/note.php: * @link https://www.w3.org/TR/html-markup/input.text.html#input.text libraries/joomla/form/fields/text.php: * @link https://www.w3.org/TR/html-markup/input.text.html#input.text libraries/joomla/form/fields/number.php: * @link https://www.w3.org/TR/html-markup/input.text.html#input.text libraries/joomla/form/fields/range.php: * @link https://www.w3.org/TR/html-markup/input.text.html#input.text https://docs.joomla.org/JTable/store This tag:* @link https://docs.joomla.org/JTable/store has been used a total of 4 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/store libraries/joomla/table/user.php: * @link https://docs.joomla.org/JTable/store libraries/joomla/table/interface.php: * @link https://docs.joomla.org/JTable/store libraries/legacy/table/menu/type.php: * @link https://docs.joomla.org/JTable/store https://docs.joomla.org/JTable/delete This tag:* @link https://docs.joomla.org/JTable/delete has been used a total of 3 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/delete libraries/joomla/table/interface.php: * @link https://docs.joomla.org/JTable/delete libraries/legacy/table/menu/type.php: * @link https://docs.joomla.org/JTable/delete https://docs.joomla.org/JTable/check This tag:* @link https://docs.joomla.org/JTable/check has been used a total of 3 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/check libraries/joomla/table/asset.php: * @link https://docs.joomla.org/JTable/check libraries/joomla/table/interface.php: * @link https://docs.joomla.org/JTable/check https://docs.joomla.org/JTableObserver This tag:* @link https://docs.joomla.org/JTableObserver has been used a total of 3 times within the following files: libraries/joomla/table/observer.php: * @link https://docs.joomla.org/JTableObserver libraries/joomla/table/observer/contenthistory.php: * @link https://docs.joomla.org/JTableObserver libraries/joomla/table/observer/tags.php: * @link https://docs.joomla.org/JTableObserver https://docs.joomla.org/JObserverUpdater This tag:* @link https://docs.joomla.org/JObserverUpdater has been used a total of 2 times within the following files: libraries/joomla/observer/updater.php: * @link https://docs.joomla.org/JObserverUpdater libraries/joomla/observer/updater/interface.php: * @link https://docs.joomla.org/JObserverUpdater * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. This tag:* @link * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. has been used a total of 2 times within the following files: libraries/cms/application/cms.php: * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. libraries/legacy/application/application.php: * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. * {@link $_encoding} setting. This tag:* @link * {@link $_encoding} setting. has been used a total of 2 times within the following files: libraries/fof/view/view.php: * {@link $_encoding} setting. libraries/legacy/view/legacy.php: * {@link $_encoding} setting. * [@param string Desired output encoding, see {@link set_parameter}] This tag:* @link * [@param string Desired output encoding, see {@link set_parameter}] has been used a total of 2 times within the following files: libraries/simplepie/idn/idna_convert.class.php: * [@param string Desired output encoding, see {@link set_parameter}] libraries/idna_convert/idna_convert.class.php: * [@param string Desired output encoding, see {@link set_parameter}] // See {@link set_paramter()} for details of how to change the following This tag:* @link // See {@link set_paramter()} for details of how to change the following has been used a total of 2 times within the following files: libraries/simplepie/idn/idna_convert.class.php: // See {@link set_paramter()} for details of how to change the following libraries/idna_convert/idna_convert.class.php: // See {@link set_paramter()} for details of how to change the following * You can select your preferred format via {@link set_paramter()}. This tag:* @link * You can select your preferred format via {@link set_paramter()}. has been used a total of 2 times within the following files: libraries/simplepie/idn/idna_convert.class.php: * You can select your preferred format via {@link set_paramter()}. libraries/idna_convert/idna_convert.class.php: * You can select your preferred format via {@link set_paramter()}. * @param string $format The date format specification string (see {@link PHP_MANUAL#date}) This tag:* @link * @param string $format The date format specification string (see {@link PHP_MANUAL#date}) has been used a total of 2 times within the following files: libraries/joomla/date/date.php: * @param string $format The date format specification string (see {@link PHP_MANUAL#date}) libraries/joomla/date/date.php: * @param string $format The date format specification string (see {@link PHP_MANUAL#date}) https://docs.joomla.org/JTable/move This tag:* @link https://docs.joomla.org/JTable/move has been used a total of 2 times within the following files: libraries/joomla/table/nested.php: * @link https://docs.joomla.org/JTable/move libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/move https://docs.joomla.org/JTable/reset This tag:* @link https://docs.joomla.org/JTable/reset has been used a total of 2 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/reset libraries/joomla/table/interface.php: * @link https://docs.joomla.org/JTable/reset https://docs.joomla.org/JTable/bind This tag:* @link https://docs.joomla.org/JTable/bind has been used a total of 2 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/bind libraries/joomla/table/interface.php: * @link https://docs.joomla.org/JTable/bind https://docs.joomla.org/JTable/load This tag:* @link https://docs.joomla.org/JTable/load has been used a total of 2 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/load libraries/joomla/table/interface.php: * @link https://docs.joomla.org/JTable/load https://docs.joomla.org/JTable/publish This tag:* @link https://docs.joomla.org/JTable/publish has been used a total of 2 times within the following files: administrator/components/com_users/tables/note.php: * @link https://docs.joomla.org/JTable/publish libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/publish background-color: Color; This tag:* @link background-color: Color; has been used a total of 2 times within the following files: media/jui/less/navs.less: background-color: @linkColor; media/jui/less/navs.less: background-color: @linkColor; color: ColorHover; This tag:* @link color: ColorHover; has been used a total of 2 times within the following files: media/jui/less/scaffolding.less: color: @linkColorHover; media/jui/less/buttons.less: color: @linkColorHover; * [@param string Desired input encoding, see {@link set_parameter}] This tag:* @link * [@param string Desired input encoding, see {@link set_parameter}] has been used a total of 2 times within the following files: libraries/simplepie/idn/idna_convert.class.php: * [@param string Desired input encoding, see {@link set_parameter}] libraries/idna_convert/idna_convert.class.php: * [@param string Desired input encoding, see {@link set_parameter}] https://docs.joomla.org/JTable/getKeyName This tag:* @link https://docs.joomla.org/JTable/getKeyName has been used a total of 2 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/getKeyName libraries/joomla/table/interface.php: * @link https://docs.joomla.org/JTable/getKeyName https://docs.joomla.org/JTable/getDBO This tag:* @link https://docs.joomla.org/JTable/getDBO has been used a total of 2 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/getDBO libraries/joomla/table/interface.php: * @link https://docs.joomla.org/JTable/getDBO color: Color; This tag:* @link color: Color; has been used a total of 2 times within the following files: media/jui/less/scaffolding.less: color: @linkColor; media/jui/less/buttons.less: color: @linkColor; * Returns the global {@link JLanguage} object, only creating it if it doesn’t already exist. This tag:* @link * Returns the global {@link JLanguage} object, only creating it if it doesn’t already exist. has been used a total of 1 times within the following files: libraries/joomla/factory.php: * Returns the global {@link JLanguage} object, only creating it if it doesn't already exist. * Returns the global {@link JCache} object This tag:* @link * Returns the global {@link JCache} object has been used a total of 1 times within the following files: libraries/joomla/factory.php: * Returns the global {@link JCache} object * Returns the global {@link JDatabaseDriver} object, only creating it if it doesn’t already exist. This tag:* @link * Returns the global {@link JDatabaseDriver} object, only creating it if it doesn’t already exist. has been used a total of 1 times within the following files: libraries/joomla/factory.php: * Returns the global {@link JDatabaseDriver} object, only creating it if it doesn't already exist. * Returns the global {@link JMail} object, only creating it if it doesn’t already exist. This tag:* @link * Returns the global {@link JMail} object, only creating it if it doesn’t already exist. has been used a total of 1 times within the following files: libraries/joomla/factory.php: * Returns the global {@link JMail} object, only creating it if it doesn't already exist. * Returns the global {@link JAccess} object, only creating it This tag:* @link * Returns the global {@link JAccess} object, only creating it has been used a total of 1 times within the following files: libraries/joomla/factory.php: * Returns the global {@link JAccess} object, only creating it * Returns the global {@link JSession} object, only creating it if it doesn’t already exist. This tag:* @link * Returns the global {@link JSession} object, only creating it if it doesn’t already exist. has been used a total of 1 times within the following files: libraries/joomla/factory.php: * Returns the global {@link JSession} object, only creating it if it doesn't already exist. * Returns the global {@link JUser} object, only creating it if it doesn’t already exist. This tag:* @link * Returns the global {@link JUser} object, only creating it if it doesn’t already exist. has been used a total of 1 times within the following files: libraries/joomla/factory.php: * Returns the global {@link JUser} object, only creating it if it doesn't already exist. * Returns the global {@link JDocument} object, only creating it if it doesn’t already exist. This tag:* @link * Returns the global {@link JDocument} object, only creating it if it doesn’t already exist. has been used a total of 1 times within the following files: libraries/joomla/factory.php: * Returns the global {@link JDocument} object, only creating it if it doesn't already exist. https://docs.joomla.org/JTableAsset This tag:* @link https://docs.joomla.org/JTableAsset has been used a total of 1 times within the following files: libraries/joomla/table/asset.php: * @link https://docs.joomla.org/JTableAsset https://docs.joomla.org/JTable/isCheckedOut This tag:* @link https://docs.joomla.org/JTable/isCheckedOut has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/isCheckedOut https://docs.joomla.org/JTable/hit This tag:* @link https://docs.joomla.org/JTable/hit has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/hit https://docs.joomla.org/JTable/checkIn This tag:* @link https://docs.joomla.org/JTable/checkIn has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/checkIn https://docs.joomla.org/JTable/checkOut This tag:* @link https://docs.joomla.org/JTable/checkOut has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/checkOut https://docs.joomla.org/JTable/getNextOrder This tag:* @link https://docs.joomla.org/JTable/getNextOrder has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/getNextOrder https://docs.joomla.org/JTable/reorder This tag:* @link https://docs.joomla.org/JTable/reorder has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/reorder * Returns the global {@link JApplicationCms} object, only creating it if it doesn’t already exist. This tag:* @link * Returns the global {@link JApplicationCms} object, only creating it if it doesn’t already exist. has been used a total of 1 times within the following files: libraries/joomla/factory.php: * Returns the global {@link JApplicationCms} object, only creating it if it doesn't already exist. https://docs.joomla.org/JObserverInterface This tag:* @link https://docs.joomla.org/JObserverInterface has been used a total of 1 times within the following files: libraries/joomla/observer/interface.php: * @link https://docs.joomla.org/JObserverInterface https://docs.joomla.org/JObserverMapper This tag:* @link https://docs.joomla.org/JObserverMapper has been used a total of 1 times within the following files: libraries/joomla/observer/mapper.php: * @link https://docs.joomla.org/JObserverMapper * Return a reference to the {@link JUri} object This tag:* @link * Return a reference to the {@link JUri} object has been used a total of 1 times within the following files: libraries/joomla/factory.php: * Return a reference to the {@link JUri} object * Returns the global {@link JRegistry} object, only creating it if it doesn’t already exist. This tag:* @link * Returns the global {@link JRegistry} object, only creating it if it doesn’t already exist. has been used a total of 1 times within the following files: libraries/joomla/factory.php: * Returns the global {@link JRegistry} object, only creating it if it doesn't already exist. * was instantiated. Marks are strings as per {@link JProfiler::mark()}. This tag:* @link * was instantiated. Marks are strings as per {@link JProfiler::mark()}. has been used a total of 1 times within the following files: libraries/joomla/profiler/profiler.php: * was instantiated. Marks are strings as per {@link JProfiler::mark()}. * @param string $type Return type for the variable, for valid values see {@link JFilterInput::clean()}. This tag:* @link * @param string $type Return type for the variable, for valid values see {@link JFilterInput::clean()}. has been used a total of 1 times within the following files: libraries/legacy/request/request.php: * @param string $type Return type for the variable, for valid values see {@link JFilterInput::clean()}. @linkColor: #08c; This tag:* @link @linkColor: #08c; has been used a total of 1 times within the following files: media/jui/less/variables.less:@linkColor: #08c; * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. This tag:* @link * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. has been used a total of 1 times within the following files: libraries/legacy/model/list.php: * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. * Wrapper method for the {@link raise()} method with predefined error This tag:* @link * Wrapper method for the {@link raise()} method with predefined error has been used a total of 1 times within the following files: libraries/legacy/error/error.php: * Wrapper method for the {@link raise()} method with predefined error * @param string $format The date format specification string (see {@link PHP_MANUAL#date}). This tag:* @link * @param string $format The date format specification string (see {@link PHP_MANUAL#date}). has been used a total of 1 times within the following files: libraries/cms/html/html.php: * @param string $format The date format specification string (see {@link PHP_MANUAL#date}). * Wrapper method for the {@link raise()} method with predefined error level of E_WARNING and This tag:* @link * Wrapper method for the {@link raise()} method with predefined error level of E_WARNING and has been used a total of 1 times within the following files: libraries/legacy/error/error.php: * Wrapper method for the {@link raise()} method with predefined error level of E_WARNING and @linkColorHover: darken(@linkColor, 15%); This tag:* @link @linkColorHover: darken(@linkColor, 15%); has been used a total of 1 times within the following files: media/jui/less/variables.less:@linkColorHover: darken(@linkColor, 15%); @btnPrimaryBackground: @linkColor; This tag:* @link @btnPrimaryBackground: @linkColor; has been used a total of 1 times within the following files: media/jui/less/variables.less:@btnPrimaryBackground: @linkColor; border-bottom-color: ColorHover; This tag:* @link border-bottom-color: ColorHover; has been used a total of 1 times within the following files: media/jui/less/navs.less: border-bottom-color: @linkColorHover; border-color: Color; This tag:* @link border-color: Color; has been used a total of 1 times within the following files: media/jui/less/thumbnails.less: border-color: @linkColor; border-top-color: ColorHover; This tag:* @link border-top-color: ColorHover; has been used a total of 1 times within the following files: media/jui/less/navs.less: border-top-color: @linkColorHover; border-bottom-color: Color; This tag:* @link border-bottom-color: Color; has been used a total of 1 times within the following files: media/jui/less/navs.less: border-bottom-color: @linkColor; @dropdownLinkBackgroundActive: @linkColor; This tag:* @link @dropdownLinkBackgroundActive: @linkColor; has been used a total of 1 times within the following files: media/jui/less/variables.less:@dropdownLinkBackgroundActive: @linkColor; border-top-color: Color; This tag:* @link border-top-color: Color; has been used a total of 1 times within the following files: media/jui/less/navs.less: border-top-color: @linkColor; https://www.ietf.org/rfc/rfc3548.txt This tag:* @link https://www.ietf.org/rfc/rfc3548.txt has been used a total of 1 times within the following files: libraries/fof/encrypt/base32.php: * @link https://www.ietf.org/rfc/rfc3548.txt https://en.wikipedia.org/wiki/Operator-precedence_parser#Pseudo-code This tag:* @link https://en.wikipedia.org/wiki/Operator-precedence_parser#Pseudo-code has been used a total of 1 times within the following files: libraries/fof/less/parser/parser.php: * @link https://en.wikipedia.org/wiki/Operator-precedence_parser#Pseudo-code https://bugs.php.net/bug.php?id=48147 This tag:* @link https://bugs.php.net/bug.php?id=48147 has been used a total of 1 times within the following files: libraries/joomla/string/string.php: * @link https://bugs.php.net/bug.php?id=48147 PHP_MANUAL#memory_get_usage This tag:* @link PHP_MANUAL#memory_get_usage has been used a total of 1 times within the following files: libraries/joomla/profiler/profiler.php: * @link PHP_MANUAL#memory_get_usage https://dev.mysql.com/doc/refman/5.0/en/union.html This tag:* @link https://dev.mysql.com/doc/refman/5.0/en/union.html has been used a total of 1 times within the following files: libraries/joomla/database/query.php: * @link https://dev.mysql.com/doc/refman/5.0/en/union.html https://www.sqlite.org/lang_datefunc.html This tag:* @link https://www.sqlite.org/lang_datefunc.html has been used a total of 1 times within the following files: libraries/joomla/database/query/sqlite.php: * @link https://www.sqlite.org/lang_datefunc.html https://msdn.microsoft.com/en-us/library/ms186819.aspx for more information This tag:* @link https://msdn.microsoft.com/en-us/library/ms186819.aspx for more information has been used a total of 1 times within the following files: libraries/joomla/database/query/sqlsrv.php: * @link https://msdn.microsoft.com/en-us/library/ms186819.aspx for more information https://www.postgresql.org/docs/9.0/static/functions-datetime.html. This tag:* @link https://www.postgresql.org/docs/9.0/static/functions-datetime.html. has been used a total of 1 times within the following files: libraries/joomla/database/query/postgresql.php: * @link https://www.postgresql.org/docs/9.0/static/functions-datetime.html. * was instantiated. Marks are objects as per {@link JProfiler::mark()}. This tag:* @link * was instantiated. Marks are objects as per {@link JProfiler::mark()}. has been used a total of 1 times within the following files: libraries/joomla/profiler/profiler.php: * was instantiated. Marks are objects as per {@link JProfiler::mark()}. https://xcache.lighttpd.net/ This tag:* @link https://xcache.lighttpd.net/ has been used a total of 1 times within the following files: libraries/joomla/cache/storage/xcache.php: * @link https://xcache.lighttpd.net/ * Proxy for {@link FOFFormHelper::addHeaderPath()}. This tag:* @link * Proxy for {@link FOFFormHelper::addHeaderPath()}. has been used a total of 1 times within the following files: libraries/fof/form/form.php: * Proxy for {@link FOFFormHelper::addHeaderPath()}. * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. This tag:* @link * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. has been used a total of 1 times within the following files: libraries/fof/model/model.php: * @param string $type Filter for the variable, for valid values see {@link JFilterInput::clean()}. Optional. * Proxy for {@link FOFFormHelper::addFieldPath()}. This tag:* @link * Proxy for {@link FOFFormHelper::addFieldPath()}. has been used a total of 1 times within the following files: libraries/fof/form/form.php: * Proxy for {@link FOFFormHelper::addFieldPath()}. * Proxy for {@link FOFFormHelper::loadRuleType()}. This tag:* @link * Proxy for {@link FOFFormHelper::loadRuleType()}. has been used a total of 1 times within the following files: libraries/fof/form/form.php: * Proxy for {@link FOFFormHelper::loadRuleType()}. * Proxy for {@link FOFFormHelper::loadFieldType()}. This tag:* @link * Proxy for {@link FOFFormHelper::loadFieldType()}. has been used a total of 1 times within the following files: libraries/fof/form/form.php: * Proxy for {@link FOFFormHelper::loadFieldType()}. * Proxy for {@link FOFFormHelper::loadHeaderType()}. This tag:* @link * Proxy for {@link FOFFormHelper::loadHeaderType()}. has been used a total of 1 times within the following files: libraries/fof/form/form.php: * Proxy for {@link FOFFormHelper::loadHeaderType()}. * Return the {@link JDate} object This tag:* @link * Return the {@link JDate} object has been used a total of 1 times within the following files: libraries/joomla/factory.php: * Return the {@link JDate} object https://docs.joomla.org/JTable/getAssetTitle This tag:* @link https://docs.joomla.org/JTable/getAssetTitle has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/getAssetTitle https://www.php.net/manual/en/function.strlen.php This tag:* @link https://www.php.net/manual/en/function.strlen.php has been used a total of 1 times within the following files: libraries/phputf8/native/core.php:* @link https://www.php.net/manual/en/function.strlen.php https://www.php.net/manual/en/function.utf8-decode.php This tag:* @link https://www.php.net/manual/en/function.utf8-decode.php has been used a total of 1 times within the following files: libraries/phputf8/native/core.php:* @link https://www.php.net/manual/en/function.utf8-decode.php https://pear.php.net/package/Net_IPv6 This tag:* @link https://pear.php.net/package/Net_IPv6 has been used a total of 1 times within the following files: libraries/simplepie/simplepie.php: * @link https://pear.php.net/package/Net_IPv6 https://simplepie.org/support/ Please submit all bug reports and feature requests to the SimplePie forums This tag:* @link https://simplepie.org/support/ Please submit all bug reports and feature requests to the SimplePie forums has been used a total of 1 times within the following files: libraries/simplepie/simplepie.php: * @link https://simplepie.org/support/ Please submit all bug reports and feature requests to the SimplePie forums https://www.php.net/manual/en/function.pathinfo.php#107461 This tag:* @link https://www.php.net/manual/en/function.pathinfo.php#107461 has been used a total of 1 times within the following files: libraries/phpmailer/phpmailer.php: * @link https://www.php.net/manual/en/function.pathinfo.php#107461 https://simplepie.org/ SimplePie This tag:* @link https://simplepie.org/ SimplePie has been used a total of 1 times within the following files: libraries/simplepie/simplepie.php: * @link https://simplepie.org/ SimplePie https://www.w3.org/TR/html4/interact/forms.html This tag:* @link https://www.w3.org/TR/html4/interact/forms.html has been used a total of 1 times within the following files: libraries/joomla/form/form.php: * @link https://www.w3.org/TR/html4/interact/forms.html https://www.w3.org/TR/html5/forms.html This tag:* @link https://www.w3.org/TR/html5/forms.html has been used a total of 1 times within the following files: libraries/joomla/form/form.php: * @link https://www.w3.org/TR/html5/forms.html https://www.w3.org/TR/html-markup/command.radio.html#command.radio This tag:* @link https://www.w3.org/TR/html-markup/command.radio.html#command.radio has been used a total of 1 times within the following files: libraries/joomla/form/fields/radio.php: * @link https://www.w3.org/TR/html-markup/command.radio.html#command.radio https://www.w3.org/TR/html-markup/input.email.html#input.email This tag:* @link https://www.w3.org/TR/html-markup/input.email.html#input.email has been used a total of 1 times within the following files: libraries/joomla/form/fields/email.php: * @link https://www.w3.org/TR/html-markup/input.email.html#input.email https://www.w3.org/TR/html-markup/input.file.html#input.file This tag:* @link https://www.w3.org/TR/html-markup/input.file.html#input.file has been used a total of 1 times within the following files: libraries/joomla/form/fields/file.php: * @link https://www.w3.org/TR/html-markup/input.file.html#input.file https://www.w3.org/Addressing/URL/url-spec.txt This tag:* @link https://www.w3.org/Addressing/URL/url-spec.txt has been used a total of 1 times within the following files: libraries/joomla/form/rule/url.php: * @link https://www.w3.org/Addressing/URL/url-spec.txt * Proxy for {@link JFormHelper::loadFieldType()}. This tag:* @link * Proxy for {@link JFormHelper::loadFieldType()}. has been used a total of 1 times within the following files: libraries/joomla/form/form.php: * Proxy for {@link JFormHelper::loadFieldType()}. * Proxy for {@link JFormHelper::addFieldPath()}. This tag:* @link * Proxy for {@link JFormHelper::addFieldPath()}. has been used a total of 1 times within the following files: libraries/joomla/form/form.php: * Proxy for {@link JFormHelper::addFieldPath()}. https://tools.ietf.org/html/rfc2047 This tag:* @link https://tools.ietf.org/html/rfc2047 has been used a total of 1 times within the following files: libraries/phpmailer/phpmailer.php: * @link https://tools.ietf.org/html/rfc2047 PHP version adapted from https://www.php.net/manual/en/function.quoted-printable-decode.php#89417 This tag:* @link PHP version adapted from https://www.php.net/manual/en/function.quoted-printable-decode.php#89417 has been used a total of 1 times within the following files: libraries/phpmailer/phpmailer.php: * @link PHP version adapted from https://www.php.net/manual/en/function.quoted-printable-decode.php#89417 * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. This tag:* @link * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. has been used a total of 1 times within the following files: administrator/components/com_cache/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. * @param array|boolean $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()} This tag:* @link * @param array|boolean $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()} has been used a total of 1 times within the following files: administrator/components/com_modules/controller.php: * @param array|boolean $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()} https://pear.php.net/pepr/pepr-proposal-show.php?id=198 This tag:* @link https://pear.php.net/pepr/pepr-proposal-show.php?id=198 has been used a total of 1 times within the following files: administrator/components/com_joomlaupdate/restore.php: * @link https://pear.php.net/pepr/pepr-proposal-show.php?id=198 * {@link FinderIndexerHelper::$stemmer} object if it is set. If no stemmer is set, This tag:* @link * {@link FinderIndexerHelper::$stemmer} object if it is set. If no stemmer is set, has been used a total of 1 times within the following files: administrator/components/com_finder/helpers/indexer/helper.php: * {@link FinderIndexerHelper::$stemmer} object if it is set. If no stemmer is set, * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. This tag:* @link * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. has been used a total of 1 times within the following files: administrator/components/com_menus/controllers/menus.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. * @param array|boolean $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. This tag:* @link * @param array|boolean $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. has been used a total of 1 times within the following files: administrator/components/com_menus/controller.php: * @param array|boolean $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. * for valid values see {@link JFilterInput::clean()}. [optional] This tag:* @link * for valid values see {@link JFilterInput::clean()}. [optional] has been used a total of 1 times within the following files: components/com_finder/controller.php: * for valid values see {@link JFilterInput::clean()}. [optional] * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. This tag:* @link * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. has been used a total of 1 times within the following files: components/com_tags/controller.php: * @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. https://en.wikipedia.org/wiki/Variable_envelope_return_path This tag:* @link https://en.wikipedia.org/wiki/Variable_envelope_return_path has been used a total of 1 times within the following files: libraries/phpmailer/phpmailer.php: * @link https://en.wikipedia.org/wiki/Variable_envelope_return_path https://squiloople.com/2009/12/20/email-address-validation/ This tag:* @link https://squiloople.com/2009/12/20/email-address-validation/ has been used a total of 1 times within the following files: libraries/phpmailer/phpmailer.php: * @link https://squiloople.com/2009/12/20/email-address-validation/ https://kigkonsult.se/iCalcreator/ This tag:* @link https://kigkonsult.se/iCalcreator/ has been used a total of 1 times within the following files: libraries/phpmailer/phpmailer.php: * @link https://kigkonsult.se/iCalcreator/ https://sprain.ch/blog/downloads/php-class-easypeasyics-create-ical-files-with-php/ This tag:* @link https://sprain.ch/blog/downloads/php-class-easypeasyics-create-ical-files-with-php/ has been used a total of 1 times within the following files: libraries/phpmailer/phpmailer.php: * @link https://sprain.ch/blog/downloads/php-class-easypeasyics-create-ical-files-with-php/ https://www.php.net/manual/en/jsonserializable.jsonserialize.php This tag:* @link https://www.php.net/manual/en/jsonserializable.jsonserialize.php has been used a total of 1 times within the following files: libraries/compat/jsonserializable.php: * @link https://www.php.net/manual/en/jsonserializable.jsonserialize.php https://www.w3.org/TR/html-markup/input.tel.html This tag:* @link https://www.w3.org/TR/html-markup/input.tel.html has been used a total of 1 times within the following files: libraries/joomla/form/fields/tel.php: * @link https://www.w3.org/TR/html-markup/input.tel.html https://www.w3.org/TR/html-markup/input.color.html This tag:* @link https://www.w3.org/TR/html-markup/input.color.html has been used a total of 1 times within the following files: libraries/joomla/form/fields/color.php: * @link https://www.w3.org/TR/html-markup/input.color.html https://docs.joomla.org/JTableNested/publish This tag:* @link https://docs.joomla.org/JTableNested/publish has been used a total of 1 times within the following files: libraries/joomla/table/nested.php: * @link https://docs.joomla.org/JTableNested/publish https://docs.joomla.org/JTableNested/rebuild This tag:* @link https://docs.joomla.org/JTableNested/rebuild has been used a total of 1 times within the following files: libraries/joomla/table/nested.php: * @link https://docs.joomla.org/JTableNested/rebuild https://docs.joomla.org/JTableNested/store This tag:* @link https://docs.joomla.org/JTableNested/store has been used a total of 1 times within the following files: libraries/joomla/table/nested.php: * @link https://docs.joomla.org/JTableNested/store https://docs.joomla.org/JTableNested/moveByReference This tag:* @link https://docs.joomla.org/JTableNested/moveByReference has been used a total of 1 times within the following files: libraries/joomla/table/nested.php: * @link https://docs.joomla.org/JTableNested/moveByReference https://sourceforge.net/projects/phppatcher/ This has been derived from the PhpPatcher version 0.1.1 written by Giuseppe Mazzotta This tag:* @link https://sourceforge.net/projects/phppatcher/ This has been derived from the PhpPatcher version 0.1.1 written by Giuseppe Mazzotta has been used a total of 1 times within the following files: libraries/joomla/filesystem/patcher.php: * @link https://sourceforge.net/projects/phppatcher/ This has been derived from the PhpPatcher version 0.1.1 written by Giuseppe Mazzotta https://docs.joomla.org/JTableNested This tag:* @link https://docs.joomla.org/JTableNested has been used a total of 1 times within the following files: libraries/joomla/table/nested.php: * @link https://docs.joomla.org/JTableNested https://docs.joomla.org/JTableNested/rebuildPath This tag:* @link https://docs.joomla.org/JTableNested/rebuildPath has been used a total of 1 times within the following files: libraries/joomla/table/nested.php: * @link https://docs.joomla.org/JTableNested/rebuildPath https://docs.joomla.org/JTable This tag:* @link https://docs.joomla.org/JTable has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable https://docs.joomla.org/JTable/getTableName This tag:* @link https://docs.joomla.org/JTable/getTableName has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/getTableName https://docs.joomla.org/JTable/setDBO This tag:* @link https://docs.joomla.org/JTable/setDBO has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/setDBO * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. This tag:* @link * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. has been used a total of 1 times within the following files: administrator/components/com_categories/controller.php: * @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}. https://docs.joomla.org/JTable/addIncludePath This tag:* @link https://docs.joomla.org/JTable/addIncludePath has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/addIncludePath https://docs.joomla.org/JTable/getInstance This tag:* @link https://docs.joomla.org/JTable/getInstance has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/getInstance https://docs.joomla.org/Tutorial:Plugins Plugin tutorials This tag:* @link https://docs.joomla.org/Tutorial:Plugins Plugin tutorials has been used a total of 1 times within the following files: libraries/joomla/event/dispatcher.php: * @link https://docs.joomla.org/Tutorial:Plugins Plugin tutorials https://www.ietf.org/rfc/rfc2109.txt This tag:* @link https://www.ietf.org/rfc/rfc2109.txt has been used a total of 1 times within the following files: libraries/joomla/input/cookie.php: * @link https://www.ietf.org/rfc/rfc2109.txt https://www.w3.org/TR/html-markup/input.password.html#input.password This tag:* @link https://www.w3.org/TR/html-markup/input.password.html#input.password has been used a total of 1 times within the following files: libraries/joomla/form/fields/password.php: * @link https://www.w3.org/TR/html-markup/input.password.html#input.password * ({@link https://www.w3.org/TR/xhtml-media-types/ This tag:* @link * ({@link https://www.w3.org/TR/xhtml-media-types/ has been used a total of 1 times within the following files: libraries/joomla/document/document.php: * ({@link https://www.w3.org/TR/xhtml-media-types/ https://www.w3.org/TR/html-markup/input.hidden.html#input.hidden This tag:* @link https://www.w3.org/TR/html-markup/input.hidden.html#input.hidden has been used a total of 1 times within the following files: libraries/joomla/form/fields/hidden.php: * @link https://www.w3.org/TR/html-markup/input.hidden.html#input.hidden https://www.w3.org/TR/html-markup/input.checkbox.html#input.checkbox This tag:* @link https://www.w3.org/TR/html-markup/input.checkbox.html#input.checkbox has been used a total of 1 times within the following files: libraries/joomla/form/fields/checkbox.php: * @link https://www.w3.org/TR/html-markup/input.checkbox.html#input.checkbox https://www.w3.org/TR/html-markup/textarea.html#textarea This tag:* @link https://www.w3.org/TR/html-markup/textarea.html#textarea has been used a total of 1 times within the following files: libraries/joomla/form/fields/textarea.php: * @link https://www.w3.org/TR/html-markup/textarea.html#textarea https://www.w3.org/TR/html-markup/input.url.html#input.url This tag:* @link https://www.w3.org/TR/html-markup/input.url.html#input.url has been used a total of 1 times within the following files: libraries/joomla/form/fields/url.php: * @link https://www.w3.org/TR/html-markup/input.url.html#input.url https://www.w3.org/TR/xhtml-media-types This tag:* @link https://www.w3.org/TR/xhtml-media-types has been used a total of 1 times within the following files: libraries/joomla/document/document.php: * @link https://www.w3.org/TR/xhtml-media-types https://cyber.law.harvard.edu/rss/rss.html This tag:* @link https://cyber.law.harvard.edu/rss/rss.html has been used a total of 1 times within the following files: libraries/joomla/feed/parser/rss.php: * @link https://cyber.law.harvard.edu/rss/rss.html https://www.ietf.org/rfc/rfc2822.txt This tag:* @link https://www.ietf.org/rfc/rfc2822.txt has been used a total of 1 times within the following files: libraries/joomla/date/date.php: * @link https://www.ietf.org/rfc/rfc2822.txt https://docs.joomla.org/JObservableInterface This tag:* @link https://docs.joomla.org/JObservableInterface has been used a total of 1 times within the following files: libraries/joomla/observable/interface.php: * @link https://docs.joomla.org/JObservableInterface https://dev.mysql.com/doc/refman/5.0/en/datetime.html This tag:* @link https://dev.mysql.com/doc/refman/5.0/en/datetime.html has been used a total of 1 times within the following files: libraries/joomla/date/date.php: * @link https://dev.mysql.com/doc/refman/5.0/en/datetime.html https://www.ietf.org/rfc/rfc3339.txt This tag:* @link https://www.ietf.org/rfc/rfc3339.txt has been used a total of 1 times within the following files: libraries/joomla/date/date.php: * @link https://www.ietf.org/rfc/rfc3339.txt https://www.atomenabled.org/developers/syndication/ This tag:* @link https://www.atomenabled.org/developers/syndication/ has been used a total of 1 times within the following files: libraries/joomla/feed/parser/atom.php: * @link https://www.atomenabled.org/developers/syndication/ https://docs.joomla.org/JTable/save This tag:* @link https://docs.joomla.org/JTable/save has been used a total of 1 times within the following files: libraries/joomla/table/table.php: * @link https://docs.joomla.org/JTable/save Share this Article Related Articles How to Use the Free Mini Frontpage Extension for Joomla 4.0 How to Change a Joomla 2.5 User’s Email Address How to Configure Joomla 2.5 to Send Email Using SMTP How to Edit a Joomla 3 Template How to install Phoca Gallery for Joomla 2.5 Creating a Menu Item for your Joomla 3 Component Changing Email Settings in Joomla 3.1 Using the Redirect Manager in Joomla 3.1 How to add Bootstrap to a Joomla 3.1 Template How to Use Bootstrap 5.0 Alerts in Joomla 4.0