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

syntax_highlight/php/HFile/HFile_sybase11x.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_sybase11x extends HFile{
00006    function HFile_sybase11x(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // Sybase 11.x SQL
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", "gray", "gray", "purple", "brown", "blue", "purple");
00021 $this->quotecolour              = "blue";
00022 $this->blockcommentcolour       = "green";
00023 $this->linecommentcolour        = "green";
00024 
00025 // Indent Strings
00026 
00027 $this->indent                   = array("begin");
00028 $this->unindent                 = array("end");
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                         "activation" => "1", 
00046                         "add" => "1", 
00047                         "all" => "1", 
00048                         "alter" => "1", 
00049                         "and" => "1", 
00050                         "any" => "1", 
00051                         "arith_overflow" => "1", 
00052                         "as" => "1", 
00053                         "asc" => "1", 
00054                         "at" => "1", 
00055                         "authorization" => "1", 
00056                         "avg" => "7", 
00057                         "begin" => "1", 
00058                         "between" => "1", 
00059                         "break" => "1", 
00060                         "browse" => "1", 
00061                         "bulk" => "1", 
00062                         "by" => "1", 
00063                         "cascade" => "1", 
00064                         "char_convert" => "1", 
00065                         "check" => "1", 
00066                         "checkpoint" => "1", 
00067                         "close" => "1", 
00068                         "clustered" => "1", 
00069                         "commit" => "1", 
00070                         "compute" => "1", 
00071                         "confirm" => "1", 
00072                         "connect" => "1", 
00073                         "constraint" => "1", 
00074                         "consumers" => "1", 
00075                         "continue" => "1", 
00076                         "controlrow" => "1", 
00077                         "convert" => "7", 
00078                         "count" => "7", 
00079                         "create" => "1", 
00080                         "current" => "1", 
00081                         "cursor" => "1", 
00082                         "database" => "1", 
00083                         "dbcc" => "1", 
00084                         "deallocate" => "1", 
00085                         "declare" => "1", 
00086                         "default" => "1", 
00087                         "delete" => "1", 
00088                         "desc" => "1", 
00089                         "disk" => "1", 
00090                         "distinct" => "1", 
00091                         "double" => "1", 
00092                         "drop" => "1", 
00093                         "dummy" => "1", 
00094                         "dump" => "1", 
00095                         "else" => "1", 
00096                         "end" => "1", 
00097                         "endtran" => "1", 
00098                         "errlvl" => "1", 
00099                         "errordata" => "1", 
00100                         "errorexit" => "1", 
00101                         "escape" => "1", 
00102                         "except" => "1", 
00103                         "exclusive" => "1", 
00104                         "exec" => "1", 
00105                         "execute" => "1", 
00106                         "exists" => "1", 
00107                         "exit" => "1", 
00108                         "external" => "1", 
00109                         "fetch" => "1", 
00110                         "fillfactor" => "1", 
00111                         "for" => "1", 
00112                         "foreign" => "1", 
00113                         "from" => "1", 
00114                         "goto" => "1", 
00115                         "grant" => "1", 
00116                         "group" => "1", 
00117                         "having" => "1", 
00118                         "holdlock" => "1", 
00119                         "identity_insert" => "1", 
00120                         "identity_start" => "1", 
00121                         "if" => "1", 
00122                         "in" => "1", 
00123                         "index" => "1", 
00124                         "insert" => "1", 
00125                         "intersect" => "1", 
00126                         "into" => "1", 
00127                         "is" => "1", 
00128                         "isolation" => "1", 
00129                         "key" => "1", 
00130                         "kill" => "1", 
00131                         "level" => "1", 
00132                         "like" => "1", 
00133                         "lineno" => "1", 
00134                         "load" => "1", 
00135                         "max" => "7", 
00136                         "max_rows_per_page" => "1", 
00137                         "membership" => "1", 
00138                         "min" => "7", 
00139                         "mirror" => "1", 
00140                         "mirrorexit" => "1", 
00141                         "national" => "1", 
00142                         "noholdlock" => "1", 
00143                         "nonclustered" => "1", 
00144                         "not" => "1", 
00145                         "null" => "1", 
00146                         "numeric_transaction" => "1", 
00147                         "of" => "1", 
00148                         "off" => "1", 
00149                         "offsets" => "1", 
00150                         "on" => "1", 
00151                         "once" => "1", 
00152                         "online" => "1", 
00153                         "only" => "1", 
00154                         "open" => "1", 
00155                         "option" => "1", 
00156                         "or" => "1", 
00157                         "order" => "1", 
00158                         "over" => "1", 
00159                         "partition" => "1", 
00160                         "passwd" => "1", 
00161                         "perm" => "1", 
00162                         "permanent" => "1", 
00163                         "plan" => "1", 
00164                         "precision" => "1", 
00165                         "prepare" => "1", 
00166                         "primary" => "1", 
00167                         "print" => "1", 
00168                         "privileges" => "1", 
00169                         "proc" => "1", 
00170                         "procedure" => "1", 
00171                         "processexit" => "1", 
00172                         "proxy" => "1", 
00173                         "public" => "1", 
00174                         "raiserror" => "1", 
00175                         "read" => "1", 
00176                         "readtext" => "1", 
00177                         "reconfigure" => "1", 
00178                         "references" => "1", 
00179                         "replace" => "1", 
00180                         "return" => "3", 
00181                         "revoke" => "1", 
00182                         "role" => "1", 
00183                         "rollback" => "1", 
00184                         "rowcount" => "1", 
00185                         "rows" => "1", 
00186                         "rule" => "1", 
00187                         "save" => "1", 
00188                         "schema" => "1", 
00189                         "select" => "1", 
00190                         "session" => "1", 
00191                         "set" => "1", 
00192                         "setuser" => "1", 
00193                         "shared" => "1", 
00194                         "shutdown" => "1", 
00195                         "some" => "1", 
00196                         "statistics" => "1", 
00197                         "stripe" => "1", 
00198                         "sum" => "7", 
00199                         "syb_identity" => "1", 
00200                         "syb_restree" => "1", 
00201                         "table" => "1", 
00202                         "temp" => "1", 
00203                         "temporary" => "1", 
00204                         "textsize" => "1", 
00205                         "to" => "1", 
00206                         "tran" => "1", 
00207                         "transaction" => "1", 
00208                         "trigger" => "1", 
00209                         "truncate" => "1", 
00210                         "tsequal" => "7", 
00211                         "union" => "1", 
00212                         "unique" => "1", 
00213                         "unpartition" => "1", 
00214                         "update" => "1", 
00215                         "use" => "1", 
00216                         "user" => "7", 
00217                         "user_option" => "1", 
00218                         "using" => "1", 
00219                         "values" => "1", 
00220                         "varying" => "1", 
00221                         "view" => "1", 
00222                         "waitfor" => "1", 
00223                         "where" => "1", 
00224                         "while" => "1", 
00225                         "with" => "1", 
00226                         "work" => "1", 
00227                         "writetext" => "1", 
00228                         "absolute" => "2", 
00229                         "action" => "2", 
00230                         "allocate" => "2", 
00231                         "are" => "2", 
00232                         "assertion" => "2", 
00233                         "bit" => "2", 
00234                         "bit_length" => "2", 
00235                         "both" => "2", 
00236                         "cascaded" => "2", 
00237                         "case" => "2", 
00238                         "cast" => "2", 
00239                         "catalog" => "2", 
00240                         "char" => "7", 
00241                         "char_length" => "7", 
00242                         "character" => "2", 
00243                         "character_length" => "2", 
00244                         "coalesce" => "7", 
00245                         "collate" => "2", 
00246                         "collation" => "2", 
00247                         "column" => "2", 
00248                         "connection" => "2", 
00249                         "constraints" => "2", 
00250                         "corresponding" => "2", 
00251                         "cross" => "2", 
00252                         "current_date" => "2", 
00253                         "current_time" => "2", 
00254                         "current_timestamp" => "2", 
00255                         "current_user" => "2", 
00256                         "date" => "2", 
00257                         "day" => "2", 
00258                         "dec" => "2", 
00259                         "decimal" => "2", 
00260                         "deferrable" => "2", 
00261                         "deferred" => "2", 
00262                         "describe" => "2", 
00263                         "descriptor" => "2", 
00264                         "diagnostics" => "2", 
00265                         "disconnect" => "2", 
00266                         "domain" => "2", 
00267                         "end-exec" => "2", 
00268                         "exception" => "2", 
00269                         "extract" => "2", 
00270                         "false" => "2", 
00271                         "first" => "2", 
00272                         "float" => "2", 
00273                         "found" => "2", 
00274                         "full" => "2", 
00275                         "get" => "2", 
00276                         "global" => "2", 
00277                         "go" => "2", 
00278                         "hour" => "2", 
00279                         "immediate" => "2", 
00280                         "indicator" => "2", 
00281                         "initially" => "2", 
00282                         "inner" => "2", 
00283                         "input" => "2", 
00284                         "insensitive" => "2", 
00285                         "int" => "2", 
00286                         "integer" => "2", 
00287                         "interval" => "2", 
00288                         "join" => "2", 
00289                         "language" => "2", 
00290                         "last" => "2", 
00291                         "leading" => "2", 
00292                         "left" => "2", 
00293                         "local" => "2", 
00294                         "lower" => "7", 
00295                         "match" => "2", 
00296                         "minute" => "2", 
00297                         "module" => "2", 
00298                         "month" => "2", 
00299                         "names" => "2", 
00300                         "natural" => "2", 
00301                         "nchar" => "2", 
00302                         "next" => "2", 
00303                         "no" => "2", 
00304                         "nullif" => "2", 
00305                         "numeric" => "2", 
00306                         "octet_length" => "2", 
00307                         "outer" => "2", 
00308                         "output" => "2", 
00309                         "overlaps" => "2", 
00310                         "pad" => "2", 
00311                         "partial" => "2", 
00312                         "position" => "2", 
00313                         "preserve" => "2", 
00314                         "prior" => "2", 
00315                         "real" => "2", 
00316                         "relative" => "2", 
00317                         "restrict" => "2", 
00318                         "right" => "7", 
00319                         "scroll" => "2", 
00320                         "second" => "2", 
00321                         "section" => "2", 
00322                         "session_user" => "2", 
00323                         "size" => "2", 
00324                         "smallint" => "2", 
00325                         "space" => "7", 
00326                         "sql" => "2", 
00327                         "sqlcode" => "2", 
00328                         "sqlerror" => "2", 
00329                         "sqlstate" => "2", 
00330                         "substring" => "7", 
00331                         "system_user" => "2", 
00332                         "then" => "2", 
00333                         "time" => "2", 
00334                         "timestamp" => "2", 
00335                         "timezone_hour" => "2", 
00336                         "timezone_minute" => "2", 
00337                         "trailing" => "2", 
00338                         "translate" => "2", 
00339                         "translation" => "2", 
00340                         "trim" => "2", 
00341                         "true" => "2", 
00342                         "unknown" => "2", 
00343                         "upper" => "7", 
00344                         "usage" => "2", 
00345                         "value" => "2", 
00346                         "varchar" => "2", 
00347                         "varbinary" => "2", 
00348                         "when" => "2", 
00349                         "whenever" => "2", 
00350                         "write" => "2", 
00351                         "year" => "2", 
00352                         "zone" => "2", 
00353                         "after" => "3", 
00354                         "alias" => "3", 
00355                         "async" => "3", 
00356                         "before" => "3", 
00357                         "boolean" => "3", 
00358                         "breadth" => "3", 
00359                         "call" => "3", 
00360                         "completion" => "3", 
00361                         "cycle" => "3", 
00362                         "data" => "3", 
00363                         "depth" => "3", 
00364                         "dictionary" => "3", 
00365                         "each" => "3", 
00366                         "elseif" => "3", 
00367                         "equals" => "3", 
00368                         "general" => "3", 
00369                         "ignore" => "3", 
00370                         "leave" => "3", 
00371                         "less" => "3", 
00372                         "limit" => "3", 
00373                         "loop" => "3", 
00374                         "modify" => "3", 
00375                         "new" => "3", 
00376                         "none" => "3", 
00377                         "object" => "3", 
00378                         "oid" => "3", 
00379                         "old" => "3", 
00380                         "operation" => "3", 
00381                         "operators" => "3", 
00382                         "others" => "3", 
00383                         "parameters" => "3", 
00384                         "pendant" => "3", 
00385                         "preorder" => "3", 
00386                         "private" => "3", 
00387                         "protected" => "3", 
00388                         "recursive" => "3", 
00389                         "ref" => "3", 
00390                         "referencing" => "3", 
00391                         "resignal" => "3", 
00392                         "returns" => "3", 
00393                         "routine" => "3", 
00394                         "row" => "3", 
00395                         "savepoint" => "3", 
00396                         "search" => "3", 
00397                         "sensitive" => "3", 
00398                         "sequence" => "3", 
00399                         "signal" => "3", 
00400                         "similar" => "3", 
00401                         "sqlexception" => "3", 
00402                         "structure" => "3", 
00403                         "test" => "3", 
00404                         "there" => "3", 
00405                         "type" => "3", 
00406                         "under" => "3", 
00407                         "variable" => "3", 
00408                         "virtual" => "3", 
00409                         "visible" => "3", 
00410                         "wait" => "3", 
00411                         "without" => "3", 
00412                         "sp_activeroles" => "4", 
00413                         "sp_addalias" => "4", 
00414                         "sp_addauditrecord" => "4", 
00415                         "sp_addaudittable" => "4", 
00416                         "sp_addextendedproc" => "4", 
00417                         "sp_addexternlogin" => "4", 
00418                         "sp_addgroup" => "4", 
00419                         "sp_addlanguage" => "4", 
00420                         "sp_addlogin" => "4", 
00421                         "sp_addmessage" => "4", 
00422                         "sp_addobjectdef" => "4", 
00423                         "sp_addremotelogin" => "4", 
00424                         "sp_add_resource_limit" => "4", 
00425                         "sp_addsegment" => "4", 
00426                         "sp_addserver" => "4", 
00427                         "sp_addthreshold" => "4", 
00428                         "sp_add_time_range" => "4", 
00429                         "sp_addtype" => "4", 
00430                         "sp_addumpdevice" => "4", 
00431                         "sp_adduser" => "4", 
00432                         "sp_altermessage" => "4", 
00433                         "sp_autoconnect" => "4", 
00434                         "sp_bindcache" => "4", 
00435                         "sp_bindefault" => "4", 
00436                         "sp_bindmsg" => "4", 
00437                         "sp_bindrule" => "4", 
00438                         "sp_cacheconfig" => "4", 
00439                         "sp_cachestrategy" => "4", 
00440                         "sp_changedbowner" => "4", 
00441                         "sp_changegroup" => "4", 
00442                         "sp_checknames" => "4", 
00443                         "sp_checkreswords" => "4", 
00444                         "sp_checksource" => "4", 
00445                         "sp_chgattribute" => "4", 
00446                         "sp_clearstats" => "4", 
00447                         "sp_commonkey" => "4", 
00448                         "sp_countmetadata" => "4", 
00449                         "sp_cursorinfo" => "4", 
00450                         "sp_column_privileges" => "4", 
00451                         "sp_columns" => "4", 
00452                         "sp_configure" => "4", 
00453                         "sp_databases" => "4", 
00454                         "sp_datatype_info" => "4", 
00455                         "sp_dbcc_alterws" => "4", 
00456                         "sp_dbcc_configreport" => "4", 
00457                         "sp_dbcc_createws" => "4", 
00458                         "sp_dbcc_deletedb" => "4", 
00459                         "sp_dbcc_deletehistory" => "4", 
00460                         "sp_dbcc_differentialreport" => "4", 
00461                         "sp_dbcc_evaluatedb" => "4", 
00462                         "sp_dbcc_faultreport" => "4", 
00463                         "sp_dbcc_fullreport" => "4", 
00464                         "sp_dbcc_runcheck" => "4", 
00465                         "sp_dbcc_statisticsreport" => "4", 
00466                         "sp_dbcc_summaryreport" => "4", 
00467                         "sp_dbcc_updateconfig" => "4", 
00468                         "sp_dboption" => "4", 
00469                         "sp_defaultloc" => "4", 
00470                         "sp_depends" => "4", 
00471                         "sp_diskdefault" => "4", 
00472                         "sp_displayaudit" => "4", 
00473                         "sp_displaylevel" => "4", 
00474                         "sp_displaylogin" => "4", 
00475                         "sp_displayroles" => "4", 
00476                         "sp_dropalias" => "4", 
00477                         "sp_dropdevice" => "4", 
00478                         "sp_dropexeclass" => "4", 
00479                         "sp_dropextendedproc" => "4", 
00480                         "sp_dropexternlogin" => "4", 
00481                         "sp_dropglockpromote" => "4", 
00482                         "sp_dropgroup" => "4", 
00483                         "sp_dropkey" => "4", 
00484                         "sp_droplanguage" => "4", 
00485                         "sp_droplogin" => "4", 
00486                         "sp_dropmessage" => "4", 
00487                         "sp_dropobjectdef" => "4", 
00488                         "sp_dropremotelogin" => "4", 
00489                         "sp_drop_resource_limit" => "4", 
00490                         "sp_dropsegment" => "4", 
00491                         "sp_dropserver" => "4", 
00492                         "sp_dropthreshold" => "4", 
00493                         "sp_drop_time_range" => "4", 
00494                         "sp_droptype" => "4", 
00495                         "sp_dropuser" => "4", 
00496                         "sp_estspace" => "4", 
00497                         "sp_extendsegment" => "4", 
00498                         "sp_familylock" => "4", 
00499                         "sp_forceonline_db" => "4", 
00500                         "sp_forceonline_page" => "4", 
00501                         "sp_foreignkey" => "4", 
00502                         "sp_freedll" => "4", 
00503                         "sp_getmessage" => "4", 
00504                         "sp_grantlogin" => "4", 
00505                         "sp_help" => "4", 
00506                         "sp_helpartition" => "4", 
00507                         "sp_helpcache" => "4", 
00508                         "sp_helpconfig" => "4", 
00509                         "sp_helpconstraint" => "4", 
00510                         "sp_helpdb" => "4", 
00511                         "sp_helpdevice" => "4", 
00512                         "sp_helpextendedproc" => "4", 
00513                         "sp_helpexternlogin" => "4", 
00514                         "sp_helpgroup" => "4", 
00515                         "sp_helpindex" => "4", 
00516                         "sp_helpjoins" => "4", 
00517                         "sp_helpkey" => "4", 
00518                         "sp_helplanguage" => "4", 
00519                         "sp_helplog" => "4", 
00520                         "sp_helpobjectdef" => "4", 
00521                         "sp_helpremotelogin" => "4", 
00522                         "sp_help_resource_limit" => "4", 
00523                         "sp_helprotect" => "4", 
00524                         "sp_helpsegment" => "4", 
00525                         "sp_helpserver" => "4", 
00526                         "sp_helpsort" => "4", 
00527                         "sp_helptext" => "4", 
00528                         "sp_helpthreshold" => "4", 
00529                         "sp_helpuser" => "4", 
00530                         "sp_hidetext" => "4", 
00531                         "sp_indsuspect" => "4", 
00532                         "sp_listsuspect_db" => "4", 
00533                         "sp_listsuspect_page" => "4", 
00534                         "sp_lock" => "4", 
00535                         "sp_locklogin" => "4", 
00536                         "sp_logdevice" => "4", 
00537                         "sp_loginconfig" => "4", 
00538                         "sp_logininfo" => "4", 
00539                         "sp_logiosize" => "4", 
00540                         "sp_modifylogin" => "4", 
00541                         "sp_modify_resource_limit" => "4", 
00542                         "sp_modify_time_range" => "4", 
00543                         "sp_modifythreshold" => "4", 
00544                         "sp_monitor" => "4", 
00545                         "sp_monitorconfig" => "4", 
00546                         "sp_passthru" => "4", 
00547                         "sp_password" => "4", 
00548                         "sp_placeobject" => "4", 
00549                         "sp_plan_dbccdb" => "4", 
00550                         "sp_primarykey" => "4", 
00551                         "sp_processmail" => "4", 
00552                         "sp_procqmode" => "4", 
00553                         "sp_procxmode" => "4", 
00554                         "sp_recompile" => "4", 
00555                         "sp_remoteoption" => "4", 
00556                         "sp_remotesql" => "4", 
00557                         "sp_rename" => "4", 
00558                         "sp_renamedb" => "4", 
00559                         "sp_reportstats" => "4", 
00560                         "sp_revokelogin" => "4", 
00561                         "sp_role" => "4", 
00562                         "sp_serveroption" => "4", 
00563                         "sp_setlangalias" => "4", 
00564                         "sp_setpglockpromote" => "4", 
00565                         "sp_setsuspect_granularity" => "4", 
00566                         "sp_setsuspect_threshold" => "4", 
00567                         "sp_spaceused" => "4", 
00568                         "sp_syntax" => "4", 
00569                         "sp_sysmon" => "4", 
00570                         "sp_unbindcache" => "4", 
00571                         "sp_unbindcache_all" => "4", 
00572                         "sp_unbindefault" => "4", 
00573                         "sp_unbindmsg" => "4", 
00574                         "sp_unbindrule" => "4", 
00575                         "sp_volchanged" => "4", 
00576                         "sp_who" => "4", 
00577                         "sp_fkeys" => "4", 
00578                         "sp_server_info" => "4", 
00579                         "sp_special_columns" => "4", 
00580                         "sp_sproc_columns" => "4", 
00581                         "sp_statistics" => "4", 
00582                         "sp_stored_procedures" => "4", 
00583                         "sp_table_privileges" => "4", 
00584                         "sp_tables" => "4", 
00585                         "xp_cmdshell" => "4", 
00586                         "xp_deletemail" => "4", 
00587                         "xp_enumgroups" => "4", 
00588                         "xp_findnextmsg" => "4", 
00589                         "xp_logevent" => "4", 
00590                         "xp_readmail" => "4", 
00591                         "xp_sendmail" => "4", 
00592                         "xp_startmail" => "4", 
00593                         "xp_stopmail" => "4", 
00594                         "dbo" => "5", 
00595                         "master" => "5", 
00596                         "model" => "5", 
00597                         "tempdb" => "5", 
00598                         "sysalternates" => "5", 
00599                         "sysattributes" => "5", 
00600                         "syscharsets" => "5", 
00601                         "syscolumns" => "5", 
00602                         "syscomments" => "5", 
00603                         "sysconfigures" => "5", 
00604                         "sysconstraints" => "5", 
00605                         "syscurconfigs" => "5", 
00606                         "sysdatabases" => "5", 
00607                         "sysdepends" => "5", 
00608                         "sysdevices" => "5", 
00609                         "sysengines" => "5", 
00610                         "sysgams" => "5", 
00611                         "sysindexes" => "5", 
00612                         "syskeys" => "5", 
00613                         "syslanguages" => "5", 
00614                         "syslisteners" => "5", 
00615                         "syslocks" => "5", 
00616                         "sysloginroles" => "5", 
00617                         "syslogins" => "5", 
00618                         "syslogs" => "5", 
00619                         "syslogshold" => "5", 
00620                         "sysmessages" => "5", 
00621                         "sysmonitors" => "5", 
00622                         "sysobjects" => "5", 
00623                         "syspartitions" => "5", 
00624                         "sysprocedures" => "5", 
00625                         "sysprocesses" => "5", 
00626                         "sysprotects" => "5", 
00627                         "sysreferences" => "5", 
00628                         "sysremotelogins" => "5", 
00629                         "sysresourcelimits" => "5", 
00630                         "sysroles" => "5", 
00631                         "syssecmechs" => "5", 
00632                         "syssegments" => "5", 
00633                         "sysservers" => "5", 
00634                         "syssrvroles" => "5", 
00635                         "sysstatistics" => "5", 
00636                         "systabstats" => "5", 
00637                         "systestlog" => "5", 
00638                         "systhresholds" => "5", 
00639                         "systimeranges" => "5", 
00640                         "systypes" => "5", 
00641                         "sysusages" => "5", 
00642                         "sysusermessages" => "5", 
00643                         "sysusers" => "5", 
00644                         "sybsystemprocs" => "5", 
00645                         "@@char" => "6", 
00646                         "@@connections" => "6", 
00647                         "@@cpu" => "6", 
00648                         "@@error" => "6", 
00649                         "@@global" => "6", 
00650                         "@@identity" => "6", 
00651                         "@@idle" => "6", 
00652                         "@@io" => "6", 
00653                         "@@isolation" => "6", 
00654                         "@@langid" => "6", 
00655                         "@@max" => "6", 
00656                         "@@ncharsize" => "6", 
00657                         "@@nestlevel" => "6", 
00658                         "@@options" => "6", 
00659                         "@@pack" => "6", 
00660                         "@@packet" => "6", 
00661                         "@@pagesize" => "6", 
00662                         "@@parallel" => "6", 
00663                         "@@rowcount" => "6", 
00664                         "@@scan" => "6", 
00665                         "@@servername" => "6", 
00666                         "@@sqlstatus" => "6", 
00667                         "@@textcolid" => "6", 
00668                         "@@textdbid" => "6", 
00669                         "@@textobjid" => "6", 
00670                         "@@textp" => "6", 
00671                         "@@textptr" => "6", 
00672                         "@@textsize" => "6", 
00673                         "@@textts" => "6", 
00674                         "@@thresh" => "6", 
00675                         "@@total" => "6", 
00676                         "@@tranchained" => "6", 
00677                         "@@version" => "6", 
00678                         "abs" => "7", 
00679                         "acos" => "7", 
00680                         "ascii" => "7", 
00681                         "asin" => "7", 
00682                         "atan" => "7", 
00683                         "atn2" => "7", 
00684                         "ceiling" => "7", 
00685                         "charindex" => "7", 
00686                         "col_length" => "7", 
00687                         "col_name" => "7", 
00688                         "cos" => "7", 
00689                         "cot" => "7", 
00690                         "curunreservedpgs" => "7", 
00691                         "data_pgs" => "7", 
00692                         "datalength" => "7", 
00693                         "dateadd" => "7", 
00694                         "datediff" => "7", 
00695                         "datename" => "7", 
00696                         "datepart" => "7", 
00697                         "db_id" => "7", 
00698                         "db_name" => "7", 
00699                         "degrees" => "7", 
00700                         "difference" => "7", 
00701                         "exp" => "7", 
00702                         "floor" => "7", 
00703                         "getdate" => "7", 
00704                         "host_id" => "7", 
00705                         "host_name" => "7", 
00706                         "index_col" => "7", 
00707                         "isnull" => "7", 
00708                         "is_sec_service_on" => "7", 
00709                         "lct_admin" => "7", 
00710                         "log" => "7", 
00711                         "log10" => "7", 
00712                         "ltrim" => "7", 
00713                         "mut_excl_roles" => "7", 
00714                         "object_id" => "7", 
00715                         "object_name" => "7", 
00716                         "patindex" => "7", 
00717                         "pi" => "7", 
00718                         "power" => "7", 
00719                         "proc_role" => "7", 
00720                         "ptn_data_pgs" => "7", 
00721                         "radians" => "7", 
00722                         "rand" => "7", 
00723                         "replicate" => "7", 
00724                         "reserved_pgs" => "7", 
00725                         "reverse" => "7", 
00726                         "role_contain" => "7", 
00727                         "role_id" => "7", 
00728                         "role_name" => "7", 
00729                         "round" => "7", 
00730                         "rowcnt" => "7", 
00731                         "rtrim" => "7", 
00732                         "show_role" => "7", 
00733                         "show_sec_services" => "7", 
00734                         "sign" => "7", 
00735                         "sin" => "7", 
00736                         "soundex" => "7", 
00737                         "sqrt" => "7", 
00738                         "str" => "7", 
00739                         "stuff" => "7", 
00740                         "suser_id" => "7", 
00741                         "suser_name" => "7", 
00742                         "tan" => "7", 
00743                         "textptr" => "7", 
00744                         "textvalid" => "7", 
00745                         "used_pgs" => "7", 
00746                         "user_id" => "7", 
00747                         "user_name" => "7", 
00748                         "valid_name" => "7", 
00749                         "valid_user" => "7");
00750 
00751 // Special extensions
00752 
00753 // Each category can specify a PHP function that returns an altered
00754 // version of the keyword.
00755         
00756         
00757 
00758 $this->linkscripts      = array(
00759                         "1" => "donothing", 
00760                         "7" => "donothing", 
00761                         "3" => "donothing", 
00762                         "2" => "donothing", 
00763                         "4" => "donothing", 
00764                         "5" => "donothing", 
00765                         "6" => "donothing");
00766 }
00767 
00768 
00769 function donothing($keywordin)
00770 {
00771         return $keywordin;
00772 }
00773 
00774 }?>

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