• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

syntax_highlight/php/HFile/HFile_xsl.php

Go to the documentation of this file.
00001 <?php
00002 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00003 if (!isset ($BEAUT_PATH)) return;
00004 require_once("$BEAUT_PATH/Beautifier/HFile.php");
00005   class HFile_xsl extends HFile{
00006    function HFile_xsl(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // XSL
00011 /*************************************/
00012 // Flags
00013 
00014 $this->nocase                   = "1";
00015 $this->notrim                   = "0";
00016 $this->perl                     = "0";
00017 
00018 // Colours
00019 
00020 $this->colours          = array("blue", "purple", "gray", "blue", "brown");
00021 $this->quotecolour              = "blue";
00022 $this->blockcommentcolour       = "green";
00023 $this->linecommentcolour        = "green";
00024 
00025 // Indent Strings
00026 
00027 $this->indent                   = array();
00028 $this->unindent                 = array();
00029 
00030 // String characters and delimiters
00031 
00032 $this->stringchars              = array();
00033 $this->delimiters               = array("~", "!", "@", "$", "%", "^", "&", "*", "(", ")", "+", "=", "|", "\\", "{", "}", "[", "]", ";", "\"", "'", "<", ">", " ", ",", "        ", ".");
00034 $this->escchar                  = "";
00035 
00036 // Comment settings
00037 
00038 $this->linecommenton            = array("");
00039 $this->blockcommenton           = array("<!--");
00040 $this->blockcommentoff          = array("-->");
00041 
00042 // Keywords (keyword mapping to colour number)
00043 
00044 $this->keywords                 = array(
00045                         "<a>" => "1", 
00046                         "<a" => "1", 
00047                         "</a>" => "1", 
00048                         "<abbr>" => "1", 
00049                         "<abbr" => "1", 
00050                         "</abbr>" => "1", 
00051                         "<above>" => "1", 
00052                         "<acronym>" => "1", 
00053                         "<acronym" => "1", 
00054                         "</acronym>" => "1", 
00055                         "<address>" => "1", 
00056                         "<address" => "1", 
00057                         "</address>" => "1", 
00058                         "<area" => "1", 
00059                         "<b>" => "1", 
00060                         "<b" => "1", 
00061                         "</b>" => "1", 
00062                         "<base" => "1", 
00063                         "<bdo>" => "1", 
00064                         "<bdo" => "1", 
00065                         "</bdo>" => "1", 
00066                         "<big>" => "1", 
00067                         "<big" => "1", 
00068                         "</big>" => "1", 
00069                         "<blockquote>" => "1", 
00070                         "<blockquote" => "1", 
00071                         "</blockquote>" => "1", 
00072                         "<body" => "1", 
00073                         "<body>" => "1", 
00074                         "</body>" => "1", 
00075                         "<br" => "1", 
00076                         "<button>" => "1", 
00077                         "</button>" => "1", 
00078                         "<caption>" => "1", 
00079                         "<caption" => "1", 
00080                         "</caption>" => "1", 
00081                         "<cite>" => "1", 
00082                         "<cite" => "1", 
00083                         "</cite>" => "1", 
00084                         "<code>" => "1", 
00085                         "<code" => "1", 
00086                         "</code>" => "1", 
00087                         "<col" => "1", 
00088                         "<colgroup>" => "1", 
00089                         "</colgroup>" => "1", 
00090                         "<dd>" => "1", 
00091                         "<dd" => "1", 
00092                         "</dd>" => "1", 
00093                         "<del>" => "1", 
00094                         "<del" => "1", 
00095                         "</del>" => "1", 
00096                         "<dfn>" => "1", 
00097                         "<dfn" => "1", 
00098                         "</dfn>" => "1", 
00099                         "<div>" => "1", 
00100                         "<div" => "1", 
00101                         "</div>" => "1", 
00102                         "<dl>" => "1", 
00103                         "<dl" => "1", 
00104                         "</dl>" => "1", 
00105                         "<dt>" => "1", 
00106                         "<dt" => "1", 
00107                         "</dt>" => "1", 
00108                         "<em>" => "1", 
00109                         "<em" => "1", 
00110                         "</em>" => "1", 
00111                         "<fieldset>" => "1", 
00112                         "<fieldset" => "1", 
00113                         "</fieldset>" => "1", 
00114                         "<font" => "1", 
00115                         "</font>" => "1", 
00116                         "<form>" => "1", 
00117                         "<form" => "1", 
00118                         "</form>" => "1", 
00119                         "<frame" => "1", 
00120                         "<frameset" => "1", 
00121                         "</frameset>" => "1", 
00122                         "<h1>" => "1", 
00123                         "<h1" => "1", 
00124                         "</h1>" => "1", 
00125                         "<h2>" => "1", 
00126                         "<h2" => "1", 
00127                         "</h2>" => "1", 
00128                         "<h3>" => "1", 
00129                         "<h3" => "1", 
00130                         "</h3>" => "1", 
00131                         "<h4>" => "1", 
00132                         "<h4" => "1", 
00133                         "</h4>" => "1", 
00134                         "<h5>" => "1", 
00135                         "<h5" => "1", 
00136                         "</h5>" => "1", 
00137                         "<h6>" => "1", 
00138                         "<h6" => "1", 
00139                         "</h6>" => "1", 
00140                         "<head>" => "1", 
00141                         "<head" => "1", 
00142                         "</head>" => "1", 
00143                         "<hr" => "1", 
00144                         "<html>" => "1", 
00145                         "<html" => "1", 
00146                         "</html>" => "1", 
00147                         "<i>" => "1", 
00148                         "<i" => "1", 
00149                         "</i>" => "1", 
00150                         "<iframe>" => "1", 
00151                         "</iframe>" => "1", 
00152                         "<ilayer>" => "1", 
00153                         "</ilayer>" => "1", 
00154                         "<img" => "1", 
00155                         "<input" => "1", 
00156                         "<ins>" => "1", 
00157                         "<ins" => "1", 
00158                         "</ins>" => "1", 
00159                         "<isindex" => "1", 
00160                         "<kbd>" => "1", 
00161                         "<kbd" => "1", 
00162                         "</kbd>" => "1", 
00163                         "<label>" => "1", 
00164                         "<label" => "1", 
00165                         "</label>" => "1", 
00166                         "<legend>" => "1", 
00167                         "<legend" => "1", 
00168                         "</legend>" => "1", 
00169                         "<li>" => "1", 
00170                         "<li" => "1", 
00171                         "</li>" => "1", 
00172                         "<link" => "1", 
00173                         "<map" => "1", 
00174                         "</map>" => "1", 
00175                         "<meta" => "1", 
00176                         "<noframes>" => "1", 
00177                         "</noframes>" => "1", 
00178                         "<noscript>" => "1", 
00179                         "</noscript>" => "1", 
00180                         "<object>" => "1", 
00181                         "<object" => "1", 
00182                         "<ol>" => "1", 
00183                         "<ol" => "1", 
00184                         "</ol>" => "1", 
00185                         "<optgroup>" => "1", 
00186                         "<optgroup" => "1", 
00187                         "</optgroup>" => "1", 
00188                         "<option>" => "1", 
00189                         "<option" => "1", 
00190                         "</option>" => "1", 
00191                         "<p" => "1", 
00192                         "<p>" => "1", 
00193                         "</p>" => "1", 
00194                         "<param" => "1", 
00195                         "<pre>" => "1", 
00196                         "<pre" => "1", 
00197                         "</pre>" => "1", 
00198                         "<q>" => "1", 
00199                         "<q" => "1", 
00200                         "</q>" => "1", 
00201                         "<samp>" => "1", 
00202                         "<samp" => "1", 
00203                         "</samp>" => "1", 
00204                         "<script" => "1", 
00205                         "<script>" => "1", 
00206                         "</script>" => "1", 
00207                         "<select" => "1", 
00208                         "</select>" => "1", 
00209                         "<small>" => "1", 
00210                         "<small" => "1", 
00211                         "</small>" => "1", 
00212                         "<span>" => "1", 
00213                         "<span" => "1", 
00214                         "</span>" => "1", 
00215                         "<strong>" => "1", 
00216                         "<strong" => "1", 
00217                         "</strong>" => "1", 
00218                         "<style>" => "1", 
00219                         "<style" => "1", 
00220                         "</style>" => "1", 
00221                         "<sub>" => "1", 
00222                         "<sub" => "1", 
00223                         "</sub>" => "1", 
00224                         "<sup>" => "1", 
00225                         "<sup" => "1", 
00226                         "</sup>" => "1", 
00227                         "<table>" => "1", 
00228                         "<table" => "1", 
00229                         "</table>" => "1", 
00230                         "<tbody>" => "1", 
00231                         "<tbody" => "1", 
00232                         "</tbody>" => "1", 
00233                         "<td" => "1", 
00234                         "<td>" => "1", 
00235                         "</td>" => "1", 
00236                         "<textarea" => "1", 
00237                         "<textarea>" => "1", 
00238                         "</textarea>" => "1", 
00239                         "<tfoot>" => "1", 
00240                         "<tfoot" => "1", 
00241                         "</tfoot>" => "1", 
00242                         "<th" => "1", 
00243                         "<th>" => "1", 
00244                         "</th>" => "1", 
00245                         "<thead>" => "1", 
00246                         "<thead" => "1", 
00247                         "</thead>" => "1", 
00248                         "<title>" => "1", 
00249                         "</title>" => "1", 
00250                         "<tr" => "1", 
00251                         "<tr>" => "1", 
00252                         "</tr>" => "1", 
00253                         "<tt>" => "1", 
00254                         "</tt>" => "1", 
00255                         "<tt" => "1", 
00256                         "<ul>" => "1", 
00257                         "<ul" => "1", 
00258                         "</ul>" => "1", 
00259                         "<var>" => "1", 
00260                         "</var>" => "1", 
00261                         "<var" => "1", 
00262                         "//" => "1", 
00263                         "/>" => "1", 
00264                         ">" => "1", 
00265                         "NaN" => "2", 
00266                         "abbr" => "2", 
00267                         "accept" => "2", 
00268                         "accept-charset" => "2", 
00269                         "accesskey" => "2", 
00270                         "action" => "2", 
00271                         "align" => "2", 
00272                         "alink" => "2", 
00273                         "alt" => "2", 
00274                         "archive" => "2", 
00275                         "axis" => "2", 
00276                         "background" => "3", 
00277                         "behavior" => "2", 
00278                         "below" => "5", 
00279                         "bgcolor" => "2", 
00280                         "border" => "3", 
00281                         "case-order" => "2", 
00282                         "cdata-section-elements" => "2", 
00283                         "cellpadding" => "2", 
00284                         "cellspacing" => "2", 
00285                         "char" => "2", 
00286                         "charoff" => "2", 
00287                         "charset" => "2", 
00288                         "checked" => "2", 
00289                         "cite" => "2", 
00290                         "class" => "2", 
00291                         "classid" => "2", 
00292                         "clear" => "3", 
00293                         "code" => "5", 
00294                         "codebase" => "2", 
00295                         "codetype" => "2", 
00296                         "color" => "3", 
00297                         "cols" => "2", 
00298                         "colspan" => "2", 
00299                         "compact" => "2", 
00300                         "content" => "2", 
00301                         "coords" => "2", 
00302                         "count" => "2", 
00303                         "data" => "2", 
00304                         "data-type" => "2", 
00305                         "datetime" => "2", 
00306                         "decimal-separator" => "2", 
00307                         "declare" => "2", 
00308                         "defer" => "2", 
00309                         "digit" => "2", 
00310                         "dir" => "2", 
00311                         "disable-output-escaping" => "2", 
00312                         "disabled" => "2", 
00313                         "doctype-public" => "2", 
00314                         "doctype-system" => "2", 
00315                         "elements" => "2", 
00316                         "encoding" => "2", 
00317                         "enctype" => "2", 
00318                         "exclude-result-prefixes" => "2", 
00319                         "extension-element-prefixes" => "2", 
00320                         "face" => "2", 
00321                         "for" => "2", 
00322                         "format" => "3", 
00323                         "frame" => "2", 
00324                         "frameborder" => "2", 
00325                         "framespacing" => "2", 
00326                         "from" => "2", 
00327                         "grouping-separator" => "3", 
00328                         "grouping-size" => "3", 
00329                         "headers" => "2", 
00330                         "height" => "3", 
00331                         "hidden" => "5", 
00332                         "href" => "3", 
00333                         "hreflang" => "2", 
00334                         "hspace" => "2", 
00335                         "http-equiv" => "2", 
00336                         "id" => "3", 
00337                         "indent" => "2", 
00338                         "infinity" => "2", 
00339                         "ismap" => "2", 
00340                         "label" => "2", 
00341                         "lang" => "2", 
00342                         "language" => "3", 
00343                         "letter-value" => "3", 
00344                         "level" => "5", 
00345                         "link" => "2", 
00346                         "longdesc" => "2", 
00347                         "loop" => "2", 
00348                         "mailto" => "2", 
00349                         "marginheight" => "2", 
00350                         "marginwidth" => "2", 
00351                         "match" => "2", 
00352                         "maxlength" => "2", 
00353                         "media" => "2", 
00354                         "media-type" => "2", 
00355                         "method" => "2", 
00356                         "minus-sign" => "2", 
00357                         "mode" => "2", 
00358                         "multiple" => "2", 
00359                         "name" => "2", 
00360                         "namespace" => "2", 
00361                         "nohref" => "2", 
00362                         "noresize" => "2", 
00363                         "noshade" => "2", 
00364                         "object" => "2", 
00365                         "omit-xml-declaration" => "2", 
00366                         "onblur" => "2", 
00367                         "onchange" => "2", 
00368                         "onclick" => "2", 
00369                         "ondblclick" => "2", 
00370                         "onfocus" => "2", 
00371                         "onkeydown" => "2", 
00372                         "onkeypress" => "2", 
00373                         "onkeyup" => "2", 
00374                         "onload" => "2", 
00375                         "onmousedown" => "2", 
00376                         "onmousemove" => "2", 
00377                         "onmouseout" => "2", 
00378                         "onmouseover" => "2", 
00379                         "onmouseup" => "2", 
00380                         "onreset" => "2", 
00381                         "onselect" => "2", 
00382                         "onsubmit" => "2", 
00383                         "onunload" => "2", 
00384                         "order" => "2", 
00385                         "pattern-separator" => "2", 
00386                         "per-mille" => "2", 
00387                         "percent" => "2", 
00388                         "priority" => "2", 
00389                         "profile" => "2", 
00390                         "prompt" => "2", 
00391                         "readonly" => "2", 
00392                         "rel" => "2", 
00393                         "result-prefix" => "2", 
00394                         "rev" => "2", 
00395                         "rows" => "2", 
00396                         "rowspan" => "2", 
00397                         "rules" => "2", 
00398                         "scheme" => "2", 
00399                         "scope" => "2", 
00400                         "scrolling" => "2", 
00401                         "select" => "2", 
00402                         "selected" => "2", 
00403                         "shape" => "2", 
00404                         "size" => "3", 
00405                         "span" => "3", 
00406                         "src" => "2", 
00407                         "standalone" => "2", 
00408                         "standby" => "2", 
00409                         "start" => "5", 
00410                         "style" => "2", 
00411                         "stylesheet-prefix" => "2", 
00412                         "summary" => "2", 
00413                         "tabindex" => "2", 
00414                         "target" => "2", 
00415                         "terminate" => "2", 
00416                         "test" => "2", 
00417                         "text" => "2", 
00418                         "title" => "2", 
00419                         "topmargin" => "2", 
00420                         "type" => "2", 
00421                         "url" => "2", 
00422                         "use" => "2", 
00423                         "use-attribute-sets" => "2", 
00424                         "usemap" => "2", 
00425                         "valign" => "2", 
00426                         "value" => "2", 
00427                         "valuetype" => "2", 
00428                         "version" => "2", 
00429                         "vlink" => "2", 
00430                         "vspace" => "2", 
00431                         "width" => "3", 
00432                         "xmlns:fo" => "2", 
00433                         "xmlns:xsl" => "2", 
00434                         "zero-digit" => "2", 
00435                         "=" => "2", 
00436                         "apply-word-spacing" => "3", 
00437                         "auto-restore" => "3", 
00438                         "azimuth" => "3", 
00439                         "background-attachment" => "3", 
00440                         "background-color" => "3", 
00441                         "background-image" => "3", 
00442                         "background-position" => "3", 
00443                         "background-repeat" => "3", 
00444                         "baseline-shift" => "3", 
00445                         "blank-page" => "3", 
00446                         "block-progression-dimension" => "3", 
00447                         "border-after-color" => "3", 
00448                         "border-after-style" => "3", 
00449                         "border-after-width" => "3", 
00450                         "border-before-color" => "3", 
00451                         "border-before-style" => "3", 
00452                         "border-before-width" => "3", 
00453                         "border-bottom" => "3", 
00454                         "border-bottom-color" => "3", 
00455                         "border-bottom-style" => "3", 
00456                         "border-bottom-width" => "3", 
00457                         "border-collapse" => "3", 
00458                         "border-color" => "3", 
00459                         "border-end-color" => "3", 
00460                         "border-end-style" => "3", 
00461                         "border-end-width" => "3", 
00462                         "border-left" => "3", 
00463                         "border-left-color" => "3", 
00464                         "border-left-style" => "3", 
00465                         "border-left-width" => "3", 
00466                         "border-right" => "3", 
00467                         "border-right-color" => "3", 
00468                         "border-right-style" => "3", 
00469                         "border-right-width" => "3", 
00470                         "border-spacing" => "3", 
00471                         "border-start-color" => "3", 
00472                         "border-start-style" => "3", 
00473                         "border-start-width" => "3", 
00474                         "border-style" => "3", 
00475                         "border-top" => "3", 
00476                         "border-top-color" => "3", 
00477                         "border-top-style" => "3", 
00478                         "border-top-width" => "3", 
00479                         "border-width" => "3", 
00480                         "bottom" => "5", 
00481                         "break-after" => "3", 
00482                         "break-before" => "3", 
00483                         "caption-side" => "3", 
00484                         "case-name" => "3", 
00485                         "case-title" => "3", 
00486                         "character" => "3", 
00487                         "clip" => "3", 
00488                         "column-count" => "3", 
00489                         "column-gap" => "3", 
00490                         "column-number" => "3", 
00491                         "column-width" => "3", 
00492                         "country" => "3", 
00493                         "cue" => "3", 
00494                         "cue-after" => "3", 
00495                         "cue-before" => "3", 
00496                         "destination-placement-offset" => "3", 
00497                         "direction" => "3", 
00498                         "dom-state" => "3", 
00499                         "elevation" => "3", 
00500                         "empty-cells" => "3", 
00501                         "end-indent" => "3", 
00502                         "ends-row" => "3", 
00503                         "extent" => "3", 
00504                         "external-destination" => "3", 
00505                         "float" => "3", 
00506                         "flow-name" => "3", 
00507                         "font" => "3", 
00508                         "font-family" => "3", 
00509                         "font-height-override-after" => "3", 
00510                         "font-height-override-before" => "3", 
00511                         "font-size" => "3", 
00512                         "font-size-adjust" => "3", 
00513                         "font-stretch" => "3", 
00514                         "font-style" => "3", 
00515                         "font-variant" => "3", 
00516                         "font-weight" => "3", 
00517                         "force-page-count" => "3", 
00518                         "glyph-orientation-horizontal" => "3", 
00519                         "glyph-orientation-vertical" => "3", 
00520                         "hyphenate" => "3", 
00521                         "hyphenation-character" => "3", 
00522                         "hyphenation-keep" => "3", 
00523                         "hyphenation-ladder-count" => "3", 
00524                         "hyphenation-push-character-count" => "3", 
00525                         "hyphenation-remain-character-count" => "3", 
00526                         "indicate-destination" => "3", 
00527                         "inhibit-line-breaks" => "3", 
00528                         "initial-page-number" => "3", 
00529                         "inline-progression-dimension" => "3", 
00530                         "internal-destination" => "3", 
00531                         "keep" => "3", 
00532                         "keep-with-next" => "3", 
00533                         "keep-with-previous" => "3", 
00534                         "last-line-end-indent" => "3", 
00535                         "leader-alignment" => "3", 
00536                         "leader-length" => "3", 
00537                         "leader-pattern" => "3", 
00538                         "leader-pattern-width" => "3", 
00539                         "left" => "5", 
00540                         "letter-spacing" => "3", 
00541                         "linefeed-treatment" => "3", 
00542                         "line-height" => "5", 
00543                         "line-height-shift-adjustment" => "3", 
00544                         "line-stacking-strategy" => "3", 
00545                         "margin" => "3", 
00546                         "margin-bottom" => "3", 
00547                         "margin-left" => "3", 
00548                         "margin-right" => "3", 
00549                         "margin-top" => "3", 
00550                         "master-name" => "3", 
00551                         "max-height" => "5", 
00552                         "maximum-block-progression-dimension" => "3", 
00553                         "maximum-inline-progression-dimension" => "3", 
00554                         "maximum-repeats" => "3", 
00555                         "max-width" => "3", 
00556                         "may-break-after-row" => "3", 
00557                         "may-break-before-row" => "3", 
00558                         "min-height" => "3", 
00559                         "minimum-block-progression-dimension" => "3", 
00560                         "minimum-inline-progression-dimension" => "3", 
00561                         "min-width" => "3", 
00562                         "number-columns-repeated" => "3", 
00563                         "number-columns-spanned" => "3", 
00564                         "number-rows-spanned" => "3", 
00565                         "odd-or-even" => "3", 
00566                         "orphans" => "3", 
00567                         "overflow" => "3", 
00568                         "padding" => "3", 
00569                         "padding-after" => "3", 
00570                         "padding-before" => "3", 
00571                         "padding-bottom" => "3", 
00572                         "padding-end" => "3", 
00573                         "padding-left" => "3", 
00574                         "padding-right" => "3", 
00575                         "padding-start" => "3", 
00576                         "padding-top" => "3", 
00577                         "page-break-after" => "3", 
00578                         "page-break-before" => "3", 
00579                         "page-break-inside" => "3", 
00580                         "page-height" => "3", 
00581                         "page-position" => "3", 
00582                         "page-width" => "3", 
00583                         "pause" => "3", 
00584                         "pause-after" => "3", 
00585                         "pause-before" => "3", 
00586                         "pitch" => "3", 
00587                         "pitch-range" => "3", 
00588                         "play-during" => "3", 
00589                         "position" => "3", 
00590                         "precedence" => "3", 
00591                         "provisional-distance-between-starts" => "3", 
00592                         "provisional-label-separation" => "3", 
00593                         "reference-orientation" => "3", 
00594                         "ref-id" => "3", 
00595                         "region-name" => "3", 
00596                         "richness" => "3", 
00597                         "right" => "5", 
00598                         "role" => "3", 
00599                         "rule-style" => "3", 
00600                         "rule-thickness" => "3", 
00601                         "scale" => "3", 
00602                         "score-spaces" => "3", 
00603                         "script" => "3", 
00604                         "show-destination" => "3", 
00605                         "source-document" => "3", 
00606                         "space-after" => "3", 
00607                         "space-before" => "3", 
00608                         "space-end" => "3", 
00609                         "space-start" => "3", 
00610                         "space-treatment" => "3", 
00611                         "speak" => "3", 
00612                         "speak-header" => "3", 
00613                         "speak-numeral" => "3", 
00614                         "speak-punctuation" => "3", 
00615                         "speech-rate" => "3", 
00616                         "start-indent" => "3", 
00617                         "starting-state" => "3", 
00618                         "starts-row" => "3", 
00619                         "stress" => "3", 
00620                         "suppress-at-eol" => "3", 
00621                         "switch-to" => "3", 
00622                         "table-layout" => "3", 
00623                         "table-omit-footer-at-break" => "3", 
00624                         "table-omit-header-at-break" => "3", 
00625                         "text-align" => "3", 
00626                         "text-align-last" => "3", 
00627                         "text-decoration" => "3", 
00628                         "text-indent" => "3", 
00629                         "text-shadow" => "3", 
00630                         "text-transform" => "3", 
00631                         "top" => "5", 
00632                         "unicode-bidi" => "3", 
00633                         "vertical-align" => "3", 
00634                         "visibility" => "3", 
00635                         "voice-family" => "3", 
00636                         "volume" => "3", 
00637                         "white-space" => "3", 
00638                         "white-space-collapse" => "3", 
00639                         "white-space-treatment" => "3", 
00640                         "widows" => "3", 
00641                         "word-spacing" => "3", 
00642                         "wrap-option" => "3", 
00643                         "writing-mode" => "3", 
00644                         "xmllang" => "3", 
00645                         "z-index" => "3", 
00646                         "<fo:bidi-override>" => "4", 
00647                         "<fo:bidi-override" => "4", 
00648                         "</fo:bidi-override>" => "4", 
00649                         "<fo:block>" => "4", 
00650                         "<fo:block" => "4", 
00651                         "</fo:block>" => "4", 
00652                         "<fo:block-container>" => "4", 
00653                         "<fo:block-container" => "4", 
00654                         "</fo:block-container>" => "4", 
00655                         "<fo:character>" => "4", 
00656                         "<fo:character" => "4", 
00657                         "</fo:character>" => "4", 
00658                         "<fo:conditional-page-master-reference>" => "4", 
00659                         "<fo:conditional-page-master-reference" => "4", 
00660                         "</fo:conditional-page-master-reference>" => "4", 
00661                         "<fo:external-graphic>" => "4", 
00662                         "<fo:external-graphic" => "4", 
00663                         "</fo:external-graphic>" => "4", 
00664                         "<fo:float>" => "4", 
00665                         "<fo:float" => "4", 
00666                         "</fo:float>" => "4", 
00667                         "<fo:flow>" => "4", 
00668                         "<fo:flow" => "4", 
00669                         "</fo:flow>" => "4", 
00670                         "<fo:footnote>" => "4", 
00671                         "<fo:footnote" => "4", 
00672                         "</fo:footnote>" => "4", 
00673                         "<fo:footnote-citation>" => "4", 
00674                         "<fo:footnote-citation" => "4", 
00675                         "</fo:footnote-citation>" => "4", 
00676                         "<fo:initial-property-set>" => "4", 
00677                         "<fo:initial-property-set" => "4", 
00678                         "</fo:initial-property-set>" => "4", 
00679                         "<fo:inline>" => "4", 
00680                         "<fo:inline" => "4", 
00681                         "</fo:inline>" => "4", 
00682                         "<fo:inline-container>" => "4", 
00683                         "<fo:inline-container" => "4", 
00684                         "</fo:inline-container>" => "4", 
00685                         "<fo:instream-graphic>" => "4", 
00686                         "<fo:instream-graphic" => "4", 
00687                         "</fo:instream-graphic>" => "4", 
00688                         "<fo:layout-master-set>" => "4", 
00689                         "<fo:layout-master-set" => "4", 
00690                         "</fo:layout-master-set>" => "4", 
00691                         "<fo:leader>" => "4", 
00692                         "<fo:leader" => "4", 
00693                         "</fo:leader>" => "4", 
00694                         "<fo:list-block>" => "4", 
00695                         "<fo:list-block" => "4", 
00696                         "</fo:list-block>" => "4", 
00697                         "<fo:list-item>" => "4", 
00698                         "<fo:list-item" => "4", 
00699                         "</fo:list-item>" => "4", 
00700                         "<fo:list-item-body>" => "4", 
00701                         "<fo:list-item-body" => "4", 
00702                         "</fo:list-item-body>" => "4", 
00703                         "<fo:list-item-label>" => "4", 
00704                         "<fo:list-item-label" => "4", 
00705                         "</fo:list-item-label>" => "4", 
00706                         "<fo:multi-case>" => "4", 
00707                         "<fo:multi-case" => "4", 
00708                         "</fo:multi-case>" => "4", 
00709                         "<fo:multi-properties>" => "4", 
00710                         "<fo:multi-properties" => "4", 
00711                         "</fo:multi-properties>" => "4", 
00712                         "<fo:multi-property-set>" => "4", 
00713                         "<fo:multi-property-set" => "4", 
00714                         "</fo:multi-property-set>" => "4", 
00715                         "<fo:multi-switch>" => "4", 
00716                         "<fo:multi-switch" => "4", 
00717                         "</fo:multi-switch>" => "4", 
00718                         "<fo:multi-toggle>" => "4", 
00719                         "<fo:multi-toggle" => "4", 
00720                         "</fo:multi-toggle>" => "4", 
00721                         "<fo:page-number>" => "4", 
00722                         "<fo:page-number" => "4", 
00723                         "</fo:page-number>" => "4", 
00724                         "<fo:page-number-citation>" => "4", 
00725                         "<fo:page-number-citation" => "4", 
00726                         "</fo:page-number-citation>" => "4", 
00727                         "<fo:page-sequence>" => "4", 
00728                         "<fo:page-sequence" => "4", 
00729                         "</fo:page-sequence>" => "4", 
00730                         "<fo:page-sequence-master>" => "4", 
00731                         "<fo:page-sequence-master" => "4", 
00732                         "</fo:page-sequence-master>" => "4", 
00733                         "<fo:region-after>" => "4", 
00734                         "<fo:region-after" => "4", 
00735                         "</fo:region-after>" => "4", 
00736                         "<fo:region-before>" => "4", 
00737                         "<fo:region-before" => "4", 
00738                         "</fo:region-before>" => "4", 
00739                         "<fo:region-body>" => "4", 
00740                         "<fo:region-body" => "4", 
00741                         "</fo:region-body>" => "4", 
00742                         "<fo:region-end>" => "4", 
00743                         "<fo:region-end" => "4", 
00744                         "</fo:region-end>" => "4", 
00745                         "<fo:region-start>" => "4", 
00746                         "<fo:region-start" => "4", 
00747                         "</fo:region-start>" => "4", 
00748                         "<fo:repeatable-page-master-alternatives>" => "4", 
00749                         "<fo:repeatable-page-master-alternatives" => "4", 
00750                         "</fo:repeatable-page-master-alternatives>" => "4", 
00751                         "<fo:repeatable-page-master-reference>" => "4", 
00752                         "<fo:repeatable-page-master-reference" => "4", 
00753                         "</fo:repeatable-page-master-reference>" => "4", 
00754                         "<fo:root>" => "4", 
00755                         "<fo:root" => "4", 
00756                         "</fo:root>" => "4", 
00757                         "<fo:simple-link>" => "4", 
00758                         "<fo:simple-link" => "4", 
00759                         "</fo:simple-link>" => "4", 
00760                         "<fo:simple-page-master>" => "4", 
00761                         "<fo:simple-page-master" => "4", 
00762                         "</fo:simple-page-master>" => "4", 
00763                         "<fo:single-page-master-reference>" => "4", 
00764                         "<fo:single-page-master-reference" => "4", 
00765                         "</fo:single-page-master-reference>" => "4", 
00766                         "<fo:static-content>" => "4", 
00767                         "<fo:static-content" => "4", 
00768                         "</fo:static-content>" => "4", 
00769                         "<fo:table>" => "4", 
00770                         "<fo:table" => "4", 
00771                         "</fo:table>" => "4", 
00772                         "<fo:table-and-caption>" => "4", 
00773                         "<fo:table-and-caption" => "4", 
00774                         "</fo:table-and-caption>" => "4", 
00775                         "<fo:table-body>" => "4", 
00776                         "<fo:table-body" => "4", 
00777                         "</fo:table-body>" => "4", 
00778                         "<fo:table-caption>" => "4", 
00779                         "<fo:table-caption" => "4", 
00780                         "</fo:table-caption>" => "4", 
00781                         "<fo:table-cell>" => "4", 
00782                         "<fo:table-cell" => "4", 
00783                         "</fo:table-cell>" => "4", 
00784                         "<fo:table-column>" => "4", 
00785                         "<fo:table-column" => "4", 
00786                         "</fo:table-column>" => "4", 
00787                         "<fo:table-footer>" => "4", 
00788                         "<fo:table-footer" => "4", 
00789                         "</fo:table-footer>" => "4", 
00790                         "<fo:table-header>" => "4", 
00791                         "<fo:table-header" => "4", 
00792                         "</fo:table-header>" => "4", 
00793                         "<fo:table-row>" => "4", 
00794                         "<fo:table-row" => "4", 
00795                         "</fo:table-row>" => "4", 
00796                         "<fo:wrapper>" => "4", 
00797                         "<fo:wrapper" => "4", 
00798                         "</fo:wrapper>" => "4", 
00799                         "<xsl:apply-imports" => "4", 
00800                         "<xsl:apply-templates" => "4", 
00801                         "<xsl:apply-templates/>" => "4", 
00802                         "</xsl:apply-templates>" => "4", 
00803                         "<xsl:attribute" => "4", 
00804                         "</xsl:attribute>" => "4", 
00805                         "<xsl:attribute-set" => "4", 
00806                         "</xsl:attribute-set>" => "4", 
00807                         "<xsl:call-template" => "4", 
00808                         "</xsl:call-template>" => "4", 
00809                         "<xsl:choose>" => "4", 
00810                         "</xsl:choose>" => "4", 
00811                         "<xsl:comment>" => "4", 
00812                         "</xsl:comment>" => "4", 
00813                         "<xsl:copy" => "4", 
00814                         "</xsl:copy>" => "4", 
00815                         "<xsl:copy-of" => "4", 
00816                         "<xsl:decimal-format" => "4", 
00817                         "<xsl:element" => "4", 
00818                         "</xsl:element>" => "4", 
00819                         "<xsl:fallback>" => "4", 
00820                         "</xsl:fallback>" => "4", 
00821                         "<xsl:for-each" => "4", 
00822                         "</xsl:for-each>" => "4", 
00823                         "<xsl:if" => "4", 
00824                         "</xsl:if>" => "4", 
00825                         "<xsl:import" => "4", 
00826                         "<xsl:include" => "4", 
00827                         "<xsl:key" => "4", 
00828                         "<xsl:message" => "4", 
00829                         "</xsl:message>" => "4", 
00830                         "<xsl:namespace-alias" => "4", 
00831                         "<xsl:number" => "4", 
00832                         "<xsl:otherwise>" => "4", 
00833                         "</xsl:otherwise>" => "4", 
00834                         "<xsl:output" => "4", 
00835                         "<xsl:param" => "4", 
00836                         "</xsl:param>" => "4", 
00837                         "<xsl:preserve-space" => "4", 
00838                         "<xsl:processing-instruction" => "4", 
00839                         "</xsl:processing-instruction>" => "4", 
00840                         "<xsl:sort" => "4", 
00841                         "<xsl:strip-space" => "4", 
00842                         "<xsl:stylesheet" => "4", 
00843                         "</xsl:stylesheet>" => "4", 
00844                         "<xsl:template" => "4", 
00845                         "</xsl:template>" => "4", 
00846                         "<xsl:text>" => "4", 
00847                         "<xsl:text" => "4", 
00848                         "</xsl:text>" => "4", 
00849                         "<xsl:transform" => "4", 
00850                         "</xsl:transform>" => "4", 
00851                         "<xsl:value-of" => "4", 
00852                         "<xsl:variable" => "4", 
00853                         "</xsl:variable>" => "4", 
00854                         "<xsl:when" => "4", 
00855                         "</xsl:when>" => "4", 
00856                         "<xsl:with-param" => "4", 
00857                         "</xsl:with-param>" => "4", 
00858                         "<?phpxml" => "4", 
00859                         "?>" => "4", 
00860                         "-180" => "5", 
00861                         "-270" => "5", 
00862                         "-90" => "5", 
00863                         "0" => "5", 
00864                         "100" => "5", 
00865                         "180" => "5", 
00866                         "200" => "5", 
00867                         "270" => "5", 
00868                         "300" => "5", 
00869                         "400" => "5", 
00870                         "500" => "5", 
00871                         "600" => "5", 
00872                         "700" => "5", 
00873                         "800" => "5", 
00874                         "90" => "5", 
00875                         "900" => "5", 
00876                         "above" => "5", 
00877                         "absolute" => "5", 
00878                         "after" => "5", 
00879                         "all" => "5", 
00880                         "alpabetic" => "5", 
00881                         "always" => "5", 
00882                         "any" => "5", 
00883                         "auto" => "5", 
00884                         "avoid" => "5", 
00885                         "backslant" => "5", 
00886                         "baseline" => "5", 
00887                         "before" => "5", 
00888                         "behind" => "5", 
00889                         "bidi-override" => "5", 
00890                         "blank" => "5", 
00891                         "blink" => "5", 
00892                         "bold" => "5", 
00893                         "bolder" => "5", 
00894                         "both" => "5", 
00895                         "capitalize" => "5", 
00896                         "caption" => "5", 
00897                         "center" => "5", 
00898                         "center-left" => "5", 
00899                         "center-right" => "5", 
00900                         "collapse" => "5", 
00901                         "column" => "5", 
00902                         "condensed" => "5", 
00903                         "consider-shifts" => "5", 
00904                         "continuous" => "5", 
00905                         "dashed" => "5", 
00906                         "digits" => "5", 
00907                         "disregard-shifts" => "5", 
00908                         "dots" => "5", 
00909                         "dotted" => "5", 
00910                         "double" => "5", 
00911                         "embed" => "5", 
00912                         "end" => "5", 
00913                         "even" => "5", 
00914                         "even-page" => "5", 
00915                         "expanded" => "5", 
00916                         "extra-condensed" => "5", 
00917                         "extra-expanded" => "5", 
00918                         "false" => "5", 
00919                         "far-left" => "5", 
00920                         "far-right" => "5", 
00921                         "fast" => "5", 
00922                         "faster" => "5", 
00923                         "first" => "5", 
00924                         "fixed" => "5", 
00925                         "font-height" => "5", 
00926                         "groove" => "5", 
00927                         "hide" => "5", 
00928                         "high" => "5", 
00929                         "higher" => "5", 
00930                         "icon" => "5", 
00931                         "ignore" => "5", 
00932                         "indefinite" => "5", 
00933                         "inherit" => "5", 
00934                         "inside" => "5", 
00935                         "italic" => "5", 
00936                         "justify" => "5", 
00937                         "landscape" => "5", 
00938                         "last" => "5", 
00939                         "left-side" => "5", 
00940                         "leftwards" => "5", 
00941                         "lighter" => "5", 
00942                         "line-through" => "5", 
00943                         "loud" => "5", 
00944                         "low" => "5", 
00945                         "lower" => "5", 
00946                         "lowercase" => "5", 
00947                         "lr" => "5", 
00948                         "lr-tb" => "5", 
00949                         "ltr" => "5", 
00950                         "medium" => "5", 
00951                         "menu" => "5", 
00952                         "message-box" => "5", 
00953                         "middle" => "5", 
00954                         "mix?" => "5", 
00955                         "narrower" => "5", 
00956                         "new" => "5", 
00957                         "no" => "5", 
00958                         "no-force" => "5", 
00959                         "no-limit" => "5", 
00960                         "no-repeat" => "5", 
00961                         "no-wrap" => "5", 
00962                         "nonblank" => "5", 
00963                         "none" => "5", 
00964                         "normal" => "5", 
00965                         "nowrap" => "5", 
00966                         "oblique" => "5", 
00967                         "odd" => "5", 
00968                         "odd-page" => "5", 
00969                         "once" => "5", 
00970                         "outside" => "5", 
00971                         "overline" => "5", 
00972                         "page" => "5", 
00973                         "portrait" => "5", 
00974                         "pre" => "5", 
00975                         "preserve" => "5", 
00976                         "reference-area" => "5", 
00977                         "relative" => "5", 
00978                         "repeat" => "5", 
00979                         "repeat-x" => "5", 
00980                         "repeat-y" => "5", 
00981                         "repeat?" => "5", 
00982                         "replace" => "5", 
00983                         "rest" => "5", 
00984                         "retain" => "5", 
00985                         "ridge" => "5", 
00986                         "right-side" => "5", 
00987                         "rightwards" => "5", 
00988                         "rl" => "5", 
00989                         "rl-tb" => "5", 
00990                         "rtl" => "5", 
00991                         "rule" => "5", 
00992                         "scroll" => "5", 
00993                         "semi-condensed" => "5", 
00994                         "semi-expanded" => "5", 
00995                         "separate" => "5", 
00996                         "show" => "5", 
00997                         "slow" => "5", 
00998                         "slower" => "5", 
00999                         "small-caps" => "5", 
01000                         "small-caption" => "5", 
01001                         "soft" => "5", 
01002                         "solid" => "5", 
01003                         "space" => "5", 
01004                         "spell-out" => "5", 
01005                         "spread" => "5", 
01006                         "static" => "5", 
01007                         "status-bar" => "5", 
01008                         "sub" => "5", 
01009                         "super" => "5", 
01010                         "suppress" => "5", 
01011                         "tb" => "5", 
01012                         "tb-rl" => "5", 
01013                         "text-bottom" => "5", 
01014                         "text-top" => "5", 
01015                         "traditional" => "5", 
01016                         "transparent" => "5", 
01017                         "treat-as-space" => "5", 
01018                         "true" => "5", 
01019                         "ultra-condensed" => "5", 
01020                         "ultra-expanded" => "5", 
01021                         "underline" => "5", 
01022                         "uppercase" => "5", 
01023                         "use-content" => "5", 
01024                         "use-font-metrics" => "5", 
01025                         "visible" => "5", 
01026                         "wider" => "5", 
01027                         "wrap" => "5", 
01028                         "x-fast" => "5", 
01029                         "x-high" => "5", 
01030                         "x-loud" => "5", 
01031                         "x-low" => "5", 
01032                         "x-slow" => "5", 
01033                         "x-soft" => "5", 
01034                         "xsl-any" => "5", 
01035                         "xsl-following" => "5", 
01036                         "xsl-preceding" => "5", 
01037                         "xsl-region-after" => "5", 
01038                         "xsl-region-before" => "5", 
01039                         "xsl-region-body" => "5", 
01040                         "xsl-region-end" => "5", 
01041                         "xsl-region-start" => "5", 
01042                         "yes" => "5");
01043 
01044 // Special extensions
01045 
01046 // Each category can specify a PHP function that returns an altered
01047 // version of the keyword.
01048         
01049         
01050 
01051 $this->linkscripts      = array(
01052                         "1" => "donothing", 
01053                         "2" => "donothing", 
01054                         "3" => "donothing", 
01055                         "5" => "donothing", 
01056                         "4" => "donothing");
01057 }
01058 
01059 
01060 function donothing($keywordin)
01061 {
01062         return $keywordin;
01063 }
01064 
01065 }?>

Generated on Fri Dec 13 2013 09:06:40 for ILIAS Release_3_4_x_branch .rev 46804 by  doxygen 1.7.1