aae3bfaf3e
* Minor fixes in the Deployment doc Signed-off-by: Michail Kargakis <mkargaki@redhat.com> * add NodeRestriction to admission-controllers (#3842) * Admins Can Configure Zones in Storage Class The PR #38505 (https://github.com/kubernetes/kubernetes/pull/38505) added zones optional parameter to Storage Class for AWS and GCE provisioners. That's why documentation needs to be updated accordingly. * document custom resource definitions * add host paths to psp (#3971) * add host paths to psp * add italics * Update ConfigMap doc to explain TTL-based cache updates (#3989) * Update ConfigMap doc to explain TTL-based cache updates * swap word order Change "When a ConfigMap being already consumed..." to "When a ConfigMap already being consumed..." * Update NetworkPolicy docs for v1 * StorageOS Volume plugin * Update GPU docs * docs: HPA autoscaling/v2alpha1 status conditions This commit documents the new status conditions feature for HPA autoscaling/v2alpha1. It demonstrates how to get the status conditions using `kubectl describe`, and how to interpret them. * Update description about NodeRestriction kubelet node can alse create mirror pods for their own static pods. * adding storage as a supported resource to node allocatable Signed-off-by: Vishnu kannan <vishnuk@google.com> * Add documentation for podpreset opt-out annotation This adds the annotation for having the podpreset admission controller to skip (opt-out) manipulating the pod spec. Also, the annotation format for what presets have acted on a pod has been modified to add a prefix of "podpreset-". The new naming makes it such that there is no chance of collision with the newly introduced opt-out annotation (or future ones yet to be added). Opt-out annotation PR: kubernetes/kubernetes#44965 * Update PDB documentation to explain new field (#3885) * update-docs-pdb * Addressed erictune@'s comments * Fix title and add a TOC to the logging concept page * Patch #4118 for typos * Describe setting coredns server in nameserver resolv chain * Address comments in PR #3997. Comment is in https://github.com/kubernetes/kubernetes.github.io/pull/3997/files/f6eb59c67e28efc298c87b1ef49a96bc6adacd1e#diff-7a14981f3dd8eb203f897ce6c11d9828 * Update task for DaemonSet history and rollback (#4098) * Update task for DaemonSet history and rollback Also remove mentions of templateGeneration field because it's deprecated * Address comments * removed lt and gt as operators (#4152) * removed lt and gt as operators * replace lt and gt for node-affinfity * updated based on bsalamat review * Initial draft of upgrade guide for kubeadm clusters. In-place upgrades are supported between 1.6 and 1.7 releases. Rollback instructions to come in a separate commit. Fixes https://github.com/kubernetes/kubeadm/issues/278 * Add local volume documentation (#4050) * Add local volume documentation * Add PV local volume example * Patch PR #3999 * Add documentation for Stackdriver event exporter * Add documentation about controller metrics * Federation: Add task for setting up placement policies (#4075) * Add task for setting up placement policies * Update version of management sidecar in policy engine deployment * Address @nikhiljindal's comments - Lower case filenames - Comments in policy - Typo fixes - Removed type LoadBalancer from OPA Service * Add example that sets cluster selector Per-@nikhiljindal's suggestion * Fix wording and templating per @chenopis * PodDisruptionBudget documentation Improvements (#4140) * Changes from #3885 Title: Update PDB documentation to explain new field Author: foxish * Added Placeholder Disruptions Concept Guide New file: docs/concepts/workloads/pods/disruptions.md Intented contents: concept for Pod Disruption Budget, cross reference to Eviction and Preemption docs. Linked from: concepts > workloads > pods * Added placeholder Configuring PDB Task New file: docs/tasks/run-application/configure-pdb.md Intented contents: task for writing a Pod Disruption Budget. Linked from: tasks > configuring-applications > configure pdb. * Add refs to the "drain a node" task. * Refactor PDB docs. Move the "Requesting an eviction" section from: docs/tasks/administer-cluster/configure-pod-disruption-budget.md -- which is going away -- to: docs/tasks/administer-cluster/safely-drain-node.md The move is verbatim, except for an introductory sentence. Also added assignees. * Refactor of PDB docs Moved the section: Specifying a PodDisruptionBudget from: docs/tasks/administer-cluster/configure-pod-disruption-budget.md to: docs/tasks/run-application/configure-pdb.md because that former file is going away. Move is verbatim. * Explain how Eviction tools should handle failures * Refactor PDB docs Move text from: docs/tasks/administer-cluster/configure-pod-disruption-budget.md to: docs/concepts/workloads/pods/disruptions.md Delete the now empty: docs/tasks/administer-cluster/configure-pod-disruption-budget.md Added a redirects_from section to the new doc, containing the path of the now-deleted doc, plus all the redirects from the deleted doc. * Expand PDB Concept guide Building on a little content from the old task, greatly expanded the Disruptions concept guide, including an abstract example. * Update creating a pdb Task. * Address review comments. * Fixed for all cody-clark's review comments * Address review comments from mml * Address review comments from maisem * Fix missing backtick * Api and Kubectl reference docs updates for 1.7 (#4193) * Fix includes groups * Generated kubectl docs for 1.7 * Generated references docs for 1.7 api * Document node authorization mode * API Aggregator (#4173) * API Aggregator * Additional bullet points * incorporated feedback for apiserver-aggregation.md * split setup-api-aggregator.md into two docs and address feedback * fix link * addressed docs feedback * incorporate feedback * integrate feedback * Add documentation for DNS stub domains (#4063) * Add documentation for DNS stub domains * add additional prereq * fix image path * review feedback * minor grammar and style nits * documentation for using hostAliases to manage hosts file (#4080) * documentation for using hostAliases to manage hosts file * add to table of contents * review comments * update the right command to see hosts file * reformat doc based on suggestion and change some wording * Fix typo for #4080 * Patch PR #4063 * Fix wording in placement policy task introduction * Add update to statefulset concepts and basic tutorial (#4174) * Add update to statefulset concpets and basic tutorial * Address tech comments. * Update ESIPP docs for new added API fields * Custom resource docs * update audit document with advanced audit features added in 1.7 * kubeadm v1.7 documentation updates (#4018) * v1.7 updates for kubeadm * Address review comments * Address Luke's comments * Encrypting secrets at rest and cluster security guide * Edits for Custom DNS Documentation (#4207) * reorganize custom dns doc * format fixes * Update version numbers to 1.7 * Patch PR #4140 (#4215) * Patch PR #4140 * fix link and typos * Update PR template * Update TLS bootstrapping with 1.7 features This includes documenting the new CSR approver built into the controller manager and the kubelet alpha features for certificate rotation. Since the CSR approver changed over the 1.7 release cycle we need to call out the migration steps for those using the alpha feature. This document as a whole could probably use some updates, but the main focus of this PR is just to get these features minimally documented before the release. * Federated ClusterSelector formatting updates from review * complete PR #4181 (#4223) * complete PR #4181 * fix security link * Extensible admission controller (#4092) * extensible-admission-controllers * Update extensible-admission-controllers.md * more on initializers * fixes * Expand external admission webhooks documentation * wrap at 80 chars * more * add reference * Use correct apigroup for network policy * Docs changes to PR #4092 (#4224) * Docs changes to PR #4092 * address feedback * add doc for --as-group in cli Add doc for this pr: https://github.com/kubernetes/kubernetes/pull/43696
370 lines
33 KiB
JavaScript
370 lines
33 KiB
JavaScript
module.exports = function(hljs) {
|
|
var CPP = hljs.getLanguage('cpp').exports;
|
|
|
|
// In SQF, a variable start with _
|
|
var VARIABLE = {
|
|
className: 'variable',
|
|
begin: /\b_+[a-zA-Z_]\w*/
|
|
};
|
|
|
|
// In SQF, a function should fit myTag_fnc_myFunction pattern
|
|
// https://community.bistudio.com/wiki/Functions_Library_(Arma_3)#Adding_a_Function
|
|
var FUNCTION = {
|
|
className: 'title',
|
|
begin: /[a-zA-Z][a-zA-Z0-9]+_fnc_\w*/
|
|
};
|
|
|
|
// In SQF strings, quotes matching the start are escaped by adding a consecutive.
|
|
// Example of single escaped quotes: " "" " and ' '' '.
|
|
var STRINGS = {
|
|
className: 'string',
|
|
variants: [
|
|
{
|
|
begin: '"',
|
|
end: '"',
|
|
contains: [{begin: '""', relevance: 0}]
|
|
},
|
|
{
|
|
begin: '\'',
|
|
end: '\'',
|
|
contains: [{begin: '\'\'', relevance: 0}]
|
|
}
|
|
]
|
|
};
|
|
|
|
return {
|
|
aliases: ['sqf'],
|
|
case_insensitive: true,
|
|
keywords: {
|
|
keyword:
|
|
'case catch default do else exit exitWith for forEach from if ' +
|
|
'switch then throw to try waitUntil while with',
|
|
built_in:
|
|
'abs accTime acos action actionIDs actionKeys actionKeysImages actionKeysNames ' +
|
|
'actionKeysNamesArray actionName actionParams activateAddons activatedAddons activateKey ' +
|
|
'add3DENConnection add3DENEventHandler add3DENLayer addAction addBackpack addBackpackCargo ' +
|
|
'addBackpackCargoGlobal addBackpackGlobal addCamShake addCuratorAddons addCuratorCameraArea ' +
|
|
'addCuratorEditableObjects addCuratorEditingArea addCuratorPoints addEditorObject addEventHandler ' +
|
|
'addGoggles addGroupIcon addHandgunItem addHeadgear addItem addItemCargo addItemCargoGlobal ' +
|
|
'addItemPool addItemToBackpack addItemToUniform addItemToVest addLiveStats addMagazine ' +
|
|
'addMagazineAmmoCargo addMagazineCargo addMagazineCargoGlobal addMagazineGlobal addMagazinePool ' +
|
|
'addMagazines addMagazineTurret addMenu addMenuItem addMissionEventHandler addMPEventHandler ' +
|
|
'addMusicEventHandler addOwnedMine addPlayerScores addPrimaryWeaponItem ' +
|
|
'addPublicVariableEventHandler addRating addResources addScore addScoreSide addSecondaryWeaponItem ' +
|
|
'addSwitchableUnit addTeamMember addToRemainsCollector addUniform addVehicle addVest addWaypoint ' +
|
|
'addWeapon addWeaponCargo addWeaponCargoGlobal addWeaponGlobal addWeaponItem addWeaponPool ' +
|
|
'addWeaponTurret agent agents AGLToASL aimedAtTarget aimPos airDensityRTD airportSide ' +
|
|
'AISFinishHeal alive all3DENEntities allControls allCurators allCutLayers allDead allDeadMen ' +
|
|
'allDisplays allGroups allMapMarkers allMines allMissionObjects allow3DMode allowCrewInImmobile ' +
|
|
'allowCuratorLogicIgnoreAreas allowDamage allowDammage allowFileOperations allowFleeing allowGetIn ' +
|
|
'allowSprint allPlayers allSites allTurrets allUnits allUnitsUAV allVariables ammo and animate ' +
|
|
'animateDoor animateSource animationNames animationPhase animationSourcePhase animationState ' +
|
|
'append apply armoryPoints arrayIntersect asin ASLToAGL ASLToATL assert assignAsCargo ' +
|
|
'assignAsCargoIndex assignAsCommander assignAsDriver assignAsGunner assignAsTurret assignCurator ' +
|
|
'assignedCargo assignedCommander assignedDriver assignedGunner assignedItems assignedTarget ' +
|
|
'assignedTeam assignedVehicle assignedVehicleRole assignItem assignTeam assignToAirport atan atan2 ' +
|
|
'atg ATLToASL attachedObject attachedObjects attachedTo attachObject attachTo attackEnabled ' +
|
|
'backpack backpackCargo backpackContainer backpackItems backpackMagazines backpackSpaceFor ' +
|
|
'behaviour benchmark binocular blufor boundingBox boundingBoxReal boundingCenter breakOut breakTo ' +
|
|
'briefingName buildingExit buildingPos buttonAction buttonSetAction cadetMode call callExtension ' +
|
|
'camCommand camCommit camCommitPrepared camCommitted camConstuctionSetParams camCreate camDestroy ' +
|
|
'cameraEffect cameraEffectEnableHUD cameraInterest cameraOn cameraView campaignConfigFile ' +
|
|
'camPreload camPreloaded camPrepareBank camPrepareDir camPrepareDive camPrepareFocus camPrepareFov ' +
|
|
'camPrepareFovRange camPreparePos camPrepareRelPos camPrepareTarget camSetBank camSetDir ' +
|
|
'camSetDive camSetFocus camSetFov camSetFovRange camSetPos camSetRelPos camSetTarget camTarget ' +
|
|
'camUseNVG canAdd canAddItemToBackpack canAddItemToUniform canAddItemToVest ' +
|
|
'cancelSimpleTaskDestination canFire canMove canSlingLoad canStand canSuspend canUnloadInCombat ' +
|
|
'canVehicleCargo captive captiveNum cbChecked cbSetChecked ceil channelEnabled cheatsEnabled ' +
|
|
'checkAIFeature checkVisibility civilian className clearAllItemsFromBackpack clearBackpackCargo ' +
|
|
'clearBackpackCargoGlobal clearGroupIcons clearItemCargo clearItemCargoGlobal clearItemPool ' +
|
|
'clearMagazineCargo clearMagazineCargoGlobal clearMagazinePool clearOverlay clearRadio ' +
|
|
'clearWeaponCargo clearWeaponCargoGlobal clearWeaponPool clientOwner closeDialog closeDisplay ' +
|
|
'closeOverlay collapseObjectTree collect3DENHistory combatMode commandArtilleryFire commandChat ' +
|
|
'commander commandFire commandFollow commandFSM commandGetOut commandingMenu commandMove ' +
|
|
'commandRadio commandStop commandSuppressiveFire commandTarget commandWatch comment commitOverlay ' +
|
|
'compile compileFinal completedFSM composeText configClasses configFile configHierarchy configName ' +
|
|
'configNull configProperties configSourceAddonList configSourceMod configSourceModList ' +
|
|
'connectTerminalToUAV controlNull controlsGroupCtrl copyFromClipboard copyToClipboard ' +
|
|
'copyWaypoints cos count countEnemy countFriendly countSide countType countUnknown ' +
|
|
'create3DENComposition create3DENEntity createAgent createCenter createDialog createDiaryLink ' +
|
|
'createDiaryRecord createDiarySubject createDisplay createGearDialog createGroup ' +
|
|
'createGuardedPoint createLocation createMarker createMarkerLocal createMenu createMine ' +
|
|
'createMissionDisplay createMPCampaignDisplay createSimpleObject createSimpleTask createSite ' +
|
|
'createSoundSource createTask createTeam createTrigger createUnit createVehicle createVehicleCrew ' +
|
|
'createVehicleLocal crew ctrlActivate ctrlAddEventHandler ctrlAngle ctrlAutoScrollDelay ' +
|
|
'ctrlAutoScrollRewind ctrlAutoScrollSpeed ctrlChecked ctrlClassName ctrlCommit ctrlCommitted ' +
|
|
'ctrlCreate ctrlDelete ctrlEnable ctrlEnabled ctrlFade ctrlHTMLLoaded ctrlIDC ctrlIDD ' +
|
|
'ctrlMapAnimAdd ctrlMapAnimClear ctrlMapAnimCommit ctrlMapAnimDone ctrlMapCursor ctrlMapMouseOver ' +
|
|
'ctrlMapScale ctrlMapScreenToWorld ctrlMapWorldToScreen ctrlModel ctrlModelDirAndUp ctrlModelScale ' +
|
|
'ctrlParent ctrlParentControlsGroup ctrlPosition ctrlRemoveAllEventHandlers ctrlRemoveEventHandler ' +
|
|
'ctrlScale ctrlSetActiveColor ctrlSetAngle ctrlSetAutoScrollDelay ctrlSetAutoScrollRewind ' +
|
|
'ctrlSetAutoScrollSpeed ctrlSetBackgroundColor ctrlSetChecked ctrlSetEventHandler ctrlSetFade ' +
|
|
'ctrlSetFocus ctrlSetFont ctrlSetFontH1 ctrlSetFontH1B ctrlSetFontH2 ctrlSetFontH2B ctrlSetFontH3 ' +
|
|
'ctrlSetFontH3B ctrlSetFontH4 ctrlSetFontH4B ctrlSetFontH5 ctrlSetFontH5B ctrlSetFontH6 ' +
|
|
'ctrlSetFontH6B ctrlSetFontHeight ctrlSetFontHeightH1 ctrlSetFontHeightH2 ctrlSetFontHeightH3 ' +
|
|
'ctrlSetFontHeightH4 ctrlSetFontHeightH5 ctrlSetFontHeightH6 ctrlSetFontHeightSecondary ' +
|
|
'ctrlSetFontP ctrlSetFontPB ctrlSetFontSecondary ctrlSetForegroundColor ctrlSetModel ' +
|
|
'ctrlSetModelDirAndUp ctrlSetModelScale ctrlSetPosition ctrlSetScale ctrlSetStructuredText ' +
|
|
'ctrlSetText ctrlSetTextColor ctrlSetTooltip ctrlSetTooltipColorBox ctrlSetTooltipColorShade ' +
|
|
'ctrlSetTooltipColorText ctrlShow ctrlShown ctrlText ctrlTextHeight ctrlType ctrlVisible ' +
|
|
'curatorAddons curatorCamera curatorCameraArea curatorCameraAreaCeiling curatorCoef ' +
|
|
'curatorEditableObjects curatorEditingArea curatorEditingAreaType curatorMouseOver curatorPoints ' +
|
|
'curatorRegisteredObjects curatorSelected curatorWaypointCost current3DENOperation currentChannel ' +
|
|
'currentCommand currentMagazine currentMagazineDetail currentMagazineDetailTurret ' +
|
|
'currentMagazineTurret currentMuzzle currentNamespace currentTask currentTasks currentThrowable ' +
|
|
'currentVisionMode currentWaypoint currentWeapon currentWeaponMode currentWeaponTurret ' +
|
|
'currentZeroing cursorObject cursorTarget customChat customRadio cutFadeOut cutObj cutRsc cutText ' +
|
|
'damage date dateToNumber daytime deActivateKey debriefingText debugFSM debugLog deg ' +
|
|
'delete3DENEntities deleteAt deleteCenter deleteCollection deleteEditorObject deleteGroup ' +
|
|
'deleteIdentity deleteLocation deleteMarker deleteMarkerLocal deleteRange deleteResources ' +
|
|
'deleteSite deleteStatus deleteTeam deleteVehicle deleteVehicleCrew deleteWaypoint detach ' +
|
|
'detectedMines diag_activeMissionFSMs diag_activeScripts diag_activeSQFScripts ' +
|
|
'diag_activeSQSScripts diag_captureFrame diag_captureSlowFrame diag_codePerformance diag_drawMode ' +
|
|
'diag_enable diag_enabled diag_fps diag_fpsMin diag_frameNo diag_list diag_log diag_logSlowFrame ' +
|
|
'diag_mergeConfigFile diag_recordTurretLimits diag_tickTime diag_toggle dialog diarySubjectExists ' +
|
|
'didJIP didJIPOwner difficulty difficultyEnabled difficultyEnabledRTD difficultyOption direction ' +
|
|
'directSay disableAI disableCollisionWith disableConversation disableDebriefingStats ' +
|
|
'disableNVGEquipment disableRemoteSensors disableSerialization disableTIEquipment ' +
|
|
'disableUAVConnectability disableUserInput displayAddEventHandler displayCtrl displayNull ' +
|
|
'displayParent displayRemoveAllEventHandlers displayRemoveEventHandler displaySetEventHandler ' +
|
|
'dissolveTeam distance distance2D distanceSqr distributionRegion do3DENAction doArtilleryFire ' +
|
|
'doFire doFollow doFSM doGetOut doMove doorPhase doStop doSuppressiveFire doTarget doWatch ' +
|
|
'drawArrow drawEllipse drawIcon drawIcon3D drawLine drawLine3D drawLink drawLocation drawPolygon ' +
|
|
'drawRectangle driver drop east echo edit3DENMissionAttributes editObject editorSetEventHandler ' +
|
|
'effectiveCommander emptyPositions enableAI enableAIFeature enableAimPrecision enableAttack ' +
|
|
'enableAudioFeature enableCamShake enableCaustics enableChannel enableCollisionWith enableCopilot ' +
|
|
'enableDebriefingStats enableDiagLegend enableEndDialog enableEngineArtillery enableEnvironment ' +
|
|
'enableFatigue enableGunLights enableIRLasers enableMimics enablePersonTurret enableRadio ' +
|
|
'enableReload enableRopeAttach enableSatNormalOnDetail enableSaving enableSentences ' +
|
|
'enableSimulation enableSimulationGlobal enableStamina enableTeamSwitch enableUAVConnectability ' +
|
|
'enableUAVWaypoints enableVehicleCargo endLoadingScreen endMission engineOn enginesIsOnRTD ' +
|
|
'enginesRpmRTD enginesTorqueRTD entities estimatedEndServerTime estimatedTimeLeft ' +
|
|
'evalObjectArgument everyBackpack everyContainer exec execEditorScript execFSM execVM exp ' +
|
|
'expectedDestination exportJIPMessages eyeDirection eyePos face faction fadeMusic fadeRadio ' +
|
|
'fadeSound fadeSpeech failMission fillWeaponsFromPool find findCover findDisplay findEditorObject ' +
|
|
'findEmptyPosition findEmptyPositionReady findNearestEnemy finishMissionInit finite fire ' +
|
|
'fireAtTarget firstBackpack flag flagOwner flagSide flagTexture fleeing floor flyInHeight ' +
|
|
'flyInHeightASL fog fogForecast fogParams forceAddUniform forcedMap forceEnd forceMap forceRespawn ' +
|
|
'forceSpeed forceWalk forceWeaponFire forceWeatherChange forEachMember forEachMemberAgent ' +
|
|
'forEachMemberTeam format formation formationDirection formationLeader formationMembers ' +
|
|
'formationPosition formationTask formatText formLeader freeLook fromEditor fuel fullCrew ' +
|
|
'gearIDCAmmoCount gearSlotAmmoCount gearSlotData get3DENActionState get3DENAttribute get3DENCamera ' +
|
|
'get3DENConnections get3DENEntity get3DENEntityID get3DENGrid get3DENIconsVisible ' +
|
|
'get3DENLayerEntities get3DENLinesVisible get3DENMissionAttribute get3DENMouseOver get3DENSelected ' +
|
|
'getAimingCoef getAllHitPointsDamage getAllOwnedMines getAmmoCargo getAnimAimPrecision ' +
|
|
'getAnimSpeedCoef getArray getArtilleryAmmo getArtilleryComputerSettings getArtilleryETA ' +
|
|
'getAssignedCuratorLogic getAssignedCuratorUnit getBackpackCargo getBleedingRemaining ' +
|
|
'getBurningValue getCameraViewDirection getCargoIndex getCenterOfMass getClientState ' +
|
|
'getClientStateNumber getConnectedUAV getCustomAimingCoef getDammage getDescription getDir ' +
|
|
'getDirVisual getDLCs getEditorCamera getEditorMode getEditorObjectScope getElevationOffset ' +
|
|
'getFatigue getFriend getFSMVariable getFuelCargo getGroupIcon getGroupIconParams getGroupIcons ' +
|
|
'getHideFrom getHit getHitIndex getHitPointDamage getItemCargo getMagazineCargo getMarkerColor ' +
|
|
'getMarkerPos getMarkerSize getMarkerType getMass getMissionConfig getMissionConfigValue ' +
|
|
'getMissionDLCs getMissionLayerEntities getModelInfo getMousePosition getNumber getObjectArgument ' +
|
|
'getObjectChildren getObjectDLC getObjectMaterials getObjectProxy getObjectTextures getObjectType ' +
|
|
'getObjectViewDistance getOxygenRemaining getPersonUsedDLCs getPilotCameraDirection ' +
|
|
'getPilotCameraPosition getPilotCameraRotation getPilotCameraTarget getPlayerChannel ' +
|
|
'getPlayerScores getPlayerUID getPos getPosASL getPosASLVisual getPosASLW getPosATL ' +
|
|
'getPosATLVisual getPosVisual getPosWorld getRelDir getRelPos getRemoteSensorsDisabled ' +
|
|
'getRepairCargo getResolution getShadowDistance getShotParents getSlingLoad getSpeed getStamina ' +
|
|
'getStatValue getSuppression getTerrainHeightASL getText getUnitLoadout getUnitTrait getVariable ' +
|
|
'getVehicleCargo getWeaponCargo getWeaponSway getWPPos glanceAt globalChat globalRadio goggles ' +
|
|
'goto group groupChat groupFromNetId groupIconSelectable groupIconsVisible groupId groupOwner ' +
|
|
'groupRadio groupSelectedUnits groupSelectUnit grpNull gunner gusts halt handgunItems ' +
|
|
'handgunMagazine handgunWeapon handsHit hasInterface hasPilotCamera hasWeapon hcAllGroups ' +
|
|
'hcGroupParams hcLeader hcRemoveAllGroups hcRemoveGroup hcSelected hcSelectGroup hcSetGroup ' +
|
|
'hcShowBar hcShownBar headgear hideBody hideObject hideObjectGlobal hideSelection hint hintC ' +
|
|
'hintCadet hintSilent hmd hostMission htmlLoad HUDMovementLevels humidity image importAllGroups ' +
|
|
'importance in inArea inAreaArray incapacitatedState independent inflame inflamed ' +
|
|
'inGameUISetEventHandler inheritsFrom initAmbientLife inPolygon inputAction inRangeOfArtillery ' +
|
|
'insertEditorObject intersect is3DEN is3DENMultiplayer isAbleToBreathe isAgent isArray ' +
|
|
'isAutoHoverOn isAutonomous isAutotest isBleeding isBurning isClass isCollisionLightOn ' +
|
|
'isCopilotEnabled isDedicated isDLCAvailable isEngineOn isEqualTo isEqualType isEqualTypeAll ' +
|
|
'isEqualTypeAny isEqualTypeArray isEqualTypeParams isFilePatchingEnabled isFlashlightOn ' +
|
|
'isFlatEmpty isForcedWalk isFormationLeader isHidden isInRemainsCollector ' +
|
|
'isInstructorFigureEnabled isIRLaserOn isKeyActive isKindOf isLightOn isLocalized isManualFire ' +
|
|
'isMarkedForCollection isMultiplayer isMultiplayerSolo isNil isNull isNumber isObjectHidden ' +
|
|
'isObjectRTD isOnRoad isPipEnabled isPlayer isRealTime isRemoteExecuted isRemoteExecutedJIP ' +
|
|
'isServer isShowing3DIcons isSprintAllowed isStaminaEnabled isSteamMission ' +
|
|
'isStreamFriendlyUIEnabled isText isTouchingGround isTurnedOut isTutHintsEnabled isUAVConnectable ' +
|
|
'isUAVConnected isUniformAllowed isVehicleCargo isWalking isWeaponDeployed isWeaponRested ' +
|
|
'itemCargo items itemsWithMagazines join joinAs joinAsSilent joinSilent joinString kbAddDatabase ' +
|
|
'kbAddDatabaseTargets kbAddTopic kbHasTopic kbReact kbRemoveTopic kbTell kbWasSaid keyImage ' +
|
|
'keyName knowsAbout land landAt landResult language laserTarget lbAdd lbClear lbColor lbCurSel ' +
|
|
'lbData lbDelete lbIsSelected lbPicture lbSelection lbSetColor lbSetCurSel lbSetData lbSetPicture ' +
|
|
'lbSetPictureColor lbSetPictureColorDisabled lbSetPictureColorSelected lbSetSelectColor ' +
|
|
'lbSetSelectColorRight lbSetSelected lbSetTooltip lbSetValue lbSize lbSort lbSortByValue lbText ' +
|
|
'lbValue leader leaderboardDeInit leaderboardGetRows leaderboardInit leaveVehicle libraryCredits ' +
|
|
'libraryDisclaimers lifeState lightAttachObject lightDetachObject lightIsOn lightnings limitSpeed ' +
|
|
'linearConversion lineBreak lineIntersects lineIntersectsObjs lineIntersectsSurfaces ' +
|
|
'lineIntersectsWith linkItem list listObjects ln lnbAddArray lnbAddColumn lnbAddRow lnbClear ' +
|
|
'lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow lnbGetColumnsPosition lnbPicture ' +
|
|
'lnbSetColor lnbSetColumnsPos lnbSetCurSelRow lnbSetData lnbSetPicture lnbSetText lnbSetValue ' +
|
|
'lnbSize lnbText lnbValue load loadAbs loadBackpack loadFile loadGame loadIdentity loadMagazine ' +
|
|
'loadOverlay loadStatus loadUniform loadVest local localize locationNull locationPosition lock ' +
|
|
'lockCameraTo lockCargo lockDriver locked lockedCargo lockedDriver lockedTurret lockIdentity ' +
|
|
'lockTurret lockWP log logEntities logNetwork logNetworkTerminate lookAt lookAtPos magazineCargo ' +
|
|
'magazines magazinesAllTurrets magazinesAmmo magazinesAmmoCargo magazinesAmmoFull magazinesDetail ' +
|
|
'magazinesDetailBackpack magazinesDetailUniform magazinesDetailVest magazinesTurret ' +
|
|
'magazineTurretAmmo mapAnimAdd mapAnimClear mapAnimCommit mapAnimDone mapCenterOnCamera ' +
|
|
'mapGridPosition markAsFinishedOnSteam markerAlpha markerBrush markerColor markerDir markerPos ' +
|
|
'markerShape markerSize markerText markerType max members menuAction menuAdd menuChecked menuClear ' +
|
|
'menuCollapse menuData menuDelete menuEnable menuEnabled menuExpand menuHover menuPicture ' +
|
|
'menuSetAction menuSetCheck menuSetData menuSetPicture menuSetValue menuShortcut menuShortcutText ' +
|
|
'menuSize menuSort menuText menuURL menuValue min mineActive mineDetectedBy missionConfigFile ' +
|
|
'missionDifficulty missionName missionNamespace missionStart missionVersion mod modelToWorld ' +
|
|
'modelToWorldVisual modParams moonIntensity moonPhase morale move move3DENCamera moveInAny ' +
|
|
'moveInCargo moveInCommander moveInDriver moveInGunner moveInTurret moveObjectToEnd moveOut ' +
|
|
'moveTime moveTo moveToCompleted moveToFailed musicVolume name nameSound nearEntities ' +
|
|
'nearestBuilding nearestLocation nearestLocations nearestLocationWithDubbing nearestObject ' +
|
|
'nearestObjects nearestTerrainObjects nearObjects nearObjectsReady nearRoads nearSupplies ' +
|
|
'nearTargets needReload netId netObjNull newOverlay nextMenuItemIndex nextWeatherChange nMenuItems ' +
|
|
'not numberToDate objectCurators objectFromNetId objectParent objNull objStatus onBriefingGroup ' +
|
|
'onBriefingNotes onBriefingPlan onBriefingTeamSwitch onCommandModeChanged onDoubleClick ' +
|
|
'onEachFrame onGroupIconClick onGroupIconOverEnter onGroupIconOverLeave onHCGroupSelectionChanged ' +
|
|
'onMapSingleClick onPlayerConnected onPlayerDisconnected onPreloadFinished onPreloadStarted ' +
|
|
'onShowNewObject onTeamSwitch openCuratorInterface openDLCPage openMap openYoutubeVideo opfor or ' +
|
|
'orderGetIn overcast overcastForecast owner param params parseNumber parseText parsingNamespace ' +
|
|
'particlesQuality pi pickWeaponPool pitch pixelGrid pixelGridBase pixelGridNoUIScale pixelH pixelW ' +
|
|
'playableSlotsNumber playableUnits playAction playActionNow player playerRespawnTime playerSide ' +
|
|
'playersNumber playGesture playMission playMove playMoveNow playMusic playScriptedMission ' +
|
|
'playSound playSound3D position positionCameraToWorld posScreenToWorld posWorldToScreen ' +
|
|
'ppEffectAdjust ppEffectCommit ppEffectCommitted ppEffectCreate ppEffectDestroy ppEffectEnable ' +
|
|
'ppEffectEnabled ppEffectForceInNVG precision preloadCamera preloadObject preloadSound ' +
|
|
'preloadTitleObj preloadTitleRsc preprocessFile preprocessFileLineNumbers primaryWeapon ' +
|
|
'primaryWeaponItems primaryWeaponMagazine priority private processDiaryLink productVersion ' +
|
|
'profileName profileNamespace profileNameSteam progressLoadingScreen progressPosition ' +
|
|
'progressSetPosition publicVariable publicVariableClient publicVariableServer pushBack ' +
|
|
'pushBackUnique putWeaponPool queryItemsPool queryMagazinePool queryWeaponPool rad radioChannelAdd ' +
|
|
'radioChannelCreate radioChannelRemove radioChannelSetCallSign radioChannelSetLabel radioVolume ' +
|
|
'rain rainbow random rank rankId rating rectangular registeredTasks registerTask reload ' +
|
|
'reloadEnabled remoteControl remoteExec remoteExecCall remove3DENConnection remove3DENEventHandler ' +
|
|
'remove3DENLayer removeAction removeAll3DENEventHandlers removeAllActions removeAllAssignedItems ' +
|
|
'removeAllContainers removeAllCuratorAddons removeAllCuratorCameraAreas ' +
|
|
'removeAllCuratorEditingAreas removeAllEventHandlers removeAllHandgunItems removeAllItems ' +
|
|
'removeAllItemsWithMagazines removeAllMissionEventHandlers removeAllMPEventHandlers ' +
|
|
'removeAllMusicEventHandlers removeAllOwnedMines removeAllPrimaryWeaponItems removeAllWeapons ' +
|
|
'removeBackpack removeBackpackGlobal removeCuratorAddons removeCuratorCameraArea ' +
|
|
'removeCuratorEditableObjects removeCuratorEditingArea removeDrawIcon removeDrawLinks ' +
|
|
'removeEventHandler removeFromRemainsCollector removeGoggles removeGroupIcon removeHandgunItem ' +
|
|
'removeHeadgear removeItem removeItemFromBackpack removeItemFromUniform removeItemFromVest ' +
|
|
'removeItems removeMagazine removeMagazineGlobal removeMagazines removeMagazinesTurret ' +
|
|
'removeMagazineTurret removeMenuItem removeMissionEventHandler removeMPEventHandler ' +
|
|
'removeMusicEventHandler removeOwnedMine removePrimaryWeaponItem removeSecondaryWeaponItem ' +
|
|
'removeSimpleTask removeSwitchableUnit removeTeamMember removeUniform removeVest removeWeapon ' +
|
|
'removeWeaponGlobal removeWeaponTurret requiredVersion resetCamShake resetSubgroupDirection ' +
|
|
'resistance resize resources respawnVehicle restartEditorCamera reveal revealMine reverse ' +
|
|
'reversedMouseY roadAt roadsConnectedTo roleDescription ropeAttachedObjects ropeAttachedTo ' +
|
|
'ropeAttachEnabled ropeAttachTo ropeCreate ropeCut ropeDestroy ropeDetach ropeEndPosition ' +
|
|
'ropeLength ropes ropeUnwind ropeUnwound rotorsForcesRTD rotorsRpmRTD round runInitScript ' +
|
|
'safeZoneH safeZoneW safeZoneWAbs safeZoneX safeZoneXAbs safeZoneY save3DENInventory saveGame ' +
|
|
'saveIdentity saveJoysticks saveOverlay saveProfileNamespace saveStatus saveVar savingEnabled say ' +
|
|
'say2D say3D scopeName score scoreSide screenshot screenToWorld scriptDone scriptName scriptNull ' +
|
|
'scudState secondaryWeapon secondaryWeaponItems secondaryWeaponMagazine select selectBestPlaces ' +
|
|
'selectDiarySubject selectedEditorObjects selectEditorObject selectionNames selectionPosition ' +
|
|
'selectLeader selectMax selectMin selectNoPlayer selectPlayer selectRandom selectWeapon ' +
|
|
'selectWeaponTurret sendAUMessage sendSimpleCommand sendTask sendTaskResult sendUDPMessage ' +
|
|
'serverCommand serverCommandAvailable serverCommandExecutable serverName serverTime set ' +
|
|
'set3DENAttribute set3DENAttributes set3DENGrid set3DENIconsVisible set3DENLayer ' +
|
|
'set3DENLinesVisible set3DENMissionAttributes set3DENModelsVisible set3DENObjectType ' +
|
|
'set3DENSelected setAccTime setAirportSide setAmmo setAmmoCargo setAnimSpeedCoef setAperture ' +
|
|
'setApertureNew setArmoryPoints setAttributes setAutonomous setBehaviour setBleedingRemaining ' +
|
|
'setCameraInterest setCamShakeDefParams setCamShakeParams setCamUseTi setCaptive setCenterOfMass ' +
|
|
'setCollisionLight setCombatMode setCompassOscillation setCuratorCameraAreaCeiling setCuratorCoef ' +
|
|
'setCuratorEditingAreaType setCuratorWaypointCost setCurrentChannel setCurrentTask ' +
|
|
'setCurrentWaypoint setCustomAimCoef setDamage setDammage setDate setDebriefingText ' +
|
|
'setDefaultCamera setDestination setDetailMapBlendPars setDir setDirection setDrawIcon ' +
|
|
'setDropInterval setEditorMode setEditorObjectScope setEffectCondition setFace setFaceAnimation ' +
|
|
'setFatigue setFlagOwner setFlagSide setFlagTexture setFog setFormation setFormationTask ' +
|
|
'setFormDir setFriend setFromEditor setFSMVariable setFuel setFuelCargo setGroupIcon ' +
|
|
'setGroupIconParams setGroupIconsSelectable setGroupIconsVisible setGroupId setGroupIdGlobal ' +
|
|
'setGroupOwner setGusts setHideBehind setHit setHitIndex setHitPointDamage setHorizonParallaxCoef ' +
|
|
'setHUDMovementLevels setIdentity setImportance setLeader setLightAmbient setLightAttenuation ' +
|
|
'setLightBrightness setLightColor setLightDayLight setLightFlareMaxDistance setLightFlareSize ' +
|
|
'setLightIntensity setLightnings setLightUseFlare setLocalWindParams setMagazineTurretAmmo ' +
|
|
'setMarkerAlpha setMarkerAlphaLocal setMarkerBrush setMarkerBrushLocal setMarkerColor ' +
|
|
'setMarkerColorLocal setMarkerDir setMarkerDirLocal setMarkerPos setMarkerPosLocal setMarkerShape ' +
|
|
'setMarkerShapeLocal setMarkerSize setMarkerSizeLocal setMarkerText setMarkerTextLocal ' +
|
|
'setMarkerType setMarkerTypeLocal setMass setMimic setMousePosition setMusicEffect ' +
|
|
'setMusicEventHandler setName setNameSound setObjectArguments setObjectMaterial ' +
|
|
'setObjectMaterialGlobal setObjectProxy setObjectTexture setObjectTextureGlobal ' +
|
|
'setObjectViewDistance setOvercast setOwner setOxygenRemaining setParticleCircle setParticleClass ' +
|
|
'setParticleFire setParticleParams setParticleRandom setPilotCameraDirection ' +
|
|
'setPilotCameraRotation setPilotCameraTarget setPilotLight setPiPEffect setPitch setPlayable ' +
|
|
'setPlayerRespawnTime setPos setPosASL setPosASL2 setPosASLW setPosATL setPosition setPosWorld ' +
|
|
'setRadioMsg setRain setRainbow setRandomLip setRank setRectangular setRepairCargo ' +
|
|
'setShadowDistance setShotParents setSide setSimpleTaskAlwaysVisible setSimpleTaskCustomData ' +
|
|
'setSimpleTaskDescription setSimpleTaskDestination setSimpleTaskTarget setSimpleTaskType ' +
|
|
'setSimulWeatherLayers setSize setSkill setSlingLoad setSoundEffect setSpeaker setSpeech ' +
|
|
'setSpeedMode setStamina setStaminaScheme setStatValue setSuppression setSystemOfUnits ' +
|
|
'setTargetAge setTaskResult setTaskState setTerrainGrid setText setTimeMultiplier setTitleEffect ' +
|
|
'setTriggerActivation setTriggerArea setTriggerStatements setTriggerText setTriggerTimeout ' +
|
|
'setTriggerType setType setUnconscious setUnitAbility setUnitLoadout setUnitPos setUnitPosWeak ' +
|
|
'setUnitRank setUnitRecoilCoefficient setUnitTrait setUnloadInCombat setUserActionText setVariable ' +
|
|
'setVectorDir setVectorDirAndUp setVectorUp setVehicleAmmo setVehicleAmmoDef setVehicleArmor ' +
|
|
'setVehicleCargo setVehicleId setVehicleLock setVehiclePosition setVehicleTiPars setVehicleVarName ' +
|
|
'setVelocity setVelocityTransformation setViewDistance setVisibleIfTreeCollapsed setWaves ' +
|
|
'setWaypointBehaviour setWaypointCombatMode setWaypointCompletionRadius setWaypointDescription ' +
|
|
'setWaypointForceBehaviour setWaypointFormation setWaypointHousePosition setWaypointLoiterRadius ' +
|
|
'setWaypointLoiterType setWaypointName setWaypointPosition setWaypointScript setWaypointSpeed ' +
|
|
'setWaypointStatements setWaypointTimeout setWaypointType setWaypointVisible ' +
|
|
'setWeaponReloadingTime setWind setWindDir setWindForce setWindStr setWPPos show3DIcons showChat ' +
|
|
'showCinemaBorder showCommandingMenu showCompass showCuratorCompass showGPS showHUD showLegend ' +
|
|
'showMap shownArtilleryComputer shownChat shownCompass shownCuratorCompass showNewEditorObject ' +
|
|
'shownGPS shownHUD shownMap shownPad shownRadio shownScoretable shownUAVFeed shownWarrant ' +
|
|
'shownWatch showPad showRadio showScoretable showSubtitles showUAVFeed showWarrant showWatch ' +
|
|
'showWaypoint showWaypoints side sideAmbientLife sideChat sideEmpty sideEnemy sideFriendly ' +
|
|
'sideLogic sideRadio sideUnknown simpleTasks simulationEnabled simulCloudDensity ' +
|
|
'simulCloudOcclusion simulInClouds simulWeatherSync sin size sizeOf skill skillFinal skipTime ' +
|
|
'sleep sliderPosition sliderRange sliderSetPosition sliderSetRange sliderSetSpeed sliderSpeed ' +
|
|
'slingLoadAssistantShown soldierMagazines someAmmo sort soundVolume spawn speaker speed speedMode ' +
|
|
'splitString sqrt squadParams stance startLoadingScreen step stop stopEngineRTD stopped str ' +
|
|
'sunOrMoon supportInfo suppressFor surfaceIsWater surfaceNormal surfaceType swimInDepth ' +
|
|
'switchableUnits switchAction switchCamera switchGesture switchLight switchMove ' +
|
|
'synchronizedObjects synchronizedTriggers synchronizedWaypoints synchronizeObjectsAdd ' +
|
|
'synchronizeObjectsRemove synchronizeTrigger synchronizeWaypoint systemChat systemOfUnits tan ' +
|
|
'targetKnowledge targetsAggregate targetsQuery taskAlwaysVisible taskChildren taskCompleted ' +
|
|
'taskCustomData taskDescription taskDestination taskHint taskMarkerOffset taskNull taskParent ' +
|
|
'taskResult taskState taskType teamMember teamMemberNull teamName teams teamSwitch ' +
|
|
'teamSwitchEnabled teamType terminate terrainIntersect terrainIntersectASL text textLog ' +
|
|
'textLogFormat tg time timeMultiplier titleCut titleFadeOut titleObj titleRsc titleText toArray ' +
|
|
'toFixed toLower toString toUpper triggerActivated triggerActivation triggerArea ' +
|
|
'triggerAttachedVehicle triggerAttachObject triggerAttachVehicle triggerStatements triggerText ' +
|
|
'triggerTimeout triggerTimeoutCurrent triggerType turretLocal turretOwner turretUnit tvAdd tvClear ' +
|
|
'tvCollapse tvCount tvCurSel tvData tvDelete tvExpand tvPicture tvSetCurSel tvSetData tvSetPicture ' +
|
|
'tvSetPictureColor tvSetPictureColorDisabled tvSetPictureColorSelected tvSetPictureRight ' +
|
|
'tvSetPictureRightColor tvSetPictureRightColorDisabled tvSetPictureRightColorSelected tvSetText ' +
|
|
'tvSetTooltip tvSetValue tvSort tvSortByValue tvText tvTooltip tvValue type typeName typeOf ' +
|
|
'UAVControl uiNamespace uiSleep unassignCurator unassignItem unassignTeam unassignVehicle ' +
|
|
'underwater uniform uniformContainer uniformItems uniformMagazines unitAddons unitAimPosition ' +
|
|
'unitAimPositionVisual unitBackpack unitIsUAV unitPos unitReady unitRecoilCoefficient units ' +
|
|
'unitsBelowHeight unlinkItem unlockAchievement unregisterTask updateDrawIcon updateMenuItem ' +
|
|
'updateObjectTree useAISteeringComponent useAudioTimeForMoves vectorAdd vectorCos ' +
|
|
'vectorCrossProduct vectorDiff vectorDir vectorDirVisual vectorDistance vectorDistanceSqr ' +
|
|
'vectorDotProduct vectorFromTo vectorMagnitude vectorMagnitudeSqr vectorMultiply vectorNormalized ' +
|
|
'vectorUp vectorUpVisual vehicle vehicleCargoEnabled vehicleChat vehicleRadio vehicles ' +
|
|
'vehicleVarName velocity velocityModelSpace verifySignature vest vestContainer vestItems ' +
|
|
'vestMagazines viewDistance visibleCompass visibleGPS visibleMap visiblePosition ' +
|
|
'visiblePositionASL visibleScoretable visibleWatch waves waypointAttachedObject ' +
|
|
'waypointAttachedVehicle waypointAttachObject waypointAttachVehicle waypointBehaviour ' +
|
|
'waypointCombatMode waypointCompletionRadius waypointDescription waypointForceBehaviour ' +
|
|
'waypointFormation waypointHousePosition waypointLoiterRadius waypointLoiterType waypointName ' +
|
|
'waypointPosition waypoints waypointScript waypointsEnabledUAV waypointShow waypointSpeed ' +
|
|
'waypointStatements waypointTimeout waypointTimeoutCurrent waypointType waypointVisible ' +
|
|
'weaponAccessories weaponAccessoriesCargo weaponCargo weaponDirection weaponInertia weaponLowered ' +
|
|
'weapons weaponsItems weaponsItemsCargo weaponState weaponsTurret weightRTD west WFSideText wind',
|
|
literal:
|
|
'true false nil'
|
|
},
|
|
contains: [
|
|
hljs.C_LINE_COMMENT_MODE,
|
|
hljs.C_BLOCK_COMMENT_MODE,
|
|
hljs.NUMBER_MODE,
|
|
VARIABLE,
|
|
FUNCTION,
|
|
STRINGS,
|
|
CPP.preprocessor
|
|
],
|
|
illegal: /#/
|
|
};
|
|
}; |