Public Member Functions | |
HFile_gdl () | |
donothing ($keywordin) |
Definition at line 5 of file HFile_gdl.php.
HFile_gdl::donothing | ( | $ | keywordin | ) |
Definition at line 985 of file HFile_gdl.php.
{
return $keywordin;
}
HFile_gdl::HFile_gdl | ( | ) |
Definition at line 6 of file HFile_gdl.php.
References HFile::HFile().
{ $this->HFile(); /*************************************/ // Beautifier Highlighting Configuration File // GDL Scripts /*************************************/ // Flags $this->nocase = "0"; $this->notrim = "0"; $this->perl = "0"; // Colours $this->colours = array("blue", "purple", "gray", "brown", "blue"); $this->quotecolour = "blue"; $this->blockcommentcolour = "green"; $this->linecommentcolour = "green"; // Indent Strings $this->indent = array("begin"); $this->unindent = array("end"); // String characters and delimiters $this->stringchars = array(); $this->delimiters = array("*", "(", ")", "-", "+", "=", "/", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", ".", "?"); $this->escchar = ""; // Comment settings $this->linecommenton = array("#"); $this->blockcommenton = array(""); $this->blockcommentoff = array(""); // Keywords (keyword mapping to colour number) $this->keywords = array( "and" => "1", "abs" => "1", "avgdev" => "1", "after" => "1", "all" => "1", "also" => "1", "average" => "1", "as" => "1", "be" => "1", "backslash" => "1", "boolean" => "1", "by" => "1", "begin" => "1", "break" => "1", "before" => "1", "copy" => "1", "chartoint" => "1", "call" => "1", "colour" => "1", "cos" => "1", "count" => "1", "compound" => "1", "current" => "1", "cache" => "1", "calculate" => "1", "decr" => "1", "decrement" => "1", "destroy" => "1", "do" => "1", "dimension" => "1", "display" => "1", "extract" => "1", "end" => "1", "else" => "1", "each" => "1", "expn" => "1", "except" => "1", "eis" => "1", "fi" => "1", "file" => "1", "for" => "1", "false" => "1", "factorial" => "1", "financial" => "1", "floating" => "1", "fixed" => "1", "from" => "1", "font" => "1", "if" => "1", "incr" => "1", "increment" => "1", "instring" => "1", "integer" => "1", "inttochar" => "1", "is" => "1", "isboolean" => "1", "isdefined" => "1", "iseis" => "1", "isfile" => "1", "isinteger" => "1", "ismodel" => "1", "isreal" => "1", "isspecial" => "1", "istext" => "1", "isvariable" => "1", "int" => "1", "implicit" => "1", "in" => "1", "isnan" => "1", "imageobject" => "1", "kurtosis" => "1", "let" => "1", "length" => "1", "lowercase" => "1", "ln" => "1", "log" => "1", "leastsquares" => "1", "lead" => "1", "lag" => "1", "load" => "1", "model" => "1", "max" => "1", "min" => "1", "mean" => "1", "median" => "1", "mode" => "1", "movingavg" => "1", "mathematical" => "1", "mod" => "1", "modulo" => "1", "new" => "1", "not" => "1", "next" => "1", "no" => "1", "npv" => "1", "nl" => "1", "newline" => "1", "or" => "1", "orderelement" => "1", "on" => "1", "program" => "1", "print" => "1", "readonly" => "1", "real" => "1", "routine" => "1", "return" => "1", "rand" => "1", "round" => "1", "rankelement" => "1", "rms" => "1", "rootmeanssquare" => "1", "rules" => "1", "scenario" => "1", "sqlscript" => "1", "split" => "1", "strip" => "1", "sin" => "1", "sqrt" => "1", "seasonality" => "1", "skewness" => "1", "stddeviation" => "1", "stddeviationn" => "1", "statistical" => "1", "superiorelement" => "1", "source" => "1", "save" => "1", "slice" => "1", "sum" => "1", "text" => "1", "then" => "1", "true" => "1", "tan" => "1", "uppercase" => "1", "until" => "1", "valuesum" => "1", "variance" => "1", "variancen" => "1", "while" => "1", "yes" => "1", "AND" => "1", "ABS" => "1", "AVGDEV" => "1", "AFTER" => "1", "ALL" => "1", "ALSO" => "1", "AVERAGE" => "1", "AS" => "1", "BE" => "1", "BACKSLASH" => "1", "BOOLEAN" => "1", "BY" => "1", "BEGIN" => "1", "BREAK" => "1", "BEFORE" => "1", "COPY" => "1", "CHARTOINT" => "1", "CALL" => "1", "COLOUR" => "1", "COS" => "1", "COUNT" => "1", "COMPOUND" => "1", "CURRENT" => "1", "CACHE" => "1", "CALCULATE" => "1", "DECR" => "1", "DECREMENT" => "1", "DESTROY" => "1", "DO" => "1", "DIMENSION" => "1", "DISPLAY" => "1", "EXTRACT" => "1", "END" => "1", "ELSE" => "1", "EACH" => "1", "EXPN" => "1", "EXCEPT" => "1", "EIS" => "1", "FI" => "1", "FILE" => "1", "FOR" => "1", "FALSE" => "1", "FACTORIAL" => "1", "FINANCIAL" => "1", "FLOATING" => "1", "FIXED" => "1", "FROM" => "1", "FONT" => "1", "IF" => "1", "INCR" => "1", "INCREMENT" => "1", "INSTRING" => "1", "INTEGER" => "1", "INTTOCHAR" => "1", "IS" => "1", "ISBOOLEAN" => "1", "ISDEFINED" => "1", "ISEIS" => "1", "ISFILE" => "1", "ISINTEGER" => "1", "ISMODEL" => "1", "ISREAL" => "1", "ISSPECIAL" => "1", "ISTEXT" => "1", "ISVARIABLE" => "1", "INT" => "1", "IMPLICIT" => "1", "IN" => "1", "ISNAN" => "1", "IMAGEOBJECT" => "1", "KURTOSIS" => "1", "LET" => "1", "LENGTH" => "1", "LOWERCASE" => "1", "LN" => "1", "LOG" => "1", "LEASTSQUARES" => "1", "LEAD" => "1", "LAG" => "1", "LOAD" => "1", "MODEL" => "1", "MAX" => "1", "MIN" => "1", "MEAN" => "1", "MEDIAN" => "1", "MODE" => "1", "MOVINGAVG" => "1", "MATHEMATICAL" => "1", "MOD" => "1", "MODULO" => "1", "NEW" => "1", "NOT" => "1", "NEXT" => "1", "NO" => "1", "NPV" => "1", "NL" => "1", "NEWLINE" => "1", "OR" => "1", "ORDERELEMENT" => "1", "ON" => "1", "PROGRAM" => "1", "PRINT" => "1", "READONLY" => "1", "REAL" => "1", "ROUTINE" => "1", "RETURN" => "1", "RAND" => "1", "ROUND" => "1", "RANKELEMENT" => "1", "RMS" => "1", "ROOTMEANSSQUARE" => "1", "RULES" => "1", "SCENARIO" => "1", "SQLSCRIPT" => "1", "SPLIT" => "1", "STRIP" => "1", "SIN" => "1", "SQRT" => "1", "SEASONALITY" => "1", "SKEWNESS" => "1", "STDDEVIATION" => "1", "STDDEVIATIONN" => "1", "STATISTICAL" => "1", "SUPERIORELEMENT" => "1", "SOURCE" => "1", "SAVE" => "1", "SLICE" => "1", "SUM" => "1", "TEXT" => "1", "THEN" => "1", "TRUE" => "1", "TAN" => "1", "UPPERCASE" => "1", "UNTIL" => "1", "VALUESUM" => "1", "VARIANCE" => "1", "VARIANCEN" => "1", "WHILE" => "1", "YES" => "1", "action" => "2", "acrossSelection" => "2", "addCoordinate" => "2", "addDimension" => "2", "addRule" => "2", "add" => "2", "arrowSize" => "2", "autoScale" => "2", "autoScaleBase" => "2", "autoScaleMin" => "2", "addClientService" => "2", "addItem" => "2", "addService" => "2", "addTopic" => "2", "addLabel" => "2", "autoScroll" => "2", "addToFilter" => "2", "addFormat" => "2", "addSlice" => "2", "addColumn" => "2", "addEntry" => "2", "addToColumns" => "2", "addToRows" => "2", "ascending" => "2", "adHocEnabled" => "2", "appendLine" => "2", "allowDuplicateEntries" => "2", "appendEntry" => "2", "background" => "2", "bordered" => "2", "bottomMarginSizable" => "2", "bitmapName" => "2", "booleanValue" => "2", "barOverlappedFromLeft" => "2", "barShadowFrom" => "2", "baseBackground" => "2", "baseFillStyle" => "2", "baseForeground" => "2", "baseLineOn" => "2", "baseLineStyle" => "2", "baseLineThickness" => "2", "bitmapFillMode" => "2", "bottomMargin" => "2", "bitmapWidth" => "2", "bitmapHeight" => "2", "bottomCoordinate" => "2", "columnIgnoreRow" => "2", "columnSelection" => "2", "checked" => "2", "clickedCol" => "2", "currentRangeBaseValue" => "2", "currentRangeMajor" => "2", "currentRangeMaximum" => "2", "currentRangeMinor" => "2", "clickedRow" => "2", "clientTopic" => "2", "clientTopics" => "2", "contents" => "2", "children" => "2", "coordinates" => "2", "canChange" => "2", "closeFile" => "2", "compiled" => "2", "columnsOnly" => "2", "commaPoint" => "2", "currentFormat" => "2", "currentSlice" => "2", "currentColumn" => "2", "coordParent" => "2", "currentDimension" => "2", "connectors" => "2", "columnDimensions" => "2", "currentColumnDimension" => "2", "currentRowDimension" => "2", "currentValue" => "2", "clearSelection" => "2", "countFileItems" => "2", "countTextItems" => "2", "currentCharacter" => "2", "currentLine" => "2", "cancel" => "2", "changeState" => "2", "commit" => "2", "consolidate" => "2", "coordinate" => "2", "characterSeparator" => "2", "columnType" => "2", "currentFrameIndex" => "2", "currentFrameName" => "2", "currentFrameTextItem" => "2", "closeImage" => "2", "chartTreeBackground" => "2", "chartTreeBud" => "2", "chartTreeHeight" => "2", "chartTreeLeaf" => "2", "chartTreeLineColour" => "2", "chartTreeLinesEnabled" => "2", "chartTreeWidth" => "2", "chartTreeXOrigin" => "2", "chartTreeYOrigin" => "2", "currentPanelIndex" => "2", "currentPanelPercentage" => "2", "cellColumnName" => "2", "cellRowName" => "2", "cellSliceNames" => "2", "cellValue" => "2", "columnHeaderFormat" => "2", "currentColour" => "2", "currentFont" => "2", "clearFrameIndex" => "2", "displayWidget" => "2", "disjointSelection" => "2", "downSelection" => "2", "disabledText" => "2", "dimensions" => "2", "depthAxisGridOn" => "2", "depthAxisNameOn" => "2", "depthAxisOn" => "2", "depthLabelOccurence" => "2", "depthTickAtLableOnly" => "2", "dimensionIs" => "2", "displayAs" => "2", "decimalPlaces" => "2", "decimalPoint" => "2", "definitionOk" => "2", "dimensionStates" => "2", "displayAgent" => "2", "displayAgentAt" => "2", "displayFile" => "2", "displayFileAt" => "2", "displayText" => "2", "displayTextAt" => "2", "defaultFormat" => "2", "enabled" => "2", "exit" => "2", "execute" => "2", "endOfFile" => "2", "error" => "2", "enableBitmaps" => "2", "expandUpTo" => "2", "foreground" => "2", "files" => "2", "fixedDimensions" => "2", "floatingDimensions" => "2", "field" => "2", "fontName" => "2", "fontSize" => "2", "fontStyle" => "2", "formatHighlight" => "2", "formatWidth" => "2", "filterCoordinates" => "2", "firstResponder" => "2", "fullPanelIndex" => "2", "flattenHierarchies" => "2", "fileBased" => "2", "fileName" => "2", "frameHeight" => "2", "frameWidth" => "2", "frameXOrigin" => "2", "frameYOrigin" => "2", "gotoPage" => "2", "graphType" => "2", "height" => "2", "heightSizeable" => "2", "hidden" => "2", "highlight" => "2", "holdOff" => "2", "hierachical" => "2", "highLimitsAre" => "2", "highLimitsBackground" => "2", "highLimitsForeground" => "2", "highBitmap" => "2", "id" => "2", "inputId" => "2", "inputName" => "2", "inputIs" => "2", "iconName" => "2", "iconPosition" => "2", "integerValue" => "2", "isEqual" => "2", "isGreater" => "2", "isLess" => "2", "isNotEqual" => "2", "isNotGreater" => "2", "isNotLess" => "2", "inhibitSlice" => "2", "isContinuous" => "2", "isVertical" => "2", "insertLine" => "2", "insertText" => "2", "includeDescendants" => "2", "includeChildren" => "2", "leftMarginSizeable" => "2", "login" => "2", "labelAxisGridOn" => "2", "labelAxisNameOn" => "2", "labelAxisOn" => "2", "labelAxisTitle" => "2", "labelAxisTitleOn" => "2", "labelLabelOccurence" => "2", "labelLabelLines" => "2", "labelTickAtLabelsOnly" => "2", "leftMargin" => "2", "legendCols" => "2", "legendOn" => "2", "legendPosition" => "2", "legendRows" => "2", "logValue" => "2", "label" => "2", "labelAlignmentCentre" => "2", "labelAlignmentLeft" => "2", "labelAlignmentRight" => "2", "labelBackground" => "2", "labelForeground" => "2", "labelPositionBottom" => "2", "labelPositionleft" => "2", "labelPositionRight" => "2", "labelPositionTop" => "2", "labelWidth" => "2", "lowerCaseField" => "2", "limitsAre" => "2", "lowLimitsAre" => "2", "lowLimitsBackground" => "2", "lowLimitsForeground" => "2", "lowestLevelChildren" => "2", "longVersion" => "2", "lowBitmap" => "2", "levelHierarchy" => "2", "modifier" => "2", "modelIs" => "2", "modelBe" => "2", "maximumChartValue" => "2", "maximumColumns" => "2", "maximumRows" => "2", "minimumChartValue" => "2", "makeFilter" => "2", "midLimitsBackground" => "2", "midLimitsForeground" => "2", "maximumValue" => "2", "minimumValue" => "2", "modelSpecName" => "2", "midBitmap" => "2", "multipleCurrentColumn" => "2", "multipleSelectedEntry" => "2", "multipleSelectedEntryName" => "2", "multipleSelectedIndices" => "2", "mouseYOrigin" => "2", "mouseXOrigin" => "2", "monoFont" => "2", "name" => "2", "newCoordinates" => "2", "nextField" => "2", "nextLine" => "2", "negativeFilter" => "2", "nextColumn" => "2", "nextAgent" => "2", "nextFile" => "2", "nextText" => "2", "naBitmap" => "2", "noColumns" => "2", "orientation" => "2", "openChartTree" => "2", "parameter" => "2", "printWidget" => "2", "printAsReport" => "2", "pageHelp" => "2", "printReport" => "2", "pointSize" => "2", "pieChartStyle" => "2", "pageName" => "2", "password" => "2", "parent" => "2", "presetDimension" => "2", "placesToScale" => "2", "rightMarginSizeable" => "2", "rowIgnoreColumn" => "2", "rowSelection" => "2", "removeCoordinate" => "2", "removeDimension" => "2", "removeRule" => "2", "realValue" => "2", "restart" => "2", "runChain" => "2", "runGDL" => "2", "runJob" => "2", "runSystemCommand" => "2", "rangeBaseValue" => "2", "rangeMajor" => "2", "rangeMaximum" => "2", "rangeMinimum" => "2", "rangeMinor" => "2", "repeatFormatFrom" => "2", "rightMargin" => "2", "rowFormats" => "2", "removeClientService" => "2", "remocveService" => "2", "readOnlyField" => "2", "readPosition" => "2", "rowsOnly" => "2", "removeColumn" => "2", "removeEntry" => "2", "removeColumnDimension" => "2", "removeRowDimension" => "2", "rowDimensions" => "2", "retainSiblings" => "2", "replaceCoordinate" => "2", "removeSlice" => "2", "resetConnector" => "2", "refreshData" => "2", "rowHeaderFormat" => "2", "subWidgets" => "2", "sliceSelection" => "2", "selectedColumn" => "2", "selectedRow" => "2", "selectRowColumn" => "2", "shadow" => "2", "style" => "2", "saveAsScenario" => "2", "showInfoBase" => "2", "stopRun" => "2", "subtract" => "2", "stackSeparate" => "2", "starAllowNegative" => "2", "starOverlapped" => "2", "starWithLines" => "2", "selectedEntry" => "2", "selectedType" => "2", "services" => "2", "selectField" => "2", "selectNextField" => "2", "sliceSize" => "2", "selectedEntryName" => "2", "singleRowDimension" => "2", "singleColumnDimension" => "2", "sliceDimensions" => "2", "specifyCoordinate" => "2", "switchColumnDimension" => "2", "switchDimensions" => "2", "switchRowDimension" => "2", "showValue" => "2", "sortCoordinate" => "2", "selectToLine" => "2", "setReadOnly" => "2", "scrollable" => "2", "startAnchor" => "2", "submitParam" => "2", "selectedEntryIndex" => "2", "startURL" => "2", "selectedTitle" => "2", "title" => "2", "topMarginSizeable" => "2", "targetId" => "2", "targetIs" => "2", "targetModifier" => "2", "textAlignment" => "2", "theRules" => "2", "textValue" => "2", "triggerAgent" => "2", "titleLineNumbers" => "2", "titleLines" => "2", "titleOn" => "2", "titlePosition" => "2", "topMargin" => "2", "topCoordinate" => "2", "textBased" => "2", "textName" => "2", "titleColumn" => "2", "titleSectionOn" => "2", "titleFormat" => "2", "upperCaseField" => "2", "valid" => "2", "valueAxisGridOn" => "2", "valueAxisMinorGridOn" => "2", "valueAxisNameOn" => "2", "valueAxisOn" => "2", "valueAxisTitle" => "2", "valueAxisTitleOn" => "2", "valuesWithPresets" => "2", "values" => "2", "value" => "2", "widgetType" => "2", "writePosition" => "2", "width" => "2", "widthSizeable" => "2", "webServer" => "2", "webPort" => "2", "webCGI" => "2", "webCLASSES" => "2", "webICONS" => "2", "webSSL" => "2", "xOrigin" => "2", "yOrigin" => "2", "!_jobResult" => "3", "!_jobStatus" => "3", "!_remoteExecute" => "3", "!_login" => "3", "!_exit" => "3", "!_runPageLayout" => "3", "!_runPrinterSetup" => "3", "!_systemCommand" => "3", "!_userCallOut" => "3", "!_sleep" => "3", "!_errorAlert" => "3", "!_infoAlert" => "3", "!_infoMessage" => "3", "!_warningAlert" => "3", "!_warningAlertWithCancel" => "3", "!_warningAlertWithYesNo" => "3", "!_infoMessageWithValue" => "3", "!_asciiDate" => "3", "!_asciiDateAndTime" => "3", "!_asciiDayOfWeek" => "3", "!_asciiTime" => "3", "!_time" => "3", "!_ddeServer" => "3", "!_BMaccess" => "3", "!_BM_outputStream" => "3", "!_BM_eofStream" => "3", "!_BM_logError" => "3", "!_runScript" => "3", "!_addEis" => "3", "!_changeEisFile" => "3", "!_nameOfEis" => "3", "!_resetEis" => "3", "!_switchEis" => "3", "!_isWebUser" => "3", "!_changeWebPassword" => "3", "!_changePassword" => "3", "!_username" => "3", "!_makeUser" => "3", "!_addUser" => "3", "!_deleteUser" => "3", "!_removeUser" => "3", "!_userPref" => "3", "!_userAccess" => "3", "!_usersInStore" => "3", "!_booksForUser" => "3", "!_readersForBook" => "3", "!_makeBook" => "3", "!_deleteBook" => "3", "!_booksForGroup" => "3", "!_booksInStore" => "3", "!_makeGroup" => "3", "!_deleteGroup" => "3", "!_addGroup" => "3", "!_removeGroup" => "3", "!_groupsForUser" => "3", "!_groupsInStore" => "3", "!_winHelp1" => "3", "!_winHelp2" => "3", "!_writeOutConfig" => "3", "!_tooManyUsers" => "3", "!_tooManyWebUsers" => "3", "!_itemsInBook" => "3", "!_deleteItem" => "3", "!_loadToStore" => "3", "!_loadToFile" => "3", "!_triggerAgent" => "3", "!_agentFileList" => "3", "!_agentValue" => "3", "!_localString" => "3", "!_openFileDialog" => "3", "!_saveFileDialog" => "3", "$_enterPage" => "3", "$_gotoPage" => "3", "$_page" => "3", "$_gotoReportAndPrint" => "3", "$sql" => "4", "!sql" => "4", "!_sqlServer" => "4", "!_sqlConnect" => "4", "!_sqlDelete" => "4", "!_sqlExecute" => "4", "!_sqlGetValue" => "4", "!_sqlLastError" => "4", "!_sqlUpdate" => "4", "!_sqlNoRecords" => "4", "!_sqlNoColumns" => "4", "!_sqlCloseQuery" => "4", "!_sqlDisconnect" => "4", "application" => "4", "authorizationId" => "4", "accessMode" => "4", "addField" => "4", "appendStatement" => "4", "applyAllChanges" => "4", "batchBackward" => "4", "batchForward" => "4", "batchSize" => "4", "beginTransaction" => "4", "callQueryBuilder" => "4", "columnName" => "4", "columnNumber" => "4", "clearParameter" => "4", "characterSet" => "4", "connect" => "4", "connected" => "4", "columnsList" => "4", "commitTransaction" => "4", "database" => "4", "dataDict" => "4", "dataFiles" => "4", "dataSource" => "4", "delimiterCharacter" => "4", "deleteSearchCondition" => "4", "deleteRecord" => "4", "executeParameterise" => "4", "endStatement" => "4", "executeSelect" => "4", "errorCode" => "4", "errorText" => "4", "excludeKey" => "4", "fastBackwardBatch" => "4", "fastForwardBatch" => "4", "firstBatch" => "4", "fields" => "4", "findRecordNext" => "4", "findRecordNumber" => "4", "findRecordSearch" => "4", "formatColumn" => "4", "failed" => "4", "group" => "4", "groupBy" => "4", "getColumnValue" => "4", "getNumberColumns" => "4", "getNumberRecords" => "4", "havingClause" => "4", "indefiniteTimeout" => "4", "joinTable" => "4", "lastBatch" => "4", "lockOption" => "4", "lockRecord" => "4", "localService" => "4", "maximumRecords" => "4", "newConnection" => "4", "newRecord" => "4", "namedService" => "4", "options" => "4", "orderBy" => "4", "parameterType" => "4", "parameterValue" => "4", "parameterNumber" => "4", "parameterFile" => "4", "precision" => "4", "putBinary" => "4", "putDecimal" => "4", "putDouble" => "4", "putFloat" => "4", "putInteger" => "4", "putLong" => "4", "putNull" => "4", "putText" => "4", "refreshSql" => "4", "rowScan" => "4", "rows" => "4", "results" => "4", "recordNumber" => "4", "recordState" => "4", "rollbackTransaction" => "4", "server" => "4", "selectOption" => "4", "sqlStatement" => "4", "storedSql" => "4", "startExecution" => "4", "searchColumn" => "4", "searchOperator" => "4", "searchType" => "4", "searchValue" => "4", "scale" => "4", "setKey" => "4", "titleField" => "4", "tableSpace" => "4", "tableType" => "4", "table" => "4", "tablesList" => "4", "user" => "4", "updateOption" => "4", "undoAllChanges" => "4", "undoRecord" => "4", "updateRecord" => "4", "workstation" => "4", "whereCriteria" => "4", "!xReportTitle" => "5", "!xReportSubTitle" => "5", "!xSectionTitle" => "5", "!xSectionSubTitle" => "5", "!xPrintSetup" => "5", "!xUserLevel" => "5", "!xStructSecurity" => "5", "!xDefaultPage" => "5", "!xCurrentApp" => "5", "!xCurrentAppBigLogo" => "5", "!xCurrentAppName" => "5", "!xCurrentAppSmlLogo" => "5", "!xListPages" => "5", "!xListWinApp" => "5", "!xListWinParams" => "5", "!xListPrefPages" => "5", "!xListPrefPageName" => "5", "!xMaxPrefPagesNum" => "5", "!xPageCount" => "5", "!xPreviousPageCount" => "5", "!xListNavigatedPages" => "5", "!xMessages" => "5", "!FWKEditUser" => "5", "!FWKFromReport" => "5", "!FWKCurrentModel" => "5", "!FWK_SourceType" => "5", "!gApplicationHelp" => "5", "!gChangePassword" => "5", "!gCheckRec" => "5", "!gCheckUserAppAdmin" => "5", "!gCheckUserSysAdmin" => "5", "!gCreateUser" => "5", "!gDeleteUser" => "5", "!gForceExit" => "5", "!gGetAccessLevels" => "5", "!gGetCurrentCycle" => "5", "!gGetCurrentPeriod" => "5", "!gGetDefaultApp" => "5", "!gGetDefaultPage" => "5", "!gGetDefaultWebApp" => "5", "!gGetDefaultWebPage" => "5", "!gGetGentiaApplications" => "5", "!gGetSourceTypes" => "5", "!gGetUserLevel" => "5", "!gGetUsers" => "5", "!gListbarAttributes" => "5", "!gLoadMenus" => "5", "!gLoadMessage" => "5", "!gMakeUserBookReader" => "5", "!gMessageDisplay" => "5", "!gNavigateToPage" => "5", "!gRemoveUserBookReader" => "5", "!gSetCurrentApp" => "5", "!gSetPageTitle" => "5", "!gSetUserLanguage" => "5", "!gShowApps" => "5", "!gShowMessage" => "5", "!gStoreNavigatedPages" => "5", "!gTextStyle" => "5", "!gUserPagesListbar" => "5", "!gWriteDefaultMonthYear" => "5", "!gWriteDefaultPage" => "5", "!gWriteDefaultWebPage" => "5"); // Special extensions // Each category can specify a PHP function that returns an altered // version of the keyword. $this->linkscripts = array( "1" => "donothing", "2" => "donothing", "3" => "donothing", "4" => "donothing", "5" => "donothing"); }