Make WordPress Core

Ticket #50473: 50473.patch

File 50473.patch, 27.5 KB (added by navidos, 5 years ago)
  • wp-admin/includes/media.php

     
    259259}
    260260
    261261/**
    262  * Adds image html to editor
     262 * Adds image HTML to editor
    263263 *
    264264 * @since 2.5.0
    265265 *
  • wp-admin/includes/template.php

     
    923923}
    924924
    925925/**
    926  * Print out option html elements for role selectors.
     926 * Print out option HTML elements for role selectors.
    927927 *
    928928 * @since 2.1.0
    929929 *
     
    15661566 * do_settings_fields() in do_settings-sections()
    15671567 *
    15681568 * The $callback argument should be the name of a function that echoes out the
    1569  * html input tags for this setting field. Use get_option() to retrieve existing
     1569 * HTML input tags for this setting field. Use get_option() to retrieve existing
    15701570 * values to show.
    15711571 *
    15721572 * @since 2.7.0
     
    19181918/**
    19191919 * Displays the post password.
    19201920 *
    1921  * The password is passed through esc_attr() to ensure that it is safe for placing in an html attribute.
     1921 * The password is passed through esc_attr() to ensure that it is safe for placing in an HTML attribute.
    19221922 *
    19231923 * @since 2.7.0
    19241924 */
  • wp-content/themes/twentytwenty/inc/template-tags.php

     
    7070        /**
    7171         * Filters the arguments for `twentytwenty_site_logo()`.
    7272         *
    73          * @param string $html      Compiled html based on our arguments.
     73         * @param string $html      Compiled HTML based on our arguments.
    7474         * @param array  $args      Parsed arguments.
    7575         * @param string $classname Class name based on current view, home or single.
    7676         * @param string $contents  HTML for site title or logo.
     
    103103        $html = sprintf( $wrapper, esc_html( $description ) );
    104104
    105105        /**
    106          * Filters the html for the site description.
     106         * Filters the HTML for the site description.
    107107         *
    108108         * @since Twenty Twenty 1.0
    109109         *
     
    326326                                <?php
    327327
    328328                                /**
    329                                  * Fires before post meta html display.
     329                                 * Fires before post meta HTML display.
    330330                                 *
    331331                                 * Allow output of additional post meta info to be added by child themes and plugins.
    332332                                 *
     
    453453                                }
    454454
    455455                                /**
    456                                  * Fires after post meta html display.
     456                                 * Fires after post meta HTML display.
    457457                                 *
    458458                                 * Allow output of additional post meta info to be added by child themes and plugins.
    459459                                 *
  • wp-includes/class-snoopy.php

     
    464464        Function:       fetchform
    465465        Purpose:        fetch the form elements from a web page
    466466        Input:          $URI    where you are fetching from
    467         Output:         $this->results  the resulting html form
     467        Output:         $this->results  the resulting HTML form
    468468\*======================================================================*/
    469469
    470470        function fetchform($URI)
     
    613613
    614614/*======================================================================*\
    615615        Function:       _striplinks
    616         Purpose:        strip the hyperlinks from an html document
     616        Purpose:        strip the hyperlinks from an HTML document
    617617        Input:          $document       document to strip.
    618618        Output:         $match          an array of the links
    619619\*======================================================================*/
     
    647647
    648648/*======================================================================*\
    649649        Function:       _stripform
    650         Purpose:        strip the form elements from an html document
     650        Purpose:        strip the form elements from an HTML document
    651651        Input:          $document       document to strip.
    652652        Output:         $match          an array of the links
    653653\*======================================================================*/
     
    667667
    668668/*======================================================================*\
    669669        Function:       _striptext
    670         Purpose:        strip the text from an html document
     670        Purpose:        strip the text from an HTML document
    671671        Input:          $document       document to strip.
    672672        Output:         $text           the resulting text
    673673\*======================================================================*/
     
    680680                // more common ones.
    681681
    682682                $search = array("'<script[^>]*?>.*?</script>'si",       // strip out javascript
    683                                                 "'<[\/\!]*?[^<>]*?>'si",                        // strip out html tags
     683                                                "'<[\/\!]*?[^<>]*?>'si",                        // strip out HTML tags
    684684                                                "'([\r\n])[\s]+'",                                      // strip out white space
    685                                                 "'&(quot|#34|#034|#x22);'i",            // replace html entities
     685                                                "'&(quot|#34|#034|#x22);'i",            // replace HTML entities
    686686                                                "'&(amp|#38|#038|#x26);'i",                     // added hexadecimal values
    687687                                                "'&(lt|#60|#060|#x3c);'i",
    688688                                                "'&(gt|#62|#062|#x3e);'i",
  • wp-includes/class-wp-ajax-response.php

     
    5555         *     @type int|false       $old_id       The previous response ID. Used as the value for the response type
    5656         *                                         `old_id` attribute. False hides the attribute. Default false.
    5757         *     @type string          $position     Value of the response type `position` attribute. Accepts 1 (bottom),
    58          *                                         -1 (top), html ID (after), or -html ID (before). Default 1 (bottom).
     58         *                                         -1 (top), HTML ID (after), or -html ID (before). Default 1 (bottom).
    5959         *     @type string|WP_Error $data         The response content/message. Also accepts a WP_Error object if the
    6060         *                                         ID does not exist. Default empty.
    6161         *     @type array           $supplemental An array of extra strings that will be output within a `<supplemental>`
  • wp-includes/class-wp-customize-nav-menus.php

     
    11271127        }
    11281128
    11291129        /**
    1130          * Print the html template used to render the add-menu-item frame.
     1130         * Print the HTML template used to render the add-menu-item frame.
    11311131         *
    11321132         * @since 4.3.0
    11331133         */
  • wp-includes/comment.php

     
    27342734                return false;
    27352735        }
    27362736
    2737         // Now do a GET since we're going to look in the html headers (and we're sure it's not a binary file).
     2737        // Now do a GET since we're going to look in the HTML headers (and we're sure it's not a binary file).
    27382738        $response = wp_safe_remote_get(
    27392739                $url,
    27402740                array(
  • wp-includes/deprecated.php

     
    380380 * @see get_bookmarks()
    381381 *
    382382 * @param string $cat_name Optional. The category name to use. If no match is found uses all.
    383  * @param string $before Optional. The html to output before the link.
    384  * @param string $after Optional. The html to output after the link.
    385  * @param string $between Optional. The html to output between the link/image and its description. Not used if no image or $show_images is true.
     383 * @param string $before Optional. The HTML to output before the link.
     384 * @param string $after Optional. The HTML to output after the link.
     385 * @param string $between Optional. The HTML to output between the link/image and its description. Not used if no image or $show_images is true.
    386386 * @param bool $show_images Optional. Whether to show images (if defined).
    387387 * @param string $orderby Optional. The order to output the links. E.g. 'id', 'name', 'url', 'description' or 'rating'. Or maybe owner.
    388388 *              If you start the name with an underscore the order will be reversed. You can also specify 'rand' as the order which will return links in a
     
    525525 * @see get_bookmarks()
    526526 *
    527527 * @param string $cat_name The category name to use. If no match is found uses all
    528  * @param string $before The html to output before the link
    529  * @param string $after The html to output after the link
    530  * @param string $between The html to output between the link/image and its description. Not used if no image or show_images is true
     528 * @param string $before The HTML to output before the link
     529 * @param string $after The HTML to output after the link
     530 * @param string $between The HTML to output between the link/image and its description. Not used if no image or show_images is true
    531531 * @param bool $show_images Whether to show images (if defined).
    532532 * @param string $orderby the order to output the links. E.g. 'id', 'name', 'url',
    533533 *              'description', or 'rating'. Or maybe owner. If you start the name with an
     
    552552 * @see get_bookmarks()
    553553 *
    554554 * @param int $category The category to use. If no category supplied uses all
    555  * @param string $before The html to output before the link
    556  * @param string $after The html to output after the link
    557  * @param string $between The html to output between the link/image and its description. Not used if no image or show_images == true
     555 * @param string $before The HTML to output before the link
     556 * @param string $after The HTML to output after the link
     557 * @param string $between The HTML to output between the link/image and its description. Not used if no image or show_images == true
    558558 * @param bool $show_images Whether to show images (if defined).
    559559 * @param string $orderby The order to output the links. E.g. 'id', 'name', 'url',
    560560 *              'description', or 'rating'. Or maybe owner. If you start the name with an
     
    905905 * @see get_bookmarks()
    906906 *
    907907 * @param int $category The category to use. If no category supplied uses all
    908  * @param string $before the html to output before the link
    909  * @param string $after the html to output after the link
    910  * @param string $between the html to output between the link/image and its description.
     908 * @param string $before the HTML to output before the link
     909 * @param string $after the HTML to output after the link
     910 * @param string $between the HTML to output between the link/image and its description.
    911911 *              Not used if no image or show_images == true
    912912 * @param bool $show_images whether to show images (if defined).
    913913 * @param string $orderby the order to output the links. E.g. 'id', 'name', 'url',
     
    16271627/**
    16281628 * Display the post content for the feed.
    16291629 *
    1630  * For encoding the html or the $encode_html parameter, there are three possible
     1630 * For encoding the HTML or the $encode_html parameter, there are three possible
    16311631 * values. '0' will make urls footnotes and use make_url_footnote(). '1' will
    16321632 * encode special characters and automatically display all of the content. The
    16331633 * value of '2' will strip all HTML tags from the content.
    16341634 *
    16351635 * Also note that you cannot set the amount of words and not set the html
    1636  * encoding. If that is the case, then the html encoding will default to 2,
     1636 * encoding. If that is the case, then the HTML encoding will default to 2,
    16371637 * which will strip all HTML tags.
    16381638 *
    16391639 * To restrict the amount of words of the content, you can use the cut
  • wp-includes/feed.php

     
    538538 * Tell whether the type is text, html, or xhtml, per RFC 4287 section 3.1.
    539539 *
    540540 * In the case of WordPress, text is defined as containing no markup,
    541  * xhtml is defined as "well formed", and html as tag soup (i.e., the rest).
     541 * XHTML is defined as "well formed", and HTML as tag soup (i.e., the rest).
    542542 *
    543  * Container div tags are added to xhtml values, per section 3.1.1.3.
     543 * Container div tags are added to XHTML values, per section 3.1.1.3.
    544544 *
    545545 * @link http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.3.1
    546546 *
  • wp-includes/formatting.php

     
    928928 *                                    double if set to 'double' or both if otherwise set.
    929929 *                                    Default is ENT_NOQUOTES.
    930930 * @param false|string $charset       Optional. The character encoding of the string. Default false.
    931  * @param bool         $double_encode Optional. Whether to encode existing html entities. Default false.
     931 * @param bool         $double_encode Optional. Whether to encode existing HTML entities. Default false.
    932932 * @return string The encoded text with HTML entities.
    933933 */
    934934function _wp_specialchars( $string, $quote_style = ENT_NOQUOTES, $charset = false, $double_encode = false ) {
     
    51365136}
    51375137
    51385138/**
    5139  * Safely extracts not more than the first $count characters from html string.
     5139 * Safely extracts not more than the first $count characters from HTML string.
    51405140 *
    51415141 * UTF-8, tags and entities safe prefix extraction. Entities inside will *NOT*
    51425142 * be counted as one character. For example &amp; will be counted as 4, &lt; as
     
    60136013 *
    60146014 * Saving hex colors without a hash puts the burden of adding the hash on the
    60156015 * UI, which makes it difficult to use or upgrade to other color types such as
    6016  * rgba, hsl, rgb, and html color names.
     6016 * rgba, hsl, rgb, and HTML color names.
    60176017 *
    60186018 * Returns either '', a 3 or 6 digit hex color (without a #), or null.
    60196019 *
  • wp-includes/functions.php

     
    65596559
    65606560/**
    65616561 * Retrieve a canonical form of the provided charset appropriate for passing to PHP
    6562  * functions such as htmlspecialchars() and charset html attributes.
     6562 * functions such as htmlspecialchars() and charset HTML attributes.
    65636563 *
    65646564 * @since 3.6.0
    65656565 * @access private
  • wp-includes/general-template.php

     
    39153915 * Retrieves the contents of the search WordPress query variable.
    39163916 *
    39173917 * The search query string is passed through esc_attr() to ensure that it is safe
    3918  * for placing in an html attribute.
     3918 * for placing in an HTML attribute.
    39193919 *
    39203920 * @since 2.3.0
    39213921 *
     
    39433943 * Displays the contents of the search query variable.
    39443944 *
    39453945 * The search query string is passed through esc_attr() to ensure that it is safe
    3946  * for placing in an html attribute.
     3946 * for placing in an HTML attribute.
    39473947 *
    39483948 * @since 2.1.0
    39493949 */
     
    39593959}
    39603960
    39613961/**
    3962  * Gets the language attributes for the html tag.
     3962 * Gets the language attributes for the HTML tag.
    39633963 *
    3964  * Builds up a set of html attributes containing the text direction and language
     3964 * Builds up a set of HTML attributes containing the text direction and language
    39653965 * information for the page.
    39663966 *
    39673967 * @since 4.3.0
    39683968 *
    3969  * @param string $doctype Optional. The type of html document. Accepts 'xhtml' or 'html'. Default 'html'.
     3969 * @param string $doctype Optional. The type of HTML document. Accepts 'xhtml' or 'html'. Default 'html'.
    39703970 */
    39713971function get_language_attributes( $doctype = 'html' ) {
    39723972        $attributes = array();
     
    39893989        $output = implode( ' ', $attributes );
    39903990
    39913991        /**
    3992          * Filters the language attributes for display in the html tag.
     3992         * Filters the language attributes for display in the HTML tag.
    39933993         *
    39943994         * @since 2.5.0
    39953995         * @since 4.3.0 Added the `$doctype` parameter.
    39963996         *
    39973997         * @param string $output A space-separated list of language attributes.
    3998          * @param string $doctype The type of html document (xhtml|html).
     3998         * @param string $doctype The type of HTML document (xhtml|html).
    39993999         */
    40004000        return apply_filters( 'language_attributes', $output, $doctype );
    40014001}
    40024002
    40034003/**
    4004  * Displays the language attributes for the html tag.
     4004 * Displays the language attributes for the HTML tag.
    40054005 *
    4006  * Builds up a set of html attributes containing the text direction and language
     4006 * Builds up a set of HTML attributes containing the text direction and language
    40074007 * information for the page.
    40084008 *
    40094009 * @since 2.1.0
    40104010 * @since 4.3.0 Converted into a wrapper for get_language_attributes().
    40114011 *
    4012  * @param string $doctype Optional. The type of html document. Accepts 'xhtml' or 'html'. Default 'html'.
     4012 * @param string $doctype Optional. The type of HTML document. Accepts 'xhtml' or 'html'. Default 'html'.
    40134013 */
    40144014function language_attributes( $doctype = 'html' ) {
    40154015        echo get_language_attributes( $doctype );
     
    46544654}
    46554655
    46564656/**
    4657  * Outputs the html checked attribute.
     4657 * Outputs the HTML checked attribute.
    46584658 *
    46594659 * Compares the first two arguments and if identical marks as checked
    46604660 *
     
    46634663 * @param mixed $checked One of the values to compare
    46644664 * @param mixed $current (true) The other value to compare if not just true
    46654665 * @param bool  $echo    Whether to echo or just return the string
    4666  * @return string html attribute or empty string
     4666 * @return string HTML attribute or empty string
    46674667 */
    46684668function checked( $checked, $current = true, $echo = true ) {
    46694669        return __checked_selected_helper( $checked, $current, $echo, 'checked' );
     
    46704670}
    46714671
    46724672/**
    4673  * Outputs the html selected attribute.
     4673 * Outputs the HTML selected attribute.
    46744674 *
    46754675 * Compares the first two arguments and if identical marks as selected
    46764676 *
     
    46794679 * @param mixed $selected One of the values to compare
    46804680 * @param mixed $current  (true) The other value to compare if not just true
    46814681 * @param bool  $echo     Whether to echo or just return the string
    4682  * @return string html attribute or empty string
     4682 * @return string HTML attribute or empty string
    46834683 */
    46844684function selected( $selected, $current = true, $echo = true ) {
    46854685        return __checked_selected_helper( $selected, $current, $echo, 'selected' );
     
    46864686}
    46874687
    46884688/**
    4689  * Outputs the html disabled attribute.
     4689 * Outputs the HTML disabled attribute.
    46904690 *
    46914691 * Compares the first two arguments and if identical marks as disabled
    46924692 *
     
    46954695 * @param mixed $disabled One of the values to compare
    46964696 * @param mixed $current  (true) The other value to compare if not just true
    46974697 * @param bool  $echo     Whether to echo or just return the string
    4698  * @return string html attribute or empty string
     4698 * @return string HTML attribute or empty string
    46994699 */
    47004700function disabled( $disabled, $current = true, $echo = true ) {
    47014701        return __checked_selected_helper( $disabled, $current, $echo, 'disabled' );
     
    47024702}
    47034703
    47044704/**
    4705  * Outputs the html readonly attribute.
     4705 * Outputs the HTML readonly attribute.
    47064706 *
    47074707 * Compares the first two arguments and if identical marks as readonly
    47084708 *
     
    47114711 * @param mixed $readonly One of the values to compare
    47124712 * @param mixed $current  (true) The other value to compare if not just true
    47134713 * @param bool  $echo     Whether to echo or just return the string
    4714  * @return string html attribute or empty string
     4714 * @return string HTML attribute or empty string
    47154715 */
    47164716function readonly( $readonly, $current = true, $echo = true ) {
    47174717        return __checked_selected_helper( $readonly, $current, $echo, 'readonly' );
     
    47294729 * @param mixed  $current (true) The other value to compare if not just true
    47304730 * @param bool   $echo    Whether to echo or just return the string
    47314731 * @param string $type    The type of checked|selected|disabled|readonly we are doing
    4732  * @return string html attribute or empty string
     4732 * @return string HTML attribute or empty string
    47334733 */
    47344734function __checked_selected_helper( $helper, $current, $echo, $type ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore,PHPCompatibility.FunctionNameRestrictions.ReservedFunctionNames.FunctionDoubleUnderscore
    47354735        if ( (string) $helper === (string) $current ) {
  • wp-includes/kses.php

     
    23902390}
    23912391
    23922392/**
    2393  * Helper function to add global attributes to a tag in the allowed html list.
     2393 * Helper function to add global attributes to a tag in the allowed HTML list.
    23942394 *
    23952395 * @since 3.5.0
    23962396 * @since 5.0.0 Add support for `data-*` wildcard attributes.
  • wp-includes/SimplePie/Parser.php

     
    655655
    656656        private function declare_html_entities() {
    657657                // This is required because the RSS specification says that entity-encoded
    658                 // html is allowed, but the xml specification says they must be declared.
     658                // HTML is allowed, but the xml specification says they must be declared.
    659659                return '<!DOCTYPE html [ <!ENTITY nbsp "&#x00A0;"> <!ENTITY iexcl "&#x00A1;"> <!ENTITY cent "&#x00A2;"> <!ENTITY pound "&#x00A3;"> <!ENTITY curren "&#x00A4;"> <!ENTITY yen "&#x00A5;"> <!ENTITY brvbar "&#x00A6;"> <!ENTITY sect "&#x00A7;"> <!ENTITY uml "&#x00A8;"> <!ENTITY copy "&#x00A9;"> <!ENTITY ordf "&#x00AA;"> <!ENTITY laquo "&#x00AB;"> <!ENTITY not "&#x00AC;"> <!ENTITY shy "&#x00AD;"> <!ENTITY reg "&#x00AE;"> <!ENTITY macr "&#x00AF;"> <!ENTITY deg "&#x00B0;"> <!ENTITY plusmn "&#x00B1;"> <!ENTITY sup2 "&#x00B2;"> <!ENTITY sup3 "&#x00B3;"> <!ENTITY acute "&#x00B4;"> <!ENTITY micro "&#x00B5;"> <!ENTITY para "&#x00B6;"> <!ENTITY middot "&#x00B7;"> <!ENTITY cedil "&#x00B8;"> <!ENTITY sup1 "&#x00B9;"> <!ENTITY ordm "&#x00BA;"> <!ENTITY raquo "&#x00BB;"> <!ENTITY frac14 "&#x00BC;"> <!ENTITY frac12 "&#x00BD;"> <!ENTITY frac34 "&#x00BE;"> <!ENTITY iquest "&#x00BF;"> <!ENTITY Agrave "&#x00C0;"> <!ENTITY Aacute "&#x00C1;"> <!ENTITY Acirc "&#x00C2;"> <!ENTITY Atilde "&#x00C3;"> <!ENTITY Auml "&#x00C4;"> <!ENTITY Aring "&#x00C5;"> <!ENTITY AElig "&#x00C6;"> <!ENTITY Ccedil "&#x00C7;"> <!ENTITY Egrave "&#x00C8;"> <!ENTITY Eacute "&#x00C9;"> <!ENTITY Ecirc "&#x00CA;"> <!ENTITY Euml "&#x00CB;"> <!ENTITY Igrave "&#x00CC;"> <!ENTITY Iacute "&#x00CD;"> <!ENTITY Icirc "&#x00CE;"> <!ENTITY Iuml "&#x00CF;"> <!ENTITY ETH "&#x00D0;"> <!ENTITY Ntilde "&#x00D1;"> <!ENTITY Ograve "&#x00D2;"> <!ENTITY Oacute "&#x00D3;"> <!ENTITY Ocirc "&#x00D4;"> <!ENTITY Otilde "&#x00D5;"> <!ENTITY Ouml "&#x00D6;"> <!ENTITY times "&#x00D7;"> <!ENTITY Oslash "&#x00D8;"> <!ENTITY Ugrave "&#x00D9;"> <!ENTITY Uacute "&#x00DA;"> <!ENTITY Ucirc "&#x00DB;"> <!ENTITY Uuml "&#x00DC;"> <!ENTITY Yacute "&#x00DD;"> <!ENTITY THORN "&#x00DE;"> <!ENTITY szlig "&#x00DF;"> <!ENTITY agrave "&#x00E0;"> <!ENTITY aacute "&#x00E1;"> <!ENTITY acirc "&#x00E2;"> <!ENTITY atilde "&#x00E3;"> <!ENTITY auml "&#x00E4;"> <!ENTITY aring "&#x00E5;"> <!ENTITY aelig "&#x00E6;"> <!ENTITY ccedil "&#x00E7;"> <!ENTITY egrave "&#x00E8;"> <!ENTITY eacute "&#x00E9;"> <!ENTITY ecirc "&#x00EA;"> <!ENTITY euml "&#x00EB;"> <!ENTITY igrave "&#x00EC;"> <!ENTITY iacute "&#x00ED;"> <!ENTITY icirc "&#x00EE;"> <!ENTITY iuml "&#x00EF;"> <!ENTITY eth "&#x00F0;"> <!ENTITY ntilde "&#x00F1;"> <!ENTITY ograve "&#x00F2;"> <!ENTITY oacute "&#x00F3;"> <!ENTITY ocirc "&#x00F4;"> <!ENTITY otilde "&#x00F5;"> <!ENTITY ouml "&#x00F6;"> <!ENTITY divide "&#x00F7;"> <!ENTITY oslash "&#x00F8;"> <!ENTITY ugrave "&#x00F9;"> <!ENTITY uacute "&#x00FA;"> <!ENTITY ucirc "&#x00FB;"> <!ENTITY uuml "&#x00FC;"> <!ENTITY yacute "&#x00FD;"> <!ENTITY thorn "&#x00FE;"> <!ENTITY yuml "&#x00FF;"> <!ENTITY OElig "&#x0152;"> <!ENTITY oelig "&#x0153;"> <!ENTITY Scaron "&#x0160;"> <!ENTITY scaron "&#x0161;"> <!ENTITY Yuml "&#x0178;"> <!ENTITY fnof "&#x0192;"> <!ENTITY circ "&#x02C6;"> <!ENTITY tilde "&#x02DC;"> <!ENTITY Alpha "&#x0391;"> <!ENTITY Beta "&#x0392;"> <!ENTITY Gamma "&#x0393;"> <!ENTITY Epsilon "&#x0395;"> <!ENTITY Zeta "&#x0396;"> <!ENTITY Eta "&#x0397;"> <!ENTITY Theta "&#x0398;"> <!ENTITY Iota "&#x0399;"> <!ENTITY Kappa "&#x039A;"> <!ENTITY Lambda "&#x039B;"> <!ENTITY Mu "&#x039C;"> <!ENTITY Nu "&#x039D;"> <!ENTITY Xi "&#x039E;"> <!ENTITY Omicron "&#x039F;"> <!ENTITY Pi "&#x03A0;"> <!ENTITY Rho "&#x03A1;"> <!ENTITY Sigma "&#x03A3;"> <!ENTITY Tau "&#x03A4;"> <!ENTITY Upsilon "&#x03A5;"> <!ENTITY Phi "&#x03A6;"> <!ENTITY Chi "&#x03A7;"> <!ENTITY Psi "&#x03A8;"> <!ENTITY Omega "&#x03A9;"> <!ENTITY alpha "&#x03B1;"> <!ENTITY beta "&#x03B2;"> <!ENTITY gamma "&#x03B3;"> <!ENTITY delta "&#x03B4;"> <!ENTITY epsilon "&#x03B5;"> <!ENTITY zeta "&#x03B6;"> <!ENTITY eta "&#x03B7;"> <!ENTITY theta "&#x03B8;"> <!ENTITY iota "&#x03B9;"> <!ENTITY kappa "&#x03BA;"> <!ENTITY lambda "&#x03BB;"> <!ENTITY mu "&#x03BC;"> <!ENTITY nu "&#x03BD;"> <!ENTITY xi "&#x03BE;"> <!ENTITY omicron "&#x03BF;"> <!ENTITY pi "&#x03C0;"> <!ENTITY rho "&#x03C1;"> <!ENTITY sigmaf "&#x03C2;"> <!ENTITY sigma "&#x03C3;"> <!ENTITY tau "&#x03C4;"> <!ENTITY upsilon "&#x03C5;"> <!ENTITY phi "&#x03C6;"> <!ENTITY chi "&#x03C7;"> <!ENTITY psi "&#x03C8;"> <!ENTITY omega "&#x03C9;"> <!ENTITY thetasym "&#x03D1;"> <!ENTITY upsih "&#x03D2;"> <!ENTITY piv "&#x03D6;"> <!ENTITY ensp "&#x2002;"> <!ENTITY emsp "&#x2003;"> <!ENTITY thinsp "&#x2009;"> <!ENTITY zwnj "&#x200C;"> <!ENTITY zwj "&#x200D;"> <!ENTITY lrm "&#x200E;"> <!ENTITY rlm "&#x200F;"> <!ENTITY ndash "&#x2013;"> <!ENTITY mdash "&#x2014;"> <!ENTITY lsquo "&#x2018;"> <!ENTITY rsquo "&#x2019;"> <!ENTITY sbquo "&#x201A;"> <!ENTITY ldquo "&#x201C;"> <!ENTITY rdquo "&#x201D;"> <!ENTITY bdquo "&#x201E;"> <!ENTITY dagger "&#x2020;"> <!ENTITY Dagger "&#x2021;"> <!ENTITY bull "&#x2022;"> <!ENTITY hellip "&#x2026;"> <!ENTITY permil "&#x2030;"> <!ENTITY prime "&#x2032;"> <!ENTITY Prime "&#x2033;"> <!ENTITY lsaquo "&#x2039;"> <!ENTITY rsaquo "&#x203A;"> <!ENTITY oline "&#x203E;"> <!ENTITY frasl "&#x2044;"> <!ENTITY euro "&#x20AC;"> <!ENTITY image "&#x2111;"> <!ENTITY weierp "&#x2118;"> <!ENTITY real "&#x211C;"> <!ENTITY trade "&#x2122;"> <!ENTITY alefsym "&#x2135;"> <!ENTITY larr "&#x2190;"> <!ENTITY uarr "&#x2191;"> <!ENTITY rarr "&#x2192;"> <!ENTITY darr "&#x2193;"> <!ENTITY harr "&#x2194;"> <!ENTITY crarr "&#x21B5;"> <!ENTITY lArr "&#x21D0;"> <!ENTITY uArr "&#x21D1;"> <!ENTITY rArr "&#x21D2;"> <!ENTITY dArr "&#x21D3;"> <!ENTITY hArr "&#x21D4;"> <!ENTITY forall "&#x2200;"> <!ENTITY part "&#x2202;"> <!ENTITY exist "&#x2203;"> <!ENTITY empty "&#x2205;"> <!ENTITY nabla "&#x2207;"> <!ENTITY isin "&#x2208;"> <!ENTITY notin "&#x2209;"> <!ENTITY ni "&#x220B;"> <!ENTITY prod "&#x220F;"> <!ENTITY sum "&#x2211;"> <!ENTITY minus "&#x2212;"> <!ENTITY lowast "&#x2217;"> <!ENTITY radic "&#x221A;"> <!ENTITY prop "&#x221D;"> <!ENTITY infin "&#x221E;"> <!ENTITY ang "&#x2220;"> <!ENTITY and "&#x2227;"> <!ENTITY or "&#x2228;"> <!ENTITY cap "&#x2229;"> <!ENTITY cup "&#x222A;"> <!ENTITY int "&#x222B;"> <!ENTITY there4 "&#x2234;"> <!ENTITY sim "&#x223C;"> <!ENTITY cong "&#x2245;"> <!ENTITY asymp "&#x2248;"> <!ENTITY ne "&#x2260;"> <!ENTITY equiv "&#x2261;"> <!ENTITY le "&#x2264;"> <!ENTITY ge "&#x2265;"> <!ENTITY sub "&#x2282;"> <!ENTITY sup "&#x2283;"> <!ENTITY nsub "&#x2284;"> <!ENTITY sube "&#x2286;"> <!ENTITY supe "&#x2287;"> <!ENTITY oplus "&#x2295;"> <!ENTITY otimes "&#x2297;"> <!ENTITY perp "&#x22A5;"> <!ENTITY sdot "&#x22C5;"> <!ENTITY lceil "&#x2308;"> <!ENTITY rceil "&#x2309;"> <!ENTITY lfloor "&#x230A;"> <!ENTITY rfloor "&#x230B;"> <!ENTITY lang "&#x2329;"> <!ENTITY rang "&#x232A;"> <!ENTITY loz "&#x25CA;"> <!ENTITY spades "&#x2660;"> <!ENTITY clubs "&#x2663;"> <!ENTITY hearts "&#x2665;"> <!ENTITY diams "&#x2666;"> ]>';
    660660        }
    661661}